
/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-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;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 



/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.product-image .customNavigation a.prev {left:0; color:#000000; width:20px;}
.product-image .customNavigation a.next {right:0; color:#000000; width:20px;}
.product-image  .customNavigation a {top:40px;}

.customNavigation    { 
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.banners-slider-carousel .customNavigation {
    width: 100%;
}
/*.owl-carousel:hover .owl-buttons a {
  	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}*/
#homeblog .owl-buttons span.arrow { top: 28%;}
.customNavigation a.prev, .owl-buttons span.prev.arrow{left: 15px;}
.customNavigation a.next, .owl-buttons span.next.arrow{right: 15px; text-indent: 6px;}
.customNavigation a,
.owl-buttons span.arrow{
	background: #292929 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 30px;
    text-indent: 3px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    top: 34%;
    width: 40px;
    cursor: pointer;
	text-align:center;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.customNavigation a:hover, .owl-buttons span.arrow:hover {
    background-color: #826147;
    color: #ffffff;
}
.banners-slider-carousel .customNavigation a,.banners-slider-carousel  .owl-buttons span.arrow{
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a,.banners-slider-carousel:hover  .owl-buttons span.arrow{
	opacity: 1;
	-webkit-opacity:1;
	-moz-opacity: 1;
	-o-opacity: 1;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
#testimonialblog .customNavigation a{top: -42px;}

.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; padding: 45px 0 0; }

.banners-slider-carousel .customNavigation a.prev {
    left:0;
	top:140px;
	z-index:999;  
	cursor:pointer;
	transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a.prev {
	text-decoration:none;
	 z-index:999;
	 transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	 transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	}
.banners-slider-carousel .customNavigation a.next {
    right:0;
	top:140px;
	cursor:pointer;
	z-index:999;
	left:auto;
	transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.banners-slider-carousel:hover .customNavigation a.next 	{
	text-decoration:none; 
	z-index:999;
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
}
.product-info .product-image .customNavigation    { text-align: center; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation span.prev {
    /*color: #ff906a;*/
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    left: 0px;
    position: absolute;
    top:40px;
}
.product-info .product-image .customNavigation span.prev:hover { color: #826147; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    position: absolute;
    right: -5px;
    top:40px;
	left:auto;
}
/*.featured-products:hover .customNavigation a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}*/
#content .products:hover .customNavigation a ,.products:hover .owl-buttons span.arrow{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
}
.featured-products .customNavigation a {
    top: 130px;
    z-index: 9;
}
.product-info .product-image .customNavigation span.next:hover {color: #826147; text-decoration:none;}
.bestseller-block .customNavigation a, .latest-block .customNavigation a, .tab-content .customNavigation a , .special-block .customNavigation a{
    top: 120px;
    z-index: 9;
}
