@media (max-width: 991.98px) {
    .header-middle .nav {
        margin: 0 -10px;
    }
    .header-middle .nav-item {
        padding: 0 10px;
    }
    .header-middle .nav-link i {
        margin: 0;
    }
    .header-middle .nav-item::after,
    .header-middle .nav-link .nav-link-text {
        display: none;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 25px;
        padding-left: 25px;
    }
    .navbar .navbar-nav .nav-link::before {
        left: 25px;
        right: 25px;
    }
    #trending,
    #about,
    .section-title {
        text-align: center;
    }
    .section-title::after {
        margin-right: auto;
        margin-left: auto;
    }
    #trending .section-title,
    #about .section-title {
        margin-top: 30px;
    }
    #trending .nav {
        justify-content: center;
    }
    #trending .nav .nav-item {
        margin: 0 10px 5px 10px;
    }
    .product-title {
        height: 57px;
      	overflow: hidden;
    	line-height: 18px;
    }
    .delivery-text {
        font-size: 13px;
        line-height: 17px;
    }
}

@media (max-width: 767.98px) {
    #categories .col-6 {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    #categories .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .category-card {
        margin-bottom: 6px;
    }
    .badgeNew {
        position: absolute;
        bottom: 50%;
        left: 28%;
        top: -22px;
        font-size: 12px !important;
    }
    .badgeNewAr {
        position: absolute;
        width: 25px;
        height: 25px;
        top: -22px;
        right: 4px;
        font-size: 13px;
    }
    .header-middle {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo img {
        height: 80px;
    }
    .navbar {
        border: 0;
    }
    footer {
        text-align: center;
    }
    .footer-widget h4 {
        font-weight: 700;
        margin-top: 30px;
    }
    .product {
        min-height: 400px;
    }
}

@media (max-width: 575.98px) {
    /*.btn {
        font-size: 14px;
        font-weight: 600;
        padding: 9px 22px;
    }*/
    .owl-carousel .owl-nav {
        text-align: center;
    }
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        margin: 0 5px;
    }
    a.whatsapp-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 35px;
    }
    .social-list>.list-inline-item {
        margin: 0 auto;
        display: table;
    }
}