/* ==========================================================================
   Frontend Responsive Stylesheet
   Sections are grouped by viewport, then by storefront area.
   ========================================================================== */

/*==== DESKTOP VISIBILITY RULES ====*/
@media only screen and (min-width:767px) {
    .mobile-menu {
        display: none;
    }
    .mobile-search {
        display: none;
    }

}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .home-promo-marquee {
        min-height: 64px;
    }

    .home-promo-track span {
        gap: 16px;
        padding-right: 34px;
        font-size: 20px;
    }

    .home-discount-section {
        padding: 16px 0 44px;
    }

    .home-discount-card {
        grid-template-columns: 48% 52%;
        min-height: 340px;
    }

    .home-discount-media,
    .home-discount-media img {
        min-height: 340px;
    }

    .home-discount-content {
        padding: 28px 34px 28px 48px;
    }

    .home-discount-eyebrow {
        margin-bottom: 18px;
    }

    .home-discount-content h2 {
        font-size: 38px;
    }

    .home-discount-content p {
        font-size: 17px;
    }

    .flash-sale-shell {
        padding: 52px 24px 34px;
    }

    .flash-sale-heading {
        left: 46px;
    }

    .flash-sale-heading h2 {
        font-size: 34px;
    }

    .flash-sale-slider.owl-carousel:not(.owl-loaded) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .flash-sale-slider.owl-carousel:not(.owl-loaded) .flash-sale-item:nth-child(n + 4) {
        display: none;
    }

    .flash-sale-card {
        min-height: 525px;
    }

    .flash-sale-image {
        height: 310px;
    }

    .product-categories-section {
        padding-bottom: 38px;
    }

    .product-categories-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .product-category-card {
        height: 300px;
    }

    .product-category-card span {
        min-width: 138px;
        min-height: 43px;
        bottom: 30px;
        font-size: 15px;
    }

    .arrival-products-section {
        padding: 30px 0 42px;
    }

    .arrival-tabs {
        gap: 40px;
        margin-bottom: 46px;
    }

    .arrival-tabs button {
        font-size: 26px;
    }

    .arrival-products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 34px 20px;
    }

    .arrival-product-image {
        height: 340px;
    }

    .shop-look-section {
        padding: 20px 0 42px;
    }

    .shop-look-heading {
        margin-bottom: 36px;
    }

    .shop-look-heading h2 {
        font-size: 34px;
    }

    .shop-look-card {
        height: 390px;
    }

    .happy-clients-section {
        padding: 38px 0 50px;
    }

    .happy-clients-heading {
        margin-bottom: 38px;
    }

    .happy-clients-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .happy-client-card {
        padding: 34px 26px 22px;
    }

    .happy-client-arrow {
        display: none;
    }

    .shop-gram-section {
        padding: 42px 0 54px;
    }

    .shop-gram-heading {
        margin-bottom: 36px;
    }

    .shop-gram-heading h2 {
        font-size: 34px;
    }

    .shop-gram-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-gram-card {
        height: 260px;
    }

    .store-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .store-benefit-card {
        min-height: 160px;
    }
}

