/********************************** Global ************************************/
:root {
    --bg-primary-color: #aac738;
    --bg-secondary-color: #472f67;
}

/*******************************  Account  *******************************/
.info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.info-box:hover .icon-wrapper {
    background: var(--bg-secondary-color);
}

.info-box .icon-wrapper {
    border: 1px solid #e8eaf2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.info-box .icon-wrapper a {
    line-height: 1;
    width: 1.25rem;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.info-box .icon-wrapper a svg,
.info-box .icon-wrapper a i {
    color: black;
    fill: black;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 500;
}

.account-dropdown-menu-wrapper .account-dropdown-menu {
    width: 220px;
    border: 1px solid #e1e1e1;
    border-radius: .5rem;
    margin-top: 0;
    right: 0px;
    box-shadow: 0 0 20px 1px #0000001f;
}

.account-dropdown-menu-wrapper .account-dropdown-menu .login-button-wrapper {
    padding: 0 10px;
    margin-bottom: 5px;
}

.account-dropdown:hover .info-box .icon-wrapper {
    background: var(--bg-secondary-color);
}

.account-dropdown:hover .info-box .icon-wrapper a i {
    color: white;
    fill: white;
}

.account-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.account-dropdown:hover .info-box .icon-wrapper a svg {
    fill: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.account-dropdown-menu-wrapper .account-dropdown-menu .login-button {
    width: 100%;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 14px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: white;
    line-height: 1;
    color: #FFF;
    background-color: var(--bg-secondary-color);
    border-color: var(--bg-secondary-color);
    -webkit-transition: all 250ms ease-in-out;
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}


.support-wrapper {
    cursor: pointer;
}

.support-dropdown-menu-wrapper .support-dropdown-menu li a {
    color: black;
    padding: 3px 10px;
}

.support-dropdown-menu-wrapper .support-dropdown-menu li a:hover {
    background: #f8f7f5;
    color: var(--bg-secondary-color);
}

.support-dropdown:hover .support-dropdown-menu-wrapper .support-dropdown-menu {
    display: block;
}

.account-wrapper {
    cursor: pointer;
}

.account-dropdown-menu-wrapper .account-dropdown-menu li a {
    color: black;
    padding: 12px 10px;
}

.account-dropdown-menu-wrapper .account-dropdown-menu li a:hover {
    background: #f8f7f5;
    color: var(--bg-secondary-color);
}

.account-dropdown:hover .account-dropdown-menu-wrapper .account-dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

@media (max-width: 1024px) {

    .show-icon--tabletno .account-dropdown .icon-wrapper,
    .show-icon--tabletyes .account-dropdown .my-account-dropdown {
        display: none !important;
    }

    .show-icon--tabletyes .account-dropdown .icon-wrapper {
        display: flex !important;
    }

}

@media (max-width: 767px) {

    .show-icon--mobileno .account-dropdown .icon-wrapper,
    .show-icon--mobileyes .account-dropdown .my-account-dropdown {
        display: none !important;
    }

    .show-icon--mobileyes .account-dropdown .icon-wrapper {
        display: flex !important;
    }

}

.show-icon-no .account-dropdown .icon-wrapper {
    display: none;
}

.show-icon-yes .account-dropdown .my-account-dropdown {
    display: none;
}


/***********************************  Others  ***********************************/

.custom-selectable-label>span {
    pointer-events: none;
}

.QuantityList [name="sheet_qty_selected"][value="see_more"] {
    padding: 0;
    display: flex;
}

.QuantityList [name="sheet_qty_selected"][value="see_more"] input {
    padding: 0.7rem 1rem;
    width: 100%;
    color: #494646;
    border-color: transparent;
    background: transparent;
}

.QuantityList [name="qty_selected"][value="see_more"] input {
    width: 100%;
    height: 88%;
    border-color: transparent;
    background: transparent;

}

.custom-selectable-label input {
    text-align: center;
    font-family: var(--wp--preset--font-family--body);
    color: silver;
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 700;
}

.custom-selectable-label.active input {
    color: #494646;
}

.QuantityList [name="qty_selected"][value="see_more"] {

    padding: 1px 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.custom-selectable-label.custom_size_container .custom_size {
    display: none;
    gap: 1rem;
    background: #f7f7f7;
}

.custom-selectable-label.custom_size_container.active {
    background: white;
}

.custom-selectable-label.custom_size_container {
    padding: 0;
}

.custom-selectable-label.custom_size_container div {
    padding: 0.5rem 1rem;
}

.custom-selectable-label.custom_size_container.active .custom_size {
    display: flex;
}

.customFieldBoxContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.2rem;
}

.customFieldBoxContainer>span {
    width: 100% !important;
}

.customFieldsContainer .drop_values .custom-calculator-input-wrapper.active {
    color: #000;
    display: flex !important;
}

.customFieldsContainer .drop_values li .custom_li:has(> em.d-none),
.customFieldsContainer .drop_values li .custom_li_input:has(> em.d-none) {
    justify-content: flex-end;
    display: flex;
}

.customFieldsContainer .drop_values li.active {
    border: 3px solid #472f67;
    box-shadow: 0px 0px 2px 0px black;
    color: #494646;
    font-weight: 500;
}

.customFieldsContainer .drop_values {
    width: 100%;
    margin-top: 4px;
}

.customFieldsContainer .drop_values {
    scrollbar-width: thin;
    overflow: hidden;
    margin-left: 0;
    gap: 0.2rem;
    display: flex;
    flex-direction: column;
}

.customFieldsContainer .drop_values .custom-calculator-input-wrapper {
    display: none;
}

.customFieldsContainer .custom-selectable-label.active .drop_values.active {
    border-color: #000;
    opacity: 1;
    max-height: 142px;
    z-index: 10;
}

.customFieldsContainer .QuantityList {
    position: relative;
}

.customFieldsContainer .drop_values li {
    font-size: 14px;
    font-weight: 400;
    color: black;
    cursor: pointer;
    transition: all 0.1s linear;
    line-height: 22px;
    text-align: left;
    padding: 0.7rem 1rem;
    position: relative;
    min-height: 2.5rem;
    border: 3px #472f6736 solid;
    display: flex;
    justify-content: space-between;
}


.customFieldsContainer .drop_values li>div:nth-child(1) {
    width: fit-content;
    float: left;
}
.pcsUpload .lineThrough{
    display: none;
}

.custom-calculator-input-wrapper {
    display: none;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.calculator-custom-input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #000;
    width: 120px !important;
    font-size: 16px;
    text-align: center;
    outline: none;
}

.calculator-close-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.customFieldsContainer .drop_values li span.price {
    color: black !important;
    font-weight: bold;
    font-size: 14px !important;
}

.customFieldsContainer .drop_values li .custom_li:not(:has(> em.d-none)),
.customFieldsContainer .drop_values li .custom_li_input:not(:has(> em.d-none)) {
    float: right;
    display: flex;
    width: 148px;
    justify-content: space-between;
}

.customFieldsContainer .drop_values li .custom_li:has(> em.d-none),
.customFieldsContainer .drop_values li .custom_li_input:has(> em.d-none) {
    float: right;
    display: flex;
    justify-content: space-between;
}

.customFieldsContainer .drop_values li .custom_li span,
.customFieldsContainer .drop_values li .custom_li_input span {
    font-size: 14px;
    color: #d42941;
    font-weight: 500;
    position: relative;
}

.customFieldsContainer .drop_values li .custom_li em,
.customFieldsContainer .drop_values li .custom_li_input em {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-style: normal;
}

.customFieldsContainer ul {
    padding: 0;
    list-style: none;
}


.custom-selectable-contain {
    display: flex;
}

.custom-selectable-label {
    text-align: center;
    cursor: pointer;
    padding: 0.7rem 1rem;
    border: 3px #472f6736 solid;
    color: black;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
}

.MaterialList .materialTitle {
    border: #000000;
    border-width: 1rem;
}

select.select_box {
    width: 100%;
}

.SupplyList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
}

.SizeValue {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.SizeValue .sizes_value_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
    gap: 0.2rem;
}

input.input-box {
    padding: 0.8rem;
    width: 100%;
}

.SizeValue input.input-box {
    text-align: center;
}

span.times-label {
    font-size: 1.8rem;
}

.QuantityList {
    display: flex;
}



.QuantityList select.select_box {
    width: 60%;
}

.custom-selectable-label.active {
    color: #494646;
    border-width: 3px !important;
    border-color: #472f67;
    font-weight: 500;
}


#customPage {
    width: 100%;
}

