@media(max-width: 1920px) {
    #header_cont.collaps #header_buttons {right:25px;}

}
@media(max-width: 1800px) {
    .header_menu_item {font-size:17px}
}
@media(max-width: 1680px) {
    .product_price {float:unset;}
    #product_quantity {margin-left:0}
    #product_quantity > div > input, #product_quantity_minus, #product_quantity_plus {height:48px}
}
@media(max-width: 1400px) {
    .header_menu_item {font-size:16px}
    .product_list ul > li {width:30%!important}
    .layout .layout_main {max-width:90%}
    .slideshow {max-height:500px}
}
@media(max-width: 1024px) {
    #product_to_cart {
    display: block;
    float: left;
    }
}
@media(max-width: 800px) {
   .category_list li {width:100%!important; height:300px!important; float:unset!important; margin-bottom:10px;} 
   .footer_social:before, .footer_social:after {display:none}
   #footer li {display:block; margin-right:0;}
   #footer ul {padding-left:0; max-width:100%}
   #home #search_menu {width:75%}
   #home h3 {font-size:35px}
   .product_list  {float:left;}
   .product_list ul > li {width:100%!important;}
   #product h1 {font-size:30px; line-height:35px}
}
