@font-face {
    font-family: "jost";
    src: url("../PlugIn/font/jost/Jost-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "jost";
    src: url("../PlugIn/font/jost/Jost-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "jost";
    src: url("../PlugIn/font/jost/Jost-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "jost";
    src: url("../PlugIn/font/jost/Jost-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "inter";
    src: url("../PlugIn/font/inter/Inter-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

body {
    font-family: "jost";
    height: 100vh;
    line-height: 1.7rem;
}

.container-fluid {
    width: 100%;
}

.container {
    width: 90%;
    max-width: 1170px;
    padding: 0 10px;
    margin: 0 auto;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

a {
    text-decoration: none;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100%;
}

.col-2 {
    width: 16.67%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33%;
}

.col-5 {
    width: 41%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58%;
}

.col-8 {
    width: 66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83%;
}

.col-12 {
    width: 100%;
}

.py-3 {
    padding: 30px 0;
}

.py-4 {
    padding: 40px 0;
}

.py-2 {
    padding: 20px 0;
}

.py-1 {
    padding: 10px 0;
}

.px-10 {
    padding: 0 10px;
}

.px-1 {
    padding: 0 15px;
}

.px-2 {
    padding: 0 20px;
}

.pe-1 {
    padding-right: 15px;
}

.pe-10 {
    padding-right: 10px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.ps-1 {
    padding-left: 10px;
}

.me-2 {
    margin-right: 20px;
}

.me-5 {
    margin-right: 5px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-4 {
    margin-bottom: 40px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.text-center {
    text-align: center;
}

.text-black {
    color: #000;
}

.bkgrdcolor-white {
    background-color: #fff;
}

.text-end {
    text-align: right;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.text-trancate {
    white-space: nowrap;
    /*width: 200px;*/
    width: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fp-trancate {
    white-space: nowrap;
    width: 200px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.text-start {
    text-align: left !important;
}

.ps-2 {
    padding-left: 20px;
}

.ps-4 {
    padding-left: 40px;
}

.pe-4 {
    padding-right: 40px;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-light {
    background-color: #f3f3f3;
}

.text-white {
    color: #fff;
}

.text-red {
    color: red;
}

.text-danger {
    color: red;
}

.me-15 {
    margin-right: 15px;
}

.custom_about-w50 {
    width: 50%;
}

svg,
img,
button,
.cursor-pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.cart-remove-btn {
    position: absolute;
    right: -16px;
    top: 65%;
    transform: translateY(-50%);
    display: none;
}

.slider-next-btn,
.slider-prev-btn {
    background-color: #E9E9E9;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

    .slider-next-btn img,
    .slider-prev-btn img {
        width: 10px;
    }

.announcement_bar {
    width: 100%;
    background-color: #696ed8;
    color: #fff;
    padding: 12px 0;
}

.subscribe-txt {
    color: #fff;
    text-decoration: underline;
    padding-left: 5px;
}

.announcement_box {
    width: 70%;
    margin: auto;
}

.AnnouncementSwiper .swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
    font-size: 18px !important;
    font-weight: 600;
}

.announcebar_remove-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -40%);
    cursor: pointer;
}

.heroSectionSlider .swiper-button-next:after, .swiper-button-prev:after {
    color: #696ed8;
    font-size: 25px !important;
    font-weight: 600;
}

.heroSectionSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #696ed8;
}

.SaleBannerSlider .swiper-button-next:after, .swiper-button-prev:after {
    color: #696ed8;
    font-size: 25px !important;
    font-weight: 600;
}

.SaleBannerSlider .swiper-pagination .swiper-pagination-bullet {
    background-color: #696ed8;
}

.mbl_num_txt {
    display: flex;
    align-items: center;
    position: absolute;
    left: 12px;
    top: 0;
}

    .mbl_num_txt a {
        padding-left: 10px;
        color: #fff;
    }

input:focus {
    outline: none;
}

nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
}

.nav_bars {
    display: none;
}

.main_header {
    background-color: #fff;
}

.logo {
    padding: 0 10px;
}

.main_logo {
    width: 350px;
}

.indis_logo {
    width: 50px;
}

.nav_bars,
.product-tabcontent,
.hidden {
    display: none;
}

.navbar {
    display: flex;
    align-items: center;
}

    .navbar ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

        .navbar ul li {
            display: flex;
            align-items: center;
        }

.search_form {
    width: 38% !important;
    display: flex;
    align-items: center;
}

.serach_input_block {
    justify-content: center;
    width: 100% !important;
    border: 1px solid #8f8f8f;
    border-radius: 25px;
    padding: 6px 0px;
    height: fit-content;
    overflow: hidden;
}

.serach_input {
    width: 92%;
    padding: 0 10px !important;
    border: none;
}

    .serach_input::placeholder {
        font-size: 16px;
    }

.search_icon_block {
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dntCaptchaImg {
    width: 110px;
}
/*.price_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}*/
.gst-price {
    color: #000;
    padding-left: 5px;
    font-size: 15px;
}

.wrap_IsMultiple, .wrap_IsGst {
    display: none;
}

.breadcrumb_clr {
    color: #636060;
}

.breadcrumb {
    color: #636060;
}

.prd_count_wish {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: 0;
    user-select: none;
}

.prd-count_block {
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: 0;
    user-select: none;
}

.btn-sign {
    align-items: center;
    padding: 4px 12px;
    border-radius: 5px;
    font-family: 'jost';
    font-weight: 500;
    text-transform: capitalize;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    column-gap: 5px;
}

.header-fixed {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #696ed8;
    color: #fff;
}

.heading-links {
    color: #fff;
}

.header-fixed_block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


    .header-fixed_block li.chield_link {
        padding: 15px 30px;
    }

.header_lower {
    padding: 10px 0;
    background-color: #362c1e;
}

    .header_lower .container .row .col-10 ul li a {
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
    }

    .header_lower .container .row .col-10 ul li p {
        padding-left: 10px;
    }

.navlinks {
    text-transform: capitalize;
    color: #000000;
    font-size: 16px;
}

.header-top li a {
    font-size: 14px !important;
}

.navlinks:hover {
    color: #396393;
    text-decoration: underline;
}

.chield_link {
    position: relative;
}

    .chield_link:hover .sub_header_menu {
        display: block;
    }

    .chield_link:hover .chield_link_inner svg {
        transform: rotate(180deg);
    }

.sub_header_menu {
    width: 250px;
    background-color: #00000000;
    position: absolute;
    top: 100%;
    left: 0;
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
    transform: translate(0, 0);
    display: none;
    z-index: 12;
}

.social_mdia_icon-txt {
    padding-right: 25px;
}

.srv-txt {
    font-size: 14px;
    color: #fff;
}

.sub_header_menu-wrapper {
    padding: 10px 25px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid #d1d1d1;
    background-color: #ffffff;
    border-radius: 5px;
}

.sub_header_menu-inner li {
    padding: 8px 0;
}

.mobile_menu_wrapper {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    backdrop-filter: brightness(0.5);
    z-index: 15;
}

.mobile_menu {
    width: 40%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.4s ease-in-out;
}

.mobile_fix_header {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 #c3bbbba1;
    z-index: 99;
}

.mobilemenu_navlinks li {
    padding: 8px 0;
    border-bottom: 1px solid #dddbdb;
}

    .mobilemenu_navlinks li:nth-last-child(1) {
        padding: 20px 0 0;
        border-bottom: 0;
    }

.mbl-chield_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    overflow-x: hidden;
    z-index: 2;
}

.lblexGst {
    font-size: 14px;
    color: #828589;
    line-height: 2;
}

.lblShopNow {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
}

.cart_wrapper {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    overflow: hidden;
    display: none;
    backdrop-filter: brightness(0.5);
}

.cart_block {
    overflow-x: hidden;
    width: 30%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -100%;
    top: 0;
    transition: 0.4s ease-in-out;
}

.cart_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    overflow-x: hidden;
    z-index: 2;
}

.cartCloseBtn,
.mobileMenuCloseBtn {
    transition: 1s all;
}

    .cartCloseBtn:hover,
    .mobileMenuCloseBtn:hover {
        transform: rotate(360deg);
    }

.product_cart_section {
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .product_cart_section::-webkit-scrollbar {
        width: 4px;
        border-radius: 10px;
    }

.product_cartcart_section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.prodCart_block {
    padding: 20px 0;
    border: 1px solid #edecec;
    border-radius: 10px;
    margin-top: 15px;
}

.prodCart_inner {
    padding-left: 30px;
}

.cart_empty_box {
    padding: 50px 0 0;
    width: 100%;
    text-align: center;
}

    .cart_empty_box p {
        padding-bottom: 50px;
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 600;
    }

.countinue_shoppping {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
    transition: 1.5s all;
}

    .countinue_shoppping:hover {
        background-color: #000;
        color: #fff;
    }

.call-txt {
    color: #000;
    padding-left: 10px;
}

.cart_prd-name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.cart_sub_price {
    color: #000;
    opacity: 0.8;
    padding: 10px 0;
    font-weight: 500;
}

.cart_total {
    color: #000;
    opacity: 0.8;
    padding: 0 0 10px 0;
    font-weight: 500;
}

.cart_btn_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.cart_inner_btn {
    /*width: 49%;*/
    width: 100%;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}

.Ndis_registeredLogo {
    width: 300px;
}

.opacity8 {
    opacity: 0.8;
}

.view-cart-btn {
    background-color: #fca239;
}

.checkout-cart-btn {
    background-color: #335985;
}

.size-guide-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    display: none;
    backdrop-filter: brightness(0.5);
}

.size_guide {
    overflow: hidden;
    width: 50%;
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
}

.size_guide_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #396393;
    color: #ffffff;
}

.size-guid-img {
    max-height: 800px;
    overflow: auto;
}

    .size-guid-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-inner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.banner-block {
    position: relative;
}

.banner-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: auto;
    padding: 8px 16px;
    background-color: rgb(255 255 255 / 60%);
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
    color: rgb(17 17 17 / 80%);
    transform: translateX(-50%);
    width: max-content;
}

.banner-img {
    width: 100%;
    height: 100%;
}

.banner-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 20px;
}

.category-section {
    padding: 40px 0 60px 0;
    background-color: #F3F3F3;
}

.section-small-head {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 6px;
}

.section-heading {
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
    color: #000;
}

.slider-button {
    background-color: #E9E9E9;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.category_block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
    gap: 30px;
}

.category-slide {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #fff;
    overflow: hidden;
}

    .category-slide:hover {
        box-shadow: 0px 5px 6px #dbdbdb;
    }

.bodypain_img_block {
    height: 350px;
    width: 100%;
    background-color: #fff;
    display: flex;
}

    .bodypain_img_block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.category_img-block {
    height: 350px;
    width: 100%;
    background-color: #fff;
    display: flex;
}

    .category_img-block img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.cateogry-img {
    width: 100%;
    margin: auto;
    height: 100%;
    object-fit: contain;
}

.category-name-block {
    padding: 10px 15px;
    background-color: #f0f0f0;
}

.category-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.product-section {
    padding: 70px 0;
}

.section-head {
    padding-bottom: 22px;
    border-bottom: 2px solid #396393;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

/* Product Section */
.product-tablinks {
    border: 0;
    background-color: #0000;
    padding: 0 14px;
    font-family: "jost";
    font-size: 18px;
    line-height: 31px;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
    margin-right: 15px;
}

    .product-tablinks.active {
        background-color: #362c1e !important;
        color: #fff;
    }

    .product-tablinks:hover {
        background-color: #362c1e !important;
        color: #fff;
    }


.saller-banner {
    width: 100%;
}

.product-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

.product-block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-bottom: 5px;
    text-transform: capitalize;
}


.prd-price {
    font-weight: 600;
    font-size: 26px;
    line-height: 24px;
    color: #ff344c;
}

.ex-gst-txt {
    font-size: 18px;
    font-weight: bold;
    opacity: 0.5;
}

.product-img-block {
    width: 100%;
}

.product-top_block {
    background-color: #e3e5ff;
    position: relative;
}

.product-bottom_block {
    background-color: #f2f2f2;
    padding: 45px 20px 25px 20px;
    text-align: center;
}

.product_block-height {
    height: 250px;
}

.product-img-inner {
    width: 80%;
    margin: auto;
    height: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%)
}

.product_sale_tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.product_sale_tag_inner {
    background: #ff9d00;
    color: #fff;
    /*padding: 2px 0;*/
    padding: 0 0;
    text-transform: uppercase;
    position: absolute;
    top: 26px;
    left: -6px;
    z-index: 2;
    transform: rotate(-45deg);
    text-align: center;
    width: 88%;
    margin: 0;
    font-size: 14px;
}

    .product_sale_tag_inner::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(45deg);
        border-width: 20px 20px 0px 20px;
        border-color: #ff9d00 transparent transparent transparent;
        position: absolute;
        right: -25px;
        bottom: -3px;
    }

    .product_sale_tag_inner::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(-45deg);
        border-width: 17px 17px 0 17px;
        border-color: #ff9d00 transparent transparent transparent;
        position: absolute;
        left: -22px;
        bottom: -2px;
    }

.product_sale_tag_inner_gold {
    background: #FFD700;
    color: #fff;
    /*padding: 2px 0;*/
    padding: 0 0;
    text-transform: uppercase;
    position: absolute;
    top: 26px;
    left: -6px;
    z-index: 2;
    transform: rotate(-45deg);
    text-align: center;
    width: 88%;
    margin: 0;
    font-size: 14px;
}

    .product_sale_tag_inner_gold::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(45deg);
        border-width: 20px 20px 0px 20px;
        border-color: #FFD700 transparent transparent transparent;
        position: absolute;
        right: -25px;
        bottom: -3px;
    }

    .product_sale_tag_inner_gold::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(-45deg);
        border-width: 17px 17px 0 17px;
        border-color: #FFD700 transparent transparent transparent;
        position: absolute;
        left: -22px;
        bottom: -2px;
    }

.product_sale_tag_inner_blue {
    background: #4169E1;
    color: #fff;
    /*padding: 2px 0;*/
    padding: 0 0;
    text-transform: uppercase;
    position: absolute;
    top: 26px;
    left: -6px;
    z-index: 2;
    transform: rotate(-45deg);
    text-align: center;
    width: 88%;
    margin: 0;
    font-size: 14px;
}

    .product_sale_tag_inner_blue::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(45deg);
        border-width: 20px 20px 0px 20px;
        border-color: #4169E1 transparent transparent transparent;
        position: absolute;
        right: -25px;
        bottom: -3px;
    }

    .product_sale_tag_inner_blue::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(-45deg);
        border-width: 17px 17px 0 17px;
        border-color: #4169E1 transparent transparent transparent;
        position: absolute;
        left: -22px;
        bottom: -2px;
    }

