﻿

.container_right {
    width: 100%;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
}

.nav-item dropdown {
    padding-bottom: 10px;
}

#countrydropdn {
    margin-top: 36px !important;
}

@media(max-width: 640px) {
    body {
        font-size: 14px;
        line-height: 21px;
    }
}

body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
    color: rgba(var(--color-foreground));
    background-color: rgb(var(--color-background));
}


:root {
    /* Fonts */
    --font-body-family: Poppins, sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-heading-family: Poppins, sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 700;
    /* Colors */
    --color-base-text: 80, 79, 79;
    --color-base-background-1: 255, 255, 255;
    --color-base-background-2: 243, 243, 243;
    --color-base-solid-button-labels: 255, 255, 255;
    --color-base-outline-button-labels: 18, 18, 18;
    --color-base-accent-1: 77, 189, 198;
    --color-base-accent-2: 51, 79, 180;
    --color-text: #504f4f;
    --color-theme: #4dbdc6;
    --color-theme-dark: #334fb4;
    --color-theme-orange: #EE7656;
    --color-accest1: #4dbdc6;
    --color-accet-text: #ffffff;
    --payment-terms-background-color: #ffffff;
    --darkcolor: #2f999b;
    /* Gradient */
    --gradient-base-background-1: #ffffff;
    --gradient-base-background-2: #f3f3f3;
    --gradient-base-accent-1: #4dbdc6;
    --gradient-base-accent-2: #334fb4;
    /* Layout */
    --page-width: 160rem;
}

body {
    display: grid !important;
    grid-template-rows: auto 1fr auto !important;
    grid-template-columns: 100% !important;
    min-height: 100vh !important;
    margin: 0 !important;
    font-family: var(--font-body-family) !important;
    font-style: var(--font-body-style) !important;
    font-weight: var(--font-body-weight) !important;
    line-height: 1.6 !important;
    color: var(--color-text) !important;
    background: rgb(var(--color-base-background-1)) !important;
}

/* ============================= */
/*           Headings            */
/* ============================= */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    margin: 0 0 1rem;
    color: var(--color-text);
}

/* ============================= */
/*           Header              */
/* ============================= */
header {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    // font-weight: var(--font-heading-weight);
    background-color: rgb(var(--color-base-background-1));
    border-bottom: 1px solid #ddd;
}

    header .site-title {
        font-size: 2rem;
        font-weight: var(--font-heading-weight);
        color: var(--color-theme);
    }


    header nav a:hover {
        color: var(--color-theme-dark);
    }

.offer-image {
    width: 120px; /* apni need ke hisab se */
    height: auto;
}

.offer-image-medium {
    width: 100%;
    height: auto;
    object-fit: contain; /* pura image dikhega */
}
.request-footer {
    flex-shrink: 0;
    display: flex;
    gap: 12px;
}

    .request-footer .btn {
        flex: 1 !important;
        height: 45px !important;
        font-weight: 600 !important;
        border-radius: 8px !important;
    }

/* 📱 Mobile par full width */
@media (max-width: 576px) {
    .request-footer {
        flex-direction: column !important ;
    }

        .request-footer .btn {
            width: 100% !important;
        }
}

.button-solid {
    background-color: var(--color-theme);
    color: var(--color-accet-text);
    border: none;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-body-family);
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

    .button-solid:hover {
        background-color: var(--darkcolor);
    }

/* Outline button */
.button-outline {
    background: transparent;
    color: rgb(var(--color-base-outline-button-labels));
    border: 2px solid rgb(var(--color-base-outline-button-labels));
    padding: 0.75rem 1.5rem;
    font-family: var(--font-body-family);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button-outline:hover {
        background-color: rgb(var(--color-base-outline-button-labels));
        color: rgb(var(--color-base-solid-button-labels));
    }

/* ============================= */
/*          Containers           */
/* ============================= */
.container {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1rem;
}

/* ============================= */
/*         Links / Paragraphs    */
/* ============================= */
p {
    margin: 0 0 1rem;
}

a {
    color: var(--color-theme);
    text-decoration: none;
    transition: color 0.3s ease;
}

    a:hover {
        color: var(--color-theme-dark);
    }

/* ============================= */
/*           Footer              */
/* ============================= */

/* ============================= */
/*       Gradients & Accents     */
/* ============================= */
.bg-gradient {
    background: linear-gradient( to right, var(--gradient-base-accent-1), var(--gradient-base-accent-2) );
    color: var(--color-accet-text);
}

.bg-light-gradient {
    background: linear-gradient( to bottom, var(--gradient-base-background-1), var(--gradient-base-background-2) );
}

/* Payment terms section */
.payment-terms {
    background-color: var(--payment-terms-background-color);
    padding: 1rem;
    border-radius: 0.5rem;
}

/* Accent color text */
.text-accent {
    color: var(--color-accest1);
}

/* Orange theme text */
.text-orange {
    color: var(--color-theme-orange);
}



.bbb_viewed_title_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 5px;
}

}

.bbb_viewed_title {
    margin: 0;
    font-size: 1.5rem; /* Title size control */
}

.shop_more {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .shop_more button {
        padding: 6px 14px;
        border: none;
        background-color: #581d58;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
    }

        .shop_more button:hover {
            background-color: #ffff;
            color: #3aa9b2;
            border: 1px solid #3aa9b2;
        }

.view_more_new_arrive {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}



body {
    position: relative;
}

html, body {
    overflow-x: hidden !important;
}


.bbb_viewed {
    padding-top: 0px;
    padding-bottom: 30px;
    background: #eff6fa padding-left: 0px;
    padding-right: 0px;
}

.bbb_main_container1 {
    background-color: #ffffff;
    padding: 1px;
}

.bbb_main_contain1 {
    padding-top: 30px;
}

.bbb_main_container2 {
    background-color: #edf7f9;
    padding: 6px;
    border-color: #dedede
}

.bbb_main_container_power {
    background-color: #edf7f9;
    padding-top: 6px;
    padding-left: -22px;
    /* padding-right: 26px; */
    padding-bottom: 20px;
}
.bbb_main_container3 {
    background-color: #ffffff;
    padding: 6px;
}

.bbb_main_container4 {
    background-color: #edf7f9;
    padding: 6px;
}

.bbb_main_container5 {
    background-color: #ffffff;
    padding: 6px;
}

.bbb_main_container6 {
    background-color: #edf7f9;
    padding: 6px;
}

.bbb_main_container7 {
    background-color: #ffffff;
    padding: 9px;
}

.bbb_main_container10 {
    background-color: #ffffff;
}

.bbb_main_container11 {
    background-color: #edf7f9;
    padding: 20px;
}

.bbb_main_container12 {
    background-color: #ffffff;
    padding: 20px;
}

.bbb_viewed_title_container {
    /*border-bottom: solid 1px #dadada;*/
}

.bbb_viewed_title1_container {
    border-bottom: solid 1px #dadada;
    padding-left: 31px;
}

.bbb_viewed_title {
    margin-bottom: 8px;
    margin-top: 13px;
    text-transform: uppercase;
    color: #4dbdc6 !important;
    font-size: 22px !important;
    font-weight: 600;
    font-style: normal;
    PADDING-LEFT: 23PX;
    letter-spacing: .75px;
}

/*#shop_More1 {
    top: 20px;
    position: absolute;*/
/* left: 333px; */
/*background-color: #581d58;
    border: 1px solid #581d58;
    border-radius: 4px;
    padding: 5px 6px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    right: 36px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45px;
}
@media(max-width: 475px) {

 #shop_More1 {
        top: 3px;
        position: absolute;*/
/* left: 333px; */
/*background-color: #581d58;
        padding: 1px 3px;
        color: white;
        font-size: 12px;
        right: 24px;
    }
}

@media(max-width: 1920px) {

     #shop_More1 {
        top: 20px;
        position: absolute;*/
/* left: 333px; */
/*padding: 5px 6px;
        color: white;
        font-size: 16px;
    }
}
@media(max-width: 1024px) {

    #shop_More1 {
        top: 20px;
        position: absolute;*/
/* left: 333px; */
/*padding: 5px 6px;
        color: white;
        font-size: 16px;
    }
}
@media(max-width: 1280px) {

    #shop_More1 {
        top: 20px;
        position: absolute;*/
/* left: 333px; */
/*padding: 5px 6px;
        color: white;
        font-size: 14px;
    }
}
@media(max-width: 475px) {
    #shop_More1 {
        top: 5px;
        position: absolute;*/
/* left: 333px; */
/*padding: 2px 2px;
        color: white;
        font-size: 11px;
    }
}*/

.pro-share {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4ebdc6;
}

@media(max-width: 1920px) {

    .pro-share {
        font-size: 22px;
    }
}

@media(max-width: 1280px) {

    .pro-share {
        font-size: 20px;
    }
}

@media(max-width: 1024px) {

    .pro-share {
        font-size: 16px;
    }
}


/*#shop_More2 {
    top: 435px;
    position: absolute;*/
/* left: 333px; */
/*background-color: #581d58;
    border: 1px solid #581d58;
    border-radius: 4px;
    padding: 7px 9px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    right: 24px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .45px;
}*/
/* Default */
/*#shop_More2 {
        position: absolute;
        background-color: rgb(88, 29, 88);
        color: white;
        font-size: 14px;
        font-weight: 500;
        right: 36px;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        border: 1px solid rgb(88, 29, 88);
        border-radius: 4px;
        padding: 6px 5px;
        top: 435px;
    }*/

/* Small devices (≤576px) */
/*@media (max-width: 576px) {
        #shop_More2 {
            top: 439px;
            font-size: 12px;
            right: 12px;
            padding: 5px 7px;
        }
    }*/

/* Medium devices (≥768px) */
/*@media (min-width: 768px) {
        #shop_More2 {
            top: 435px;
        }
    }*/

/* Large screens (≥1200px) */
/*@media (min-width: 1200px) {
        #shop_More2 {
            top: 443px;
        }
    }*/

/* Full HD (≥1920px) */
/*@media (min-width: 1920px) {
        #shop_More2 {
            top: 521px;
            font-size: 15px;
            padding: 6px 5px;
        }
    }

    @media(max-width: 475px) {
        #shop_More2 {
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 14px;
            font-weight: 500;
            right: 36px;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
            padding: 7px 5px;
            top: 419px;
        }
    }*/

/* Default (all screens) */
/*#shop_More3 {
        position: absolute;
        top: 500px;
        right: 40px;
        background-color: rgb(88, 29, 88);
        color: white;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 0.45px;
        border: 1px solid rgb(88, 29, 88);
        border-radius: 4px;
        padding: 6px 5px;
    }*/
/* Extra small devices (phones ≤576px) */
/*@media (max-width: 576px) {
        #shop_More3 {
            top: 1016px;
            font-size: 11px;
            padding: 5px 7px;
            right: 12px;
        }
    }*/

/* Small devices (tablets ≥577px and ≤767px) */
/*@media (min-width: 577px) and (max-width: 767px) {
        #shop_More3 {
            top: 320px;
            font-size: 12px;
            padding: 6px 8px;
        }
    }*/

/* Medium devices (≥768px and ≤991px) */
/*@media (min-width: 768px) {
        #shop_More3 {
            top: 1026px;
            font-size: 13px;
            padding: 6px 9px;
        }
    }*/

/* Large devices (≥992px and ≤1199px) */
/*@media (min-width: 1024px) {
        #shop_More3 {
            top: 1072px;
            position: absolute;
            font-size: 14px;
            padding: 7px 9px;
        }
    }*/

/* Extra large devices (≥1200px and ≤1919px) */
/*@media (min-width: 1280px) {
        #shop_More3 {
            top: 886px;
            font-size: 14px;
            padding: 7px 10px;
        }
    }*/

/* Full HD and above (≥1920px) */
/*@media (min-width: 1920px) {
        #shop_More3 {
            top: 1154px;
            font-size: 15px;
            padding: 9px 25px;
        }
    }

    @media(max-width: 475px) {
        #shop_More3 {
            top: 991px;
            position: absolute;*/
/* left: 333px; */
/*background-color: #581d58;
            border: 1px solid #581d58;
            border-radius: 4px;
            padding: 1px 3px;
            color: white;
            font-size: 12px;
            font-weight: 500;
            right: 24px;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: .45px;
        }
    }

    @media (min-width: 1024px) {
        #shop_More4 {
            top: 1933px;
            right: 15px;
            padding: 9px 15px;
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
        }
    }

    @media (min-width: 1280px) {
        #shop_More4 {
            top: 1971px;
            right: 15px;
            padding: 9px 15px;
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
        }
    }

    @media (max-width: 475px) {
        #shop_More4 {
            position: absolute;
            top: 1830px;
            right: 24px;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
            padding: 7px 9px;
        }
    }

    @media (min-width: 540px) {
        #shop_More4 {
            top: 1886px;
            right: 15px;
            padding: 9px 15px;
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
        }
    }


    @media (min-width: 768px) {
        #shop_More4 {
            top: 1916px;
            right: 15px;
            padding: 9px 15px;
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 14px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
            padding: 7px 5px;
        }
    }

    @media (min-width: 1920px) {
        #shop_More4 {
            top: 2150px;
            right: 64px;
            padding: 9px 15px;
            position: absolute;
            background-color: rgb(88, 29, 88);
            color: white;
            font-size: 10px;
            font-weight: 500;
            font-style: normal;
            text-transform: uppercase;
            letter-spacing: 0.45px;
            border: 1px solid rgb(88, 29, 88);
            border-radius: 4px;
        }
    }*/






.bbb_viewed_title_container #shop_more::after :Hover {
    background-color: white;
}

.shpmore {
    text-transform: uppercase;
}

.bbb_viewed_title_container #shop_more_best {
    top: 8px;
    position: absolute;
    left: 260px;
    background-color: #2a999b;
    border: 1px solid #2a999b;
    border-radius: 4px;
    padding: 1px 3px;
    text-transform: uppercase;
}

.bbb_viewed_slider_container {
    width: 100%;
    margin: 0 auto;
    padding: 19px;
}

.bbb_viewed_grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 8 items per row */
    grid-gap: 1px; /* Space between items */
}

@media(max-width: 475px) {
    .bbb_viewed_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1px;
    }
}


.bbb_viewed_item1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    box-sizing: border-box;
}

.owl-item1 {
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 2px;
}



.unit_Price {
    margin-top: 5px;
}

#show_more :hover {
    background: transparent;
    border: 1px solid #2a999b;
}

.bbb_viewed_title_container #shop_more a {
    color: white;
}

.bbb_viewed_slider_container_one {
    width: 100%;
    overflow: hidden;
}

.bbb_viewed_slider_one1 {
    display: flex; /* Use flexbox to arrange the items */
    flex-wrap: wrap; /* Allow items to wrap to the next row */
}

@media(max-width: 475px) {
    .bbb_viewed_title {
        margin-bottom: 2px;
        margin-top: 4px;
        text-transform: uppercase;
        color: #4dbdc6 !important;
        font-size: 14px !important;
    }
}

#carouselExampleIndicators1 {
    /* left: 930px; */
    top: 6px;
    position: absolute;
    right: 20px;
    bottom: 14px;
}

@media(max-width: 575px) {
    #carouselExampleIndicators1 {
        top: 7px;
        position: absolute;
        right: 20px;
        bottom: 14px;
    }
}

#carouselExampleIndicatorspower {
    /* left: 930px; */
    top: 30px;
    position: absolute;
    right: 53px;
    bottom: 14px;
}

#carouselExampleIndicators4 {
    top: 8px;
    position: absolute;
    right: 20px;
    bottom: 14px;
}



.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

    .bbb_viewed_nav i {
        color: #dadada;
        font-size: 18px;
        padding: 5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

@media(max-width: 575px) {
    .bbb_viewed_nav i {
        color: #dadada;
        font-size: 12px;
        padding: 3px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
}



.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 3px;
}

.bbb_viewed_item1 {
    height: auto;
    width: 80%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.bbb_viewed_item:hover {
    border: 3px solid #dcdcdc; /* Dark gray border for a rich look */
    border-radius: 4px;
}

/*------------------16-08-25---------------------------*/
.bbb_viewed_image {
    /*width: 95px; 
    height: 100px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
     padding-top: 5px; 
    padding-bottom: 10px;*/
    height: 100%;
    padding: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .bbb_viewed_image .bbb_viewed_image_grid a {
        display: block;
        width: 100% !important;
        position: relative;
        height: 225px;
        text-align: center;
    }

@media (min-width: 1700px) {
    .bbb_viewed_image .bbb_viewed_image_grid a {
        height: 200px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 480px) {
    .bbb_viewed_image .bbb_viewed_image_grid a {
        height: 200px;
    }
}


.bbb_viewed_image a img {
    box-shadow: -8px 8px 4px -1px #00000040;
    width: auto;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.bbb_viewed_image_top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/*------------------------------------------------*/
.bbb_viewed_image1 {
    width: 138px;
    height: 50px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* Default (mobile-first) */
/*.bbb_viewed_content {
    width: 114px !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-align: center !important;
}
*/
.bbb_viewed_content {
    width: 114px !important;
    height: auto !important;
    min-height: 100px; /* Minimum height fix */
    padding: 5px !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* वर आणि खाली balance ठेवेल */
    .cartp_items
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
    .bbb_viewed_content {
        width: 110px !important;
    }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .bbb_viewed_content {
        width: 120px !important;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .bbb_viewed_content {
        width: 130px !important;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .bbb_viewed_content {
        width: 140px !important;
    }
}

/* Full HD screens (≥1920px) */
@media (min-width: 1920px) {
    .bbb_viewed_content {
        width: 194px !important;
        min-height: 140px;
    }
}

/* 4K screens (≥2560px) */
@media (min-width: 2560px) {
    .bbb_viewed_content {
        width: 200px !important;
    }
}


.bbb_viewed_content1 {
    width: 114px;
    height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
}

/*    .bbb_viewed_content h6 {
        margin: 0;
        padding-bottom: 7px;
        padding-top: 5px;
        max-width: 1500px;
        font-size: 18px;
        text-decoration: none;
        color: inherit;
    }
*/

/* Default (mobile) */
.bbb_viewed_content h6 {
    padding-bottom: 0px;
    padding-top: 5px;
    max-width: 100%;
    font-size: 14px;
    color: inherit;
    margin: 0;
    text-decoration: none;
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
    .bbb_viewed_content h6 {
        font-size: 16px;
    }
}

/* Laptop (≥1200px) */
@media (min-width: 1200px) {
    .bbb_viewed_content h6 {
        font-size: 18px;
    }
}

/* Full HD (≥1920px) */
@media (min-width: 1920px) {
    .bbb_viewed_content h6 {
        font-size: 20px;
    }
}

/* 4K screens (≥2560px) */
@media (min-width: 2560px) {
    .bbb_viewed_content h6 {
        font-size: 24px;
    }
}
/* Default styles (mobile first) */

.bbb_viewed_content h6 a {
    font-size: 13px;
    text-decoration: none;
    text-align: left;
    margin: 0 auto;
    padding: 2px;
    color: #636363;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
    -webkit-line-clamp: 2;
    white-space: normal;
    transition: all 0.3s ease;
}

    .bbb_viewed_content h6 a:hover {
        -webkit-line-clamp: 4; /* hover वर 4 ओळी */
        max-height: 6em; /* 4 × 1.5em */
        white-space: normal;
    }

/* ================= RESPONSIVE BREAKPOINTS ================= */

/* Tablet (≥768px) */
@media (min-width: 768px) {
    .bbb_viewed_content h6 a {
        font-size: 13px;
        -webkit-line-clamp: 2;
        max-height: 3em;
    }

        .bbb_viewed_content h6 a:hover {
            -webkit-line-clamp: 4;
            max-height: 6em;
        }
}

/* Laptop (≥1200px) */
@media (min-width: 1200px) {
    .bbb_viewed_content h6 a {
        font-size: 12px;
        -webkit-line-clamp: 3;
        max-height: 3.5em;
    }
}

.bbb_viewed_content h6 a:hover {
    -webkit-line-clamp: 5;
    max-height: 7.5em;
}


/* Full HD (≥1920px) */
@media (min-width: 1920px) {
    .bbb_viewed_content h6 a {
        font-size: 18px;
        -webkit-line-clamp: 3;
        max-height: 4.5em;
    }

        .bbb_viewed_content h6 a:hover {
            -webkit-line-clamp: 6;
            max-height: 9em;
        }
}

/* 4K screens (≥2560px) */
@media (min-width: 2560px) {
    .bbb_viewed_content h6 a {
        font-size: 18px;
        -webkit-line-clamp: 4;
        max-height: 6em;
    }

        .bbb_viewed_content h6 a:hover {
            -webkit-line-clamp: 8;
            max-height: 12em;
        }
}

/* लिंकवर control */
/*.bbb_viewed_content h6 a {
            font-size: 13px;
            text-decoration: none;
            text-align: left;
            margin: 0 auto;
            padding: 2px;
            color: #6c757d;
            font-weight: 800;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.5em;
            max-height: 3em;*/ /* २ ओळी = 2 × 1.5em */
/*-webkit-line-clamp: 2;*/ /* default २ ओळी */
/*transition: all 0.3s ease;
        }*/

/* Hover वर ४ ओळी */
/*.bbb_viewed_content h6 a:hover {
                max-height: 6em;*/ /* ४ ओळी = 4 × 1.5em */
/*-webkit-line-clamp: 4;
            }

        .bbb_viewed_content h6 a {
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            transition: all 0.3s ease;
            max-height: 2.8em;
        }*/
/* On hover: allow up to 3 lines */
/*.bbb_viewed_content h6 a:hover {
                -webkit-line-clamp: 3;*/ /* 👈 Hover वर 3 lines दिसतील */
/*max-height: 6em;*/ /* 3 line height */
/*white-space: normal;
            }*/





/*.bbb_viewed_content h6 {
        margin: 0;
        padding-bottom: 3px;
        padding-top: 5px;
        max-width: 1500px;
        overflow: hidden !important;
        text-overflow: ellipsis;
        font-size: 18px;
        white-space: nowrap !important;
        text-decoration: none;
        color: inherit;
        text-decoration: none;
    }


    .description {
        transition: max-height 0.3s ease !important;
        max-height: 20px !important;*/ /* Adjust based on line height */
/*margin-bottom: 10px !important;*/ /* Space between text boxes */
/*padding: 5px !important;*/ /* Optional styling */
/*}

        .description.expanded {
            white-space: normal !important;*/ /*Allow wrapping */
/*max-height: 20px !important;*/ /* Adjust based on line height */
/*}

.bbb_viewed_content h6 a {
    font-size: 13px;
    text-decoration: none;
    margin: 0 auto;
    padding: 2px;
    color: #6c757d;
    font-weight: 800;
}*/

#advanced_search .btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    #advanced_search .btn:hover {
        transform: scale(1.1) rotate(10deg);
        box-shadow: 0px 8px 20px rgba(0, 123, 255, 0.5);
    }

#form-label {
    padding-left: 4px !important;
}

#rightbtn {
    padding-left: 42px;
}

.bbb_viewed_content p {
    text-align: left;
    padding: 2px;
    font-size: clamp(13px, 1vw, 17px);
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #581d58;
    letter-spacing: -.04em;
}

#fSech {
    font-size: 20px;
}
/*    .bbb_viewed_content p {
        text-align: left;
        padding: 2px;
        font-size: 13px;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        color: #581d58;
        letter-spacing: -.04em;
    }
*/
#tab-cat1 {
    background-color: #edf7f9;
}

#tab-cat2 {
    background-color: #edf7f9;
}

#tab-cat3 {
    background-color: #edf7f9;
}

#tab-cat4 {
    background-color: #edf7f9;
}

#tab-cat5 {
    background-color: #edf7f9;
}

#tab-cat6 {
    background-color: #edf7f9;
}

/*.button-group .btn-primary {
        padding: 5px 23px;
        margin-bottom: 7px;
        font-size: 9px;
        height: 31px;
        text-transform: uppercase;
        line-height: normal;
        background-color: #581d58 !important;
        color: #ffffff !important;
        border-color: #4dbdc6 !important;
        font-weight: 400;*/
/* padding-left: 5px; */
/*padding-right: 15px;
        border-radius: 4px;
    }*/
#customer_login {
    padding-left: 12px;
}

.button-group .btn-primary {
    margin-bottom: 7px;
    font-size: clamp(9px, 0.8vw, 16px);
    height: auto;
    text-transform: uppercase;
    line-height: normal;
    background-color: #581d58 !important;
    color: #ffffff !important;
    border-color: #4dbdc6 !important;
    font-weight: 400;
    padding: clamp(5px, 1.6vw, 10px) clamp(15px, 1.2vw, 27px);
    border-radius: 4px;
}

    .button-group .btn-primary :hover {
        background-color: hide;
    }



bestpro_desc p {
    margin: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    max-width: 1500px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 18px;
    white-space: nowrap !important;
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}

.list-group {
    margin-bottom: 20px !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
}

    .list-group img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 60%;
        padding: 12px;
    }

    .list-group a {
        color: inherit !important;
        text-decoration: none !important;
    }

