<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
    padding: 0;
}
.owl-related-slider .owl-wrapper-outer{
    padding: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.product.info.detailed .owl-carousel .owl-item{
    float: left;
    max-width: 197px;
    margin-right: 5px;
}
.product.info.detailed .owl-carousel .owl-item .product-image-photo{
    max-height: 120px;
    height: 120px;
}
.product.info.detailed .owl-carousel .owl-item .product-image-container{
    padding-bottom: 28px;
}
.owl-carousel .owl-item img{
    display: block;
    margin: 0 auto;
}
.owl-related-slider .owl-wrapper-outer .owl-item img{
    height: 232px;
}
#owl-home-slider.owl-carousel .owl-item img{
    max-width: 174px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.customNavigation .btn.prev{
    width: 25px;
    height: 39px;
    display: block;
    background: url("../images/sprites-icon.png") 0 -301px no-repeat;
    position: absolute;
    left: 54px;
    bottom: 50%;
    margin-bottom: -39px;
    cursor: pointer;
}
.customNavigation .btn.prev:hover{
    background-position: 0 -340px;
    text-indent: -9999px;
}
.customNavigation .btn.next{
    width: 25px;
    height: 39px;
    display: block;
    background: url("../images/sprites-icon.png") -26px -301px no-repeat;
    position: absolute;
    right: 55px;
    bottom: 50%;
    margin-bottom: -39px;
    cursor: pointer;
}
.customNavigation .btn.next:hover{
    background-position: -26px -340px;
    text-indent: -9999px;
}
.block.related .customNavigation .btn.prev{
    left: -25px;
    bottom: auto;
    top: 48%;
    margin: -19px 0 0 0;
}
.block.related .customNavigation .btn.next{
    right: -25px;
    bottom: auto;
    top: 48%;
    margin: -19px 0 0 0;
}
@media screen and (max-width: 767px){
    .product.info.detailed .owl-carousel .owl-item{
        max-width: 100%;
    }
}</pre></body></html>