
@media screen and (max-width: 800px) {
    
    #search-bar-form{
        margin: -20px 10px 50px ;
    }

    #links{
        display: none;
    }
    .bars {
        display: block;
    }

    .our-category{
        width: 100%;
        box-sizing: border-box;
    }

    /* #news section, #promotion section {
        text-align: center;
    } */
    .news-item{
        width: 150px;
        margin: 3px 3px;
    }
    .news-item img{
        width: 150px;
    }
    

    #wall{
        height: 300px;
        background-position: left;
    }
    #wall h1{
        font-size: 20px;
    }
    #wall p{
        font-size: 14px;
    }
    #about section div{
        width: 100%;
    }
    .news-item img{
        width: 160px;
    }
    .news-item .img-container{
        height: 140px;
    }
    .best-s{
        width: 120px;
        margin: 5px;
    }
    .best-s p{
        font-size: 12px;
    }

    .news-title{
        font-size: 14px;
    }
    .news-item .acht{
        padding: 5px 10px;
        font-size: 12px;
    }
    .news-price{
        margin: 5px 0px;
        font-size: 14px;
    }

    footer div{
        width: 100%;
    }

    #semi-banner {
        height: 200px;
    }

    #semi-banner div{
        padding-top: 50px;
    }
    #semi-banner h1{
        font-size: 18px;
    }
    #semi-banner p{
        font-size: 12px;
    }
    #prenav {
        font-size: 8px;
        padding: 8px 0px;
    }
    #banner div{
        padding-top: 60px;
    }

    #banner a{
        font-size: 16px;
        padding: 7px;
        margin-top: 10px;
    }

    #search-article input, #search-article select{
        width: 100%;
        margin: 10px 0px;
        box-sizing: border-box;
    
    }
    #search-article button{
        left: 5px;
        top: -4px;
    }

    .container-img{
         width: 160px;
    }

    .products{
        text-align: center;
    }

    .product-item{
        width: 140px;
        margin: 2px;
    }
    .product-item small, .product-item span{
        font-size: 12px !important;

    }
    .product-item .container-img{
        width: 140px;
        height: 160px;
        
    }

    
    .nv{
        top:130px
    }

    .product-item .container-img img{
        width: 140px;
    }

    
    .item-cart .fa-trash{
        /* display: block; */
        position: absolute;
        top: 10px;
        right: 10px;
        /* margin: 20px auto 10px; */
        text-align: center;
        /* width: 100px; */
    }

     .item-cart{
        display: block;
        position: relative;
    }

    
    .item-cart input{
        width: 130px;
        display: block;
        margin: auto;

    }
    .item-cart select {
        display: block;
        width: 150px;
        margin: 5px auto;
    }
    .item-cart .flex {
        display: block !important;
        text-align: center;
        /* background-color:lightblue ; */
    } 
}