.wrapper {
    margin: 0 auto 10px auto;
    max-width: 960px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.stage {
    list-style: none;
    padding: 0;
}

.scene {
    width: 250px;
    height: 320px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.movie {
    width: 320px;
    height: 370px;
    left: 0;
    right: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-130px);
    -moz-transform: translateZ(-130px);
    transform: translateZ(-130px);
    -webkit-transition: -webkit-transform 350ms;
    -moz-transition: -moz-transform 350ms;
    transition: transform 350ms;
}

.scene:nth-child(1) .movie .poster {
    background-image: url('https://api.elpmauritius.com/elpimages//9781464223310.jpg');
}

.movie .poster, .movie .info, .movie .info header {
    -webkit-transition: box-shadow 350ms;
    -moz-transition: box-shadow 350ms;
    transition: box-shadow 350ms;
}

.movie .poster {
    -webkit-transform: translateZ(130px);
    -moz-transform: translateZ(130px);
    transform: translateZ(130px);
    background-size: cover;
    background-repeat: no-repeat;
}

.movie .poster, .movie .info {
    position: absolute;
    width: 300px;
    height: 350px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
    z-index: 1;
    padding-top: 0px;
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .owl-carousel .owl-item {
        float: left;
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        float: left;
    }

.subtitle {
    position: relative;
    padding: 0px;
    margin: 31px 0px 20px 0px;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

.only_banner {
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.only_banner__template--15629819379918__16516532379cf76805 img {
    object-fit: cover;
}

.only_banner img {
    width: 100%;
}

@media(min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media(max-width: 1280px) {
    .h_nba_collection {
        padding: 1px 25px;
    }
}

@media(max-width: 1440px) {
    .h_nba_collection {
        padding: 1px 20px;
    }
}

.h_nba_collection {
    padding: 1px 25px;
}

@media(max-width: 1440px) {
    .h_nba_collection .n_coll_header {
        padding-left: 30px;
    }
}

.h_nba_collection .n_coll_header {
    padding-left: 50px;
}

.n_coll_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .n_coll_header h2 {
        text-transform: uppercase;
    }

    .n_coll_header h2 {
        text-transform: capitalize;
    }

@media(max-width: 1280px) {
    .cp_header #cptitle, .cloud-search-page-controls__totals, .n_coll_header h2 {
        font-size: 22px;
    }
}

@media(max-width: 1440px) {
    .n_coll_header h2 {
        font-size: 26px;
    }
}

.n_coll_header h2 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    margin-top: 14px;
    font-style: normal;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #4dbdc6;
}

.view_more_arw {
    display: none;
    padding-left: 5px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}

.new_collrow {
    position: relative;
}


.new_collcolmnsinr {
    height: 100%;
    position: relative;
    padding: 15px 0 20px;
}

    .new_collcolmnsinr a {
        color: #4dbdc6;
        text-decoration: none;
        font-size: 12px;
    }

@media(max-width: 1920px) {
    .new_collcolmnsinr a {
        color: #4dbdc6;
        text-decoration: none;
        font-size: 18px;
    }
}

.cls_6eec6000-ff36-4ea1-8236-5fd9f157bfb2 .new_cinline h3 {
    text-transform: capitalize;
}

@media(max-width: 1440px) {
    .sec_sale_mdl .sec_sal_p1, .new_collcolmns h3 {
        font-size: 18px;
        letter-spacing: .5px;
    }
}

@media(max-width: 1600px) {
    .new_collcolmns h3 {
        font-size: 22px;
        letter-spacing: .5px;
    }
}

.new_collcolmns h3 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #4dbdc6;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.new_collprolist a {
    position: relative;
    padding-bottom: 140%;
    display: block;
}

.new_collimg {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.new_collprolist a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.new_collimg img {
    width: 100%;
    box-shadow: -9px 8px 4px -1px #0004;
}

.new_collprolist:first-child, .new_collprolist:last-child {
    width: 27%;
}

@media(max-width: 1440px) {
    .new_collprolist {
        padding: 0;
    }
}

.new_collprolist {
    width: 35.33%;
    padding: 5px;
}

@media(max-width: 1440px) {
    .new_collprolist {
        padding: 0;
    }
}

body, .color-background-1, .color-background-2, .color-inverse, .color-accent-1, .color-accent-2 {
    color: rgba(var(--color-foreground));
    background-color: rgb(var(--color-background));
}

.doropdown_cls {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #f8f9fa;
    z-index: 1;
    display: none;
}

.doropdown_cls1 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #2f999b;
    z-index: 1;
    display: none;
}

#doropdown_clss1 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #2f999b;
    z-index: 1;
    display: none;
}




.horizontally {
    height: 300px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(max-width: 991px) {
    .horizontally {
        height: 600px;
        overflow: hidden;
        position: relative;
    }
}

.side-item2 {
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
}

{
    height: 300px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

element.style {
    width: 150px;
    height: 160px;
}

.horizontally .inner {
    position: absolute !important;
    max-width: 100% !important;
    max-height: 100% !important;
    text-align: center !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.inner img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.horizontal {
    height: 294px;
    overflow: hidden;
    position: relative;
    /* padding-top: 30px; */
    padding-bottom: 30px;
}

    .horizontal .inner {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

@media (max-width: 991px) {
    .inner img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 575px) {
    .inner img {
        max-width: 100%;
        height: 100%;
    }
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

element.style {
    width: 170px;
    height: 200px;
}

a, a b:hover {
    color: blue;
}

.home_sidecls {
    border-bottom: 1px solid #4dbdc6;
}

.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.b_home_left {
    flex: 2 0 77% !important;
    max-width: 80% !important;
}

.home_sidecls .b_home_right {
    border-left: 1px solid #4dbdc6 !important;
    margin: 0px !important;
    padding: 0px !important;
}

.b_home_right {
    flex: 0 0 20%;
    max-width: 20% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-left: 1px solid #4dbdc6 !important;
}

.doropdown_cls li:first-child {
    padding-top: 10px;
}

.doropdown_cls li {
    font-size: 9px;
    padding: 5px 13px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

    .doropdown_cls li a {
        font-size: 9px;
        padding: 5px 13px;
        color: #2f999b;
        text-transform: uppercase;
        white-space: nowrap;
    }

@media(max-width: 1860) {

    .doropdown_cls li {
        padding: 5px 25px;
    }
}

@media(max-width: 1700) {
    .doropdown_cls li {
        padding: 5px 18px;
    }
}

@media(max-width: 1440) {
    .doropdown_cls li {
        padding: 5px 14px;
    }
}

@media(max-width: 1366) {
    .doropdown_cls li {
        padding: 5px 10px;
    }
}

a {
    background-color: transparent !important;
    -webkit-text-decoration-skip: objects;
    text-decoration: none !important;
}


element.style {
    background-image: url(https://www.bookxcess.com/cdn/shop/files/Group_1.png?v=1646817521);
}

.h_n_giftbox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-repeat: repeat;
    background-color: #c12026;
}

@media(max-width: 1280px) {
    .bluebar_cls, .n_flashbtn {
        font-size: 8px;
    }
}

@media(max-width: 1440px) {
    .bluebar_cls {
        font-size: 14px;
    }
}

@media(max-width: 1600px) {
    .bluebar_cls {
        font-size: 22px;
    }
}

.bluebar_cls h3 {
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 9px 30px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    background: #2f999b;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

@media (min-width :991px) {
    h4, .h3 .h4 {
        font-size: 1.5rem !important;
    }
}

.fs-4 {
    font-size: 1.3rem !important;
}

@media (min-width :991px) {
    .fs-4 {
        font-size: 1.3rem !important;
    }
}

@media(max-width: 1199px) {
    .best_procolinr {
        padding: 8px;
    }
}

@media(max-width: 1280px) {
    .best_procolinr {
        padding: 10px;
    }
}

@media(max-width: 1440px) {
    .best_procolinr {
        padding: 15px 30px;
    }
}

@media(max-width: 1600px) {
    .best_procolinr {
        padding: 18px 30px;
    }
}

@media(max-width: 1700px) {
    .best_procolinr {
        padding: 22px 7px;
    }
}

.best_procolinr {
    /* padding: 25px 40px;*/
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #4dbdc6;
}

@media(max-width: 1199px) {
    .best_pronum {
        font-size: 16px;
        width: 25px;
        padding-right: 8px;
    }
}

@media(max-width: 1280px) {
    .best_pronum {
        font-size: 14px;
        padding-right: 10px;
        width: 30px;
    }
}

@media(max-width: 1366px) {
    .best_pronum {
        font-size: 16px;
    }
}

@media(max-width: 1600px) {
    .best_pronum {
        width: 35px;
    }
}

.best_pronum {
    width: 50px;
    padding-right: 15px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
}

.bestproimg {
    width: 80px;
}

@media(max-width: 1199px) {
    .bestpro_desc {
        width: calc(100% - 105px);
        // padding-left: 10px;
    }
}

.bestpro_desc {
    width: calc(115% - 101px);
    padding-left: 1px;
    height: auto;
    /* text-align: center; */
}

@media(max-width: 1280px) {
    .bestpro_desc h3 {
        font-size: 14px;
    }
}

@media(max-width: 1440px) {
    .bestpro_desc h3 {
        font-size: 16px;
    }
}

.bestpro_desc h3 {
    font-size: 18px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 1199px) {
    .bestpro_desc p, .video_more_url {
        font-size: 14px;
    }
}

@media(max-width: 1280px) {
    .bestpro_desc p, .bestpro_desc .hc-product-summary__text {
        font-size: 12px;
    }
}

@media(max-width: 1440px) {
    .bestpro_desc p {
        font-size: 14px;
        text-align: center;
        padding: 2px;
        font-size: 13px;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        color: #ee7656;
        letter-spacing: -.04em;
    }
}

.bestpro_desc h6 {
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.description1.expanded {
    -webkit-line-clamp: unset; /* Remove the line-clamp restriction when expanded */
    overflow: visible; /* Allow text to overflow */
}



.bestpro_desc h6 a {
    font-size: 13px;
    text-decoration: none;
    margin: 0 auto;
    padding: 2px;
    color: #333;
}

.bestpro_desc h6 p {
    text-align: center;
    padding: 2px;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #ee7656;
    letter-spacing: -.04em;
}

.hc-widget {
    padding-bottom: 0;
    font-size: 13px !important;
}

.bestproimg img {
    width: 75%;
}

.h_n_giftimg {
    flex: 0 0 35%;
    max-width: 35%;
}

@media(max-width: 1199px) {
    .h_n_giftcaption {
        margin-top: 50px;
    }
}

.h_n_giftcaption {
    margin-left: -50px;
    margin-top: 78px;
    flex: 0 0 65%;
    max-width: 65%;
}

.hn_giftbtn:after {
    content: "";
    background: #a41e22;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hn_giftbtn:hover {
    background-color: #c12026;
    color: #ffff;
    border: 1px solid #ffff;
}

.h_n_giftcaption {
    position: relative;
    z-index: 1;
}

.h_n_giftcaptioninr {
    text-align: center;
}

@media(max-width: 1199px) {
    .hn_giftbtn {
        font-size: 18px;
    }
}

@media(max-width: 1280px) {
    .hn_giftbtn {
        font-size: 20px;
        padding: 6px 8px;
    }
}

.hn_giftbtn {
    color: #c12026;
    display: inline-block;
    padding: 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #c12026;
    background: #fff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}

.h_n_giftcaptioninr p {
    width: 100%;
    max-width: 145px;
    margin: 14px auto 0;
    font-size: 12px;
    font-style: italic;
    color: #fff;
    text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
}

@media(max-width: 1199px) {
    .hn_giftbtn {
        font-size: 18px;
    }
}

@media(max-width: 1280px) {
    .hn_giftbtn {
        font-size: 20px;
        padding: 6px 8px;
    }
}

.nba_collection {
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
    padding-top: 16px;
}

.main_banner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main_banner.slick-initialized .main_slide {
    display: flex;
    align-items: center;
    width: 100%;
}

.main_slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_clshome {
    position: relative;
}

.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
    padding: 15px;
}

.slick-track {
    display: flex; /* Use flexbox for horizontal layout */
    transition: transform 0.6s ease; /* Smooth transition */
}

.slick-slide {
    display: inline-block; /* Keep items inline */
    min-width: 1000px; /* Set a minimum width for each slide */
    text-align: center;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.nba_sfull_captin {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width:575px) {
    .main_slideinr .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.autoimg {
    height: auto;
}

.slick-slide img {
    display: block;
}

.nba_sfull_captin .container {
    width: 100%;
    max-width: 1700px;
}

@media(max-width:575px) {
    .main_slideinr .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.nba_sfull_captin .container {
    width: 100%;
    max-width: 1700px;
}

@media(max-width:991px) {
    .main_banner.slick-initialized .main_slide {
        height: auto;
    }
}

@media(max-width:767px) {
    .main_banner.slick-initialized .main_slide {
        height: auto;
    }
}

.slick-initialized .slick-slide {
    display: block;
}

.main_slide {
    display: none;
}

    .main_slide .main_banner.slick-initialized .main_slide {
        display: flex;
        align-items: center;
        width: 100%;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    display: hide;
}

ol, ul {
    padding-left: 2rem;
    display: hide;
}

dl, ol, ul {
    margin-top: 0;
    /* margin-bottom: 1rem; */
    display: hide;
}

ol, ul {
    padding-left: 2rem;
    display: hide;
}

@media(max-width: 1280px) {
    .h_cart_Btn {
        padding: 6px 10px;
    }
}

.h_cart_Btn {
    padding: 4px 21px 8px 41px;
    height: 100%;
    width: 100%;
    border: 0;
}

@media(max-width: 1280px) {
    .h_cart_icon {
        padding-left: 10px;
    }
}

@media(max-width: 1366px) {
    .h_cart_icon {
        padding-left: 12px;
    }
}

.h_cart_icon {
    position: relative;
    display: inline-block;
    padding-left: 1px;
    top: -4px;
}

@media(max-width: 1199px) {
    .h_cart_icon svg {
        width: 18px;
        height: 18px;
    }
}

.h_cart_icon svg {
    background: transparent;
}

.h_cart_icon svg {
    width: 36px;
    height: 20px;
}

@media(max-width: 1199px) {
    .h_cart_icon svg {
        width: 18px;
        height: 18px;
        height: 18px;
    }
}

@media(max-width: 1920px) {
    .h_cart_icon svg {
        width: 22px !important;
        height: 21px !important;
    }
}


@media(max-width: 1199px) {
    .cart_item_cls {
        font-size: 8px;
        line-height: 16px;
        width: 14px;
        height: 14px;
    }
}

@media(max-width: 1700px) {
    .cart_item_cls {
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 16px;
        left: 75%;
    }
}

@media(max-width: 1920px) {
    .bbb_main_container41 {
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 63px;
    }
}

@media(max-width: 1199px) {
    .ultimate-currency #launch-btn-widget > div, .h_cart_total {
        font-size: 9px;
    }
}

.ultimate-currency #launch-btn-widget > div {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body-family);
}

.ultimate-currency #launch-btn-widget div {
    color: #fff;
}

@media(max-width: 1199px) {
    .ultimate-currency #launch-btn-widget > div, .h_cart_total {
        font-size: 14px;
    }
}

.ultimate-currency #launch-btn-widget > div {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body-family);
}

.ultimate-currency #launch-btn-widget div {
    color: #fff;
}

.kWWaVZ {
    color: rgb(33, 43, 54);
    font-size: 16px;
    line-height: 26px;
    height: 24px;
    font-family: Overpass;
    user-select: none;
}

@media(max-width: 1199px) {
    .ultimate-currency #launch-btn-widget > div, .h_cart_total {
        font-size: 14px;
    }
}

.ultimate-currency #launch-btn-widget > div {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body-family);
}

.ultimate-currency #launch-btn-widget div {
    color: #fff;
}


.UCQWE {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

[class*=Launch__Layout1Flag-], .block_carttop .block-cart-header, .before_ship, .after_ship {
    display: none;
}

* {
    box-sizing: border-box;
}

    *, *::before, *::after {
        box-sizing: inherit;
    }

user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}


.jqGfks {
    background: rgb(255, 255, 255);
    box-shadow: rgba(33, 43, 54, 0.25) 0px 0px 5px;
    border-radius: 5px;
    padding: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.h_nav_right > li {
    border-left: 1px solid #fff;
    text-align: center;
}

li {
    list-style: none;
}

@media(max-width: 1199px) {
    .h_nav_right {
        -webkit-flex: 0 0 235px;
        -ms-flex: 0 0 235px;
        flex: 0 0 235px;
        max-width: 235px;
    }
}

@media(max-width: 1366px) {
    .h_nav_right {
        -webkit-flex: 0 0 330px;
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
    }
}

@media(max-width: 1700px) {
    .h_nav_right {
        -webkit-flex: 0 0 380px;
        -ms-flex: 0 0 380px;
        flex: 0 0 380px;
        max-width: 380px;
    }
}

.h_nav_right {
    background: #174c4d;
    color: #fff;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 445px;
    -ms-flex: 0 0 445px;
    flex: 0 0 350px;
    max-width: 350px;
}

    .h_nav_right > li {
        border-left: 1px solid #fff;
        text-align: center;
    }

.list--inline > li {
    display: inline-block;
}

li {
    list-style: none;
}

@media(max-width: 1199px) {
    .h_btm .ultimate-currency {
        min-width: 90px;
    }
}

.h_btm .ultimate-currency {
    height: 100%;
    justify-content: center;
    display: flex;
    min-width: 100px;
}

element.style {
    display: flex;
    width: 86px;
}

@media(max-width: 1280px) {
    .ultimate-currency #launch-btn-widget {
        padding: 6px 18px;
    }
}

@media(max-width: 1860px) {
    .ultimate-currency #launch-btn-widget {
        padding: 6px 26px;
    }
}

.ultimate-currency #launch-btn-widget {
    background: transparent;
    box-shadow: none;
    padding: 6px 39px;
}

.jqGfks {
    background: rgb(255, 255, 255);
    box-shadow: rgba(33, 43, 54, 0.25) 0px 0px 5px;
    border-radius: 5px;
    padding: 6px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.sticky-header {
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure the header is above other content */
}

.ba_announcebar {
    background: #cc2027;
    color: #ffffff;
}

.ba_announcebar {
    text-align: center;
}

    .ba_announcebar .container_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .2px;
        text-transform: uppercase;
    }

@media(max-width: 575px) {
    .ba_anno_right, .ba_anno_left {
        min-width: auto;
    }
}

@media(max-width: 320px) {
    .d-xs-none {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .ba_anno_right, .ba_anno_left {
        min-width: 100px !important;
    }
}

@media(max-width: 1199px) {
    .ba_anno_right, .ba_anno_left {
        min-width: 175px !important;
    }
}

@media(max-width: 991px) {
    .b_home_left, .b_home_right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media(max-width: 575px) {
    .book_slider.product_bough, .book_slider {
        padding: 10px;
    }
}

@media(max-width: 1199px) {
    .book_slider.product_bough, .book_slider {
        padding: 15px;
    }
}

@media(max-width: 1400px) {
    .book_slider {
        padding: 15px 20px;
    }
}

@media(max-width: 1600px) {
    .book_slider.product_bough, .book_slider {
        padding: 16px 30px;
    }
}

@media(max-width: 1700px) {
    .book_slider {
        padding: 16px 80px;
    }
}

@media(max-width: 1860px) {
    .book_slider {
        padding: 16px 85px;
    }
}

.ba_anno_right, .ba_anno_left {
    min-width: 250px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

    .slick-slider .slick-list, .slick-slider .slick-track {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate(0);
    }

.slick-track-login {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

element.style {
    opacity: 1;
    width: 4165px;
    left: -1666px;
}

.ba_anno_right a svg {
    width: 20px !important;
    height: 20px !important;
}

.ba_anno_center ul.slick-initialized li {
    display: block;
}

.ba_anno_center p {
    margin: 0 !important;
}

.d-md-block {
    display: block;
}

.ba_anno_right {
    text-align: right;
}

    .ba_anno_right a {
        display: inline-block !important;
    }

@media(max-width: 1199px) {
    .ba_anno_center {
        max-width: calc(100% - 350px);
    }
}

@media(max-width: 640px) {
    .ba_announcebar .container_right {
        flex-wrap: wrap;
    }
}

@media(max-width: 575px) {
    .ba_anno_center {
        max-width: calc(100% - 75px);
    }
}

@media(min-width: 640px) {
    .container_right h_top_container {
        flex-wrap: wrap !important;
    }
}

@media(max-width: 640px) {
    .h_top_container {
        flex-wrap: wrap;
    }
}

@media(max-width: 640px) {
    .ba_anno_outer {
        padding-top: 0;
    }
}

@media(max-width: 575px) {
    .ba_announcebar .container_right {
        padding: 0 10px;
    }
}

@media(max-width: 640px) {
    .ba_announcebar .container_right {
        font-size: 12px;
    }
}

@media(max-width: 575px) {
    .ba_anno_right, .ba_anno_left {
        min-width: auto;
    }
}

@media(max-width: 640px) {
    .ba_anno_left {
        display: none !important;
    }
}

@media(max-width: 375px) {
    .mobile_header, .ba_announcebar, .h_top {
        padding: 6px 0;
    }
}

@media(max-width: 991px) {
    .h_middle .h_top_container, .headercol-8 {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .ba_anno_center {
        max-width: calc(100% - 100px);
    }
}

@media(max-width: 475px) {
    .ba_anno_center {
        max-width: calc(100% - 500px);
        width: auto;
    }
}

@media(max-width: 575px) {
    .ba_anno_right a, .ba_anno_center p {
        font-size: 12px;
        line-height: 16px;
    }
}

.ba_anno_right, .ba_anno_left {
    min-width: 175px;
}

@media(max-width: 1199px) {
    .user_labels span, .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container_right, #predictive-search-option-search-keywords .predictive-search__item {
        font-size: 11px !important;
    }
}

@media(max-width: 375px) {
    .user_labels span, .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container_right, #predictive-search-option-search-keywords .predictive-search__item {
        font-size: 8px;
    }
}

@media (max-width: 375px) {
    .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container_right {
        font-size: 12px;
    }
}

@media(max-width: 1199px) {
    .headr_logo {
        width: 170px;
        padding-left: 21px !important;
        padding-right: 35px !important;
    }
}

.ba_anno_center {
    max-width: calc(100% -500px);
    width: auto;
}

@media(max-width: 320px) {
    .d-xs-none {
        display: none !important;
    }
}

* {
    box-sizing: border-box;
}
/*new Start */
.site_header {
    padding: 0 !important;
    border-top: 1px solid #fff !important;
}

@media(max-width: 991px) {
    .site_header {
        padding: 0;
        border: 0px;
    }
}

@media(max-width: 1199px) {
    .top_nav li {
        padding: 0 5px !important;
    }
}

@media(max-width: 1199px) {
    .h_member_box > span, .header_search input[type=text], .h_nav_right select, .cp_sidebar .cloud-search-filter .cloud-search-filter-value, .cp_sidebar li, .cps_title, .cp_breadcrumb, .cp_sidebar .cloud-search-filter__name, .cloud-search-filter__name {
        font-size: 14px;
    }
}

.color-accent-1 {
    background-color: #4dbdc6;
    color: #4dbdc6;
}

@media(max-width: 991px) {
    .mobile_header, .ba_announcebar, .h_top {
        padding: 6px 0;
    }
}

/*@media(max-width: 1199px) {
    .h_top, .h_btm:after, .h_nav_right, .h_middle .headr_logo, .headers_rightcls {
        display: none;
    }
}*/

@media(max-width: 991px) {
    .h_top, .h_btm:after, .h_nav_right, .h_middle .headr_logo, .headers_rightcls {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .h_btm {
        display: none !important;
    }
}

@media(max-width: 1199px) {
    .user_labels {
        margin: 0 6px;
    }
}

.user_labels {
    margin: 0px 3px;
}

.h_middle {
    background-color: #fdfbff;
    border-bottom: 1px solid;
    color: white;
}
@media(max-width: 1199px) {
    .top_h_ba_icon svg {
        width: 13px;
    }
}

@media(max-width: 1860px) {
    .top_h_ba_icon svg {
        width: 15px;
    }
}

.user_labels span {
    display: inline-block;
    padding: 2px 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 200;
}

.h_account_arw svg {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
}

@media(max-width: 1199px) {
    .user_icon svg {
        width: 24px;
        height: 24px;
    }
}

@media(min-width: 768px) {
    .col-md-23 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.headers_rightcls {
    display: flex;
    justify-content: center;
}
.search__input {
    border: 2px solid black; /* Black border, 2px thick */
    border-radius: 4px; /* Optional: rounded corners */
    padding: 5px 10px; /* Optional: inner spacing */
    outline: none; /* Removes default focus outline */
}

    .search__input:focus {
        border-color: black; /* Keep border black when focused */
        box-shadow: none; /* Optional: remove default focus glow */
    }
.field {
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}

.hm_right_data {
    display: flex;
    justify-content: flex-end;
    color: black;
}
.account_boxinr {
    position: relative;
    display: inline-block;
}

@media(max-width: 1920px) {

    .h_top {
        background: #2f999b;
        padding: 0px 0;
    }
}


@media(max-width: 1860px) {
    .h_top {
        padding: 0px 0;
    }
}

.h_top_container > .rows {
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(min-width: 992px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}

.rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ht_left_ba, .ht_right_ba {
    flex: 0 0 38%;
    max-width: 38%;
}

.d-nones {
    display: none;
}

ol, ul {
    margin: 0;
    padding: 0;
}

.top_nav li:first-child {
    padding-left: 0 !important;
}

.top_nav li {
    padding: 0 8px;
}

    .top_nav li:after {
        content: "";
        position: absolute;
        right: 0;
        height: 22px;
        background: #fff;
        width: 1px;
        top: 1px;
    }

@media (max-width: 1860px) {
    .top_nav li:after {
        top: 5px;
        height: 15px;
    }
}

li {
    list-style: none;
}

/*.top_nav li {
    padding: 0 5px;
}
*/

.top_nav li {
    padding: 0 10px;
}

@media(max-width: 1280px) {
    .top_nav li a {
        font-size: 14px;
    }
}

@media(max-width: 1280px) {
    .top_nav li {
        padding: 0px 6px;
    }
}

@media(max-width: 1280px) {

    .h_accont_btn {
        padding-left: 152px;
    }
}

@media(max-width: 1700px) {
    .h_accont_btn {
        min-width: 240px;
    }
}

@media(max-width: 1860px) {
    .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container_right {
        font-size: 9px;
    }
}

@media(max-width: 1280px) {
    .h_accont_dropdown {
        /* left: 3px; */
        right: 5px;
        top: 103%;
        padding: 11px 13px;
    }
}

.h_accont_dropdown {
    position: absolute;
    /* left: 3px; */
    right: 61px;
    top: 103%;
    padding: 6px 21px;
    background: #fff;
    z-index: 11;
    border: 1px solid #4dbdc6;
    display: none;
}

@media(max-width: 1920px) {

    .h_accont_dropdown {
        /* left: 3px; */
        right: 8px;
        top: 103%;
        padding: 11px 23px;
    }
}

.h_accont_dropdown a {
    color: #4dbdc6 !important;
    font-size: 11px;
    font-weight: 600;
    display: block;
    padding: 2px 0;
    cursor: pointer;
}


.h_accont_dropdown:hover {
    color: white !important;
}

.account_boxinr .h_accont_btns {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 260px;
    justify-content: center;
}

.top_nav li a {
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    text-transform: uppercase;
    /* letter-spacing: .45px; */
    color: #fff;
}

div {
    display: block;
    unicode-bidi: isolate;
}

.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlayLoadericoin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.map_list a {
    padding-left: 16px;
}

.map_list a {
    padding-left: 38px;
    display: inline-block;
    position: relative;
}

a {
    color: inherit;
    text-decoration: none;
}

.top_h_ba_icon {
    position: absolute;
    left: 8px;
    top: -5px;
    padding-right: -16px;
}

span, input, select {
    font-family: Poppins,sans-serif;
}

.mobile_header {
    padding: 10px 0;
}

@media(max-width: 767px) {
    .mobile_header {
        padding: 5px 0 !important;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-23, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

    .col button {
        border: 0;
        cursor: pointer;
    }

    .col a, button {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transform: all .3s ease-in-out;
    }

.mobile_menu svg path {
    stroke: #fff;
}

button {
    border: 0;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.h_cart_icon svg {
    width: 18px;
    height: 18px;
}

.h_cart_icon svg {
    background: transparent;
}

    .h_cart_icon svg path {
        fill: #fff;
    }

    .h_cart_icon svg path {
        stroke: #fff;
    }

.cart_item_cls {
    font-size: 12px;
    line-height: 16px;
    width: 14px;
    height: 14px;
}

@media (max-width: 1920px) {

    .cart_item_cls {
        top: 1px
    }
}


@media (max-width: 1920px) {
    .h_top_container {
        max-width: 1881px !important;
    }
}

@media (max-width: 1920px) {
    .main_navlist li.swiper-slide > a {
        padding: 13px 0 !important;
        display: block;
        position: relative;
        font-weight: 400;
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
        padding-right: 6px !important;
        /* letter-spacing: 1.7px; */
    }
}


/*    .h_top_container {
        max-width: 1780px !important;
    }
*/

.h_top_container {
    max-width: 1780px !important;
}

@media (max-width: 991px) {
    .h_middle {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    .h_middle .rows {
        margin: 4px;
    }
}

.headr_logo {
    width: 160px;
    background:white;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    padding-left: 20px;
    padding-right: 53px;
}

@media (max-width: 1920px) {

    .headr_logo {
        width: 160px;
        background:white;
        display: inline-block;
        vertical-align: middle;
        margin: 0 -2px;
        padding-left: 5px;
        padding-right: 53px;
    }
}


.headr_logo img {
    /* width: 100%;
            max-width: 87px;*/
    height: 80px;
}

@media (max-width: 640px) {
    .heading-logo {
        max-width: 44px;
    }
}

/*    @media (max-width: 1700px) {
        .header_search input[type=text] {
            padding: 10px 21px 9px 14px !important;
            font-size: 12px !important;
        }
    }
*/
@media (max-width: 767px) {
    .heading-logo {
        max-width: 42px;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .heading-logo {
        max-width: 70px;
    }
}

img {
    max-width: 100%;
}

/*    @media (max-width: 991px) {
        .header_search {
            width: -webkit-calc(100% - 0px);
            width: -moz-calc(100% - 0px);
            width: calc(100% + -0px) !important;
        }
    }

    @media (max-width: 1199px) {
        .header_search {
            width: -webkit-calc(100% - 200px);
            width: -moz-calc(100% - 200px);
            width: calc(100% - 200px);
        }
    }
*/
@media(max-width: 1280px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-23, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 93px;
        padding-left: 15px;
    }
}

@media(max-width: 1920px) {

    .product-buy-now-price-wrap h5 {
        font-size: 22px !important;
    }
}

@media(max-width: 1199px) {
    .h_accont_dropdown .button, .cp_Sale_caption span {
        font-size: 18px;
    }
}

@media(max-width: 1024px) {

    .product-buy-now-price-wrap h5 {
        font-size: 17px !important;
    }
}


.h_accont_dropdown .button {
    background: #2f999b !important;
    color: white !important;
    font-size: 10px;
    width: 100%;
    padding: 11px;
    margin-bottom: 11px;
    border: 1px solid #ffffff;
}

    .h_accont_dropdown .button:hover {
        color: #4dbdc6;
    }


.border_unerline {
    text-decoration: underline !important;
    color: #4dbdc6;
    font-size: 16px;
}
/* Default - Apply on all screens */
.header_search {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 160px);
    /* margin: 0 -7px; */
    /* padding: 11px; */
   
}

/* Button styling */
.h_accont_btn {
    background: linear-gradient(135deg, #2f999b, #1f6e6f); /* Modern gradient */
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

    .h_accont_btn:hover {
        background: linear-gradient(135deg, #1f6e6f, #2f999b);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

/* User icon */
.user_icon svg {
    width: 28px;
    height: 28px;
    fill: white;
    transition: transform 0.3s ease;
}

.h_accont_btn:hover .user_icon svg {
    transform: scale(1.1);
}

/* Arrow */
.h_account_arw .arrow {
    transition: transform 0.3s ease;
}

.h_accont_btn:hover .h_account_arw .arrow {
    transform: rotate(180deg);
}

/* Dropdown styling */
.h_accont_dropdown {
    background: white;
    color: #333;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 180px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    /* Dropdown links */
    .h_accont_dropdown a {
        display: block;
        padding: 8px 0;
        color: #2f999b;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease, padding-left 0.2s ease;
    }

        .h_accont_dropdown a:hover {
            color: #1f6e6f;
            padding-left: 5px;
        }

@media (max-width: 576px) {

    .header_search {
        width: calc(118% - 154px);
    }
}

/* Small devices (≥577px and ≤768px) */
@media (min-width: 577px) {
    .header_search {
        width: calc(100% - 100px);
    }
}

@media (min-width: 577px) {

    .adsearch-icoin-small {
        padding: 1px 5px;
        font-size: 13px;
        margin-top: 1px;
        margin-left: 2px;
/*         padding-top: 3px !important; 
*/    }
}

/* Medium devices (≥769px and ≤1024px) */
@media (min-width: 769px) {
    .header_search {
        width: calc(87% - 120px);
    }
}

/* Large devices (≥1025px and ≤1366px) */
@media (min-width: 1025px) {
    .header_search {
        width: calc(96% - 140px);
    }
}

/* Extra Large devices (≥1367px and ≤1920px) */
@media (min-width: 1367px) {
    .header_search {
        width: calc(100% - 160px);
    }
}

/* Ultra Wide (≥1921px) */
@media (min-width: 1920px) {
    .header_search {
        width: calc(100% - 200px); /* तुम्ही हवे तसे बदलू शकता */
    }
}

/*    .header_search {
        display: inline-block;
        vertical-align: middle;
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
        margin: 0 -2px;
        padding: 4px;
    }
*/
.h_accont_btn {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 197px;
    justify-content: center;
}
@media(max-width: 1920px) {
    .h_accont_btn {
/*        padding-left: 128px;
*/    }
}


@media(max-width: 991px) {
    .h_search_inr {
        margin-left: 2px;
    }
}

@media(max-width: 575px) {
    .predictive-search .seahc_label_vendor, .header_search input[type=text] {
        font-size: 12px;
    }
}

/*    @media(max-width: 767px) {
        .h_search_inr .search__button {
            top: 1px;
        }
    }
*/
@media(max-width: 991px) {
    .h_search_inr {
        max-width: 100%;
    }
}

.h_search_inr {
    width: 100%;
    max-width: 1068px;
    position: relative;
}

.color-accent-1, .color-accent-2 {
    --color-card-hover: var(--color-base-solid-button-labels);
}

.color-accent-1 {
    --color-foreground: var(--color-base-solid-button-labels);
    --color-background: var(--color-base-accent-1);
    --gradient-background: var(--gradient-base-accent-1);
}

.search-modal__form {
    width: 100%;
}

@media(max-width: 991px) {
    .search.search-modal__form {
        padding: 2px;
        background: #a2d3d7;
    }
}

form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}

.field {
    position: relative;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
/* Default - applies to all screens */
.header_search input[type=text] {
    font-size: 9px;
    background: #f3f3f3;
    border-radius: 0;
    border: 0px;
    color: black;
    padding: 10px 50px 10px 18px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: .89px;
}

/* Extra small devices (up to 575px) */
@media (max-width: 575px) {
    .header_search input[type=text] {
        font-size: 9px;
    }
}

/* Small devices (576px to 767px) */
@media (min-width: 576px) {
    .header_search input[type=text] {
        font-size: 9px;
    }
}

/* Medium devices (768px to 991px) */
@media (min-width: 768px) {
    .header_search input[type=text] {
        font-size: 9px;
    }
}

/* Large devices (992px to 1199px) */
@media (min-width: 992px) {
    .header_search input[type=text] {
        font-size: 10px;
    }
}

/* Extra large devices (1200px to 1919px) */
@media (min-width: 1200px) {
    .header_search input[type=text] {
        font-size: 16px;
    }
}

/* Ultra wide screens (1920px and above) */
@media (min-width: 1920px) {
    .header_search input[type=text] {
        font-size: 15px;
    }
}


/*    @media(max-width: 991px) {
        .header_search input[type=text] {
            border-radius: 10px;
            padding: 10px 50px 10px 20px;
        }
    }

    @media(max-width: 991px) {
        .header_search input[type=text] {
            border-radius: 0;
        }
    }

    @media(max-width: 1700px) {
        .header_search input[type=text] {
            padding: 12px 50px 12px 20px;
            font-size: 16px;
        }
    }

    .header_search input[type=text] {
        font-size: 9px;
        background: #f3f3f3;
        border-radius: 0;
        border: 0px;
        color: black;
        padding: 10px 50px 10px 18px;
        width: 100%;
        margin-bottom: 0;
        font-weight: 400;
        letter-spacing: .89px;
    }

    @media(max-width: 1920px) {

        .header_search input[type=text] {
            font-size: 15px;
            background: #f3f3f3;
            border-radius: 0;
            border: 0px;
            color: black;
            padding: 10px 50px 10px 18px;
            width: 100%;
            margin-bottom: 0;
            font-weight: 400;
            letter-spacing: .89px;
        }
    }
*/ .h_search_inr .search__button {
    right: 0px;
    top: 15px;
}

/* Extra small devices (phones) */
@media (max-width: 575.98px) {
    .h_search_inr .search__button {
        right: 0px !important;
        top: 15px !important;
    }
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
    .h_search_inr .search__button {
        right: 0px !important;
        top: 15px !important;
    }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .h_search_inr .search__button {
        right: 0px !important;
        top: 15px !important;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .h_search_inr .search__button {
        right: 0px !important;
        top: 15px !important;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .h_search_inr .search__button {
        right: 0px !important;
        top: 15px !important;
    }
}
/* Default - all screens */

/* Large desktop (1920px and above) */
@media (min-width: 1920px) {
    .h_search_inr .search__button {
        right: 0px !important; /* same as default, ठेवायचं असल्यास */
        top: 15px !important;
    }
}

/*    @media(max-width: 1700px) {
        .h_search_inr .search__button {
            right: 5px;
            top: 3px;
        }
    }
*/
@media(max-width: 1700px) {
    .h_accont_btn {
/*        min-width: 240px;
*/    }
}

@media(max-width: 1700px) {
    .h_search_inr .field_button > svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/*    .h_search_inr .search__button {
        right: 0px;
        top: 15px;
    }
@media(max-width: 475px) {

    .h_search_inr .search__button {
        right: 117px;
        top: 12px;
    }
}

    @media(max-width: 1920px) {

        .h_search_inr .search__button {
            right: 160px;
            top: 11px;
        }
    }
*/


.field__button {
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}

.col button {
    border: inherit;
    cursor: pointer;
    padding: 0;
    color: inherit;
}

.field__button > svg {
    height: 17px;
    width: 17px;
}

@media(max-width: 1700px) {
    .h_accont_btn {
/*        min-width: 240px !important;
*/    }
}

@media(max-width: 1700px) {
    .h_accont_btn {
/*        min-width: 240px !important;
*/    }
}


@media(min-width: 992px) {
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75% !important;
        max-width: 75% !important;
    }
}

svg {
    vertical-align: middle;
}

@media screen and (min-width: 750px) {
    .predictive-search {
        border-top: none;
    }
}

.predictive-search {
    display: none;
    position: absolute;
    top: calc(100% + .1rem);
    left: 20px;
    right: 20px;
    border: 1px solid var(--color-theme);
    background-color: #f3f3f3;
    z-index: 3;
}

predictive-search .spinner {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
}

predictive-search .spinner {
    width: 20px;
    height: 20px;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

.spinner {
    position: relative;
}

.predictive-search *, #predictive-search-products {
    color: #4dbdc6;
}

predictive-search:not([loading]) .predictive-search__heading .spinner, predictive-search:not([loading]) .predictive-search__loading-state, predictive-search:not([loading]) .predictive-search-status__loading {
    display: none;
}

.predictive-search__loading-state svg .path {
    stroke: #000;
}

.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: rgb(var(--color-foreground));
    animation: dash 1.4s ease-in-out infinite;
}

.predictive-search *, #predictive-search-products {
    color: #504f4f;
}

@media screen and (max-width: 989px) {
    .predictive-search {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 749px) {
    .predictive-search--header {
        right: 0;
        left: 0;
        top: 100%;
    }
}

.visually-hiddens {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal;
}

.a_small_rte {
    font-size: 8px;
    line-height: 12px;
}

    .a_small_rte a {
        font-size: 11px;
        line-height: 12px;
        color: #4dbdc6;
    }


.h_btm {
    background: #174c4d;
    position: relative;
}

.h_btm {
    display: flex;
    width: 100%;
    position: relative;
}

.h_btmflex {
    display: flex;
    position: relative;
    z-index: 1;
}

.container_right {
    width: 100%;
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.h_nav_left {
    background: #174c4d;
}

.h_nav_left {
    flex: 1;
}

@media(max-width: 991px) {
    .h_nav_left {
        width: 100%;
    }
}

@media(max-width: 1199px) {
    .main_navlist {
        margin: 0 -10px;
    }
}

@media(max-width: 1366px) {
    .main_navlist {
        margin: 0 -10px;
    }
}

@media(max-width: 1440px) {
    .main_navlist {
        margin: 0 -14px;
    }
}

@media(max-width: 1366px) {
    .ht_left_ba, .ht_right_ba {
        flex: 0 0 38%;
        max-width: 38%;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media(max-width: 991px) {
    .main_navlist.swiper-container {
        overflow-x: unset;
        overflow-y: visible;
    }
}

@media(max-width: 991px) {
    .main_navlist {
        position: relative;
        padding: 0 16px;
        overflow: visible;
        overflow-x: clip;
    }
}

@media(max-width: 1700px) {
    .main_navlist {
        margin: 0 -18px;
    }
}

@media(max-width: 1860px) {
    .main_navlist {
        margin: 0 -25px;
    }
}

.main_navlist {
    margin: 0 -36px;
    display: flex;
    align-items: center;
    height: 80%;
}

    .main_navlist .swiper-wrapper {
        position: unset;
        transform: unset;
    }

    .main_navlist .swiper-wrapper {
        height: auto;
        width: auto;
    }

.swiper-wrapper {
    box-sizing: border-box;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    word-spacing: 2px;
}

.swiper-wrapper {
    box-sizing: border-box;
}

.dropdown_li {
    position: relative;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.main_navlist li.swiper-slide.mega_li {
    /* position: static; */
    top: 5px;
}

@media(max-width: 1920px) {

    .main_navlist li.swiper-slide.mega_li {
        /* position: static; */
        top: 5px;
    }
}



@media (max-width: 1920px) {
    .main_navlist .swiper-slide {
        width: auto !important;
        top: 4px !important;
        padding-right: 20px !important;
    }
}

.main_navlist .swiper-slide {
    width: auto !important;
    top: 4px !important;
    padding-right: 4px !important;
}

.mega_li {
    position: static;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.ftr_menu li a, .ba_ftr_btm .copyright {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    line-height: normal;
}


@media(max-width: 1199px) {
    .user_labels span, .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container, #predictive-search-option-search-keywords .predictive-search__item {
        font-size: 12px;
    }
}

@media(max-width: 1280px) {
    .top_nav li a, #predictive-search-option-search-keywords .predictive-search__item {
        font-size: 13px;
    }
}


@media(max-width: 1280px) {

    font-size: 13px;.ftr_menu li a, .ba_ftr_btm .copyright, .main_navlist li.swiper-slide > a, .h_nav_right select {
        letter-spacing: .5px;
    }
}

@media(max-width: 1600px) {
    .main_navlist li.swiper-slide > a {
        letter-spacing: 2px;
    }
}

@media(max-width: 1400px) {
    .ftr_menu li a, .ba_ftr_btm .copyright, .main_navlist li.swiper-slide > a, .h_nav_right select {
        font-size: 14px;
    }
}

@media(max-width: 1199px) {
    .ftr_menu li a, .ba_ftr_btm .copyright, .main_navlist li.swiper-slide > a {
        font-size: 10px;
        letter-spacing: 0px;
    }
}

@media(max-width: 475px) {

    .ftr_menu li a, .ba_ftr_btm .copyright, .main_navlist li.swiper-slide > a {
        font-size: 7px;
        letter-spacing: 0px;
    }
}


@media(max-width: 1860px) {
    .main_navlist li.swiper-slide > a {
        padding: 8px 0;
    }
}

button {
    background: inherit;
    border: inherit;
    cursor: pointer;
    padding: 0;
    color: inherit;
}

.main_navlist li.swiper-slide > a {
    padding: 3px 0;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    /* letter-spacing: 1.7px; */
}

a {
    color: inherit;
    text-decoration: none;
}

.d_menu_arw {
    position: relative;
    top: -1px;
}

@media(max-width: 1199px) {
    .main_navlist li.swiper-slide > a > span {
        padding: 0 6px;
    }
}

@media(max-width: 1366px) {
    .main_navlist li.swiper-slide > a > span {
        padding: 0 7px;
    }
}

@media(max-width: 1440px) {
    .main_navlist li.swiper-slide > a > span {
        padding: 0 8px;
    }
}

@media(max-width: 1700px) {
    .main_navlist li.swiper-slide > a > span {
        padding: 0 9px;
    }
}

@media(max-width: 1860px) {
    .main_navlist li.swiper-slide > a > span {
        padding: 0 10px;
    }
}

.ht_left_ba .ol, ul {
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.h_nav_right .ol, ul {
    margin-left: 0 !important;
}

.banner_dta {
    max-width: 100%;
    flex: 0 0 100%;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media(max-width: 991px) {
    .caption_banner, .nba_sfull_data {
        max-width: 350px;
    }
}

@media(max-width: 1199px) {
    .caption_banner, .nba_sfull_data {
        max-width: 385px;
    }
}

@media(max-width: 1440px) {
    .caption_banner, .nba_sfull_data {
        max-width: 450px;
    }
}

@media(max-width: 1700px) {
    .caption_banner {
        max-width: 600px;
    }
}

/*    @media (max-width: 1700px) {
        .h_search_inr .search__button {
            right: 117px;
            top: 12px;
        }
    }
*/
.caption_banner {
    width: 100%;
    max-width: 605px;
    text-align: center;
}

@media(max-width: 640px) {
    .bx_member .rte p, body {
        font-size: 14px;
        line-height: 21px;
    }
}

html, body {
    overflow-x: hidden !important;
}

@media(max-width: 767px) {
    .main_banner.slick-initialized .main_slide {
        height: auto !important;
    }
}

.sticky-cart-model-body .woocommerce-mini-cart {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 9px;
    padding-bottom: -18px;
    text-align: left;
    margin: 0rem 0.7rem;
    display: hide;
    border-bottom: 2px solid #c5a4a4;
}

.sticky-cart-model-body .sticky-woocommerce-mini-cart-item {
    overflow: hidden;
    position: relative;
    padding-top: 14px;
    box-shadow: 0 0 2px #ddd;
    /* padding: 0.7rem !important; */
    padding-bottom: 42px;
    padding-left: 8px;
    background: #fff;
    /* margin-bottom: 0.7rem !important; */
    /* margin-top: 0.7rem !important; */
    color: #111;
}

.item-product-wrap, .item-product-quantity {
    float: left;
    width: 100%;
}

.taiowc .taiowc-cart-model-body a {
    display: flex;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #111;
}

#totalItemCount {
    font-size: 0.8rem;
    background-color: #007bff;
    color: #fff;
    padding: 2px 6px;
    border-radius: 12px;
}


.sticky-cart-model-body a.sticky-remove-item {
    float: right;
    font-size: 1.2em;
    height: 2.2em;
    width: 4.2em;
    line-height: 1rem;
    text-align: center;
    border-radius: 0%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    z-index: 9999;
    font-size: 0.89rem;
    color: #ef6238 !important;
}

body.theme-th-shop-mania a {
    text-decoration: none;
}

a, #open-above-menu.amaz-store-menu > li > a, .thunk-cat-tab .tab-link li a, .thunk-breadcrumb li a {
    color:;
}

a {
    color: var(--body-text);
}

    a, a:hover, button {
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.sticky-cart-model-body a {
    display: flex;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #111;
}

body.theme-th-shop-mania a {
    text-decoration: none;
}

.sticky-cart-model-body img {
    float: left !important;
    margin-left: 0px;
    margin-right: 1rem;
    width: 80px !important;
    height: auto;
    box-shadow: none;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

.sticky.taiowc-contnet-wrap {
    padding: 4px 15px;
}

.sticky-woocommerce-mini-cart-item dl.variation {
    display: flex;
    font-size: 0.79rem;
    margin-top: 0.3rem;
}

.sticky-woocommerce-mini-cart-item .variation dt {
    font-weight: 400;
}

.sticky-woocommerce-mini-cart-item .variation dd {
    margin: 0;
    margin-right: 0.3rem;
    padding: 0;
}

.item-product-quantity {
    padding-left: 122px;
    padding-top: 15px;
    //border-top: 1px solid #ebebeb;
}

.item-product-wrap, .item-product-quantity {
    float: left;
    width: 100%;
}

.sticky-cart-model-body .quantity {
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-top: 5.5rem;
    margin-left: 10.2rem;
    margin-top: 2.2rem;
}

.quantity span.quantity-text {
    font-size: 0.68rem;
    margin-right: 2.5rem;
}

.quantity-wrap {
    display: flex;
    margin-left: 0.2rem;
    padding: 35px;
    margin: 0;
}

#cardPrice {
    color: #ee7656;
}

#subTotal {
    color: #581d58;
    font-weight: 600;
    font-size: 14px;
    padding-right: 2px;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
    margin: 0;
    padding: 0;
}

    button, html [type="button"], [type="reset"], [type="submit"] {
        -webkit-appearance: button;
    }

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    padding-right: 6px !important;
    font-weight: 1000 !important;
    color: black !important;
}


#decrease-quantity {
    cursor: pointer;
    color: #4dbdc6;
    background-color: transparent;
    font-size: 25px;
    user-select: none;
    height: 66px;
    /* padding-right: 44px; */
    line-height: 25px;
    width: 25px;
}

.quantity-wrap input[type=number].text-quantity {
    width: 32px;
    text-align: center;
    font-size: 20px;
    line-height: 25px !important;
    min-height: 25px !important;
    height: 64px;
    /* padding: 0; */
    padding-right: -22px;
    margin: 0;
    margin-right: -1px;
    margin-left: -1px;
    padding-left: -10px;
}

#increase-quantity {
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    user-select: none;
    height: 66px;
    line-height: 25px;
    color: #4dbdc6;
    width: 25px;
    padding-right: 13px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.quantity-decrement, .quantity-increment {
    cursor: pointer;
    border: 1px solid #eee;
    background-color: transparent;
    font-size: 12px;
    user-select: none;
    height: 25px;
    line-height: 25px;
    width: 25px;
}

.woocommerce-Price-amount {
    margin-left: 142px;
    font-size: 14px;
    font-weight: bold;
    /* padding: 0; */
    /* padding-top: 30px; */
    /* margin-top: 3px; */
}

.quantity .amount {
    flex-grow: 2;
    text-align: end;
}

.content {
    right: 20px;
    bottom: 156px;
    position: relative;
}

.sticky-icon {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    bottom: 100px; /* Distance from the bottom of the viewport */
    right: 40px; /* Distance from the right of the viewport */
    top: 500px;
    left: 1420px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 2px; /* Shadow effect */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: initial;
    border-radius: 100% !important;
    margin: 0px;
    padding: 0px;
}

    .sticky-icon a {
        font-size: 20px; /* Size of the icon */
        cursor: pointer; /* Pointer cursor on hover */
        color: black;
    }

        .sticky-icon a :hover {
            background-color: #4dbdc6;
        }

.sticky-cart-model {
    position: fixed;
    bottom: 0px; /* Adjust based on your needs */
    right: 5px;
    top: 0px;
    max-width: 350px !important;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: none; /* Hide by default */
    z-index: 9999999999;
    ;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s ease;
    opacity: 1; /* Start hidden */
}


.sticky-cart-model-wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.sticky-notice-container {
    position: absolute;
    font-size: 0.89rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    display: none;
}

#model-cart {
    background-color: #f7f7f8;
    position: relative;
    margin: 0;
    padding: 0;
}

.message-container {
    background-color: #f7f7f8;
    position: relative;
    margin: 0;
    padding: 0;
}

.cart-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0.9rem 0.7rem;
    text-align: center;
    background: #fff;
    color: #111;
}

    .cart-heading .fas fa-shopping-cart {
        font-size: 4rem;
    }

    .cart-heading h4 {
        margin-bottom: 0;
        font-size: 19px;
        font-weight: 400;
    }

.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

.sticky-cart-model-body {
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(125, 87, 177, 0.1);
    background-color: #f3f3f3;
}

    .sticky-cart-model-body #sticky-cart-model-footer {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin: 0;
        padding: 0;
    }

p1.woocommerce-mini-cart__empty-message {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1rem;
    display: none;
}

.sticky-cart-model-body .woocommerce-back-to-shop {
    background: #000 !important;
    padding: 0.8rem 2.5rem !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    color: #fff;
    border: none;
    font-weight: 500;
    margin: 0 auto !important;
    margin-bottom: 3rem !important;
    display: none;
}

.p1 a {
    display: flex;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #111;
    display: none;
}

#sticky-cart-model-footer {
    margin-bottom: 1rem;
    display: none;
    flex-direction: column;
    text-align: left;
}

.cart-total {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #111;
}

.sticky-payment-title {
    background-color: #f3f3f3;
    color: #111;
}

.stickyc-related-product-title, .sticky-code, .sticky-payment-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.7rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

#itemCount {
    font-size: 13px !important;
    font-weight: 600;
    padding-left: 10px;
}

.sticky-total-wrap {
    padding: 0.7rem;
    font-size: 0.79rem;
}

.sticky-subtotal {
    margin-top: 0.7rem;
}

.sticky-subtotal, .sticky-discount, .sticky-total, .sticky-shipping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0rem;
}

.cart-total .sticky-label {
    font-weight: 600;
    line-height: normal;
    font-size: 13px;
    padding-left: 5px;
}

.sticky-subtotal .sticky-value {
    font-weight: bold;
}

.button-container {
    display: flex;
    gap: 10px; /* Space between buttons */
    padding: 0 0.6rem;
}

.button {
    display: inline-block;
    padding: 12px 24px; /* Vertical and horizontal padding */
    border: 2px; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    color: #fff; /* Text color */
    font-size: 16px; /* Font size */
    text-align: center;
    margin-top: 0.7rem;
    padding: 0 0.6rem;
}

    .button.primary {
        background-color: white; /* Blue background */
        text-color: black;
        border: 3px;
        padding: 12px 24px;
        border-radius: 10px;
        background: transparent !important;
        color: #111 !important;
        border: 1px solid #000;
        width: 100%;
    }

    .button.secondary {
        background-color: black;
        padding: 12px 24px;
        border-radius: 5px;
        width: 100%;
    }

.woocommerce.theme-th-shop-mania #respond input#submit, .woocommerce.theme-th-shop-mania a.button, .woocommerce.theme-th-shop-mania button.button, .woocommerce.theme-th-shop-mania input.button {
    font-weight: 500;
}

#sticky-icon1 {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    bottom: 0px; /* Distance from the bottom of the viewport */
    right: 40px; /* Distance from the right of the viewport */
    top: 580px;
    left: 1420px;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 2px; /* Shadow effect */
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding: initial;
    border-radius: 100% !important;
}

.th-icon {
    font-size: 20px;
    color: black;
    text-decoration: none;
}

.sticky-icon1 : hover {
    background-color: #4dbdc6;
}

#move-to-top {
    position: -webkit-sticky; /* For Safari */
    position: fixed;
    display: inline-block; /* Makes sure the anchor behaves like an inline element but allows for block-level styling */
    bottom: 0px; /* Position from the bottom of the viewport */
    right: 40px;
    left: 1420px;
    top: 670px;
    width: 54px;
    height: 54px;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 2px; /* Shadow effect */
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%; /* Makes the button round */
    text-align: center; /* Centers the text inside the button */
    font-size: 12px;
    transition: opacity 0.3s ease; /* Smooth transition for opacity changes */
}

    #move-to-top:hover {
        background-color: #4dbdc6; /* Darker background on hover */
    }

    #move-to-top .th-icon {
        display: inline-block; /* Ensures the icon is treated as an inline element */
        vertical-align: middle; /* Aligns the icon with the text */
    }



.content {
    right: 20px;
    bottom: 156px;
    position: relative;
}

#sticky-icon_btn {
    position: fixed;
    bottom: 0px; /* 30px from the bottom */
    color: white;
    top: 530px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it stays on top of other elements */
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
    #sticky-icon_btn {
        top: 400px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 19px;
    }
}


#sticky-icon_btn:hover {
    background-color: #4dbdc6; /* Darker background on hover */
}





.sticky-cart-model {
    position: fixed;
    bottom: 0px;
    right: 5px;
    top: 0px;
    max-width: 320px !important;
    width: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999999999;
    margin: 0;
    padding: 0;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.sticky-cart-model-wrap {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.sticky-notice-container {
    position: absolute;
    font-size: 0.89rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    display: none;
}

#model-cart {
    background-color: #f7f7f8;
    position: relative;
    margin: 0;
    padding: 0;
}

.message-container {
    background-color: #f7f7f8;
    position: relative;
    margin: 0;
    padding: 0;
}

.cart-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding: 0.9rem 0.7rem;
    text-align: center;
    background: #fff;
    color: #111;
}

    .cart-heading .fas fa-shopping-cart {
        font-size: 4rem;
    }


.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

.sticky-cart-model-body {
    flex-grow: 1;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-bottom: 1px solid rgba(125, 87, 177, 0.1);
    background-color: #f3f3f3;
}

    .sticky-cart-model-body #sticky-cart-model-footer {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin: 0;
        padding: 0;
    }

p1.woocommerce-mini-cart__empty-message {
    margin-bottom: 1rem;
    text-align: center;
    margin-top: 1rem;
    display: none;
}

.sticky-cart-model-body .woocommerce-back-to-shop {
    background: #000 !important;
    padding: 0.8rem 2.5rem !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    color: #fff;
    border: none;
    font-weight: 500;
    margin: 0 auto !important;
    margin-bottom: 3rem !important;
    display: none;
}

.p1 a {
    display: flex;
    font-size: 0.79rem !important;
    font-weight: 500 !important;
    padding: 0 !important;
    color: #111;
    display: none;
}

#sticky-cart-model-footer {
    margin-bottom: 1rem;
    display: none;
    flex-direction: column;
    text-align: left;
}

.cart-total {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    color: #111;
}

.sticky-payment-title {
    background-color: #f3f3f3;
    color: #111;
}

.stickyc-related-product-title, .sticky-code, .sticky-payment-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0.7rem;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.sticky-total-wrap {
    padding: 0.7rem;
    font-size: 0.79rem;
}

.sticky-subtotal {
    margin-top: 0.7rem;
}

.sticky-subtotal, .sticky-discount, .sticky-total, .sticky-shipping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0rem;
}

