.prod-box {    background: #fff;    position: relative;    border-radius: 5px;    padding: 2px;    color: #333;    font-size: .7em;    transition: all .3s;}.prod-box:hover{    text-decoration: none;    box-shadow: 0 0 15px lightgray;    transform: scale(1.1);    z-index: 1000;}.prod-box .row{    margin: 0;    padding: 0;}.prod-box:hover > div{    border: none;}.prod-box > div{    border: 1px #DDD solid;    padding: 2px;    border-radius: 5px;    transition: all .3s;}.prod-box del{    color: #fD5050;    height: 20px;}.prod-box h5{    max-height: 25px;    min-height: 25px;}.reduc {    position: absolute;    color: #fff;    background: #fD502E;    padding: 3px;    top: 20px;    right: 0;    border-radius: 5px 0 0 5px;}.prod-img {    width: 100%;    height: 130px;    display: flex;    justify-content: space-around;    align-items: center;    margin-bottom: 20% !important;}.prod-img img {    object-fit: scale-down;    width: 100%;    height: 100%;}h5{    font-size: 14px;}h4{    font-size: 18px;}h6{    font-size: 12px;}