.recommandation-title img {max-height: 45px;}
.recommandation-background .recommandation-content {
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
}
#recommandation {
    /*background: #eee;*/
    margin-bottom: 30px;
}
#recommandation .products-grid .item {
    margin-bottom: 0px !important;
}
#recommandation .owl-controls .owl-nav {top: -200px;}

.recommandation .image-grid {position: relative;}

.recommandation-product .product-item .image-grid {
    max-width: 190px;
    max-height: 190px;
    display: inline-block;
}
.recommandation-product .product-item .image-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.recommandation-product .product-item:hover .image-grid img {
    transform: scale(1.15);
    transition: 0.3s;
}
.recommandation-countdown div {
    margin: 10px;
    width: 50px;
    height: 50px;
    background: #A51E23;
    padding: 8px 8px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.1;
    color: #000;
}
.recommandation-countdown span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.recommandation-label-sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff5500;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-weight: 700;
}
.recommandation-content h3 {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}
@media only screen and (max-width: 600px) {
    .recommandation-title img {
        max-height: 30px;
    }
    #recommandation .owl-controls .owl-nav {
        top: -90px !important;
    }
    .recommandation-content h3 {font-size: 10px;}
    .recommandation-countdown div {
        margin: 2px;
        width: 30px;
        height: 30px;
        padding: 4px 4px;
        font-size: 10px;
    }
    .recommandation-countdown span {
        font-size: 12px;}
    .recommandation-label-sale {font-size: 8px;}
}
