@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

:root {
    --primary_color: #037768;;
    --primary_text_color: #ffffff;
    --white: #ffffff;
    --border: #eeeeee;
    --primary_hover_color: #F68625;
    --font_family: "Hind Siliguri", Sans-serif;
}

body {
    font-family: var(--font_family);
}



a {
    text-decoration: none !important;
}

p {
    margin: 0;
    padding: 0;
}

ol,
ul {
    padding: 0rem;
    margin: 0rem;
}

ul li {
    list-style: none;
}

.section_padding {
    padding: 40px 0px;
}

.section_padding_bottom {
    padding-bottom: 40px;
}

.landing_page_cart_list ul::-webkit-scrollbar {
    height: 3px;
}

/* Track */
.landing_page_cart_list ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.landing_page_cart_list ul::-webkit-scrollbar-thumb {
    background: #888;
}



.customer_review_img {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 1 / 1; */
}

.no_product_found_img {
    width: 100%;
}

.customer_review_img img {
    width: 100%;
    height: 100%;
}

._customer_review_head {
    text-align: center;
    margin-bottom: 20px;
}


section.customer_review_area {
    padding: 0px 8px;
}

.form-control:focus {
    box-shadow: inherit !important;
}


/*========= landing Page title Section Start  ==========*/
.landing-page-section-titles h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #000000;
    max-width: 450px;
    padding: 9px 0px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.2;
}

/* ===========  Top Section Area Start =============*/


.top_section_area {
    background-color: #FFF5C2;
    overflow: hidden;
}


.top_section_dec .title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 12px;
}

.top_section_dec .content {
    padding-bottom: 10px;
}

.top_section_dec .content .content_title {
    font-weight: 500;
}

.top_section_dec .content .content_subTitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 8px;
}

.top_section_dec .top_rating_dec {
    margin-bottom: 16px;
}

.top_section_dec .top_rating_dec .rating ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.top_section_dec .top_rating_dec .rating ul li {}

.top_section_dec .top_rating_dec .rating ul li i {
    color: #f79a00;
    font-size: 15px;
    padding-bottom: 8px;
}

.top_section_dec .rating_title {
    font-size: 16px;
    line-height: 22px;
}

.top_section_dec .top_contact_us ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_section_dec .top_contact_us ul li {}