.cart-total .sticky-label {
    font-weight: 600;
    line-height: normal;
}

.sticky-subtotal .sticky-value {
    font-weight: bold;
}

.button-container {
    display: flex;
    gap: 10px; /* Space between buttons */
    padding: 0 0.6rem;
}

.button {
    display: inline-block;
    padding: 12px 24px; /* Vertical and horizontal padding */
    border: 2px; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    color: #fff; /* Text color */
    font-size: 16px; /* Font size */
    text-align: center;
    margin-top: 0.7rem;
    padding: 0 0.6rem;
}

    .button.primary {
        background-color: white; /* Blue background */
        text-color: black;
        border: 3px;
        padding: 12px 24px;
        border-radius: 10px;
        background: transparent !important;
        color: #111 !important;
        border: 1px solid #000;
        width: 100%;
    }


    .button.secondary {
        background-color: black;
        padding: 12px 24px;
        border-radius: 5px;
        width: 100%;
    }

button {
    background: inherit;
    border: inherit;
    cursor: pointer;
    padding: 0;
    color: inherit;
}

.woocommerce.theme-th-shop-mania #respond input#submit, .woocommerce.theme-th-shop-mania a.button, .woocommerce.theme-th-shop-mania button.button, .woocommerce.theme-th-shop-mania input.button {
    font-weight: 500;
}

#sticky-button {
    position: fixed;
    bottom: 30px; /* 30px from the bottom */
    color: white;
    top: 600px;
    right: 30px;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it stays on top of other elements */
    align-items: center;
    justify-content: center;
}

element.style {
    margin: 7px 10px;
}

#sticky-button:hover {
    background-color: #4dbdc6; /* Darker background on hover */
}

@media (max-width:767px) {
    #sticky-button {
        position: fixed;
        bottom: 20px;
        top: 450px;
        width: 40px;
        height: 40px;
        font-size: 19px;
        right: 20px;
    }
}

@media (max-width:767px) {
    #sticky-button:hover {
        background-color: #4dbdc6; /* Darker background on hover */
    }
}


#move-to-top {
    position: -webkit-sticky; /* For Safari */
    position: fixed;
    display: inline-block; /* Makes sure the anchor behaves like an inline element but allows for block-level styling */
    bottom: 0px; /* Position from the bottom of the viewport */
    right: 30px;
    width: 50px;
    height: 50px;
    top: 670px;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 2px; /* Shadow effect */
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    padding: 10px;
    border-radius: 50%; /* Makes the button round */
    text-align: center; /* Centers the text inside the button */
    font-size: 12px;
    transition: opacity 0.3s ease; /* Smooth transition for opacity changes */
}

@media (max-width:767px) {
    #move-to-top {
        position: fixed;
        bottom: 20px;
        top: 500px;
        width: 40px;
        height: 40px;
        font-size: 10px;
        right: 20px;
    }
}

@media (max-width:767px) {
    #move-to-top:hover {
        background-color: #4dbdc6; /* Darker background on hover */
    }
}


#move-to-top:hover {
    background-color: #4dbdc6; /* Darker background on hover */
}

#move-to-top .th-icon {
    display: inline-block; /* Ensures the icon is treated as an inline element */
    vertical-align: middle; /* Aligns the icon with the text */
}

.menu_drawer {
    display: none;
    width: 400px;
    background: #2f999b;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 10px 10px;
    transition: transform 0.3s ease;
}

.menu_drawer1 {
    display: none;
    width: 400px;
    background: #2f999b;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 10px 10px;
    transition: transform 0.3s ease;
}

@media (max-width: 475px) {
    .menu_drawer {
        width: 200px;
    }
}

@media (max-width: 475px) {
    .menu_drawer1 {
        width: 200px;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.md_close {
    position: absolute;
    right: 15px;
    top: 10px;
}

#md_close1 {
    position: absolute;
    right: 15px;
    top: 10px;
}

.md_close svg {
    width: 22px;
    height: 30px;
    fill: #000;
}

#md_close1 svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}

@media (max-width: 475px) {
    .mdaccount_title a {
        font-size: 16px;
        color: white !important;
    }
}

.md_icon {
    padding-right: 14px;
}

.md_icon1 {
    padding-right: 60px;
}

.account_icon {
    position: absolute;
    right: 20px;
}

    .account_icon .acc_iconplus svg {
        transform: rotate(90deg);
    }

.acc_iconminus {
    display: none;
}

.account_icon svg {
    width: 16px;
    height: 16px;
}

.account_icon1 {
    position: absolute;
    right: 10px;
}

    .account_icon1 svg {
        width: 16px;
        height: 16px;
    }

.acc_iconminus1 {
    display: none;
}

.account_icon1 svg {
    width: 16px;
    height: 16px;
}

.account_icon1 .acc_iconplus svg {
    transform: rotate(90deg);
}

#md_acc_details {
    padding: 10px 30px;
    border-top: 1px solid #fff;
}

.mob_acc_list a {
    display: block;
    padding: 7px 9px;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.md_main_menu {
    text-align: center;
    /*padding: 10px 35px;*/
    background: #fff;
}

    .md_main_menu li {
        position: relative;
    }

        .md_main_menu li a {
            display: block;
            color: #2f999b;
            font-size: 12px;
            padding: 3px;
        }

    .md_main_menu > li > a {
        font-size: 20px;
        line-height: 20px;
        padding: 10px 0px;
    }

@media (max-width: 767px) {
    .md_main_menu > li > a {
        font-size: 18px;
        line-height: 27px;
        padding: 10px 0;
    }
}

@media (max-width: 475px) {
    .md_main_menu > li > a {
        font-size: 16px;
    }
}
/* Hide by default */
.md_acc_details {
    display: none;
    background: #fff;
    border-radius: 8px;
    margin-top: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Show when account is open */
.md_account.open .md_acc_details {
    display: block;
}

/* Dropdown links */
.mob_acc_list a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

    .mob_acc_list a:last-child {
        border-bottom: none;
    }

    .mob_acc_list a:hover {
        background: #f5f5f5;
    }

/* Plus / Minus toggle */
.acc_iconminus {
    display: none;
}

.md_account.open .acc_iconplus {
    display: none;
}

.md_account.open .acc_iconminus {
    display: inline-block;
}


.bbb_viewed .tabs {
    position: absolute;
    right: 70px;
    top: 8px;
    height: 40px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .bbb_viewed .tabs {
        position: relative;
        right: 0;
        top: -10px;
        display: block;
        margin-top: 10px;
        width: 100%;
        font-size: 12px;
    }
}

.col-md-4 {
    flex: 0 0 auto;
    width: 24.333333%;
}

.bbb_viewed .tabs li {
    list-style-type: none;
}

#sub-cat li.active a {
    font-weight: 600;
    color: #fff; /* text white for contrast */
    background: linear-gradient(135deg, #581d58, #007bff) !important;
    padding: 8px 16px;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

    #sub-cat li.active a:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #007bff, #6f42c1);
        color: #fff;
    }

/*#sub-cat li.active a {
    font-weight: 600;
    color: #fff;*/ /* text white for contrast */
/*background: linear-gradient(135deg, #581d58, #007bff);*/ /* gradient */
/*padding: 8px 16px;
    border-radius: 25px;*/ /* pill style */
/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;*/ /* remove underline */
/*display: inline-block;
}*/

/* hover effect */
/*#sub-cat li.active a:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
        background: linear-gradient(135deg, #007bff, #6f42c1);*/ /* reverse gradient */
/*color: #fff;
    }


        .bbb_viewed .tabs li a {
            padding: 0px 7px;
            font-size: 10px;
            display: inline-block;
            color: #333;
        }*/

@media(max-width: 475px) {
    .bbb_viewed .tabs li a {
        padding: 0px 7px;
        font-size: 6px;
        display: inline-block;
        color: #333;
    }
}

.bbb_viewed .tabs li.active a:hover {
    text-decoration: none;
    cursor: default;
}
/*.bbb_viewed .tabs li.active a {
    position: relative;
    line-height: 24px;
    color: #111;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}*/
@media(max-width: 475px) {
    #dropdown_clss1 {
        width: 170px;
        z-index: 1000;
        position: fixed;
        top: 110px;
        padding-right: 17px;
        overflow: auto;
        bottom: 308px;
        transition: transform 0.3s ease;
    }
}

/*@media(max-width: 768px) {
    #dropdown_clss1 {
        width: 150px;
        z-index: 1000;
        position: fixed;
        top: 110px;
        left: 30px;
        overflow: auto;
        bottom:308px;
        transition: transform 0.3s ease;
    }
}
*/
#dropdown_clss1 {
    background: #ffffff;
}

#dropdown_clss2 {
    width: 170px;
    z-index: 1000;
    position: fixed;
    top: 155px;
    bottom: 308px;
    padding-right: 17px;
    overflow: auto;
    transition: transform 0.3s ease;
}

#dropdown_clss3 {
    width: 170px;
    z-index: 1000;
    position: fixed;
    top: 199px;
    bottom: 308px;
    padding-right: 17px;
    overflow: auto;
    transition: transform 0.3s ease;
}

#dropdown_clss2 {
    background: #ffffff;
}

#dropdown_clss3 {
    background: #ffffff;
}

#dropdown_clss2 li a {
    font-size: 12px;
    line-height: 3px;
    padding-left: 6px;
}

#dropdown_clss3 li a {
    font-size: 12px;
    line-height: 3px;
    padding-left: 6px;
}

#dropdown_clss4 {
    width: 170px;
    z-index: 1000;
    position: fixed;
    top: 246px;
    overflow: auto;
    bottom: 308px;
    transition: transform 0.3s ease;
    padding-right: 17px;
}

#dropdown_clss4 {
    background: #ffffff;
}

    #dropdown_clss4 li a {
        font-size: 12px;
        line-height: 3px;
        padding-left: 6px;
    }

#dropdown_clss5 {
    width: 170px;
    z-index: 1000;
    position: fixed;
    top: 296px;
    overflow: auto;
    bottom: 308px;
    padding-right: 17px;
    transition: transform 0.3s ease;
}

