/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


@media (max-width: 1720px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:1300px;
    }
}
@media (max-width: 1610px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:1200px;
    }
}
@media (max-width: 1510px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:1100px;
    }
}
@media (max-width: 1410px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:1000px;
    }
}
@media (max-width: 1310px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:900px;
    }
}
@media (max-width: 1210px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:800px;
    }
}
@media (max-width: 1110px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:700px;
    }
}
@media (max-width: 1010px) {
    #footer .viewed_product_block .wrapper_inner{
        max-width:600px;
    }
}