
/* 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%;
	
}
.banners-slider-carousel .slider-wrapper-outer {
    text-align: center;
}
.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;
  width: 10px;
  height: 10px;
  display: flow-root list-item;
  border: 1px solid;
  display: inline-block;
  margin: 5px;
  text-align: center;
border-radius: 10px;
}

.slider-page.active {
  background: #767676;
}
.slider-controls {
text-align: center;
	-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;
display:none;
}
.banners-slider-carousel .customNavigation {
}
.customNavigation a,.owl-buttons div{
    display: block;
    position: absolute;
	top: 40%;
    z-index: 99;
	bottom: auto;
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: #6c6c6c;
    background-color: #cccccc;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position:center;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
}
.customNavigation a:hover, .owl-buttons div:hover {
    background-color: #BC8246;
}
#content .box-content:hover .customNavigation a, #content .box-content:hover .owl-buttons div ,.banners-slider-carousel:hover .customNavigation a,#pxtestimonialblock:hover .customNavigation a{
    transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}

.customNavigation .fa-angle-right:before,.owl-buttons .fa-angle-right:before,.customNavigation .fa-angle-left:before,.owl-buttons.fa-angle-left:before,.customNavigation .fa-angle-double-left:before,.customNavigation .fa-angle-double-right:before,.category_tab .tab-pane .owl-buttons a.fa{
    display: none;
}

.customNavigation a.prev,.owl-buttons .owl-prev {
	background-image: url("../../image/themeimage/prod-prev.svg");
	right:auto;
	left: 10px;
	cursor:pointer;
top:30%;
}
.customNavigation a.prev:hover,.owl-buttons .owl-prev:hover { 
	background-image: url("../../image/themeimage/prod-prev-hover.svg");
}
.customNavigation a.next,.owl-buttons .owl-next {
	background-image: url("../../image/themeimage/prod-next.svg");
	right: 10px;
    left: auto;
top:30%;
	cursor:pointer;
}
.customNavigation a.next:hover,.owl-buttons .owl-next:hover {
	background-image: url("../../image/themeimage/prod-next-hover.svg");
}

#homeblog .owl-buttons div{top: 23%;}
.testimonial_inner .customNavigation a {
    top: 45%;
}
.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; }

.banners-slider-carousel .customNavigation a.prev {

}
.banners-slider-carousel .customNavigation a.prev:hover {text-decoration:none; z-index:9;}
.banners-slider-carousel .customNavigation a.next {

}
.banners-slider-carousel .customNavigation a.next:hover 	{text-decoration:none; z-index:9;}
.banners-slider-carousel .customNavigation a:hover{
	color:#da983d;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 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: #BC8246;
    cursor: pointer;
    font-size: 18px;
    left: 0px;
    position: absolute;
    top:48px;
	z-index: 99;
}
.product-info .product-image .customNavigation span.prev:hover { color: #696969; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    color: #BC8246;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: -5px;
    top:48px;
	left:auto;
    z-index: 99;
}
.product-info .product-image .customNavigation span.next:hover {color: #696969; text-decoration:none;}


@media (max-width: 979px) {
.customNavigation a,.owl-buttons div{
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}
}