.ova-latest-products .item {
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.ova-latest-products .item:last-child {
margin-bottom: 0;
}
.ova-latest-products .item .media {
gap: 15px;
}
.ova-latest-products .item .media a {
display: flex;
position: relative;
overflow: hidden;
height: 100%;
padding: 0 !important;
}
.ova-latest-products .item .media a img {
width: 70px;
min-width: 70px;
min-height: 70px;
max-height: 120px;
height: 100%;
object-fit: cover;
object-position: center;
}
.ova-latest-products .item .info {
display: flex;
flex-flow: column;
}
.ova-latest-products .item .info a {
padding: 0 !important;
}
.ova-latest-products .item .info a:hover .title {
color: var(--primary);
}
.ova-latest-products .item .info .title {
margin: 3px 0 6px 0;
font-size: 16px;
line-height: 1.2;
}
.ova-latest-products .item .info .ovabrw-price {
font-size: 14px;
line-height: 1.2;
font-weight: 500;
color: var(--primary);
}