#productday .h1 {
    margin-bottom: 40px;
}
.productday {
    background: #eee;
    padding: 150px 0 160px;
}
#productdayHome.productday {
    background: #fff;
    padding: 150px 0 160px;
}
#productdayHome .h1 {
    margin-bottom: 40px;
}
.owl-product-day {
    position: relative;
    width: calc(100% + 30px);
}
.owl-product-day .owl-dots {
    position: absolute;
    top: -17px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.owl-product-day button.owl-dot {
    width: 46px;
    margin: 0 10px;
    background: #b9b9b9;
    height: 2px;
    background: #b9b9b9;
    transition: 0.3s;
}
.owl-product-day .owl-dots button.active,
.owl-product-day .owl-dots button:hover {
    background: #e40c00;
}
.owl-product-day .owl-dots button:focus {
    outline: 0;
}
.owl-product-day .owl-stage {
    padding: 30px 0;
}
@media (max-width: 991px) {
    .owl-product-day .product-layout {
        padding: 0 15px;
    }
    .owl-product-day .owl-dots {
        top: calc(100% + 60px);
        justify-content: center;
        flex-wrap: wrap;
    }
    .owl-product-day {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .owl-product-day .product-layout {
        padding: 0 20px;
    }
    .owl-product-day .owl-dots {
        position: static;
    }
    .owl-product-day {
        padding: 0 0;
    }
    .owl-product-day .owl-dots {
        top: calc(100% + 60px);
        justify-content: center;
    }
    .owl-product-day {
        width: 100%;
    }
    .owl-product-day button.owl-dot {
        margin-bottom: 10px;
    }
}