/* paypal分期 */
.paypal-stages {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #2c2e2f;
    margin-bottom: 15px;
}

.paypal-stages .p-img {
    width: 14.745px;
}

.paypal-stages .paypal-img {
    width: 47.184px;
}

.paypal-stages p {
    margin-bottom: 0;
}

.paypal-stages .p-s-label {
    margin: 0 4px;
}

.paypal-stages .p-s-lm {
    color: #0070ba;
    margin-left: 4px;
}

.paypal-stages .p-s-label:hover,
.paypal-stages .p-s-lm:hover {
    text-decoration: underline;
    cursor: pointer;
}

@font-face {
    font-family: 'PayPalSansBig';
    font-weight: 600;
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot);
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Medium.svg) format("svg")
}

@font-face {
    font-family: 'PayPalSansBig';
    font-weight: 200;
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot);
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansBig-Light.svg) format("svg")
}

@font-face {
    font-family: 'PayPalSansSmall';
    font-weight: 400;
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot);
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Regular.svg) format("svg")
}

@font-face {
    font-family: 'PayPalSansSmall';
    font-weight: 600;
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot);
    src: url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.eot?#iefix) format("embedded-opentype"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.woff) format("woff"), url(https://www.paypalobjects.com/webstatic/mktg/2014design/font/PP-Sans/PayPalSansSmall-Medium.svg) format("svg")
}
/* 
body {
    margin: 0;
    font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
    font-weight: 400;
    font-size: 16px;
} */

.modal-container h1,
.modal-container h2,
.modal-container h3,
.modal-container h4,
.modal-container p,
.modal-container li {
    color: #2c2e2f;
    font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
    font-weight: 400;
}

.modal-container h1 {
    font-size: 30px;
    margin-bottom: 16px;
    line-height: 42px;
    font-family: PayPalSansBig, Helvetica, Arial, Sans-Serif;
    font-weight: 200;
}

.modal-container h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.modal-container h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
}

.modal-container svg {
    margin: auto;
    display: block;
}

.modal-container h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.modal-container p {
    font-size: 13px;
    line-height: 18px;
}

.modal-container a {
    text-decoration: none;
    color: #0070ba;
    font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
    font-weight: 600;
}

.modal-container ul {
    padding-left: 0;
}

.modal-container li {
    list-style-type: disc;
    margin-left: 18px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
}

.line-item-property__field  .button {
    display: inline-block;
    background: #0070ba;
    border: none;
    color: white;
    border-radius: 3rem;
    padding: 0.7em 1.5em;
    font-size: 1rem;
    text-align: center;
    transition: all 0.2s;
    font-weight: 500;
    border: 1px solid #0070ba;
    cursor: pointer;
}

.line-item-property__field .button:hover,
.line-item-property__field .button:focus {
    background: #003087;
    border: 1px solid #003087;
}

.line-item-property__field .button:focus {
    text-decoration: underline;
    outline: none;
}

.line-item-property__field .button.secondary {
    background: white;
    color: #0070ba;
    border: 1px solid #0070ba;
}

.line-item-property__field .button.secondary:hover,
.line-item-property__field .button.secondary:focus {
    border-color: #003087;
    box-shadow: 0 0 0 0.0625em #003087 inset;
    color: #003087;
    background: white;
}

.line-item-property__field .button.md {
    font-size: 0.9rem;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg) translate(-50%, -50%);
    }

    100% {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* .modal-container::after {
      content: '';
      display: block;
      visibility: hidden;
      overflow-y: scroll;
    } */

.modal-container .modal-div {
    flex: 1 1 auto;
    position: relative;
}

.modal-container .modal-div.show .wrapper {
    transform: translateY(0);
}

.modal-container .modal-div.show .overlay {
    opacity: 1;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.modal-container .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 350ms;
    transform: translateY(100%);
}

.modal-container .main {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    position: relative;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0), 0 5px 15px 0 rgba(0, 0, 0, 0);
    transition: box-shadow 350ms;
}

.modal-container .header-content .close {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 8px;
}

.modal-container .header-content .close svg {
    height: 48px;
    width: 48px;
}

.modal-container .header-content .close path {
    stroke-width: 1px;
    transition: all 0.3s;
}

.modal-container .content-wrapper {
    /* overflow-y: auto; */
    -webkit-overflow-scrolling: touch;
    margin: auto;
    border-radius: 10px;
    height: 100%;
    width: 100vw;
    scrollbar-width: none;
}

.modal-container .content-wrapper::-webkit-scrollbar {
    display: none;
}