#dropdown_clss5 {
    background: #ffffff;
}

    #dropdown_clss5 li a {
        font-size: 12px;
        line-height: 1px;
        padding-left: 6px;
    }

#dropdown_clss6 {
    width: 170px;
    z-index: 1000;
    position: fixed;
    top: 341px;
    padding-right: 17px;
    overflow: auto;
    transition: transform 0.3s ease;
    bottom: 217px;
}

#dropdown7 {
    width: 256px;
    z-index: 1000;
    position: fixed;
    top: 390px;
    padding-right: 263px;
    overflow: auto;
    transition: transform 0.3s ease;
    bottom: 198px;
}

#dropdown_clss6 {
    background: #ffffff;
}

    #dropdown_clss6 li a {
        font-size: 12px;
        line-height: 3px;
        padding-left: 6px;
    }

.doropdown_clss1 li {
    font-size: 14px;
    padding: 5px 36px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.pro_block {
    padding: 15px 99px 15px 86px;
}

@media (max-width: 1440px) {
    .pro_block {
        padding: 10px 15px;
    }
}

#primaryDropdown {
    /* padding: 5px!important; */
    width: 44px;
    top: 28px;
    padding-left: 15px;
}

@media (max-width: 1199px) {
    .pro_block {
        padding: 10px 5px;
    }
}

.pro_block .pro_row {
    margin: 0 -22px;
}


@media (max-width: 1740px) {
    .pro_block .pro_row {
        margin: 0 -15px;
    }
}

@media (max-width: 1440px) {
    .pro_block .pro_row {
        margin: 0 -5px;
    }
}


.pro_block .pro_col {
    padding: 0 22px;
}


@media (max-width: 1740px) {
    .pro_block .pro_col {
        padding: 0 15px;
    }
}

@media (max-width: 1440px) {
    .pro_block .pro_col {
        padding: 0 5px;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative !important;
    width: 100%;
    min-height: 1px !important;
  padding-right: 14px !important;
}

@media (max-width: 475px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        position: relative !important;
        width: 100%;
        min-height: 1px !important;
        padding-right: -5px !important;
        padding-left: 10px !important;
    }
}


@media (min-width: 992px) {
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
        flex: 0;
        flex: 0 0 41.666667%;
        dth: 41.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pro_img_block .row {
    margin: 0;
}

@media (max-width: 1740px) {
    .pro_img_block .row {
        margin: 0;
    }
}

.pro_img_block .col {
    padding: 0;
}

@media (max-width: 1740px) {
    .pro_img_block .col {
        padding: 0;
    }
}


.main_img_block {
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.bookgrid_dis {
    display: block !important;
    top: 20px;
    left: -35px;
    position: absolute;
    z-index: 1;
}







































.nav_img_block, .pro_content_main {
    padding: 10px;
}

@media (max-width: 1199px) {
    .nav_img_block, .pro_content_main {
        padding: 10px 5px;
    }
}

.pro_head {
    padding-bottom: 15px;
}

@media (max-width: 1440px) {
    .pro_head {
        padding-bottom: 10px;
        padding-left: 0px;
    }
}


.pro_title {
    color: #4ebdc6;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

@media (max-width: 1440px) {

    .pro_title {
        font-size: 29px;
        line-height: 45px;
    }
}

.pro_wrap {
    border-top: 1px solid #4ebdc6;
    padding: 15px 0 20px;
    border-bottom: 1px solid #4ebdc6;
}



@media (max-width: 1740px) {
    .pro_wrap {
        padding: 15px 0 20px;
    }
}

@media (max-width: 1440px) {
    .pro_wrap {
        padding: 4px 0;
        padding-left: 4px;
    }
}

@media (max-width: 1199px) {
    .pro_wrap .row {
        margin: 0 -8px;
    }
}

@media (max-width: 1199px) {
    .pro_wrap .col {
        padding: 0 8px;
    }
}

.product-buy-now-price-wrap h5 {
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}


@media (max-width: 1740px) {
    .product-buy-now-price-wrap h5 {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .member-price-wrap h5, .product-buy-now-price-wrap h5 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

.product-buy-now-price-wrap .product-price-wrap {
    color: #581d58;
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 1740px) {
    .product-buy-now-price-wrap .product-price-wrap {
        font-size: 22px;
    }
}

@media (max-width: 1199px) {
    .product-buy-now-price-wrap .product-price-wrap, .member-main-price span {
        font-size: 22px;
        line-height: 32px;
    }
}

.product-buy-now-price-wrap p {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 1740px) {


    .product-buy-now-price-wrap p {
        color: #3f3f3f;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
    }
}


.discount-price {
    color: white;
    padding: 5px;
}

@media (max-width: 1740px) {
    .product-buy-now-price-wrap p {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .member-saving, .product-buy-now-price-wrap p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto !important;
        width: 40.333333% !important;
    }
}


.product-form__quantity {
    padding-top: 15px;
}

@media (max-width: 1740px) {
    .product-form__quantity {
        padding- top: 10px;
    }
}

@media (max-width: 1199px) {
    .product-form__quantity {
        padding-top: 6px;
    }
}

.quantity {
    width: 107px;
    height: 30px;
    background-color: #d3d3d3;
    border-radius: 10px;
    position: relative;
    display: inline-flex;
    justify-content: center;
}


@media(max-width: 1600px) {
    .quantity {
        width: 94px;
        height: 30px;
        background-color: #d3d3d3;
        border-radius: 5px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        height: 29px;
    }
}

@media(max-width: 640px) {
    .quantity.cp_qty {
        width: 80px;
        margin: 8px 0;
    }
}

@media(max-width: 475px) {
    .quantity.cp_qty {
        width: 71px;
        margin: 10px 0;
    }
}

.quantity__button.minus_icon {
    background-image: url("https://www.bookxcess.com/cdn/shop/t/62/assets/minus.png");
}

.quantity__button.plus_icon {
    background-image: url("https://www.bookxcess.com/cdn/shop/t/62/assets/plus.png");
}

.product-form__quantity .quantity__button {
    flex: 0 0 30%;
    flex-shrink: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    top: 0;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.product-form__quantity .visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}


.quantity__input {
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 30%;
    flex: 0 0 30%;
    max-width: 34%;
    flex-grow: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1920px) {

    .quantity__input {
        font-size: 16px;
    }
}


product-form.pro_cart_btn.product-form {
    display: none !important;
}

form#AddToCartForm_id, product-form.pro_cart_btn.product-form {
    display: block !important;
}



@media (max-width: 1199px) {
    .pro_btns_block .product-form__submit {
        height: 48px;
    }
}

@media (max-width: 1740px) {

    .pro_btns_block .product-form__submit {
        height: 38px;
    }
}

.pro_btns_block .product-form__submit {
    background-color: #d7000d;
    border: 0;
    border-radius: 15px;
    margin-left: -7px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    font-size:
}

@media (max-width: 1920px) {

    .pro_btns_block .product-form__submit {
        background-color: #d7000d;
        border: 0;
        border-radius: 12px;
        margin-left: -10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px;
        font-size: 24px !important;
    }
}

.product-form__submit {
    margin-bottom: 1rem;
}

@media (max-width: 1199px) {
    .product-form {
        flex: calc(50% - 4px);
        max-width: calc(50% - 4px);
        margin: 0 4px;
    }
}

.product-form {
    display: block;
    flex: calc(50% - -30px);
    max-width: calc(50% - -34px);
    margin: 0 0px;
    padding: 0;
}

@media (max-width: 1199px) {
    .pro_cart_btn {
        padding-bottom: 6px;
    }
}

.pro_cart_btn {
    padding-bottom: 12px;
}


@media (max-width: 1740px) {
    .pro_btns_block .product-form__submit span {
        padding-right: 10px;
        font-size: 12px;
        line-height: 12px;
    }
}

.pro_btns_block .product-form__submit span {
    padding-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

@media (max-width: 1199px) {
    .pro_btns_block .product-form__submit span {
        padding-right: 2px;
        font-size: 9px;
        line-height: 15px;
    }
}

@media (max-width: 1920px) {

    .pro_btns_block .product-form__submit span {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {

    .pro_btns_block .product-form__submit span {
        font-size: 12px;
    }
}


.pro_btns_block .product-form__submit svg {
    width: 25px;
    height: 25px;
}

@media (max-width: 1920px) {

    .pro_btns_block .product-form__submit svg {
        height: 30px;
    }
}


/*            .pro_overview {
            background-color: #edf8f9;
            padding: 30px 148px 20px;
        }

        @media (max-width: 1440px) {
            .pro_overview {
                padding: 20px 50px;
            }
        }

        @media (max-width: 1199px) {
            .pro_overview {
                padding: 20px;
            }
        }

*/
/* ===== Default (सर्व स्क्रीनवर लागू होईल) ===== */
.pro_overview {
    background-color: #edf8f9;
    padding: 30px 148px 20px;
}

/* ===== Extra Small Devices (Mobile, upto 575px) ===== */
@media (max-width: 575px) {
    .pro_overview {
        padding: 15px 20px 15px;
    }
}

/* ===== Small Devices (Tablets, 576px – 767px) ===== */
@media (min-width: 576px) {
    .pro_overview {
        padding: 20px 40px 18px;
    }
}

/* ===== Medium Devices (Small Laptops, 768px – 1023px) ===== */
@media (min-width: 768px) {
    .pro_overview {
        padding: 25px 60px 20px;
    }
}

/* ===== Large Devices (Normal Laptops, 1024px – 1366px) ===== */
@media (min-width: 1024px) {
    .pro_overview {
        padding: 25px 28px 20px;
    }
}

/* ===== Extra Large Devices (HD Screens, 1367px – 1440px) ===== */
@media (min-width: 1367px) {
    .pro_overview {
        padding: 22px 17px 20px;
    }
}

/* ===== Full HD (1920px) ===== */
@media (min-width: 1920px) {
    .pro_overview {
        padding: 23px 23px 22px;
    }
}

/* ===== Ultra HD / 4K Screens (2560px and above) ===== */
@media (min-width: 2560px) {
    .pro_overview {
        padding: 40px 300px 30px;
    }
}


.pro_overview_head h2 {
    color: #4ebdc6;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .72px;
}


@media (max-width: 1440px) {
    .template--product header[data-role=review-list-header] h3, .pro_overview_head h2 {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .template--product header[data-role=review-list-header] h3, .pro_overview_head h2 {
        font-size: 18px;
    }
}

.pro_overview_block ul li:not(:last-child) {
    padding-bottom: 15px;
}

.pro_overview_block ul li {
    display: flex;
}

    .pro_overview_block ul li span:first-child {
        flex: 0 0 150px;
        max-width: 150px;
        font-weight: 700;
    }

@media (max-width: 1920px) {

    .pro_overview_block ul li span:first-child {
        flex: 0 0 164px;
        max-width: 167px;
        font-weight: 700;
    }

    .pro_overview_block ul li span {
        color: #686868;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .21px;
    }
}

@media (max-width: 1199px) {
    .pro_overview_block ul li span {
        font-size: 17px;
    }
}

@media (max-width: 1920px) {
    .pro_overview_block ul li span {
        color: #686868;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: .21px;
        padding-left: -1px;
    }
}


.pro_overview_block ul li span.pro_overview_link a {
    color: #5ac1ca;
}

.pro_short_desc {
    max-width: 75%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1740px) {
    .psd_view_more, .pro_short_desc {
        max-width: 100%;
    }
}

.pro_short_desc h2 {
    color: #676868;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1.18px;
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: .72px
}

@media (max-width: 1920px) {

    .pro_short_desc h2 {
        color: #676868;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 1.18px;
        margin-bottom: 8px;
        text-transform: capitalize;
        letter-spacing: .72px;
    }
}

@media (max-width: 1199px) {
    .pro_short_desc h2 {
        font-size: 18px;
    }
}

.pro_short_desc p {
    color: #686868;
    font-size: 17px;
    font-weight: 400;
}






.md_main li {
    text-align: left;
}

#dropdown_clss2 li {
    text-align: left;
}

#dropdown_clss3 li {
    text-align: left;
}

#dropdown_clss4 li {
    text-align: left;
}

#dropdown_clss5 li {
    text-align: left;
}

#dropdown_clss6 li {
    text-align: left;
}


@media (max-width: 575px) {
    .bbb_main_containerpower.cbb-desktop-view {
        padding: 15px 5px !important;
    }
}

@media (max-width: 1199px) {
    .cbb-also-bought-container.cbb-desktop-view {
        padding: 15px !important;
    }
}

@media (max-width: 1740px) {
    .cbb-also-bought-container.cbb-desktop-view {
        padding: 20px 30px !important;
    }
}








.image-container {
    position: relative;
    display: inline-block;
}

#pro-col {
    padding-left: 159px !important;
}

.product-form__submit {
    background-color: #581d58;
    color: white !important;
}

.zoomed-image {
    position: absolute;
    top: 0;
    left: 70%; /* Position it next to the original image */
    width: 400px; /* Set the width of the zoomed image */
    height: 400px; /* Set the height of the zoomed image */
    border: 2px solid #000;
    display: none; /* Initially hidden */
    background-size: 200%; /* Zoom effect */
    background-repeat: no-repeat;
    z-index: 10;
}

@media (max-width: 475px) {

    .zoom-image {
        /* width: 276px; */
        height: 287px !important;
        cursor: zoom-in;
    }
}

@media (max-width: 991px) {
    .zoom-image {
        width: 450px;
        height: 250px;
        cursor: zoom-in;
    }
}

@media (max-width: 1920px) {

    .zoom-image {
        max-height: 100%;
        max-width: 100%;
        left: 48%;
        width: 100%;
        /* height: 400px; */
        cursor: zoom-in;
        object-fit: contain;
    }
}
/* ================================
   Default Styles (Mobile First)
   ================================ */
.cart_page_items {
    padding: 0 11px;
    flex: calc(100% - 517px);
    max-width: calc(100% - 517px);
}

.cartp_items {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cp_left_img {
    flex: 0 0 80px;
    max-width: 80px;
}

    .cp_left_img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

.cp_right_item {
    flex: 1;
    padding-left: 15px;
}

.cp_r_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.cp_remove i {
    color: #444 !important;
    font-size: 18px;
    cursor: pointer;
}

    .cp_remove i:hover {
        color: #e74c3c;
    }

/* ================================
   Small Devices (>=576px)
   ================================ */
/*            @media (min-width: 576px) {
                .cart_page_items {
                    max-width: 540px;
                }

                .cp_left_img {
                    flex: 0 0 90px;
                    max-width: 90px;
                }
            }
*/
/* ================================
   Medium Devices (Tablets, >=768px)
   ================================ */
/*            @media (min-width: 768px) {
                .cart_page_items {
                    max-width: 720px;
                }

                .cartp_items {
                    flex-wrap: nowrap;
                }

                .cp_left_img {
                    flex: 0 0 100px;
                    max-width: 100px;
                }

                .cp_right_item {
                    padding-left: 20px;
                }
            }
*/
/* ================================
   Large Devices (Laptops, >=992px)
   ================================ */
@media (min-width: 992px) {
    .cart_page_items {
        max-width: 960px;
    }

    .cp_left_img {
        flex: 0 0 110px;
        max-width: 110px;
    }

    .cp_r_right {
        font-size: 15px;
    }
}

/* ================================
   Extra Large Devices (>=1200px)
   ================================ */
/*            @media (min-width: 1200px) {
                .cart_page_items {
                    max-width: 1140px;
                }

                .cp_left_img {
                    flex: 0 0 120px;
                    max-width: 120px;
                }

                .cp_r_right {
                    font-size: 16px;
                }
            }
*/
/* ================================
   XXL Devices (>=1440px)
   ================================ */
@media (min-width: 1440px) {
    .cart_page_items {
        max-width: 1280px;
    }

    .cartp_items {
        padding: 20px 0;
    }

    .cp_left_img {
        flex: 0 0 140px;
        max-width: 140px;
    }

    .cp_right_item {
        padding-left: 25px;
    }

    .cp_r_right {
        font-size: 17px;
    }
}

/* ================================
   Ultra Wide / Full HD Screens (>=1920px)
   ================================ */
/*            @media (min-width: 1920px) {
                .cart_page_items {
                    max-width: 1400px;
                }
            }
*/
.cartp_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp_left_img {
    flex: 0 0 150px;
    max-width: 150px;
}

.cp_right_item {
    padding-left: 30px;
}

.cp_r_right {
    font-size: 18px;
}

}

/* Base container stretching on large screens */
/*@media (min-width: 1600px) {
            .cart_page_items {
                max-width: 1400px;*/ /* तू adjust करू शकतो (1400px, 1600px, 1800px) */
/*margin: 0 auto;
            }
        }*/

/* Make cart items look balanced on 1920px */
/*@media (min-width: 1920px) {
            .cart_page_items {
                max-width: 1600px;*/ /* centered layout */
/*}

            .cartp_items {
                padding: 20px 15px;
                margin-bottom: 20px;
                border: 1px solid #eee;
                border-radius: 10px;
                background: #fff;
            }

                .cartp_items .cp_left_item {
                    flex: 0 0 120px;*/ /* image fixed width */
/*max-width: 120px;
                }

                .cartp_items .cp_right_item {
                    flex: 1;
                    padding-left: 20px;
                }*/

/* Ensure product title and quantity align neatly */
/*.cartp_items h4 {
                    font-size: 18px;
                    font-weight: 600;
                    margin-bottom: 10px;
                }

            .quantity.cp_qty {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .quantity__button {
                width: 35px;
                height: 35px;
                border-radius: 6px;
                border: 1px solid #ddd;
                background: #f9f9f9;
            }

            .quantity__input {
                width: 60px;
                text-align: center;
                font-size: 16px;
                border: 1px solid #ddd;
                border-radius: 6px;
                height: 35px;
            }
        }*/

@media (max-width: 1860px) {
    .top_nav li a, .midl_text, .lan_list select, .ba_announcebar .container {
        font-size: 14px;
    }
}

@media (max-width: 1700px) {
    .search_main_block {
        padding: 0 20px;
    }
}

.search_main_block {
    padding: 0 50px;
}

@media (max-width: 1860px) {
    .search_main_block {
        padding: 0 35px;
    }
}

@media (max-width: 1440px) {
    .search_main_block {
        padding: 0 15px;
    }
}

@media (max-width: 475px) {
    .search_main_block {
        padding: 0 0px;
    }
}

@media (max-width: 991px) {
    .search_main_block {
        padding: 0 0px;
    }
}

.collp_head_block {
    padding-top: 20px;
}

    .collp_head_block .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 475px) {

    .collp_head_block .container-fluid {
        padding-left: 1px;
        padding-right: 3px;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}

.cp_header {
    padding: 0 0 30px;
    width: 100%;
}

    .cp_header #cptitle, .cloud-search-page-controls__totals {
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        letter-spacing: .75px;
        text-transform: uppercase;
        color: #4dbdc6;
    }

@media (max-width: 1600px) {
    .cp_header #cptitle, .cloud-search-page-controls__totals {
        font-size: 25px;
    }
}

@media (max-width: 1280px) {
    .cp_header #cptitle, .cloud-search-page-controls__totals, .n_coll_header h2 {
        font-size: 20px;
    }
}

@media (max-width: 475px) {
    .cp_header #cptitle, .cloud-search-page-controls__totals, .n_coll_header h2 {
        font-size: 14px;
    }
}

.colp_filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 253px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 1199px) {
    .colp_filter {
        width: 220px;
        padding-right: 10px;
    }
}

.colp_filter_head {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    border: 1px solid #767676;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .colp_filter_head {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .colp_filter_head {
        padding: 7px 10px;
        font-size: 14px;
    }
}

.colp_filter_block {
    display: none;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}

.mob_filter_close, .sort_close {
    padding: 15px 20px !important;
    margin-bottom: 0;
}

    .mob_filter_close svg, .sort_close svg {
        width: 16px;
        height: 16px;
    }

.colp_filter_block .cp_sidebar {
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 10px;
}

.bluebar_cls {
    font-size: 11px !important;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 9px 30px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    background: #2f999b;
    padding-left: 52px;
}

@media (max-width: 1440px) {
    .bluebar_cls {
        font-size: 20px;
    }
}

@media (max-width: 1600px) {
    .bluebar_cls {
        font-size: 22px;
    }
}

@media (max-width: 1280px) {
    .bluebar_cls, .n_flashbtn {
        font-size: 8px;
    }
}

.collection_sorts, .coll_page_count {
    display: inline-block;
}

    .collection_sorts select, #cloud_search_filters_root .cloud-search-sort-select {
        border-radius: 5px;
        padding: 10px 45px 10px 24px;
        background-position: 95% 50%;
        font-size: 16px;
        font-weight: 600;
        color: var(--color-text);
        border: solid 1px;
    }

@media (max-width: 1600px) {
    .coll_page_count {
        padding: 10px 0 10px 10px;
    }
}

.coll_page_count {
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
}

.collection_sorts, .coll_page_count {
    display: inline-block;
}

.psd_block {
    color: #686868;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.2;
    text-align: justify;
    letter-spacing: 1.0px;
}

@media (max-width: 1920px) {
    .psd_block {
        color: #686868;
        font-size: 21px;
        font-weight: 400 !important;
        line-height: 1.6;
        text-align: justify;
        letter-spacing: 0px;
    }
}

@media (max-width: 1280px) {
    .psd_block {
        color: #686868;
        font-size: 20px;
        font-weight: 400 !important;
        line-height: 1.5;
        text-align: justify;
        letter-spacing: 2.1px;
    }
}

@media (max-width: 1024px) {
    .psd_block {
        color: #686868;
        font-size: 18px;
        font-weight: 400 !important;
        line-height: 1.5;
        text-align: justify;
        letter-spacing: 0.2px;
    }
}


span, input, select {
    font-family: Poppins,sans-serif;
}

@media (max-width: 1199px) {
    .collection_sorts select, #cloud_search_filters_root .cloud-search-sort-select {
        padding: 6px 30px 6px 10px;
    }
}

@media (max-width: 1280px) {
    .coll_page_count, .collection_count, #cloud_search_filters_root .cloud-search-sort-select, .collection_sorts select {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    #cloud_search_filters_root .cloud-search-sort-select, .coll_page_count, .collection_count, .collection_sorts select {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .coll_page_count {
        padding: 0 0 0 10px;
    }
}

@media (max-width: 1199px) {
    #cloud_search_filters_root .cloud-search-sort-select, .coll_page_count, .collection_count, .collection_sorts select {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .coll_page_count, .collection_count, #cloud_search_filters_root .cloud-search-sort-select, .collection_sorts select {
        font-size: 15px;
    }
}

.mainCollectionSection .collection_gridcls .row {
    margin-left: 0;
    margin-right: 0;
}


.colp_filter_block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    width: calc(100% - 15px);
    padding-top: 10px;
}

#ResetSuccess {
    background: #d4edda;
    color: #155724;
    padding: 20px 20px 15px;
    margin-bottom: 20px;
}

.hidden {
    display: none !important;
}

.row8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.col-md-12 column {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

@media (max-width: 1280px) {
    .password_cls {
        height: 48px;
    }
}

.password_cls {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 57px;
}

    .password_cls svg {
        width: 20px;
        height: 20px;
        fill: #9ba1b3;
    }

.customer_btn {
    background: #4dbdc6 !important;
    color: #fff !important;
    border: 1px solid #4dbdc6 !important;
}

.customer_slider .slick-dots {
    bottom: 80px;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

.carousel-image {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0; /* Hidden initially */
    transition: opacity 1s ease-in-out; /* Fade in when loaded */
}


.loading-spinner_latest {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 10%;
    z-index: 10;
    color: #4dbdc6;
    animation: rotateSpinner 1s linear infinite;
}
/*.spinner {
    border: 8px solid #f3f3f3;*/ /* Light gray border */
/*border-top: 8px solid #3498db;*/ /* Blue border for animation effect */
/*border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;*/ /* Animation to rotate */
/*}*/

/* Show the loading spinner image */
/*.loading-spinner img {
        width: 50px;*/ /* Size of the loading spinner */
/*height: 50px;
        animation: rotateSpinner 1s linear infinite;
    }*/

/* Spinner Rotation Animation */
@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*
@media screen and (min-width: 768px) {
    .pagination-wrapper {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}
.pagination__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: Open Sans,sans-serif;
}
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination__list li {
    margin: 0 6px;
}

.paginate-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 14px;
}

li {
    list-style: none;
}
.paginate-count-section {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199px) {
    .paginate-count-block .pagination__item {
        padding: 4px 16px;
        line-height: 26px;
    }
}

@media (max-width: 1366px) {
    .paginate-count-block .pagination__item--current {
        padding: 7px 20px;
    }
}

@media (max-width: 1366px) {
    .paginate-count-block .pagination__item {
        font-size: 20px;
        padding: 4px 22px;
    }
}

.paginate-count-block .pagination__item--current {
    background: #4dbdc6;
    border-radius: 14px;
    color: #fff;
    padding: 8px 24px;
}

.paginate-count-block .pagination__item {
    color: #11142d;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration: none;
    padding: 7px 20px;
}
*/

#advanced_search.fb-left {
    left: -191px;
}

#advanced_search {
    position: fixed;
    width: 51px;
    padding: 0px;
    color: white;
}

#slide-items {
    padding-left: 150px;
}

.sort-order-1 {
    top: 379px;
    z-index: 10000;
}

@media(max-width: 1280) {
    .sort-order-1 {
        top: 363px;
        z-index: 10000;
    }
}

.fb-left .facebook_icon {
    right: -178px;
}

.facebook_icon {
    /*width: 30px;
    height: 50px;*/
    text-align: center;
    line-height: 23px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    width: 77%;
    height: 49px;
}

    .facebook_icon .search {
        text-align: center;
        width: 40px;
        height: 20px;
        font-size: 14px;
    }

.menu_drawer_search {
    display: none;
    width: 306px;
    background: aliceblue;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    padding: 11px 13px 24px;
    transition: transform 0.3s ease;
}

@media (max-width: 475px) {
    .menu_drawer_search {
        width: 200px;
    }
}

form {
    padding: 0;
    margin: 0;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

@media (max-width: 1280px) {
    .filter-sidebar label {
        font-size: 14px;
    }
}

.filter-sidebar label {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    line-height: 11px;
    margin-top: 10px;
}


.filter-sidebar input[type=text], .filter-sidebar input[type=password], .filter-sidebar input[type=tel], .filter-sidebar select, .filter-sidebar textarea, .filter-sidebar input[type=email], .filter-sidebar input[type=number] {
    width: 100%;
    border: 0px;
    background-color: #e1e4ed;
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 13px;
    padding: 10px;
}

@media (max-width: 1280px) {
    .filter-sidebar input[type=email], .filter-sidebar input[type=password], .filter-sidebar input[type=tel], .filter-sidebar input[type=text], .filter-sidebar select, .filter-sidebar textarea {
        font-size: 14px;
        line-height: 11px;
        padding: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .filter-sidebar input[type=email], .filter-sidebar input[type=password], .filter-sidebar input[type=tel], .filter-sidebar input[type=text], .filter-sidebar select, .filter-sidebar textarea {
        font-size: 14px;
        padding: 11px 10px;
    }
}

#btnsubmit {
    background: var(--color-theme);
    color: #fff;
    border: 1px solid var(--color-theme);
    padding: 2px;
}

/* Container to allow positioning */
.advancedSearch {
    width: 100%;
    height: 100vh; /* Make the container full height */
    position: relative; /* Position context for the child element */
}

/* Textbox positioned to the left */
.left-text-box {
    float: left; /* Pushes the text box to the left */
    margin: 20px; /* Optional margin to space it out */
    padding: 10px;
    width: 200px; /* Set width of the text box */
    font-size: 16px;
}

.register_form_cls.active {
    display: block;
}

.registerpage .customer_left {
    padding-top: 20px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1119px) {
    .wc_custom_col_1 {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

#slider-range {
    width: 200px;
}

.ui-slider-range {
    width: 180%;
}

.price-slider-amount {
    margin-bottom: 5px;
    font-size: 6px;
}

#adh_search {
    background-color: #4dbdc6;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

    #adh_search .font-weight-bold {
        margin-top: 9px;
        font-size: 20px;
        color: white;
        font-weight: bold;
        margin-bottom: 9px;
    }

    #adh_search p {
        height: 5px;
    }

    #adh_search i {
        color: white;
        width: 18px;
    }

#ad_close_search {
    position: absolute;
    right: 15px;
    top: 24px;
    color: black;
}

.fb-left .adsearch_icon {
    right: -178px;
}

.adsearch-icon {
    width: 47px;
    height: 46px;
    top: -39px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}





    .adsearch-icon img {
        width: 100%; /* Ensure the image takes the full size of its parent */
        height: 100%; /* Ensure the image is properly scaled */
        object-fit: contain; /* This ensures the image fits within the container without distortion */
    }

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 49%;
    height: 62%;
    z-index: 1000; /* Ensure the popup is on top of other elements */


    top: 200px;
    left: 500px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    --bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    z-index: 9999; /* Ensure it's in front of other content */
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 80%;
    overflow-x: auto;
}

.product-details {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: scroll; /* Allows horizontal scrolling if there are too many items */
}

.popup-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}

.product-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.product-info {
    text-align: center;
    margin-top: 10px;
}

#modal-cart .close-btn {
    position: absolute;
    top: 10px;
    right: -344px;
    font-size: 19px;
    cursor: pointer;
}




.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    max-width: 80%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.popup-image img {
    max-width: 100%;
    height: auto;
}

.popup-text h2 {
    margin-bottom: 10px;
}

.popup-button {
    padding: 8px 16px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-close {
    padding: 8px 16px;
    background-color: #964B00;
    color: #fff;
    border: none;
    cursor: pointer;
}










/* Base for the popup overlay */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensures it's on top of other elements */
}

/* Modal container */
#popup-modal {
    background-color: #fff;
    width: 100%;
    max-width: 600px; /* Limits the width on larger screens */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    max-height: 80%; /* Allows scroll when content is long */
    overflow-y: auto; /* Scrollable content */
}





@media (max-width: 991px) {
    .cd_con_btn, .cd_footer_btns .cart__checkout-button {
        font-size: 16px;
    }
}

