.endroit_related_products h3{
    margin: auto;
    text-align: center;
}
ul.related_product_items li{
    list-style: none!important;
    display: inline-block;
    margin: 4px;
}
.related_product_items li .product-title,.related_product_items li .woocommerce-Price-amount.amount{
    width: 100%;
    display: block;
    text-align: center;
}
ul.related_product_items li:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 12px 0 #D5D5D5;
}
.slick-prev {
    display: block;
    position: absolute;
    z-index: 1000;
    top:50%;
    transform: translateY(-50%);
}

.slick-next {
    display: block;
    position: absolute;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.endroit_related_products {
    clear: both;
}
.endroit_related_products .slick-dots {
    display: none !important;
}
.endroit_related_products .slick-prev, .endroit_related_products .slick-next {
    top: 40%;
}
.endroit_related_products h3 {
    position: relative;
    margin: 0px auto 40px;
}
.endroit_related_products h3 span {
    text-align: center;
    background: #0D4C92;
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0px 21px;
    text-transform: capitalize;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1.1rem;
    height: 36px;
    line-height: 36px;
}
.endroit_related_products h3:before {
    background: #0D4C92;
    height: 1px;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0px;
    top: 22px;
    z-index: 0;
}
.endroit_related_products li {
    box-shadow: 0 1px 5px 0 #ebebeb;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    transition: all 0.25s;
    margin: 0 0.3% 1% 0.3% !important;
    max-width: 23.45%;
    padding: 10px;
}
.endroit_related_products .slick-prev:before, .endroit_related_products .slick-next:before {
    color: #636466;
}
.endroit_related_products li del {
    display: inline-block;
    font-weight: 400;
    font-size: .857em;
    opacity: .5;
}
.endroit_related_products li ins, .endroit_related_products li .amount {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
}
.endroit_related_products li a {
    font-weight: 400;
    color: #636466;
}
.endroit_related_products li a:hover {
    color: #0D4C92;
}
.endroit_related_products ul.slick-slider {
    margin: 0px;
}
.single.single-product .endroit_related_products .slick-list {
    margin: 0px;
}
ul.related_product_items.product span.price,ul.related_product_items.product span.onsale {
    display: block;
}