@media (max-width: 992px){
    .header-middle .list-unstyled li{
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .about-left{
        padding-top: 40px;
    }
    .about-box{
        max-width: 100%;
        position: relative;
        margin-bottom: 15px;
    }
    
    .none-web
    {
        display:block;
    }
    
}
@media (max-width: 768px){
    .header-middle{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-middle .search{
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 15px;
    }
    
    .stuck .navbar-expand-md {
    display:block;
}
    
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
        margin-bottom: -15px;
    }
    .navbar .navbar-nav .nav-link{
        padding: 10px 20px;
    }
    .navbar-nav .dropdown-menu{
        background-color: transparent;
        border: 0;
        border-radius: 0;
    }
    .navbar-nav .dropdown-item{
        font-size: 16px;
        font-weight: 600;
        padding: 5px 40px;
    }
    
    .owl-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    
    .footer-widget:first-child{
        margin-bottom: 30px;
    }
    .footer-widget:last-child{
        margin-top: 30px;
    }
    
}

@media (max-width: 576px){
    .logo img{
        height: 57px;
    }
    
    .owl-carousel .owl-nav .owl-next, 
    .owl-carousel .owl-nav .owl-prev {
        font-size: 14px;
        margin-top: -10px;
    }
    .section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-title{
        text-align: center;
    }
    .product-daydeal {
        text-align: center;
    }
    .product-details p {
        height: 55px;
        overflow: hidden;
    }
    .product-daydeal .btn{
        width: 100%;
    }
    
    .btn,
    .btn-lg{
        padding: 8px 10px;
        font-size: 14px;
    }
    .form-control{
        height: 39px;
    }
    
    .breadcrumb-wrapper{
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .breadcrumb a, .breadcrumb-item{
        font-size: 16px;
    }
    .single-product-details{
        margin-top: 30px;
    }
    .single-product-details .product-title{
        font-size: 22px;
    }
    .single-product-details .product-price .price, 
    .single-product-details .product-price .old-price {
        font-size: 18px;
    }
    .single-product-details .product-aval .available{
        font-size: 16px;
    }
    .product-options {
        padding: 40px 0;
    }
    .product-desc,
    .form-wrapper{
        padding: 50px 30px;
    }
    
    .value-button, .number {
        height: 43px;
        line-height: 43px;
    }
    .pp{
        padding : 10px 10px;
    }
}