.heroSlider .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2%;
    right: 2%;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    font-size: 32px;
}

.owl-nav-right{
    width: 28px;
}

.owl-next,.owl-prev{
    background: 0 0;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
}

.owl-carousel .owl-item img{
    width: auto;
}

.quick-view-slider-next,
.quick-view-slider-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 22px;
}

.quick-view-slider-next{
    right: 0;
}

.slider-thumbs .owl-item {
    cursor: pointer;
    opacity: 0.6;
}

.slider-thumbs .owl-item.current {
    opacity: 1;
    border: 2px solid #007bff;
}