.modal-container .content {
    padding-top: 0;
    position: relative;
    z-index: 50;
    background: white;
}

.modal-container .content-background {
    min-height: 100%;
    position: relative;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    max-width: 640px;
}

.modal-container main {
    margin: 0 auto;
    height: 100%;
    padding-top: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.modal-div.loading .content-wrapper {
    overflow: hidden;
}

.modal-div.loading main>* {
    filter: blur(3px);
    opacity: 0.6;
}

.top-overlay {
    position: fixed;
    height: 84px;
    left: 0;
    right: 0;
}

@media (min-width: 640px) and (min-height: 540px) {
    .content-background {
        min-height: auto;
        margin: auto;
        width: 100%;
        height: 90%;
        box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
    }

    .content {
        flex: 1 1 100%;
    }

    .content-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wrapper {
        opacity: 0;
        transform: translateY(5%);
        transition: transform 350ms ease, opacity 250ms ease;
    }

    .show .wrapper {
        opacity: 1;
        transform: translateY(0%);
        transition: transform 350ms ease, opacity 250ms ease;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .content-wrapper {
        justify-content: flex-start;
    }
}

@media (max-width: 639px),
(max-height: 539px) {
    .modal-container .content-wrapper {
        margin-top: 84px;
        height: calc(100% - 84px);
        scrollbar-width: none;
        overflow-y: scroll;
    }

    .content-wrapper::-webkit-scrollbar {
        display: none;
    }

    .content {
        min-height: calc(100vh - 84px);
    }

    .content-background {
        box-shadow: 1px 21px 34px 2px rgba(0, 0, 0, 0.56);
        background: white;
    }

    .overlay-side.left,
    .overlay-side.right {
        width: calc((100% - 612px) / 2) !important;
    }

    .overlay-side.bottom {
        display: none;
    }
}

.header-content {
    background: white;
    pointer-events: none;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    z-index: 52;
    transform: translate3d(0, 0, 0);
}

.header-div {
    background-color: #0070ba;
    position: relative;
    overflow: hidden;
}

.header-div h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin: 17px 0;
}

.header-div .header {
    max-width: 500px;
    margin: auto;
    z-index: 999;
    display: block;
    height: auto;
    padding-top: 40px;
}

.header-div .logo {
    display: inline-block;
    padding-left: 0;
}

.header-div .logo img {
    height: 45px;
    margin-right: 9px;
}

.header-div .close {
    top: 5px;
    right: 5px;
    pointer-events: all;
}

.header-div .close:focus {
    border: 1px solid white;
    border-radius: 5px;
    transform: translate(1px, -1px);
}

.header-div .close svg {
    height: 44px;
    width: 44px;
}

.header-div .close svg path {
    stroke: white !important;
}

@media (max-width: 639px),
(max-height: 539px) {
    .header-div {
        text-align: center;
    }

    .header-div h1 {
        margin: 0 auto;
    }

    .header-div .close svg {
        height: 44px;
        width: 44px;
    }

    .paypal-stages .p-s-label {
        margin-left: 20px;
    }
}

.hero-img {
    background-color: transparent;
    position: absolute;
    transform: translate3d(0, 0, 0);
    width: 100%;
    padding: 60px 0;
    top: 6rem;
    max-width: 640px;
    z-index: 51;
}

@media (min-width: 640px) and (min-height: 540px) {
    .hero-img {
        height: 12rem;
        top: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        z-index: 53;
    }

    .hero-img .icon {
        position: absolute;
        right: 3rem;
        bottom: -1rem;
    }
}

.modal-container .tabs {
    margin: auto;
    width: 100%;
    padding: 1rem 0.2rem 0.5rem;
    white-space: nowrap;
    font-size: 0;
    display: flex;
    box-sizing: border-box;
    background: white;
    justify-content: center;
    position: absolute;
    z-index: 51;
}

.modal-container .tabs:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
}

.modal-container .tab {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: PayPalSansSmall, Helvetica, Arial, Sans-Serif;
    width: 50%;
    text-align: center;
    margin-top: 0;
    white-space: normal;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
    transition: color 0.3s;
    height: 2rem;
    max-width: 140px;
}

.modal-container .tab .title {
    position: relative;
    z-index: 1;
}

.modal-container .tab::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #3e9dea;
    transform: translateX(100%);
    transition: transform 0.3s;
    border-radius: 1.7rem;
}

.modal-container .tab:nth-child(2):before {
    transform: translateX(-100%);
}

.modal-container .tab:hover {
    color: #0070ba;
}

.modal-container .tab.selected {
    color: white;
}

