#slider .owl-carousel .owl-item img {
    height: 430px;
    object-fit: cover;
}
.price_contact,.single-product .product-price{
    text-align: start;
}
.pd_description .tab-container table {
    width: 100% !important;
    table-layout: auto !important;
}
.single-product .ui-tabs .ui-tabs-panel {
    padding: 0;
}
@media screen and (max-width: 768px) {
    #slider .owl-carousel .owl-item img{
        height: 100%;
    }
    .box-apreassurances {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .box-apreassurances>div {
        width: auto;
    }
}