.cd_footer_btns .cart__checkout-button {
    background-color: #605d5e !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 1px;
    padding: 9px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.cd_con_btn {
    background-color: #d3d3d3 !important;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    border: 0;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

    .cd_con_btn:hover {
        color: #4dbdc6;
    }

@media(max-width: 991px) {
    .cd_con_btn, .cd_footer_btns .cart__checkout-button {
        font-size: 16px;
    }
}


/*    .text-center {
        text-align: center;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 8px;
    }
*/
/*@media (max-width: 1920px) {

    .text-center {
        padding-left: -13px;
        padding-right: 710px;
    }
}
@media (max-width: 1280px) {
    .text-center {
        padding-left: -13px;
        padding-right: 151px;
    }
}
@media (max-width: 1024px) {

    .text-center {
        padding-left: -13px;
        padding-right: 20px;
    }
}
*/



/*.bottom-row p {
        font-size: 9px;
        font-weight: 100;
        text-align: center;*/
/* padding-left: 22px; */
/* padding-right: 60px; */
/*padding-top: 14px;
    }*/

.d-block {
    display: block !important;
}

.button--full-width {
    display: flex;
    width: 100%;
}

.cart_page_block {
    padding: 35px 71px 25px;
}

@media (max-width: 1700px) {
    .cart_page_block {
        padding: 11px 60px;
    }
}

@media (max-width: 1199px) {
    .cart_page_block {
        padding: 25px 46px;
    }
}

@media (max-width:475px) {
    .cart_page_block {
        padding: 20px 24px;
    }
}


.cp_breadcrumb {
    color: #333;
    text-transform: capitalize;
    padding: 0 0 15px;
    font-size: 12px;
}

    .cp_breadcrumb span strong {
        font-weight: 500;
    }

    .cp_breadcrumb span {
        padding: 0 5px;
    }

.cart_page_row {
    margin: 0 -11px;
}

@media (max-width: 991px) {
    .cart_page_row {
        margin: -5px 0;
    }
}



/*@media (max-width: 1440px) {
            .cart_page_items {
                flex: calc(100% - 435px);
                max-width: calc(100% - 435px);
                padding: 0 6px;
            }
        }
        @media (max-width: 475px) {

            .cart_page_items {
                padding: 0 11px;*/
/*                flex: calc(100% - 517px) !important;
*/ /* max-width: calc(100% - 517px) !important; */
/*}
        }


            @media (max-width: 1920px) {

                .cart_page_items {
                    padding: 0 11px;
                    flex: calc(100% - 517px);
                    max-width: calc(100% - 517px) !important;
                }
            }


            @media (max-width: 1199px) {
                .cart_page_items {
                    flex: calc(100% - 350px);
                    max-width: calc(100% - 350px);
                    padding: 0 4px;
                }
            }*/

@media (max-width: 1440px) {
    .cart_page_row {
        margin: 0 -6px;
    }
}




@media (max-width: 1199px) {
    .cart_page_row {
        margin: 0 -4px;
    }
}


.cpls, .cprs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.cp_finaltotal .cp_right {
    color: #ef790f;
    font-family: Myriad Pro;
    font-size: 19px;
    font-weight: 700;
}
/* Remove Icon Styling */
.cp_remove i {
    color: #555; /* visible color */
    font-size: 20px;
    cursor: pointer;
}

    .cp_remove i:hover {
        color: #d9534f; /* red hover */
    }

@media(max-width: 1199px) {
    .cp_finaltotal .cp_right {
        font-size: 17px;
    }
}

@media(max-width: 575px) {
    .cp_finaltotal .cp_right {
        font-size: 19px;
    }
}

@media(max-width: 640px) {
    .cartbtnsinr, .giftcard_inr {
        max-width: 100%;
    }
}


path[Attributes Style] {
    d: path("M 0.6914 0.4077 v 0 l 8.77 8.769 v 0 l -8.77 8.769 v 0 Z");
    fill: rgb(255, 255, 255);
    fill-opacity: 1;
}

.cpls {
    border: 1px solid #4ebdc6;
}

.cart_title {
    font-family: Myriad Pro;
    font-size: 30px;
    font-weight: 600;
    color: #4ebdc6;
    padding: 20px 15px 0 40px;
    text-transform: uppercase;
    margin: 0;
}

    .cart_title svg {
        margin-left: 25px;
    }


@media (max-width: 991px) {
    .cart_title {
        padding: 20px 15px 0;
    }
}

@media (max-width: 991px) {
    .cart_title, .wishlist_products h3 {
        font-size: 28px;
        margin: 20px 0;
    }
}

@media (max-width: 1199px) {
    .cart_title, .wishlist_products h3 {
        font-size: 30px;
    }
}

@media (max-width: 1600px) {
    .cart_title {
        padding: 20px 15px 0 40px;
    }
}

@media (max-width: 640px) {
    .cart_title, .wishlist_products h3 {
        font-size: 25px;
        padding: 0 15px;
    }
}

@media (max-width: 380px) {
    .cart_title, .wishlist_products h3 {
        font-size: 22px;
        margin: 15px 0;
    }
}

.cartp_items {
    padding: 30px 40px;
}





@media (max-width: 1600px) {
    .cartp_items {
        padding: 30px 25px;
    }
}

@media (max-width: 1440px) {
    .cartp_items {
        padding: 25px;
    }
}

@media (max-width: 1199px) {
    .cartp_items {
        padding: 25px 15px;
    }
}

@media (max-width: 640px) {
    .cartp_items {
        padding: 20px 15px;
    }
}

@media (max-width: 575px) {
    .inheritflex {
        flex-wrap: nowrap !important;
    }
}


/*            .no-gutters > .col, .no-gutters > [class*=col-] {
                padding-right: 0;
                padding-left: 0;
            }
*/
.cp_left_item {
    -webkit-flex: 0 0 185px;
    -ms-flex: 0 0 185px;
    flex: 0 0 132px;
    max-width: 132px;
}



@media(max-width: 1440px) {
    .cp_left_item {
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px !important;
        max-width: 150px !important;
    }
}

@media(max-width: 640px) {
    .cp_left_item {
        -webkit-flex: 0 0 117px !important;
        -ms-flex: 0 0 117px !important;
        flex: 0 0 117px !important;
        max-width: 117px !important;
    }
}


@media(max-width: 380px) {
    .cp_left_item {
        -webkit-flex: 0 0 90px;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px !important;
        max-width: 90px !important;
    }
}

/*            .cp_imgpart {
                width: -webkit-calc(100% - 9px);
                width: -moz-calc(100% - 9px);
                width: calc(100% - 9px);
                vertical-align: middle;
                display: inline-block;
                margin: -4px -9px;
            }
*/
.cp_imgpart {
    width: calc(100% - 9px); /* Default */
    vertical-align: middle;
    display: inline-block;
    margin: -4px -9px;
}

/* Extra Large Screens (4K / 2560px and above) */
@media (min-width: 2560px) {
    .cp_imgpart {
        width: calc(140% - 9px);
    }
}

/* Large Desktops (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .cp_imgpart {
        width: calc(128% - 9px);
    }
}

/* Standard Desktops (1600px - 1919px) */
@media (min-width: 1600px) and (max-width: 1919px) {
    .cp_imgpart {
        width: calc(115% - 9px);
    }
}

/* Laptops (1440px - 1599px) */
@media (min-width: 1440px) and (max-width: 1599px) {
    .cp_imgpart {
        width: calc(110% - 9px);
    }
}

/* Normal HD Screens (1366px - 1439px) */
@media (min-width: 1366px) and (max-width: 1439px) {
    .cp_imgpart {
        width: calc(105% - 9px);
    }
}

/* Small Desktops / Large Tablets (1200px - 1365px) */
@media (min-width: 1200px) and (max-width: 1365px) {
    .cp_imgpart {
        width: calc(100% - 9px);
    }
}

/* Tablets Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .cp_imgpart {
        width: calc(100% - 9px);
    }
}

/* Tablets Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .cp_imgpart {
        width: 100%;
        margin: -2px -5px;
    }
}

/* Large Mobiles (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .cp_imgpart {
        width: 100%;
        margin: 0;
    }
}

/* Small Mobiles (Up to 575px) */
@media (max-width: 575px) {
    .cp_imgpart {
        width: 100%;
        margin: 0;
    }
}

.cp_left_item {
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}

.cp_imgpart img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 63%;
    width: 60%;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    object-fit: fill;
}

/*            .cp_imgpart a {
                position: relative;
                padding-bottom: 120%;
                display: block;
            }
*/
.cp_imgpart a {
    position: relative;
    padding-bottom: 120%; /* Default for desktops/laptops */
    display: block;
}

/* 4K and ultra-wide screens (2560px and above) */
@media (min-width: 2560px) {
    .cp_imgpart a {
        padding-bottom: 140%;
    }
}

/* Large desktops (1920px - 2559px) */
@media (min-width: 1920px) and (max-width: 2559px) {
    .cp_imgpart a {
        padding-bottom: 104%;
    }
}

/* Standard desktops (1600px - 1919px) */
@media (min-width: 1600px) and (max-width: 1919px) {
    .cp_imgpart a {
        padding-bottom: 125%;
    }
}

/* Laptops (1440px - 1599px) */
@media (min-width: 1440px) and (max-width: 1599px) {
    .cp_imgpart a {
        padding-bottom: 120%;
    }
}

/* Normal HD screens (1366px - 1439px) */
@media (min-width: 1366px) and (max-width: 1439px) {
    .cp_imgpart a {
        padding-bottom: 118%;
    }
}

/* Tablets landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .cp_imgpart a {
        padding-bottom: 115%;
    }
}

/* Tablets portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .cp_imgpart a {
        padding-bottom: 110%;
    }
}

/* Large mobiles (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .cp_imgpart a {
        padding-bottom: 105%;
    }
}

/* Small mobiles (up to 575px) */
@media (max-width: 575px) {
    .cp_imgpart a {
        padding-bottom: 100%; /* Perfect square look for small mobiles */
    }
}

.cp_right_item {
    padding-left: 30px;
    height: 100%;
}

@media (max-width: 991px) {
    .cp_imgpart {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
    }
}

@media (max-width: 1199px) {
    .cp_imgpart {
        width: -webkit-calc(100% - 10px);
        width: -moz-calc(100% - 10px);
        width: calc(100% - 10px);
    }
}

@media (max-width: 1440px) {
    .cp_imgpart {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
    }
}

@media (max-width: 475px) {
    .cp_imgpart {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 16px);
    }
}


.cp_right_item {
    padding-left: 15px;
}

@media(max-width: 1700px) {
    .cp_right_item {
        padding-left: 20px;
    }
}

@media(max-width: 1860px) {
    .cp_right_item {
        padding-left: 15px;
    }
}

@media(max-width: 1440px) {
    .cp_right_item {
        padding-left: 5px;
    }
}

@media(max-width: 640px) {
    .cp_right_item {
        padding-left: 12px;
    }
}

@media(max-width: 475px) {
    .cp_right_item {
        padding-left: 0px;
    }
}

.cp_right_item > h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: none !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 767px) {
    .cp_right_item > h4 {
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 400;
    }
}

@media(max-width: 767px) {
    .cp_right_item > h4 {
        display: -webkit-box !important;
    }
}


@media(max-width: 575px) {
    .cp_right_item > h4 {
        font-size: 13px;
    }
}

.d-block {
    display: block !important;
}

.cp_right_item > .row {
    height: 100%;
}

.cp_l_right h4 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0;
    font-weight: 500;
    color: #605d5e;
    padding-top: 13px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 1920px) {
    .cp_l_right h4 {
        font-size: 28px !important;
        line-height: 38px;
        margin-bottom: 21px;
        font-weight: 500;
        color: #605d5e;
        padding-top: 21px;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

.cp_l_right h4 a {
    font-size: 17px;
    line-height: 2.4;
    display: inline-block;
    color: black;
}
/* 4K / Ultra Wide Screens (2560px and above) */
@media (min-width: 2560px) {
    .cp_l_right h4 a {
        font-size: 20px;
    }
}

/* Large Desktops (1920px - 2559px) */
@media (min-width: 1920px) {
    .cp_l_right h4 a {
        font-size: 18px;
    }
}

/* Standard Desktops (1600px - 1919px) */
@media (min-width: 1600px) {
    .cp_l_right h4 a {
        font-size: 16px;
    }
}

/* Laptops (1440px - 1599px) */
@media (min-width: 1440px) {
    .cp_l_right h4 a {
        font-size: 15px;
    }
}

/* Normal HD Screens (1366px - 1439px) */
@media (min-width: 1366px) {
    .cp_l_right h4 a {
        font-size: 14px;
    }
}

/* Small Desktops / Large Tablets (1200px - 1365px) */
@media (min-width: 1200px) {
    .cp_l_right h4 a {
        font-size: 13px;
    }
}

/* Tablets Landscape (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .cp_l_right h4 a {
        font-size: 13px;
    }
}

/* Tablets Portrait (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .cp_l_right h4 a {
        font-size: 12px;
    }
}

/* Large Mobiles (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .cp_l_right h4 a {
        font-size: 12px;
    }
}

/* Small Mobiles (Up to 575px) */
@media (max-width: 575px) {
    .cp_l_right h4 a {
        font-size: 11px;
    }
}


/*            .cp_l_right h4 a {
                font-size: 9px;
                line-height: 1.4;
                display: inline-block;
                color: gray;
            }

            @media(max-width: 475px) {
                .cp_l_right h4 a {
                    font-size: 14px;
                    line-height: 1.4;
                    display: inline-block;
                }
            }

            @media(max-width: 640px) {
                .cp_l_right h4 a {
                    font-size: 14px;
                    line-height: 1.4;
                    display: inline-block;
                }
            }

*/


.cp_r_right {
    -webkit-flex: 0 0 315px;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
    text-align: right;
}


@media (max-width: 991px) {
    .cp_l_right h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 1440px) {
    .cp_l_right h4 {
        font-size: 14px;
        line-height: 25px;
    }
}

@media (max-width: 1440px) {
    .cp_l_right h4 {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 475px) {
    .cp_l_right h4 {
        font-size: 4px;
        line-height: 0px;
    }
}

@media (max-width: 640px) {
    .cp_l_right h4 {
        font-size: 4px;
        line-height: 0px;
    }
}



@media (max-width: 575px) {
    .cp_right_item .inheritflex {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 767px) {
    .cp_right_item > .row {
        height: auto;
    }
}

@media (max-width: 575px) {
    .cp_l_right {
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .cp_r_right, .cp_l_right {
        flex: 0 0 94% !important;
        max-width: 100% !important;
    }
}

.cp_pricepart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



    .cp_pricepart p {
        margin-bottom: 0;
    }

.cp_org_price {
    font-family: Myriad Pro;
    font-size: 14px;
    font-weight: 700;
    color: #581d58;
    padding-top: 13px;
}

@media(max-width: 1700px) {
    .cp_org_price, .recenlty_price > span {
        font-size: 18px;
    }
}

@media(max-width: 1440px) {
    .cp_org_price, .recenlty_price > span {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    .cp_org_price, .recenlty_price > span {
        font-size: 18px;
    }
}

@media(max-width: 640px) {
    .cp_org_price, .recenlty_price > span {
        font-size: 14px;
        padding-bottom: 7px;
        top: 4px;
    }
}

.cp_price_block {
    position: relative;
}

@media(max-width: 1199px) {
    .cp_price_label span.money, .cp_price_label {
        font-size: 16px;
    }
}


@media(max-width: 1440px) {

    .cp_vendor, .cp_price_label {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .cp_price_label, .cp_vendor {
        font-size: 14px;
        line-height: 16px;
    }
}

.cp_price_label span {
    font-weight: 400;
}

@media(max-width: 1440px) {
    .cp_price_label span.money, .cp_price_label {
        font-size: 18px;
    }
}

.cp_price_label span.money, .cp_price_label {
    font-size: 20px;
    font-weight: 700;
    color: #605d5e;
}

@media(max-width: 1440px) {
    .cp_price_label span.money, .cp_price_label {
        font-size: 18px;
    }
}

@media(max-width: 1199px) {
    .cp_price_label span.money, .cp_price_label {
        font-size: 16px;
    }
}

.shipping_popup {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding-top: 40px;
    position: absolute;
    z-index: 1;
}

.shipping_popup_blk {
    background-color: #c0eced;
    padding: 20px 26px;
}

.shipping_popup_wrap {
    display: none;
}

.shipping_popup span {
    color: #605d5e;
    font-family: Myriad Pro;
    font-size: 14px;
    font-style: italic;
}

.cp_mdle_part, .cp_btm_part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cp_toppart, .cp_mdle_part, .cp_btm_part {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*            .align-items-end {
                -webkit-box-align: end;
                -webkit-align-items: flex-end;
                -ms-flex-align: end;
                align-items: flex-end;
            }
*/
.align-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 243px;
}

.cp_toppart > div, .cp_mdle_part > div, .cp_btm_part > div {
    width: 100%;
}

.cart_page_checkout {
    padding: 0 11px;
    flex: 0 0 517px;
    max-width: 517px;
}


@media(max-width: 1400px) {
    .cart_page_checkout {
        padding: 0 6px;
        flex: 0 0 435px;
        max-width: 435px;
    }
}

@media(max-width: 1199px) {
    .cart_page_checkout {
        padding: 0 4px;
        flex: 0 0 340px;
        max-width: 350px;
    }
}


@media(max-width: 991px) {
    .cart_page_items, .cart_page_checkout {
        flex: 0 0 35%;
        max-width: 100%;
        padding: 5px 0;
    }
}

@media (max-width: 640px) {
    .cart_page_items, .cart_page_checkout {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 0;
    }
}


.cpls, .cprs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.cart_summury {
    border: 1px solid #4ebdc6;
    padding: 29px 22px 22px;
    margin-bottom: 12px;
}

@media(max-width: 1400px) {
    .cart_summury {
        border: 1px solid #4ebdc6;
        padding: 29px 22px 22px;
        margin-bottom: 12px;
    }
}

@media(max-width: 640px) {
    .cart_summury {
        margin-bottom: 0;
    }
}


.cart_summuryinr h3 {
    font-family: Myriad Pro;
    font-size: 30px;
    font-weight: 600;
    color: #605d5e;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media(max-width: 1400px) {
    .cart_summuryinr h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media(max-width: 1199px) {
    .cart_summuryinr h3 {
        font-size: 21px;
    }
}

@media(max-width: 575px) {
    .cart_summuryinr h3 {
        font-size: 18px;
    }
}


.cart_summury_desc {
    padding-bottom: 30px;
    max-width: 92%;
    margin: 0 auto;
}

@media(max-width: 1199px) {
    .cart_summury_desc {
        max-width: 100%;
        padding-bottom: 20px;
    }
}

.cart_summury_desc p {
    color: #8e8b8c;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: none;
}

@media(max-width: 1199px) {
    .cart_summury_desc p {
        font-size: 17px;
    }
}

@media(max-width: 575px) {
    .cart_summury_desc p, #dcodeButtonLabel {
        font-size: 14px;
    }
}


.cart_summury_desc p span {
    color: #8e8b8c;
    font-size: 18px;
    font-weight: 500;
}

.cartpagetotals > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px;
}

@media(max-width: 1199px) {
    .cartpagetotals > li {
        padding: 3px 5px;
    }
}

.cartpagetotals li > span {
    color: #5e255e;
    font-size: 29px;
    font-weight: 300;
    font-family: Myriad Pro;
}
@media(max-width: 1920px) {

    .cartpagetotals li > span, .welcome_header p {
        font-size: 28px;
        line-height: 20px;
    }
}

@media(max-width: 1024px) {

    .cartpagetotals li > span, .welcome_header p {
        font-size: 19px;
        line-height: 20px;
    }
}


@media(max-width: 1280px) {

    .cartpagetotals li > span, .welcome_header p {
        font-size: 22px;
        line-height: 20px;
    }
}

@media(max-width: 380px) {
    .cartpagetotals li > span {
        font-size: 18px;
        line-height: 20px;
    }
}

.cartpagetotals > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px;
}

.cart_page_saving {
    background-color: #605d5e;
}

@media(max-width: 1199px) {
    .cartpagetotals > li {
        padding: 3px 5px;
    }
}

.cart_page_saving span {
    color: #fff !important;
}

.cp_boxtotal {
    border-top: 1px solid #504F4F;
    border-bottom: 1px solid #504F4F;
    margin-top: 100px;
    padding: 10px 0;
}

@media(max-width: 575px) {
    .cp_boxtotal {
        padding: 3px 0;
    }
}


@media(max-width: 1199px) {
    .cp_boxtotal {
        margin-top: 70px;
    }
}

@media(max-width: 640px) {
    .cp_boxtotal {
        margin-top: 20px !important;
    }
}




.cartpagetotals > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 15px;
}

@media(max-width: 1199px) {
    .cartpagetotals > li {
        padding: 3px 5px;
    }
}

@media(max-width: 640px) {
    .cartpagetotals > li {
        padding: 6px 0;
    }
}

@media(max-width: 640px) {
    .cartpagetotals .cp_country_ship, .cartpagetotals > li {
        padding: 10px;
    }
}


.cp_finaltotal .cp_left {
    color: #605d5e;
    font-size: 20px;
    font-weight: 500;
}

@media(max-width: 1199px) {
    .cp_finaltotal .cp_left {
        font-size: 17px !important;
    }
}

.cartbtns {
    padding: 10px 0 0;
}

.cp_note textarea {
    width: 100%;
    resize: none;
    padding: 10px;
}



@media(max-width: 1440px) {
    #dcodeButtonLabel, .cp_finaltotal .cp_left {
        font-size: 19px;
    }
}

.customCheckout {
    background-color: #605d5e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    border: 0;
    border-radius: 0;
    padding: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

@media(max-width: 1280px) {

    .customCheckout {
        padding: 16px;
    }
}

@media(max-width: 575px) {
    .customCheckout {
        padding: 13px;
        font-size: 16px;
    }
}


.cart_con_shopping {
    background-color: #d3d3d3 !important;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border: 0;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0;
    margin-top: 4px;
    height: 57px;
}

    .cart_con_shopping:hover {
        color: #4dbdc6;
    }

.customCheckout svg {
    margin-left: 19px;
}

@media(max-width: 1280px) {

    .cart_con_shopping {
        font-size: 18px;
        line-height: 28px;
        height: 50px;
    }
}

.modal-body > [data-simplebar] {
    max-height: 56vh;
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.h-full {
    height: 100%;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ui-dialog-buttonset {
    float: right;
}

.modal-footer {
    justify-content: center !important;
}

    .modal-footer button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
    }

.continueshoppingbtn {
    background-color: #174c4d !important;
    color: #fff;
    padding: 5px 6px;
    height: 43px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    column-gap: 2px;
    display: inline-block;
    border-radius: 6px;
}

.GoToCartBtn {
    border: none;
    color: #fff;
    height: 43px;
    padding: 5px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 7px;
    background-color: #581d58;
}

.Offer-Icon img {
    width: 100px;
    height: 80px;
}

@media(max-width: 768px) {
    #popup-items {
        margin-left: 5rem;
    }
}

.Offer-Description-Heading {
    left: 200px;
}

@media(max-width: 768px) {
    .md\:first\:pt-25:first-child {
        padding-top: 2.5rem;
    }
}

@media(max-width: 768px) {
    .md\:relative {
        position: relative;
    }
}

@media(max-width: 768px) {
    .md\:border-l {
        border-left-width: 1px;
    }
}

@media(max-width: 768px) {
    .md\:mb-none {
        margin-bottom: 0;
    }
}

#requestbkmodel {
    padding-left: 114px;
}







#requestBookForm {
    padding: 8px;
    font-size: 14px;
}

#closeBookForm {
    padding: 8px;
    font-size: 14px;
}

.hover-trigger {
    position: relative;
}

    .hover-trigger:hover .hover-content {
        display: block;
    }

#requestBookLabel {
    font-size: 25px;
}
/* Dropdown styling */



/* Cart bubble */
.cart_item_cls {
    position: absolute;
    top: -3px;
    /* right: -12px; */
    background: #882e5b;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 9px;
    border-radius: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 11px;
    height: 13px;
}
/* Brand name */
.megamenu .brand-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

@media (max-width: 1920px) {
    .megamenu .brand-name {
        font-size: 17px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 5px;
    }
}



@media (max-width: 1920px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 15%;
    }
}

@media (max-width: 1280px) {
    .megamenu .brand-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 8px;
    }
}

}

@media (max-width: 475px) {


    .megamenu .brand-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 8px;
    }
}


.megamenu .brand-name:hover {
    color: #174c4d;
}

.megamenu a {
    text-decoration: none;
    display: block;
}

.mega_menuleft li a:hover {
    color: blue; /* तुमचा रंग */
    text-decoration: underline; /* underline दिसेल */
    text-underline-offset: 3px; /* थोडा gap underline ला */
    text-decoration-thickness: 2px; /* underline जाडसर */
}

dropdown-menu li a :hover {
    color: blue; /* तुमचा रंग */
    text-decoration: underline; /* underline दिसेल */
    text-underline-offset: 3px; /* थोडा gap underline ला */
    text-decoration-thickness: 2px; /* underline जाडसर */
}

.author-link: hover {
    color: blue;
}

.dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.dropdown-menu.stylish-dropdown .dropdown-item:hover {
    color: blue !important; /* Hover वर text color लाल */
    background-color: #2f999b; /* bg जसाच्या तसा */
    text-decoration: underline; /* underline (optional) */
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.brand-image {
    width: 120px;
    height: 92px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

@media(max-width: 1920px) {
    .brand-image {
        width: 178px;
        height: 92px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}

@media(max-width: 1280px) {

    .brand-image {
        width: 121px;
        height: 92px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }
}
/*@media(max-width: 1920px) {
*/


.brand-name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    min-height: 24px; /* Ensures same height for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item {
    text-align: center;
}

#popup-heading {
    font-size: 16px;
    padding-left: 1px;
    padding-right: 23px;
    padding-top: 6px;
    padding-bottom: 6px;
}

/*.modal-header {
    background: #198754;
    color: white;
}
*/.modal-header {
    justify-content: center !important;
    background-color: #163535 !important;
}

    .modal-header .close {
        position: absolute;
        /* left: 136px; */
        right: -179px;
        font-size: 19px;
        color: #e7e7ef;
        background: none;
        border: none;
        top: 8px;
        cursor: pointer;
    }
@media(max-width: 768px) {
    #popup-offerpd {
        margin-bottom: 0;
    }
}

/* Container that holds everything in a row */
.offer-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
/* Styling for the image */
.offer-image img {
    width: 100px; /* Set the width of the image (adjust as needed) */
    height: auto; /* Maintain the aspect ratio of the image */
    object-fit: cover; /* Make sure the image covers its container */
}

.offer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
}

.offer-title {
    color: #333;
    padding-top: 0px;
    font-size: 15px;
    letter-spacing: 0.7px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .offer-title :hover {
        color: #333;
        -webkit-line-clamp: unset; /* Remove line clamp on hover */
        overflow: visible; /* Allow the text to overflow when hovered */
        white-space: normal; /* Ensure text doesn't stay in a single line */
    }

.offer-price {
    font-size: 15px;
    color: #581d58;
    padding-top: 3px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.close {
    position: absolute; /* Position the close button absolutely */
    left: 20px; /* Place it on the left side */
    font-size: 24px; /* Adjust font size of the close button */
    color: #333; /* Close button color */
    background: none; /* Remove background */
    border: none; /* Remove border */
    cursor: pointer; /* Make the button clickable */
}

.close {
    position: absolute;
    /* left: 20px; */
    right: 25px;
    font-size: 24px;
    color: #333;
    background: none;
    border: none;
    top: 9px;
    cursor: pointer;
}

.z-20 {
    flex-grow: 1; /* Make this section take up the remaining space */
    display: flex; /* Use flexbox to center the heading */
    justify-content: center; /* Horizontally center the heading */
}

.Title {
    margin: 0;
    font-size: 1.25rem;
    color: #ffffff;
}

@media (min-width: 1024px) {
    .Title {
        font-size: 1.5rem; /* Increase font size for larger screens */
    }
}

@media (max-width: 1800px) {
    .popup-content {
        height: 393px !important;
    }
}

.popup-content {
    overflow: hidden;
}

.popup-close {
    background-color: #3da2ab !important;
}

.main-popup-image-and-text {
    display: flex;
    justify-content: space-between;
}

.popup-text {
    padding: 47px 15px 47px 20px;
}

@media (max-width: 1680px) {
    .popup-text {
        padding: 47px 15px 47px 20px;
    }
}

p.main-text {
    color: #1e686e;
    font-size: 18px;
    font-weight: 600;
}

h2.offer-text {
    color: #000;
    font-size: 31px;
    line-height: 37px;
}

.popup-text h2 {
    margin-bottom: 30px;
    position: relative;
}


.popup-text h2 {
    margin-bottom: 10px;
}

@media (max-width: 1800px) {
    h2.offer-text {
        font-size: 28px;
    }
}

@media (max-width: 1680px) {
    h2.offer-text {
        font-size: 22px;
    }
}

button.popup-button {
    margin: 41px 0;
    width: 100%;
    padding: 14px 16px;
    font-size: 20px;
    text-transform: capitalize;
    background: #41a2ab;
    border-radius: 25px;
}

    button.popup-button a {
        color: white;
    }

.popup-image img {
    max-width: 100%;
    height: auto;
}

.popup-image img {
    width: 100%;
}

@media(max-width: 1680px) {
    .popup-image img {
        height: 393px !important;
    }
}

.popup-image {
    max-width: 50%;
    flex: 0 0 50%;
}

@media(max-width:640px) {
    .quantity__button {
        width: 10px;
        height: 10px;
    }
}


.quantity__button {
    flex: 0 0 30%;
    flex-shrink: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    top: 0;
    left: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

@media(max-width: 1199px) {
    .cp_r_right {
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media(max-width: 1700px) {
    .cp_r_right {
        -webkit-flex: 0 0 255px;
        -ms-flex: 0 0 255px;
        flex: 0 0 255px;
        max-width: 255px;
    }
}

@media(max-width: 380px) {
    .cp_r_right {
        text-align: left;
    }
}

@media(max-width: 380px) {
    .cp_r_right {
        -webkit-flex: auto !important;
        -ms-flex: inherit !important;
        flex: auto !important;
        max-width: inherit !important;
    }
}

@media(max-width: 640px) {
    .cp_remove {
        position: absolute;
        top: 13px;
        right: 14px;
        font-size: 12px;
        color: black;
        text-decoration: none;
    }
}


.cp_remove {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 10px;
    color: black;
    text-decoration: none;
}

@media(max-width: 475px) {
    .cp_remove {
        position: absolute !important;
        top: 13px !important;
        right: 63px !important;
        font-size: 12px !important;
        color: black !important;
        text-decoration: none !important;
    }
}


@media(max-width: 1700px) {
    .cp_remove, .cp_giftpart .cp_wishlistl button.swym-button {
        font-size: 14px;
    }
}

.cp_remove span {
    padding-right: 15px;
}


/*<!checkout page-->
*/
.g9gqqf1 {
    font-family: var(--_12e54cf0);
    font-weight: var(--x-typography-primary-weight-base);
    letter-spacing: var(--x-global-typography-kerning);
    line-height: var(--x-global-typography-line-size-default);
    text-transform: var(--x-global-typography-letter-case);
    touch-action: manipulation;
}

._9sntZ {
    position: absolute;
    z-index: 9999;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: var(--x-spacing-small-100);
    width: 1px;
    white-space: nowrap;
    background: var(--x-default-color-background);
    color: var(--x-default-color-accent);
    display: block;
    text-decoration: none;
    text-align: center;
}

._1fragems1 {
    border-width: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.cm5pp.FeQiM, .cm5pp.BwmDa {
    --x-shell-main-padding: var( --config-main-padding, var(--x-spacing-large-500) );
    padding-left: 40px;
}

.cm5pp {
    --x-shell-order-summary-display: block;
    --x-shell-order-summary-padding: var( --config-order-summary-padding, var(--x-spacing-large-500) );
    --x-shell-footer-padding: var( --config-footer-padding, var(--x-spacing-base) 0 0 );
}



.sticky-contnet-wrap {
    padding-left: 100px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .sticky-contnet-wrap:hover {
        -webkit-line-clamp: unset; /* Remove line clamp on hover */
        overflow: visible; /* Allow the text to overflow when hovered */
        white-space: normal; /* Ensure text doesn't stay in a single line */
    }

.i4DWM ._4QenE {
    position: -webkit-sticky;
    position: sticky !important;
}

[dir=ltr] .VXrUd {
    right: 1px !important;
}

.modal-dialog {
    max-width: 354px !important;
    margin: 3.75rem auto;
    /*    max-height: 431px;
*/
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 85% !important;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.offer-image {
    max-width: 40%;
}

.VXrUd {
    right: 1px;
}

.sticky-image-wrap {
    position: absolute;
}

.product-buy-now h5 {
    font-size: 24px;
}


.product-price-wrap {
    display: inline; /* Makes the span behave like an inline element */
}

#view-more {
    font-size: 6px !important;
}

.money {
    display: inline;
    padding: 5px;
    border-radius: 3px;
    font-size: 13px;
    padding-left: 1px;
}

@media (max-width: 640px) {
    .money {
        display: inline;
        padding: 10px;
        border-radius: 3px;
        font-weight: bold;
        font-size: 13px;
        padding-left: 6px;
        padding-bottom: -12px;
    }
}


@media (max-width: 1920px) {
    .money {
        padding: 5px;
        font-size: 20px;
        padding-left: 5px;
        border-radius: 3px;
    }
}

@media (max-width: 1280px) {
    .money {
        padding: 9px;
        font-size: 14px;
        padding-left: 1px;
        border-radius: 3px;
    }
}

@media (max-width: 1024px) {
    .money {
        padding: 6px;
        border-radius: 3px;
        font-size: 17px;
        padding-left: 5px;
        font-weight: 600;
    }
}

@media (max-width: 1208px) {

    .fa-3x {
        font-size: 1.8em !important;
    }
}

@media (max-width: 1920px) {

    .fa-3x {
        font-size: 1em !important;
    }
}


.price span {
    display: inline-block;
    font-size: 15px;
    color: #581d58;
    padding-left: 103px;
}

.col-sm-4 {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1px !important;
}

.panel {
    /* padding: 0 18px; */
    /* max-height: 14px; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel-default {
    border-color: #ddd;
}

.panel, .panel-heading {
    border-radius: 0px;
}

.panel-heading {
    padding: 6px 16px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel, .panel-heading {
    border-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

@media(max-width: 1920px) {

    .panel-title {
        /* margin-top: 0; */
        font-size: 22px !important;
    }
}

@media(max-width: 1280px) {

    .panel-title {
        /* margin-top: 0; */
        font-size: 20px !important;
    }
}

@media(max-width: 1024px) {

    .panel-title {
        /* margin-top: 0; */
        font-size: 18px !important;
    }
}

#qoty {
    font-size: 20px !important;
}

.fa {
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.panel-body {
    padding: 5px;
}

.form-group {
    margin-bottom: 14px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px !important;
}

label {
    font-size: 20px !important;
}

@media(max-width: 1920px) {

    label {
        font-size: 17px !important;
    }
}

@media(max-width: 1280px) {

    label {
        font-size: 15px !important;
    }
}

@media(max-width: 1024px) {
    label {
        font-size: 16px !important;
        font-weight: bold;
    }
}

label {
    font-weight: normal;
}

.form-select {
    display: block;
    width: 65% !important;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: 6px 12px !important;
    font-size: 15px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

#ELPLocationList {
    margin-top: 42px;
}

#dropMethodList {
    margin-top: 5px;
}

.custom-select {
    appearance: auto; /* Default style to show the dropdown arrow */
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none; /* For Firefox */
}

._1qy6ue6b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
    margin-left: 4px !important;
}

._1x52f9sv {
    --this-font-size: var(--x-typography-size-default);
    margin-left: 6px !important;
}

.QCxaD {
    position: absolute;
    top: 0px !important;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: calc(100% - var(--padding-inline) * 2 - var(--selector-width));
}

#shippingCost {
    justify-content: start !important;
    font-weight: 300 !important;
}

.row8 .column {
    padding-left: 8px;
    padding-right: 8px;
}

.button {
    border-radius: 5px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
}
/*@media(max-width: 767px) {
    .cst_slide_img img {
        width: 73% !important;
        height: 98% !important;
        object-fit: content !important;
        object-position: center !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }
}
*/
/*@media(max-width: 1280px) {
    .cst_slide_img img {
        width: 68% !important;
        height: 60% !important;
        object-fit: cover !important;
        object-position: center !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }
}
*/

.form_div {
    position: relative;
    height: 3em;
    margin-bottom: 1.6em;
}

#termsModalLabel {
    font-size: 26px;
    text-align: center;
    margin-left: 46px;
}

.modal-body p {
    font-size: 14px !important;
    text-align: justify;
}

canvas {
    border: 1px solid #ddd;
    margin: 1px 0;
}

#captchaInput {
    display: block !important;
    width: 100% !important;
    height: 37px !important;
    margin-top: 10px;
    margin-bottom: -10px;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #e1e4ed !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

#refreshCaptcha {
    /* margin-left: 36px; */
    margin-top: 0px;
    float: right;
    width: 68px;
    height: 30px;
    padding: 10px;
    font-size: 10px;
    background-color: #e1e4ed;
}

.fas fa-sync-alt {
    color: red;
}


.account_management_section .container {
    max-width: 1696px;
    width: 100%;
}

.account_management_left_desc p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
    color: #504F4F;
}

    .account_management_left_desc p a {
        color: #756be3;
        text-decoration: underline;
    }

.account_management_left_desc {
    background: rgba(132, 185, 64, 0.42);
    border: 1.5px solid #AFB940;
    padding: 20px 25px;
    text-align: center;
    margin-bottom: 17px;
}

.account_management_left_col {
    width: 76.7% !important;
    flex: 0 0 37.7% !important;
    padding: 0 15px !important;
}

.account_management_center_col {
    width: 51.7%;
    flex: 0 0 51.7%;
    padding: 0 15px;
}

.account_management_right_col {
    width: 21.6%;
    flex: 0 0 21.6%;
    padding: 0 15px;
}

.account_management_left {
    max-width: 356px;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
}

.account_management_right {
    max-width: 321px;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: center;
}

    .account_management_right figure {
        margin-bottom: 17px;
        display: flex;
        justify-content: center;
    }

        .account_management_right figure img {
            max-width: 268px;
            width: 100%;
            object-fit: cover;
        }

    .account_management_right h4 {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #504F4F;
        margin-bottom: 0;
    }

.account_management_section .page-head {
    padding: 32px 0 35px;
}

    .account_management_section .page-head h2 {
        margin-bottom: 6px;
    }

    .account_management_section .page-head p {
        color: #000000;
    }

.account_management_center h3 {
    font-weight: 550;
    font-size: 30px;
    line-height: 38px;
    color: #828282;
    margin-bottom: 20px;
    padding-top: 40px;
}

.account_management_center label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #504F4F;
    width: 100%;
    margin-bottom: 8px;
}

