
.hit-product-wrapper {
    margin-top: 40px;
}
.hit-product__header{
    margin: 15px 0 15px 0;

}
.hit-product__header-text{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    line-height: 35px;
}
.hit-product-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    color: #454a8c;
    line-height: 24px;
    padding: 0 0 25px 50px;
}

.hit-product {
    margin: 0 auto !important;
    max-width: initial;
    display: block;
    position: relative;
}

.hit-product .owl-stage-outer {

}

.hit-product .owl-prev, .hit-product .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    outline: 0;
    width: 51px;
    height: 70px;
    text-indent: -9999px;
    z-index: 999;
    border: none;
}

.hit-product .owl-prev {
    left: -50px;
    background: url(/img/index/prev.png) no-repeat;
}

.hit-product .owl-next {
    right: -50px;
    background: url(/img/index/next.png) no-repeat;
}

.hit-product .owl-prev:hover,
.hit-product .owl-next:hover {
    background-position: 0 bottom;
}
.hit-product__more{
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #00d2ff;
    border-radius: 7px;
    text-transform: none;
    line-height: 15px;
}