/* Rewrite css file (KD)*/

/* Overwrite default start */
.columns .column.main {
    padding-bottom: 0;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: unset;
}
.page-title-wrapper,
.product-designer-page-custom-options,
.configuration-product-price-section {
    display: none;
}

/* Overwrite default end */

/* Basic css start */
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins" !important;
    font-style: normal;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #323232;
    font-weight: 500;
    background-color: #e5e5e5;
}
a,
ul,
ol,
li {
    color: #323232;
}
a {
    text-decoration: none;
}
ul {
    padding-left: unset;
}
a:hover {
    text-decoration: none;
    color: #4a4a4a;
}
a:visited,
.alink:visited {
    color: #323232;
}

button {
    border: none;
    background: transparent;
    color: #323232;
}

button:hover,
button:focus,
button:active {
    background: #ffffff;
    border: unset;
}

label {
    color: #323232;
}

select {
    vertical-align: middle;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
}

input[type="range"] {
    accent-color: #323232;
}
/* Basic css end */

/* For full-screen-loader */
.full-screen-loader {
    z-index: 9999 !important;
}

/* For the loader modal inside */
.full-screen-loader .loader {
    z-index: 9999 !important;
}

/* Designer page start */
.product-app-editor {
    display: flex;
    height: 100vh;
}
.product-designer {
    flex: 1 1 auto;
    background: #e5e5e5;
    position: relative;
    box-shadow: #00000026 -2px 0 10px -7px;
}
/* Header start*/
.mobile-header,
.mobile-continue-container {
    display: none;
}
.header-container {
    width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.header-back-btn,
.header-btns-inner,
.header-layer-btn {
    padding: 7px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    border-radius: 6px;
    background-image: linear-gradient(135deg, #fff 20%, #f2f3f5 51%, #fff 80%);
    transition: 0.6s;
    background-size: 400% auto;
    color: #323232;
    font-weight: 400;
    font-size: 12px;
}
.header-btns-inner:hover,
.header-back-btn:hover,
.header-layer-btn:hover {
    background-position: right center;
}
.header-btns {
    display: flex;
    gap: 15px;
}
/* Header end*/

/* Product Designer start */
.product-designer-area {
    overflow-y: auto;
    width: 100%;
    /* position: relative; */
    height: calc(100vh - 130px);
    display: flex;
    justify-content: center;
    /* align-items: center; */
    scrollbar-width: none;
}
.product-designer-inner {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 25px 0px 0px 25px;
}

.product-designer-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.canvas-container {
    display: none;
    z-index: 2;
}
.active-canvas {
    display: block;
}
.product-image {
    z-index: 1;
    position: relative;
}
/* Product Designer end */

/* Footer start */
.footer-container {
    width: 95%;
    padding: 4px 14px 5px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: #00000026 0 -2px 10px -7px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-utility-btn {
    display: flex;
    gap: 15px;
    align-items: center;
}
.zoom {
    display: flex;
    gap: 15px;
    align-items: center;
}
.count input[type="range"] {
    accent-color: #323232;
    width: 100px;
}
/* Footer end */

/* Designer page end */

/* Editor page start */
.product-editor {
    width: clamp(350px, 27%, 420px);
    position: relative;
    background: #ffffff;
}
.product-editor-wrapper {
    height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    scrollbar-width: none;
    box-shadow: -5px 0 20px -10px #0000001a;
}
.app-menu-option-inner {
    padding: 20px 23px;
}
.app-menu-option-level-2,
.app-menu-option-feature {
    display: none;
}
.level2-menu-data,
.feature-menu-data {
    display: none;
    padding: 20px 23px;
}
.menu-data {
    border-radius: 8px;
    border: 1px solid #5845452b;
    padding: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: #00000026 0 2px 10px -4px;
    cursor: pointer;
    font-size: 18px;
}
.menu-data:hover {
    border-color: #878787;
    background-color: #f4f4f4;
}

.menu-data:hover .pathfillsvg path,
.menu-data:hover .svgfillsvg {
    fill: #323232;
}
.submenu-text-labels {
    flex: auto;
}
.menu-data h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 500;
    font-family: "ClashDisplay-Medium", sans-serif !important;
}
.menu-data span {
    color: #8d929c;
    font-size: 14px;
}
.level-2-header,
.feature-header,
.cart-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #5845452b;
    padding: 15px 10px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.cart-header {
    width: unset;
}
.level-2-option,
.feature-option,
.cart-option {
    flex: 1 1;
    display: flex;
    align-items: center;
}
.level-2-option-inner,
.feature-option-inner,
.cart-option-inner {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.level-2-option .level-2-back,
.feature-header .feature-back,
.cart-header .cart-back {
    font-size: 18px;
    font-weight: 500;
}
.level-2-header h5,
.feature-header h5,
.cart-header h5 {
    margin: 0;
    flex: 1 1 auto;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "ClashDisplay-Medium", sans-serif !important;
}
/* Text feature start */
.add-text-eanble {
    border-bottom: 1px solid #5845452b;
    padding-bottom: 12px;
}
#text_plain {
    display: flex;
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.text-add-btns {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
#text_headig,
#text_subheading,
#text_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    box-shadow: 0 2px 4px #0000001a;
    cursor: pointer;
    transition: transform 0.2s ease;
}

/* Accordian start */

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    padding: 1.5rem 5px;
    cursor: pointer;
}

.accordion-header.active .arrow::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.arrow::after {
    display: block;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-body {
    display: none;
    padding: 1rem 1.25rem;
}

.accordion-item {
    border-bottom: 1px solid #5845452b;
}

/* Accordian end */

.text-style__1,
.text-style__2,
.text-style__3 {
    display: flex;
    align-items: center;
    gap: 3px;
}

.text-style__2,
.text-style__3 {
    margin-top: 10px;
}

.new_font_name_selection {
    max-width: 190px;
}

.text-content-area input,
.text-content-area select,
.text-content-area textarea,
.textcolor {
    width: 100%;
    padding: 5px 3px;
    border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin: 0px;
    height: initial;
    vertical-align: initial;
    font-size: 14px;
    box-shadow: initial;
}

.new_font_size_option {
    display: flex;
    border: 1px solid #5845452b;
    border-radius: 8px;
}
.text-content-area input.text_qty,
.text-content-area input.text_input {
    border-top: unset;
    border-bottom: unset;
}

.text-content-area input {
    border-radius: unset;
    text-align: center;
}

.textcolor {
    padding: 0;
    overflow: hidden;
}

.textcolor-main .textColors {
    margin-top: 4px;
}

.text-style-data,
.text-style-aligment,
.text-style-orientation {
    display: flex;
    border: 1px solid #5845452b;
    border-radius: 8px;
    padding: 1px;
}

.text-style-data-div {
    padding: 5px;
}

.text_style_wrapper
    .text_style_wrapper_option
    .text-style-data
    .text-style-data-btn,
.text-style-aligment .alignment-style,
.text-style-data .text-style-data-btn {
    display: inline-table;
    padding: 1px;
    text-align: center;
}

.button-group {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #5845452b;
    border-radius: 8px;
    padding-left: 3px;
}

.text-content-area input.text_input {
    border-left: unset;
    text-align: center;
}

.alignment-style.ornt,
.new_font_size_incr,
.new_font_size_decrs {
    padding: unset;
}

.button-group .spacing-btn {
    padding: 0 4px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.button-group .spacing-btn:nth-child(1) {
    border-bottom: 1px solid #5845452b;
}

.new_font_color,
.outline-stroke {
    margin: 0 0 0 3px;
    background: #fff;
    height: 30px !important;
    width: 30px !important;
    background-color: #ffffff !important;
    border: solid 1px #5845452b !important;
    cursor: pointer;
}

.textcolor.new_font_color span,
.textcolor.outline-stroke span {
    width: 100%;
    height: 100%;
    display: block;
}

.textColors {
    position: absolute;
    right: 15px;
    padding: 10px 10px 15px;
    background-color: #fff;
    border: 1px solid;
    overflow: hidden;
    width: 85%;
    z-index: 2;
    box-shadow: 0 0 2px 2px #5845452b;
    border-radius: 7px;
    overflow: auto;
}

.textColors .color-preview {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.text_input,
.text_input_stroke,
.text_input_curve {
    width: 50px !important;
}

.textoutlinecolors-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.text-content-area input.text_input_curve,
.text-content-area input.text_input_stroke {
    border-radius: 8px;
    text-align: center;
}
.new_line_height {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.text-content-area input[type="range"] {
    padding: unset;
}
.textoutlinecolors-main .text_slider_input {
    width: 180px;
    margin: 0 5px 0 0 !important;
}
.text_slider_input {
    margin: 10px 10px 0 0 !important;
}
.activeTextButton {
    padding: 2px;
}
.activeTextButton .text-style-data-div {
    border-radius: 5px;
    background-color: #686d76;
}
.activeTextButton .text-style-data-div svg {
    fill: #ffffff !important;
}
/* Text feature end */

/* Template feature start */
.display-images {
    border: 1px solid #5845452b;
    /* box-shadow: 0px 0px 5px 1px #cfcfcf; */
    border-radius: 5px;
    transition: box-shadow 0.2s ease-in-out;
    padding: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-images:hover {
    box-shadow: inset 0px 0px 5px 1px #cfcfcf;
}

.display-images img {
    cursor: pointer;
    height: 80px;
    max-width: 100%;
    max-height: 100%;
}

.load-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* Template feature end */

/* Background color start*/
.bgColor {
    height: 40px;
    width: 40px;
    margin: 6px;
    float: left;
    border-radius: 20%;
    /* box-shadow: #cfcfcf 0px 0px 5px 1px; */
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
    border: 1px solid #5845452b;
}
.bgColor:hover {
    box-shadow: inset 0px 0px 5px 1px #cfcfcf;
}
/* Background color end */

/* Upload image start */
.uploads-configuration {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    border: 2px dashed #8d929c;
    cursor: pointer;
}
.uploads-configuration:hover {
    box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}
.browse-upload {
    cursor: pointer;
}
.uploadImage {
    margin: 0;
    cursor: pointer;
}
.uploadImage-label {
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
}
.uploadImage-note {
    font-size: 12px;
}
#uploadImage {
    display: none;
}
.uploaded-images {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.uploaded-images,
.uploads-configuration {
    width: 100%;
}
/* Upload image end */
.continue-container,
.add-to-cart-container {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    width: 95%;
    padding: 13px 15px 13px 0;
    border-top: 1px solid #5845452b;
    font-size: 20px;
    font-weight: 600;
}
.buynow.product-designer-button {
    padding: 6px 10px;
    border-radius: 8px;
    color: #ffffff;
    background-image: linear-gradient(
        135deg,
        #232525 20%,
        #6e6e6e 51%,
        #232526 80%
    );
    transition: 0.6s;
    background-size: 400% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.buynow.product-designer-button:hover {
    background-position: right center;
}
.buynow.product-designer-button span {
    font-size: 20px;
    font-weight: 600;
}
/* Editor page end */

/* Cart start */
.cart-container {
    width: 100%;
    height: calc(100vh - 2px);
    background: #00000080;
    position: absolute;
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
    overflow: hidden;
}
.cart-block {
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    right: -100%;
    width: clamp(350px, 27%, 420px);
    transition: right 0.5s ease-in-out;
    height: 100%;
    top: 0;
    border: 1px solid #eee;
}
/* Cart End */

/* popup css start*/

/* Dialog content padding */
.ui-dialog .ui-dialog-content {
    padding: 20px !important;
    background-color: #e3e3e3;
    font-size: 16px;
    color: #323232;
}

/* Dialog title */
.ui-dialog .ui-dialog-titlebar {
    background-color: #323232;
    color: white;
    font-weight: bold;
    border: none;
    padding: 10px 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/* Dialog box border and rounded corners */
.ui-dialog {
    border: none;
    border-radius: 6px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    z-index: 99;
}

/* Dialog buttons */
.ui-dialog-buttonpane {
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: right;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-dialog-buttonpane button {
    padding: 8px 10px;
    border-radius: 8px;
    color: #ffffff;
    background-image: linear-gradient(
        135deg,
        #232525 20%,
        #6e6e6e 51%,
        #232526 80%
    );
    transition: 0.6s;
    background-size: 400% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.ui-dialog-buttonpane button:hover {
    background-position: right center;
}

.ui-dialog-buttonset {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Popup css end*/
/* Sign-in-up form start */
#formContent,
#signup-custom-form-close,
#register-custom-form-close {
    display: none;
}
.designer-form {
    width: 100%;
}
.product-designer-customer-form-content {
    width: 100%;
    padding: 0px;
    /* text-align: center; */
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    max-height: calc(100vh - 70px);
}
.designerform .form-heading {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.1;
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
}
.designerform .field {
    margin: 0 0 15px;
}
.designerform .field > div {
    text-align: left;
    width: 100%;
    font-weight: 600;
    line-height: 1.42857143;
    font-size: 1.4rem;
}
.designerform .actions-toolbar {
    text-align: center;
}
.designerform .actions-toolbar .button-div {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.designerform .actions-toolbar .button-div button.designerbutton {
    padding: 5px;
    background: #262626;
    width: 100%;
    height: 40px;
    border: none;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    position: relative;
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 15px;
    background-image: linear-gradient(
        135deg,
        #232525 20%,
        #6e6e6e 51%,
        #232526 80%
    );
    transition: 0.6s;
    background-size: 400% auto;
}
.designerform .actions-toolbar .button-div button.designerbutton:hover {
    background-position: right center;
}

/* Sign-in-up form end */

/* Qr start*/
.qrcode-text-area {
    display: flex;
    justify-content: center;
    width: 100%;
}
.qr-btn-div {
    position: relative;
    width: 100%;
}

.qr-btn-div input {
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    width: 100%;
}

.qrGenerate-btn {
    position: absolute;
    background: transparent !important;
    right: 0;
    top: 2px;
    padding: 0 !important;
}
.qrcode-note p {
    padding: 0 2px;
    margin: 0 !important;
    font-size: 14px;
}
/* Qr end*/

/* Preview start */
.preview-image {
    max-width: 100%;
}
.preview-img li {
    list-style-type: none;
}
/* Preview end */

/* options start */
.layeroption {
    display: none;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    gap: 5px;
    z-index: 999;
    flex-direction: column;
}

.left-hover.hover-title {
    cursor: pointer;
}
/* options end */

/* Layers start */

.layerData {
    border-bottom: 1px solid #dadada;
    background: #fff;
    cursor: pointer;
    padding: 8px;
    margin: 5px 0;
    border-radius: 8px;
    border: 1px solid #5845452b;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.layerImg {
    height: 50px;
    width: 20%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layerImg img {
    padding: 0;
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
}

.layerText {
    width: 20%;
    max-height: 100%;
}

.layer-action {
    width: 50%;
    max-height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}
/* Layers end */

/* Tooltip start */
.tooltip {
    background-color: #323232;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    position: absolute;
}

/* #tooltip-arrow {
    width: 10px;
    height: 10px;
    background: #323232;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
} */

.tooltip-arrow {
    width: 0;
    height: 0;
    position: absolute;
}

.tooltip[data-popper-placement^="top"] #tooltip-arrow {
    bottom: -5px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #323232 transparent transparent transparent;
}

.tooltip[data-popper-placement^="bottom"] #tooltip-arrow {
    top: -5px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent #323232 transparent;
}

.tooltip[data-popper-placement^="left"] #tooltip-arrow {
    right: -5px;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #323232;
}

.tooltip[data-popper-placement^="right"] #tooltip-arrow {
    left: -5px;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #323232 transparent transparent;
}

/* Tooltip end */

/* product variation start */
.cart-data {
    padding: 20px 23px;
    height: calc(100vh - 150px);
    overflow-y: auto;
    scrollbar-width: none;
}

.product-varitions {
    padding: 10px 0px;
}

.attribute-content {
    margin: 10px 0px;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #5845452b;
}

.color-custom-options {
    margin-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px -2px;
    border-radius: 4px;
    background-color: #f3f3f3;
}

.content-label {
    font-size: 15px;
    font-weight: initial;
    padding: 8px;
}

.product-colors {
    padding: 10px 8px;
    border-top: 1px solid #5845452b;
}

.product-colors .color-preview {
    width: 15px;
    height: 15px;
    margin: 0px 3px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}

.qty-block {
    padding: 0;
    margin: 0 0 10px 0;
}

.qty-block > div {
    display: flex;
    align-items: center;
}

.qtybox {
    text-align: center;
    padding: 4px 8px;
    cursor: pointer;
    line-height: 22px;
    display: flex;
    border-top: 1px solid #5845452b;
    border-bottom: 1px solid #5845452b;
    background-color: #f3f3f3;
}
.on-minus-qty {
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-left: 1px solid #5845452b;
}
.on-plus-qty {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-right: 1px solid #5845452b;
}
.qtyinput {
    width: auto;
    display: inline-block;
    position: relative;
    border-top: 1px solid #5845452b;
    border-bottom: 1px solid #5845452b;
}

.qty-block input {
    width: 50px;
    margin: 0;
    font-size: 1.1rem;
    border: none;
    text-align: center;
    padding: 4px 6px 5px;
}

.add-new-attribute-content {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

button.btn-add-more {
    padding: 6px 10px;
    border-radius: 8px;
    color: #ffffff;
    background-image: linear-gradient(
        135deg,
        #232525 20%,
        #6e6e6e 51%,
        #232526 80%
    );
    transition: 0.6s;
    background-size: 400% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

button.btn-add-more:hover {
    background-position: right center;
    color: #ffffff;
}

.close-custom-options-tab {
    float: right;
    position: relative;
    cursor: pointer;
    font-weight: bolder;
    outline: none;
    bottom: 20px;
    left: 20px;
    padding: 6px;
}

.color-preview.active {
    box-shadow: 0 0 0 2px #f71b1b;
}

.item-details {
    padding: 15px;
}

.cart-block .item-details .cost-details .total-item-label,
.cart-block .item-details .totalcart .total-item-label {
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.subtotal-container,
.totalcart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.layer-object-parent {
    width: 90%;
    margin-left: auto;
}

.layerobj-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
/* product variation end */

/* Help and Support start */

.help-n-support {
    position: fixed;
    display: flex;
    bottom: 50px;
    left: 1%;
    z-index: 999;
    background-color: #262626;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
}

.help-n-support svg {
    padding: 2px;
}

/* Help and Support end */

/* Preview Slider start */
.preview-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-slider button {
    background: #333;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 20px;
}

.preview-slider ul.slide-track {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

.preview-slide {
    width: 100%;
    text-align: center;
}

.preview-slide img {
    max-width: 100%;
    max-height: 500px;
    display: block;
    margin: auto;
}

/* Preview Slider end */

/* button selection */
.spacing-btn {
    user-select: none; /* Prevents text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For older IE */
}
/* button selection */