@media(max-width: 1199px) {
    .account_management_center label {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}


.account_management_center input, .account_management_center select {
    font-size: 13px;
    line-height: 15px;
    color: #504F4F;
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid #504F4F;
    height: auto;
    padding: 9px 13px;
}

.account_management_center {
    max-width: 595px;
    width: 100%;
}

    .account_management_center input::placeholder {
        font-weight: normal;
    }

    .account_management_center select.salutation_select {
        max-width: 111px;
        background-image: url(//www.bookxcess.com/cdn/shop/t/62/assets/select_black.svg?v=33187602438763713761732592814);
        background-repeat: no-repeat;
        background-position: center right 12px;
        background-size: 13px;
    }

    .account_management_center button.button {
        margin-top: 28px;
        background: #C4C4C4;
        border-radius: 30px;
        border-color: #C4C4C4;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #000000;
        max-width: 338px;
        width: 100%;
        padding: 7px 9px;
    }

        .account_management_center button.button:hover {
            color: #000000;
            border-color: #000000;
        }

    .account_management_center .UpdateForm-email-disable {
        background: #E7E7E7;
    }

        .account_management_center .UpdateForm-email-disable::placeholder {
            font-weight: 600;
        }

    .account_management_center .field_wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 18px;
    }

        .account_management_center .field_wrapper span {
            position: absolute;
            right: 22px;
            top: 50%;
            transform: translateY(-50%);
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #504F4F;
        }

    .account_management_center .update_mobile {
        display: flex;
        width: 100%;
    }

        .account_management_center .update_mobile select.select_mobile {
            background-image: url(//www.bookxcess.com/cdn/shop/t/62/assets/select_black.svg?v=33187602438763713761732592814);
            background-repeat: no-repeat;
            background-position: center right 12px;
            background-size: 13px;
            max-width: 135px;
            width: 100%;
        }

        .account_management_center .update_mobile .UpdateForm-mobile-disabled {
            background: #E7E7E7;
            color: #504F4F;
        }

    .account_management_center .field_wrapper .update_mobile .UpdateForm-mobile-disabled::placeholder {
        font-weight: 600;
        color: #504F4F;
    }

    .account_management_center .update_mobile select.select_mobile.disabled {
        background-color: #E7E7E7;
        pointer-events: none;
    }

    .account_management_center p {
        font-weight: 500;
        color: #000000;
        margin-top: 15px;
        font-size: 12px;
    }

    .account_management_center .password_box {
        margin-bottom: 15px;
    }

        .account_management_center .password_box:last-child {
            margin-bottom: 0px;
        }

        .account_management_center .password_box .customer_link {
            color: #0440B6;
            text-transform: lowercase;
        }

    .account_management_center .select_security_ques {
        background-image: url(//www.bookxcess.com/cdn/shop/t/62/assets/select_black.svg?v=33187602438763713761732592814);
        background-repeat: no-repeat;
        background-position: center right 17px;
        background-size: 13px;
        margin-bottom: 15px;
    }

.calender_row {
    margin-left: -10px;
    margin-right: -10px;
}

    .calender_row .col {
        padding: 0px 10px;
    }

        .calender_row .col select {
            background: #E1E4ED;
            border-radius: 5px;
            background-image: url(//www.bookxcess.com/cdn/shop/t/62/assets/select_black.svg?v=33187602438763713761732592814);
            background-repeat: no-repeat;
            background-position: center right 10px;
            background-size: 13px;
            text-align: center;
            padding-right: 30px;
        }

            .calender_row .col select option {
                text-align: left;
            }


        .calender_row .col.month_col {
            width: 246px;
            flex: 0 0 246px;
        }

        .calender_row .col.year_col {
            width: 154px;
            flex: 0 0 154px;
        }

.account_management_center select.select_info {
    background-image: url(//www.bookxcess.com/cdn/shop/t/62/assets/select_black.svg?v=33187602438763713761732592814);
    background-repeat: no-repeat;
    background-position: center right 29px;
    background-size: 11px;
    font-weight: normal;
}

.account_management_center p + button.button {
    margin-top: 10px;
}

.account_management_section {
    padding-bottom: 100px;
}

.account_management_center input.UpdateForm-mobile::-webkit-outer-spin-button, .account_management_center input.UpdateForm-mobile::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.account_management_center input.UpdateForm-mobile {
    -moz-appearance: textfield;
}

@media(max-width: 1199px) {
    .account_management_left_desc p {
        font-size: 12px;
        line-height: 24px;
    }
}

.account_management_center h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-top: 30px;
}

.account_management_center label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.calender_row .col {
    width: 33.33% !important;
    flex: 0 0 33.33% !important;
}

.account_management_right h4 {
    font-size: 18px;
    line-height: 28px;
}

.custom_div {
    margin-bottom: 15px;
    padding-top: 30px;
}

}

@media(max - width: 991px) {
    .account_management_left_col {
        width: 50%;
        flex: 0 0 50%;
    }

    .account_management_right_col {
        width: 50%;
        flex: 0 0 50%;
        order: 2;
    }

    .account_management_center_col {
        width: 100%;
        flex: 0 0 100%;
        order: 3;
    }

    .account_management_center button.button {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        max-width: 240px;
    }

    .account_management_section {
        padding-bottom: 60px;
    }
}

@media(max - width: 575px) {
    .account_management_left_desc {
        padding: 15px;
    }

        .account_management_left_desc p {
            font-size: 14px;
            line-height: 22px;
        }

    .account_management_right h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .account_management_center h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .account_management_center input, .account_management_center select {
        font-size: 16px;
        line-height: 24px;
        padding: 10px;
    }

    .account_management_center .field_wrapper span {
        font-size: 16px;
        line-height: 24px;
    }

    .account_management_center button.button {
        margin-top: 30px;
    }

    .account_management_center .select_security_ques {
        padding-right: 35px;
    }

    .salutation_row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .salutation_row .col {
            padding: 0 10px;
        }

    .account_management_right {
        padding-top: 30px;
    }

    .account_management_section {
        padding-bottom: 40px;
    }

    .account_management_left .page-sidebar-section {
        display: none;
    }
}

@media(max - width: 479px) {
    .account_management_left_col, .account_management_right_col {
        width: 100%;
        flex: 0 0 100%;
    }

    .account_management_right {
        margin: 0 auto;
    }

    .account_management_center label {
        font-size: 14px;
        line-height: 22px;
    }

    .salutation_row .col {
        margin-bottom: 10px;
    }

        .salutation_row .col:first-child {
            width: 111px;
            flex: 0 0 111px;
            max-width: 111px;
        }

        .salutation_row .col:nth-child(2) {
            width: calc(100% - 111px);
            flex: 0 0 calc(100% - 111px);
            max-width: calc(100% - 111px);
        }

        .salutation_row .col:last-child {
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

    .account_management_center input, .account_management_center select {
        font-size: 14px;
        line-height: 22px;
    }

    .account_management_center .update_mobile select.select_mobile {
        max-width: 100px;
    }

    .account_management_center .field_wrapper span {
        font-size: 14px;
        line-height: 22px;
    }

    .account_management_center select.select_info {
        background-position: center right 15px;
    }

    .account_management_center h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max - width: 374px) {
    .salutation_row .col:first-child, .salutation_row .col:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .calender_row .col {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 15px;
    }

        .calender_row .col:first-child {
            margin-top: 0;
        }
}

.custom_div {
    margin-bottom: 20px;
    padding-top: 40px;
}

.page-head h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 65px;
    color: #828282;
    margin-bottom: 0;
}

.heading_text h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    color: #828282;
    text-transform: capitalize;
    margin-bottom: 11px;
}

@media(max-width: 1440px) {
    .page-head h2 {
        font-size: 56px;
        line-height: 86px;
    }
}

@media(max-width: 1366px) {
    .page-head h2 {
        font-size: 35px;
        line-height: 50px;
    }
}

.heading_text p:last-child {
    margin-bottom: 0;
}

.page-head p {
    font-size: 14px;
    line-height: 27px;
    color: #636363;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .account_management_left_desc p {
        font-size: 16px;
        line-height: 24px;
    }
}

.mobile-page-menu {
    position: relative;
    display: none;
}

    .mobile-page-menu button {
        font-size: 20px;
        width: 80%;
        padding: 8px 30px;
        margin: 30px auto 0;
        display: none;
    }

        .mobile-page-menu button svg {
            width: 15px;
            height: 15px;
        }

    .mobile-page-menu ul {
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 6px #00000012;
        z-index: 99;
        padding: 20px;
    }

@media(max-width:1199px) {
    .account_management_center h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
        padding-top: 30px;
    }
}

.calender_row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

@media(max-width: 199px) {
    .calender_row .col {
        width: 33.33% !important;
        flex: 0 0 33.33% !important;
    }
}


.calender_row .col {
    padding: 0px 10px;
}

.account_management_right_col {
    width: 21.6%;
    flex: 0 0 21.6%;
    padding: 0 15px;
}

.page-sidebar-section ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #504f4f;
    padding: 18px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-sidebar-section ul li.active a {
    background: #42c1c7 !important;
    border-radius: 9px;
    color: #000;
}

@media(max-width: 1199px) {
    .page-sidebar-section ul li a {
        padding: 15px 20px;
    }
}

@media(max-width: 1199px) {
    .page-sidebar-section ul li a {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 15px;
        font-weight: 400;
    }
}

.page-section {
    padding-top: 50px;
}

.order_section {
    width: 100%;
    padding: 60px 0;
}

.container-l {
    max-width: 1396px !important;
}

.container {
    width: 100% !important;
    max-width: 1410px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 auto !important;
}

@media(max-width: 1920px) {
    /*    .container {
        width: 100% !important;
        max-width: 1642px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 0 auto !important;
    }
*/
}

@media (max-width: 1920px) {
    .container {
        width: 100% !important;
        max-width: 1876px !important;
    }
}

.order_section .heading_text {
    margin-bottom: 30px;
}

    .order_section .heading_text h2 {
        color: #828282;
        text-transform: none;
    }

.heading_text h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #828282;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.order_section .page-block {
    padding-bottom: 0;
}

.order_col {
    padding: 0 15px;
}

.page_side_bar_col {
    width: 22% !important;
    flex: 0 0 25%;
    margin-left: 10px;
    padding-left: 9px;
}

@media(max-width: 475px) {
    .page_side_bar_col {
        width: 70% !important;
        flex: 1 0 28%;
        margin-left: 10px;
        padding-left: 9px;
        padding-bottom: 28px;
    }
}

.order_history_col {
    width: 63% !important;
    flex: 0 0 70% !important;
    padding-left: 10px;
    margin-left: 20px;
}

@media(max-width: 475px) {
    .order_history_col {
        width: 63% !important;
        flex: 1 0 70% !important;
        padding-left: 10px;
        margin-left: 20px;
        font-size: 8px;
    }
}

@media(max-width: 667px) {
    .order_history_col {
        width: 63% !important;
        flex: 1 0 70% !important;
        padding-left: 10px;
        margin-left: -3px;
        font-size: 8px;
    }
}

@media(max-width: 991px) {
    .order_history_col {
        width: 63% !important;
        flex: 1 0 70% !important;
        padding-left: 10px;
        margin-left: -3px;
        font-size: 8px;
    }
}


.empty_order {
    text-align: center;
    font-size: 18px;
    padding: 30px 0;
    font-weight: 600;
}

.shipping_col {
    width: 15% !important;
    flex: 0 0 15% !important;
}

.shipping_text {
    text-align: center;
}

    .shipping_text h5 {
        color: #504f4f;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

.button, .shopify-challenge__button, .customer button {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    padding: 1.9rem 3rem 1.1rem;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    background-color: #42c1c7 !important;
    border: 1px solid rgba(var(--color-button),var(--alpha-button-background));
    color: white;
    min-width: 6rem;
    min-height: 0.5rem;
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
}

.button {
    border-radius: 5px;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.spaced-section--full-width:last-child {
    margin-bottom: 0;
}

.newsletter__wrapper:not(.color-background-1) {
    padding-top: 130px;
    padding-bottom: 160px;
}

.newsletter__wrapper {
    padding-right: 4rem;
    padding-left: 4rem;
}

.newsletter {
    width: 100%;
    float: left;
    background-color: #f3f3f3;
}

.newsletter__wrapper h2 {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}

@media(max-width:1199px) {
    .newsletter__wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.newsletter .field {
    flex-wrap: initial;
}

.newsletter__wrapper input[type=email] {
    font-size: 16px;
    width: 100%;
    background: transparent;
    border-radius: 5px;
    border: 1px solid var(--color-theme);
    padding: 15px 20px;
}

.newsletter__wrapper .newsletter-form__button {
    width: auto;
    text-transform: inherit;
    position: relative;
    padding: 18px 10px;
    border: 1px solid var(--color-theme);
    height: auto;
    min-height: auto;
    font-size: 18px;
    min-width: 175px;
    color: #fff;
    background: var(--color-theme);
    margin-left: 6px;
}

.newsletter-form__button {
    width: 4.4rem;
    margin: 0;
}

.page-head {
    text-align: center;
    padding-bottom: 80px;
}

@media(max-width:1199px) {
    .page-head {
        padding-bottom: 70px;
    }
}

.page-block {
    padding-bottom: 100px;
}

.page_main_block {
    margin: 0 -25px;
}

@media(max-width:1199px) {
    .page_main_block {
        margin: 0 -15px;
    }
}

.page_main_block .page_main_wrap {
    padding: 0 25px;
}

@media(max-width:1199px) {
    .page_main_block .page_main_wrap {
        padding: 0 15px;
    }
}

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    line-height: 0.2;
}

@media(max-width:1280px) {

    .button, .button-label, .shopify-challenge__button, .customer button {
        font-size: 1.8rem;
        letter-spacing: .1rem;
        /*       line-height: 0.2;
*/
    }
}

@media(max-width:1920px) {

    .button, .button-label, .shopify-challenge__button, .customer button {
        font-size: 1.8rem;
        letter-spacing: .1rem;
    }
}

@media(max-width:1024px) {

    .button, .button-label, .shopify-challenge__button, .customer button {
        font-size: 1.4rem;
        letter-spacing: .1rem;
        line-height: 1.2;
    }
}

#AddAddress {
    padding-top: 50px;
}

.page-sidebar-section ul li .active-icon {
    display: none; /* Hide the icon by default */
}

.page-sidebar-section ul li.active .active-icon {
    display: inline-block; /* Show the icon only for active items */
}
/*.top_cu_space {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}
*/
.top_cu_space {
    padding-top: 1px !important;
    padding-bottom: 16px !important;
}

.footer_cls {
    background: #174c4d;
    color: #fff;
    width: 100%;
    padding: 9px 0 0;
}

@media(max-width:1280px) {
    .footer_cls {
        padding: 7px 0 0;
    }
}

@media(max-width:1280px) {
    .ba_ftr_btm, .footer_cls {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width:1280px) {
    .ba_ftr_btm, .footer_cls {
        padding-left: 20px;
        padding-right: 50px;
    }
}


.ftr_ba_container {
    width: 100% !important;
    max-width: 1892px !important;
}


@media(max-width:1280px) {
    .ftr_top {
        padding: 5px 35px 7px;
    }
}


@media(max-width:1199px) {
    .ftr_top {
        padding: 0px 37px 6px;
    }
}

@media(max-width:475px) {

    .ftr_top {
        padding: 0px 16px 4px;
    }
}

.ftr_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 0 0 8px;
    align-items: center;
}

.ftr_menu.first_menulist li:first-child {
    padding-left: 0 !important;
}

@media(max-width:1440px) {
    .ftr_menu li {
        padding: 0 24px;
    }
}

@media(max-width:1366px) {
    .ftr_menu li {
        padding: 0 20px;
    }
}

.ftr_menu li {
    padding: 0 30px;
    position: relative;
}

.list--inline > li {
    display: inline-block;
}


@media(max-width:1280px) {
    .ftr_menu li {
        padding: 0 24px;
    }
}

@media(max-width:475px) {

    .ftr_menu li {
        padding: 0 6px;
    }
}


.first_menulist.ftr_menu li a {
    position: relative;
    color: white;
}

#scroll {
    cursor: pointer;
    float: right;
    width: 22px;
    height: 22px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
    background: transparent;
    border: 2px solid #fff;
    line-height: 16px;
    text-align: center;
}

    #scroll span svg {
        width: 10px;
        height: 12px;
    }

.ftr_mdl_ba {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0 10px;
}

.ftr_mdl_bafirst {
    max-width: 25%;
    flex: 0 0 25%;
    //margin-left: 15px;
    margin-top: -48px;
}

.ftr_mdl_basec {
    max-width: 16%;
    flex: 0 0 30%;
    /* padding: 0 15px; */
    margin-top: -40px;
}

.ftr_info .column ul li {
    list-style-type: none;
}

@media(max-width: 1600px) {
    .ftr_mdl_bathird {
        padding: 0;
    }
}

.ftr_mdl_baforth {
    max-width: 20%;
    flex: 0 0 20%;
}

.ftr_mdl_bathird {
    max-width: 25%;
    flex: 0 0 25%;
    margin-top: -71px;
    padding: 0 50px;
}

.ftr_mdl_bafirst li {
    font-size: 12px;
    list-style-type: none;
    line-height: 20px;
}

.ftr_mdl_bafirst > ul > li > .fa-map-marker {
    font-size: 18px !important;
}

.ftr_mdl_bafirst > ul > li > .fa {
    margin-right: 10px !important;
}

.ftr_mdl_bafirst ul li + li {
    margin-top: 12px;
}

.ftr_mdl_bafirst ul li {
    font-size: 12px;
    list-style-type: none;
    line-height: 20px;
}

    .ftr_mdl_bafirst ul li a {
        color: white;
    }

.ftr_mdl_bafirst > ul > li > .fa-phone {
    font-size: 18px !important;
}

.ftr_mdl_bafirst > ul > li > .fa-envelope {
    font-size: 15px !important;
}

.ftr_mdl_bafirst ul {
    padding-top: 10px;
}

.ftr_info .information {
    padding-top: 2px;
}

.ftr_info li {
    list-style-type: none;
}

    .ftr_info li a {
        text-decoration: none;
        display: block;
        /* padding: 3px 0px; */
        line-height: 18px;
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 24px;
        color: white;
        font-weight: 400;
    }

.cust {
    margin-top: 10px;
}

.customer li a {
    text-decoration: none;
    display: block;
    /* padding: 3px 0px; */
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 24px;
    color: white;
    font-weight: 200;
}

.ftr_ba_container {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media(max-width: 1920px) {
    .ftr_ba_container {
        margin-left: 13px !important;
        margin-right: 0px !important;
    }
}

.shopify-section {
    margin-left: -51px !important;
    margin-right: -52px;
}

@media(max-width: 1920px) {
    .shopify-section {
        margin-left: -24px !important;
        margin-right: -52px;
    }
}

.downloads {
    margin-bottom: -4px;
    margin-top: 6px;
}

    .downloads li {
        color: white;
        margin-top: 20px;
    }

.suscribe h5 {
    margin-bottom: 5px;
}

.suscribe .control-label {
    margin-bottom: 17px;
    margin-top: 14px;
}

.ba_ftr_btm {
    color: #fff;
    padding: 9px 0;
}

.ftr_mdl_basec ul {
    padding-top: 1px;
}

.ftr_mdl_bathird ul {
    padding-top: 10px;
}

.ftr_mdl_baforth ul {
    padding-top: 10px;
}

.custom-list {
    margin-bottom: 1rem; /* Adds space between list items */
    line-height: 1.8; /* Adjust line height */
}

.custom-title {
    margin-bottom: 1rem; /* Space below headings */
}

.custom-form-group {
    margin-bottom: 1.5rem; /* Space below form inputs */
}

#list-unstyle {
    line-height: 3 !important;
    font-weight: 400;
    font-size: 12px;
}

.mb-2 a {
    margin-bottom: .5rem !important;
    color: white;
}

#list-unstyle li a {
    color: white;
}

.col-md-3 {
    margin-bottom: 5px;
}

    .col-md-3 p {
        font-size: 11px;
        margin-top: 5px;
        margin-bottom: 13px;
        font-weight: 400;
    }

#emailbtn {
    padding: 1.2px 11px;
}

.ftr-top a {
    color: white !important;
}
/*body.summer {
    background-color: #ffeb3b;
    color: #e65100;
}*/

/* Autumn Theme */
/*body.autumn {
    background-color: #ffcc80;
    color: #6d4c41;
}*/

/* Winter Theme */
/*body.winter {
    background-color: #e3f2fd;
    color: #0d47a1;
}

h1 {
    margin: 0;
    font-size: 3rem;
    text-align: center;
}

.season-info {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
}*/

#loginButton {
    padding-top: 4px !important;
}

._6zbcq51n {
    margin-top: var(--_6zbcq51);
    margin-bottom: var(--_6zbcq51);
}

._1fragempr {
    border-left-style: solid !important;
}


._1fragempr {
    border-bottom-style: solid !important;
}

._1fragemoq {
    border-right-color: var(--leu13r0) !important;
}

._1fragemoq {
    border-left-color: var(--leu13r0) !important;
}

._1fragempr {
    border-top-style: solid !important;
}

._1fragempr {
    border-right-style: solid !important;
}

._1fragems3 {
    border-width: 0 !important;
    clip: rect(0,0,0,0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
    white-space: nowrap !important;
}

[dir=rtl] ._1fragems5, [dir=ltr] ._1fragems6 {
    text-align: left !important;
}

._1m2hr9ge {
    letter-spacing: var(--x-global-typography-kerning) !important;
    background-color: var(--_1m2hr9g0) !important;
    color: var(--_1m2hr9gb) !important;
    border-radius: inherit !important;
    outline-offset: .1rem !important;
}

._1m2hr9ge {
    letter-spacing: var(--x-global-typography-kerning) !important;
    background-color: var(--_1m2hr9g0) !important;
    color: var(--_1m2hr9gb) !important;
    border-radius: inherit !important;
    outline-offset: .1rem !important;
}

._1fragemrk {
    opacity: unset !important;
}

._1fragemof {
    justify-items: unset !important;
}

._16jwovt5 {
    padding-top: var(--x-review-block-block-padding) !important;
    padding-bottom: var(--x-review-block-block-padding) !important;
    margin-left: var(--x-review-block-inline-padding) !important;
    margin-right: var(--x-review-block-inline-padding) !important;
}

._16jwovta {
    flex-basis: 7em !important;
}

[dir=ltr] ._1fragemgt {
    padding-right: var(--x-spacing-base) !important;
}

._16jwovtc {
    flex: 1 !important;
    word-break: break-word !important;
}

._1fragemof {
    width: 100% !important;
}

._16jwovt0 {
    word-break: keep-all !important;
}

._16jwovt5:not(:first-child) {
    border-top-style: solid;
    border-top-color: var(--x-default-color-border);
    border-width: var(--x-review-block-border, var(--x-border-full));
    margin-top: var(--x-review-block-block-spacing);
}

._1fragems6 {
    text-align: left !important;
}

._1fragemrk {
    min-width: 100% !important;
}

._1fragemnt {
    flex-wrap: wrap !important;
}


#TotalPrice {
    margin-left: 5px;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 15px 20px;
    /* border-radius: 10px; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding-top: 3px;
    margin-left: -67px;
    margin-top: -57px;
}

.breadcrumb-item {
    text-decoration: none;
    color: #555;
    border-radius: 6px;
    transition: color 0.3s ease-in-out;
}

    /* ✅ Only Active Step Appears Bold */
    .breadcrumb-item.active {
        font-weight: bold;
        color: #000;
    }

/* ✅ Arrows Between Breadcrumbs */
.breadcrumb li:not(:last-child)::after {
    content: ">";
    color: #777;
    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
}

h2, label {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.form-control {
    font-size: 1.2rem;
    padding: 0.75rem;
}

.form-check-label, .form-label {
    font-size: 1.1rem;
}

.btn {
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
}

.breadcrumb {
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.breadcrumb-item a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    transition: color 0.3s ease;
}

    .breadcrumb-item a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.breadcrumb-item.active a {
    color: #6c757d;
    pointer-events: none;
}

/* Default (large desktops 1920px and above) */
#checkout-main {
    margin-left: -394px;
    margin-top: -25px;
    height: auto;
}

/* For desktops and laptops (between 1200px - 1919px) */
@media (max-width: 1919px) and (min-width: 1200px) {
    #checkout-main {
        margin-left: -84px;
        margin-top: -18px;
        height: auto;
    }
}

/* For tablets (between 768px - 1199px) */
@media (max-width: 1199px) and (min-width: 768px) {
    #checkout-main {
        margin-left: -61px;
        margin-top: -36px;
        height: auto;
        margin-right: -15px;
    }
}

/* For mobile landscape (between 576px - 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    #checkout-main {
        margin-left: -80px;
        margin-top: -20px;
        height: auto;
        margin-right: -50px;
    }
}

/* For mobile portrait (below 575px) */
@media (max-width: 575px) {
    #checkout-main {
        margin-left: -47px;
        margin-top: -30px;
        height: auto;
        margin-right: -5px;
    }
}