/*==== MOBILE LAYOUT RULES ====*/
@media only screen and (min-width:320px) and (max-width:767px) {
    .category-slider,
    .brand-slider,
    .flash-sale-slider,
    .product_slider {
        display: flex !important;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding-bottom: 4px;
        scroll-snap-type: inline proximity;
        scrollbar-width: none;
    }

    .main_slider {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .main_slider::-webkit-scrollbar {
        display: none;
    }

    .main_slider.owl-carousel:not(.owl-loaded) .slider-item {
        display: block !important;
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .slider-section {
        margin: 0;
    }

    .slider-item {
        min-height: 430px;
        height: auto;
        margin-top: 0;
    }

    .slider-hero-link {
        grid-template-columns: 54% 46%;
        min-height: inherit;
    }

    .slider-copy {
        padding: 42px 12px 74px 22px;
    }

    .slider-copy h2 {
        margin-bottom: 14px;
        font-size: clamp(42px, 13vw, 60px);
        line-height: 1.1;
    }

    .slider-copy p {
        max-width: 250px;
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 1.45;
    }

    .slider-cta {
        min-width: 150px;
        min-height: 44px;
        padding: 12px 16px;
        gap: 9px;
        border-radius: 5px;
        font-size: 13px;
    }

    .slider-item picture,
    .slider-item img {
        min-height: inherit;
    }

    .slider-item img {
        object-position: center bottom;
    }

    .main_slider .owl-dots {
        left: 22px;
        bottom: 24px;
        gap: 14px;
    }

    .home-promo-marquee {
        min-height: 48px;
    }

    .home-promo-track {
        animation-duration: 18s;
    }

    .home-promo-track span {
        gap: 12px;
        padding-right: 26px;
        font-size: 16px;
    }

    .home-promo-track i {
        font-size: 14px;
    }

    .home-discount-section {
        padding: 12px 0 30px;
    }

    .home-discount-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .home-discount-card {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 8px;
    }

    .home-discount-media {
        min-height: 240px;
    }

    .home-discount-media img {
        min-height: 240px;
        object-position: center top;
    }

    .home-discount-content {
        padding: 24px 22px 26px;
    }

    .home-discount-eyebrow {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .home-discount-content h2 {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 1.2;
    }

    .home-discount-content p {
        margin-bottom: 14px;
        font-size: 15px;
    }

    .home-countdown-label {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .home-countdown {
        gap: 6px;
        margin-bottom: 24px;
    }

    .home-countdown div {
        width: 52px;
        height: 52px;
    }

    .home-countdown strong {
        font-size: 25px;
    }

    .home-discount-btn {
        min-width: 150px;
        min-height: 44px;
        font-size: 13px;
    }

    .category-slider::-webkit-scrollbar,
    .brand-slider::-webkit-scrollbar,
    .flash-sale-slider::-webkit-scrollbar,
    .product_slider::-webkit-scrollbar {
        display: none;
    }

    .category-slider > .cat-item,
    .brand-slider > .brand-item {
        flex: 0 0 calc(33.333% - 6px);
        scroll-snap-align: start;
    }

    .product_slider > .product_item {
        flex: 0 0 calc(50% - 4px);
        scroll-snap-align: start;
    }

    .flash-sale-section {
        padding: 0 0 28px;
    }

    .flash-sale-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .flash-sale-shell {
        padding: 42px 12px 18px;
        border-width: 1px;
        border-radius: 8px;
    }

    .flash-sale-heading {
        top: -22px;
        left: 22px;
        gap: 10px;
        padding: 0 14px;
    }

    .flash-sale-heading span {
        font-size: 20px;
    }

    .flash-sale-heading h2 {
        font-size: 28px;
    }

    .flash-sale-slider > .flash-sale-item {
        flex: 0 0 76%;
        scroll-snap-align: start;
    }

    .flash-sale-card {
        min-height: 506px;
        padding: 8px 8px 22px;
    }

    .flash-sale-image {
        height: 315px;
    }

    .flash-sale-info {
        padding: 28px 6px 0;
    }

    .flash-sale-info h3 {
        font-size: 15px;
    }

    .flash-sale-timer {
        min-height: 40px;
        bottom: 26px;
        font-size: 13px;
    }

    .flash-sale-slider .owl-nav {
        display: none;
    }

    .product-categories-section {
        padding: 0 0 28px;
    }

    .product-categories-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .product-categories-heading {
        margin-bottom: 18px;
    }

    .product-categories-heading h2 {
        font-size: 24px;
    }

    .product-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .product-category-card {
        height: 238px;
        border-radius: 8px;
    }

    .product-category-card span {
        min-width: 118px;
        max-width: calc(100% - 28px);
        min-height: 40px;
        bottom: 22px;
        padding: 9px 12px;
        font-size: 14px;
    }

    .arrival-products-section {
        padding: 22px 0 34px;
    }

    .arrival-products-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .arrival-tabs {
        gap: 20px;
        margin-bottom: 30px;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }

    .arrival-tabs::-webkit-scrollbar {
        display: none;
    }

    .arrival-tabs button {
        flex: 0 0 auto;
        padding-bottom: 10px;
        font-size: 18px;
    }
.product-section {
    padding: 0px 0 30px;
}
.related-title h5 {
    font-size: 32px;
}
    .arrival-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 14px;
    }

    .arrival-product-image {
        height: 255px;
    }

    .arrival-product-badge {
        top: 10px;
        right: 10px;
        min-width: 44px;
        height: 25px;
        font-size: 12px;
    }

    .arrival-product-actions {
        gap: 8px;
        bottom: 10px;
        min-width: 104px;
    }

    .arrival-details-icon {
        width: 36px;
        height: 36px;
    }

    .arrival-hover-sizes {
        gap: 8px;
        min-height: 28px;
        padding: 6px 12px;
    }

    .arrival-hover-sizes b {
        font-size: 12px;
    }

    .arrival-stock-out {
        width: 82px;
        height: 82px;
        font-size: 13px;
    }

    .arrival-product-info {
        padding-top: 14px;
    }

    .arrival-product-info h3 {
        font-size: 14px;
    }

    .shop-look-section {
        padding: 18px 0 32px;
    }

    .shop-look-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .shop-look-heading {
        margin-bottom: 24px;
    }

    .shop-look-heading h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .shop-look-heading p {
        font-size: 14px;
    }

    .shop-look-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .shop-look-card {
        height: 300px;
    }

    .happy-clients-section {
        padding: 30px 0 36px;
    }

    .happy-clients-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .happy-clients-heading {
        margin-bottom: 26px;
    }

    .happy-clients-heading h2 {
        margin-bottom: 10px;
        font-size: 32px;
    }

    .happy-clients-heading p {
        font-size: 14px;
    }

    .happy-clients-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .happy-client-card {
        min-height: 0;
        padding: 28px 22px 20px;
    }

    .happy-client-quote {
        min-height: 0;
        font-size: 15px;
    }

    .happy-client-product {
        grid-template-columns: 58px 1fr 38px;
        gap: 14px;
        margin-top: 26px;
    }

    .happy-client-product img {
        width: 58px;
        height: 78px;
    }

    .happy-client-product > i {
        width: 38px;
        height: 38px;
    }

    .happy-client-arrow {
        display: none;
    }

    .shop-gram-section {
        padding: 34px 0 42px;
    }

    .shop-gram-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .shop-gram-heading {
        margin-bottom: 24px;
    }

    .shop-gram-heading h2 {
        margin-bottom: 10px;
        font-size: 31px;
    }

    .shop-gram-heading p {
        font-size: 14px;
    }

    .shop-gram-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .shop-gram-card {
        height: 220px;
    }

    .store-benefits-section {
        padding: 0 0 32px;
    }

    .store-benefits-section .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .store-benefits-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .store-benefit-card {
        min-height: 145px;
        padding: 24px 18px;
    }

    .store-benefit-card i {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .store-benefit-card h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .store-benefit-card p {
        font-size: 13px;
    }

    .contact-wrapper {
        bottom: 5px;
        right: 7px;
    }
     .col-sm-3.mb__hide_hbe {
        display: none;
    }
    div#variable-modal {
        padding: 10px;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
   .payment_method {
        width: calc(24% - 4px) !important;
    }
    .payment_method {
        padding: 5px;
    }
    #variable-modal .modal-view {
        width: 100%;
        padding: 20px;
    }
    .close-variable-button {
        right: 0;
        top: 0;
    }
    .dimage_item img {
        object-fit: contain;
        pointer-events: none;
    }

    /* Mobile header */
    .mobile-header.fixed-top {
        top: -40px;
        transform: translateY(40px);
        transition: transform 1s;
    }
    .checkout-shipping .card-header {
        padding: 15px;
    }
    .coupon-section{
        display: none;
    }
    .pro_img {
        height: auto;
    }
    .menu-logo {
        height: 40px;
    }

    /* Grid and card spacing */
    .logo-item {
        height: 40px;
        text-align: center;
    }

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

    .cat_img a {
        display: block;
        height: 100%;
    }

    .cat_img img {
        height: 100%;
    }

    .cat_img {
        height: 50px;
        text-align: center;
    }
    .sidebar-menu {
        display: block;
        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;
    }

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

    .category-breadcrumb {
        justify-content: center;
    }
    .category-product {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Slide-out mobile menu */
    .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);
    }

    /* Mobile footer links */
     .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;
    }

    /* Mobile category tiles */

    .cat_item {
        padding: 5px;
    }
    
    .cat-img img {
        padding: 20px;
    }
.cat-name {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15px;
}
    .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 header */
    .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;
        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;
        font-size: 22px;
    }
    .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;
    }

    /* Header collapse */
    .logo-area {
        display: none;
    }

    .menu-area {
        display: none;
    }

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

    .header-right {
        display: none;
    }

    /* Product detail / cart utilities */
    .category-item {
        padding: 5px 0;
    }

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

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