.product_sale_tag_inner_red {
    background: #DC143C;
    color: #fff;
    /*padding: 2px 0;*/
    padding: 0 0;
    text-transform: uppercase;
    position: absolute;
    top: 26px;
    left: -6px;
    z-index: 2;
    transform: rotate(-45deg);
    text-align: center;
    width: 88%;
    margin: 0;
    font-size: 14px;
}

    .product_sale_tag_inner_red::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(45deg);
        border-width: 20px 20px 0px 20px;
        border-color: #DC143C transparent transparent transparent;
        position: absolute;
        right: -25px;
        bottom: -3px;
    }

    .product_sale_tag_inner_red::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        transform: rotate(-45deg);
        border-width: 17px 17px 0 17px;
        border-color: #DC143C transparent transparent transparent;
        position: absolute;
        left: -22px;
        bottom: -2px;
    }


.sale_tag_image {
    width: 100%;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-description {
    width: 100%;
}

.product-img-block {
    width: 100%;
    height: 150px;
}

.banner-section {
    padding-bottom: 70px;
}

.pr-category-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px
}

.pr-banner {
    padding: 30px;
    background: #daf4ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.pr-banner-img {
    width: 100%;
    position: absolute;
    right: -14px;
    bottom: -18px;
}

.pr-img-block {
    min-width: 138px;
    min-height: 138px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.bg-pink {
    background-color: #FFEBEB;
}

.bg-navy-blue {
    background-color: #E3EFFF;
}

.fw-500 {
    font-weight: 500;
}

.mb-1 {
    margin-bottom: 8px;
}

.pr-category-name {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 12px;
}

.heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide {
    position: relative;
    /*height: 484px !important;*/
    height: 600px !important;
}

    .heroSectionSlider .swiper-wrapper .swiper-slide video, .SaleBannerSlider .swiper-wrapper .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px !important;
}

.heroSectionSlider .swiper-pagination-bullet, .SaleBannerSlider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.heroSectionSlider .swiper-pagination-bullet-active, .SaleBannerSlider .swiper-pagination-bullet-active {
    padding: 0 20px;
    border-radius: 25px;
}

.page_main-banner {
    width: 100%;
    height: 300px;
    position: relative;
}

    .page_main-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sub-banner_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000071;
    display: flex;
    align-items: center;
}

    .sub-banner_block p {
        color: #ffffff;
        text-transform: uppercase;
    }

.section-space {
    padding: 80px 0 40px;
}

.section-space1 {
    padding: 70px 0;
}

.section-space2 {
    padding: 90px 0 70px;
    /*padding: 120px 0 70px;*/
}

.section-space4 {
    padding: 15px 0;
}

.showroom_heading2 {
    width: 90%;
}

.other_main_block {
    padding: 20px;
    border-radius: 25px;
    margin-top: 25px;
}

.border1 {
    border: 1px solid #8f8f8f;
}

.other_main_block:nth-child(even) .row {
    flex-direction: row-reverse;
}

