/*************************CSS CODESPOT GLOBAL*****************************/
/*COMMON*/
img {
  max-width: 100%;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.no-touch .animated {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.no-touch .animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*STICKY MENU*/
.cs-sticky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #e5e5e5;
  padding-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom:0;
  width: 100%;
  /*transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;*/
}
.cs-sticky-fixed .cs-menu-container  .menu-item > a{
	padding-bottom:10px;
}
.cs-sticky-fixed .cs-menu-container  .menu-item{
	min-height:auto;
}
/*.cs-menu-container{
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}*/
.cs-sticky-fixed .sf-menu {
  margin: 0 auto;
  width: 1200px;
}

/*boxed - WIDE MODE*/
body {
  background: #d3d3db;
}

#page.cs-boxed-mode {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #page.cs-boxed-mode {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  #page.cs-boxed-mode {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  #page.cs-boxed-mode {
    max-width: 1200px;
  }
}
.cs-h-wide-content-mode .container{
	max-width:100%;
}
.cs-boxed-mode .cs-h-wide-content-mode .container{
	max-width:1200px;
}

.header-container.cs-h-boxed-mode {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header-container.cs-h-boxed-mode {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .header-container.cs-h-boxed-mode {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .header-container.cs-h-boxed-mode {
    max-width: 1200px;
  }
}

.footer-container.cs-f-boxed-mode {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-container.cs-f-boxed-mode {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .footer-container.cs-f-boxed-mode {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer-container.cs-f-boxed-mode {
    max-width: 1200px;
  }
}

/*#columns.container .container {
  padding-left: 0;
  padding-right: 0;
}*/

/*BT SCROLL TO TOP*/
#cs_bt_scroll_top {
  background: #000;
  text-align: center;
  padding:0 10px;
  position: fixed;
  bottom: 35px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 0;
  z-index:100;
}
#cs_bt_scroll_top:before{
	content: "\f102";
	font-family:"FontAwesome";
	font-size:25px;
}
#cs_bt_scroll_top:hover {
  background: #bfaab7;
}

.cs-left-product{
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
	padding:1px;
}
.cs-left-product::before{
	position:absolute;
	border:1px solid #ebebeb;
	left:0;
	top:0;
	right:1px;
	bottom:1px;
	content:"";
	display:block;
	z-index:0;
}
@media (max-device-width: 767px) {
  html .quick-view {
    display: none!important;
  }
}	

.quick-view-wrapper-mobile{
	display:none;
}

.cs-container-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-webkit-justify-content: left;
	margin-bottom:15px;
	
   /* -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: left;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}
.cs-container-list.list{
	display:block;
}
.cs-item{
	padding:15px;
	vertical-align:top;
}
.cs-container-list .owl-item .cs-item{
	width:100%;
}
.cs-item a.product_img_link{
	display:block;
	overflow:hidden;
	margin:1px 2px 1px 1px;
	position:relative;
}
.cs-menu-container a.product_img_link,
a.product-image,
.cart_block .cart-images,
a.cart_last_product_img,
.layer_cart_img img,
#show_result  .product_img_link{
	border:1px solid #ebebeb;
	display:block;
}
.cs-product  .cs-left-product {
	position:relative;
	perspective:600px;
	-webkit-perspective:600px;
	-o-perspective:600px;
	-moz-perspective:600px;
	display:block;
	border-bottom:0;
}
.cs-product  .cs-left-product  a.product_img_link .replace-2x {
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	transform:rotateX(0deg) rotateY(0deg);
	-moz-transform:rotateX(0deg) rotateY(0deg);
	-webkit-transform:rotateX(0deg) rotateY(0deg);
	-o-transform:rotateX(0deg) rotateY(0deg);
	transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transition:all 0.6s ease-in-out 0s;
	-moz-transition:all 0.6s ease-in-out 0s;
	-webkit-transition:all 0.6s ease-in-out 0s;
	-o-transition:all 0.6s ease-in-out 0s;
	box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.cs-product  .cs-left-product  a.product_img_link .img-hover {
	left:0;
	top:0;
	z-index:1;
	position:absolute;
	height:auto;
	backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-webkit-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-webkit-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transition:all 0.6s ease-in-out 0s;
	-moz-transition:all 0.6s ease-in-out 0s;
	-webkit-transition:all 0.6s ease-in-out 0s;
	-o-transition:all 0.6s ease-in-out 0s;
}/*
.cs-product  .cs-left-product:hover  a.product_img_link .replace-2x 
	{
		transform:rotateX(0deg) rotateY(180deg);
		-moz-transform:rotateX(0deg) rotateY(180deg);
		-webkit-transform:rotateX(0deg) rotateY(180deg);
		-o-transform:rotateX(0deg) rotateY(180deg)
	}
.cs-product  .cs-left-product:hover  a.product_img_link .img-hover 
	{
		z-index:2;
		transform:rotateX(0deg) rotateY(0deg);
		-moz-transform:rotateX(0deg) rotateY(0deg);
		-webkit-transform:rotateX(0deg) rotateY(0deg);
		-o-transform:rotateX(0deg) rotateY(0deg);
		transform-style:preserve-3d;
		-moz-transform-style:preserve-3d;
		-webkit-transform-style:preserve-3d;
		-o-transform-style:preserve-3d
	}*/

/*.cs-product  a.product_img_link {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	 transition: transform 0.5s linear;
	 background:none!important;
	 margin:1px;
}

.cs-product a.product_img_link img {
	width:100%
}
.cs-product .cs-left-product a.product_img_link img.replace-2x{
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}
.cs-product .cs-left-product:hover a.product_img_link img.replace-2x{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-product .cs-left-product a.product_img_link img.img-hover{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cs-product .cs-left-product:hover a.product_img_link img.img-hover{
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-o-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
}
.product_list.list .cs-product .cs-left-product:hover a.product_img_link{
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-o-transform: rotateY(0);
	-ms-transform: rotateY(0);
	transform: rotateY(0);
}
.cs-product .cs-left-product:hover a.product_img_link,
a.product_img_link .img-hover,
.product_list.list .cs-product .cs-left-product:hover  a.product_img_link{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
a.product_img_link .replace-2x {
	position: absolute;
	z-index:0;
} */

@media (max-device-width: 1199px) {		
	a.product_img_link .replace-2x {
		position: relative;
	}
	a.product_img_link .img-hover{
		display:none;
	}
	.cs-product .cs-left-product:hover a.product_img_link,
	a.product_img_link .img-hover,
	.product_list.list .cs-product .cs-left-product:hover  a.product_img_link{
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}
}

a.img,
a.products-block-image,
.store_image a,
.advertising_block a,
.cs-bloglastest-img,
.cs-content-blog a.product_img_link,
.item-product .product_img_link,
a.lnk_img,
.post-image a,
.team-member .member >  a,
ul.list-unstyled.type-staticblock > li .content > a{
	position:relative;
	overflow:hidden;
	display:block;
}
a.img::before,
.store_image a::before,
.advertising_block a::before,
.cs-bloglastest-img::before,
.cs-content-blog a.product_img_link::before,
.item-product .product_img_link::before,
a.lnk_img::before,
a.product-image::before,
.post-image a::before,
.team-member .member >  a::before,
ul.list-unstyled.type-staticblock > li .content > a::before
{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a.img::after,
.store_image a::after,
.advertising_block a::after,
.cs-bloglastest-img::after,
.cs-content-blog a.product_img_link::after,
.item-product .product_img_link::after,
a.lnk_img::after,
a.product-image::after,
.post-image a::after,
.team-member .member >  a::after,
ul.list-unstyled.type-staticblock > li .content > a::after
{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a.lnk_img::after,
a.lnk_img::before,
a.product-image::before,
a.product-image::after,
.item-product .product_img_link::before,
.item-product .product_img_link::after,
.team-member .member >  a::before,
.team-member .member >  a::after,
ul.list-unstyled.type-staticblock > li .content > a::before,
ul.list-unstyled.type-staticblock > li .content > a::after{
	background-color:#f7f7f9;
	opacity:0.2;
	filter:alpha(opacity=40);
}
a.img:hover::before,
a.img:hover::after,
.store_image a:hover::before,
.store_image a:hover::after,
.advertising_block a:hover::before,
.advertising_block a:hover::after,
.cs-bloglastest-img:hover::before,
.cs-bloglastest-img:hover::after,
.cs-content-blog a.product_img_link:hover::before,
.cs-content-blog a.product_img_link:hover::after,
.item-product .product_img_link:hover::before,
.item-product .product_img_link:hover::after,
a.lnk_img:hover::before,
a.lnk_img:hover::after,
a.product-image:hover::before,
a.product-image:hover::after,
.post-image a:hover::before,
.post-image a:hover::after,
.team-member .member >  a:hover::before,
.team-member .member >  a:hover::after,
ul.list-unstyled.type-staticblock > li .content > a:hover::before,
ul.list-unstyled.type-staticblock > li .content > a:hover::after
{
	width: 100%;
	height: 100%;
}
.cs-categories-featured-content-banner .cs-item a.cs-img img{
	/*transition:transform 350ms ease 0s;
	-moz-transition:-moz-transform 350ms ease 0s;
	-webkit-transition:-webkit-transform 350ms ease 0s;
	-o-transition:-o-transform 350ms ease 0s;transform-origin:50% 50% 0;	*/
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.cs-categories-featured-content-banner .cs-item a.cs-img:hover img{	
	/*transform:scale3d(0.95, 0.92, 1);
	-moz-transform:scale3d(0.95, 0.92, 1);
	-webkit-transform:scale3d(0.95, 0.92, 1);
	-o-transform:scale3d(0.95, 0.92, 1)*/
	-webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

@media (max-device-width: 992px) {
	a.product_img_link .img-hover{
		display:none;
	}	
}
.cs-item a.product_img_link img{
	max-width:100%;
}
.no-flexbox .cs-item{
	margin-left:-1.5px;
	margin-right:-1.7px;
	display:inline-block;
}
@media screen and (min-width:0\0) { 
	.cs-item{
		margin-left:-1.5px;
		margin-right:-1.7px;
		display:inline-block;
	}
}
.cs-item .cs-product{
	position:relative;
}
.cs-item .cs-product  + .cs-product {
	margin-top:15px;
}
.cs-container-list .owl-theme .owl-item  .cs-item{
	width:100%;
}
/* default no-edit*/
.cs-1-items-aline .cs-item{
	width:100%;
}
.cs-2-items-aline .cs-item{
	width:50%;
}
.cs-3-items-aline .cs-item{
	width:33.33333%;
}
.cs-4-items-aline .cs-item{
	width:25%;
}
.cs-5-items-aline .cs-item{
	width:20%;
}
.cs-6-items-aline .cs-item{
	width:16.66666%;
}
.cs-7-items-aline .cs-item{
	width:14.28571428%;
}
.cs-8-items-aline .cs-item{
	width:12.5%;
}

@media (max-width: 991px) {
  .cs-5-items-aline .cs-item {
    width: 25%;
  }
  .cs-6-items-aline .cs-item {
    width: 20%;
  }
  .cs-7-items-aline .cs-item{
    width: 20%;
  }
  .cs-8-items-aline .cs-item{
    width: 16.66666%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
	.cs-container-list .cs-item{
		width: 50%;
	 }
}
@media (max-width: 499px) {
  .cs-container-list .cs-item{
    width: 50%;
  }
  div.pagination .showall{
	display:block;
	float:none;
	margin:0 0 10px;
  }
	.top-pagination-content .product-count, .bottom-pagination-content .product-count{
		display:none;
	}
	.bottom-pagination-content{
		padding-top:10px;
		padding-bottom:5px;
	}
}
.cs-big-product .cs-item{
	padding-left:0;
	padding-right:40px;
}
.cs-big-product,
.cs-big-product  + .cs-product-list{
	float:left;
}
@media (max-width: 767px) {
	.cs-big-product,
	.cs-big-product  + .cs-product-list{
		width:100%!important;
		padding-right:0;
	}
	.cs-big-product{
		margin-bottom:30px;
		text-align:center;
	}
	.cs-big-product > a > img{
		width:100%;
	}
}
/*@media (min-width: 480px) and (max-width: 767px) {
	.cs-big-product,
	.cs-big-product  + .cs-product-list{
		width:50%!important;
	}	
	.cs-big-product{
		padding-right:30px;
	}
}*/
/* default no-edit*/
.sub-products{
	overflow:hidden;
	margin-left:-10px;
	margin-right:-10px;
}
.sub-products .item-product{
	width:33.33333%;
	float:left;
	padding:10px;
}
.content-manufacture-block .manufacture-item a{
	display:block;
	text-align:center;
}

@media (max-width: 767px) {
	.footer-container #footer .cs-alphabet-block  h4:after,
	.footer-container #footer .block-search-popular  h4:after {
		content:"";
	}
}

body.content_only  #cs_bt_scroll_top{
	display:none!important;
}
#cs_menu_container.fancybox-margin{
	margin-left:-8px;
}
.cs-filter-category .cs-product-list-column .cs-left-product{
	width:auto;
	float:left;
	margin-right:10px;
	margin-bottom:0;
}
.cs-filter-category .cs-product-list-column  .cs-right-product{
	overflow:hidden;
	text-align:left;
}
.category-name{
	text-transform:uppercase;
	color:#bfaab7;
	font-weight:600;
	display:block;
}
.cs-product .product-desc,
.cs-product .product-flags,
.cs-product .availability{
	display:none;
}
h2.title_block{
	border-bottom:1px solid #e5e5e5;
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	color:#333;
	font-family: 'Open Sans', sans-serif;
}
h2.title_block span{
	display:inline-block;
	border-bottom:3px solid #bfaab7;
	padding-bottom:10px;
	margin-bottom:-1px;
}
.cs-right-product .content_price{
	margin-bottom:0;
}
.product_list.list .cs-right-product .content_price{
	margin-bottom:15px;
}
.cs-right-product{
	text-align:center;	
}

.cs-right-product .button-container{
		display:none!important;
	}
@media (max-width: 992px) {
	.cs-right-product .button-container{
		display:block!important;
	}
	.cs-left-product .button-container{
		display:none!important;
	}	
	html .cs-right-product .content_price{
	  margin-bottom: 0.5em;
	  }
}
@media (min-width: 992px) {
	.button-container{
		text-align:center;
	}
	.cs-left-product .product_img_link{
		position:relative;
		z-index:0;
	}
	.cs-left-product  .button-container{
		position:absolute;
		left:0;
		width:100%;
		transition:all 500ms ease 0ms;
		-moz-transition:all 500ms ease 0ms;
		-webkit-transition:all 500ms ease 0ms;
		opacity:0;
		filter:alpha(opacity=0);
		bottom:-40%;
		z-index:50;
	}
	.cs-item .cs-product .cs-left-product:hover  .button-container{
		bottom:-1px;
		opacity:1;
		filter:alpha(opacity=100);
	}
	.cs-product  .ajax_add_to_cart_button,
	.cs-product  .functional-buttons{
		display:inline-block;
		vertical-align:top;		
	}
	.cs-product  .functional-buttons{
		margin-left:-3.5px;
	}
	.cs-product  .wishlist,
	.cs-product  .compare,
	.cs-product  .quick-view{
		float:left;
		position:relative;
	}
	.cs-product  .wishlist::after,
	.cs-product  .compare::after{
		position:absolute;
		right:0;
		top:0;
		height:100%;
		width:1px;
		border-right:1px solid #fff;
		content:"";
	}
}
.cs-product-list  .nb-comments,
.cs-item   .nb-comments{
	display:none;
}
.comments_note{
	display:block;
	margin:0.5em 0;
	height:17px;
	
}
.product_list.list .cs-product  .ajax_add_to_cart_button{
	min-height:38px;
}
@media (min-width: 992px) {
	.comments_note{
		text-align:center;
	}
}
.comments_note .star_content{
	width:auto;
	display:inline-block;
}

.wishlist,
.compare,
.quick-view{
	margin-bottom:1px;
	display:inline-block;
}
.quick-view{
	margin-right:0;
}
.wishlist a,
.compare a{
	display:block;
}
.wishlist a,
.compare a,
.quick-view{
	font-size:0;
	position:relative;
	width:38px;
	height:38px;
	background:#ccc;
	text-align:center;
	transition: all 500ms ease 0ms;
	-moz-transition: all 500ms ease 0ms;
	-webkit-transition: all 500ms ease 0ms;
	vertical-align:top;
}
.wishlist a:hover,
.compare a:hover,
.quick-view:hover,
.wishlist a.checked,
.compare a.checked{
	background:#bfaab7;
}

.quick-view span{
	font-size:0;
}
.wishlist a:before,
.compare a:before,
.quick-view:before{
	font-family:"FontAwesome";
	line-height:38px;
	font-size:18px;
	color:#fff;
	display:block;
	text-align:center;
}
.quick-view:before {
  content: "\f002";
}
.wishlist a:before{
	content: "\f004";
}
.compare a:before{
content: "\f067";}

#index .columns-container .owl-prev,
#index .columns-container  .owl-next{
	position:absolute;
	top:50%;
	width:62px;
	height:62px;
	margin-top:-40px;
	font-size:0;
	background:#f2f2f2;
	border-radius:50%;
	-moz-border-radius:50%;
	text-align:center;
	line-height:62px;
	color:#ccc;
	transition:all 300ms ease 0ms;
	-moz-transition:all 300ms ease 0ms;
	-webkit-transition:all 300ms ease 0ms;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:10;
	border:none;
	overflow:hidden;
}
.cs_section_product_grid .owl-prev,
.cs_section_product_grid .owl-next{
	top:30%;
	bottom:30%;
}
#index .columns-container  .owl-prev:before,
#index .columns-container  .owl-next:before{
	font-size:60px;
	line-height:60px;
}
@media (min-width: 768px) {
	html .owl-prev,
	html .owl-next{
		top:-30px;
	}
	html .owl-prev{
		right:45px;
	}
	html .owl-next{
		right:15px;
	}	
	html  #left_column .owl-prev,
	html  #left_column .owl-next,	
	html  #right_column .owl-prev,
	html  #right_column .owl-next{
		top:45%;
		margin-top:-30px;
		display:none;
	}			
	html  #left_column .block:hover  .owl-prev,
	html  #left_column .block:hover .owl-next,
	html  #right_column .block:hover .owl-prev,
	html  #right_column .block:hover .owl-next{
		display:block;
	}
	html #left_column .owl-prev,
	html #right_column .owl-prev{
		right:auto;
		left:0
	}
	html #left_column .owl-next,
	html #right_column .owl-next{
		right:0;
	}
}
@media (max-width: 767px) {
	html .owl-prev{
		left:15px;
	}
	html .owl-next{
		right:15px;
	}
	html .owl-prev,
	html .owl-next{
		top:45%;
		margin-top:-30px!important;
	}
	#index .columns-container  .owl-prev, #index .columns-container  .owl-next{
		top:50%;
		margin-top:-20px!important;
	}
}
.owl-prev,
.owl-next{
	border:2px solid #848484;
	border-radius:50%;
	-moz-border-radius:50%;
	transition:all 300ms ease 0ms;
	-moz-transition:all 300ms ease 0ms;
	-webkit-transition:all 300ms ease 0ms;
	font-size:0;
	display:block;
	width:30px;
	height:30px;
	line-height:28px;
	text-align:center;
	position:absolute;
	
}
.owl-prev:before,
.owl-next:before{
	font-family:"FontAwesome";
	content: "\f0d9";
	font-size:20px;
	display:block;
}
.owl-next:before{
	content: "\f0da";
}
.owl-prev:hover,
.owl-next:hover{
	color:#bfaab7;
	border-color:#bfaab7;
}
@media (min-width: 992px) {	
	.owl-prev,
	.owl-next{
		width:20px;
		height:20px;
		line-height:16px;
	}
	.owl-prev:before,
	.owl-next:before{
		font-size:14px;
		line-height:17px;
	}
}
#index .columns-container  .owl-prev:before,
#index .columns-container  .owl-next:before{
	font-family:"FontAwesome";
	content: "\f104";
	font-size:60px;	
}
#index .columns-container  .owl-next:before{
	content: "\f105";
}
#index .columns-container  .owl-prev:hover,
#index .columns-container  .owl-next:hover{
	background:#bfaab7;
	color:#fff;
}
.cs-container-list .owl-prev{
	left:50%;
}
.cs-container-list .owl-next{
	right:50%;
}
#index .columns-container  .owl-carousel:hover .owl-prev,
	#index .columns-container  .cs-filter-products:hover  .owl-carousel .owl-prev{
	left:0;	
	opacity:1;
	filter:alpha(opacity=100);
	right:auto
}
#index .columns-container  .owl-carousel:hover .owl-next,
	#index .columns-container  .cs-filter-products:hover  .owl-carousel .owl-next{
	right:0;
	opacity:1;
	filter:alpha(opacity=100);
}

