@media only screen and (min-width: 768px) {
    .mf-title,
    .m-shop-cat {
        display: none;
    }
    .m-footer .collapse {
        display: inherit;
    }
    #head-top-menu {
        position: relative;
    }
}
@media only screen and (max-width:1024px) {
    .all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (max-width: 991px) {
    .bhoechie-tab-menu {
        width: 30%;
    }
    .subcat-wrapper {
        width: 70%;
    }
    .mobile-social {
        padding: 10px;
        position: sticky;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    .social-head li {
        display: inline-block;
    }
    .social-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .social-head li a {
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        border-radius: 3px;
    }
    .social-head li a i {
        color: #fff;
    }
    .social-head li.facebook a {
        background-color: #3b5999;
    }
    .social-head li.twitter a {
        background-color: #00aced;
    }
    .social-head li.youtube a {
        background-color: #d12121;
    }
    .social-head li.instagram a {
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .social-head li.pinterest a {
        background-color: #c8232c;
    }
    /*Category Menu Style Start*/
    .m-shop-cat {
        background-color: #b9d78f;
        border-radius: 3px;
        margin: 5px 10px 0;
        display: none;
    }
    .cat-all:before,
    span.icon-open-close {
        width: 40px;
        height: 39px;
        position: absolute;
        transition: all 500ms ease;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #242424;
        right: 0;
        top: 0;
    }
    .cat-all:before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }
    li.cat-all a.icon-open-close {
        width: 100%;
    }
    .cm-open .icon-open-close:before,
    .cm-open:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .m-shop-cat li a,
    li.cat-all a {
        width: calc(100% - 35px);
        position: relative;
        transition: 0.3s;
        display: block;
    }
    .m-shop-cat li>.icon-toggle {
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        padding: 7px 5px;
        color: #242424;
        top: 0;
        transition: all 500ms ease;
        font-size: 22px;
    }
    .m-shop-cat .has-submenu>.sub-menu {
        display: none;
        background-color: #d4edb2;
        border-radius: 3px;
        margin-top: 6px;
    }
    .icon-toggle.sub-open {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .sub-menu.child_category.sub_category_ul {
        background-color: #fff;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .custom-footer .container {
        padding: 0 10px;
    }
    .news-box p {
        line-height: 20px;
    }
    .news-box {
        margin: 20px auto;
        max-width: 90%;
        padding: 20px 10px;
    }
    .footer-pay-icon .paybox {
        width: 48px;
        height: 25px;
    }
    h4.f-title {
        display: none;
    }
    .mf-title {
        position: relative;
        margin-bottom: 5px;
        padding: 5px 0 10px;
        border-bottom: 1px solid #dddddd54;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .m-footer ul {
        margin-bottom: 0;
    }
    .m-footer .collapse.show {
        display: block;
    }
    .m-footer .mf-title .fa-angle-up,
    .m-footer .mf-title[aria-expanded="true"] .fa-angle-down {
        display: none;
    }
    .m-footer .mf-title[aria-expanded="true"] .fa-angle-up {
        display: block;
    }
    .m-footer .navbar-toggler {
        display: inline-block;
        padding: 0;
    }
    .m-footer .mf-title.collapsed::after {
        transform: rotate(-45deg);
        transition: all 0.2s ease-in-out;
    }
    .m-footer .mf-title::after {
        width: 8px;
        height: 8px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        position: absolute;
        right: 4px;
        content: "";
        top: 13px;
        transform: rotate(45deg);
        transition: all 0.2s ease-in-out;
    }
    .footer {
        padding-top: 25px
    }
    .h3title,
    .app-icon-img {
        text-align: center;
        justify-content: center;
    }
    h5.f-title.dm-block {
        display: block;
    }
    .footer-copyright p {
        line-height: 17px;
    }
    #search_results .category-section .category-wrapper .single-category {
        width: 50%;
        float: left;
        border: none;
    }
    #search_results .product-grid>div {
        width: 100%;
        padding: 0;
    }
    #search_results .single-product a {
        display: flex;
        align-items: center;
        box-shadow: 0 0 9px 2px #ccc;
        margin: 5px;
    }
    #search_results .single-product .image {
        width: 70px;
    }
    #search_results .single-product .desc {
        width: 80%;
        text-align: left;
        margin: 0 5px 0 10px;
        height: auto;
    }
    #search_results .single-product .desc p {
        margin: 0;
    }
    #search_results .pagination a {
        padding: 5px 7px;
        font-size: 13px;
    }
    #search_results .product-grid,
    #search_results .category-section .category-wrapper {
        max-height: unset;
    }
    #search_results .search-result-row {
        height: 65vh;
        overflow: auto;
    }
    
    .navbar-collapse {
        background-color: #d5f3a9;
        position: absolute;
        width: 97%;
        left: 0;
        right: 0;
        top: 70px;
        z-index: 9;
        overflow: hidden;
        margin: 0 auto;
        box-shadow: var(--shadow-primary);
        border-radius: 8px;
        padding-bottom: 20px;
    }
    .navbar-toggler {
        padding: 0;
        position: absolute;
        right: 10px;
    }
    .head-logo img {
        max-width: 120px;
    }
    .header-action>ul>li>a::after {
        height: 40px;
        width: 40px;
    }
    .header-action .my-account .my-account-dropdown .reg-footer {
        font-size: 12px;
        line-height: 15px;
        margin-top: 5px;
    }
    .header-action .my-account .my-account-dropdown .reg-footer .btn-link {
        margin-left: 0;
    }
    .header-action .my-account .my-account-dropdown .btn-bg-primary {
        padding: 5px 35px;
        width: 100%;
    }
    .cart-dropdown .cart-content-wrap {
        width: 320px;
    }
    .header-action .my-account .my-account-dropdown {
        min-width: 150px;
    }
    #head-top-menu li {
        margin: 0;
        padding: 5px 10px !important;
        border-bottom: 1px solid #00000075;
    }
    #head-top-menu li:last-child {
        border-bottom: none;
    }
    .all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .all-cat-wrapper .single-cat .thambnail .parent-cat {
        padding: 5px;
        font-size: 14px !important;
        margin: 0px;
    }
    .all-cat-wrapper .single-cat .thambnail .product-count {
        font-size: 14px;
        padding: 5px;
    }
    .all-cat-wrapper .wrapper .sub-cat ul .first-child a {
        display: block;
        font-size: 15px;
        line-height: 20px;
    }
    .all-cat-wrapper .wrapper .sub-cat ul .second-child a {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .social_media_login {
        display: block;
    }
    div.nsl-container[data-align="left"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .cart-collaterals .cart_totals {
        display: block;
    }
    .cart-collaterals .calculate-box,
    .cart-collaterals .cart-total-box {
        width: 100%;
    }
    .cart-collaterals .cart-total-box {
        margin: 20px 0;
    }
    .coupon #coupon_code {
        width: 65%;
    }
    .coupon {
        display: flex;
    }
    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        padding: 0.618em 0;
    }
    .woocommerce .cart .button, .woocommerce .cart input.button {
        font-size: 15px;
    }
    .woocommerce .cart .coupon .button {
        padding: 0 !important;
    }
    a.checkout-btn {
        padding: 5px 10px;
        font-size: 15px;
    }
    .woocommerce-cart-form {
        box-shadow: none;
        background: transparent;
    }
    .woocommerce .woocommerce-cart-form tbody .cart_item,
    .account-orders-table .order {
        box-shadow: 0 0 9px 1px #ccc;
        position: relative;
        margin-bottom: 15px;
        background: #fff;
    }
    .woocommerce-page table.cart .product-thumbnail {
        display: block;
        text-align: center !important;
    }
    .woocommerce-page table.cart .product-thumbnail:before {
        display: none;
    }
    .woocommerce-page table.cart.table>:not(:first-child) {
        border-top: none;
    }
    .woocommerce-page table.cart.table-bordered>:not(caption)>* {
        border-width: 0;
    }
    .woocommerce-page table.cart td.product-remove {
        position: absolute;
        right: -10px;
        top: -10px;
        padding: 0px;
        border: none !important;
    }
    .woocommerce a.remove {
        width: 25px;
        height: 25px;
        line-height: 22px;
        border-radius: 50%;
        background-color: var(--color-primary);
        color: #fff !important;
    }
    .woocommerce .cart tbody .cart_item td {
        border-bottom: 1px solid #e6e6e6;
    }
    .woocommerce .cart .product-quantity .quantity {
        margin-left: auto;
        margin-right: 0;
    }
    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-weight: 500;
    }
    .woocommerce table.shop_table_responsive td.actions {
        box-shadow: 1px 1px 5px 0px #ddd;
        background: #fff;
        border: none;
    }
    .three-cat-slide .four-catbox {
        margin: 0 2px;
    }
    .upto-slide.theme-slide-arrow .slide-arrow {
        top: inherit;
        bottom: -50px;
        left: 0;
        margin: 0 auto;
    }
    .upto-slide.theme-slide-arrow .slide-arrow.next-arrow {
        right: -40px;
    }
    .theme-slide-arrow .slide-arrow {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .home-banner.theme-slide-arrow .slide-arrow.prev-arrow,
    .three-cat-slide.theme-slide-arrow .slide-arrow.prev-arrow {
        left: 10px;
    }
    .home-banner.theme-slide-arrow .slide-arrow.next-arrow,
    .three-cat-slide.theme-slide-arrow .slide-arrow.next-arrow {
        right: 10px;
    }
    .home-banner.theme-slide-arrow .slide-arrow,
    .three-cat-slide.theme-slide-arrow .slide-arrow {
        top: 35%;
    }
    .tablink {
        font-size: 14px;
        height: 44px;
    }
    #Login .woocommerce-form.woocommerce-form-login.login .form-row {
        width: 100%;
    }
    .exp-more-cat .col-md-2 {
        width: 30%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .m-acmenu {
        position: fixed;
        bottom: 20px;
        left: 5px;
        z-index: 10;
        background: #a1d407;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 280px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #fff;
        overflow: auto;
        margin-top: 0 !important;
    }
    .woocommerce-MyAccount-navigation.open-acmenu {
        left: 0px;
        padding-bottom: 50px !important;
        border: none !important;
    }

    /*Mobile shop category css start*/
    #primary-menu.navbar-nav {
        overflow: auto;
        max-height: calc(100vh - 220px);
    }
    .m-shop-cat .has-submenu>.sub-menu {
        display: none;
        background-color: #d4edb2;
    }
    .sub-menu.child_category.sub_category_ul {
        background-color: #fff;
    }
    .has-submenu {
        position: relative;
    }
    .m-shop-cat li > .icon-toggle {
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        padding: 5px;
        color: #242424;
        top: 0;
        transition: all 500ms ease;
        font-size: 20px;
    }
    .m-shop-cat ul {
        margin: 0;
        border-radius: 5px;
    }
    .icon-toggle.sub-open {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .cm-open .icon-open-close:before,
    .cm-open:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    li.cat-all a.icon-open-close {
        width: 100%;
    }
    span.icon-open-close {
        width: 40px;
        text-align: center;
        right: 0;
        position: absolute;
        cursor: pointer;
        padding: 5px;
        color: #242424;
        top: 1px;
        transition: all 500ms ease;
        font-size: 20px;
    }
    .cat-all:before {
        width: 40px;
        position: absolute;
        transition: all 500ms ease;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        text-align: center;
        top: 1px;
        right: 0;
        cursor: pointer;
        padding: 5px;
        color: #242424;
        font-size: 20px;
        z-index: -1;
    }
    .m-shop-cat li a,
    li.cat-all a {
        width: calc(100% - 35px);
    }   
    .product-wrapper-bottom .pro-img {
        height: 200px;
    }
    .product-wrapper-bottom .pro-img img {
        height: 200px;
    }
    .pro-under {
        grid-template-columns: repeat(4, 1fr);
    }
    #head-top-menu li a:hover {
        color: #292930;
    }
    .search-product .product-grid {
        display: inherit;
        padding: 0 !important;
    }
    .search-product .product-grid .single-product {
        box-shadow: none;
    }
    #search_results .category-section .desc p:after {
        position: absolute;
        content: "|";
        top: 0px;
        left: -8px;
        color: #80b934;
        font-weight: 600;
    }
    
    /*Mobile shop category css end*/
    .track_order {
        width: 100%;
    }
    .account-orders-table .order td {
        border-bottom: 1px solid #e6e6e6;
    }
    .table.account-orders-table >:not(:first-child) {
        border-top: none; 
    }
    .search-loader {
        height: fit-content;
    }
    .ld-cat-name {
        height: 35px;
        margin-bottom: 8px;
    }
    header nav {
        padding: 10px 0 !important;
    }
    #homeauto-modal .btn-close {
        right: 0;
    }
    .subscrib-box button.btn {
        width: 123px;
    }
    .entry-title {
        font-size: 24px;
    }
    .entry-content {
        margin-top: 0;
    }
    .tabcontent {
        padding: 0 0 30px;
    }
    .checkout-nav {
        margin-bottom: 5px;
    }
    .woocommerce-Addresses .woocommerce-Address {
        width: 100% !important;
        margin-bottom: 10px;
    }
    table.shop_table_responsive .product-name::before {
        display: none;
    }
    .woocommerce .cart tbody .cart_item td.product-name {
        text-align: left !important;
    }
    .author-info {
        display: block;
        margin-bottom: 15px;
    }
    .about-author {
        margin-left: 0;
    }
    .author-img {
        max-width: 120px;
        margin: 0 auto;
    }
    .sidebar-left {
        width: 95%;
        margin: 0 auto;
    }
    .title-top .h2title {
        font-size: 23px;
    }
    .home-pro-slide .category-slick-arrow-top .slide-arrow {
        top: -60px;
    }
    .theme-btn.btn-square {
        padding: 4px 15px;
        font-size: 15px;
    }
    .cat-b-content h3 {
        font-size: 15px;
    }
    .cat-b-content p {
        font-size: 14px;
        line-height: 19px;
    }
    li.header-btn {
        border-top: 1px solid #00000075;
    }
    .header-btn a {
        width: fit-content;
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .columns-5 .slick-slider:hover .slick-prev {
        left: -35px;
    }
    .columns-5 .slick-slider:hover .slick-next {
        right: -35px;
    }
    .earn-link p {
        font-size: 14px;
        width: 50%;
        line-height: 18px;
    }
    .earn-link a {
        padding: 0 10px;
    }

    .wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
        float: left !important;
    }
    .cr-all-reviews-shortcode ol.commentlist {
        display: block;
    }
    .cr-all-reviews-shortcode ol li.review {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    .other-tags {
        flex-direction: column;
    }
}