.lay-Engineering.retail-product-block {
    max-width: 215px;
    padding: 0px;
    border-radius: 0;
    border: 0;
    text-align: center;
    position: relative;
    margin-bottom: 80px !important;
    text-align: left;
    min-height: 360px;
}
            
.lay-Engineering.retail-product-block .retail-product-img {
    position: relative;
    overflow: hidden;
    height: 215px;
    width: 215px;
    background-size: contain;
    background-repeat: no-repeat;
}

.lay-Engineering.retail-product-block .retail-product-category {
    opacity: .7;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 14px;
}

.lay-Engineering.retail-product-block .retail-product-name {
    font-size: 17px !important;
    color: #0E4E96;
    margin-top: .1em;
    margin-bottom: .1em;
    height: 76px;
}

.lay-Engineering.retail-product-block .retail-product-price {
    font-size: 17px !important;
    white-space: nowrap;
    color: #111;
    font-weight: bold;
}

.lay-Engineering.retail-product-block .product-sku {
    font-size: 17px !important;
    padding-bottom: 1.4em;
    font-weight: 400;
    color: #777;
}

@media (max-width: 600px) {

    .retail-products .retail-product-block {
        width: 100%;
    }

}