.cs-big-product  + .cs-product-list .cs-container-list:hover .owl-prev{
	left:-15px;
}
.cs-big-product  + .cs-product-list .cs-container-list:hover .owl-next{
	right:-15px;
}
@media (min-width: 1199px) {
	#index .columns-container  .owl-carousel:hover .owl-prev,
	#index .columns-container  .cs-filter-products:hover  .owl-carousel .owl-prev{
		left:-70px;	
		right:auto;
	}
	#index .columns-container  .owl-carousel:hover .owl-next,
	#index .columns-container  .cs-filter-products:hover  .owl-carousel .owl-next{
		right:-70px;
	}
	#index .cs-boxed-mode .columns-container  .owl-carousel:hover .owl-prev{
		left:5px;	
	}
	#index .cs-boxed-mode  .columns-container  .owl-carousel:hover .owl-next{
		right:5px;
	}
}
@media (max-width: 990px) {
	#index .columns-container  .owl-prev,
	#index .columns-container  .owl-next{
		width:40px;
		height:40px;
		line-height:40px;
		margin-top:-25px;
	}
	#index .columns-container  .owl-prev:before,
	#index .columns-container  .owl-next:before{
		font-size:40px;
		line-height:40px;
	}
	/*.cs-item a.product_img_link{
		margin-bottom:7px;
	}*/
}
@media (max-device-width: 767px) {
	#index .columns-container  .owl-prev,
	#index .columns-container  .owl-next{
		opacity:1;
		filter:alpha(opacity=100);
	}
	#index .columns-container  .owl-prev{
		left:0;
		right:auto;
	}
	#index .columns-container  .owl-next{
		right:0;
	}
}