.top_section_dec .top_contact_us .whatsUp_call_btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.top_section_dec .top_contact_us .whatsUp_call_btn.whatsUp {
    background-color: #48A91F;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.top_section_dec .top_contact_us .whatsUp_call_btn.call {
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.common-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.landing_page_common_btn {
    user-select: none;
    -moz-user-select: none;
    background: #FDC500 none repeat scroll 0 0;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0px 20px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 40px;
    margin: 0 auto;
}

.landing_page_common_btn::before {
    content: "";
    position: absolute;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #faa432;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}


.landing_page_common_btn:hover::before {
    top: -10%;
}


.product_description_content p {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
}

.product_descriptions {
    background-color: #FFD832;
}

.product_descriptions_title h3 {
    text-align: center;
    font-weight: 600;
}



.product_image_area {
    position: relative;
    margin-top: 40px;
}


.floating_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.floating_img_right img {
    width: 100%;
    height: 100%;
}



/* =========== Landing Top Banner Section Start =============*/

.landing-page-banner-img {
    max-width: 100%;
    height: 400px;
    border-radius: 10px;
    border: 2px solid var(--primary_color);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.landing-page-banner-img img {
    width: 100%;
    height: 100%;
}


.video-thumbnail {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.video-thumbnail img {
    width: 100%;
    height: 100%
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper {
    position: relative;
}


.button_play_icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waves {
    position: absolute;
    top: -100%;
    left: -100%;
    width: 150px;
    height: 150px;
    background: rgba(236, 174, 80, 0.3);
    border-radius: 50%;
    opacity: 0;
    animation: waves 5s ease-in-out infinite;
    z-index: 1;
}

@keyframes waves {
    0% {
        transform: scale(0.2);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.wave-1 {
    animation-delay: 0s;
}

.wave-2 {
    animation-delay: 1s;
}

.wave-3 {
    animation-delay: 2s;
}





.call-btn_container {
    margin-top: 20px;
}

.call-btn_container .call-btn i {
    transform: rotate(24deg);
    font-size: 15px;
}

/* ============= Landing Page Offer Price Section Area End ==================== */


/*============= Youtube Video Section Start  =============*/
.landing_page_video_area {
    margin-top: 30px;
}

.landing_page_video_iframe iframe {
    width: 100%;
    height: 480px;
    border-radius: 5px;
}




.product-image-area {
    margin-top: 30px;
    margin-bottom: 10px;
}

.product-slider-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.product-slider-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.product-slider-active .icon {
    background-color: var(--primary_color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.customer_review_slider .icons {
    background-color: var(--primary_color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}


/* Custom Owl Carousel Dots Design */
.owl-carousel button.owl-dot {
    /* background-color: var(--primary_color) ;             */
}

.owl-dots {
    text-align: center;
    margin-top: 8px;
}


.owl-dot {
    display: inline-block;
    width: 12px;
    height: 4px;
    background-color: #ccc !important;
    margin: 0 5px;
    border-radius: 2px;
    transition: background-color 0.3s, width 0.3s;
}


.owl-dot.active {
    width: 20px;
    background-color: #1f2937 !important;
}




/*================== Product list Size Guide Area Start  ==================*/
.list_description {
    margin-top: 20px;
}

.product-size-guide-title h3 {
    text-align: center;
    background-color: var(--primary_color);
    padding: 24px 23px;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    width: 100%;
    font-weight: 600;
}

.list-items-container {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}

.list-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
}

.list-item:last-child {
    margin-bottom: 0px;
}

.list-item i {
    color: #000000;
    font-size: 18px;
}

.product-details-title {
    border: 3px dashed white;
    padding: 6px 22px;
}

.list_item_title {
    font-weight: 500;
    font-size: 18px;
}


/*================== Features Section Card  ==================*/

.features_title h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 35px;
}

.features_cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.features_cards_items {
    text-align: center;
}

.features_icons {
    width: 35px;
    height: 35px;
    background-color: var(--primary_color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.features_des h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 4px;
    color: #ffa501;
}

.features_des p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.product_gallery_title {
    text-align: center;
    margin-bottom: 20px;
}

/*================== Product list Size Guide Area End  ==================*/

/*============ Product Gallery section Start  =============*/
.product_gallery_area {
    background-color: #FFF5C2;
    padding-bottom: 30px;
    padding-top: 30px;
}

.banner_images {
    width: 100%;
    height: 100%;
}

.banner_images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.product_gallery_imgs {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.product_gallery_imgs img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
}

.product_gallery_title h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.product_gallery_title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.product_description_top_img {
    width: 6%;
    margin-left: 2%;
}

.product_description_top_img img {
    width: 100%;
    height: 100%;
}

.footer_top_bee_img {
    width: 8%;
    margin: 0 auto;
}

.footer_top_bee_img img {
    width: 100%;
    height: 100%;
}



/*================== Product list Checkout Area Start ==================*/
.landing-page-checkout-title h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 28px;
}

.checkout-title-animation {
    background-image: linear-gradient(-225deg,
            #f15029 0%,
            #f15029 29%,
            #103c54 67%,
            #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: banner_title 5s linear infinite;
    display: inline-block;
}

@keyframes banner_title {
    to {
        background-position: 200% center;
    }
}

/* .landing-page-checkout {
    border: 15px solid var(--primary_color);
    border-width: 15px 2px;
    border-radius: 10px;
    padding: 24px 40px;
} */

.landing-page-checkout {
    border: 1px solid var(--primary_color);
    border-width: 1px;
    border-radius: 8px;
    padding: 25px 20px;
}

/* .landing-page-order-info-title h2 {
    color: #048904;
    font-family: 'Hind Siliguri', Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 50px;
} */

.landing-page-order-info-title h2 {
    font-family: 'Hind Siliguri', Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0px 186px;
}

/* ================================== Product Selected  ======================= */

.landing_page_product_form_check {
    display: inherit !important;
    min-height: inherit !important;
}

.landing_page_product_form_check {
    position: relative;
}

.landing_page_product_form_check .form-check-input {
    float: left;
    margin-left: -1.5em;
    position: absolute;
    top: 50%;
    left: 48px;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    transform: translate(-50%, -50%);
}

.landing_page_product_form_check label {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 3px;
    padding-left: 50px;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-check-input:focus {
    box-shadow: inherit !important;
}

.form-check-input:checked {
    background-color: var(--primary_color) !important;
    color: var(--primary_color) !important;
    cursor: pointer !important;
    border: inherit !important;
}

.landing_page_product-image {
    margin-right: 15px;
    float: left;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    /* aspect-ratio: 1 / 1; */
}

.landing_page_product-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.landing_page_product_details {
    display: block;
    overflow: hidden;
}

.landing_page_product_qty {
    width: 120px;
    display: block;
    overflow: hidden;
    float: left;
}

.landing_page_product_qty_minus {
    background-color: #f7f7f7;
    color: #000000;
    border: 1px solid #ebebeb;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    float: left;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.landing_page_product_qty input {
    width: 60px;
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-left: 0px;
    border-right: 0px;
    float: left;
    outline: none;
}

.landing_page_product_qty_plus {
    background-color: #f7f7f7;
    color: #545454;
    border: 1px solid #ebebeb;
    width: 28px;
    height: 28px;
    line-height: 23px;
    font-size: 13px;
    float: left;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.form-check {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.form-check-input:focus {
    box-shadow: none;
}

.landing_page_product_card_list ul li {
    list-style: none;
    width: 100%;
    /* margin-bottom: 12px; */
}

.landing_page_product_card_list ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.landing_page_product_price {
    display: block;
    overflow: hidden;
    padding-left: 6px;
    height: 38px;
}

.landing_page_product_price span {
    font-weight: 400;
    font-size: 16px;
    font-family: sans-serif;
}

/* Bling Bibor Start section  */

.landing_page_shipping {
    background-color: #ffffff;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 3px;
    margin-top: 20px;
}

.landing_page_shipping_title {
    margin-bottom: 25px;
}

.landing_page_shipping_title h5 {
    font-size: 18px;
    font-weight: 500;
}

._single_product_modal_form_item {
    margin-top: 15px;
}

.landing_page_product_name h5 {
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

._single_product_modal_form_item span {
    width: 40px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

._single_product_modal_form_item input {
    border-radius: 3px;
}

._single_product_modal_form_item input {
    padding: 10px 10px;
}

._single_product_modal_form_item select {
    padding: 10px 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.landing_page_cart {
    background-color: #ffffff;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 3px;
    margin-top: 20px;
}

.landing_page_cart_title h5 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.landing_page_cart_list ul {
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
}

.list-items-container {
    padding-left: 0rem !important;
}

.landing_page_cart_price_table_cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px dashed #ced4da;
}

.landing_page_cart_price_table_cell:last-child {
    border-bottom: 0;
}

.landing_page_cart_price_table_cell strong {
    font-weight: 400;
}


/*==========================
Product Order Items Start
============================
*/
.landing_page_cart_list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #ced4da;
    padding: 10px 0px;
    gap: 10px;
}

.landing_page_cart_list ul li:first-child {
    padding-top: 0px;
}

.landing_page_cart_image {
    width: 50px;
    height: 50px;
}

.landing_page_cart_image img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.landing_page_cart_delete_btn_link {
    border: none;
    font-size: 16px;
    background-color: transparent;
    color: red;
    cursor: pointer;
}

.footer_area_section {
    margin-top: 20px;
}

.landing_page_cart_name {
    width: 180px;
}

.landing_page_cart_name p {
    font-size: 15px;
    line-height: 20px;
}

.selected_size select.form-control {
    font-size: 14px;
    padding-left: 2px;
}

.landing_page_cart_qty {
    width: 143px;
}

.selected_size {
    width: 102px;
}

.landing_page_cart_qty p {
    white-space: nowrap;
    font-size: 14px;
}

.landing_page_cart_delete_btn {
    width: 20px;
    text-align: right;
}

.total_amount_text strong {
    font-weight: 500;
}

/*==========================
Product Order Items End
============================
*/


/*============== Footer Area Section start ===========*/
.footer_social_container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.landing_page_footer_bottom_text span {
    font-size: 16px;
    font-weight: 600;
}

.landing_page_footer_bottom_text span {
    font-size: 16px;
    font-weight: 600;
}

.landing_page_footer_social_icons ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing_page_footer_social_icons ul li .facebook {
    background-color: #4e69a2;
    color: white;
}

.landing_page_footer_social_icons ul li .globe {
    color: black;
    font-size: 26px;
}

.landing_page_footer_social_icons a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing_page_footer_social_icons ul li {
    list-style: none;
}

.landing_page_footer_social_icons ul li .twitter {
    background-color: #33aaf3;
    color: white;
}


.landing_page_footer_social_icons ul li .youtube {
    background-color: red;
    color: white;
}


.landing_page_card_checkout_card {
    background-color: #f8f6f8;
    padding: 10px 18px;
    margin-top: 20px;
}

.landing_page_card_checkout_card h4 {
    font-size: 16px;
}

.landing_page_card_text {
    background-color: white;
    padding: 15px 18px;
    line-height: 21px;
    font-size: 15px;
    margin-top: 20px;
    position: relative;
    border-radius: 5px;
}

.landing_page_card_text p {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
}

.landing_page_card_text::before {
    position: absolute;
    content: '';
    left: 23px;
    top: -11px;
    background-color: #fff;
    -webkit-clip-path: polygon(50% 0%, 0 40%, 100% 40%);
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    width: 22px;
    height: 14px;
}

.landing_page_card_text p {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
}

.checkout_heart_icon i {
    color: red;
}

.landing_page_name_img_container {
    display: flex;
    align-items: center;
    gap: 18px;
}

.phone_show_qty {
    display: none;
}

.desktop_show_qty {
    display: block;
}

.customer_review_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.customer_review_image img {
    width: 100%;
    height: 100%;
}


/*============== Footer Area Section End ===========*/


.landing-page-banner-img.banner_youtube iframe {
    width: 100%;
    height: 100%;
}

.product_first_img {
    width: 100%;
    height: 100%;
}

.product_first_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}


/*
==============================================================
Success Area Css
==============================================================
*/
.success_header_area {
    background-color: #f8f6f8;
}

.success_header {
    background-color: #177e62;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0px;
}

.success_title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.check_out_icon {
    background-color: #49c077;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.check_out_icon i {
    font-size: xx-large;
    color: dimgrey;
}

.success_title h2 {
    color: white;
    font-weight: 600;
    margin-top: 20px;
}

.success_content_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.success_p {
    color: #1a1e23;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-align: center;
    width: 800px;
    padding: 33px 0px;
    line-height: 30px;
}

.english_p {
    font-size: 25px !important;
}

.success_order_details {
    background-color: var(--white);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dee0e3;
    box-shadow: 0px 64px 80px -40px rgba(0, 0, 0, 0.12);
    border-radius: 12px 12px 12px 12px;
    width: 810px;
    height: auto;
    padding: 25px 40px;
}

.success_order_header {
    background-color: #f8f6f8;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 24px 40px;
}

.overview__order {
    display: inline-block;
    border-right: 1px dashed #ccc;
    padding: 0.5em 1em 0.5em 0;
    margin: 0.5em 0.5em 0.5em 0;
    list-style-type: none;
}

.overview__order:last-child {
    border-right: none;
}

.overview__order span {
    font-weight: 600;
    font-size: 13px;
    color: #746e6e;
}

.overview__order p {
    font-weight: 300;
}

.pay_deliveay_title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
}

.order_details {
    padding: 24px 40px;
    background-color: #f8f6f8;
    margin-top: 15px;
}

.product_total {
    font-weight: 700;
    color: gray;
}

.checkout_product_th_total_price {
    white-space: nowrap;
}

table.order_details_table tr {
    margin-top: 25px;
}

.order_summary_table table thead tr th {
    font-weight: 500;
    color: #979797;
    padding: 5px;
}

.order_summary_table table tbody tr td {
    padding-top: 5px;
}

.order_summary_table table {
    width: 100%;
}

.order_summary_table table thead tr {
    border-bottom: 1px solid var(--border);
}

.order_details_table td {
    font-size: 13px;
    padding-bottom: 10px;
}

.order_left_side {
    width: 413px;
}

.winter_warm_face_masks {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.winter_warm_td {
    padding-top: 5px;
}










/* Animation Product  */

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 1450px) {
    .container {
        max-width: 1150px;
    }
}

@media only screen and (max-width: 992px) {

    .top_section_right_side {
        margin-bottom: 10px;
    }

    .success_content_info {
        padding: 0px 10px;
    }

    .success_p {
        width: 100%;
        padding: 15px 5px;
        font-size: 18px;
        line-height: 30px;
    }

    .success_order_details {
        width: 100%;
        padding: 5px 6px;
    }

    .success_order_header {
        flex-direction: column;
        gap: 0;
        align-items: baseline;
        padding: 5px 30px;
    }

    .overview__order {
        border-right: none;
        border-bottom: 1px dashed #ccc;
        width: 100%;
    }

    .overview__order:last-child {
        border-bottom: none;
    }






    .landing-page-banner-img {
        max-width: 100%;
        height: 350px;
    }



    .landing_page_product_card_list ul {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px 10px;
        gap: 12px;
    }

    .top_section_dec .title h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .features_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }
}

@media screen and (max-width: 768px) {
    .features_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .go_back_btn {
        padding: 5px 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .features_des p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-top: 8px;
    }

    .features_des h4 {
        font-size: 18px;
    }

    .list_item_title {
        font-size: 16px;
    }

    .success_p.english_p {
        font-size: 18px !important;
        font-weight: normal;
        line-height: 25px;
    }


    .regular-price-container {
        gap: 4px;
    }



    .underline-animation svg {
        width: calc(100% + 0px);
    }

    .phone_show_qty {
        display: block;
    }

    .desktop_show_qty {
        display: none;
    }

    .landing_page_cart_qty {
        width: 120px;
        margin-top: 4px;
    }



    .regular-price-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .regular-price-container span {
        font-size: 22px;
    }


    .product_description_button {
        margin-top: -20px;
    }

    .list_description {
        margin-top: 4px;
    }




    .section_padding_bottom {
        padding-bottom: 20px;
    }



    .product-image-area {
        padding: 20px 0px;
    }

    .product-slider-active .icon {
        display: none;
    }

    .customer_review_slider .icons {
        display: none;
    }




    .call-btn_container .call-btn {
        font-size: 16px;
    }

    .landing_page_video_iframe iframe {
        height: 320px;
    }

    .landing_page_video_area {
        margin-top: 20px;
    }

    .product-size-guide-title h3 {
        padding: 8px 0px;
        font-size: 18px;
    }

    .list-item {
        font-size: 16px;
        margin-bottom: 14px;
        margin-top: 16px;
    }

    .product-details-title {
        border: 2px dashed white;
        padding: 2px 28px;
    }

    .landing-page-checkout-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .landing-page-checkout {
        padding: 8px 0px;
        /* border-width: 10px 2px; */
    }

    .landing-page-order-info-title h2 {
        padding: 0px 2px;
        margin-top: 6px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .landing_page_product_name h5 {
        font-size: 14px;
    }

    .landing_page_product-image {
        width: 60px;
        height: 60px;
    }

    .landing_page_product_form_check label {
        padding-left: 40px;
        padding-top: 14px;
        padding-bottom: 10px;
    }

    .landing_page_product_form_check .form-check-input {
        top: 20px;
        left: 44px;
        width: 20px;
        height: 20px;
    }

    .landing_page_product_price span {
        font-size: 14px;
    }

    .landing_page_shipping {
        padding: 0px 10px;
    }

    .landing_page_cart {
        padding: 0px 10px;
    }

    .landing_page_name_img_container {
        gap: 5px;
        flex-direction: column;
        align-items: start;
    }

    .landing_page_cart_name {
        width: 148px;
    }

    .footer_social_container {
        flex-direction: column;
        gap: 14px;
    }



    .section_padding {
        padding: 30px 0px;
    }

    .product-size-guide-titles {
        margin: 20px 0px;
    }

}


@media screen and (max-width: 380px) {}



/*================== Product list Checkout Area End ==================*/


/* Custom Modal Styles */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modalMessage {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}