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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons 

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;

	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width:6px;
	height:6px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
 .carousel .item{
     padding:11px 0;
}
.carousel .item img{
  display: block;
/*  width: 100%;*/
  height: auto;
}
.owl-item, h2.subtitle{text-align: center;}
h2.ver_subtitle {
    font-size: 18px;
    text-align: left;
}
.featuredleft{
  clear: both;
  width: 240px;
}
.featuredleft .ver_subtitle{text-transform:uppercase;
    margin:10px 0px 0px;color: #333;
    font-size: 14px; font-weight:bold;  padding-left:10px; 
}
.carousel{    
    overflow: hidden;
    position: relative;
    margin:0 auto; width:94%;
}
.m-carousel{
    height: 478px;
    overflow: hidden;   
}
.carousel ul{
   /* height: 999999px;*/
}
.carousel ul .content .product-name{
    height:38px;
    overflow: hidden;
}
.carousel ul li{
	border-bottom: 1px dashed #c7c7c7;
}
.carousel ul li:last-child{
	border-bottom: 1px dashed #c7c7c7;
}
.carousel ul li.last-child{
	border-bottom:none;
}
.carousel .leftimg img{
	/*float: left;*/
    max-height:74px;
	border:1px solid #c7c7c7;
}
.carousel .leftimg{
	width: 32%;
	float: left;
}
.carousel .content{
	width: 67%;
	float: right;
}
.carousel .content .pricebox{
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}
.prevandnext{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-top: 1px solid #c7c7c7;
}
.prevandnext .related-slider-top{
    height: 35px;
    width: 50%;
    background-image: url("../../images/top.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: absolute;
    /* left: 7%; */
    /* top: 0; */
    z-index: 99;
}
.prevandnext .related-slider-bottom{
    border-left: 1px solid #c7c7c7;    
    height: 35px;
    width: 50%;
    background-image: url("../../images/bottom.png");
    background-repeat: no-repeat;
    background-position: center;cursor: pointer;
    background-color: #fff;
    position: absolute;
    left: 50%; 
    /* top: 0; */
    z-index: 99;
}
.col3-layout .categories-col{
    width: 250px;
}
.col3-layout .featuredleft{
	width: 250px;	
    }
@media only screen and (max-width: 1200px){
    .col3-layout .categories-col{
        width: 180px;
    }
    .col3-layout .featuredleft{
	width: 180px;	
    }   
   .col3-layout .carousel .content{
        width: 100%;
 }
}
@media only screen and (max-width: 1100px){
    .featuredleft{
      width: 220px;
    }
    .categories-col {
	width: 220px;	
    }
    .carousel .content{
        width: 100%;
    }
}
@media only screen and (max-width: 1000px){
    .featuredleft{
      width: 180px;
    }
    .categories-col {
	width: 180px;	
    }
}
@media only screen and (max-width: 850px){
     .featuredleft {
	width: 100%;	
    }
    .categories-col {
	width: 160px;	
    }
}
@media only screen and (max-width: 769px){    
    .featuredleft {
	width: 100%;	
    }
     .carousel .content{
        width:60%;
    }
    .col3-layout .featuredleft{
	width: 100%;	
    }   
   .col3-layout .carousel .content{
         width:60%;
    }
}</pre></body></html>