
.sa-promo-model p, h2, h3, h4, h5, h6 {
    margin: 0;
}
.sa-w-90{
    width: 90%;
}
.sa-low-opacity{
    opacity: 0.5;
}
.sa-no-avil-text{
    color: rgba(255, 0, 0, 0.898);
}
.sa-badge-box-b {
    max-height: 400px;
    overflow-y: auto;
}

.sa-radio-button:checked {
    background-color: black;
}

.sa-white-space-nowrap {
    white-space: nowrap;
}

.sao-short-des-aov{
    font-size: 16px !important;
    margin: 0 !important;
    letter-spacing: normal;
    line-height: 18px !important;
    font-family: inherit;
    text-align: center;
    font-weight: 700;
}
.sa-diviver{
    margin: 10px 0 !important;
    border: 0;
    height: 1px;
    background: #ddd;
}
.sao_vol_select{
    accent-color: black;
    width: 25px;
    height: 25px;
    margin-right: 6px;
}
.sao_vol_tier{
    margin: 10px 0;
}
.sao-select-variant{
    text-align: center;
    margin: 0;
    font-size: 15px;
    letter-spacing: normal;
    line-height: 20px;
}
.sao-label {
    display: inline-flex;
    align-items: center;
    gap: 10px; /* Add spacing between the text and the badge */
}

.sao-radio-text {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    word-break: break-word;
    letter-spacing: normal;
}

.sa-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 8px;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap; /* Prevent badge wrapping */
}

.sao-radio-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.sa-color-green{
    color: rgba(3, 103, 35, 0.981);
}
.sao-total-text-pmm{
    margin: 0 !important;
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 600;
    padding-top: 7px;
}
.sao-total-text{
    margin: 0 !important;
    text-align: right;
    font-size: 16px;
    font-family: inherit;
    line-height: 19px;
    letter-spacing: normal;
    font-weight: bold;
}
.sao-fw-800{
    font-weight: 800 !important;
}
.sa-clock-text{
    display: flex;
    text-align: center;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 16px;
    margin: auto;
    align-items: center;
    justify-content: center;
}
.sa-clock-text strong{
    font-weight: 600;
    font-size: 14px;
    padding: 5px 5px;
    border-radius: 7px;
    display: inline-block;
    color: #fd0707;
    background: rgb(255, 248, 248);
}
.sao-st-p{
    padding: 8px 0;
}
.sao-short-des p{
    font-size: 16px !important;
    margin: 0 !important;
    letter-spacing: normal;
    line-height: 16px !important;
    font-family: inherit;
    text-align: center !important;
}
#sao-pb-master{
    border: 1px solid gainsboro;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-family: 'Poppins', sans-serif !important;
}
.sao-prod-var-selecting{
    padding: 6px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 50%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.1) !important;
    outline: none !important;
}
.sa-promo-model {
    position: fixed;
    z-index: 1000;
    border-radius: 8px; /* Add rounded corners */
    font-family: inherit;

}
.sa-model-content{
    max-height: 400px;
}

.sa-model-content div,
.sa-model-content img {
    max-height: inherit;
}
.sa-short_view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 310px; /* For desktop and tablet */
}

.sa-modal-close {
    position: absolute;
    top: 1px;
    right: -3px;
    cursor: pointer;
}


.sa-shop-now {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #1c0b64, #0038D1); /* Brand blue with vibrant pink */
    color: #fff; /* High contrast white text */
    border: none;
    border-radius: 12px; /* Rounded corners */
    padding: 10px 24px; /* Comfortable padding */
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(77, 64, 255, 0.2); /* Soft blue glow */
    transition: all 0.3s ease-in-out;
}

