﻿.product-grid .product-content {
    z-index: 1;
}

.product-grid .product-image {
    z-index: 1;
}

.product-grid:after {
    z-index: 0;
}

.price-box {
    border-bottom: none;
}
.col-product {
    border: 1px solid #a7a7a7;
    border-radius: 8px;
    /*background-color: #fff;*/
}


.col-product {
    border: none !important;
    padding-bottom: 25px;
}

.custom-container {
    width: 97%;
    max-width: 1500px;
}

.col-product:hover {
    border: 1px solid #a0ba6d;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.price-box {
    border-bottom: none;
}