.customContainer {
    display: grid;
    grid-template-columns: calc(100% - 36rem) 35rem;
    max-width: 70rem;
    width: 90%;
}

.customFieldsContainer li span.percent_discount {
    width: 30%;
    text-align: right;
}

.customFieldsContainer li span.discount_amount {
    width: 35%;
    text-align: right;
    white-space: nowrap;
    color: green;
}


.customFieldsContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.customFieldBoxContainer.custom-selectable-contain {
    display: grid;
}

.customFormGroup {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    border: 0px solid #472f67;
    box-shadow: 0 0 7px 0 #472f67;
    padding: 1rem;
}

label.CustomTotalPriceLabel {
    font-size: larger;
    font-weight: 500;
}

.CustomTotalPriceContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.CustomTotalPriceSumm {
    font-size: xx-large;
}



.summaryCont {
    border: 0px solid #472f67;
    box-shadow: 0 0 7px 0 #472f67;
    padding: 1rem;
}

.stickerMakerHeading {
    color: #3b3772;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.stickerMakerHeading.greenColor {
    color: #6cb676;
    text-align: right;
    font-size: 15px;
}

.itemSelection h3.stickerMakerHeading {
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.summaryCont .itemSelection .itemSelection_row {
    display: flex;
    margin-top: 20px;
}

.summaryCont .itemSelection .itemSelectionWid {
    width: 55%;
    flex-grow: 2;
}

.summaryCont .itemSelection .itemSelectionCont .itemTxt_ar {
    display: flex;
}

.summaryCont .itemSelection .itemSelectionCont .itemTxt_ar:last-child {
    margin: 0;
}

.summaryCont .itemSelection .itemSelectionCont .itemTxt_ar p {
    margin: auto 0;
    color: #000;
    font-weight: 600;
}

.summaryCont .itemSelection .itemSelectionCont .itemTxt_ar span {
    font-weight: 600;
    color: #000;
    margin-left: 5px;
}

.summaryCont .itemSelection .itemSelectionCont .itemTxt_ar span br {
    display: none;
}

.summaryCont .itemSelection .priceSummarySect p.tp_tag {
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin: 0;
}

.summaryCont .itemSelection .priceSummarySect .discountTagSumm {
    background: #6cb676;
    padding: 3px 6px 3px 10px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
    display: flex;
    width: fit-content;
    align-items: center;
    height: fit-content;
    margin: auto 0;
    margin-left: 10px;
    display: none;
}

.summaryCont .itemSelection .priceSummarySect .priceSummTxt {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.summaryCont .itemSelection .priceSummarySect .priceSummTxt p.totalPriceSumm {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    color: var(--bg-secondary-color);
    line-height: initial;
    transition: 0.3s all;
}
.pcsUpload  .artwork_email_later .upload_artwork_choose_part {
    opacity: 0.5;
}
.pcsUpload .summaryCont .itemSelection .priceSummarySect .priceSummTxt {
       text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: right;
    flex-direction: column-reverse;
}

.summaryCont .itemSelection .priceSummarySect .priceSummTxt p.totalPriceSumm.lineThrough {
    font-size: 20px;
    text-decoration: line-through;
    color: red;
}

.summaryCont .itemSelection .priceSummarySect .priceSummTxt p.discountedPrice {
    color: #000;
    margin: auto 0;
    font-size: 40px;
    font-weight: 600;
    line-height: initial;
    display: none;
}

.summaryCont .itemSelection .priceSummarySect .priceSummTxt p.discountedPrice.active {
    display: block;
}

.dealPriceSect {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.dealPriceSect span#dealPrice {
    font-size: 43px;
    font-weight: bolder;
    text-align: center;
    line-height: normal;
    margin: 0;
}


.dealPriceSect span.dealPriceLBL {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}


#couponReminder {
    margin-top: 10px;
    display: none;
}

#couponReminder p {
    color: #3d3951;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 10px;
    background: #dcf3f7;
    border-radius: 6px;
}

