body {  
    /*background fresh products*/
    background: url(../../img/background/bg-fresh-products.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-repeat.jpg) left top repeat;
    background-color: #eae0d1; 
}

@media (max-width: 989px) {
    body{
        background: url(../../img/background/bg-fresh-products-max989.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-max989-repeat.jpg) left top repeat;
    }
}

@media (max-width: 659px) {
    body{
        background: url(../../img/background/bg-fresh-products-max659.jpg) center 0% no-repeat, url(../../img/background/bg-fresh-products-max659-repeat.jpg) left top repeat; 
    }
}

.head-link {
    display: none;
}