
/* 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;}
.product-image .customNavigation a.next {right:0;}
.product-image  .customNavigation a {top:51px;border: medium none;}

#tmocategoryblock .customNavigation {
    top: 30%;
}
.customNavigation{ 
	position: absolute;
	z-index: 98;
	width: 100%;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	direction: ltr !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.customNavigation a {
   position: absolute;
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 40px;
	height: 40px;
	width: 32px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	color: #000 !important;
	border: medium none;
	text-align: center;
	border-radius: 0;
}
.customNavigation a:hover {
    color: #e6ccc0 !important;
}
.customNavigation a.prev::before {
    content: "\f104";
    left: 0;
    position: absolute;
    right: 0;
    font-size: 40px;
}
.customNavigation a.next::before {
    content: "\f105";
    right: 0;
    position: absolute;
    left: 0;
    font-size: 40px;
}
#testimonialblog .customNavigation a{top: -42px;}
.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; }


.banners-slider-carousel .customNavigation{
    left:0px;
	top:31%;
	z-index:999;  
	cursor:pointer;	
	padding:0;
}
.product-info .product-image .customNavigation{ 
	text-align: center; 
	width:100%; 
	z-index:9;
	top: 0;
}
.product-info .product-image .customNavigation span{
	font-size: 40px;
	height: 32px;
	width: 32px;
	color: #000;
}
.product-info .product-image .customNavigation span:hover{
	color: #e6ccc0;
}
.product-info .product-image .customNavigation span.next {
    cursor: pointer;
    padding: 9px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.product-info .product-image .customNavigation span.prev {
    left: 0px;
    top: 30px;
    position: absolute;
    cursor: pointer;
    padding: 9px;
    position: absolute;
}
.product-info .product-image .customNavigation span.prev::before {
    content: "\f104";
	left: -1px;
	position: absolute;
	right: 0;
	font-size: 40px;
	top: 4px;
}
.product-info .product-image .customNavigation span.next::before {
    content: "\f105";
	right: -1px;
	position: absolute;
	left: 0;
	font-size: 40px;
	top: 4px;
}




@media only screen and (min-width: 1200px) and (max-width: 1289px) {
    .customNavigation a.prev {left: 20px;}
    .customNavigation a.next {right: 20px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)  {
	.customNavigation a.prev {left: 10px;}
    .customNavigation a.next {right: 10px;}

}
@media only screen and (min-width: 980px) and (max-width: 1023px)  {
	.customNavigation a.prev {left: 10px;}
    .customNavigation a.next {right: 10px;}

}
@media (max-width: 979px) {
	.customNavigation a.prev {left: 0px;}
    .customNavigation a.next {right: 0px;}
   
    .product-info .product-image .customNavigation span.prev {
    top: 40px;
	}
	    .product-info .product-image .customNavigation span.next {
	    top: 40px;
	}
}
@media (max-width: 767px) {
	.customNavigation a.prev {left: 10px;}
    .customNavigation a.next {right: 10px;}
   
}

@media (max-width: 479px){
	
}