.sa-shop-now:hover {
    background: linear-gradient(90deg, #0038D1, #1c0b64); /* Reverse gradient */
    transform: translateY(-3px); /* Lift button slightly */
    box-shadow: 0 6px 16px rgba(77, 64, 255, 0.5); /* Stronger glow */
}

.sa-shop-now:active {
    background: linear-gradient(90deg, #9F0E60, #1c0b64); /* Darker blue tones */
    transform: translateY(2px); /* Press-down effect */
    box-shadow: 0 2px 8px rgba(159, 14, 96, 0.4); /* Dimmed glow */
}


.sa-promotion-container:not(:first-of-type) {
    display: none;
}

.sa-arrow-holder{
    background: rgb(255, 254, 254);
    border-radius: 100%;
    height: 32px;
    align-items: center;
    display: flex;
}
.sa-left-arrow {
    cursor: pointer;
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}
.sa-right-arrow {
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%)
}
.sa-position-relative {
    position: relative;
}

.sa-promotion-svg {
    background-repeat: no-repeat;
}

.sa-waves-bg-svg {
    background-size: cover;
    background-repeat: no-repeat;
}

.sa-cursor-pointer {
    cursor: pointer;
}

.sa-align-center {
    align-items: center;
}

.sa-h-60 {
    height: 35px;
    display: block !important;
    box-sizing: content-box;
}

.sa-row {
    display: flex;
    flex-wrap: wrap;
}

.sa-promotion-container {
    box-shadow: -4px 6px 20px -6px rgba(0, 0, 0, 0.96);
    -webkit-box-shadow: 5px 6px 20px -6px rgba(0, 0, 0, 0.96);
    -moz-box-shadow: 5px 6px 20px -6px rgba(0, 0, 0, 0.96);
    border-radius: 10px;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 10px;
}

.sa-condition-applied {
    font-size: 10px;
    display: block;
}

.sa-left-section {
    padding: 20px;
    background-color: inherit;
    text-align: center;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sa-left-section h2 {
    font-size: 24px;
    font-weight: 600;
}
  
.sa-left-section p {
    font-size: 14px;
}

.sao-promo-sales-clock{
    font-weight: 700;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 7px;
    display: inline-block;
    margin-top: 5px;
    color: #fd0707;
    background: rgb(255, 248, 248);
    padding: 5px 10px;
}
.sa-promotion-header {
    font-size: 32px !important;
    line-height: 35px !important;
    letter-spacing: normal;
    font-weight: 600;
    color-scheme: light;
    text-size-adjust: 100%;
    text-align: center;
    text-transform: none;
}

.sa-promo-short-des{
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    text-size-adjust: 100%;
    text-transform: none;
}

.sa-promotion-subheader {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.sa-right-section{
    width: 100%;
}
.sa-right-section img {
    max-width: 100%;
    width: auto;
    height: 100%;
    border: none;
    border-radius: 10px;
    min-height: 300px;
    max-height: 400px;
}
.sa-clock{
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    letter-spacing: normal;
    font-weight: 400;
}

.sa-bubble-timer .sa-sao-sales-clock-container p {
    text-align: left;
    margin: auto;
    font-size: 13px !important;
    padding: 0;
}

.sa-cursor-pointer {
    cursor: pointer;
}

/* HTML:  */
.sa-basic-ribbon {
    font-size: 18px;
    font-weight: bold;
    --d: 7px;
    position: absolute;
    top: 5px;
    inset-inline: calc(-1* var(--d));
    border-bottom: var(--d) solid #0008;
    padding-block: .4em;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, calc(100% - var(--d)) calc(100% - var(--d)), var(--d) calc(100% - var(--d)), var(--d) 100%, 0 calc(100% - var(--d)));
}


/* HTML: <div class="ribbon">Your content</div> */
.sa-top-badge-ribbon {
    --f: 15px;
    /* control the folded part */

    position: absolute;
    top: 0;
    left: 0;
    padding: .1em 1.8em;
    /* the main color  */
    border-bottom: var(--f) solid #0007;
    clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
}

.sa-flex-container {
    display: flex;
    justify-content: space-between;
    /* This pushes the title to the left and the SVG to the right */
    align-items: center;
    /* Vertically center the content */
}

.sa-close-img {
    width: 27px;
    height: auto;
    margin: auto;
    display: block;
    cursor: pointer;
}

.sa-fw-500 {
    font-weight: 500;
}

.master-container-sao {
    height: 100%;
}

.sa-justify-center {
    justify-content: center !important;
}

.sa-item-center {
    align-items: center !important;
}

.sa-vertical-align {
    vertical-align: middle !important;
}

.sa-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}

.sa-w-100 {
    width: 100% !important;
}

.sa-d-inline {
    display: inline !important;
}

.sa-d-inline-block {
    display: inline-block !important;
}

.sa-d-block {
    display: block !important;
}

.sa-d-flex {
    display: flex !important;
}

.sa-d-none {
    display: none !important;
}

.sa-text-center {
    text-align: center !important;
}

.sa-text-left {
    text-align: left !important;
}

.sa-text-right {
    text-align: right !important;
}

/* Responsive Float Classes */

.sa-float-left {
    float: left !important;
}

.sa-float-right {
    float: right !important;
}

.sa-cursor-pointer {
    cursor: pointer;
}

/* Padding-Left Classes */
.sa-pl-1 {
    padding-left: 0.25rem !important;
}

.sa-pl-2 {
    padding-left: 0.5rem !important;
}

.sa-pl-3 {
    padding-left: 1rem !important;
}

.sa-pl-4 {
    padding-left: 1.5rem !important;
}

.sa-pl-5 {
    padding-left: 3rem !important;
}

.sa-pl-0 {
    padding-left: 0 !important;
}

/* Padding-Right Classes */
.sa-pr-0 {
    padding-right: 0 !important;
}

.sa-pr-1 {
    padding-right: 0.25rem !important;
}

.sa-pr-2 {
    padding-right: 0.5rem !important;
}

.sa-pr-3 {
    padding-right: 1rem !important;
}

.sa-pr-4 {
    padding-right: 1.5rem !important;
}

.sa-pr-5 {
    padding-right: 3rem !important;
}

/* Padding-Top Classes */
.sa-pt-0 {
    padding-top: 0 !important;
}

.sa-pt-1 {
    padding-top: 0.25rem !important;
}

.sa-pt-2 {
    padding-top: 0.5rem !important;
}

.sa-pt-3 {
    padding-top: 1rem !important;
}

.sa-pt-4 {
    padding-top: 1.5rem !important;
}

.sa-pt-5 {
    padding-top: 3rem !important;
}

/* Padding-Bottom Classes */
.sa-pb-0 {
    padding-bottom: 0 !important;
}

.sa-pb-1 {
    padding-bottom: 0.25rem !important;
}

.sa-pb-2 {
    padding-bottom: 0.5rem !important;
}

.sa-pb-3 {
    padding-bottom: 1rem !important;
}

.sa-pb-4 {
    padding-bottom: 1.5rem !important;
}

.sa-pb-5 {
    padding-bottom: 3rem !important;
}

/* Margin-Left Classes */
.sa-ml-0 {
    margin-left: 0 !important;
}

.sa-ml-1 {
    margin-left: 0.25rem !important;
}

.sa-ml-2 {
    margin-left: 0.5rem !important;
}

.sa-ml-3 {
    margin-left: 1rem !important;
}

.sa-ml-4 {
    margin-left: 1.5rem !important;
}

.sa-ml-5 {
    margin-left: 3rem !important;
}

/* Margin-Right Classes */
.sa-mr-0 {
    margin-right: 0 !important;
}

.sa-mr-1 {
    margin-right: 0.25rem !important;
}

.sa-mr-2 {
    margin-right: 0.5rem !important;
}

.sa-mr-3 {
    margin-right: 1rem !important;
}

.sa-mr-4 {
    margin-right: 1.5rem !important;
}

.sa-mr-5 {
    margin-right: 3rem !important;
}

/* Margin-Top Classes */
.sa-mt-0 {
    margin-top: 0 !important;
}

.sa-mt-1 {
    margin-top: 0.25rem !important;
}

.sa-mt-2 {
    margin-top: 0.5rem !important;
}

.sa-mt-3 {
    margin-top: 1rem !important;
}

.sa-mt-4 {
    margin-top: 1.5rem !important;
}

.sa-mt-4_5 {
    margin-top: 2.3rem !important;
}

.sa-mt-5 {
    margin-top: 3rem !important;
}

/* Margin-Bottom Classes */
.sa-mb-0 {
    margin-bottom: 0 !important;
}

.sa-mb-1 {
    margin-bottom: 0.25rem !important;
}

.sa-mb-2 {
    margin-bottom: 0.5rem !important;
}

.sa-mb-3 {
    margin-bottom: 1rem !important;
}

.sa-mb-4 {
    margin-bottom: 1.5rem !important;
}

.sa-mb-5 {
    margin-bottom: 3rem !important;
}

.sa-m-auto {
    margin: auto !important;
}

.sa-m-auto-0 {
    margin: auto 0 !important;
}

.sa-m-0 {
    margin: 0 !important;
}

.righter-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sa-bundle-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600 !important;
    flex: 1;
    text-align: center;
    line-height: 20px;
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
}