/*        #checkout-main {
            margin-left: -46px;
            margin-top: -71px;
            height: auto;
        }

        @media(max-width: 991px) {
            #checkout-main {
                margin-left: -133px;
                margin-top: -30px;
                height: auto;
                margin-right: -101px;
            }
        }

        @media(max-width: 575px) {
            #checkout-main {
                margin-left: -47px;
                margin-top: -30px;
                height: auto;
                margin-right: -5px;
            }
        }
    @media(max-width: 1920px) {

        #checkout-main {
            margin-left: -394px;
            margin-top: -25px;
            height: auto;
        }
    }

*/

#checkout-Paymentmain {
    margin-left: -58px;
    margin-top: -22px;
}

@media(max-width: 991px) {
    #checkout-Paymentmain {
        margin-left: -122px;
        margin-top: -13px;
        margin-right: -73px;
        font-size: 20px;
    }
}

@media(max-width: 575px) {
    #checkout-Paymentmain {
        margin-left: -41px;
        margin-top: -13px;
        margin-right: -12px;
        font-size: 20px;
    }
}


._16jwovt0 {
    word-break: keep-all !important;
    margin-left: -56px !important;
}










#continueBtn {
    font-size: 12px;
    background-color: #4dbdc6;
    padding: 16px;
    color: white;
    border-radius: 10px;
}

@media(max-width: 1920px) {
    #continueBtn {
        font-size: 15px;
        background-color: #4dbdc6;
        padding: 16px;
        color: white;
        border-radius: 10px;
    }
}

@media(max-width: 1280px) {
    #continueBtn {
        font-size: 15px;
    }
}

@media(max-width: 1024px) {
    #continueBtn {
        font-size: 12px;
        padding: 10px;
    }
}

._1tgdqw66 {
    height: 3.714286em !important;
}

.payment-container {
    display: grid;
    grid-template-columns: 1fr 1fr; /* दोन समान कॉलम */
    gap: 20px; /* कॉलममध्ये जागा */
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.payment-options {
    display: flex;
    flex-direction: column;
    /* gap: 153px; */
    /*    justify-content: center;
*/
}

.upload-label {
    font-weight: bold;
    padding-top: 22px;
}

.upload-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pay-now-btn button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .pay-now-btn button:hover {
        background-color: #0056b3;
    }

#payment2-collapsible {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.payment-option {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.payment-logo img {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    background: white;
}

/* Choose File Styling */
.file-upload {
    margin-top: 15px;
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

    .file-upload input {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
    }

.pay-now-btn {
    margin-top: 15px;
    /* margin-left: 38px; */
    color: white;
    font-size: 11px;
    font-weight: bold;
    border: none;
    /* border-radius: 1px; */
    cursor: pointer;
    transition: 0.3s ease;
}

#payNowButton {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#receiptUpload {
    padding: 9px 7px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.address-edit-form {
    font-size: 16px;
}

.customer .field {
    display: block !important;
}

    .field__label, .customer .field label {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #504f4f;
        padding-top: 4px;
    }

#orderDetails h4 {
    font-size: 32px !important;
    text-align: center;
    background-color: #4dbdc6;
    padding: 4px;
    color: white;
}

#orderDetails p {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
}

#orderDetails strong {
    color: black;
    padding-right: 8px;
}

.orderTable {
    width: 100px !important;
}

#orderDetails {
    margin: 50px auto; /* वर-खाली space आणि center align */
    width: 50%; /* हवी तशी width */
    padding: 20px; /* आतल्या बाजूला space */
    background-color: rgb(249, 249, 249);
    border: 2px solid rgb(221, 221, 221);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    font-family: Arial, sans-serif;
}

#shopify-section-footer-new #powered {
    margin-bottom: 19px;
}

.pull-left {
    float: left !important;
}

#shopify-section-footer-new .powered_text p {
    line-height: 0px;
    margin: 0;
    padding-left: 329px;
    padding-top: 18px;
    font-size: 12px;
    padding-bottom: -32px;
}

.field input {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.field label {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

.select label {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.field input, .field select {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    background-color: #fff;
    cursor: pointer;
}

.field label {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555;
}

/* Custom styling for the select dropdown */
.field .select {
    position: relative;
    width: 100%;
}

.field select {
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px; /* Space for custom arrow */
}

#amount {
    color: #584714 !important
}


.field .select::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: white;
}

#priceRange {
    -webkit-appearance: none;
    width: 72%;
    height: 14px;
    border-radius: 5px;
    /* background: linear-gradient(to right, #ff6600, #ffcc00); */
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
    background: #4dbdc6;
}
    /* स्लायडर माउस ओव्हर केल्यावर */
    #priceRange:hover {
        opacity: 1;
    }

    /* स्लायडरच्या थंब (हाताळायचा भाग) साठी */
    #priceRange::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 13px;
        height: 13px;
        background: white;
        border: 1px solid #fff;
        border-radius: 30%;
        cursor: pointer;
        transition: 0.3s ease-in-out;
        //box-shadow: 0px 0px 8px rgba(255, 102, 0, 0.8);
    }


#smallPopup {
    top: 172px !important;
    position: fixed;
}

#updateUser {
    background: green;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

/*    .modal-footer {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-shrink: 0 !important;
        align-items: center !important;
        justify-content: flex-end !important;
        padding: .75rem !important;
        border-top: none !important;
        border-bottom-right-radius: calc(.3rem - 1px) !important;
        border-bottom-left-radius: calc(.3rem - 1px) !important;
    }
*/
.modal-footer .ui-dialog-buttonset {
    display: flex;
    justify-content: space-between; /* एक left, एक right */
    width: 100%;
}

#dropdown,
#login-dropdown {
    display: none;
}

#itRemove {
    font-size: 16px !important;
}

#basic-eGHL Payment Gateway-collapsible {
    display: flex !important;
}

.payment-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
}

.payment-options .pay-now-btn button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    background-color: #0070f3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}



#customerComment {
    padding-left: 34px;
}
/* Add this to your stylesheet */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 14px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #a0a0a0;
    }

#swal2-html-container {
    font-size: 18px !important;
}

.swal2-confirm swal2-styled {
    font-size: 18px !important;
}

.pay-now-button {
    background: linear-gradient(45deg, #4caf50, #ff5722, #2196f3); /* Green, Orange, and Blue */
    border: none;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#pay-now-bank {
    /* background: linear-gradient(45deg, #4caf50, #81c784, #388e3c); */
    border: none;
    color: white;
    /* padding: 12px 24px; */
    font-size: 16px;
    font-weight: bold;
    border-radius: -4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.view_details {
    padding: 3px;
    background-color: yellowgreen;
}

#orderHistoryTable th, #orderHistoryTable td {
    border-right: 1px solid #ccc;
    padding: 7px;
    text-align: center;
    font-size: 11px;
}

    #orderHistoryTable th:last-child,
    #orderHistoryTable td:last-child {
        border-right: none;
    }

/* Optional: Add vertical border around table */
#orderHistoryTable {
    border-collapse: collapse;
    width: 171%;
    border: 1px solid #ccc;
    width: 500px;
}

th.sorting::after,
th.sorting_asc::after,
th.sorting_desc::after {
    display: none !important;
    content: "" !important;
}


#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* ensure it's above other content */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hover-expand-title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 475px) {
    .hover-expand-title {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        transition: all 0.3s ease-in-out;
    }
}



.hover-expand-title:hover {
    white-space: normal;
    overflow: visible;
    background-color: #f8f9fa; /* Optional: background add केलं तर स्पष्टपणे वेगळं दिसतं */
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    position: relative;
}

@media (max-width: 475px) {

    .hover-expand-title:hover {
        white-space: normal;
        overflow: visible;
        background-color: #f8f9fa;
        padding: 1px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 10;
        position: relative;
    }
}

.account_management_center {
    box-sizing: border-box;
    padding: 15px;
    width: 1000px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}
/* Default - all screens */
._1fragemlj {
    position: relative;
    font-size: 11px !important;
}

#checkout-main-header {
    font-size: 13px !important;
}

@media (min-width: 1024px) {

    #checkout-main-header {
        font-size: 17px !important;
    }
}


@media (min-width: 1280px) {

    #checkout-main-header {
        font-size: 18px !important;
    }
}

@media (min-width: 1920px) {

    #checkout-main-header {
        font-size: 19px !important;
    }
}

/* For Full HD 1920px and above */
@media (min-width: 1920px) {
    ._1fragemlj {
        font-size: 20px !important;
    }
}

/* For laptop/desktop screens 1366px to 1919px */
@media (max-width: 1919px) and (min-width: 1366px) {
    ._1fragemlj {
        font-size: 14px !important;
    }
}

/* For tablets (1024px – 1365px) */
@media (max-width: 1365px) and (min-width: 1024px) {
    ._1fragemlj {
        font-size: 11px !important;
    }
}

/* For small tablets / large phones (768px – 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
    ._1fragemlj {
        font-size: 12px !important;
    }
}

/* For mobiles (576px – 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    ._1fragemlj {
        font-size: 10px !important;
    }
}

/* For extra small mobiles (0 – 575px) */
@media (max-width: 575px) {
    ._1fragemlj {
        font-size: 7px !important;
    }
}

/*        ._1fragemlj {
            position: relative;
            font-size: 11px !important;
        }
*/
.collp_head_block {
    padding-bottom: 24px;
}

.Quotation img {
    background-color: #0e8690;
}

.cm5pp _5ZebG FeQiM {
    padding-left: 10px;
}

.cm5pp.FeQiM, .cm5pp.BwmDa {
    --x-shell-main-padding: var( --config-main-padding, var(--x-spacing-large-500) );
    padding-left: 40px !important;
}



.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
    display: inline-block;
}

#uploadBtn {
    top: 10px;
}


@media (max-width: 475px) {
    .cp_imgpart img {
        position: absolute;
        top: 43px;
        bottom: 24px;
        left: 0;
        right: 0;
        height: 90%;
        width: 82%;
        max-height: 176%;
        max-width: 100%;
        margin: auto;
        object-fit: fill;
    }
}

@media (max-width: 475px) {
    .cartp_items {
        padding: 15px;
    }
}

@media (max-width: 640px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 93% !important;
    }
}

@media (max-width: 991px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 97% !important;
    }
}

@media (max-width: 1199px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 64% !important;
    }
}

@media (max-width: 720px) {
    .col-xl-8 {
        flex: 0 0 auto;
        width: 93% !important;
    }
}

.cd_footer_btns {
    margin: 8px;
}

.cd_footer_buttons {
    margin: 8px;
}

@media (max-width: 1920px) {

    #cpinf {
        font-size: 13px !important;
    }
}

@media (max-width: 1280px) {

    #cpinf {
        font-size: 12px !important;
    }
}

@media (max-width: 1024px) {

    #cpinf {
        font-size: 14px !important;
    }
}


@media (max-width: 1280px) {

    #peinfo {
        font-size: 15px !important;
    }
}

@media (max-width: 1920px) {

    #peinfo {
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {

    #peinfo {
        font-size: 12px !important;
    }
}


._1fragemnu, ._1fragemnw {
    font-size: 13px !important;
    font-weight: bold;
    color: #2d2e2e;
}

@media (max-width: 1920px) {

    ._1fragemnu, ._1fragemnw {
        font-size: 18px !important;
    }
}

@media (max-width: 1280px) {

    ._1fragemnu, ._1fragemnw {
        font-size: 13px !important;
    }
}

@media (max-width: 1024px) {

    ._1fragemnu, ._1fragemnw {
        font-size: 13px !important;
    }
}


#pytco {
    color: #683368;
    font-weight: bold;
}

#Bkt {
    padding-right: 10px;
}

#totalcartItm {
    color: #683368;
}

#totalItems {
    color: #683368;
}

._19gi7yt2 {
    --this-font-weight: 200 !important;
    /* font-weight: var(--x-typography-primary-weight-bold); */
}

@media (max-width: 1280px) {
    .customer_header h1 {
        font-size: 23px !important;
        line-height: 38px;
        padding-left: 5px;
    }
}

.customer_header p {
    font-size: 12px !important;
    line-height: 4px !important;
    color: #233b58;
    padding-left: 18px;
}

@media (max-width: 1280px) {
    .customer_form input[type=email], .customer_form input[type=password], .customer_form input[type=tel], .customer_form input[type=text], .customer_form select, .customer_form textarea {
        font-size: 13px !important;
        line-height: 18px !important;
        padding: 14px !important;
        margin-bottom: 14px !important;
    }
}

@media (max-width: 475px) {
    .customer_left {
        padding: 16px 35px 50px !important;
    }
}

@media (max-width: 1280px) {
    .customer_left {
        padding: 20px 19px;
    }
}


.customer_form .full_button {
    width: 85% !important;
}

.customer_form input[type=text], .customer_form input[type=password], .customer_form input[type=tel], .customer_form select, .customer_form textarea, .customer_form input[type=email], .customer_form input[type=number] {
    width: 85% !important;
    border: 0px;
    background-color: #e1e4ed;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
}

@media (max-width: 1280px) {
    .customer_btn {
        padding: 9px 1px !important;
    }
}

@media (max-width: 1199px) {
    li[data-address] > h2 {
        font-size: 25px !important;
        line-height: 40px;
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .addresses.customer button {
        min-width: 6rem;
        padding: 5px;
    }
}

.WtpiW {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}


#disclosure_details {
    overflow: hidden;
    transition: height 0.3s ease;
    margin-top: 10px;
    border-radius: 8px;
    padding: 10px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

    .cart-item img {
        width: 60px;
        height: 70px;
        object-fit: cover;
        border-radius: 4px;
    }

.cart-item-info {
    flex: 1;
    margin-left: 10px;
}

.cart-item-price {
    font-weight: bold;
    color: #ff5a5f;
}

.cm5pp.FeQiM {
    --x-shell-main-padding: var(--x-spacing-large-200) var(--x-spacing-large-200) max(env(safe-area-inset-bottom), var(--x-spacing-large-200));
}

#order_nMPKH {
    padding-left: 0px !important;
    padding-top: 5px;
    padding-bottom: 23px;
    padding-right: 28px;
}

.md_main {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 999;
    width: 100%;
}

    .md_main li {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

        .md_main li a {
            text-decoration: none;
            color: #333;
            display: block;
        }

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 auto !important;
        width: 35% !important;
    }
}

.description1 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* approx 3 lines depending on font-size */
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}

.custom-order-btn {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

    .custom-order-btn:hover {
        background-color: #007bff;
    }
/* Add smooth hover effect to each brand image container */
.bbb_viewed_item1 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .bbb_viewed_item1:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }

/* Optional: make images responsive and centered */
.bbb_viewed_image1 img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Optional: Zoom image slightly on hover */
.bbb_viewed_item1:hover img {
    transform: scale(1.08);
}

.cd_footer_btns .continue-shopping {
    background-color: #605d5e !important;
    color: white;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    margin-bottom: 1px;
    padding: 9px;
    align-items: center;
    padding-right: 196px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

#costSummaryBox [role="row"] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #eaeaea;
}

#Price {
    font-size: 20px;
}

section {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    /* Title and paragraph styling */
    section h2 {
        color: #212529;
    }

    section .lead {
        color: #6c757d;
        font-size: 1.1rem;
    }

    /* Input and textarea styling */
    section .form-control {
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        padding: 0.75rem 1rem;
        font-size: 1rem;
        box-shadow: none;
        transition: border-color 0.3s ease-in-out;
    }

        section .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            background-color: #fff;
        }

    /* Button */
    section .btn-primary {
        background-color: #007bff;
        border-color: #007bff;
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0.5rem;
        transition: background-color 0.3s;
    }

        section .btn-primary:hover {
            background-color: #0056b3;
            border-color: #004ea1;
        }

    /* Image section */
    section img {
        border-radius: 0.75rem;
        max-width: 100%;
        height: auto;
    }

/* Responsive spacing */
@@media (max-width: 991.98px) {
    section .col-lg-8.mx-auto {
        padding: 0 1rem;
    }

    section h2 {
        font-size: 2rem;
    }

    section .lead {
        font-size: 1rem;
    }
}

.page-item.active .page-link {
    z-index: 3;
    color: black !important;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 10px;
    margin: 2.5rem 0 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
    background-color: #eee;
}

#panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-wrapper {
    padding: 55px;
    padding-top: 60px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.breadcrumb {
    margin: 0;
    font-weight: 300;
    padding-left: 0;
    font-size: 13px;
}

#content {
    min-height: 400px !important;
    padding: 41px;
}

.Title {
    font-size: 36px;
}

.blockquote {
    font-size: 12px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    .blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

p {
    margin: 0 0 10px;
}

.simple-ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

    .simple-ul li {
        position: relative;
        padding-left: 15px;
        margin-bottom: 5px;
    }


.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.col-lg-6 welcome-right-top {
    padding: 10px;
}

#container-content {
    padding: 38px;
}

.subtitle {
    position: relative;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.orderDateFilter {
    font-size: 12px !important;
}

#careerPage {
    padding: 40px !important;
}

#col-con {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}

#modal-lg {
    width: 900px !important;
}

.buttons {
    border-top: 1px solid #EEEEEE;
    overflow: auto;
    padding: 15px 6px 0px 6px;
    margin-bottom: 20px;
}

.pull-right {
    float: right !important;
}

.containers {
    width: 100% !important;
    max-width: 1410px !important;
    padding-left: 100px !important;
    padding-right: 12px !important;
    margin: 0 auto !important;
}

.nba_sfullimg {
    height: 174px !important;
}

    .nba_sfullimg img {
        width: 100% !important;
        height: 160px !important;
        /*        object-fit: cover;
*/ display: block;
    }

/*.main_slideinr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nba_sfullimg img {
    width: 95% !important;
    height: 150px !important;
    object-fit: cover;
    display: block;
}*/

#order-table {
    border: 1px solid #ccc;
}

#left-sidebar {
    border: 1px solid #ccc;
    /* margin: -2px; */
    padding: 12px;
}

/*    #order-table {
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 25px;
        background-color: #fdfdfd;
        font-family: Arial, sans-serif;
        margin-top: 20px;
    }
*/
/* Filters block */
.filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    background: #f7f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Each filter */
.filter-block {
    flex: 1 1 200px;
    min-width: 180px;
}

    .filter-block label {
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

/* DataTables controls alignment */
#orderHistoryTable_wrapper .row:first-child {
    margin-bottom: 15px;
}

#orderHistoryTable_wrapper .dataTables_length label,
#orderHistoryTable_wrapper .dataTables_filter label {
    font-weight: 500;
    font-size: 14px;
    padding-right: 65px;
}
/* Table cells */
#orderHistoryTable th,
#orderHistoryTable td {
    text-align: center;
    vertical-align: middle;
}

/* View button */
.view-details {
    padding: 4px 10px;
    font-size: 13px;
}

/* Responsive filter stacking */
@media (max-width: 768px) {
    .filters-wrapper {
        flex-direction: column;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 2rem !important;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#orderHistoryTable_filter {
    width: 104%;
}

#orderHistoryTable_length {
    padding-left: 2px;
}

#orderHistoryTable_filter input {
    width: 100%;
    max-width: 250px;
}

#orderHistoryTable_length select {
    max-width: 80px;
}

#totalItems {
    color: #581d58;
}

#shippingCost {
    color: #581d58;
}

.bluebar_clses {
    font-size: 12px !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 10px 30px;
    text-align: left;
    color: #fff;
    font-weight: 600;
    background: #2f999b;
    padding-left: 52px;
}

#btn-close {
    padding-left: 567px;
}

.pagination {
    gap: 5px; /* Space between buttons */
}

    .pagination .page-link {
        color: #174c4d;
        border-radius: 8px;
        border: 1px solid #dee2e6;
        padding: 8px 14px;
        transition: all 0.2s ease-in-out;
    }

        .pagination .page-link:hover {
            background-color: #007bff;
            color: #174c4d;
            border-color: #007bff;
            box-shadow: 0px 4px 8px rgba(0, 123, 255, 0.2);
        }

    .pagination .page-item.active .page-link {
        background-color: #0056b3;
        border-color: #0056b3;
        color: white;
        font-weight: bold;
    }

    .pagination .page-item.disabled .page-link {
        color: #6c757d;
        background-color: #f8f9fa;
        border-color: #dee2e6;
        pointer-events: none;
    }

@media(max-width:768px) {


    .card text-center shadow-sm {
        width: 388px;
        font-size: 12px;
    }
}

@media(max-width: 1280px) {

    #nba-cart {
        width: 800px !important;
        font-size: 15px !important;
    }
}

@media(max-width: 1920px) {

    .container_right {
        width: 100%;
        max-width: 1410px;
        padding-left: 6px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

@media(max-width: 1920px) {

    #contactDtl {
        padding-left: 5px !important;
    }
}

#cartDtl {
    padding-left: 3px;
}

.new_collimages img {
    width: 100%;
    height: 85px;
    object-fit: cover;
    display: block;
}

#sItmImg {
    flex: 0 0 auto;
    width: 95.666667%;
}


.hover-content {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    padding: 20px;
    border-top: 3px solid #007bff;
    z-index: 1000;
}



/* Container for right-side Bestsellers */
.bestsellers-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px; /* Limit for desktop */
    margin-left: auto;
}

    /* Bestseller card styling */
    .bestsellers-container .card {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
        background: #fff;
    }

        /* Bestseller images same as main cards */
        .bestsellers-container .card img {
            width: 80px;
            height: 80px;
            object-fit: contain;
        }

    /* Bestseller text styles */
    .bestsellers-container .card-body {
        flex: 1;
        padding: 0;
        text-align: left;
    }

.product-buy-now-price-wrap h5,
.product-buy-now-price-wrap .product-price-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.bestsellers-container .book-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.bestsellers-container .text-muted {
    font-size: 12px;
}

/* Button same as main */
.bestsellers-container .button-group .btn-primary {
    padding: 2px 6px;
    font-size: 11px;
    height: 24px;
    text-transform: uppercase;
    background-color: #581d58 !important;
    color: #fff !important;
    border-color: #4dbdc6 !important;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .bestsellers-container {
        max-width: 100%;
        margin: 0 auto;
    }

        .bestsellers-container .card {
            flex-direction: row;
        }

            .bestsellers-container .card img {
                width: 70px;
                height: 70px;
            }
}
/*------------------single item product share----------*/
.product-share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -8px;
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none !important;
}

.product-share {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 4px;
    gap: 11px;
}

    .product-share ul li {
        padding: 0 8px;
    }

        .product-share ul li a {
            width: 46px;
            height: 46px;
            background-color: #3b5998 !important;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

@media (min-width: 1024px) {

    .product-share ul li a {
        width: 30px;
        height: 30px;
    }
}

@media (min-width: 1366px) {

    .product-share ul li a {
        width: 35px;
        height: 37px;
    }
}


@media (min-width: 1920px) {

    .product-share ul li a {
        width: 35px;
        height: 40px;
    }
}



.product-share ul li a.twitter_share {
    background: #1da1f2 !important;
    color: white;
}

.product-share ul li a.wp_share {
    background: #48a93e !important;
    color: white;
}

.pb-4 {
    font-size: 17px !important;
}

@media (min-width: 1920px) {

    .pb-4 {
        font-size: 22px !important;
    }
}




.bbb_viewed_slider_container {
    position: relative;
}

.bbb_viewed_nav {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 35px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .bbb_viewed_nav {
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0,0,0,0.5);
        color: white;
        width: 35px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media (max-width: 1280px) {
    .bbb_viewed_nav {
        position: absolute;
        top: 39%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(0,0,0,0.5);
        color: white;
        width: 35px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media (max-width: 1280px) {

    .bbb_viewed_next1 {
        right: -8px;
    }
}


.bbb_viewed_prev2 {
    left: 0px;
}

.bbb_viewed_next2 {
    right: 0px; /* 👉 right side ला ठेव */
}

.bbb_viewed_nav i {
    font-size: 16px;
}

.bbb_viewed_prev1 {
    left: -15px;
}

@media (max-width: 1920px) {

    .bbb_viewed_prev1 {
        left: 0px;
    }
}

.bbb_viewed_next1 {
    right: 18px;
}
@media (max-width: 1920px) {

    .bbb_viewed_next1 {
        right: 0px;
    }
}

.bbb_viewed_prev3 {
    left: 0px;
}

.bbb_viewed_next3 {
    right: 0px;
}

.bbb_viewed_prev10 {
    left: 0px;
}

.bbb_viewed_next10 {
    right: 0px;
}

.bbb_viewed_prev22 {
    left: 0px;
}

.bbb_viewed_next22 {
    right: 0px;
}

.bbb_viewed_prevpower {
    left: 0px;
}

.bbb_viewed_nextpower {
    right: 0px;
}

#language {
    position: relative; /* dropdown will use this as reference */
}



.page-item.active .page-link {
    background-color: #4ebdc6 !important; /* तुझ्या थीमनुसार रंग */
    border-color: #4ebdc6 !important;
    color: #fff !important;
    font-weight: bold;
}

#resultsInfoBottom {
/*    padding-right: 529px;
*/    font-size: 15px;
}

.button-group .btn-primary:hover {
    background-color: #ffffff !important; /* White background */
    color: #581d58 !important; /* Text color */
    border: 2px solid #581d58 !important; /* 2px border on hover */
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

#brandsItm {
    padding-left: 10px;
}

#brandsItmes {
    padding-left: 10px;
}

#overlayLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7); /* हलका fade effect */
    display: none; /* सुरुवातीला लपलेला */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* सर्वात वर */
}



.search-result-title {
    padding-left: 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #4dbdc6;
    padding-top: 5px;
}
.fw-bold {
    color: #979596 !important;
}

#langDropdown {
    z-index: 2000 !important;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 8px; /* navbar पासून खाली gap */
}

.bbb_viewed_prev12 {
    left: -22px;
    top: 46px;
}
.bbb_viewed_next12 {
    right: -22px;
    top:45px;
}

/*    @media (max-width: 1920px) {

        .btn {
            display: inline-block !important;
            font-weight: 400 !important;
            line-height: 1.5 !important;
            color: #212529 !important;
            text-align: center !important;
            text-decoration: none !important;
            vertical-align: middle !important;
            cursor: pointer !important;
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            user-select: none !important;
            background-color: transparent !important;
            border: 1px solid transparent !important;
            padding: .375rem .75rem !important;
            font-size: 2rem !important;
            border-radius: .25rem !important;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
    }
*/
#langBtn {
    font-size: 12px !important;
}
#advancedsearch {
    font-size: 2.4rem;
    font-weight: bold;
    color: #3A3AFF; /* attractive accent color */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width: 1920px) {

    #langBtn {
        font-size: 16px !important;
    }
}

@media (min-width: 1920px) {
    .cartp_items {
        padding: 25px 50px;
    }

    .cp_l_right h4 {
        font-size: 24px;
    }

    .quantity__input {
        width: 80px;
        font-size: 18px;
    }

    .quantity__button {
        width: 15px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cp_org_price {
        font-size: 22px;
    }
}

.cartp_items {
    padding: 11px;
    margin-bottom: -9px;
    border: 1px solid #ddd;
    border-radius: -31px;
    font-family: Arial, sans-serif;
    position: relative;
    max-height: 177px;
    overflow: hidden;
}

/* ===== Scroll Container ===== */
.cart-scroll-container {
    max-height: 80vh; /* scroll if too many items */
    overflow-y: auto;
    padding-right: 0px;
}

/* ===== Cart Item Card ===== */
.cartp_items {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    transition: box-shadow 0.2s ease;
}


/* ===== Product Title ===== */
.product-title a {
    font-size: 1rem;
    font-weight: 600;
    color: #696667 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .product-title a:hover {
        color: #0d6efd;
    }

/* ===== Quantity ===== */
.quantity__input {
    width: 55px;
    height: 32px;
}

@media(max-width: 1920px) {
    .quantity__button {
        /*width: 27px;*/
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ===== Price ===== */
.cp_org_price {
    font-size: 1rem;
    font-weight: 700;
    color: #0d6efd;
}

/* ===== Responsive ===== */
@media (max-width: 576px) {
    .cartp_items {
        padding: 12px;
    }

    .product-title a {
        font-size: 0.9rem;
    }

    .cp_remove {
        display: block;
        text-align: center;
        margin-top: 8px;
    }
}

@media (min-width: 1200px) {
    .cartp_items {
        padding: 20px;
    }

    .product-title a {
        font-size: 1.1rem;
    }

    .cp_org_price {
        font-size: 1.15rem;
    }
}

.brand-img {
    box-shadow: -8px 8px 4px -1px #00000040;
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
    max-width: 100% !important;
}

.bbb_viewed_next4 {
    right: 0px;
    top: 175px;
}
.bbb_viewed_prev4 {
    left: 0px;
    top: 177px;
}
/* Default (Mobile First - small screens) */
.cartp_items h5 a {
    font-size: 15px;
    display: inline-block;
}

.cartp_items .cp_org_price {
    font-size: 15px; /* price */
}

.cartp_items .quantity__input {
    font-size: 14px; /* quantity input */
}

/* Tablet screens (≥576px) */
@media (min-width: 576px) {
    .cartp_items h5 a {
        font-size: 16px;
    }

    .cartp_items .cp_org_price {
        font-size: 17px;
    }

    .cartp_items .quantity__input {
        font-size: 15px;
    }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .cartp_items h5 a {
        font-size: 18px;
    }

    .cartp_items .cp_org_price {
        font-size: 18px;
    }

    .cartp_items .quantity__input {
        font-size: 16px;
    }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
    .cartp_items h5 a {
        font-size: 15px;
    }

    .cartp_items .cp_org_price {
        font-size: 20px;
    }

    .cartp_items .quantity__input {
        font-size: 17px;
    }
}

/* Extra Large devices (≥1200px) */
@media (min-width: 1200px) {
    .cartp_items h5 a {
        font-size: 19px;
    }

    .cartp_items .cp_org_price {
        font-size: 19px !important;
    }

    .cartp_items .quantity__input {
        font-size: 19px;
    }
}

/* Ultra-Wide Screens (≥1920px) */
@media (min-width: 1920px) {
    .cartp_items h5 a {
        font-size: 19px;
    }

    .cartp_items .cp_org_price {
        font-size: 17px !important;
    }

    .cartp_items .quantity__input {
        font-size: 24px;
    }
}

/* Larger modal width */
.custom-modal-class {
    max-width: 1400px !important;
}

#requestbkmodelLabel {
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    font-size: 23px;
}

#requestLabel {
    background-color: #f5f5f5 !important; /* हवे तसे रंग द्या */
}


/* Align form labels neatly */
.modal-body .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    text-align: left;
}

/* Optional: Add spacing between inputs */
.modal-body .form-control,
.modal-body textarea {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .custom-modal-class {
        max-width: 95% !important;
    }
}
/* Custom Request button */
.btn-custom-request {
    background-color: #6aa4fa !important; /* ✅ corrected */
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
}

/* Custom Close button */
.btn-custom-close {
    background-color: red !important; /* ✅ corrected */
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    transition: all 0.3s ease-in-out;
}

#pagination {
    margin-top: 20px;
}

    #pagination button {
        margin: 0 3px;
        padding: 5px 10px;
        border: 1px solid #ddd;
        background: #f8f8f8;
        cursor: pointer;
    }

        #pagination button.active {
            background: #007bff;
            color: #fff;
            font-weight: bold;
        }

