
.owl-carousel { display: block; }
.owl-carousel .sv-slider-item:not(:first-child) {visibility: hidden;height:0}
.owl-carousel {width: 100%; background-color: rgb(248, 249, 250);}
.sv-slider .owl-thumbs{padding-right:10px; padding-left:10px;}
.sv-slider-item img {width: 100%;height: auto;}
.sv-slider .owl-thumbs {white-space: nowrap;overflow: auto;}
.owl-thumbs .owl-thumb-item {border: 3px solid white; padding:1px; margin:0 3px 3px 0;background-color: transparent;}
.owl-thumbs .owl-thumb-item:hover {border: 3px solid #171a1d;opacity: 1;}
.owl-thumbs .owl-thumb-item>img {width: 71px;height: 71px;object-fit: cover;}
.owl-nav { display: none;}
.owl-thumbs .owl-thumb-item.active {opacity: 1; border: 3px solid #c0392b;}
.custom-tooltip .tooltip-inner {background-color: white; color: black; border: 1px solid #ccc;}
.tilted-image {transform: rotate(-15deg); display: inline-block;}