.product-wrap {
    background-color: #f1f1f1;
    border: 1px solid #c0c0c0;
    border-radius: 9px;
    margin-left: 6px !important;
    margin-right: 6px !important;
}


.cols-lg-5>* {
    max-width: 19% !important;
    -ms-flex: 0 0 19% !important;
    flex: 0 0 19% !important;
}


.row {
    margin-left: 6px !important;
}


@media (max-width: 479px) {
    .cols-2>* {
        max-width: 46% !important;
        -ms-flex: 0 0 46% !important;
        flex: 0 0 46% !important
    }
}