/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2017 | 01:30:42 */
@media (max-width: 768px) {
ul.products li.product {
width: 48%;
float: left;
clear: both;
}

ul.products li.product:nth-child(2n) {
clear: none;
float: right;
}
}

@media screen and (max-width: 750px){
.vc_row.grid_section .vc_column_container {
    float: left;
    width: 50%;
}}

ul.products li.product .price {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    font-weight: 600;
    padding: .75em .236em .75em 1.618em;
    font-size: small;
}