@media only screen and (min-width:767px) {
   
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }

    .mobile-filter-toggle {
        display: none;
    }

    .checkout-cart-mobile {
        display: none;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .pro_details_area {
     padding-bottom: 10px !important;
    }
    .order_place {
        position: fixed;
        bottom: 59px;
        z-index: 99999;
        left: 0;
        height: 70px;
        background-color: var(--primary-color);
        font-size: 20px;
    }
    .chheckout-section .order_place {
    position: static;
    bottom: auto;
    left: auto;
    height: 42px;
    font-size: 18px;
}
.product-inner.related_slider {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.checkout-ref-card .payment-methods-section {
    margin-top: 5px;
}
.checkout-ref-card {
    padding: 24px 28px 35px;
    border-radius: 8px;
}
.grid__for__desktop {
    display: inline;
    gap: 7px;
    align-items: baseline;
}
.checkout-ref-title {
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: normal;
}
span.conf_btn {
    color: red;
}
    .checkout-panel-title {
        margin-bottom: 16px;
    }
    .checkout-ref-card .checkout-shipping .card-body,
    .checkout-ref-card .cart_details .card-body {
        padding: 0;
    }
    .checkout-ref-card .cart_details {
        margin-top: 18px;
    }
    .checkout-ref-card .shipping-area-box {
        flex-direction: column;
    }
    .checkout-ref-card .area-item + .area-item {
        border-top: 1px solid #eee;
    }
    .checkout-ref-card .payment_method {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
    }
    .checkout-ref-card .cartlist {
        overflow-x: visible !important;
    }
    .checkout-ref-card .cart_table {
        display: none;
        min-width: 0;
    }
    .checkout-cart-mobile {
        display: block;
        width: 100%;
        overflow: hidden;
        background: #fff;
        color: #000;
    }
    .checkout-cart-mobile span {
        width: auto !important;
        height: auto !important;
        min-width: 0;
        border-radius: 0 !important;
    }
    .checkout-cart-mobile__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 0 10px 12px;
        border-bottom: 1px dotted #d8d8d8;
        font-size: 13px;
        font-weight: 800;
    }
    .checkout-cart-mobile__head span {
        min-width: max-content;
        white-space: nowrap;
        word-break: keep-all;
        line-height: 1.3;
    }
    .checkout-cart-mobile__head span:last-child {
        text-align: right;
    }
    .checkout-cart-mobile__item {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr) 82px;
        column-gap: 10px;
        row-gap: 4px;
        padding: 10px 10px 12px;
        border-bottom: 1px dotted #d8d8d8;
        background: #fff;
    }
    .checkout-cart-mobile__image {
        display: block;
        width: 72px;
        height: 72px;
        overflow: hidden;
        background: #f7f7f7;
    }
    .checkout-cart-mobile__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .checkout-cart-mobile__info {
        min-width: 0;
    }
    .checkout-cart-mobile__name {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    .checkout-cart-mobile__option {
        margin: 2px 0 0;
        color: #000;
        font-size: 12px;
        line-height: 1.25;
        word-break: normal;
        overflow-wrap: anywhere;
    }
    .checkout-cart-mobile__qty {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 8px;
        color: #000;
        font-size: 13px;
    }
    .checkout-cart-mobile__qty > span {
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .checkout-cart-mobile__qty .quantity {
        width: 78px;
        height: 24px;
        min-height: 24px;
        display: grid !important;
        grid-template-columns: 24px 30px 24px;
        border: 0;
        border-radius: 0;
        overflow: visible;
    }
    .checkout-cart-mobile__qty .quantity input {
        width: 30px;
        height: 24px;
        padding: 0;
        border: 1px solid #ddd;
        color: #000;
        font-size: 13px;
        text-align: center;
    }
    .checkout-cart-mobile__qty .quantity .minus,
    .checkout-cart-mobile__qty .quantity .plus {
        display: block !important;
        position: static !important;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 1px solid #ddd;
        background: #fff;
        color: #000;
        font-size: 18px;
        line-height: 20px;
    }
    .checkout-cart-mobile__price {
        grid-column: 3;
        grid-row: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
        gap: 24px;
        margin-top: 3px;
        text-align: right;
    }
    .checkout-cart-mobile__price strong {
        display: block;
        color: #000;
        font-size: 13px;
        font-weight: 800;
        white-space: nowrap;
    }
    .checkout-cart-mobile__price .cart_remove {
        display: block;
        position: static !important;
        width: auto;
        height: auto;
        margin-top: 0;
        background: transparent;
        color: #000 !important;
        font-size: 13px;
        text-decoration: underline;
        white-space: nowrap;
        cursor: pointer;
    }
    .checkout-cart-mobile__price .cart_remove::after {
        content: none;
    }
    .checkout-cart-mobile__summary {
        background: #fff;
    }
    .checkout-cart-mobile__summary > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 11px 24px;
        border-bottom: 1px dotted #d8d8d8;
        color: #000;
        font-size: 14px;
    }
    .checkout-cart-mobile__summary span {
        min-width: 130px;
        white-space: nowrap;
        word-break: normal;
        overflow-wrap: normal;
        line-height: 1.35;
    }
    .checkout-cart-mobile__summary strong {
        color: #000;
        font-size: 13px;
        white-space: nowrap;
    }
    .checkout-cart-mobile__summary .checkout-cart-mobile__total {
        font-weight: 800;
    }
    .checkout-cart-mobile__total strong {
        font-weight: 900;
    }
    .secure-payment {
        width: 150px;
    }
    .checkout-shipping h6 {
        font-size: 16px;
    }
    .stock-alert {
        gap: 0px;
        padding: 8px 10px;
    }
    .contact-wrapper {
        bottom: 60px;
        right: 7px;
    }
     .col-sm-3.mb__hide_hbe {
        display: none;
    }
    div#variable-modal {
        padding: 10px;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
    .payment_method.active::before {
        margin-top: 0px;
        margin-left: 0;
    }
    .payment_method {
         padding: 5px;
        width: 47%;
    }
    .payment_method img {
        height: 18px;
    }
    .payment_method label {
        margin: 0;
        font-size: 15px;
    }
    #variable-modal .modal-view {
        width: 100%;
        padding: 20px;
    }
    .close-variable-button {
        right: 0;
        top: 0;
    }
    .dimage_item img {
        object-fit: contain;
        pointer-events: none;
        height: auto;
    }
    .mobile-header.fixed-top {
        top: -40px;
        transform: translateY(40px);
        transition: transform 1s;
    }
    .mobile-header.fixed-top {
        top: -40px;
        transform: translateY(40px);
        transition: transform 1s;
    }
    .checkout-shipping .card-header {
        padding: 10px;
    }
    .coupon-section{
        display: none;
    }
    .pro_img {
        height: auto;
    }
    .menu-logo {
        height: 40px;
    }

    .logo-item {
        height: 40px;
        text-align: center;
    }

    .product_sliders {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .footer_nav ul li a span {
        display: block;
        font-weight: 400;
    }
    .cat_img a {
        display: block;
        height: 100%;
    }

    .cat_img img {
        height: 100%;
    }

    .cat_img {
        height: 50px;
        text-align: center;
    }
    .sidebar-menu {
        display: block;
    }
   .sidebar-menu {
        background: #f5f7f9;
        margin: 0;
        border-radius: 3px;
    }
    li.mobile_home a {
        color: #fff;
    }
    .fixed_whats a {
        bottom: 5px;
        right: 10px;
    }
    .scrolltop {
        display: none !important;
    }

    .mobile_hide {
        display: none;
    }

    .desktop_hide {
        display: block;
    }
    .sorting-section {
        margin-top: -15px;
    }
    .card-body.cartlist {
        overflow-x: scroll;
    }
    .section-title-header .section-title-name {
        font-size: 15px;
    }

    #content {
        margin-left: 0;
        padding-top: 0;
    }

    .page-sort {
        padding-right: 6px;
    }

    .showing-data {
        display: none;
    }

    .mobile-filter-toggle {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        align-items: center;
        column-gap: 10px;
        display: none;
    }

    .home-slider-container {
        width: 100%;
        margin-left: 0;
    }
    .container {
        max-width: initial;
    }

    .category-breadcrumb {
        justify-content: center;
    }
    .category-product {
        grid-template-columns: repeat(2, 1fr);
    }
    form.sort-form {
        width: 70%;
        margin: 0 auto;
        margin-top: 15px;
    }
    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu {
        width: 300px;
        left: -300px;
        position: fixed;
        top: 0;
        z-index: 99999;
        background-color: #fff;
        height: 100vh;
        transition: all 0.3s ease;
        overflow-y: auto;
    }

    .mobile-menu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .mobile-menu::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
    }
     .mobilemenu-bottom {
        border: 1px solid #ddd;
        padding: 20px  20px;;
    }

    .mobilemenu-bottom ul li {
        display: block;
        padding: 8px 0;
    }
    .mobilemenu-bottom ul li a{
       color: #222;
    }
    .cat_item {
        padding: 5px;
    }
    .cat_name {
        height: 50px;
        overflow:hidden;
    }
    .m-hide {
        display: none !important;
    }
    .footer-menu.use_link_m ul li {
        font-size: 16px;
    }
    .footer-menu.use_link_m ul li a {
        padding: 0 !important;
        margin: 0 !important;
    }
    .footer-menu ul li a {
        margin-bottom: 5px;
    }
    .mobile-search {
        background-color: #fff;
        padding: 0px 6px;
        padding-top: 0;
        display: block;
    }


    .mobile-menu-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 10px 15px;
    }

    .logo-image img {
        height: 40px;
        width: auto;
    }

    .mobile-menu-close {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-close i {
        font-size: 22px;
    }

    .first-nav .parent-category {
        display: block;
        line-height: 33px;
    }

    .first-nav .menu-category-list {
        display: block;
    }

    .first-nav .menu-category-list .menu-category-link {
        padding: 10px 0;
        display: block;
        padding-left: 20px;
    }

    .first-nav .parent-category .menu-category-name {
        display: block;
        padding: 10px;
        padding-left: 20px;
        text-transform: capitalize;
        font-weight: 600;
        color: #222;
    }

    .mobile-menu li.parent-category {
        position: relative;
    }

    .mobile-menu span.menu-category-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    li.parent-category img {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        background: #f1f1f1;
        overflow: hidden;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transition: transform 0.3s ease;
    }

    .mobile-menu span.menu-category-toggle.active i {
        transform: rotate(180deg);
    }

    .second-nav {
        padding: 0 0px;
        background-color: #fff;
    }

    .second-nav.active {
        min-height: 15px;
    }

    .parent-subcategory {
        display: block;
        position: relative;
        padding: 0px;
    }

    .parent-subcategory .menu-subcategory-name {
        display: block;
        padding: 10px;
        padding-left: 40px;
        font-weight: 600;
    }

    span.menu-subcategory-toggle {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }

    span.menu-subcategory-toggle.active i {
        transition: transform 0.3s ease;
    }

    span.menu-subcategory-toggle.active i {
        transform: rotate(180deg);
    }

    li.childcategory {
        display: block;
    }

    ul.third-nav {
        padding: 0;
        background-color: #f2f2f2;
    }

    li.parent-category.active {
        background-color: rgba(0, 0, 0, .05);
    }

    li.parent-subcategory.active {
        background-color: #fff;
    }

    .menu-childcategory-name {
        display: block;
        padding: 0px;
        padding-left: 60px;
    }

    header .toggle {
        margin-top: 0;
        padding-left: 12px;
    }

    .main-search.mobile-search {
        margin-top: 0;
        padding: 8px 15px;
        background: #f7f7f7;
    }
    .main-search.mobile-search form {
        height: 40px;
        border-width: 1px;
    }
    .mobile-menu-social .mobile-social-list .mobile-social-link {
        border: 2px solid #c0c0c0;
        padding: 5px 13px;
        border-radius: 5px;
        display: block;
    }

    .mobile-menu-social .mobile-menu-social {
        display: flex;
        column-gap: 5px;
        padding-left: 20px;
    }

    .logo-area {
        display: none;
    }

    .menu-area {
        display: none;
    }

    .header-left {
        justify-content: center;
    }

    .header-right {
        display: none;
    }

    .category-item {
        padding: 5px 0;
    }

    .category-item p {
        font-weight: 400;
    }

    .qty-cart .quantity {
        height: 35px;
        margin-left: 12px;
    }

    .quantity .minus, .quantity .plus {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 35px;
    }

    .d-flex.single_product.col-sm-6 {
        margin-left: 4px;
        margin-top: 10px;
    }

    .qty-cart {
        width: auto !important;
    }

    .cus-order-2 {
        order: 0;
    }

    .cus-order-1 {
        order: 1;
    }

    .chheckout-section {
        padding: 10px 0;
    }

    .cart_details {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .success-img img {
        width: 200px;
    }

    .main_product_inner {
        grid-template-columns: 1fr 1fr;
    }

.qty-cart {
    grid-template-columns: 130px auto;
    margin-left: -10px;
}
.quantity .minus {
    width: 25px;
}

    .quantity .plus {
        width: 25px;
    }

    .compare_store.mobile-show {
        display: block !important;
        line-height: 42px;
        text-align: center;
    }

    .add-to-cart.mobile-fix {
        position: fixed;
        bottom: 64px;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px;
        margin: 0 10px;
    }
    .main-details-page .qty-cart {
    padding: 0;
    width: 114% !important;
}
.main-details-page .qty-cart .quantity {
    width: 118px !important;
    height: 42px;
    border-radius: 0;
}
    .delivery-partner {
        text-align: left !important;
    }
    .footer-top {
        padding: 30px 0;
    }

    .front-view-flex {
        padding: 10px 0px;
    }

    .front_category_title h1 {
        font-size: 20px;
    }

    .front-view-item {
        margin-bottom: 15px;
    }

    .front-view-title a {
        font-size: 13px;
    }

    .home-page-section-title-box h3 {
        font-size: 20px;
    }

    .category-banner-products {
        padding: 20px 5px;
    }

    .flash-product-section .col-sm-4 {
        padding: 10px 10px !important;
    }

    .flash_all {
        margin-top: 10px;
    }

    .slider-section .offset-sm-3 {
        padding-left: 5px;
    }

    .main-header {
        display: none;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 9999;
    }

    #navbar_top {
        position: relative;
        z-index: 9999;
    }

    .main-search.mobile-search {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 9998;
        padding: 8px 12px;
        background: #fff;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #e6e6e6;
        box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: 0.2s ease;
    }

    .main-search.mobile-search.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .main-search.mobile-search form {
        height: 48px;
        background: #fff;
        border: 1px solid var(--primary-color);
        border-radius: 4px;
    }

    .main-search.mobile-search form button {
        width: 44px !important;
        flex: 0 0 44px;
        background: var(--primary-color);
        color: #fff;
    }

    .main-search.mobile-search form input {
        width: calc(100% - 44px) !important;
        background: #fff;
        font-size: 14px !important;
    }

    .main-search.mobile-search .search_result {
        position: relative;
        z-index: 10000;
    }

    .mobile-top {
        background: #108BC3;
        padding: 8px 0;
    }

    .mobile-top ul {
        text-align: right;
    }

    .mobile-top ul li a {
        color: #fff;
        margin: 0 5px;
    }

.mobile-logo {
    display: grid;
    grid-template-columns: 22% 52% 22%;
    text-align: center;
    font-size: 16px;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
    .mobile-order-track {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        font-size: 18px;
    }

    .mobile-order-track:hover {
        color: var(--secondary-color);
    }

    .menu-bar {
        justify-self: start;
    }

    .menu-bag {
        justify-self: end;
    }

    .footer_nav ul {
        margin-top: 0;
    }

    .fixed-top .mobile-logo i {
        margin-bottom: 0px;
        color: #000 !important;
    }

    .fixed-top .mobile-order-track i {
        color: var(--secondary-color) !important;
    }
    .marquee-item-wrap {
        height: 30px;
        line-height: 30px;
    }

.menu-logo img {
    height: 65px;
    margin-top: -11px;
    object-fit: contain;
}
    /*.dimage_item {*/
    /*    height: 275px;*/
    /*}*/
    .footer-menu {
        padding-left: 20px;
    }

   ul.social_link {
    margin-top: 10px;
}
    a.mobile-social-link {
        text-align: center !important;
    }


    .search_product {
        position: absolute;
        width: 330px;
        background: #fff;
        z-index: 999999;
        border: 1px solid #ddd;
        top: 0;
        right: 12px;
    }

    .menu-bar {
        margin-top: 0;
    }

    .menu-bag .margin-shopping {
        position: relative;
        width: 30px;
    }

    .mobile-search-toggle {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: #111;
        margin-right: 10px;
        transition: 0.2s ease;
    }

    .mobile-search-toggle i {
        font-size: 19px;
        line-height: 1;
    }

    .fixed-top .mobile-search-toggle.active i {
        color: #fff !important;
    }

    .menu-bag .margin-shopping span {
        position: absolute;
        display: inline-block;
        background-color: var(--secondary-color);
        height: 20px;
        border-radius: 50px;
        padding: 1px 7px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        top: -10px;
        right: 0;
    }

    .menu-bag .margin-shopping span i.fa-solid.fa-bag-shopping {
        font-size: 22px;
    }

    .menu-bag {
        margin-top: 9px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 1px;
    }

    .menu-bag i {
        font-size: 20px;
    }

    .menu-bag ul li a {
        margin-right: 15px;
        position: relative;
    }

.menu-bag .margin-shopping span {
    position: absolute;
    display: inline-block;
    background-color: var(--secondary-color);
    height: 19px;
    border-radius: 50px;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    top: -9px;
    right: -9px;
}
.all__btn__sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
    .slider-section {
        margin: 0px 0;
    }
    .slider-item {
        height: 150px;
        margin-top: 0px;
    }
    .banner-right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 15px;
    }
    .banner-right-item {
        height: 85px;
    }
    .banner-right .item-1 {
        margin-bottom: 0;
    }
    .pro_btn {
        padding: 0px 5px;
        padding-bottom: 5px;
    }
    button.owl-next,button.owl-prev {
        font-size: 22px !important;
    }
    .cat-img {
        height: 90px;
    }
    .section-title h3 {
        font-size: 14px;
        font-weight: 600;
    }
    .category-title h3 {
        font-size: 14px;
    }
    .footer_nav ul li i {
        font-size: 20px;
        width: 35px;
        height: 35px;
        padding: 9px;
        border-radius: 7px;
    }

    .footer-bottom {
    padding: 12px 0;
    padding-bottom: 70px;
}
    .footer-about p {
        margin: 0px 0px;
    }
    .footer-menu .title {
        margin-top: 15px;
    }
    .footer-about {
        padding-left: 20px;
    }
    .footer-hotlint{
        margin-bottom: 0;
    }
    li.title.text-center {
        text-align: left !important;
    }
    .social_link {
        justify-content: left;
    }

    li.mobile_home {
        border: 2px solid #ddd;
        margin-top: -27px;
        background: var(--secondary-color);
        padding-top: 15px;
        border-radius: 50%;
        width: 75px;
        height: 75px;
    }
    .pro_btn button {
        padding: 8px 0px;
        font-size: 13px;
    }
     .cart_btn a {
        font-size: 14px;
    }

    .mobile_home span i {
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        margin-right: 22px;
    }

    a.view_more_btn {
        text-align: right;
        float: right;
        background: var(--secondary-color);
        text-transform: capitalize;
        font-size: 15px;
        padding: 7px 15px;
        color: #fff;
        font-family: "Lato", sans-serif;
        border-radius: 50px;
    }

    .section-title-left h4 {
        font-size: 16px;
    }

    .section-title-right a {
        font-size: 13px;
    }

    .product-info .name {
        height: 70px;
    }

    .product-info {
        padding: 15px 10px;
    }

    .row>* {
        padding-right: calc(var(--bs-gutter-x) * .3);
        padding-left: calc(var(--bs-gutter-x) * .3);
    }

    .footer-top {
        padding-bottom: 25px;
        padding-top: 25px;
    }


    .category-sidebar {
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        background: #fff;
        left: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.35s all;
    }


    .page-title h5 {
        font-size: 16px;
    }

    .product-section {
        margin-top: 0;
    }

    .sort-form select {
        font-size: 14px;
    }

    .category-sidebar.active {
        visibility: visible;
        opacity: 1;
    }

    .auth-section, .checkout-shipping {
        margin-top: 0px;
    }
    .area-item label {
        padding: 10px;
        padding-left: 34px;
        margin: 0;
        font-weight: 600;
        font-size: 15px;
    }
    .checkout-shipping label {
        margin-bottom: 4px;
        font-size: 15px;
    }
    .customized-input-box .input-icon-label {
        top: 29px;
    }
    .area-item label::before {
        width: 20px;
        height: 20px;
    }
    .area-item label::after {
        width: 20px;
        height: 20px;
    }

    .payment-form .gap-3 {
        gap: 0 !important;
    }

    .close-modal {
        left: 50%;
        top: -17px;
        transform: translateX(-50%);
    }

    .vcart-section {
        margin-top: 60px;
    }

    .menu-product {
        display: none;
    }
    .details-product {
        padding: 20px;
    }
    .details_right {
        padding: 0px 0px;
    }
    .main-details-page {
        padding: 12px 0;
    }
    .main-details-page .details-product {
        padding: 0;
    }
    .main-details-page .dimage_item img {
        height: 100%;
    }
    .main-details-page .indicator_thumb {
    display: flex !important;
}
    .main-details-page .details_right {
        margin-top: 14px;
        padding: 14px;
    }
  .main-details-page .product-cart .name {
    font-size: 18px;
    margin-bottom: 5px;
}
    .main-details-page .details-price {
        font-size: 14px;
    }
    .main-details-page .d-flex.single_product {
        grid-template-columns: 1fr;
    }
    .main-details-page .add_cart_btn,
    .main-details-page .order_now_btn,
    .main-details-page .call_now_btn {
        height: 42px;
        font-size: 15px;
    }
    .main-details-page .call_now_btn {
        font-size: 0;
    }
    .main-details-page .call_now_btn span,
    .main-details-page .call_now_btn i {
        font-size: 15px;
    }
    .main-details-page .details-delivery-charge {
        justify-content: flex-start;
    }
    .details-wishlist {
        display: none !important;
    }

    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }
    .product_slider {
    grid-template-columns: repeat(2,1fr);
}
.footer_nav{
    display: block;
    height: 58px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
}
.footer_nav ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    justify-items: center;
    height: 100%;
    align-items: center;
    margin-top: 0;
}
.footer_nav ul li {
    width: 100%;
}
.footer_nav ul li a {
    min-width: 0;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #000;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 400;
}
.footer_nav ul li a svg,
.footer_nav ul li a i {
    height: 22px;
    width: 22px;
    color: #000;
    font-size: 21px;
}
.footer_nav ul li a i {
    padding: 0;
    border-radius: 0;
}
.footer_nav ul li a span {
    display: block;
    font-weight: 400;
}
li.mobile_cart a {
    position: relative;
}
li.mobile_cart .footer-cart-count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(5px);
    background-color: var(--primary-color);
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    border-radius: 20px;
    font-weight: 600;
}
li.mobile_home {
    width: 72px !important;
    height: 72px;
    margin-top: -30px;
    padding: 0;
    background: var(--secondary-color);
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.24);
}
li.mobile_home a {
    height: 100%;
    gap: 2px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}
li.mobile_home a svg {
    width: 25px;
    height: 25px;
    color: #fff !important;
}
.dark-footer .footer-bottom {
    background: #151515;
    padding: 11px 0 70px;
}
.market-hero__content {
    padding: 5px 0 0;
}
}

@media only screen and (min-width:767px) and (max-width:991px) {
    .menu-product {
        display: none;
    }

}

@media only screen and (min-width:992px) and (max-width:1140px) {}

@media only screen and (min-width:1141px) {}
