.owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    border-radius: 0%;
}

.owl-carousel .owl-item:not(:first-child) {
    border-left: 0;
}

.product-box {
    height: 100%;
}