.quantity .minus, .quantity .plus {
    height: 35px;
    line-height: 39px;
    width: 35px;
    font-size: 27px;
}
.main-search form {
    height: 48px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
}

    .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;
    }

    .quantity .minus {
        width: 40px;
    }

    .quantity .plus {
        width: 40px;
    }

    .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;
    }

    /* Footer + home sections */
    .delivery-partner {
        text-align: left !important;
    }
    .payment-methods {
        gap: 8px;
    }
    .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;
    }
    
    .details-product {
        margin-top: 0px;
    }

    .mobile-header {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
    }

    .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 {
        text-align: center;
        padding: 11px 0;
        display: grid;
        grid-template-columns: 40px auto 40px 50px;
        align-items: center;
        padding-right: 10px;
    }
    .main-search {
        position: absolute;
        width: 100%;
        background: white;
        padding: 9px 7px 12px;
        display: none;
        z-index: 9;
        margin: 0px;
    }

    ul.facilities-inner {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 9px;
    }
    .faciliti-item {
        gap: 10px;
        padding: 4px 4px;
    }

    .faciliti-item p {
        font-weight: 500;
        font-size: 13px;
    }
    .faciliti-item img {
        width: 35px;
    }

    .main-search.active {
        display: block !important;
    }
    .toggle_search {
        cursor: pointer;
    }
    .fixed-top .mobile-logo i {
        margin-bottom: 0px;
        color: #000 !important;
    }
    .marquee-item-wrap {
        height: 30px;
        line-height: 30px;
    }

   .menu-logo img {
        height: 50px;
        width: auto;
        max-width: 150px;
        margin-top: -3px;
    }
    /*.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: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
    right: 0;
}

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

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

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

    .menu-bag {
        margin-top: 9px;
        display: flex;
        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;
    }
    .slider-section {
        margin: 0;
    }
.home-promo-marquee {
    min-height: 48px;
}
.square_banner_item {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0 5px;
}
    .slider-item {
        min-height: 430px;
        height: auto;
        margin-top: 0;
    }
    .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;
    }
 .brand-item {
    height: 120px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
}
    button.owl-next,button.owl-prev {
        font-size: 22px !important;
    }

    .section-title h3,
    .section-title h2 {
        font-size: 14px;
        font-weight: 600;
    }
    .category-title h3 {
        font-size: 14px;
    }
    .footer-bottom {
        padding: 12px 0;
    }
    .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;
    }
    .filter_btn {
        height: 36px;
        line-height: 36px;
    }
    .category-breadcrumb {
        margin-bottom: 10px;
    }

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

    .auth-section, .checkout-shipping {
        margin-top: 5px;
    }

    .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;
    }
    .details-wishlist {
        display: none !important;
    }

    a.details-wishlist.compare_store.cursor {
        display: none !important;
    }

    .main-details-page {
        padding: 22px 0 28px;
    }

    .details-modern-breadcrumb,
    .details-modern-top-actions {
        display: none;
    }

    .details-modern-product {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 0;
    }

    .details-modern-gallery {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .details-modern-main-image {
        order: 1;
    }

    .details-modern-thumbs {
        order: 2;
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .details-modern-thumbs .indicator-item {
        width: 72px;
        height: 72px;
    }

    .details-modern-main-image .dimage_item {
        height: 420px;
    }

    .details-modern-main-image .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .details-modern-summary .product-cart .name {
        font-size: 24px;
    }

    .details-modern-summary .details-price {
        font-size: 25px;
    }

    .details-modern-cart-row {
        grid-template-columns: 1fr 48px 48px;
    }

    .details-modern-cart-row .qty-cart {
        grid-column: 1 / -1;
    }

    .details-modern-cart-row .quantity {
        width: 100%;
    }

    .details-modern-cart-row .details__button__cart {
        grid-column: 1;
    }

    .details-modern-links {
        gap: 16px;
        margin: 24px 0 20px;
    }

    .details-modern-safe {
        align-items: flex-start;
    }
}

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

}

/*==== TABAZ STYLE FOOTER RESPONSIVE CSS START ====*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .site-footer-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .site-footer-bottom {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .category-modern-hero {
        margin-bottom: 24px;
        padding: 22px 0;
    }

    .category-modern-hero h1 {
        font-size: 34px;
    }

    .category-modern-toolbar {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
        margin-bottom: 26px;
    }

    .category-modern-filter-btn {
        width: 100%;
        height: 42px;
    }

    .category-modern-view-icons {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: center;
        min-height: 32px;
        gap: 12px;
    }

    .category-modern-sort {
        width: 100%;
    }

    .category-modern-sort .sort-form .form-select {
        height: 42px;
        font-size: 13px;
    }

    .product-filter-page .category-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 14px;
    }

    .category-modern-image {
        height: 255px;
    }

    .category-modern-actions {
        bottom: 10px;
        min-width: 104px;
    }

    .category-modern-icon {
        width: 36px;
        height: 36px;
    }

    .category-modern-sizes {
        gap: 8px;
        min-height: 28px;
        padding: 6px 12px;
    }

    .category-modern-sizes b {
        font-size: 12px;
    }

    .category-modern-info {
        padding-top: 14px;
    }

    .category-modern-info h3 {
        font-size: 14px;
    }

    .product-filter-page .category-filter-sidebar {
        width: min(410px, 86vw) !important;
        padding: 0 24px 28px;
    }

    .product-filter-page .filter_sidebar_header {
        margin: 0 0 24px;
        padding-left: 0;
    }

    .product-filter-page .category-product.is-list-view .category-modern-card {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
    }

    .product-filter-page .category-product.is-list-view .category-modern-info h3 {
        font-size: 15px;
    }

    .site-footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px 0;
    }

    .site-footer-logo img {
        width: 155px;
    }

    .site-footer-links h3,
    .site-footer-newsletter h3 {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .site-footer-newsletter form {
        gap: 12px;
        margin-top: 16px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
    }

    .site-footer-payments {
        justify-content: flex-start;
    }
}
/*==== TABAZ STYLE FOOTER RESPONSIVE CSS END ====*/
