/**
    OWL Carousel theme
 */

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 11px;
    text-align: center;
}

.owl-prev {
    top: 51.5%;
}

.owl-next {
    top: 39%;
}

.owl-prev i, .owl-next i {
    color: #fff;
}

@media screen and (max-width: 1100px) {

    .owl-prev {
        top: 54%;
    }

    .owl-next {
        top: 36%;
    }
}