#couponReminder p b {
    color: #ea5c31;
}

#couponReminder .range-bg.loading {
    background: linear-gradient(270deg, #d7d7d7, #ababab);
    background-size: 200% 200%;
    animation: GradientAnimation 1s ease infinite;
}

#couponReminder .range-bg .range-thumb {
    display: block;
    width: 0%;
    height: 3px;
    background: #ea5c31;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #ea5c31;
    transition: 0.3s all ease-in-out;
}

/*#couponReminder .range-bg .range-thumb::before {
content: '';
height: 100%;
width: 30%;
border-radius: 20px;
box-shadow: 0px 0px 5px 0px #ea5c31;
transition: 0.3s all ease-in-out;
position: absolute;
background: #ea5c31;
animation: moveThumb 2s linear infinite;
}*/

@keyframes moveThumb {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}

#couponReminder .range-bg .range-thumb.coupon-dispatched {
    background: #35c14c;
    box-shadow: 0px 0px 5px 0px #35c14c;
}

#couponReminder .range-bg .range-thumb.discount-achieved {
    width: 100%;
    background: #35c14c;
    box-shadow: 0px 0px 5px 0px #35c14c;
}

@keyframes GradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#couponReminder .range-bg {
    display: block;
    height: 3px;
    width: 100%;
    background: #e1e1e1;
    border-radius: 15px;
}



