/* display none until init */
.product-carousel {
	position: relative;
	-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;
}
.owl-buttons, .customNavigation {
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	position: absolute;
	z-index: 9;
}
.customNavigation a, .owl-buttons a {
	background-color: transparent;
	background-image: url("../../image/themeimage/product-arrow.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 60px;
	font-size: 0;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto 0;
	cursor: pointer;
	position: absolute;
	opacity: 0;
}
.category_tab.box:hover .customNavigation a, 
.category_tab.box:hover .owl-buttons a {
	opacity: 1;
}
.banners-slider-carousel:hover .customNavigation a,
.banners-slider-carousel:hover .owl-buttons a {
	opacity: 1;
}
.box.bestseller:hover .customNavigation a,
.box.bestseller:hover .owl-buttons a {
	opacity: 1;
}
#homeblog:hover .customNavigation a,
#homeblog:hover .owl-buttons a {
	opacity: 1;
}
.box.related:hover .customNavigation a,
.box.related:hover .owl-buttons a {
	opacity: 1;
}
.customNavigation a.prev, .owl-buttons a.prev {
	background-position: left 0;
	right: auto;
	left: 0;
}
.customNavigation a.prev:hover, .owl-buttons a.prev:hover {
	background-position: left -120px;
}
.customNavigation a.next, .owl-buttons a.next {
	background-position: right 0;
	right: 0;
	left: auto;
}
.customNavigation a.next:hover, .owl-buttons a.next:hover {
	background-position: right -120px;
}
.product-info .product-image .customNavigation a.prev, 
.product-info .product-image .customNavigation a.next {
	color: #000;
	cursor: pointer;
	position: absolute;
	font-size: 0;
}
.product-info .product-image .customNavigation a.prev {
	left: 10px;
	right: auto;
}
.product-info .product-image .customNavigation a.next {
	right: 10px;
	left: auto;
}
.product-info .product-image .customNavigation a.prev:hover, 
.product-info .product-image .customNavigation a.next:hover {
	color: #FF5D68;
	text-decoration: none;
}
#pxtestimonialblock .customNavigation {
	display: none;
}
.owl-carousel .owl-buttons div {
	opacity: 1 !important;
}
@media (max-width: 767px) {
	.customNavigation a, .owl-buttons a {
		opacity: 1;
	}
	.owl-buttons, .customNavigation {
		left: 5px;
		right: 5px;
	}
}