.image_block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.blog_share_link {
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

    .blog_share_link li {
        display: flex;
        align-items: center;
    }

        .blog_share_link li:nth-child(1),
        .blog_share_link li:nth-child(2) {
            border-right: 1px solid #858585;
        }

        .blog_share_link li svg {
            padding: 0 5px;
        }

.other_content_block {
    display: flex;
    align-items: center;
}

    .other_content_block ul {
        padding: 0 20px;
        margin: auto;
    }

.blog_content {
    padding: 0 25px;
}

.content_para {
    padding: 10px 0;
    line-height: 30px;
}

.read_more_btn {
    background-color: #335985;
    color: #ffffff;
    border: 1px solid #335985;
    /*border-radius: 25px;*/
    border-radius: 10px;
    padding: 6px 26px;
    text-transform: capitalize;
    font-size: 14px;
}

    .read_more_btn:hover {
        background-color: #ffffff;
        color: #335985;
    }

.btn_AddCart {
    background-color: #335985;
    color: #ffffff;
    border: 1px solid #335985;
    border-radius: 10px;
    padding: 6px 26px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}

.show_more_btn {
    background-color: #362c1e;
    color: #ffffff;
    border: 1px solid #362c1e;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 1.5s;
    text-transform: uppercase;
}

    .show_more_btn:hover {
        background-color: #fff;
        color: #362c1e;
    }

.elips_img_block {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 12px 8px 0 0 #dddbdb;
}

    .elips_img_block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.our_mission_content {
    width: 75%;
    margin: auto;
}

.subtitle {
    padding: 10px 0 30px;
    font-size: 18px;
}

.signin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.Wrap_forgotpass {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
}

.checkout-head {
    padding-bottom: 30px;
}

.form_main_block {
    border: 2px solid #D9D9D9;
    padding: 50px;
    width: 49%;
}

label {
    text-align: left;
}

.forgot-password {
    padding: 20px 0;
    margin-top: 10px;
}

    .forgot-password a {
        color: #2965ff;
    }

.whishlist-btn {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dbdbdb;
    border-radius: 50%;
    margin-left: 15px;
}

.product-details .read_more_btn,
.checkout-btn, .btn_AddCart {
    padding: 8px 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    padding: 20px 0 10px;
    display: block;
}

.radio-group {
    width: 300px;
    padding: 10px;
    border: 2px solid #d9d9d9;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

    .radio-group:nth-child(1) {
        margin-right: 20px;
    }

    .radio-group input[type="radio"] {
        appearance: none;
        width: 25px;
        height: 25px;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        position: relative;
        margin-right: 10px;
    }

        .radio-group input[type="radio"]:checked {
            background-color: #fff;
            border-color: #966ed8;
        }

            .radio-group input[type="radio"]:checked::before {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 10px;
                height: 10px;
                background-color: #966ed8;
                border-radius: 50%;
                transform: translate(-50%, -50%);
            }

.cart-radio-btn {
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #383838;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

    .cart-radio-btn:checked {
        background-color: #fff;
        border-color: #383838;
    }

        .cart-radio-btn:checked::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            background-color: #383838;
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

.change-addr-txt {
    text-transform: capitalize;
    color: #149cc3;
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
}

.cart-input-field {
    background-color: #fff;
    color: #362c1e;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px;
    width: 100%;
}

.input-field {
    padding: 12px;
    background-color: #f9f9f9;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
}

.qtyinput_box {
    padding: 12px;
    background-color: #f9f9f9;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    width: 500px;
}

.input-field:focus,
.qtyinput_box {
    outline: none;
}

::placeholder {
    text-transform: capitalize;
    color: #969696;
}

.code-placeholder::placeholder {
    color: #000;
}

.btnUpdateCart {
    padding: 12px 30px;
    border-radius: 50px;
    border: 0;
    background: #696ed8;
    color: #fff;
}

.cart-addr-update-btn {
    padding: 12px 50px;
    border-radius: 50px;
    border: 0;
    background: #362c1e;
    color: #fff;
    font-weight: 600;
}

.pt-20 {
    padding-top: 20px;
}

/*.wrap_chanAddre {
    display: none;
}*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.signin-input {
    padding: 40px;
}

    .signin-input .form-group {
        width: 100%;
    }

    .signin-input .form-group {
        width: 100%;
    }

.signin-group {
    padding: 20px;
}

.register-content {
    width: 60%;
    margin: auto;
}

.form-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-group {
    width: 49%;
}

.optionbox {
    padding: 70px 0;
}

.register-btn-block {
    padding: 50px 0 20px;
}

.product-tabcontent.active {
    display: block;
}

.product-tab-inner {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.product-tab-right-block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    align-content: center;
    gap: 30px;
}

.about-head {
    background-color: #EACD76;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 20px;
}

.about-btn-block {
    text-align: center;
    margin-top: 32px;
}

.sale-section {
    padding: 70px 0;
}

.sale-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(57 99 147 / 20%);
    margin-bottom: 35px;
}

.sale-slide-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 14px;
}

.sale-slider {
    padding-right: 5px;
}

    .sale-slider .swiper-wrapper {
        flex-direction: row !important;
    }

.sale-head {
    margin-bottom: 34px;
}

.sale_main_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding-top: 50px;
}

.sale-product {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.onsale_desc {
    padding: 25px 20px 15px;
    text-align: center;
}

.sale_product_image {
    width: 80%;
    margin: auto;
    height: 150px;
    padding: 15px 0 0;
}

    .sale_product_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.on_sale_bg {
    background-image: url("../Images/homepage/on_sale_section/bg_image.png");
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sale-slider .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.trusted-txt {
    width: 85%;
    margin: auto;
    opacity: 0.7;
}

.about-img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loaction_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff38;
    border: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .loaction_block img {
        width: 30px;
        object-fit: contain;
    }

#hiddenLink {
    display: none;
}

.about-inner {
    background-color: #396393;
    padding: 50px 20px;
    text-align: center;
    display: flex;
    align-items: center;
}

.about-head-text {
    font-size: 18px;
    font-weight: 600;
    background-color: #eacd76;
    padding: 5px 0;
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
}

.about-para {
    color: #fff;
    width: 80%;
    margin: auto;
}

.btn-secondary {
    background-color: #fff;
    border-radius: 22px;
    padding: 6px 25px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.brand-head {
    margin-bottom: 38px;
}

.logo-slide-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}

.logo-block {
    border: 1px solid #D9D9D9;
}

.logo-img {
    width: 100%;
    object-fit: contain;
}


/*.brandImg_Wrap {
    width: 150px;*/ /* Fixed width */
/*height: 80px;*/ /* Set a fixed height for consistency */
/*display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;*/ /* Prevents any overflow of images */
/*background-color: #fff;*/ /* Optional: Add a background color to visualize the logo area */
/*border: 1px solid #ddd;*/ /* Optional: Add a border for better visualization */
/*}

.logo-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}*/


.brand-swiper .swiper-wrapper,
.prd-page-brand-swiper .swiper-wrapper {
    flex-direction: row !important;
    row-gap: 15px;
}

    .brand-swiper .swiper-wrapper .swiper-slide,
    .prd-page-brand-swiper .swiper-wrapper .swiper-slide {
        height: 150px;
        margin-top: 0 !important;
        padding: 12px;
    }

        .brand-swiper .swiper-wrapper .swiper-slide img,
        .prd-page-brand-swiper .swiper-wrapper .swiper-slide img {
            height: 100%;
            width: 100%;
            object-fit: contain;
        }

.brand-inner {
    display: flex;
    align-items: center;
    gap: 28px;
}

.signin-input {
    padding: 20px 40px;
}

.logo-button-prev img,
.logo-button-next img,
.category-button-next img,
.category-button-prev img {
    width: 10px;
}

.desc_block {
    padding-bottom: 15px;
    border-bottom: 1px solid #727272;
}

.signin-input {
    /*padding: 20px 40px 40px 40px;*/
    padding: 0 40px 40px 40px;
}

.signin-group {
    padding: 20px;
}

.register-content {
    width: 62%;
}

.register-content {
    width: 50%;
    margin: auto;
}

.product {
    display: flex;
    gap: 50px;
    padding: 50px;
}

#catagory-name {
    color: #ABABAB;
}

.quantity-selector {
    padding-bottom: 5px;
}

.quantity-btn {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    cursor: pointer;
    border: none;
    font-size: 1.5rem;
}

.stock-status {
    padding-top: 40px;
}

.product-title {
    padding-bottom: 20px;
    width: 100%;
}

.prd-page-btn {
    display: flex;
    align-items: center;
}

    .prd-page-btn svg {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

.share-btn svg {
    fill: #fff;
}

.share-btn:hover svg {
    fill: #335985;
}

.discricption {
    display: flex;
}

.discricption-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.horizontal-line {
    border-bottom: 1px solid #1d1d1d4a;
    padding: 10px 0;
    margin-bottom: 10px;
}

.discricption-text {
    padding: 100px 20px 20px 50px;
    flex: 2;
}

.discricption-image img {
    object-fit: cover;
}

.discricption-para {
    line-height: 35px;
}

.swiper-container,
.realated-swiper {
    overflow: hidden;
}

    .realated-swiper .swiper-slide {
        background-color: #fff;
    }

.product_main_block {
    height: 100%;
    width: 100%;
}

    .product_main_block .swiper-wrapper .swiper-slide {
        height: 170px;
        background-color: #fff;
        border: 1px solid #bbbbbb;
        border-radius: 10px;
        overflow: hidden;
    }

        .product_main_block .swiper-wrapper .swiper-slide img {
            width: 100%;
            height: 100%;
            /*object-fit: cover;*/
            object-fit: contain;
        }

.product_img_slider {
    height: 15%;
    box-sizing: border-box;
    padding-bottom: 30px;
    position: relative;
}

    .product_img_slider .swiper-slide {
        background-color: #fff;
        height: 500px;
        border-radius: 15px;
    }

.mainProductSlider {
    position: relative;
}

.aus-made-sign-img {
    position: absolute;
    top: 0;
    left: 0;
}

    .aus-made-sign-img img {
        width: 100%;
    }

.product_img_slider .swiper-wrapper .product_page_main_image {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
    /*object-fit: cover;*/
}

.product_img_slider .swiper-slide-thumb-active {
    opacity: 1;
}

.product_page_sub_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd-slider-btn {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 2px solid #000;
}

    .prd-slider-btn::after {
        font-size: 16px !important;
        color: #000;
    }

.prd-slider-btn {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    border: 1px solid #000;
}

    .prd-slider-btn::after {
        font-size: 16px !important;
        color: #000;
    }

.product-details {
    width: 90%;
    margin: auto;
}

.prd-name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.border_bottom_prd_name {
    border-bottom: 1px solid #000000;
}

.prd-share-print-btn {
    background-color: #0000;
    border: 0;
}

.quantity_selector_block {
    margin-top: 10px;
    width: 100px;
    border-radius: 25px;
    padding: 6px 0;
    border: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    box-shadow: 0px 5px 15px 0px #cdcdcd;
}

.quantity_selector {
    font-size: 18px;
    width: 40px;
    text-align: center;
    border: 0;
    background-color: transparent;
}

.table_thead {
    width: 100%;
    padding-bottom: 20px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: thin;
}

    .table_thead thead {
        background-color: #fff;
        width: 100%;
        display: inline-table;
    }

    .table_thead thead {
        padding: 10px 0;
    }

        .table_thead thead tr th:nth-child(1) {
            width: 166px;
        }

        .table_thead thead tr th:nth-child(2) {
            /*width: 208px;*/
            width: 163px;
        }

        .table_thead thead tr th:nth-child(3) {
            width: 110px;
        }

        .table_thead thead tr th:nth-child(4) {
            width: 108px;
        }

        .table_thead thead tr th:nth-child(5) {
            width: fit-content;
        }

.multiple-product-dynamic-data-box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
}

.table_thead tbody tr {
    display: flex;
    justify-content: space-between;
}

    .table_thead tbody tr td:nth-child(1) {
        width: 150px;
    }

    .table_thead tbody tr td:nth-child(2) {
        /*width: 200px;*/
        width: 155px;
    }

    .table_thead tbody tr td:nth-child(3) {
        width: 100px;
    }

    .table_thead tbody tr td:nth-child(4) {
        width: 100px;
    }

    .table_thead tbody tr td:nth-child(5) {
        width: fit-content;
    }

    .table_thead tbody tr td:nth-child(6) {
        width: fit-content;
    }

.Wrap_Wishlist {
    display: flex;
    justify-content: center;
}

.share-me {
    margin-right: 25px;
}

.prd-name-with-tag {
    padding: 5px 10px;
    background-color: #696ed8;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.product_not_available {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .product_not_available p {
        font-size: 24px;
        font-weight: 600;
        text-transform: capitalize;
    }

.quantity_selector-btn {
    width: 80px;
    border-radius: 25px;
    padding: 8px 6px;
    display: flex;
    justify-content: center;
    border: 1px solid #c5c5c5;
}

    .quantity_selector-btn .quantity_selector {
        font-size: 15px;
        width: 30px;
        text-align: center;
        border: 0;
        background-color: transparent;
    }

.arrow-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #c5c5c5;
    padding-left: 10px;
}

.discount_code-txt {
    font-size: 13px;
    color: #000;
    opacity: 0.5;
    font-weight: 600;
}

.ft-info_block {
    padding: 0 15px;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
        opacity: 0;
    }

    51% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

.cart_product_wrapper {
    margin-top: 50px;
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
}

.cart_product-block {
    padding: 10px 15px;
    margin-bottom: 20px;
    display: flex;
}

.cart-other-detail {
    padding-left: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cart-other-detail li {
        width: 33.33%;
        text-align: center;
    }

        .cart-other-detail li:nth-child(2) {
            display: flex;
            justify-content: center;
        }

.cart-prd-img {
    width: 95px;
    height: 95px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    overflow: hidden;
}

    .cart-prd-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.cart-shipping_block {
    width: 90%;
    padding: 50px 0 0;
    margin: 0 auto;
}

.cart-ckeckout-btn {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    border: 0;
    font-weight: 600;
    background-color: #362c1e;
    display: block;
    cursor: pointer;
}

.billing-detail {
    /*width: 80%;
    margin: auto;*/
    width: 90%;
    margin: 0 0px 0 auto;
}

    .billing-detail table {
        width: 100%;
    }

        .billing-detail table tr {
            display: grid;
            grid-template-columns: 1fr 1fr;
            border: 1px solid #c3c1c1;
        }

            .billing-detail table tr th {
                font-size: 20px;
                opacity: 0.8;
                text-align: start;
            }

            .billing-detail table tr th,
            .billing-detail table tr td {
                padding: 10px;
            }

.highlight-txt {
    color: #7d82f0;
    padding-right: 5px;
}

.border-bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #c5c5c5;
}

.payment_box {
    background-color: #ededed;
    padding: 5px 30px 30px 30px;
    border-radius: 10px;
}

.payment-detail-field {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding-bottom: 10px;
}

.checkout-input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

.price-summery {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cnt-adr_block {
    padding-left: 60px;
}

.border-before-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 3px;
    height: 25px;
    border-radius: 10px;
    background-color: #f69708;
}

.contact_form_block {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

#continueShopiingBlock {
    display: none;
}

.contactus-map {
    width: 100%;
    height: 100%;
}

.mainBlog_block {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

    .mainBlog_block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-heading {
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}

.blog-links {
    color: #396393;
}

/*-------------- Collection page design ----------------*/
.main_collection-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 40px;
}

.col-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #dbdbdb;
    overflow: hidden;
    padding-bottom: 10px;
}

    .col-item h3 {
        padding: 10px 4px 0px;
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.collection-image-block {
    width: 100%;
    height: 300px;
    text-align: center;
}

    .collection-image-block img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/*.main_collection-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 50px 30px;
}*/
/*-------------- /Collection page design ----------------*/

.section-space3 {
    padding: 30px 0;
}

.checkbox-btn {
    position: relative;
    border: 2px solid #898989;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

    .checkbox-btn:hover {
        opacity: 1;
    }

    .checkbox-btn:checked {
        background-color: #898989;
        opacity: 1;
    }

        .checkbox-btn:checked:before {
            border: 1px solid #fff;
            border-width: 0 2px 2px 0;
        }

    .checkbox-btn:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 4px;
        height: 10px;
        border: solid #fff0;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

.list-style-type-disc li {
    list-style-type: disc !important;
}

    .list-style-type-disc li::marker {
        list-style-type: disc !important;
        font-size: 12px !important;
        color: #8f8f8f;
    }

.how_to_order_ul {
    padding-left: 20px;
}

.prd_active {
    color: #396393;
    border-bottom: 2px solid #396393;
}

.tab-txt {
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.prd_tab {
    display: none;
}

.prd_tab1 {
    display: block;
}

.prd-vdo-block_wrapper {
    width: 80%;
    height: 500px;
    margin: auto;
}

.brochure_selection_box select {
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 5px;
}

.brochure-btn {
    display: flex;
    align-items: center;
    background-color: #396393;
    border: 0;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

    .brochure-btn svg {
        margin-right: 5px;
    }

.custom-col-2 {
    width: 20%;
}

.custom-col-10 {
    width: 80%;
}

.custom-col-8 {
    width: 60%;
}

.halo_block {
    padding: 10px 0;
    background-color: #696ed8;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 50px;
    animation: marquee 45s linear infinite;
}

.halo_block_txt {
    padding-left: 5px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.footer_logo {
    width: 300px;
}

    .footer_logo a img {
        width: 100%;
    }

.lower_footer {
    padding: 15px 0;
    color: #fff;
    background-color: #000;
    display: flex;
    justify-content: center;
}

.showroom-addr {
    width: 250px;
}

.footer-info {
    padding: 50px 0 40px;
    justify-content: space-between;
}

.footer-info-inner {
    padding: 0 20px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.collection-section a {
    display: block;
    height: 100%;
}

.pe-36 {
    padding-right: 36px;
}

.filter-txt {
    padding: 0 15px;
    font-weight: 600;
    opacity: 0.8;
    font-size: 14px;
    text-transform: uppercase;
}

.filter-selection {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}

    .filter-selection:focus {
        outline: none;
    }

.sort-by-block {
    display: flex;
    justify-content: end;
    align-items: center;
}

.service_block_li {
    display: flex;
    align-items: center;
}

.service_Content {
    font-size: 25px;
    text-align: center;
}

    .service_Content a {
        color: #696ed8;
    }

.fb_box {
    margin-left: 10px;
}

.mbl_collection-banner {
    display: none;
}

.desk_collection-banner {
    display: block;
}

.footer-icon svg path {
    fill: #000;
}

.footer_weAccept {
    width: 50px;
    height: auto;
}

    .footer_weAccept img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.cate-page {
    padding-top: 20px;
}

.w-20 {
    width: 20%;
}

.category-add_cart-btn {
    font-size: 14px;
    font-weight: 600;
    color: #6b6b6b;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #6b6b6b;
    border-radius: 25px;
    padding: 8px 25px;
}

    .category-add_cart-btn:hover {
        background-color: #7d82f0;
        color: #fff;
        border: 1px solid #7d82f0;
    }

.pb-4 {
    padding-bottom: 40px;
}

.size-guide_btn {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #000;
    padding: 12px 45px;
    border: 0;
    /*border-radius: 25px;*/
    border-radius: 10px;
    margin-right: 20px;
}

    .size-guide_btn svg {
        margin-right: 10px;
    }

.buy-now-txt {
    color: #00214a;
    padding-bottom: 15px;
    font-size: 28px;
}

.prd-selection {
    width: 500px;
    padding: 12px;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    font-size: 15px;
}

    .prd-selection:focus {
        outline: none;
    }

.bulky-item_box {
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

.bulky-item_conetent_box {
    display: flex;
    padding: 30px;
    border-radius: 15px;
    background-color: #deebfb;
    position: relative;
    z-index: 10;
}

.bulky_item_line {
    width: 30%;
    height: 30px;
    background-color: #396393;
    position: absolute;
    border-radius: 15px;
}

.bulky_item_line_before {
    bottom: 6px;
    left: 10px;
}

.bulky_item_line_after {
    top: 6px;
    right: 10px;
}

.bulky-item_conetent_box p {
    line-height: 1.5;
}

.mltpl-prd-dtl-box {
    position: relative;
    padding: 0 15px 10px;
}

.Multi_inptfield-lable {
    padding: 10px 8px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

    .Multi_inptfield-lable lable {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 98%;
    }

.size-type-txt {
    color: #000;
    opacity: 0.8;
    font-size: 18px;
    font-weight: 600;
}

.multi-qty-input-box {
    padding: 6px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: fit-content;
    display: flex;
}

.multi-qty-input {
    width: 30px;
    font-size: 18px;
    background-color: #fff0;
    border: 0;
    text-align: center;
}

.multi-qty-input-box div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}

.mltpl-prd-selection {
    padding: 10px;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    font-size: 15px;
}

.mltpl-prd-dtl-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

    .mltpl-prd-dtl-box ul li .addCartBtn {
        padding: 12px 20px;
        border-radius: 5px;
        border: 1px solid #335985;
        background-color: #335985;
        color: #fff;
        text-transform: capitalize;
        cursor: pointer;
        width: fit-content;
    }

        .mltpl-prd-dtl-box ul li .addCartBtn.disabled {
            pointer-events: none;
            opacity: 0.6;
            cursor: not-allowed;
        }

.wishlist_box {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background-color: #000;
    border-radius: 6px;
    width: fit-content;
}

.visitShowroom .swiper-pagination-bullet-active {
    background-color: #000 !important;
}

.mt-1 {
    margin-top: 10px;
}

.time-addr_box {
    padding: 5px 20px;
    color: #fff;
    background-color: #362c1e;
    width: fit-content;
    border-radius: 25px;
}

.enquire-card-box .col-3 {
    padding: 0 5px;
}

.enquire-card {
    border: 1px solid #d9d9d9;
}

.purple_heading-box {
    padding: 12px;
    background-color: #7d82f0;
}

.card-img {
    width: 100%;
    height: 200px;
    text-align: center;
}

.brand-img {
    width: 60%;
    height: 150px;
    text-align: center;
    margin: auto;
}

    .card-img img,
    .brand-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.hireCode {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border-radius: 50px;
    background-color: #7d82f0;
}

    .hireCode span {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

.enquire-btn {
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #000;
    padding: 8px 30px;
    border: 0;
    border-radius: 10px;
    column-gap: 12px;
}

.inc-gst-txt {
    font-size: 14px;
    color: #000;
    padding: 5px 0 18px;
    opacity: 0.6;
}

    .inc-gst-txt s {
        padding-right: 5px;
    }

.shop-now-btn {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
}

.enquire_form_box,
.profile_detail-box {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000008f;
    display: none;
    z-index: 999;
}

.enquire_form_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay_form {
    /*width: 600px;*/
    max-height: 700px;
    width: 60%;
    background-color: #fff;
    border-radius: 15px;
    /*overflow: hidden;*/
    overflow: auto;
}

.overlay_form-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #7d82f0;
    text-transform: capitalize;
    width: 100%;
    padding: 15px 20px;
}

.overlay_form_close-btn svg:hover {
    transform: rotate(360deg);
    transition: 1.5s;
}

.overlay_form-field-box {
    padding: 15px 25px 25px 25px;
}

.overlay-lable {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    opacity: 0.8;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.enquire-input {
    width: 100%;
    display: block;
    background-color: #f4f4f4;
    border: 2px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
}

.enquire-submit-btn {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #000;
}

.cancel-btn {
    background-color: #ff5e5e;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #ff5e5e;
    margin-right: 10px;
}

.profession_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.profession-card {
    position: relative;
    overflow: hidden;
}

.profession_hover-txt {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #000000ad;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.7s ease;
}

.profession-card:hover .profession_hover-txt {
    bottom: 0%;
}

.profession_hover-txt :where(h3, p) {
    line-height: 30px;
}

.profession_hover-txt p {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.bran_product-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.vst-shwrm-txt {
    background-color: #7d82f0;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    border-radius: 50px;
    margin: 0 auto 15px;
}

.enquire-card-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.how-to-order-main-box {
    background-color: #f1f1f1;
    padding: 60px 0;
    border-radius: 25px;
}

.how_to_order-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.how_to_order-inner {
    text-align: center;
    padding: 0 20px;
}

.how-to-order-content h3 {
    font-size: 22px;
    text-transform: capitalize;
    padding: 10px 0;
}

.how-to-order-content p {
    width: 60%;
    margin: auto;
    line-height: 1.5;
}

.contact_detail_block .col-4 ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.icon_block {
    background-color: #eaeaea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_icon_block-wh {
    width: 35px;
    height: 35px;
}

.profile_box {
    padding: 40px;
    border: 1px solid #dadada;
}

    .profile_box ul {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

.profile_icon_box-wh {
    width: 50px;
    height: 50px;
}

.profile_detail_box {
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000082;
    height: 100vh;
    width: 100%;
    display: none;
}

.profile_detail_wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-detail-box {
    cursor: pointer;
}

.FAQs_block li::marker {
    font-size: 22px;
    font-weight: 600;
    font-family: 'jost';
}

.links {
    color: #696ed8;
    font-weight: 600;
    text-decoration: underline;
}

/*---------------- CheckOut Payment Css -----------------*/
label.active {
    color: blue;
    background: #696ed8 !important;
}

.tabs input {
    opacity: 0;
    display: none;
}

.tabs > input + label {
    margin: 12px 0;
    transition: all 0.3s;
    color: #e7e9f5;
    display: inline-flex;
    -webkit-box-pack: center;
    padding: 4pt 10pt;
    vertical-align: top;
    justify-content: flex-start;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 8pt;
    background: #26292c;
    margin-bottom: 0.5px;
    border-radius: 7px 7px 0 0 !important;
    letter-spacing: 0.1666666667em !important;
    font-family: "antique-olive" !important;
    background: #000;
    cursor: pointer;
}

.cate-page-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 50px 0 40px;
}

.mbl-none {
    display: none;
}

.wrap_SingleProduct {
    padding-bottom: 10px;
    /*display: none;*/
}

.prdpage {
    width: 45px;
    height: 45px;
    border: 2px solid #555555;
    margin-left: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wishlist_box svg {
    width: 26px;
    height: 26px;
    stroke: #ffffff;
}

.product-wishlist {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s, visibility 2s;
}

.product-block:hover .product-wishlist,
.simple-prd:hover .product-wishlist {
    opacity: 1;
    visibility: visible;
}

.text_OrderHistory {
    color: #424141;
    font-weight: 500;
}

.order_history_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 5px solid #dbdbdb;
}

    .order_history_box:nth-last-child(1) {
        border-bottom: 0 !important;
    }

.order_history_wrapper {
    display: flex;
    gap: 50px;
    border-bottom: 2px solid #dbdbdb;
}

    .order_history_wrapper:nth-last-child(1) {
        border-bottom: 0 !important;
    }

.product_order_img {
    width: 100px;
    height: 100px;
}

    .product_order_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.product_order_content {
    display: flex;
    align-items: center;
    padding: 10px;
}

.order_delivere_box {
    padding: 10px;
}

.order-tracking_main {
    padding: 20px 40px;
    background-color: #f5f5f5;
}

.order-tracking_box {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    padding: 20px 0;
    border-bottom: 1px solid #362C1E;
}

    .order-tracking_box > div {
        padding: 10px;
    }

        .order-tracking_box > div:nth-child(1) {
            border-right: 1px solid #a5a5a5;
        }

        .order-tracking_box > div:nth-last-child(1) {
            border-left: 1px solid #a5a5a5;
            padding: 10px 0 10px 50px;
        }

.download_invoice_box {
    width: 100%;
    padding: 20px 0;
    display: flex;
}

.download_invoice_wrapper {
    display: flex;
    gap: 50px;
}

.order-detail-txt {
    line-height: 2;
}

    .order-detail-txt span {
        font-size: 18px;
        font-weight: 500;
    }

.download_invoice-txt {
    display: flex;
    align-items: center;
    gap: 6px;
}

.download_invoice-btn {
    display: flex;
    align-items: end
}

    .download_invoice-btn button {
        background-color: #d9d9d9;
        color: #000;
        font-weight: 600;
        font-size: 18px;
        padding: 10px 25px;
        border: 0;
        border-radius: 5px;
        text-transform: capitalize;
        font-family: 'jost';
    }

        .download_invoice-btn button:focus {
            outline: none;
        }

.timeline-container {
    width: 90%;
    border-radius: 8px;
    margin: auto;
    position: relative;
}

.timeline-step {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 20px 15px;
    overflow: hidden;
    gap: 20px;
    position: relative;
}

.timeline-step-dot {
    width: 10px;
    height: 10px;
    padding: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.timeline-step-checkmark {
    background-color: #fff;
    color: #39AC88;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.timeline-step-active {
    background-color: #39AC88;
    color: #fff;
}

.timeline-step-arrow {
    color: white;
    font-size: 32px;
    margin-left: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.timeline-step-content {
    display: flex;
    flex-direction: column;
    color: #333;
}

.timeline-step-active .timeline-step-content {
    color: white;
}

/*-------------------- Product Pagination css --------------------*/
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-link {
    padding: .375rem .75rem;
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-page-main {
    width: 100%;
    margin: auto;
    height: 100%;
}

/* ----- WishList page css ----- */
.wishlist_main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}

.wishlist_block_inner {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    position: relative;
}

    .wishlist_block_inner:hover {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.wishlist_image {
    width: 200px;
    height: 160px;
    margin-right: 20px;
}

    .wishlist_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

.wishlist_content {
    flex-grow: 1;
}

.wishlist_Cartbutton {
    margin-top: 15px;
}

.cart_prd-name {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 10px;
}

.product-price {
    color: #d9534f;
    font-weight: bold;
    font-size: 1.1rem;
}

.cart_sub_price {
    color: #777;
    font-size: 0.9rem;
}

.wishlist_remove-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .wishlist_remove-btn:hover {
        background-color: #f5f5f5;
        border-color: #ccc;
    }

    .wishlist_remove-btn svg {
        width: 16px;
        height: 16px;
        stroke: #333;
    }

.cart-last-option {
    width: 90%;
}


.wrap_MultiProduct {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
}

.multiple-product-dynamic-data-box::-webkit-scrollbar {
    width: 6px;
}

.multiple-product-dynamic-data-box::-webkit-scrollbar-thumb {
    background: #335985;
    border-radius: 25px;
}

.track_order_no_box {
    width: 60%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 4px 4px 10px #dbdbdb;
    border-radius: 10px;
    margin: 0 auto 30px;
    border: 1px solid #dbdbdb;
}

.faqs_heading {
    font-size: 22px;
    font-weight: 600;
    line-height: 2;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    /*.wishlist_main-grid {
        grid-template-columns: 1fr;
    }*/
    .product_img_slider .swiper-slide {
        height: 450px !important;
    }
    .product_main_block .swiper-wrapper .swiper-slide {
        height: 150px !important;
    }
    .product_img_slider .swiper-wrapper .swiper-slide img {
        width: 100% !important;
        object-fit: contain !important;
    }
    .wishlist_block_inner {
        align-items: flex-start;
    }
    .wishlist_remove-btn {
        top: -15px;
        right: -15px;
    }
    .wishlist_main-grid {
        gap: 35px;
    }
    .cart-other-detail {
        gap: 15px;
    }
        .cart-other-detail li {
            text-align: center;
            width: fit-content;
        }
    .cart_product_wrapper .md-50 {
        width: 50% !important;
    }
        .cart_product_wrapper .md-50 .cart-other-detail li {
            width: 25%;
        }
    .navbar ul {
        gap: 20px;
    }
    .prd_count_wish {
        right: -12px;
    }
}

/* ----- /WishList page css ----- */

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
/*-------------------- /Product Pagination css --------------------*/

@media screen and (max-width: 1440px) {
    .header-fixed_block li.chield_link {
        padding: 15px 10px;
    }

    .heading-links {
        font-size: 15px;
    }

    .serach_input {
        width: 88%;
    }

    .size-type-txt {
        width: 120px;
    }

        .size-type-txt:nth-last-child(1) {
            width: auto;
        }

    .Multi_inptfield-lable {
        width: 120px;
    }

    .product-img-block {
        height: 100px;
    }

    .table_thead tbody tr {
        gap: 10px;
    }

    .table_thead thead tr {
        display: flex;
    }

        .table_thead thead tr th:nth-child(1) {
            width: 164px;
        }

    .mltpl-prd-dtl-box ul:nth-child(1) {
        gap: 2px;
    }

    .product_img_slider .swiper-slide {
        height: 400px;
    }

    .product_main_block .swiper-wrapper .swiper-slide {
        height: 130px;
    }

    .purple_heading-box h3 {
        font-size: 18px;
    }

    .enquire-btn {
        padding: 8px 20px;
    }
}

@media screen and (min-width: 1441px){
    .table_thead thead tr th:nth-child(2){
        width: 225px;
    }
    .table_thead thead tr th:nth-child(3){
        width: 115px;
    }
    .table_thead thead tr th:nth-child(4){
        width: 120px;
    }
}

@media screen and (max-width: 1024px) {
    .main_logo {
        width: 290px;
    }

    .logo:nth-child(1) {
        width: 220px;
        padding-right: 10px;
    }

    .heading-links {
        font-size: 16px;
    }

    .enquire-btn {
        padding: 8px 18px;
        font-size: 14px;
    }

    .call-txt {
        display: none;
    }

    .header-fixed_block {
        width: 90%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding: 15px 0;
    }

    .product_img_slider .swiper-slide {
        height: 300px;
    }

    .product_main_block .swiper-wrapper .swiper-slide {
        height: 90px;
    }

    .serach_input {
        width: 84%;
    }

    .marquee-content {
        gap: 30px;
        animation-duration: 30s;
    }

    .halo_block_txt {
        font-size: 16px;
        white-space: nowrap;
    }

    .search_form {
        width: 34% !important;
    }

    .heading-links {
        font-size: 16px;
    }

    .sub_header_menu-wrapper {
        padding: 10px 20px;
        width: 260px;
    }

    .header-fixed_block li.chield_link {
        padding: 6px 5px;
    }

    .sub_header_menu {
        width: 85%;
    }

    .cart_block {
        width: 40%;
    }

    .header_lower .container .row .col-7 {
        width: 75%;
    }

    .product_cart_section {
        height: 80%;
    }

    .cart_inner_btn {
        padding: 12px 0;
    }

    .cart_count {
        width: 16px;
        height: 16px;
        top: -4px;
        right: -4px;
    }

    .elips_img_block {
        width: 290px;
        height: 290px;
        box-shadow: 10px 6px 0 0 #dddbdb;
    }

    .read_more_btn, .btn_AddCart {
        padding: 8px 30px;
    }

    .our_mission_content {
        width: 90%;
        padding-bottom: 10px;
    }

    .pr-category-main {
        grid-template-columns: 1fr 1fr;
    }

    .main_collection-block {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .image_block ul li {
        padding: 6px 8px;
    }

    .other_content_block .section-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .image_block {
        display: flex;
        align-items: center;
    }

    .content_para {
        line-height: 26px;
    }

    .product-details {
        width: 90%;
    }

    .prd-slider-btn {
        width: 30px !important;
        height: 30px !important;
    }

    .register-content {
        width: 85%;
    }

    .hero_sub_heading {
        font-size: 22px;
        line-height: 28px;
        width: 80%;
    }

    .hero-banner-head-tag {
        font-size: 26px;
        line-height: 32px;
        font-weight: 600;
    }

    .category_img-block {
        height: 180px;
    }

    .product-block {
        padding: 10px 5px;
    }

    .size_guide {
        width: 70%;
    }

    .cart-prd-img {
        width: 95px;
        height: 85px;
    }

    .about-head-text {
        width: 70%;
    }

    .prd-vdo-block_wrapper {
        width: 90%;
        height: 455px;
    }

    .fp-trancate {
        width: 150px;
    }

    .halo-block_inner {
        padding-top: 10px;
    }

    .cate-page-inner .w-20 {
        width: 25%;
    }

    .heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide {
        height: 368px !important;
    }

    .sale_main_block {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .bran_product-box,
    .product-tab-right-block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .enquire-card-box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .product-img-block {
        height: 110px;
    }

    .product-img-inner {
        width: 55%;
    }

    .header_lower .col-5 {
        width: 50%;
    }

    .how-to-order-content p {
        width: 90%;
    }

    .main_cart_block .col-8,
    .main_cart_block .col-4 {
        width: 100%;
    }

    .billing-page .col-6 {
        width: 100%;
    }

    .billing-detail {
        width: 100%;
        padding-top: 60px;
    }

    .cate-page-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    .order-tracking_main {
        width: 100%;
    }

    .order-tracking_box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

        .order-tracking_box > div:nth-child(1) {
            border-right: 0;
        }

        .order-tracking_box > div:nth-last-child(1) {
            border-left: 0;
            padding: 10px;
        }

    .timeline-container {
        width: 100%;
    }

    .track_order_no_box {
        width: 80%;
    }

    .mltpl-prd-dtl-box ul {
        justify-content: flex-start;
        gap: 10px 5px;
    }
    /*.prd-main_block .col-5 {
        width: 100%;
    }
    .prd-main_block .col-7 {
        width: 100%;
    }*/
}

@media only screen and (max-width: 1024px) {
    .size-guid-img {
        max-height: 600px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 800px) {
    .bodypain_img_block {
        height: 240px;
    }

    .bh_Pagination {
        /*width: 100%;*/
        overflow-x: scroll;
    }

    .main_logo {
        width: 350px;
    }

    .service_Content {
        font-size: 22px;
    }

    .announcement_box {
        width: 80%;
    }

    .Ndis_registeredLogo {
        width: 230px;
    }
    /*.wishlist_main-grid {
        grid-template-columns: 1fr 1fr;
    }*/

    .search_form {
        display: none;
    }

    .marquee-content {
        gap: 20px;
        animation-duration: 20s;
    }
    /*
    .footer_logo a img {
        width: 75%;
    }
*/
    .logo:nth-child(1) {
        width: auto;
    }

    .serach_input {
        width: 86%;
    }

    .section-space2 {
        padding: 70px 0;
    }

    .mbl_num_txt {
        display: none;
    }

    .logo {
        width: 230px !important;
    }

    .header_lower .col-5 {
        width: 70%;
    }

    nav {
        padding: 12px 0;
    }

    .mobile_menu {
        display: block;
        overflow-x: hidden;
        width: 50%;
    }

    .cart_block {
        width: 50%;
    }

    .nav_bars {
        display: block;
        padding-right: 10px;
    }

    .service_block_li {
        justify-content: center;
        width: 50%;
        padding-top: 20px;
    }

    .register_logo {
        display: none;
    }

    .navbar ul li:nth-child(2),
    .navbar ul li:nth-child(3) {
        border-right: 0;
        padding: 0;
    }

    .header-fixed {
        display: none;
    }

    .cart_count {
        top: -4px;
        right: -4px;
    }

    .elips_img_block {
        width: 220px;
        height: 220px;
    }

    .our_mission_content {
        width: 100%;
        padding-bottom: 4px;
    }

    .form-input {
        grid-template-columns: 1fr;
    }

    .form_main_block {
        width: 100%;
    }

    .checkout {
        margin-top: 25px;
    }

    .logo-img {
        object-fit: cover;
    }

    .category_img-block {
        height: 180px;
    }

    .prd-main_block .col-5 {
        width: 100%;
    }

    .prd-main_block .col-7 {
        width: 100%;
    }

    .product-price {
        font-size: 14px;
        line-height: 20px;
    }

    .product-name {
        font-size: 16px;
        line-height: 22px;
    }

    .product-tab-right-block {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .other_content_block .section-heading {
        font-size: 20px;
        line-height: 25px;
    }

    .blog_share_link {
        padding-bottom: 25px;
    }

    .btn_AddCart {
        padding: 5px 25px;
    }

    .wishlist_Cartbutton .read_more_btn {
        padding: 12px;
        width: 115px;
    }

    .product_img_slider .swiper-wrapper .swiper-slide img {
        width: 60%;
    }

    .product-details {
        width: 100%;
        padding-top: 60px;
    }

    .me-2 {
        margin-right: 10px;
    }

    .quantity_selector {
        width: 45px;
    }

    .desc-img {
        width: 80%;
        object-fit: cover;
        border-radius: 10px;
    }

    .section-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .section-small-head {
        font-size: 18px;
        line-height: 22px;
    }

    .banner-text {
        font-size: 20px;
        padding: 2px 8px;
    }

    .section-space1 {
        padding: 40px 0;
    }

    .product-tablinks {
        padding: 0 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .section-head {
        gap: 16px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .banner-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .sale-block {
        width: 100%;
    }

    .section-head {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .hero-banner-head-tag {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }

    .size_guide {
        width: 80%;
    }

    .cnt-adr_block-main .col-7,
    .col-5 {
        width: 100%;
    }

    .cnt-adr_block {
        padding: 50px 30px 0;
    }

    .cart-shipping_block {
        width: 100%;
        margin: 30px auto 0;
    }

    .cart-other-detail {
        padding-left: 10px;
    }

    .md-search-input {
        display: none;
    }

    .collection-image-block {
        height: 200px;
    }

    .about-head-text {
        width: 90%;
    }

    .about-para {
        width: 100%;
    }

    .prd-vdo-block_wrapper {
        width: 100%;
        height: 375px;
    }

    .custom-col-8 {
        width: 80%;
    }

    .halo_block .container .justify-content-between {
        justify-content: center;
    }

    .halo-block_inner {
        padding: 5px 10px;
    }

    .category_block {
        grid-template-columns: 1fr 1fr 1fr;
        padding-top: 30px;
    }

    .link_box {
        display: none !important;
    }

    .footer-info-inner {
        padding: 10px 0px 0;
        width: 50%;
    }

    .heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide {
        height: 275px !important;
    }

    .mbl_grand_chield_link ul li:nth-last-child(1) {
        padding: 8px 0;
        border-bottom: 0;
    }

    .cate-page-inner .w-20 {
        width: 33%;
    }

    .mbl_grand_chield_link {
        display: none;
    }

    .profession_box {
        grid-template-columns: 1fr 1fr 1fr;
    }

        .profession_box .card-img img {
            object-fit: scale-down;
        }

    .bran_product-box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .enquire-card-box {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .product-img-block {
        height: 100px;
    }

    .how-to-order-content h3 {
        font-size: 16px;
    }

    .how-to-order-content p {
        width: 100%;
    }

    /*.how_to_order-box {
        gap: 0px;
    }*/

    .contact_detail_block .col-4,
    .col-8 {
        width: 100%;
    }

        .contact_detail_block .col-4 ul {
            grid-template-columns: 1fr 1fr;
            padding-bottom: 30px;
        }

    .profile_box ul {
        grid-template-columns: 1fr 1fr;
    }

    .pt-0 {
        padding: 0;
    }

    .elips_block {
        gap: 50px;
    }

    .cate-page-inner {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .order_history_box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .order_delivere_box {
        display: flex;
        justify-content: center;
    }

        .order_delivere_box div {
            text-align: center;
        }

    .mltpl-prd-dtl-box ul {
        gap: 15px;
    }

        .mltpl-prd-dtl-box ul:nth-child(1) {
            gap: 14px;
        }

    .download_invoice_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}

@media screen and (max-width: 450px){
    /* --- Product page css --- */
    .table_thead tbody tr td:nth-child(1) {
        width: 130px;
    }

    .table_thead thead tr th:nth-child(1) {
        width: 140px !important;
    }

    .table_thead thead tr th:nth-child(2) {
        width: 130px;
    }

    .table_thead tbody tr td:nth-child(2) {
        width: 120px;
    }

    .table_thead thead tr th:nth-child(3) {
        width: 100px;
    }
    .table_thead tbody tr td:nth-child(3){
        width: 90px;
    }
    .table_thead thead tr th:nth-child(4), .table_thead tbody tr td:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 425px) {
    .bodypain_img_block {
        height: 240px;
    }

    .product-bottom_block {
        padding: 45px 10px 25px;
    }

    .bh_Pagination {
        width: 100%;
        overflow-x: scroll;
    }

    .mbl-none {
        display: block;
    }

    .wishlist_block_inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .wishlist_image {
        margin: 0 auto 10px;
    }

    .as-mbl-lable {
        font-size: 18px;
        font-weight: 600;
    }

    .cart-remove-btn {
        display: block;
    }

    .product_main_block .swiper-wrapper .swiper-slide {
        height: 120px !important;
    }

        .product_main_block .swiper-wrapper .swiper-slide img {
            object-fit: contain;
        }

    .desk-none {
        display: none;
    }

    .main_header {
        box-shadow: 0px 5px 12px 0 #dddddd;
    }

    .announcebar_remove-btn {
        right: 6px;
    }

    .announcement_box {
        width: 90%;
    }

    .service_block_li {
        width: 50%;
        display: block;
        text-align: center;
    }

        .service_block_li:nth-child(1), .service_block_li:nth-child(2) {
            padding: 0;
        }

    .main_logo {
        width: 200px;
    }

    /*.footer_logo a img {
        width: 70%;
    }*/

    .marquee-content {
        gap: 10px;
        animation-duration: 10s;
    }

    .category_img-block {
        height: 160px;
    }

    .product-block {
        padding: 0;
    }

    .service_block_li .ps-2 {
        padding-left: 0;
    }

    .serach_input {
        width: 88%;
    }

    .sale_main_block,
    .main_collection-block {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .sale_main_block {
        gap: 20px;
    }

    .fp-trancate {
        width: 130px;
    }

    .halo-block_inner {
        display: none !important;
    }

    .halo_block .container .justify-content-between {
        justify-content: space-between;
    }

    .custom_about-w50 {
        width: 100%;
    }

    .about-inner {
        padding: 30px 20px;
    }

    .logo {
        width: 110px;
    }

    .mbl-search {
        display: none !important;
    }

    .slider-next-btn,
    .slider-prev-btn {
        width: 36px;
        height: 36px;
    }

    .cart_block {
        width: 90%;
    }

    .navbar ul {
        justify-content: space-between;
    }

    .cart_count {
        top: -4px;
        right: -4px;
    }

    .mobile_menu {
        width: 90%;
    }

    .banner-inner {
        flex-wrap: wrap;
        gap: 20px;
    }

    .banner-block {
        width: 100%;
        margin-bottom: 16px;
    }

    .elips_block .col-4 {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .elips_block .col-8 {
        width: 100%;
        padding-top: 40px;
    }

    .elips_img_block {
        width: 350px;
        height: 350px;
    }

    .other_content_block {
        text-align: center;
    }

    .mission_vission_block .col-6 {
        width: 100%;
    }

        .mission_vission_block .col-6:nth-child(2) {
            padding-top: 50px;
        }

    .other_content_block ul {
        padding: 0;
    }

    .blog-block .col-4 {
        width: 100%;
        padding-bottom: 30px;
    }

    .blog-block .col-8 {
        width: 100%;
    }

    .other_content_block .section-heading {
        font-size: 22px;
        line-height: 34px;
    }

    .content_para {
        line-height: 30px;
        padding: 12px 0;
    }

    .read_more_btn, .btn_AddCart {
        padding: 6px 30px;
    }

    .prd-main_block .col-6 {
        width: 100%;
    }

    .product-details {
        width: 100%;
        padding-top: 50px;
    }

    .desc-img {
        width: 70%;
        object-fit: none;
        border-radius: 10px;
        margin-top: 20px;
    }

    .pr-category-main {
        grid-template-columns: 1fr;
    }

    .pr-banner {
        gap: 14px;
    }

    .pr-img-block {
        width: 80px;
        height: 80px;
    }

    .section-head {
        position: sticky;
        top: 0;
        background-color: #fff;
        padding: 10px 0;
        z-index: 999;
    }

    .section-small-head {
        font-size: 16px;
        line-height: 20px;
    }

    .section-heading {
        font-size: 20px;
        line-height: 28px;
    }

    .hero_sub_heading {
        width: 60%;
        max-width: 100%;
        font-size: 18px;
        line-height: 24px;
    }

    .hero-banner-head-tag {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
    }

    .prd-slider-btn {
        width: 30px !important;
        height: 30px !important;
        border: 1px solid #000;
    }

        .prd-slider-btn::after {
            font-size: 14px !important;
        }

    .product-tablinks {
        font-size: 14px;
        line-height: 26px;
    }

    .product-tab-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .saller-banner {
        width: 50%;
    }

    .product-tab-left-block {
        width: 100%;
        margin: 10px 0;
    }

    .product-tab-right-block {
        grid-template-columns: 1fr 1fr;
    }

    .product-img-block {
        height: 130px;
    }

    .btn-secondary {
        font-size: 16px;
        line-height: 24px;
        padding: 6px 12px;
    }

    .form-container {
        padding: 50px 20px;
    }

    .signin-input {
        padding: 40px 10px;
    }

    .register-content {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .optionbox {
        padding: 35px 0;
    }

    .product_img_slider .swiper-wrapper .swiper-slide {
        background-color: #ffffff;
    }

        .product_img_slider .swiper-wrapper .swiper-slide img {
            width: 100%;
        }

    .size_guide {
        width: 90%;
    }

    .about-head-text {
        width: 100%;
    }

    .ctn-form-block .col-6 {
        width: 100%;
    }

    .cart-shipping_block {
        width: 100%;
    }

    .d-sm-none {
        display: none;
    }

    .cart_product-block {
        flex-wrap: wrap;
    }

        .cart_product-block .col-4, .cart_product-block .col-8 {
            width: 100%;
        }

    .cart-other-detail {
        padding: 10px 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 5px;
    }

        .cart-other-detail li:nth-last-child(1) {
            display: none;
        }

    .cart_product_wrapper .col-8 {
        margin-left: auto;
        width: 70%;
    }

    .cart_product_wrapper {
        padding: 20px 10px;
    }

    .main_blog_content .col-6 {
        width: 100%;
    }

    .main_blog_content .ps-4, .main_blog_content .pe-4 {
        padding: 0;
    }

    .collection-image-block {
        height: 150px;
    }

    .tab-txt {
        font-size: 16px;
    }

    .prd-vdo-block_wrapper {
        height: 275px;
    }

    .custom-col-2 {
        width: 30%;
    }

    .custom-col-10 {
        width: 70%;
    }

    .custom-col-8 {
        width: 100%;
    }

    .category_block {
        grid-template-columns: 1fr 1fr;
        padding-top: 10px;
        gap: 10px;
    }

    .header_lower {
        display: none;
    }

        .header_lower .container .row .col-10 .justify-content-between {
            justify-content: center;
        }

        .header_lower .container .row .col-10 ul {
            flex-wrap: wrap;
        }

            .header_lower .container .row .col-10 ul li {
                padding: 5px 15px;
            }

    .category_block .px-10 {
        padding: 0 5px;
    }

    .category_block .mb-2 {
        margin-bottom: 10px;
    }

    .trusted-txt {
        width: 100%;
    }

    .footer-info-inner:nth-child(1) {
        width: 100%;
    }

    .footer-info-inner:nth-child(2) {
        width: 100%;
        padding-top: 30px;
    }

    .showroom-addr {
        width: 100%;
    }

    .lower_footer {
        padding: 20px;
        text-align: center;
    }

        .lower_footer p {
            line-height: 2;
        }

    nav {
        padding: 12px 0px;
    }

    .heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide {
        /*height: 300px !important;*/
        height: 100% !important;
    }

    .filter_block .col-6 {
        width: 100%;
    }

    .sort-by-block {
        padding-top: 20px;
        justify-content: start;
    }

        .sort-by-block .filter-txt {
            padding: 0 15px 0 0;
        }

    .mbl_collection-banner {
        display: block;
    }

    .desk_collection-banner {
        display: none;
    }

    .footer-info-inner h2 {
        font-weight: 500;
        opacity: 0.9;
    }

    .ft-info_block {
        opacity: 0.9;
    }

    .footer-info-inner ul {
        opacity: 0.9;
    }

    .footer-icon svg path {
        fill: #4f4f4f;
    }

    .product_cart_section {
        height: 82%;
    }

    .cate-page-inner .w-20 {
        width: 50%;
    }

    .prd-selection {
        width: 100% !important;
        padding: 10px !important;
    }

    .size-guide_btn {
        padding: 12px 35px !important;
    }

    .mltpl-prd-selection {
        padding: 8px;
    }

    .cnt-adr_block {
        padding: 50px 12px 0;
    }

        .cnt-adr_block .row .col-6 {
            width: 100%;
        }

        .cnt-adr_block .row .pe-4 {
            padding: 0 15px;
        }

    .pt-sm-3 {
        padding-top: 30px;
    }

    .time-addr_box {
        padding: 15px 25px;
        border-radius: 50px;
    }

    .profession_box {
        grid-template-columns: 1fr 1fr;
    }

    .bran_product-box {
        grid-template-columns: 1fr 1fr;
    }

        .bran_product-box .py-2:nth-last-child(1) {
            padding: 10px 0;
        }

    .enquire-card-box {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-img-inner {
        width: 80%;
    }

    .how_to_order-box {
        grid-template-columns: 1fr;
    }

    .how-to-order-main-box {
        padding: 30px 0;
        margin-bottom: 15px;
    }

    .contact_detail_block .col-4 ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .profile_box ul {
        grid-template-columns: 1fr;
    }

    .profile_box {
        padding: 25px 20px;
    }

    .billing-detail {
        padding-top: 45px;
    }

    .payment-detail-field {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .overlay_form {
        width: 90%;
        margin: auto;
    }

    .FAQs_block {
        padding-left: 12px;
    }

    h2.faqs_heading {
        font-size: 16px;
    }

    .FAQs_block li::marker {
        font-size: 16px;
    }

    .brand-img {
        height: 100px;
    }

    .qtyinput_box {
        width: 100%;
    }

    .share-me {
        margin-right: 10px;
    }

    .product-details ul .border_bottom_prd_name .col-10 {
        width: 75%;
    }

    .prd-name-with-tag {
        margin: 10px 0px 10px 10px;
        font-weight: 400;
        font-size: 14px;
    }

    .cate-page-inner {
        grid-template-columns: 1fr 1fr;
    }

    .order_history_wrapper {
        gap: 10px;
    }

    .product_order_img {
        width: 170px;
        height: 170px;
    }

    .product_order_content {
        padding: 0;
    }

    .order-tracking_main {
        padding: 15px 10px;
    }

    .timeline-step-arrow {
        right: 10px;
    }

    .timeline-step {
        gap: 10px;
    }

    .order-tracking_box {
        gap: 20px;
    }

    .wrap_MultiProduct {
        padding: 0px 5px;
        margin-top: 20px;
    }

    .track_order_no_box {
        width: 100%;
        padding: 20px;
        box-shadow: 2px 2px 10px #dbdbdb;
        margin: 0 auto 20px;
    }

    .mltpl-prd-dtl-box ul {
        gap: 10px;
    }

        .mltpl-prd-dtl-box ul li {
            display: flex;
            justify-content: end;
            flex-direction: column;
        }

        .mltpl-prd-dtl-box ul:nth-child(1) {
            display: none;
        }

        .mltpl-prd-dtl-box ul li .addCartBtn {
            padding: 14px 20px;
        }

    .wishlist_box {
        padding: 10px;
    }

    .download_invoice_box {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}

@media screen and (max-width: 375px) {
    .cart_block {
        width: 95%;
    }

    .product-tab-right-block,
    .category_block {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .logo {
        width: 210px !important;
    }

    .elips_img_block {
        width: 300px;
        height: 300px;
    }

    .px-1 {
        padding: 0 6px;
    }

    .pe-1 {
        padding-right: 6px;
    }

    .blog_content {
        padding: 0;
    }

    .product_cart_section {
        height: 85%;
    }

    .banner-heading {
        font-size: 16px;
    }

    .prd-vdo-block_wrapper {
        height: 240px;
    }

    .card-img {
        height: 160px;
    }

    .bran_product-box {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 135px !important;
    }

    .main_logo {
        width: 150px;
    }

    .product-tablinks {
        padding: 5px 15px;
        font-size: 16px;
        border-radius: 30px;
    }

    button[data-tab="TopRated"] {
        margin-top: 20px;
    }

    .cart_inner_btn {
        font-weight: 600;
    }

    .nav_bars {
        padding-right: 2px;
    }

    .elips_img_block {
        width: 250px;
        height: 250px;
    }

    .blog_share_link {
        padding-bottom: 10px;
    }

        .blog_share_link li {
            width: 100%;
            display: flex;
            justify-content: center;
            padding-bottom: 10px;
        }

            .blog_share_link li:nth-child(1),
            .blog_share_link li:nth-child(2) {
                border-right: 0;
            }

    .other_content_block .section-heading {
        font-size: 18px;
        line-height: 26px;
    }

    .content_para {
        line-height: 1.5;
    }

    .desc-img {
        width: 85%;
        object-fit: none;
        border-radius: 10px;
        margin-top: 20px;
    }

    .form-container {
        padding: 30px 10px;
    }

    .checkout {
        padding: 30px 20px;
    }

    .banner-heading {
        padding: 0 20px;
    }

    .prd-vdo-block_wrapper {
        height: 200px;
    }

    .card-img {
        height: 130px;
    }

    .purple_heading-box h3 {
        font-size: 16px;
    }
}

@media screen and (min-width: 1350px) {
    .container {
        width: 90%;
        max-width: 1610px;
        padding: 0 10px;
        margin: 0 auto;
    }

    .navbar ul {
        padding: 0 15px;
    }

    .serach_input {
        padding: 16px 10px;
    }

    .banner-text {
        padding: 10px 30px;
        background-color: #ffffffbd;
        font-size: 28px;
    }

    .heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide {
        position: relative;
        height: 545px;
    }

    .about-head {
        font-size: 20px;
    }

    .saller-banner {
        width: 100%;
    }

    .banner-heading {
        padding-top: 15px;
    }

    .prd-name {
        font-size: 26px;
        opacity: 0.9;
        padding-bottom: 8px;
    }

    .prd-sub_name {
        font-size: 18px;
        opacity: 0.8;
    }

    .me-2 {
        margin-right: 10px;
    }

    .product-details .product-price {
        font-size: 26px;
    }

    .other-price {
        font-size: 18px;
    }

    .product-details .read_more_btn, .btn_AddCart {
        padding: 10px 50px;
    }

    .product-details .checkout-btn {
        padding: 10px 50px;
    }

    .content_para {
        padding: 20px 0;
        line-height: 30px;
        font-size: 18px;
    }

    .our_mission_content {
        width: 60%;
        font-size: 20px;
    }

    .read_more_btn, .btn_AddCart {
        padding: 8px 40px;
    }

    .mission-vission-txt {
        font-size: 22px;
    }

    .sponsorship-txt {
        font-size: 24px;
    }

    .blog_share_link {
        padding: 0 0 35px 0 !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    /* Styles for mid-sized desktops or laptops */
    .container{
        width: 100%;
    }

    .search_form{
        width: unset !important;
    }
    /*.serach_input_block {
        width: 50% !important;
    }*/
    .search_icon_block {
        margin-left: -14px;
    }
    .header-fixed_block li.chield_link {
        padding: 10px 10px;
    }
    .header-fixed_block > li:nth-child(8) {
        display: none;
    }
    .heroSectionSlider .swiper-wrapper .swiper-slide, .SaleBannerSlider .swiper-wrapper .swiper-slide{
        height: 430px !important;
    }
    .bodypain_img_block{
        height: 290px;
    }

    .product-tab-right-block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /*//Product Page*/
    .cate-page-inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    /*//Sale Page*/
    .sale_main_block {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }


    .enquire-card-box {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