.yel-btn {
    width: 100%;
    padding: 15px 25px;
    outline: none;
    border-radius: 6px;
    background: var(--bg-secondary-color);
    color: white;
    border: var(--bg-secondary-color);
    cursor: pointer;
    font-family: 'ClashGrotesk', sans-serif;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.yel-btn:hover {
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .2);
    background: #472f67c4;
}

.yel-btn.loading {
    flex-direction: row;
    gap: 5px;
}

.yel-btn p {
    font-size: 18px;
}

.yel-btn span {
    font-size: 14px;
    font-weight: 500;
}

.yel-btn[disabled] {
    background-color: #b3b3b3;
}


.yel-btn p {
    margin: 0;
}

.yel-btn span {
    font-weight: 800;
}



.uploadArtworkOverlay [class^=modal--].up_artwork_modal .filled {
    background: #f2f2f2;
    color: #4d4d4d;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span.filled {
    border: none;
    padding: 0 20px;
    background: #f2f2f2;
    color: #4d4d4d;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span.filled figure {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.uploadArtworkOverlay [class^=button-][class*=upload] span.filled figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span.filled em {

    width: 100%;
}


.uploadArtworkOverlay .close_modal-small {
    position: absolute;
    right: 20px;
    top: 1.5rem;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 11px;
    color: black;
    cursor: pointer;
    transition: 0.3s;
    font-family: system-ui;
}

