.owl-carousel:not(.slider) .carousel-outer-box {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}

.owl-carousel:not(.slider) .carousel-outer-box .owl-item {
    transition: .25s;
}

.owl-carousel:not(.slider) .carousel-outer-box .owl-item:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    transform: translateY(-2px);
}

.owl-carousel.slider .owl-dots {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -2rem !important;
}

.owl-carousel .owl-dot {
    opacity: 0.5;
    outline: 0 !important;
}

.carousel-outer-box .side-control {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    color: #9c9c9c;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    cursor: pointer;
}

.carousel-outer-box .side-control:hover i {
    color: #616161;
    transition: .3s;
}

.owl-carousel.slider .carousel-outer-box .side-control {
    background-color: transparent;
    box-shadow: none;
}

.owl-carousel .carousel-outer-box .side-control.right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
}

.owl-carousel .carousel-outer-box .side-control.left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0;
}

.owl-carousel .owl-item {
    cursor: pointer;
}

.product-slider-item {
    color: inherit;
    text-decoration: none;
}

.product-slider-item:hover {
    color: inherit;
    text-decoration: none;
}

.product-slider-item .product-image {
    width: 245px !important;
    object-fit: contain;
    padding: 1rem 0;
    margin: 0 auto;
}

.product-slider-item .product-image.max-height {
    max-height: 245px !important;
}

.product-slider-item .product-image.static-height {
    height: 245px !important;
}

.product-slider-item .info-container .title-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1.5rem;
}

.product-slider-item .info-container .price-container {
    color: #fb3449;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media(min-width: 576px) {
    .product-slider-item .info-container {
        width: 300px;
    }
}