@media (min-width: 992px) and (max-width: 1199px) {
    .mainmenu nav>ul>li>a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: 94px;
        padding: 0 5px;
        position: relative;
        display: block;
    }
}

@media (max-width: 767px) {

    .header-bottom.sticky .header-bottom-bg {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .mean-container .mean-bar,
    .mean-container .mean-nav {
        background: #e5a43d repeat scroll 0 0;
    }

    .slider-item {
        height: 170px;
    }

    .home-slider {
        margin-top: 50px;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .page-banner {
        margin-top: 50px;
    }

    .home-category-slider h3 {
        font-size: 10px;
        margin-top: 15px;
    }


    .product-content .product-item {
    margin-bottom: 10px;
    padding: 10px 0;
    }

    .product-content .product-title {
        margin-top: 5px;
    }

    .product-content .product-item .pro-img {
        position: relative;
        padding: 0 2px;
    }

    .shop-menu .mobile-left {
        float: right !important;
    }

    .shop-menu .mobile-left li:first-child {
        margin-right: 0;
        margin-top: 0;
    }

    .shop-menu .mobile-left .form-control {
        color: #333;
        text-align: center;
        height: 40px;
    }

    .shop-menu .mobile-left p {
        display: none;
    }


    .cd-filter {
        display: block;
    }

    .cd-filter-trigger {
        display: block;
    }

    .mobile-hidden {
        display: none !important;
    }

    .mobile-show {
        display: block !important;
    }

    .shop-menu {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 5px 0;
    }

    .tag-n-s {
        background: #e1a23d repeat scroll 0 0;
        border-radius: 3px;
        color: #fff;
        height: 20px;
        left: 0;
        line-height: 20px;
        position: absolute;
        top: 0;
        width: 50px;
        font-size: 10px;
    }

    .mean-container a.meanmenu-reveal {

        float: left;
    }

    .mobile-menu-area .mean-bar::after {
        display: none;
    }

    .header-bottom.sticky .logo {
        top: 0;
        display: block;
        position: fixed;
        margin-left: 60px;
        line-height: 54px;
        width: 26%;
        z-index: 100;
    }

    .mobile-cart {
        position: fixed;
        right: 20px;
        z-index: 100;
    }

    .mobile-cart i {
        color: #fff;
        font-size: 25px;
        line-height: 60px;
    }

    .mobile-cart a span {
        background: #FFF;
        border: none;
        border-radius: 50%;
        color: #e1a23d;
        height: 20px;
        left: 15px;
        line-height: 20px;
        position: absolute;
        text-align: center;
        top: 10px;
        width: 20px;
    }

    .product-details .actions-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 10px;
        background: #FFF;
        z-index: 10;
    }

    .footer-brand .prev.slick-arrow {
        z-index: 2;
        left: 0;
        max-width: 30px;
        background: #000;
        border-radius: 50%;
    }

    .footer-brand .next.slick-arrow {
        right: 0;
        max-width: 30px;
        background: #000;
        border-radius: 50%;
    }

    .singl-pro-title .actions-btn li:first-child a {
        border: 1px solid #e4a33e;
        color: #fff;
        width: 200px;
        background: #e4a33e;
    }

    .singl-pro-title .actions-btn li:first-child a i {
        color: #fff;
    }

    #toast-wrapper {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: 0;
    }

    #toast-container>#toast-wrapper>.toast {
        min-width: 150px;
        width: 100%;
        min-width: 100%;
        border: none;
        border-radius: 0;
    }

    .toast-header {
        border-radius: 0;
    }

    .product-title h5 {
        font-size: 10px;
        font-weight: 400;
        margin: 5px 0;
        color: #858585;
    }

    .product-content .product-title a h3 {
        color: #333;
        font-size: 12px;
        margin: 0;
    }

    .product-title>p {
        font-size: 12px;
        font-weight: 500;
    }

    .mobile-add-button {
        background: #e1a23d;
        color: #FFF;
        font-weight: 500;
        font-size: 12px;
        padding: 3px 10px;
        width: 80px;
        max-width: 100%;
        margin: 5px auto 5px auto;
        border-radius: 5px;
    }

    .mobile-category-list .category-item-wrap {
        width: 25%;
        float: left;
    }

    .mobile-category-list .category-item {
        padding: 8px;
    }

    .mobile-category-list .category-item h3 {
        font-size: 10px;
        font-weight: 400;
        margin-top: 10px;
    }

    .slide-text .title {
        font-size: 15px;
    }

    a.shop-btn,
    a.btn-style {
        background: #fff none repeat scroll 0 0;
        color: #1b1b1b;
        display: inline-block;
        font-size: 10px;
        line-height: 26px;
        padding: 0 10px;
        position: relative;
        z-index: 2;
    }

    .mobile-search {
        position: fixed;
        right: 55px;
        z-index: 100;
    }

    .mobile-search i {
        color: #fff;
        font-size: 25px;
        line-height: 60px;
    }

    .mobile-user {
        position: fixed;
        right: 90px;
        z-index: 100;
    }

    .mobile-user i {
        color: #fff;
        font-size: 25px;
        line-height: 60px;
    }

    .search-box .form-control {
        margin-bottom: 10px;
    }

    .featured-slider {
        height: 300px;
    }

    .footer-title>h4 {
        margin-bottom: 10px;
        font-size: 15px;
        text-align: center;
    }

    footer .actions-btn {
        text-align: center;
    }

    .s-footer-text .submit-text::before,
    .s-footer-text .submit-text::after {
        display: none;
    }

    .s-footer-text .submit-text>input {
        background: #e5a43d;
        color: #ffffff;
        width: 100%;
    }

    .s-footer-text .submit-text {
        flex-grow: 1;
    }

    .s-footer-text .input-text {
        flex-grow: 2;
    }

    .s-footer-text>form {
        width: 100%;
        padding: 0 20px;
        display: flex;
    }

    .s-footer-text .input-text>input {
        width: 100%;
        background: #ddd;
    }

    .footer-menu {
        text-align: center;
    }

    .footer-menu li {
        margin-bottom: 5px;
        display: inline-block;
        color: #000;
        padding: 0 10px;
        text-align: center;
    }

    .footer-menu li a {
        color: #737373;
        font-size: 12px;
    }

    .fb-text {
        font-size: 9px;
    }

    .fb-text h5 {
        font-size: 9px;
        margin-bottom: 0;
    }

    .fb-icon {
        font-size: 20px;
        padding-right: 15px;
        display: none;
    }

    .newsletter-area {
        padding: 10px 0;
        margin-top: 0;
    }

    .newsletter-block .newsletter-tilte {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .newsletter-block .newsletter-form {
        position: relative;
        width: 100%;
    }

    .social-block {
        text-align: center;
        margin-top: 0 !important;
    }

    .social-block .social li {
        float: initial;
    }

    .social-block .social li a {
        font-size: 15px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .newsletter-area .pb-3 {
        padding-bottom: 5px !important;

    }

    .newsletter-area .pt-3 {
        padding-top: 5px !important;
    }

    .facility-section {
        padding: 10px 0 !important;
    }

    .fb-text span {
        font-size: 8px;
        text-transform: uppercase;
    }

    .footer-quick-links .footer-link a {
        display: inline-block;
        margin: 5px 0 0;
        padding: 0 5px;
        border-right: 1px solid #adadad;
        line-height: 12px;
        font-weight: 300;
        color: #666;
        font-size: 10px;
    }

    .footer-quick-links {
        border-top: 1px solid #e6e6e6;
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .out-stock {
        padding: 0 5px;
    font-size: 9px;
    line-height: 20px;
    font-weight: 400;
    top: -10px;
    right: 0;
    }

    .newsletter-block .newsletter-tilte .title {
        font-size: 18px;
        font-weight: 700;
    }

    .newsletter-block .newsletter-tilte p {
        font-size: 12px;
        line-height: 15px;
    }

    .newsletter-block .newsletter-form input {
        height: 36px;
    }

    .newsletter-block .newsletter-form button {
        height: 34px;
        font-size: 12px;
        line-height: 36px;
    }

    button.shop-btn {
        font-size: 10px;
        line-height: 25px;
        padding: 0 10px;
    }

    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

}