.uploadArtworkOverlay [class^=button-][class*=upload] input[type=file] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span {
    font-size: 13px;
    text-align: left;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #e6e6e6;
    transition: all .3s ease-out;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span.error {
    border: 1px dashed var(--bg-secondary-color);
    background: rgba(255, 0, 0, .2);
}

.uploadArtworkOverlay [class^=button-][class*=upload] span {
    font-weight: 500;
}

.uploadArtworkOverlay [class^=button-][class*=upload] {
    color: #666;
    font-weight: 600;
    background: transparent;
    padding: 24px 15px;
    position: relative;
    text-transform: none;
    transition: .2s ease;
    height: 80px;
    border: none !important;
    cursor: pointer;
    text-align: center;
    outline: 0;
    vertical-align: middle;
    border-radius: 3px;
}

.uploadArtworkOverlay [class^=button-][class*=full] {
    width: 100%;
    display: block;
}


.uploadArtworkOverlay .upload_artwork {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 35px;
    position: relative;
}

.uploadArtworkOverlay [class^=button-][class*=upload] span em {
    display: block;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    text-align: center;
}

.uploadArtworkOverlay .missing_artwork.error {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    display: block;
}

.uploadArtworkOverlay .missing_artwork.error[data-v-7956add6] {
    display: inline;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    font-size: 12px;
    color: red;
    transform: translateX(-50%);
}

.uploadArtworkOverlay .high_text {
    color: var(--bg-secondary-color) !important;
    font-style: normal;
}

.uploadArtworkOverlay .missing_artwork {
    display: none;
}

.uploadArtworkOverlay .yel-btn {
    margin: 24px auto 0px auto;
    transition: 1s;
    text-decoration: none;
    background: var(--bg-secondary-color);
    color: white;
    border: var(--bg-secondary-color);
    position: relative;
    display: flex;
}

.uploadArtworkOverlay .is-dragover span {
    border-color: #c8dadf;
    background-color: #0e7c252b;
}

.uploadArtworkNormal .back-to-editor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    margin-top: 16px;
    color: black;
    font-weight: 500;
}


.uploadArtworkNormal [class^=modal--].up_artwork_modal .filled {
    background: #f2f2f2;
    color: #4d4d4d;
}

.uploadArtworkNormal [class^=button-][class*=upload] span.filled {
    border: 1px dashed;
    padding: 0 20px;
    background: #f2f2f2;
    color: #4d4d4d;
}

.uploadArtworkNormal [class^=button-][class*=upload] span.filled figure {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.uploadArtworkNormal [class^=button-][class*=upload] span.filled figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.uploadArtworkNormal [class^=button-][class*=upload] span.filled em {

    width: 100%;
}

.uploadArtworkNormal .checkbox-wrapper-47 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: LEFT;
}

.uploadArtworkNormal .checkbox-wrapper-47 input[type="checkbox"] {
    display: none;
}

.uploadArtworkNormal .checkbox-wrapper-47 label {
    position: relative;
    line-height: 2;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
}

.uploadArtworkNormal .close_modal-small {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 11px;
    color: black;
    cursor: pointer;
    transition: 0.3s;
    font-family: system-ui;
    transform: translateY(-53%);
}

.uploadArtworkNormal [class^=button-][class*=upload] input[type=file] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.uploadArtworkNormal [class^=button-][class*=upload] span {
    font-size: 13px;
    text-align: left;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px dashed #e6e6e6;
    transition: all .3s ease-out;
}

.uploadArtworkNormal [class^=button-][class*=upload] span.error {
    border: 1px dashed var(--bg-secondary-color);
    background: rgba(255, 0, 0, .2);
}

.uploadArtworkNormal [class^=button-][class*=upload] span {
    font-weight: 500;
}

.uploadArtworkNormal [class^=button-][class*=upload] {
    color: #666;
    font-weight: 600;
    background: transparent;
    padding: 24px 15px;
    position: relative;
    text-transform: none;
    transition: .2s ease;
    height: 80px;
    border: none !important;
    cursor: pointer;
    text-align: center;
    outline: 0;
    vertical-align: middle;
    border-radius: 3px;
}

.uploadArtworkNormal [class^=button-][class*=full] {
    width: 100%;
    display: block;
}


.uploadArtworkNormal .upload_artwork {
    width: 100%;
    padding: 40px 20px;
    background: #f7f6f6;
    border-radius: 8px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s all;
    border: 4px solid #edca8b;
    font-family: ClashGrotesk, sans-serif;
    margin-top: 20px;
}