/* Medium devices (desktops) */
@media (min-width: 768px)  {
    
    .sa-d-md-none {
        display: none !important;
    }

    .sa-d-md-inline {
        display: inline !important;
    }

    .sa-d-md-inline-block {
        display: inline-block !important;
    }

    .sa-d-md-block {
        display: block !important;
    }
    .sa-col-md-1 {
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }

    .sa-col-md-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .sa-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sa-col-md-4 {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .sa-col-md-5 {
        flex-basis: 41.666667%;
        max-width: 41.666667%;
    }

    .sa-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sa-col-md-7 {
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .sa-col-md-8 {
        flex-basis: 66.666667%;
        max-width: 66.666667%;
    }

    .sa-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sa-col-md-10 {
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .sa-col-md-11 {
        flex-basis: 91.666667%;
        max-width: 91.666667%;
    }

    .sa-col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Small devices (tablets) */
@media (min-width: 576px) {
    .sa-col-sm-1 {
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }

    .sa-col-sm-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .sa-col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sa-col-sm-4 {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .sa-col-sm-5 {
        flex-basis: 41.666667%;
        max-width: 41.666667%;
    }

    .sa-col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sa-col-sm-7 {
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .sa-col-sm-8 {
        flex-basis: 66.666667%;
        max-width: 66.666667%;
    }

    .sa-col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sa-col-sm-10 {
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .sa-col-sm-11 {
        flex-basis: 91.666667%;
        max-width: 91.666667%;
    }

    .sa-col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sa-d-sm-none {
        display: none !important;
    }

    .sa-d-sm-inline {
        display: inline !important;
    }

    .sa-d-sm-inline-block {
        display: inline-block !important;
    }

    .sa-d-sm-block {
        display: block !important;
    }
}

/* Large devices (desktops) */
@media (min-width: 992px) {
    .sa-col-lg-1 {
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }

    .sa-col-lg-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .sa-col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sa-col-lg-4 {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .sa-col-lg-5 {
        flex-basis: 41.666667%;
        max-width: 41.666667%;
    }

    .sa-col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sa-col-lg-7 {
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .sa-col-lg-8 {
        flex-basis: 66.666667%;
        max-width: 66.666667%;
    }

    .sa-col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sa-col-lg-10 {
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .sa-col-lg-11 {
        flex-basis: 91.666667%;
        max-width: 91.666667%;
    }

    .sa-col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}


/* Large devices (large desktops) */
@media (min-width: 992px) {
    .sa-d-lg-none {
        display: none !important;
    }

    .sa-d-lg-inline {
        display: inline !important;
    }

    .sa-d-lg-inline-block {
        display: inline-block !important;
    }

    .sa-d-lg-block {
        display: block !important;
    }
}

/* Extra large devices (extra large desktops) */
@media (min-width: 1200px) {
    .sa-d-xl-none {
        display: none !important;
    }

    .sa-d-xl-inline {
        display: inline !important;
    }

    .sa-d-xl-inline-block {
        display: inline-block !important;
    }

    .sa-d-xl-block {
        display: block !important;
    }
}






/* preview specific */


.desktop-preview {
    font-size: 17px !important;
    font-family: inherit;
}

.desktop-sticker {
    text-align: center !important;
    font-family: inherit;
    padding: 5px !important;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 20px;
}

.sao-sales-clock-container p {
    text-align: center;
    margin: auto;
    padding: 5px;
}

.sao-bundle-title-container {
    display: flex;
    align-items: center;
}

.sao-bundle-title-container a {
    font-size: 13px;
    text-decoration: underline !important;
    text-align: center;
    cursor: pointer;
}

.sao-bundle-title-container p {
    text-align: center;
}

.sao-helper-text-container p {
    text-align: center;
    padding: 4px;
}

.sa-short-details {
    font-size: 11px;
    font-weight: 400;
}

.custom-label {
    font-size: 14px !important;
    color: rgb(31, 33, 36);
}

.sample-p-title {
    font-size: 14px !important;
    margin: auto 0 !important;
}

.sample-atc {
    background-color: #0038D1;
    color: white;
    padding: 5px;
    font-size: 12px;
}

.sa-long-description {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: normal;
    font-style: inherit;
}

.sa-product-tiles {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: normal;
    font-style: inherit;
    text-decoration: none;
    cursor: pointer;
    font-family: inherit;
}

.sa-product-tiles a {
    text-decoration: none !important;
}


.shipping-warning {
    color: #636C77;
}

/*mobile preview */


.sa-close-svg {
    display: flex;
    align-items: center;
    /* Vertically center align */
    justify-content: flex-end;
    /* Right align */
}

.sa-close-svg svg {
    margin-right: 10px;
    /* You can adjust this value as needed */
}

.sa-clock-font-size {
    font-size: 18px;
}

.sa-see-details {
    font-size: 12px;
    text-decoration: underline;
}

.sa-btn-sm {
    width: 35% !important;
}

.sa-atc {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.3px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
    height: 100%;
    max-height: 50px;
    border-radius: 5px;
    width: 100%;
    text-align: center !important;
    transition: background-color 0.3s;
}

.sa-atc span{
    background: inherit !important;
    outline: inherit !important;
    border: inherit !important;
    letter-spacing: inherit !important;
    font-weight: inherit !important;
}

.sa-atc:hover {
    outline: none !important;
    border: none !important;
    margin-left: 2px;
}
.sa-atc:active{
    outline: none !important;
    border: none !important;
    margin-left: 2px;
    opacity: 0.5;
}
.sa-strikeout {
    text-decoration: line-through;
    color: rgba(255, 0, 0, 0.898);
}

#sao-descriptions-containers span {
    outline: none !important;
    border: none !important;
    background: inherit;
}

.sa-volume-quantity {
    font-size: 35px !important;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(165, 155, 155);
    height: 100%;
    padding: 7px;
    text-align: center;
    align-items: center;
    vertical-align: middle;
    font-weight: 200;
    letter-spacing: normal;
    line-height: 35px;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.sa-volume-quantity svg {
    position: relative;
    top: 3px;
    left: -5px;
}

.sa-product-image img {
    display: block;
    margin: auto;
}

.sa-pmm-box {
    border: 1px solid rgb(215, 212, 212);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    align-items: center;
}

.sa-badge-box {
    position: relative;
}


.sa-badge-box-b {
    text-align: center;
    padding: 8px;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 700;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 5px;
    line-height: 18px;
    margin: 2px 0 4px;
}

.sa-checkout-info {
    font-size: 11px;
    font-weight: 200;
    text-align: center;
    margin: 0;
}

.sa-checkout-info span{
    white-space: nowrap;
    margin-left: 3px;
}

.sa-chat-continer-body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    /* Required for the chat head to be positioned relative to the body */
}

.sa-chat-head {
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    position: fixed;
    /* Position the chat head as fixed */
    left: 20px;
    /* Adjust left position as needed */
    top: 50%;
    /* Place it in the vertical center */
    transform: translateY(-50%);
    /* Center vertically */
    background-size: 100px 100px;
    /* Adjust the size and the wavelength of the wave */
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
}

.sa-chat-text {
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
}

.sa-logo {
    width: 20px;
    height: auto;
}

.sa-disabled {
    opacity: 0.5;
}

/* Define the animation */
@keyframes sa-tada {
    0%, 100% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -2deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 2deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -2deg);
    }
}


/* Apply the animation to an element with the "sa-animate-tada" class */
.sa-animate-tada {
    animation: sa-tada 4s infinite ease-in-out;;
    transition: transform 0.5s ease-in-out;
}


/* Extra small devices (phones) */
@media (max-width: 575.99px) {
    .sa-d-col-inline {
        display: inline !important;
    }

    .sa-d-col-inline-block {
        display: inline-block !important;
    }

    .sa-d-col-block {
        display: block !important;
    }

    .sa-d-col-none {
        display: none !important;
    }

    .sa-col-1 {
        flex-basis: 8.333333%;
        max-width: 8.333333%;
    }

    .sa-col-2 {
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }

    .sa-col-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .sa-col-4 {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .sa-col-5 {
        flex-basis: 41.666667%;
        max-width: 41.666667%;
    }

    .sa-col-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sa-col-7 {
        flex-basis: 58.333333%;
        max-width: 58.333333%;
    }

    .sa-col-8 {
        flex-basis: 66.666667%;
        max-width: 66.666667%;
    }

    .sa-col-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .sa-col-10 {
        flex-basis: 83.333333%;
        max-width: 83.333333%;
    }

    .sa-col-11 {
        flex-basis: 91.666667%;
        max-width: 91.666667%;
    }

    .sa-col-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sa-col-p-2 {
        padding: 0.5rem;
    }
}


/* Media queries for tablet and desktop screens */
@media (min-width: 768px) {
    .on-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0 10px;
    }
    
}

@media (min-width: 576px) {
    .sa-modal-close{
        display: none;
    }
    .sa-promo-model {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 80%; /* Adjust the width as needed */
        max-width: 650px; /* Adjust the maximum width as needed */
        max-height: 500px;
        min-height: 300px;
        /* 40% of screen width on tablets and desktops */
    }
}

@media (max-width: 575.99px) {
    .sa-promo-model {
        transform: translate(12%, 2%) !important;
        top: 3px;
        width: 80%;
        max-width: 100%;
        min-height: 500px;
    }
    .sa-model-content{
        max-height: inherit !important;
    }
    .sa-h-60{
        height: 35px !important;
    }
    .sa-short_view {
        min-height: 450px; /* For mobile */
    }
    .sa-promotion-header{
        padding-top: 10px;
    }
    .desktop-sticker {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    .sa-clock-font-size {
        font-size: 13px !important;
    }

    .sa-see-details {
        text-align: center;
    }
}