.checkout_progress_bar {
    max-width: 317px;
    width: 100%;
    padding: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.checkout_progress_card {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.checkout_progress_card_icon {
    width: 46px;
    aspect-ratio: 1;
    padding: 8px;
    border-radius: 25px;
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 4px solid white;
}

.checkout_progress_bar::after {
    content: "";
    width: 70%;
    height: 0;
    position: absolute;
    left: 15%;
    z-index: -1;
    top: 40%;
    transform: translateY(-50%);
    border-top: 1px dashed #333333;
}

.checkout_progress_name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #777777;
    text-transform: capitalize;
}

.checkout_progress_card.active .checkout_progress_card_icon {
    background-color: #333333;
}

.checkout_progress_card.active .checkout_progress_name {
    color: #333333;
}

.checkout_progress_card.active .checkout_progress_card_icon path {
    fill: #F4F4F4;
}

.checkout_progress_card:last-child.active .checkout_progress_card_icon path {
    fill: none;
    stroke: #F4F4F4;
    stroke-width: 0.8px;
}

.Cls_coupon_input.disable {
    pointer-events: none;
    opacity: 0.5;
}

.special_coupon_svg,
.cart_page .featured_container,
.checkout_suggestion_btn input[type="radio"],
.checkout_page_left > .product-cart-wrapper .new_sale_timerBlack,
.checkout_page_left:has(.empty_side_cart.active) .checkout_container_header,
.checkout_page_left .extra_coupon_details {
    display: none;
}

.place_order_btn.Cls_place_order.loading {
    opacity: 0.5;
    pointer-events: none;
    user-select: none;
    touch-action: none;
}

.checkout_page {
    width: 100%;
    position: relative;
}

.checkout__coupon__disc_txt {
    color: #777777;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 2;
}

.checkout_page_container {
    max-width: 1440px;
    margin: 40px auto 50px;
    width: 100%;
    display: flex;
    gap: 24px 2%;
}

.checkout_page_left {
    flex: 1 1 auto;
    width: 100%;
    align-self: auto;
}

.checkout_page_left:has(.freebie_container) {
    overflow: hidden visible;
}

.checkout_page_right {
    flex: 0 0 35%;
    width: 100%;
}

.checkout_container_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.checkout_container_heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
}

.checkout_container_header .checkout_prod_count {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #777777;
    padding-left: 4px;
    display: inline-block;
}

.checkout_prod_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout_add_address_container {
    max-width: 620px;
    width: 100%;
    margin: auto;
}

.checkout_spl_coupon.skeleton-box {
    height: 100px;
    margin-bottom: 20px;
}

.checkout_container_header.skeleton-box {
    height: 20px;
}

.cart_prod_card_wrpr.skeleton-box {
    height: 180px;
    padding: 0;
}

.coupon_card.skeleton-box {
    margin-bottom: 16px;
    height: 150px;
}

.offer_card.skeleton-box {
    margin-bottom: 16px;
    height: 300px;
}

.price_details_card.skeleton-box {
    height: 400px;
}

.refund_method_card {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: #fafafa;
}