.modal-container .tab.selected::before {
    transform: translateX(0);
}

.modal-container .tab-transition {
    position: relative;
    flex: 1 1 auto;
}

.modal-container .tab-transition-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    overflow: hidden;
    padding-top: 3rem;
    visibility: hidden;
}

.modal-container .tab-transition-item.selected {
    z-index: 2;
    background: white;
    opacity: 1;
    pointer-events: all;
    transition-delay: 0s;
    height: auto;
    position: relative;
    visibility: visible;
}

.modal-container .content {
    position: relative;
    background: #0070ba;
    box-sizing: border-box;
    padding-top: 20rem;
}

.modal-container .content .corner {
    position: absolute;
    left: 0;
    width: 100px;
    height: 2rem;
    overflow: hidden;
    background-color: white;
    z-index: 51;
    top: 18rem;
    max-width: 640px;
}

.modal-container .content .corner:after {
    content: '';
    position: absolute;
    background-color: #0070ba;
    border-bottom-left-radius: 100px 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-container .content .content-div {
    padding: 0 1rem 1rem;
    margin: auto;
    max-width: 500px;
}

.modal-container .content h2 {
    text-align: left;
    font-weight: bold;
    font-size: 19px;
}

.modal-container .content .divider {
    border: none;
    border-bottom: 1px dashed #aaa;
}

.modal-container .content p,
.modal-container .content li {
    color: #687173;
}

.modal-container .content .call-to-action {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.modal-container .content .call-to-action svg {
    margin: 0;
}

.modal-container .content .call-to-action p {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

.modal-container .content .call-to-action button {
    margin-left: 1rem;
    flex: 0 1 35%;
}

.modal-container .content .call-to-action .dark-text {
    color: #2c2e2f;
}

.modal-container .content .d-inline-block {
    display: inline-block;
}

.modal-container .content main {
    background: white;
    padding-top: 0;
}

.modal-container .content .apply-now {
    background: #ffc43a;
    color: #2c2e2f;
    border: none;
}

.modal-container .content .sticky-apply-now {
    position: fixed;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    width: 100%;
    max-width: 640px;
    top: calc(10rem + 84px);
    z-index: 52;
    text-align: center;
    padding-top: 1rem;
    background: white;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
}

.modal-container .content .sticky-apply-now:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0));
}

.modal-container .content .sticky-apply-now button {
    margin-bottom: 0.5rem;
    transition: all 0.3s;
    transform-origin: right center;
    transform: scaleX(0.5) translateX(25px);
}

.modal-container .content .sticky-apply-now div {
    color: #687173;
    font-size: 13px;
    transition: all 0.3s;
    transform: translateX(-25px);
}

.modal-container .content .sticky-apply-now hr {
    max-width: 400px;
}

.modal-container .content .sticky-apply-now.show {
    opacity: 1;
    visibility: visible;
}

.modal-container .content .sticky-apply-now.show button {
    transform: scaleX(1) translateX(0);
    pointer-events: all;
}

.modal-container .content .sticky-apply-now.show div {
    transform: translateX(0);
}

.modal-container .content .sticky-apply-now.show+main .description {
    visibility: hidden;
}

.modal-container .content .terms li {
    margin-bottom: 0.5rem;
}

@media (min-width: 640px) and (min-height: 540px) {
    .content {
        padding-top: 12rem;
    }

    .content .corner {
        top: 10rem;
        position: absolute;
        transform: translate3d(0, 0, 0);
        left: auto;
        width: 100%;
    }

    .content .tabs {
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: 12rem;
        max-width: 640px;
    }

    .content .tabs button.tab:focus span {
        text-decoration: underline;
    }

    .content.sticky .call-to-action .button.apply-now {
        visibility: hidden;
    }

    .content .sticky-apply-now {
        top: 12rem;
    }

    .content .sticky-apply-now button.tab :focus span {
        text-decoration: underline;
    }

    .modal-container .content {
        padding-top: 12rem;
    }

    .modal-container .content .corner {
        top: 10rem;
    }
}

@media (max-width: 639px),
(max-height: 539px) {
    .content.sticky .corner {
        width: 100%;
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: calc(8rem + 84px);
        left: auto;
    }

    .content.sticky .tabs {
        position: fixed;
        transform: translate3d(0, 0, 0);
        top: calc(10rem + 84px);
        max-width: 640px;
    }

    .content .content-div {
        max-width: 400px;
    }

    .content .hidden-xs {
        display: none;
    }
}

/* paypal分期 */

