.prod_grid .product-initialAddToCart-button {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: transparent;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    text-align: center;
    margin: 0;
}
.prod_grid .pricePerKilogram, .prod_grid .averagePricePerUnit {
    font-size: 14px;
    font-weight: 300;
    color: #7f6060;
    margin: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
}
.prod_grid .price {
    font-size: 18px;
    font-weight: 800;
    margin-top: auto;
    padding-bottom: 7px;
    margin-bottom: 11px;
    border-bottom: 1px solid rgba(208,205,205,0.5);
    display: flex;
    justify-content: center;
    line-height: 1;
}
.prod_grid .details {
    height: 58px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
    text-align: left;
    line-height: 1.4;
    white-space: normal;
}
.product-grid-icons {
    position: absolute;
    z-index: 1;
    top: 6px;
}
.prod_grid .thumb {
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod_grid .productMainLink {
    display: block;
    padding-top: 12px;
}
.product-grid-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container-center {
    max-width: 1218px;
    margin-left: auto;
    margin-right: auto;
}
.prod_grid .price_container {
    text-align: center;
    display: flex;
    flex-direction: column;
}
.product-grid-container .product-list--row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}