.cs-filter-products,
.cs-categories-featured-banner{
	margin-bottom:20px;
}
.cs-categories-featured-content-banner a.cs-img img{
	transform-style: inherit;
}
html .color_pick[style="background:#ffffff;"],
html #layered_block_left .color-option[style="background: #ffffff;"] {
  border:1px solid #ccc!important;
}
.cs-right-product .color-list-container{
	display:none;
}

/** Category **/
.cs-category-info{
	position:relative;
	margin-bottom:15px;
}
.content_scene_cat {
	position:relative;
}
.cs-have-image .content_scene_cat img{
	width:100%;
}
.cs-category-info .lnk_more{
	display:none;
}
.content_scene_cat:before{
	background:#000;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.cs-cat-content-img{
	margin-left:-15px;
	margin-right:-15px;
}
.product .cs-have-image .cs-cat-content-img{
	padding:5% 0;
}
@media (max-width:991px) {
	.product .cs-have-image .content_scene_cat img{
		min-height:120px;
	}
}
.cs-have-image .cs-cat-content-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:10;
	padding:7% 0;
	color:#fff;
	text-align:center;
	margin:0;
}
.cs-have-image h1.page-heading{
	font-size:50px;
	font-weight:800;
	color:#fff;
	line-height:40px;
	padding-bottom:10px;
}
.product .cs-have-image h1.page-heading{
	font-size:30px;
}
.cs-have-image .rte p strong{
	font-weight:400;
	font-size:28px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
}
.product .cs-have-image h1.page-heading{
		margin:0;
		padding:0;
}
@media (min-width:1199px) {
	.cs-have-image h1.page-heading{
		font-size:72px;
		line-height:65px;
		border:none;
	}
	.product .cs-have-image h1.page-heading{
		font-size:50px;
		line-height:45px;
	}
	.cs-have-image h1.page-heading span.cat-name{
		position:relative;
	}
	.cs-have-image h1.page-heading span.cat-name::before,
	.cs-have-image h1.page-heading span.cat-name::after{
		content:"";
		height:6px;
		width:89px;
		background: url(../../../../img/line.png) no-repeat 0 0;
		display:inline-block;
		position:relative;
		top:-22px;
	}
	.cs-have-image h1.page-heading span.cat-name::before{	
		margin-right:30px;
	}
	.cs-have-image h1.page-heading span.cat-name::after{	
		margin-left:20px;
	}
	.cs-have-image .rte p strong{
		font-size:24px;
		font-weight:300;
		padding-bottom:10px;
		display:block;
	}
	.cs-have-image #category_description_short{
		padding-left:11%;
		padding-right:12%;
	}
}
.type-staticblock li div > a > img{
	margin-bottom:0.5em
}