.uploadArtworkNormal #choose-file-btn {
    width: 12rem;
    font-family: ClashGrotesk;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 6px;
    background-color: #003aff;
    border: 1px solid #003aff;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.uploadArtworkNormal [class^=button-][class*=upload] span em {
    display: block;
    font-style: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    text-align: center;
}

.uploadArtworkNormal .missing_artwork.error {
    font-size: 12px;
    color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    display: block;

}
.uploadArtworkNormal #uploadedSection {
    position: relative;
    border: 3px solid;
    padding: .5rem;
    font-weight: 700;
    border-radius: .5rem;
}
.uploadArtworkNormal .missing_artwork.error[data-v-7956add6] {
    display: inline;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    font-size: 12px;
    color: red;
    transform: translateX(-50%);
}

.uploadArtworkNormal .high_text {
    color: var(--bg-secondary-color) !important;
    font-style: normal;
}

.uploadArtworkNormal .missing_artwork {
    display: none;
}

.uploadArtworkNormal .yel-btn {
    margin: 24px auto 0px auto;
    transition: 1s;
    text-decoration: none;
    position: relative;
    display: flex;
}

.uploadArtworkNormal .is-dragover span {
    border-color: #c8dadf;
    background-color: #0e7c252b;
}



#emailLater.loading::after,
#addtocart.loading::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 10px);
    animation: addtoCartSpinAround .5s linear infinite;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 290486px;
}

#emailLater.loading::after {
    border-bottom: 1px solid black !important;
    border-left: 1px solid black !important;

}

#addtocart.loading>* {
    opacity: 0;
}

#emailLater.loading,
#addtocart.loading {
    pointer-events: none !important;
}

#emailLater.loading {
    font-size: 0;
    margin-top: 1rem;
}

@keyframes addtoCartSpinAround {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}


@media (max-width: 1230px) {
    .customContainer {
        display: flex;
        flex-direction: column;
    }



    .customFieldsContainer {
        width: 100% !important;
        padding: 0 !important;
    }

    .sliderSect .mainBox .btn_chevrons.btn_prev {
        left: 0 !important;
    }

    .sliderSect .mainBox .btn_chevrons.btn_next {
        right: 0 !important;
    }

    .sliderSect .slider-for img {
        height: 30rem;
    }

    .custom-selectable-label {
        font-size: 16px;
        padding: 0.6rem;
    }

    .summaryCont .itemSelection .itemSelectionCont .itemTxt_ar {
        font-size: 14px;
    }

    .summaryCont .itemSelection .priceSummarySect .priceSummTxt p.totalPriceSumm {
        font-size: 18px !important;
    }

    .summaryCont .itemSelection .priceSummarySect .priceSummTxt p.discountedPrice {
        font-size: 22px;
    }

    .summaryCont .itemSelection .itemSelectionWid {
        width: 70%;
    }

    .upload_artwork .choose_file_row .chooseFileBtn {
        min-width: 10rem;
    }

}

