.sale_carousel.owl_carousel {
    visibility: hidden;
    height: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sale_carousel.owl_carousel.owl-loaded {
    visibility: visible;
    height: auto;
    margin-bottom: 25px;
}

.sale_carousel .owl-item img {
    max-width: calc(100vw - 30px);
    -o-object-fit: contain;
       object-fit: contain;
    border: 4px solid #0186c8;
}

.sale_carousel .owl-item .link {
    position: absolute;
    bottom: 17.5%;
    padding: 7px 20px;
}

.sale_carousel .owl-item.right .l.sale_carousel .owl-navink {
    position: absolute;
    left: auto;
    right: 10%;
    bottom: 17.5%;
}

.sale_carousel .owl-item .link.link_position_left {
    left: 10%;
}
.sale_carousel .owl-item .link.link_position_right {
    left: auto;
    right: 10%;
}
.sale_carousel .owl-item .link.link_position_center {
    left: 45%;
}

.sale_carousel .entry {
    overflow: auto;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.sale_carousel .owl-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    background: #fff;
}

.sale_carousel .owl-stage-outer {
    background-color: transparent;
}
.sale_carousel .owl-stage-outer:after {
    border: none;
}

.sale_carousel .owl-nav {
    top: calc(50% - 20px);
    bottom: auto;
    margin: 0;
}

.sale_carousel .owl-nav .owl-prev,
.sale_carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    color: #fff;
    background-color: rgba(51, 51, 51, .8);
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    left: 0;
}

.sale_carousel .owl-nav .owl-prev:hover,
.sale_carousel .owl-nav .owl-next:hover {
    background-color: rgba(51, 51, 51, 1);
    border-color: rgb(51, 51, 51);
}

.sale_carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    float: right;
}
