
/**** owl carousel *****/
.owl-nav{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 20px !important;
    margin: 2px;

}

.owl-carousel-promo{
    /*display: none !important;*/
    margin-top: 40px !important;
    border: 1px solid #008000;
}

.owl-carousel{
    margin-top: 5px;

    margin-bottom: 40px;
}
.owl-carousel div {
    background-color: #FFFFFF;
}

.owl-carousel .owl-item .photoHebPromo{
    width: 100%;
    margin: 5px;
}


.rightSlide{
    padding-left: 15px;
}

.leftSlide{
    width: 100%;
}

.rightSlide > h3{
    margin: 2px;
    max-width: 40%;
    color: #008000;
}



.divPromoHeb > h4, .divPromoOption > h4{
    /*margin-top: 4px;
    text-transform: uppercase;*/
    /*color: #14bfdd;*/
    color: #9ACD32 !important;
}

.divPromoOption, .divPromoHeb{
    min-height: 120px;
}

.divPromoHeb{
    width:50%;
    float: left;
}

#promoMontant, #promoDate{
    font-size: 16px;
    color: #1d7816;
}

.divPromoOption{
    width:50%;
    float:right;
}

.footerCarousel input{
    position: relative;
    bottom: 0px;
    margin: 0px;
    left: 30%;
    margin-top: 30px !important;
    margin-bottom: 5px !important;
    background-color: #008000 !important;
}

.rightSlide h3{
    position: relative;
    bottom: 0px;
    left: 30%;
    text-transform: uppercase;
}

.prixPromo{
    position: relative;
    top: 10%;
    font-size: 18px;
}

.nouveauPrix{
    /*color: #3c8dbc;*/
    font-size: 25px;
}

.iconePromo{
    display: inline !important;
    max-width: 20px;
    margin-bottom: 2px;
}

.discount-label{
    top: 0;
    right: 0;
    position: absolute;
    /*transform: translateX(20px);*/
    background-color: #008000 !important;
    /*border-bottom-left-radius: 120% ;*/
    /*min-height: 50px;*/
    min-width: 60px;

}
.discount-label span{
    font-weight: bold;
    color: white;
    float: left;
    font-size: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 4px;
}

.discount-label:after{
    border-right: 10px solid transparent;
    border-left: 20px solid transparent;
    border-top: 35px solid #008000;
    content: '';
    height: 0;
    position: absolute;
    right: calc(100% - 10px);
    top: 0;
    width: 0;
    z-index: 0;


}

.footerCarousel{
    /*display: block;*/
    clear: both;
}