.deliverd_pal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .pal_imag {
        max-width: 6%;
    }

    .lazyloadeddad {
        margin-right: 5px;
        max-width: 20%;
    }

    .add_jel {
        max-width: 15%;
    }

    .add_jel2 {
        max-width: 27%;
    }

    .add_jel5 {
        max-width: 20%;
    }

    .add_jel3 {
        max-width: 50%;
    }

    .add_jel4 {
        max-width: 12%;
    }

    .add_jel6 {
        max-width: 18%;
    }

    .add_jel7 {
        max-width: 17%;
    }

    .add_jel8 {
        max-width: 16%;
    }

    .add_bq_html1 {
        width: 87%;
    }

    .quality-wrapsd {
        font-size: 15px
    }
        .page-width.text-center.section-padding .title3.title-wrapper {
            font-size: 21.9px !important;
        }
        .yf1div {
            padding-left: 23%;
            padding-top: 30px;
        }
    
        .yfdiv1 {
            display: block;
            max-width: 70%;
            margin-bottom: 20px;
        }
    
        .yfdiv2 {
            display: none;
            max-width: 100%;
        }
}
 .grid__item h2 {
     font-size: 30.2px;
 }

 .grid__item .accordion__content.rte.body3 {
     font-size: 20px;
 }
@media (max-width: 767.98px) {
    .pal_imag {
        max-width: 10%;
    }

    .add_bq_html {
        margin-top: 8px;
    }

    .product-info__header.product-info__block.tw-my-3 {
        margin-bottom: 0px !important;
    }

    .lazyloadeddad {
        max-width: 30%;
        margin-right: 5px;
    }

    .add_jel {
        max-width: 20%;
    }

    .add_jel2 {
        max-width: 39%;
    }

    .add_jel5 {
        max-width: 30%;
    }

    .add_jel3 {
        max-width: 76%;
    }

    .add_jel4 {
        max-width: 19%;
    }

    .add_jel6 {
        max-width: 27%;
    }

    .add_jel7 {
        max-width: 24.5%;
    }

    .add_jel8 {
        max-width: 22.5%;
    }

    .add_bq_html1 {
        width: 81%;
    }
        .yfdiv1 {
            display: none;
            max-width: 60%;
        }
    
        .yfdiv2 {
            display: block;
            max-width: 100%;
            margin-bottom: 20px;
        }
        .grid__item h2 {
            font-size: 22.4px;
        }
    
        .grid__item .accordion__content.rte.body3 {
            font-size: 18px;
        }
}

.cl {
    display: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}


.font-change-wrap .font-change-inputs {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.font-change-wrap .font-change-inputs .input-box {
    width: 48%;
}

#zoid-paypal-message-uid_9f503b1468_mdm6mza6mji>iframe {
    width: 100%;
}

.tag--default::before {
    display: none !important
}

.Mecca_mall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    width: 100%;
}

.Mecca_mall>div {
    width: 30%;
    border: 1px solid lavenderblush;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem;
}

.Mecca_mall input[type='checkbox'] {
    margin: 0 0 10px 0;
}

.Mecca_mall p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .Mecca_mall .check-img {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Mecca_mall .check-img input[type='checkbox'] {
        margin: 0 0 10px 0;
    }
}

.date-picker {
    position: relative;
}

.date-picker .show-date {
    position: absolute;
    border: none;
    outline: none;
    width: 100px;
    left: 2px;
    top: 1px;
}

.date-picker .date-input {
    border: 1px solid #000000;
    /* color: #fff; */
    background: #ffffff;
}

.class_j {
    border: 1px solid #d6d6d6;
    height: 40px;
    width: 14rem;
    transition: border 0.7s;
}

.change-font-select_all {
    word-break: break-word;
    line-height: 1.75rem;
    min-width: 2.5rem;
    font-size: 0.8125rem;
    margin-right: 0.625rem;
    margin-bottom: 0;
    position: relative;
    color: #2a2a2a;
    padding: 0;
    margin-top: 0.625rem;
    text-align: center !important;
    display: inline-block !important;
}

.change-font-select_label {
    border: 1.5px solid black;
    padding: 0 1.25rem;
}

.product-info__header-sku {
    display: none !important;
}

.main-content>.card-spacing {
    padding-top: 0px !important;
}

.product-info__header_price-wrapper {
    padding-bottom: 0px !important;
    margin: 0px;
}

.variants_combination_box {
    margin: 0px;
}

