.owl-carousel .owl-stage-outer {
    position: fixed;
    overflow: initial !important;
}
.owl-stage {
    width: 11000px !important;
    position: fixed !important;
    top: 86px;
    text-align: center;
    background: #e2d8c4;
    padding: 10px 0;
}
.owl-carousel.owl-drag .owl-item {
    font-size:20px;
}
.owl-carousel .item a:hover {
    border-bottom: 10px solid #000 !important;
    border-top: 10px solid #000 !important;
}
.owl-prev {
    position: fixed;
    font-size: 5em !important;
    font-weight: bold !important;
    left: -5px;
    top: 91px;
    background: #058e53 !important;
    width: 70px;
    height: 50px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-prev span {
    position: absolute;
    top: -44px;
    left: 17px;
}
.owl-next {
    position: fixed;
    font-size: 5em !important;
    font-weight: bold !important;
    right: -5px;
    top: 91px;
    background: #058e53 !important;
    width: 70px;
    height: 50px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-next span {
    position: absolute;
    top: -44px;
    right: 17px;
}
.owl-dots {
    background: #ce363c !important;
    padding: 5px 0 !important;
    position: fixed;
    top: 146px;
    width: 100%;
}
@media (max-width:1096px){
    .owl-stage{
        top:66px;
    }
    .owl-prev, .owl-next {
        top:71px;
    }
    .owl-dots {
        top:126px;
    }
}
@media (max-width:999px){
    .owl-stage{
        width: 12000px !important;
    }
}
@media (max-width:950px){
    .owl-prev, .owl-next {
        z-index:1;
        width: 50px;
        top: 115px;
        background: none !important;
        font-size:3em !important
    }
    .owl-prev span {
        top: -17px;
        left: 15px;
    }
    .owl-next span {
        top: -17px;
        right: 15px;
    }
}
@media (max-width:750px){
    .owl-carousel.owl-drag .owl-item {
        font-size: 15px;
        font-weight: bold;
    }
    .owl-dots {
        top: 118px;
    }
    .owl-prev, .owl-next {
        top: 110px;
        height: 42px;
    }
    .owl-prev span {
        top: -20px;
        left: 13px;
        width: 20px;
        height: 20px;
    }
    .owl-next span {
        top: -20px;
        right: 13px;
        width: 20px;
        height: 20px;
    }
}
@media (max-width:599px){
    .owl-stage {
        width:23000px !important;
    }
}
@media (max-width:560px){
    .owl-stage .owl-item .item a {
        word-break: break-word;
    }
}
@media (max-width:550px){
    .owl-dots {
        top: 140px;
    }
    .owl-prev, .owl-next {
        top: 132px;
    }
    .owl-carousel .item a:hover{
        color: #ce363c;
        border: none !important;
    }
}
/* @media (max-width:500px){
    .owl-prev, .owl-next {
        top: 105.5px;
    }
    .owl-item {
        width:225px;
    }
    .owl-carousel.owl-drag .owl-item {
        font-size: 12px;
    }
    .owl-dots {
        top: 114px;
    }
} */
@media (max-width:337px){
    .owl-dots {
        display:none;
    }
    .owl-prev, .owl-next {
        top: 69px;
    }
}