#sub-cat li {
    display: inline-block;
    margin: 0px;
}


.tab-content {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}

.text-row {
    flex-shrink: 0;
    width: 31% !important;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

#coinfo, #cinfo {
    font-size: 13px;
    color: #646464;
    font-weight: bold;
}

@media (max-width: 1920px) {
    #coinfo, #cinfo {
        font-size: 21px;
    }
}

@media (max-width: 1280px) {
    #coinfo, #cinfo {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    #coinfo, #cinfo {
        font-size: 15px;
    }
}

#Chkinfo {
    color: #683368;
    font-weight: bold;
}
/*----------------------*/


#requestbkmodel {
    padding-left: 114px;
}






#requestBookForm {
    padding: 8px;
    font-size: 14px;
}

#closeBookForm {
    padding: 8px;
    font-size: 14px;
}

.hover-trigger {
    position: relative;
}

    .hover-trigger:hover .hover-content {
        display: block;
    }

#requestBookLabel {
    font-size: 25px;
}
/* Dropdown styling */
.dropdown-menu.show {
    display: block;
    position: static;
    float: none;
    color: white !important;
    font-weight: 600 !important;
}



@media (max-width: 1920px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 15%;
    }
}

@media (max-width: 1280px) {
    .megamenu .brand-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 8px;
    }
}

}




.author-link: hover {
    color: blue;
}


.brand-name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    min-height: 24px; /* Ensures same height for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item {
    text-align: center;
}

.adsearch {
    display: inline-block;
    position: absolute;
    background-color: white;
    border: solid black 1px;
}


.adsearch-icoin-small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
margin-top:1px !important;
    background-color: #581d58;
    color: white;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    margin-top: 12px;
    /* padding-top: 23px; */
}
.adsearch-icoin-small {
    margin-left: 2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #673ab7; /* Purple matching your theme */
    color: white;
    margin-top: 1px !important;
    border-radius: 6px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(103, 58, 183, 0.4);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    user-select: none;
    cursor: pointer;
}

    .adsearch-icoin-small i {
        font-size: 18px;
        line-height: 1;
    }

    .adsearch-icoin-small:hover {
        background-color: #512da8; /* Slightly darker on hover */
        box-shadow: 0 4px 12px rgba(81, 45, 168, 0.6);
    }

    .adsearch-icoin-small:active {
        background-color: #3a1f79; /* Even darker when clicked */
        box-shadow: 0 1px 4px rgba(58, 31, 121, 0.7);
    }

@media (max-width: 1920px) {

    .adsearch-icoin-small {
        padding: 9px 13px;
        font-size: 16px;
/*        margin-top: 14px;
        margin-left: -75px;
*/        /* padding-top: 23px; */
    }
}

@media (max-width: 1399px) {

    .adsearch-icoin-small {
        padding: 9px 13px;
        font-size: 16px;
/*        margin-top: 5px;
        margin-left: 29px;
*/ padding-top: 23px;
    }
}


@media (max-width: 1280px) {

    .adsearch-icoin-small {
        padding: 7px 15px;
        font-size: 15px;
        margin-top: 23px;
        margin-left: -28px;
        /* padding-top: 23px; */
    }
}

@media (max-width: 1024px) {
    .adsearch-icoin-small {
        padding: 5px 11px;
        font-size: 13px;
    margin-top: 23px !important; 
    }
}


@media (max-width: 768px) {
    /*        .adsearch-icoin-small {
            display: ;
        }
*/
}

.adsearch-icoin-small i {
    font-size: 18px;
    color: #ffffff !important;
}

.adsearch-icoin-small:hover {
    background-color: #0056b3;
}

.modal-dialog {
    max-width: 300px;
}

.modal-content {


    padding: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    background-color: #fffdf6;
}

.modal-body {
    font-size: 14px;
    text-align: center;
    color: #333;
}

.modal-header {
    border-bottom: none;
    padding: 0;
    justify-content: flex-end;
}

.btn-close {
    font-size: 0.9rem;
}

.bestseller-card {
    border: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    height: 100%; /* Ensure full height for flex */
}

    .bestseller-card:hover {
        transform: translateY(-3px);
    }

/* Image */
.bestseller-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 10px;
    display: block;
}

/* Card Body */
.bestseller-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1; /* Take available height */
}

/* Title */
.book-title {
    min-height: 34px;
    max-height: 34px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
}

    .book-title a {
        color: #333;
        text-decoration: none;
    }

        .book-title a:hover {
            text-decoration: underline;
        }

.price {
    font-size: 14px;
    color: #581d58;
    margin-bottom: auto;
    padding-top: 4px;
    padding-left: 52px;
    padding-bottom: 4px;
}
/* Button Group - stick to bottom */
.button-group {
    margin-top: auto;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .bestseller-img {
        width: 80px;
        height: 80px;
    }

    .book-title {
        font-size: 12px;
    }

    .price {
        font-size: 13px;
    }
}

/* 🔹 Dots center मध्ये image खाली */
.main_banner .owl-dots {
    // position: absolute;
    bottom: 20px; /* image च्या खाली किती अंतरावर हवेत ते बदल */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 8px;
}


    .main_banner .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        border-color: black;
        background: #581d58;
        border-radius: 50%;
        display: block;
        transition: background 0.3s;
    }

    .main_banner .owl-dots .owl-dot.active span {
        background: white;
        border: 1px solid black;
    }

/* 🔹 Arrows left/right मध्ये */
.main_banner .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* parent click-through */
}

    .main_banner .owl-nav button {
        background: rgba(0,0,0,0.5);
        color: #fff;
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        pointer-events: all; /* enable click */
        transition: background 0.3s;
    }

        .main_banner .owl-nav button:hover {
            background: rgba(0,0,0,0.8);
        }

#sub-cat li {
    display: inline-block;
    margin: 0px;
}


.tab-content {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ddd;
}

.doropdown_cls {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    /* Dropdown links style */
    .doropdown_cls li a {
        display: block;
        padding: 8px 15px;
        text-decoration: none;
        color: #333;
    }

        .doropdown_cls li a:hover {
            background: #f5f5f5;
        }

/* Desktop hover */
@media (min-width: 768px) {
    .dropdown_li:hover > .doropdown_cls {
        display: block;
    }
}

/* Mobile toggle */
@media (max-width: 767px) {
    .dropdown_li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.zoomed-image {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    display: none;
}

/* Select box and input same look */
.form-select,
.form-control {
    width: 100% !important;

    font-size: 15px;
    padding: 10px;
}

/* Labels aligned */
.form-label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

/* Buttons same width feel */
#buttonSubmit, #btnreset {
    min-width: 30px;
}

.paymentinfo {
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 8px;
    width: fit-content;
}

    .paymentinfo ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .paymentinfo li {
        padding: 5px 0;
        font-size: 16px;
    }

#cartInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80px; /* same height for consistency */
}

.product-title {
    flex: 1;
    min-height: 40px; /* reserve space even if only 1 line */
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.quantity.cp_qty {
    margin-top: auto; /* keeps qty aligned at bottom */
}

/* Right block (price + remove) */
.price-remove {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical center */
    align-items: flex-start;
    min-height: 80px;
}

@media (min-width: 768px) {
    .price-remove {
        align-items: flex-end; /* right align only on desktop */
    }
}

.cart-scroll-container {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #4dbdc6;
    padding-right: 0px;
    padding-left: 11px;
}

    .cart-scroll-container::-webkit-scrollbar {
        width: 8px;
    }

    .cart-scroll-container::-webkit-scrollbar-thumb {
        background: #4dbdc6;
        border-radius: 4px;
    }

        .cart-scroll-container::-webkit-scrollbar-thumb:hover {
            background: #4dbdc6;
        }

.cartp_items {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    position: relative;
    max-height: 180px;
    overflow: hidden;
}

.cp_l_right h4 a {
    font-size: 11px;
    line-height: 1.4;
    display: inline-block;
}


.quantity__input {
    width: 50px;
    text-align: center;
}


.quantity__button {
    width: 14px;
    height: 13px;
    font-size: 12px;
    line-height: 1;
    padding: 0;
}

    .quantity__button span {
        font-size: 14px;
    }


.cp_remove {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

    .cp_remove span {
        margin-right: 5px;
    }

@media print {
    html, body {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        overflow: visible !important;
    }

        body * {
            visibility: hidden !important;
        }

    #orderDetails, #orderDetails * {
        visibility: visible !important;
    }

    #orderDetails {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: white; /* in case parent has colored background */
    }

        /* Override Bootstrap's spacing */
        #orderDetails.container {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        #orderDetails.my-4 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        /* Avoid page breaks in these elements */
        #orderDetails .card,
        #orderDetails .row,
        #orderDetails .table,
        #orderDetails footer {
            page-break-inside: avoid !important;
        }

    .back-btn,
    .print-btn {
        display: none !important;
    }


    #orderDetails {
        font-family: Arial, sans-serif;
        padding: 20px;
        max-width: 1000px;
        margin: auto;
        font-size: 16px;
    }

    .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .customer-info, .order-info {
        background-color: #f9f9f9;
        padding: 20px;
        border: 2px solid #aaa;
        border-radius: 10px;
        font-weight: bold;
    }


    .customer-info, .order-info {
        margin-top: 0;
        font-size: 20px;
        font-weight: bold;
        background-color: #0e8690 !important; /* Blue background color */
        color: white; /* White text color */
        padding: 10px;
        text-align: center; /* Padding for the heading */
    }

    table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        font-size: 16px;
    }

        table th, table td {
            border: 2px solid #888;
            padding: 12px;
            text-align: left;
        }

    .btn-info {
        color: white;
        background-color: #0e8690 !important;
        border-color: #0dcaf0;
        font-size: 1rem !important;
    }

    table th {
        background-color: #0e8690 !important;
        font-weight: bold;
        color: white;
    }

    .footer {
        text-align: center;
        font-size: 15px;
        color: #333;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        margin-top: 20px;
    }

        .footer a {
            color: #007BFF;
            text-decoration: none;
            font-weight: bold;
        }

            .footer a:hover {
                text-decoration: underline;
            }

    #orderHistoryTable {
        font-size: 16px;
    }

        /* Table headings */
        #orderHistoryTable thead th {
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }

        /* Table data cells */
        #orderHistoryTable tbody td {
            font-size: 12px;
            vertical-align: middle;
        }

        /* Buttons */
        #orderHistoryTable .btn {
            font-size: 16px;
            padding: 6px 12px;
        }

    .spinner-container {
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        opacity: 1;
    }

        .spinner-container .spinner-border {
            width: 3rem;
            height: 3rem;
        }

    .freeze-screen {
        opacity: 0.5 !important;
        pointer-events: none;
        overflow: hidden;
    }

    .spinner-container {
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        background-color: rgba(255,255,255,0.9);
        padding: 20px 40px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        text-align: center;
    }

        .spinner-container .spinner-border {
            width: 3rem;
            height: 3rem;
        }

    .freeze-screen {
        opacity: 0.5 !important;
        pointer-events: none;
        overflow: hidden;
    }


    #requestbkmodel {
        padding-left: 114px;
    }













    #requestBookForm {
        padding: 8px;
        font-size: 14px;
    }

    #closeBookForm {
        padding: 8px;
        font-size: 14px;
    }

    .hover-trigger {
        position: relative;
    }

        .hover-trigger:hover .hover-content {
            display: block;
        }

    #requestBookLabel {
        font-size: 25px;
    }
    /* Dropdown styling */
    .dropdown-menu.show {
        display: block;
        position: static;
        float: none;
        color: white !important;
        font-weight: 600 !important;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: #2f999b;
        border: 0;
        text-transform: uppercase;
        color: #050505 !important;
        font-size: 12px;
    }


    /* Cart bubble */
    .cart_item_cls {
        position: absolute;
        top: -7px;
        right: -9px;
        background: #882e5b;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 4px 7px;
        border-radius: 55%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 11px;
        height: 14px;
    }

    /* Brand name */
    .megamenu .brand-name {
        font-size: 14px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
    }

    @@media (max-width: 1920px) {
        .megamenu .brand-name {
            font-size: 17px;
            font-weight: 600;
            color: #333;
            text-transform: uppercase;
            padding-right: 5px;
        }
    }
}

@media (max-width: 1920px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 15%;
    }
}

@media (max-width: 1280px) {
    .megamenu .brand-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 8px;
    }
}

}

@media (max-width: 475px) {


    .megamenu .brand-name {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        text-transform: uppercase;
        padding-right: 8px;
    }
}


.megamenu .brand-name:hover {
    color: #174c4d;
}

.megamenu a {
    text-decoration: none;
    display: block;
}

.mega_menuleft li a:hover {
    color: blue; /* तुमचा रंग */
    text-decoration: underline; /* underline दिसेल */
    text-underline-offset: 3px; /* थोडा gap underline ला */
    text-decoration-thickness: 2px; /* underline जाडसर */
}

dropdown-menu li a :hover {
    color: blue; /* तुमचा रंग */
    text-decoration: underline; /* underline दिसेल */
    text-underline-offset: 3px; /* थोडा gap underline ला */
    text-decoration-thickness: 2px; /* underline जाडसर */
}

.author-link: hover {
    color: blue;
}

.dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.dropdown-menu.stylish-dropdown .dropdown-item:hover {
    color: blue !important; /* Hover वर text color लाल */
    background-color: #2f999b; /* bg जसाच्या तसा */
    text-decoration: underline; /* underline (optional) */
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}


.brand-name {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    min-height: 24px; /* Ensures same height for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item {
    text-align: center;
}


#pcrt {
    color: #581d58 !important;
}

.modal-backdrop.show {
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important; /* Safari */
    background-color: rgba(0, 0, 0, 0.4) !important;
}





.top_h_menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px; /* line height */
    background-color: rgba(0, 0, 0, 0.3); /* line color */
}

.carousel-item .row {
    display: flex;
    flex-wrap: nowrap; /* 👈 एकाच लाईनमध्ये ठेवेल */
    overflow: hidden; /* ओव्हरफ्लो लपवेल */
}

.carousel-item .col-6 {
    flex: 0 0 auto; /* 👈 columns shrink होणार नाहीत */
}

.brand-img {
    max-height: 80px; /* लोगो size control */
    object-fit: contain;
}
/* Blur the page content behind the modal */
body.modal-open .page-content {
    filter: blur(3px);
    transition: filter 0.3s ease;
}

/* Optional: Customize backdrop dim */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.5);
}

.cartp_items h5 {
    font-size: 15px;
}

.cartp_items .qty-input,
.cartp_items .btn-qty i {
    font-size: 15px;
}

.cartp_items .item-total-price {
    font-size: 15px !important;
}

.cartp_items .btn i {
    font-size: 15px !important;
    position: center;
    padding-left: 7px;
}

/* Large screens (>=1920px) */
@media (min-width: 1920px) {
    .cartp_items h5 {
        font-size: 26px !important;
    }

    .cartp_items .qty-input,
    .cartp_items .btn-qty i {
        font-size: 22px !important;
    }

    .cartp_items .item-total-price {
        font-size: 24px !important;
    }

    .cartp_items .btn i {
        font-size: 22px !important;
    }
}

/* Increase font size for all input fields */
#customer_login input.form-control {
    font-size: 1.2rem; /* adjust as needed */
}

/* Increase font size for labels */
#customer_login label.form-label {
    font-size: 1.1rem; /* adjust as needed */
}

#customer_login button {
    font-size: 1.1rem;
    opacity: 1 !important;
}
/* Increase font size for error, message, and countdown */
#errorMessageContainer,
#messageText,
#countdown {
    font-size: 1.1rem; /* adjust as needed */
}

#customer_login p.small {
    font-size: 1rem; /* adjust as needed */
}

.tab-content {
    display: none;
    padding: 15px;
    margin-top: 5px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#sub-cat li a {
    display: block;
    padding: 10px 15px;
    background: #eee;
    border: 1px solid #ddd;
    margin-bottom: 2px;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Highlight effect for quantity input */
.quantity-highlight {
    animation: highlightFlash 1.2s ease-in-out;
    border: 2px solid #f39c12; /* orange border */
    background-color: #fff3e0; /* light orange background */
}

@keyframes highlightFlash {
    0% {
        background-color: #fff3e0;
        border-color: #f39c12;
    }

    50% {
        background-color: #ffe0b2;
        border-color: #ffa500;
    }

    100% {
        background-color: transparent;
        border-color: transparent;
    }
}

/* Quantity change highlight */
.quantity-highlight {
    animation: highlightFlash 1.2s ease-in-out;
    border: 2px solid #f39c12; /* orange border */
    background-color: #fff3e0; /* light orange background */
}

.cart-total-highlight {
    animation: totalFlash 1.2s ease-in-out;
    background-color: #fffae6; /* light yellow */
    border: 2px solid #f39c12;
}

@keyframes highlightFlash {
    0% {
        background-color: #fff3e0;
        border-color: #f39c12;
    }

    50% {
        background-color: #ffe0b2;
        border-color: #ffa500;
    }

    100% {
        background-color: transparent;
        border-color: transparent;
    }
}

@keyframes totalFlash {
    0% {
        background-color: #fffae6;
        border-color: #f39c12;
    }

    50% {
        background-color: #fff2cc;
        border-color: #ffa500;
    }

    100% {
        background-color: transparent;
        border-color: transparent;
    }
}

    #sub-cat li a.active {
        background: #4CAF50;
        color: #fff;
    }
/* Payment logo wrapper alignment */
.mpn0m ._5uqybw0 {
    display: flex;
    align-items: center; /* vertical center */
    gap: 10px; /* logos मध्ये spacing */
    flex-wrap: wrap; /* multiple lines जर जास्त logos असतील */
}

    /* सर्व logos एकसारख्या उंचीने दिसतील */
    .mpn0m ._5uqybw0 img {
        height: 35px; /* fix height */
        width: auto; /* proportional width */
        object-fit: contain;
    }

@media (min-width: 1920px) {

    .row-cols-lg-6 > * {
        flex: 0 0 auto !important;
        width: 14.666667% !important;
    }
}
/* Limit to 2 lines with ellipsis */
#cpinf {
    color: #222;
    font-size: 10px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

    /* On hover, show full title */
    #cpinf:hover {
        -webkit-line-clamp: unset; /* remove the 2-line limit */
        white-space: normal;
        background: #fff; /* optional, can add tooltip effect */
        z-index: 10;
    }
/* Apply to all titles with this class */
.title-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 0.3s ease;
}

    /* Show full title on hover */
    .title-clamp:hover {
        -webkit-line-clamp: unset; /* Remove line clamp */
        white-space: normal;
        background: #fff; /* Optional: to make it readable */
        position: relative;
        z-index: 10;
    }

/* ===== ATTRACTIVE FOOTER (without touching header) ===== */

/* Footer headings */
.footer_cls h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

    .footer_cls h5::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 35px;
        height: 2px;
        background: #62a400;
    }

/* Footer links */
#list-unstyle li {
    margin-bottom: 10px;
}

    #list-unstyle li a {
        color: #bbb;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }

        #list-unstyle li a:hover {
            color: #62a400;
            transform: translateX(5px);
        }

#contactDtl li i {
    color: #ffffff;
}
/* Newsletter */
.footer_cls .form-control {
    border-radius: 25px;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    background: #143434;
    color: #fff;
}

    .footer_cls .form-control::placeholder {
        color: #aaa;
    }
    .mb-3 {
    margin-bottom: 3rem !important;
}

.footer_cls .btn-primary {
    background: #800000;
    border: none;
    border-radius: 25px;
    padding: 8px 22px;
    font-weight: 600;
    transition: all 0.3s ease;
}
    .footer_cls .btn-primary:hover {
        background: #4a7d00;
    }

/* Social media */
.footer-social {
    margin-top: 20px;
}

    .footer-social a {
        display: inline-block;
        margin-right: 12px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background: #143434;
        border-radius: 50%;
        color: #fff;
        transition: all 0.3s ease;
    }

        .footer-social a:hover {
            background: #62a400;
            transform: translateY(-3px);
        }

/* Divider line */
.footer_cls hr {
    border: none;
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 30px 0;
}

/* Bottom text */
.ba_ftr_btm {
    text-align: center;
    font-size: 12px;
    color: #aaa;
}

    .ba_ftr_btm a {
        color: #62a400;
        text-decoration: none;
        font-weight: bold;
    }

        .ba_ftr_btm a:hover {
            text-decoration: underline;
        }


.ftr_scollarw {
    bottom: 215px;
    left: 962px;
    z-index: 999;
}
/*    .ftr_scollarw a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: linear-gradient(135deg, #62a400, #4e7a00);
        border-radius: 50%;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .ftr_scollarw a:hover {
            background: linear-gradient(135deg, #4e7a00, #62a400);
            transform: translateY(-5px) scale(1.1);
        }

    .ftr_scollarw svg path {
        fill: #fff;
        transition: all 0.3s ease;
    }

    .ftr_scollarw a:hover svg path {
        fill: #ffe600;
    }
*/ */


.ftr_scollarw a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* बॅकग्राउंड रंग */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.ftr_scollarw a:hover {
    background-color: #444; /* hover effect */
}



.rotate {
    transform: rotate(90deg);
}

#ednArrow {
    padding-left: 14px;
}
/* Animation for dropdown fade */
.dropdown-menu.show {
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#primaryBooksDropdown a,
#secondaryBooksDropdown a,
#ednBooksDropdown a {
    text-transform: capitalize !important;
}

.swal2-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
}

/* Desktop – as it is */
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#cptitle {
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding-bottom:4px;
}

#cptitle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#4ebdc6,#1d8fa1);
    border-radius: 10px;
}


/* Tablet & Mobile */
@media (max-width: 768px) {

    /* Prevent breaking */
    .tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE */
    }

        /* Hide scrollbar */
        .tabs::-webkit-scrollbar {
            display: none;
        }

        .tabs li {
            flex: 0 0 auto;
        }

            .tabs li a {
                display: inline-block;
                padding: 8px 14px;
                font-size: 14px;
                white-space: nowrap;
            }
}
/* Desktop – as it is */
.tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Tablet & Mobile */
@media (max-width: 768px) {

    /* Prevent breaking */
    .tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE */
    }

        /* Hide scrollbar */
        .tabs::-webkit-scrollbar {
            display: none;
        }

        .tabs li {
            flex: 0 0 auto;
        }

            .tabs li a {
                display: inline-block;
                padding: 8px 14px;
                font-size: 14px;
                white-space: nowrap;
            }
}
/* ===============================
   MOBILE ACCOUNT CONTAINER
================================ */
.md_account_mobile {
    background: #ffffff;
    padding: 14px 16px;
    border-bottom: 1px solid #e5e5e5;
}

/* ===============================
   ACCOUNT HEADER
================================ */
.mdaccount_title a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    text-decoration: none;
}

#mdAccountText {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.md_icon svg path {
    fill: #4dbdc6;
}

.account_arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
}

    .account_arrow svg path {
        stroke: #222;
    }

    .account_arrow.open {
        transform: rotate(180deg);
    }

/* ===============================
   DROPDOWN CONTAINER
================================ */
.md_acc_dropdown {
    margin-top: 12px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border: 1px solid #e6e6e6;
}

/* ===============================
   GUEST DROPDOWN
================================ */
.mob_acc_list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

    .mob_acc_list .button {
        background: #4dbdc6;
        color: #ffffff;
        padding: 12px;
        border-radius: 8px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }

        .mob_acc_list .button:hover {
            background: #3aaab3;
        }

    .mob_acc_list .border_unerline {
        color: #4dbdc6;
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
    }

/* ===============================
   LOGGED-IN DROPDOWN
================================ */
#mob-login ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #mob-login ul li {
        border-bottom: 1px solid #eeeeee;
    }

        #mob-login ul li:last-child {
            border-bottom: none;
        }

        #mob-login ul li a {
            display: block;
            padding: 12px 6px;
            color: #333;
            font-size: 14px;
            text-decoration: none;
            transition: background 0.25s ease;
        }

            #mob-login ul li a:hover {
                background: #f4f9fa;
                border-radius: 6px;
            }

/* LOGOUT */
#customer_logout_link {
    color: #e74c3c !important;
    font-weight: 600;
}

/* ===============================
   MAIN MENU BELOW
================================ */
.md_main_menu {
    background: #fafafa;
    padding: 12px 16px;
}

    .md_main_menu li {
        padding: 10px 0;
    }

        .md_main_menu li a {
            color: #222;
            text-decoration: none;
            font-size: 15px;
        }

.md_icon svg {
    transition: transform 0.2s ease;
}

.mdaccount_title:hover .md_icon svg {
    transform: scale(1.1);
}


.mdaccount_title:hover .md_icon svg {
    stroke: #4DBDC6;
}
/* MOBILE NAVBAR ONLY */
.banner_clshome {
    position: relative;
}

.main_banner {
    position: relative;
    z-index: 1;
}

    .main_banner .owl-stage-outer {
        z-index: 1;
    }

    /* NAV CONTAINER */
    .main_banner .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        z-index: 9999;
    }

        /* NAV BUTTONS */
        .main_banner .owl-nav button {
            position: absolute;
            width: 45px;
            height: 45px;
            background: rgba(0,0,0,0.6) !important;
            border-radius: 50%;
            cursor: pointer;
        }

        /* LEFT */
        .main_banner .owl-nav .owl-prev {
            left: 15px;
        }

        /* RIGHT */
        .main_banner .owl-nav .owl-next {
            right: 15px;
        }

.banner-prev, .banner-next {
    color: #174c4d;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    display: block;
    pointer-events: auto;
}
/* Ensure dots are clickable */
.main_banner .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/* Dot button */
.main_banner .owl-dot {
    pointer-events: auto;
}

    /* Dot style */
    .main_banner .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px;
        background: rgba(255,255,255,0.6);
        display: inline-block;
        border-radius: 50%;
    }

    /* Active dot */
    .main_banner .owl-dot.active span {
        background: #fff;
    }

.swal-center-icon .swal2-icon {
    margin: 1.5em auto 0 auto !important;
}

.swal-center-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Container */
.sort-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Label */
.sort-label {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0;
    white-space: nowrap;
}

/* Select */
.sort-select-premium {
    min-width: 230px;
    padding: 10px 42px 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0f172a;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Custom arrow */
.sort-select-premium {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23475569' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px;
}

    /* Hover */
    .sort-select-premium:hover {
        border-color: #14b8a6;
    }

    /* Focus */
    .sort-select-premium:focus {
        border-color: #14b8a6;
        box-shadow: 0 6px 18px rgba(20, 184, 166, 0.25);
    }

    /* Active feel */
    .sort-select-premium:active {
        transform: translateY(1px);
    }

/* Mobile */
@media (max-width: 576px) {
    .sort-container {
        width: 100%;
    }

    .sort-select-premium {
        width: 100%;
    }
}

/* Full screen overlay */
.overlay {
    display: none; /* Hidden initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7); /* darker semi-transparent */
    z-index: 9999;
    backdrop-filter: blur(2px); /* subtle blur effect behind popup */
    animation: fadeIn 0.3s ease-in-out;
}

/* Centered popup */
.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    width: 90%;
    max-width: 400px;
    font-family: 'Arial', sans-serif;
    animation: popupIn 0.3s forwards;
}

/* Warning icon */
.popup-icon {
    font-size: 50px;
    margin-bottom: 15px;
    color: #ff4d4f;
}

/* Title */
.popup-title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

/* Message */
.popup-message {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Button */
.popup-btn {
    background: #ff4d4f;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .popup-btn:hover {
        background: #e04344;
        transform: scale(1.05);
    }

.megamenu {
    width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
}
/*.heading-logo {
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.6));
}
*/

.heading-logo {
    -webkit-text-stroke: 1px white;
}
.heading-logo {
    outline: 1px solid rgba(255,255,255,.4);
}
.cartp_items {
    display: flex;
    flex-wrap: wrap; /* wrap on small screens */
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    /* Image column */
    .cartp_items > div:nth-child(1) {
        flex: 0 0 100px;
        text-align: center;
        margin-right: 10px;
    }

    /* Name + Quantity column */
    .cartp_items > div:nth-child(2) {
        flex: 1 1 auto;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Price + Remove Button */
    .cartp_items > div:nth-child(3) {
        flex: 0 0 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

/* Quantity controls */
.qty-input {
    width: 50px;
    text-align: center;
}

.btn-qty {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cartp_items {
        flex-wrap: wrap;
    }

        .cartp_items > div:nth-child(1),
        .cartp_items > div:nth-child(2),
        .cartp_items > div:nth-child(3) {
            flex: 1 1 100%;
            text-align: left;
            margin-bottom: 5px;
        }

        .cartp_items > div:nth-child(3) {
            justify-content: flex-start;
            gap: 15px;
        }
}

@media (max-width: 480px) {
    .cartp_items > div:nth-child(1) {
        flex: 0 0 80px;
    }

    .qty-input {
        width: 40px;
    }

    .btn-qty {
        min-width: 25px;
        max-width: 25px;
        height: 25px;
        font-size: 12px;
    }
}
/* Flash background for updated cart item */
.qty-updated {
    animation: flashBg 0.5s ease forwards !important;
}

@keyframes flashBg {
    0% {
        background-color: #d4edda;
    }
    /* light green start */
    50% {
        background-color: #c3e6cb;
    }
    /* slightly darker green */
    100% {
        background-color: transparent;
    }
    /* back to normal */
}

/* Pop effect for input */
.qty-input-pop {
    animation: popQty 0.3s ease forwards !important;
}

@keyframes popQty {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Optional: cart icon bump */
.cart-bump {
    animation: bumpCart 0.4s ease forwards !important;
}

@keyframes bumpCart {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
.qty-flash {
    background: #ffe58f !important;
    border: 2px solid #ffb300 !important;
}

.subtotal-row-flash,
.sticky-flash {
    background: #fff3cd !important;
    border-radius: 6px;
    padding: 6px 8px;
    animation: flashAnim 1.2s ease;
}

.custom-close {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


@@keyframes flashAnim {
    0% {
        background: #ffe69c;
    }

    100% {
        background: transparent;
    }
}
/* Fullscreen overlay to block all clicks */
#payNowOverlay {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4); /* dark transparent */
    backdrop-filter: blur(5px); /* blur the screen */
    z-index: 9999; /* on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all; /* ✅ block all clicks */
}

    /* Spinner */
    #payNowOverlay .spinner {
        border: 8px solid #f3f3f3;
        border-top: 8px solid #3498db; /* blue */
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 1s linear infinite;
    }

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Prevent scrolling while overlay is active */
body.overlay-active {
    overflow: hidden;
}
#list-unstyle i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(128, 0, 0, 0.05); /* very very light maroon */
    color: #800000; /* icon maroon hi rahega */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
/* Overlay Background */
#errorOverlay {
    display: none; /* hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    /* Centering */
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Popup Box */
    #errorOverlay .popup-box {
        background: #ffffff;
        width: 400px;
        max-width: 90%;
        padding: 25px 20px;
        border-radius: 12px;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        animation: popupFade 0.3s ease;
    }

    /* Message Text */
    #errorOverlay .popup-message {
        font-size: 16px;
        color: #333;
        margin-bottom: 20px;
    }

    /* Close Button */
    #errorOverlay .close-btn {
        background: #dc3545;
        color: #fff;
        border: none;
        padding: 8px 18px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        transition: 0.2s;
    }

        #errorOverlay .close-btn:hover {
            background: #b02a37;
        }

/* Animation */
@keyframes popupFade {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}