@media (max-width: 767.98px) {
    .tw-pb-5 {
        padding-bottom: 0.75rem;
    }

    .add_lorpox {
        margin-top: 0px !important;
        ;
        margin-bottom: 0.65rem !important;
    }

    .product-info__header_price-wrapper {
        margin-top: -0.5rem !important;
        ;
    }

    .quality-wrapsd {
        font-size: 11px
    }

    .tw-container.tw-z-modal {
        top: 19rem !important;
    }

    .tw-container.tw-z-modal .tw-flex {
        justify-content: center !important;
    }

    #actionButtons .webuploader-pick {
        padding: 0px 13px !important;
    }
}

.add_lorpox {
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

     	@font-face {
     	    font-family: Georgia;
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Georgia.woff2');
     	}
    
     	@font-face {
     	    font-family: Arial;
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Arial.woff2');
     	}
    
     	@font-face {
     	    font-family: Baloo;
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Baloo2-Regular.woff2');
     	}
    
     	@font-face {
     	    font-family: 'Lucida Handwriting';
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Lucida Handwriting.woff2');
     	}
    
     	@font-face {
     	    font-family: 'Lucida Calligraphy';
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Lucida Calligraphy.woff2');
     	}
    
     	@font-face {
     	    font-family: 'Allura';
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/ALLURA-REGULAR_0.TTF');
     	}
    
     	@font-face {
     	    font-family: 'Satisfy';
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Satisfy-Regular.ttf');
     	}
    
     	@font-face {
     	    font-family: 'AlexBrush-Regular';
     	    src: url('  https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/AlexBrush-Regular.ttf');
     	}
    
     	@font-face {
     	    font-family: 'Holy-Union-2';
     	    src: url('https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/Holy-Union-2.ttf');
     	}
    
     	@font-face {
     	    font-family: 'Comic Sans';
     	    src: url(' https://single-site.oss-cn-hongkong.aliyuncs.com/fonts/COMIC.TTF');
     	}
 .addRegisterBirthday {
     transform: scale(0.8) translate(0, -90%) !important;
 }


.cart-adv {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background-color: #FFF5E9;
    border: 1px solid #FFDDB4;
    border-radius: 4px;
    padding: 5px 5px;
    font-size: 14px;
    /* margin-top: 20px; */
    position: relative;
    display: -webkit-flex;
    margin-bottom: 10px;
}

.cart-adv-left p {
    margin-top: 1px;
    margin-bottom: 1px;
}

.cart-adv-left {
    min-width: calc(100% - 90px);
    max-width: 100%;
    flex: 1;
}

.cart-adv-right {
    min-width: 90px;
    text-align: right;
    min-width: 50px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    padding: 0 5px;
    background-color: black;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: 'Arimo';
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 4px;
    word-wrap: break-word;
    box-sizing: border-box;
    flex-shrink: 0;
}

.cart-adv-right .btn {
    color: white !important;
    min-width: 50px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    width: auto;
    /* padding: 0 5px; */
    text-align: center;
}

#spotify-customizations {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#spotify-customizations {
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    justify-items: center;
    align-items: center;
}

#spotify-customizations .design-modal-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    animation: mask 0.2s linear;
}

#spotify-customizations .design-modal-contents {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow: hidden;
    animation: bubbles 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (min-width: 768px) {
    #spotify-customizations .design-modal-contents {
        width: 500px;
        height: 600px;
        margin: auto;
        border-radius: 6px;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    }




}

#spotify-customizations .sep-font {
    font-family: "sep-font" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;

}

#spotify-customizations .close-icon {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    background-color: #eee;
    padding: 2px 5px;
    border: 2px dotted white;
}

#spotify-customizations .sep-font-close-strong:before {
    content: "X";
}
 .color-palette-attr-box.color-palette-attr-box.body3 div {
     width: 72px;
     height: 72px;
     border-radius: 4px;
     overflow: hidden;
 }

@media screen and (max-width: 768px) {
    #spotify-customizations .content-ps {
        top: 20%;
    }
    .cart-adv{
     font-size: 12px;
    }
    .zoomified {
     width: 373px;
     height: 378px !important;
    right: 24.5px;
    }
 .color-palette-attr-box.color-palette-attr-box.body3 div {
      width: 52px;
      height: 52px;
     }

}
.cart-item__details .product-property{
    flex-wrap: wrap;
}
.add_text>div{
        width: 46%;
}

 .add_splideslide img {
     max-width: 100%;
     height: auto;
 }

 .add_splideslide {
     width: 100%;
 }
/* #shopline-section-header{
    z-index: 0!important;
}
#shopline-section-announcement-bar:not(.shopline-section-announcement-bar-sticky){
    z-index: 0!important;
} */