
h2.titlehome {
    font-size: 28px;
    color: #252524;
    text-transform: none;
    text-align: center;
    font-weight:800;
    margin-bottom: 15px;
}

/* MODULE  HOME FEATURED PRODUCT */
.featured-products {
    margin-top: 68px;
}

.featured-products .owl-carousel .owl-nav {
    height: 0;
}
.featured-products .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 46%;
    left: 0;
    transform: translate(-100%,-50%);
    font-size: 0;
}
.featured-products .owl-carousel .owl-nav .owl-prev:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 54px;
    background-image: url(../img/slider_left.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.featured-products .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 46%;
    right: 0;
    transform: translate(100%,-50%);
    font-size: 0px;
}
.featured-products .owl-carousel .owl-nav .owl-next:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 54px;
    background-image: url(../img/slider_right.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.featured-products .owl-carousel .owl-nav .owl-prev:hover,
.featured-products .owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
}



ul#ppbanners_displayWrapperTop {
    width: 100vw;
    margin-left: calc((-50vw) + 50% );
}
#index .carousel {
     box-shadow: none;
    margin-bottom: 18px;
}
#index .carousel figure {
    margin: 0px;
}
#index .carousel .carousel-inner {
    margin: 0px;
}
#wrapper .banner a img {
    display: block;
    width: 100%;
}
#block-reassurance li > .infocontent {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
}
#block-reassurance li .contentround img {
    width: 100%;
    height: auto;
}
#block-reassurance li .contentround {
    display: inline-block;
    width: 23%;
    background: white;
    border-radius: 50%;
    padding: 20px;
    vertical-align: middle;
}
#block-reassurance li p {
    display: block;
    max-width: 330px;
    margin: auto;
    font-size: 15px;
    text-align: left;
    color: #000000;
}
#block-reassurance li label {
    margin: 0px 0 0px;
    font-size: 19px;
    text-align: center;
    line-height: 21px;
    color: #000;
    font-weight: 700;
}
@media(max-width:1199px) {
    #block-reassurance li .contentround {
        display: inline-block;
        width: 40%;
    }
}
@media(max-width:991px) {
	#index .carousel {
     	box-shadow: none;
    	margin-bottom: 8px;
    	padding-top:30px;
	}	
	#block-reassurance li p {
        font-size: 13px;
        line-height: 15px;
    }
    #block-reassurance li > .infocontent {
       width: 70%;
       padding-left: 16px;
    }
    #block-reassurance li .contentround {
        width: 30%;
    }
}
@media(max-width:767px) {
	#index .carousel {
	   	padding-top:33px;
	}	
	#block-reassurance li .contentround {
        max-width: 95px;
    }
}
span.discountplist.discount-amount {
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 5px;
    color: grey;
}