.refund_method_heading {
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.refund_method_content {
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.refund_payment_method_wrap {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
}

.refund_payment_method_card {
    display: flex;
    gap: 16px;
}

.refund_payment_method_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    accent-color: #333333;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #333333;
    cursor: pointer;
    position: relative;
}

.refund_payment_method_input::after {
    content: "";
    width: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #eeeeee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.refund_payment_method_input:checked::after {
    background-color: #333333;
}

.refund_payment_method_label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.refund_payment_method_icon {
    width: 20px;
    aspect-ratio: 1;
}

.refund_payment_method_name {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.checkout_special_timer {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    margin-bottom: 24px;
}

.checkout_success_anime {
    position: relative;
}

.checkout_success_anime svg:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.checkout_success_anime.update svg:nth-child(1) {
    opacity: 0;
    visibility: hidden;
}

.checkout_success_anime.update svg:nth-child(2) {
    opacity: 1;
    visibility: visible;
}

.checkout_special_timer_icon {
    width: 24px;
    aspect-ratio: 1;
}

.checkout_special_timer_cont {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
    display: flex;
    align-items: flex-end;
    gap: 6px;
}

.checkout_special_timer_countdown_wrap {
    display: flex;
    align-items: center;
    gap: 1px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-transform: lowercase;
}

.checkout_special_timer_countdown:not(:first-child) {
    margin-left: 6px;
}

.freebies_box {
    margin-top: 24px;
    width: 100%;
    padding: 16px;
    background-color: #fdfdfd;
    border: 1px solid #f0f0f0;
}

.freebies_box_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 16px;
    background-color: #ebf6ff;
}

.freebies_icon {
    width: 26px;
    height: 28px;
}

.freebies_cont {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.extra_coupon_details {
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 16px;
    margin-bottom: 8px;
    background-color: #F6F6F6;
}

.extra_coupon_details_icon {
    flex: 0 0 auto;
    width: 24px;
    aspect-ratio: 1;
}

.extra_coupon_details_cont {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.elegible_for_returns {
    background: url("../img/checkout/elegibleReturn.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    color: #faf8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 16px;
    margin-bottom: 8px;
    background-color: #F6F6F6;
    text-align: center;
}

.elegible_for_returns {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    display: none;
}

@keyframes movingClouds {
    from {
        transform: translateX(15%) scale(1.3);
    }

    to {
        transform: translateX(-15%) scale(1.3);
    }
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gift-wrap-popup-content {
    max-width: 723px;
    width: 100%;
    background-image: url('../img/checkout/bg__gift.png');
    margin: auto;
    padding: 13px 24px;
    border: 1px solid #888;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #fff;
}

.checkout__span {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    display: none;
    text-align: left;
    cursor: pointer;
    text-decoration-line: underline;
}

.checkout_git_list_item__wrap__eidt {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.gift_wrap_header {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-top: 31px;
}

.gift_wrap_subheader {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-top: 12px;
    text-align: left;
}

.gift__form-container {
    border-radius: 8px;
}

.gift__wrap__from {
    margin-top: 35px;
}

.gift__form-container h2 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
}

.gift-wrap-popup.show .gift-wrap-popup-content {
    opacity: 1;
}

.gift__form-container p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.gift__form-group {
    margin-top: 24px;
}

.gift__form-group input[type="text"] {
    font-size: 14px;
    text-align: left;
    background: #FBFBFB;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-weight: 400;
}

.gift__form-group input::placeholder,
.gift__form-group textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    opacity: 0.5;
    margin-top: 20px;
}

.gift__form-group1 {
    resize: none;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
}

.gift__form-group input,
.gift__form-group textarea {
    display: inline-block;
    width: 100%;
    padding: 10px;
    outline: none;
    resize: none;
    line-height: 1;
    border: none;
    color: #333;
    padding: 20px 10px 20px 16px;
}

.gift__form-group1 small {
    display: block;
    color: #777777;
    text-align: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin-right: 10px;
}

.gift__button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.gift__button-group button {
    padding: 20px 20px;
    width: 50%;
    cursor: pointer;
}

.gift__form-container .gift__background-decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url('gift-decorations.png') no-repeat center center;
    background-size: contain;
}

.checkout_details_container {
    width: 100%;
    padding: 16px;
    margin-bottom: 8px;
    background-color: #f6f6f6;
    border: 1px solid #EAEAEA;
}

.checkout_details_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.gift_card_note {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;

}

.gift_card_note span {
    font-weight: 600;
}

.checkout_details_heading {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.checkout_details_sub_heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: underline;
    cursor: pointer;
}

.checkout_processing_btn_container {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
}

body.cart_page:not(:has(.checkout_processing_btn_container)) .icons_wrpr.Cls_threadspopup {
    bottom: 15px;
}

.saved_amount_row {
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background-color: #333333;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 5px;
}

.saved_amount_row span {
    color: #93FF98;
}

.saved_amount_row::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url("../img/icons/discount_box.svg") no-repeat center;
}

.checkout_processing_btn_wrap {
    background-color: #000000;
    color: #ffffff;
    padding: 16px;
    display: grid;
    grid-template-columns: max-content;
    justify-items: start;
    gap: 5px 12px;
}

.checkout_processing_total_amount {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    align-self: end;
}

.checkout_processing_total_amount_value {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    align-self: start;
}

.checkout_processing_btn {
    grid-area: 1 / 2 / 3 / 3;
    width: 100%;
    color: #333333;
    padding: 15px;
    text-align: center;
    background-color: #FFFFFF;
}

.trust_badge_wrap {
    margin: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trust_badge {
    padding: 0px 8px;
}

.trust_badge_icon {
    margin: auto;
    width: 40px;
    aspect-ratio: 1;
}

.trust_badge span {
    display: block;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top: 6px;
    text-align: center;
}

.freebies_with_purchase {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    background: #B12029;
    color: #ffffff;
    padding: 17px 15px 13px;
    margin-bottom: 28px;
}

.freebies_product_link {
    text-decoration: underline;
    color: #ffffff;
}

.checkout_page_left:has(.empty_side_cart.active) {
    flex: 0 0 100%;
}

.empty_side_cart {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.emptyCartIcon {
    width: 120px;
}

.empty-cart-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #333333;
    margin: 8px 0 24px;
}

.empty_cart_continue_btn {
    max-width: 260px;
    width: 50%;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Free Gift Slider */

.freegift-slider {
    padding: 16px 40px;
    width: 100%;
    background: url('../img/checkout/slider_gift_area_banner.jpg') 100% 100%;
    background-size: cover;
    margin-bottom: 16px;
    position: relative;
}

.freegift-slider-text-section {
    color: #B1202A;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.freegift-slider__progress-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.freebie_locked_icon,
.freegift-slider.eligible .freebie_locked_icon,
.freebie_unlocked_icon {
    width: 18px;
    display: none;
}

.freebie_locked_icon,
.freegift-slider.eligible .freebie_unlocked_icon {
    display: block;
}

.freegift-slider__progress-bar {
    flex: 1;
    height: 8px;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.freegift-slider__progress-fill {
    background: #000;
    height: 100%;
    width: 10%;
    border-radius: 5px 0 0 5px;
    width: 2%;
}

#freegift-slider__progress-fill {
    transition: width 1s ease;
}

.freegift-slider__icon--gift {
    width: 40px;
    height: auto;
    position: absolute;
    left: 2%;
    bottom: -10px;
    z-index: 10;
    transition: left 1s ease;
    transform: translateX(-50%);
}

.freegift-slider__btn {
    background: #222;
    color: #fff;
    padding: 8px 28px;
    margin-left: 64px;
    cursor: pointer;
}

.freegift-slider__progress-fill {
    left: 2%;
    width: max-content;
}

.price_details_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #777777;
    margin-bottom: 12px;
}

.git__wraping {
    color: #777777 !important;
}

.git__wraping11 {
    color: #B08B5C !important;
}

.price_total_cont {
    padding-top: 12px;
    border-top: 1px solid #D9D9D9;
}

.price_total_cont .price_details_row:not(:last-child) {
    margin-bottom: 8px;
}

.actual_mrp .price_details_pair {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.freegift-slider.eligible .freegift-slider-text-section,
.discounted_offer_price {
    color: #388E3C;
}

.offer_discounted_price {
    color: #388E3C !important;
}

.discount_mrp .price_details_pair,
.coupon_discount .price_details_pair {
    color: #B08B5C;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.courier_fee .price_details_pair {
    color: #B08B5C;
    text-transform: capitalize;
    text-decoration: none;
}

.courier_fee .price_details_pair span {
    color: #777777;
    margin-right: 4px;
    text-decoration: line-through;
}

.price_exchange_cont,
.price_return_cont {
    margin: 20px 0;
}

.price_details_cont .price_details_row:not(:last-child),
.price_return_cont .price_details_row:not(:last-child),
.price_exchange_cont .price_details_row:not(:last-child) {
    margin-bottom: 12px;
}

.applied_thread_row,
.applied_gift_card_row,
.price_exchange_cont .price_details_pair {
    color: #000000;
}

.saved_mrp .price_details_key {
    color: #777777;
    font-weight: 300;
}

.saved_mrp .price_details_pair {
    font-size: 17px;
    font-weight: 300;
    color: #388E3C;
}

.total_mrp .price_details_key {
    color: #333333;
    text-transform: uppercase;
    font-size: 17px;
}

.total_mrp .price_details_pair {
    font-size: 26px;
    font-weight: 500;
    color: #000000;
}

.place_order_btn {
    display: block;
    width: 100%;
    height: 58px;
    cursor: pointer;
}

.after_toggle_visiable input[type=text] {
    width: 111px;
    padding: 7px 9px;
    border: 1px solid #77777775 !important;
    color: #000000;
    outline: none !important;
}

.after_toggle_visiable1,
.row_avaiable .price_details_key,
.row_avaiable .after_toggle_visiable {
    display: flex;
}

.row_price_details_inclusive {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    color: #000 !important;
    display: flex;
}

.price_details_key_img1 {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-left: 5px;
}

.price_details_key_span {
    color: #333333;
}

.gift_card_mrp {
    color: #B08B5C;
}

.checkout_suggestion_container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    position: relative;
}

.checkout_suggestion_filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.checkout_suggestion_btn {
    flex: 1 1 auto;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.checkout_suggestion_btn.active {
    color: #FFFFFF;
    background-color: #333333;
}

@media screen and (max-width: 1470px) {
    .checkout_page_container {
        max-width: 95%;
    }
}

@media screen and (max-width: 1440px) {
    .checkout_suggestion_container {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1024px) {
    .checkout_page_container {
        max-width: 90%;
        flex-direction: column;
    }

    .checkout_suggestion_container {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 767px) {
    .checkout_suggestion_filters {
        gap: 8px;
        overflow-x: auto;
        justify-content: start;
    }

    .checkout_suggestion_btn {
        height: 40px;
        flex: 0 0 48%;
        font-size: 12px;
        white-space: nowrap;
    }

    .checkout_progress_bar {
        padding: 0;
        margin-top: 16px;
        max-width: 202px
    }

    .price_details_row.saved_mrp {
        display: none;
    }

    .elegible_for_returns {
        font-size: 12px;
        line-height: 0.4;
    }

    .checkout_progress_bar::after {
        top: 36%
    }

    .checkout_progress_card {
        gap: 4px
    }

    .checkout_progress_card_icon {
        width: 36px;
        padding: 6px;
    }

    .checkout_progress_name {
        font-size: 12px
    }

    .price_details_cont .price_details_row:not(:last-child) {
        margin-bottom: 8px
    }

    .price_details_row:has(.row_price_details_inclusive) {
        margin-bottom: 0px;
    }

    .price_total_cont {
        padding-top: 10px;
    }

    .total_mrp .price_details_key {
        font-size: 14px;
        margin: 0px;
    }

    .saved_mrp .price_details_pair {
        font-size: 15px
    }

    .total_mrp .price_details_pair {
        font-size: 18px
    }

    .price_exchange_cont {
        margin: 12px 0
    }

    .place_order_btn {
        height: 46px;
        display: none;
    }

    .price_exchange_cont,
    .price_return_cont {
        margin: 12px 0
    }

    .price_return_cont .price_details_row:not(:last-child),
    .price_exchange_cont .price_details_row:not(:last-child) {
        margin: 12px 0
    }

    .total__earn__title {
        font-size: 12px;
    }

    .empty_cart_continue_btn {
        width: 90%
    }

    .checkout_processing_btn_container {
        display: block;
    }

    .checkout_details_container {
        padding: 10px 8px;
        margin-bottom: 6px;
    }

    .checkout_details_container.price_details_container {
        margin-bottom: 20px;
    }

    .checkout_details_heading,
    .checkout_processing_btn {
        font-size: 14px;
    }

    .checkout_details_sub_heading {
        font-size: 12px;
    }

    .gift_wrap_header {
        margin-left: 5px;
        font-size: 16px;
    }

    .gift_wrap_subheader {
        font-size: 12px;
        margin-left: 5px;
    }

    .gift-wrap-popup-content {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 100%;
        padding: 13px 10px;
        background-color: #fff;
    }

    body.cart_page,
    body.address_page,
    body.payment_page,
    body.payment_page:has(.checkout_processing_btn_container>.saved_amount_row.d_none) {
        padding-bottom: 20px;
    }

    body.cart_page:has(.checkout_processing_btn_container>.saved_amount_row),
    body.address_page:has(.checkout_processing_btn_container>.saved_amount_row),
    body.payment_page:has(.checkout_processing_btn_container>.saved_amount_row) {
        padding-bottom: 50px;
    }

    body.cart_page:has(.empty_side_cart.active) {
        padding-bottom: 0px;
    }

    .refund_method_card {
        padding: 16px 8px;
        gap: 12px;
    }

    .refund_payment_method_input {
        width: 20px;
        height: 20px;
    }

    .refund_method_heading,
    .refund_method_content,
    .refund_payment_method_name {
        font-size: 14px;
    }

    .donate__banner__txt {
        font-size: 14px;
        margin: 12px;
    }

    .checkout_page_container {
        margin: 20px auto;
        gap: 12px;
    }

    .checkout_page_right .extra_coupon_details,
    .checkout_container_header {
        display: none;
        margin-bottom: 12px;
    }

    .checkout_spl_coupon.skeleton-box {
        height: 80px;
    }

    .cart_prod_card_wrpr.skeleton-box {
        height: 150px;
    }

    .coupon_card.skeleton-box {
        height: 150px;
    }

    .offer_card.skeleton-box {
        height: 250px;
    }

    .price_details_card.skeleton-box {
        height: 350px;
    }

    .checkout_special_timer {
        padding: 10px;
        margin-bottom: 16px;
    }

    .checkout_special_timer_icon {
        width: 20px;
    }

    .checkout_special_timer_cont {
        font-size: 12px;
        gap: 4px;
    }

    .checkout_special_timer_countdown_wrap {
        font-size: 14px;
    }

    .checkout_special_timer_countdown:not(:first-child) {
        margin-left: 4px;
    }

    .freebies_box {
        padding: 0;
        margin-top: 20px;
        width: 100%;
        background-color: unset;
        border: unset;
    }

    .freebies_box_wrap {
        gap: 10px;
        padding: 10px 12px;
    }

    .freebies_icon {
        width: 18px;
        height: 18px;
    }

    .freebies_cont {
        font-size: 13px;
    }

    .extra_coupon_details {
        gap: 10px;
        padding: 7px 16px;
        margin-bottom: 4px;
    }

    .extra_coupon_details_icon {
        width: 16px;
    }

    .extra_coupon_details_cont {
        font-size: 12px;
    }

    .checkout_page_left .extra_coupon_details {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cloud_layer img {
        object-fit: cover;
    }

    @keyframes movingClouds {
        from {
            transform: translateX(10%) scale(1.2);
        }

        to {
            transform: translateX(-10%) scale(1.2);
        }
    }

    .freebies_with_purchase {
        padding: 10px;
        margin-bottom: 13px;
        font-size: 14px;
    }

    .freegift-slider-text-section {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .freegift-slider__btn {
        padding: 6px 10px;
        font-size: 14px;
        margin-left: 10px;
    }

    .freegift-slider {
        padding: 16px 11px;
    }

    .freegift-slider__progress-bar {
        height: 4px;
    }

    .freegift-slider__icon--gift {
        width: 24px;
    }
}

@media screen and (max-width: 480px) {
    .gift-wrap-popup-content {
        position: absolute;
        bottom: 0;
        background-image: url('../img/checkout/mbg__gift.png');
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 100%;
        padding: 13px 10px;
        background-color: #fff;
    }
}

@media screen and (max-width: 430px) {
    .checkout_page_container {
        max-width: 100%;
        padding: 0 10px;
    }

    .checkout_prod_container {
        gap: 8px;
    }

    .checkout_container_heading {
        font-size: 14px;
    }

    .checkout_special_timer_countdown_wrap {
        font-size: 12px;
    }

    .checkout_special_timer_cont {
        align-items: start;
    }
}

@media screen and (max-width: 359px) {
    .checkout_special_timer {
        padding: 10px 12px;
        gap: 8px;
    }

    .checkout_special_timer_icon {
        width: 18px;
    }

    .checkout_special_timer_cont {
        font-size: 9px;
        gap: 4px;
    }

    .checkout_special_timer_countdown_wrap {
        font-size: 10px;
    }

    .checkout_special_timer_countdown:not(:first-child) {
        margin-left: 4px;
    }

    .freebies_cont,
    .trust_badge span {
        font-size: 10px;
    }

    .extra_coupon_details {
        gap: 10px;
    }

    .freebies_with_purchase {
        font-size: 11px;
        padding: 10px 5px;
    }
}