
/** 
 * Listing Slider
 */
.pgs_cars_carousel-items .owl-stage-outer, 
.related-vehicle .owl-stage-outer { 
    margin: -10px;
    padding: 10px;
}
.pgs_cars_carousel-items .owl-nav button,
.related-vehicle .owl-nav button {

    border: 0;
    opacity: 1!important
}

.pgs_cars_carousel-items .owl-nav button i,
.related-vehicle .owl-nav button i {
    border-radius: 50%;
    border: 0;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #4C5566;
    background: #EEF2F6;
}

.pgs_cars_carousel-items .owl-nav button i:hover,
.related-vehicle .owl-nav button i:hover {
    background: #1a65d0;
}

.pgs_cars_carousel-items .owl-prev,
.related-vehicle .owl-prev {

    right: 100%!important;
    left: auto!important;
    margin-right: 10px;
}

.pgs_cars_carousel-items .owl-next,
.related-vehicle .owl-next {

    left: 100%!important;
    right: auto!important;
    margin-left: 10px;
}

.pgs_cars_carousel-items.owl-carousel:not(.owl-loaded),
.related-vehicle.owl-carousel:not(.owl-loaded) {
    display: flex;
    gap: 15px;
}
.pgs_cars_carousel-items.owl-carousel:not(.owl-loaded) .item:nth-child(-n+4),
.related-vehicle.owl-carousel:not(.owl-loaded) .item:nth-child(-n+4) {
    display: block;
    width: 25%;
}
.pgs_cars_carousel-items.owl-carousel:not(.owl-loaded) .item,
.related-vehicle.owl-carousel:not(.owl-loaded) .item {
    display: none;
}
.pgs_cars_carousel-items.owl-carousel:not(.owl-loaded) .img-responsive,
.related-vehicle.owl-carousel:not(.owl-loaded) .img-responsive {
    width: 100%;
}