

.carousel-slider{
    max-width: 1540px;
}



.owl-next{
    position: absolute;
    right: -50px;
    bottom: 90px;
    margin: auto;
    background:none !important;
    border: none !important;
    outline: none;
}

.owl-prev{
    position: absolute;
    left: -50px;
    bottom: 90px;
    margin: auto;
    background:none !important;
    border: none !important;
    outline: none;
}

.owl-next > span, .owl-prev > span{
    font-size:34px;
    border: 1px solid #f00;
    color:#f00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 5px 5px 10px 5px;
}

.owl-item{
    padding: 10px 0px;
}


@media only screen and (max-width: 980px) {
    .owl-next, .owl-prev {
        display: none !important;
    }

}