@media (min-width: 1200px) {

    .customFieldsContainer .drop_values li span.price {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media (min-width: 767px) {
    .uploadArtworkOverlay {
        width: 640px;
    }
}

@media (max-width: 767px) {
    .info-box .icon-wrapper {
        margin-right: 0;
    }

    .uploadArtworkOverlay {
        height: 62vh;
        width: 92vw;

    }

    .account-dropdown-menu-wrapper {
        padding-bottom: 0 !important;
    }

    .account-dropdown-menu-wrapper .account-dropdown-menu {
        left: auto !important;
        right: 1px !important;
    }
}

@media (max-width: 475px) {
    .yel-btn {
        margin-top: 20px;
    }

    .uploadArtworkOverlay .yel-btn {
        font-size: 14px;
    }

    .summaryCont .itemSelection .itemSelectionCont .itemTxt_ar {
        font-size: 12px;
    }

    .custom-selectable-label {
        font-size: 14px;
    }

    .summaryCont .itemSelection .priceSummarySect .priceSummTxt p.totalPriceSumm.lineThrough {
        font-size: 14px !important;
    }

    .summaryCont .itemSelection .priceSummarySect .priceSummTxt p.totalPriceSumm {
        font-size: 18px !important;
    }



    .customFieldsContainer .drop_values li .custom_li:not(:has(> em.d-none)),
    .customFieldsContainer .drop_values li .custom_li_input :not(:has(> em.d-none)) {

        width: 100%;
    }

    .customFieldsContainer .drop_values li.custom-calculator-input-wrapper:not(:has(> em.d-none)) {
        display: none;
    }
}

@media (max-width: 375px) {

    .customFieldsContainer .drop_values li:not(:has(*> em.d-none)) {
        /* display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start; */
    }

    .uploadArtworkOverlay .yel-btn {
        font-size: 16px;
    }
}



#filePath {
    display: none;
}

.horizontalRule {
    position: relative;
    width: 90%;
    margin: 10px auto;
    z-index: 1;

}

.horizontalRule p {
    margin: 0 auto;
    color: #000;
    font-weight: 600;
    width: 10%;
}

.horizontalRule hr {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

#emailLater {
    color: #000026;
    cursor: pointer;
    text-decoration: underline;
    margin: 0px;
    border: none;
    padding: 0 !important;
    height: auto;
}

#emailLater:hover {
    background: none;
}

.uploadArtworkOverlay {
    height: max-content;
    text-align: center;
    background-color: #fff;
    z-index: 100;
    display: none;
    padding: 10px 0px;
    padding-top: 73px;
    flex-direction: column;
    position: fixed;
    border: 2px solid #ffffff;
    box-shadow: 0 0 20vw 3vw gray;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
}

.upload_artwork .topHeading {
    color: var(--bg-secondary-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    position: absolute;
    top: 1rem;
    transform: translateX(-50%);
    left: 50%;
}

i#closeOverlay {
    position: absolute;
    right: 20px;
    top: 1.5rem;
    background: #939393;
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 11px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-family: system-ui;
}

i#closeOverlay:hover {
    box-shadow: 0px 0px 0px 14px #e3e3e3;
}

.upload_artwork .choose_file_row {
    display: flex;
    justify-content: center;
    position: relative;
}

.upload_artwork .choose_file_row .chooseFileBtn {
    box-shadow: inset 0px -2px 0px rgb(0 0 0 / 15%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.09) 0%, rgba(0, 0, 0, 0.09) 100%);
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: var(--bg-secondary-color);
    font-size: 14px;
    padding: 11px 15px;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: initial;
    line-height: initial;
    width: 27%;
    text-transform: none;
    margin: 0;
    margin-top: 20px;
}

.upload_artwork .choose_file_row .toolTip_ar {
    position: absolute;
    bottom: -27px;
    font-size: 10px;
    font-weight: 600;
    background: #ff4242;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    display: none;
}

.upload_artwork .choose_file_row .toolTip_ar.active {
    display: block;
}

.upload_artwork .choose_file_row .toolTip_ar:before {
    content: '';
    height: 8px;
    width: 8px;
    background: #ff4242;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    left: 20px;
}

.upload_artwork .choose_file_row .chooseFileBtn:hover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.upload_artwork .choose_file_row .chooseFileBtn:active {
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 50%);
}

.upload_artwork .choose_file_row input[type="file"] {
    display: none;
}

.upload_artwork .choose_file_row input#filePath {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    color: #404040;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    outline: none;
    padding: 10px;
    width: 74%;
    cursor: pointer;
    margin: 0;
    height: 100%;
    margin-left: 20px;
}

.upload_artwork .choose_file_row input#filePath:focus {
    border-color: #5ba4e6;
    box-shadow: 0 0 0px 3px #ecf3fe;
}

.upload_artwork.artwork_upload .checkbox-wrapper-47 .instruction_box {
    display: none;
}

.uploadArtworkNormal.artwork_email_later .instruction_box {
    display: none;
}

.upload_artwork .instruction_box {
    margin-top: 20px;
    display: block;
}

