@media (max-width: 1200px) {
    .nav-list li a {
        padding-left: 20px;
    }
    .user-info li {
        margin-left: 20px;
    }
    .icon_box.icon_box_style3 {
        padding: 15px;
        font-size: 14px;
    }
}

@media (max-width: 1150px) {
    .user-info li,
    .nav-list li a {
        font-size: 14px;
    }
    .nav-list li a {
        padding-left: 10px;
    }
    .user-info li {
        margin-left: 13px;
    }
}

@media (max-width: 992px) {
    .site-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #2bbef9;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: 0.4s;
    }
    .site-nav.active {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        transition: 0.4s;
        display: block;
    }
    .menu-close {
        display: block !important;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .site-nav .navbar-collapse {
        max-width: 220px;
        display: flex;
        flex-wrap: wrap;
    }
    .site-nav .navbar-collapse ul {
        width: 100%;
    }
    .nav-list li a {
        padding-left: 0;
        display: inline-block;
        padding-bottom: 12px;
        margin-bottom: 10px;
        border-bottom: 1px solid #fff;
        width: 100%;
        color: #fff;
    }
    .nav-list {
        margin: 40px 0 0 !important;
    }
    .select-search a.trigger {
<<<<<<< HEAD
        border: 1px solid #fff !important;
=======
        border: 1px solid #fff !important
>>>>>>> 75420af88ad74d6d6f4c7e88891db094e9238330
    }
}

@media (max-width: 991px) {
    .categoryList__wrapper {
        padding: 25px 0 !important;
    }
    .user-info {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 15px;
        display: flex;
        justify-content: space-around;
        z-index: 555;
        border-top: 2px solid;
    }
    .user-info li:last-child {
        display: block;
    }
    .mobile-menu-icon {
        display: block !important;
        font-weight: 800;
        font-size: 25px;
    }
    .side-bar {
        display: none;
    }
    .mobile-filter,
    .mobile-filter .side-bar {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .menu-search {
        margin-top: 20px;
    }
    .menu-search button span {
        display: none;
    }
    .menu-search form button i {
        margin: 0;
    }
    .main-menu .col-md-6 {
        order: 3;
    }
    .user-info li {
        margin: 0 !important;
        width: 25%;
        text-align: center;
    }
    .user-info li a i {
        display: block;
    }
    .user-info li a {
        text-align: center;
    }
}

@media (max-width: 767px) {
<<<<<<< HEAD
=======
    .categoryList__wrapper {
        padding: 0 !important;
    }
>>>>>>> 75420af88ad74d6d6f4c7e88891db094e9238330
    .title p {
        max-width: 250px;
    }
    .content_title h1 {
        font-size: 2rem;
    }
    .banner__image img {
        height: 60vh;
        object-fit: cover;
    }
    .categories__wrapper .item__wrapper {
        width: calc(50%);
    }
    .category__add--wrapper .add__wrapper {
        margin-bottom: 30px;
    }
    .product__column {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .add__image img {
        height: 250px;
        object-fit: cover;
    }
    .testimonial__wrapper .title .left p {
        margin: 0 auto;
    }
    .testimonial {
        padding: 20px;
    }
    .testimonialSwiper {
        padding: 0 0 40px 0 !important;
    }
    .counter-info {
        justify-content: center;
    }
    .footer__counter {
        padding: 30px;
    }
    .counter-info {
        padding-bottom: 30px;
    }
    .footer-abt {
        display: block !important;
    }
    .f-logo {
        margin-bottom: 30px;
    }
    .categoryList__wrapper,
    .product__detail {
        padding: 20px 0;
    }
    .categoryList__wrapper .itemList__wrapper .item__wrapper,
    .productList__wrapper .item__wrapper {
        width: calc(50%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .categories__wrapper .item__wrapper {
        width: calc(33.33%);
    }
    .category__add--wrapper .add__wrapper {
        margin-bottom: 30px;
    }
    .product__column {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .add__image img {
        height: 250px;
        object-fit: cover;
    }
    .banner__image img {
        height: 80vh;
        object-fit: cover;
    }
    .categoryList__wrapper .itemList__wrapper .item__wrapper,
    .productList__wrapper .item__wrapper {
        width: calc(50%);
    }
    .testimonial {
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .item__wrapper {
        width: calc(25%);
    }
}

@media (min-width: 1200px) {}