.cart-box-carousel2{display: none; visibility: hidden;}
.spfilter-products  .title_line span {
    padding-bottom: 15px;
}
.spfilter-products .left-block {
    float: left;
    width: 85px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
}
.lang-rtl .spfilter-products .left-block {float: right;}


.spfilter-products .title-module{
	margin-bottom:15px;
}
.spfilter-products .spfp_box{
	position:relative;
}

.spfilter-products .spfp_box .owl-controls .owl-nav{
	top: -65px;
}
.content_v3 .spfilter-products .spfp_box .owl-controls .owl-nav{
	top: -45px;
}

.spfilter-products .product-miniature{
	margin:0 0 15px 0 ;
}

.spfilter-products .right-block {
    margin-left: 100px;
    min-height: 85px;
}
.lang-rtl .spfilter-products .right-block {margin: 0 100px 0 0;}

.spfilter-products .right-block .product-info .product-title,
.spfilter-products .right-block .product-info .comments_note,
.spfilter-products .right-block .product-info .product-price-and-shipping{
	text-align:left;
}
.lang-rtl .spfilter-products .right-block .product-info .product-title,
.lang-rtl .spfilter-products .right-block .product-info .comments_note,
.lang-rtl .spfilter-products .right-block .product-info .product-price-and-shipping{
	text-align:right;
}

.content_v2 .spfilter-products,
.content_v3 .spfilter-products,
.content_v5 .spfilter-products{margin-bottom: 25px;}

.content_v2 .spfilter-products .spfp_box,
.content_v3 .spfilter-products .spfp_box,
.content_v5 .spfilter-products .spfp_box{
	padding: 10px;
    border: solid 1px #eee;
}

.content_v2 .spfilter-products .left-block,
.content_v3 .spfilter-products .left-block,
.content_v5 .spfilter-products .left-block{
	border: none;
}

.content_v2 .spfilter-products .title_line, 
.content_v3 .spfilter-products .title_line,
.content_v5 .spfilter-products .title_line{
	margin-bottom: 7px;
    border: none;
	padding-top: 5px;
}
.content_v2 .spfilter-products .title_line span, 
.content_v3 .spfilter-products .title_line span,
.content_v5 .spfilter-products .title_line span{
    font-size: 18px!important;
    padding-bottom: 6px;
}

.content_v2 .spfilter-products .title_line:before,
.content_v3 .spfilter-products .title_line:before,
.content_v5 .spfilter-products .title_line:before{display: none;}

.content_v2 .spfilter-products .spfp_box .owl-controls .owl-nav,
.content_v5 .spfilter-products .spfp_box .owl-controls .owl-nav{    top: -45px;}

.spfilter-products .products {

    display: block;

	overflow: hidden;
}

.spfilter-products .spfp-products .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
 .spfilter-products .spfp-products .owl-nav [class*='owl-'] {
    color: #FFF;
    margin: 5px;
    padding: 4px 7px;
    background: #2fb5d2;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	outline:none;
}

 .spfilter-products .spfp-products .owl-nav .owl-next{
	 
	 right:0;
 }
 
.spfilter-products .spfp-products .owl-nav button span{
	font-size: 30px;
	line-height: 16px;
}
.spfilter-products   .spfp-products .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; 
}

.spfilter-products .spfp-products .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.spfilter-products .spfp-products .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}

.spfilter-products .spfp-products .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
  margin:0 auto;
}

.spfilter-products .spfp-products .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.spfilter-products    .spfp-products .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
}

.spfilter-products .spfp-products .owl-dots .owl-dot.active span, 
.spfp-products .owl-dots .owl-dot:hover span {
      background: #869791; 
}

@media (max-width: 991px){
	.spfilter-products  .product-miniature {
		margin: 0 auto;
	}
}


.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}