.upload_artwork .checkbox-wrapper-47 .instruction_box {
    margin-top: 20px;
    display: none;
}

.upload_artwork .instruction_box h4 {
    margin: 0;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.upload_artwork .instruction_box h4 i {
    font-weight: 400;
    color: rgb(144, 144, 144);
}

.upload_artwork .checkbox-wrapper-47 [type="checkbox"]:checked+.instruction_box {
    display: block;

}

.uploadArtworkNormal .checkbox-wrapper-47 [type="checkbox"]:checked+label::before {
    background: #0078d4;

}

.uploadArtworkNormal .checkbox-wrapper-47 [type="checkbox"]:checked+label::after {
    border: solid white;
    border-top-width: 0;
    border-left-width: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    content: "";
    width: 10px;
    height: 15px;
    left: 0.4rem;

}

.uploadArtworkNormal .checkbox-wrapper-47 label::before {
    content: '';
    border: 1px solid gray;
    padding-left: 20px;
    margin-right: 5px;

}

.uploadArtworkNormal .checkbox-wrapper-47 #email_later[type="checkbox"]:checked~.instruction_box {
    display: block;
}

.upload_artwork .instruction_box textarea {
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    color: #404040;
    display: block;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    padding: 10px;
    margin: 0 auto;
    margin-top: 10px;
}

.upload_artwork .accepted_formats {
    margin: 0;
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
}

/************************ Slider *************************/

.sliderSect {
    margin: 2rem 0px;
}

.sliderSect .mainBox {
    position: relative;
}

.sliderSect .mainBox .btn_chevrons.btn_prev::before {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    border: 3px solid rgba(255, 255, 255, .6);
    border-top: 0;
    border-right: 0;
    border-color: #9e9e9f;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    border-radius: 3px;
    top: 50%;
}

.sliderSect .mainBox .btn_chevrons.btn_next::before {
    transform: translate(-50%, -50%) rotate(-45deg);

    border: 3px solid rgba(255, 255, 255, .6);
    border-top: 0;
    border-left: 0;
    border-color: #9e9e9f;
    width: 12px;
    height: 12px;
    content: "";
    position: absolute;
    border-radius: 3px;
    top: 50%;
    left: 45%;
}

.sliderSect .mainBox .btn_chevrons {
    height: 65px;
    width: 65px;
    outline: none;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    font-size: 30px;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 10px 1px #ccc;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: auto;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderSect .mainBox .btn_chevrons.btn_prev {
    left: -30px;
}

.sliderSect .mainBox .btn_chevrons.btn_next {
    right: -30px;
}

.sliderSect .mainBox .btn_chevrons.btn_next i {
    margin-left: 6px;
}

.slider-for {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    /* border: 18px solid #cfdae0; */
    /* background: #fff; */
}

.slider-for img {
    width: 15%;
    height: 600px;
    object-fit: contain;
}

.slider-for .videoSect {
    width: 15%;
    height: 600px;
    object-fit: contain;
    position: relative
}

.slider-for .videoSect video {
    height: 100%;
}

.slider-for .videoSect img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    cursor: pointer;
}

#video_1_btn {
    z-index: 1;
}

#video_1_pause_btn {
    opacity: 0;
    transition: 0.3s;
}

#video_2_btn {
    z-index: 1;
}

#video_2_pause_btn {
    opacity: 0;
    transition: 0.3s;
}

.slider-nav img,
.slider-nav video {
    margin: 0px 10px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.sliderSect .slick-track {
    display: flex;
    justify-content: end;
}

/*********************** Helping ***********************/
.text-red {
    color: red !important;
}

.text-aqua {
    color: #0e8493 !important;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.width-100 {
    width: 100% !important;
}

.width-full {
    width: auto !important;
    flex-grow: 1;
}

.pointer-none {
    pointer-events: none;
}

[hidden] {
    display: none !important;
}

.flex-column {
    flex-direction: column !important;
}


@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }

}

.pt-8px {
    padding-top: 8px !important;
}