
/* 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;}
.hometab .customNavigation{ top: 41%;}
.customNavigation    { 
	position: absolute;
	right:0;
	left: 0;
	top: 35%;
	bottom: auto;
	opacity: 0;
	width:100%;
	margin: 0 auto;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}
.box-content:hover .customNavigation {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}
.brands .customNavigation{top: 55%;opacity: 0;transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;}

.brands:hover .customNavigation{opacity: 1;transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;}
/*.banners-slider-carousel .customNavigation {
    width: 100%;
}*/
.banners-slider-carousel .container{position: relative;}
.customNavigation a,
.owl-buttons a{
	-webkit-tap-highlight-color:transparent;
	display: block;
    float: right;
    position: absolute;
	top: -22px;
  	 width: 105px;
	height: 35px;
	font-family: 'Poppins', sans-serif;
	padding: 10px;
	/*padding:7px 0 0;*/
	text-transform: capitalize;
	}
#testimonialblog .customNavigation a{top: -42px;}
.related-products .customNavigation a.prev, .owl-buttons a.prev{left: -45px;}
.related-products .customNavigation a.next, .owl-buttons a.next{right: -45px;}
.customNavigation a.prev,
.owl-buttons a.prev {
	/*background: url("../../image/axopc/sprite.png") no-repeat scroll 0 0 transparent;*/
	right:auto;
	left: -50px;
	cursor:pointer;
	 background-image: url("../../image/axopc/left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    font-size:0px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #A0D445;
	border: 1px solid #A0D445;
	border-radius: 50px;
	overflow: hidden;
		z-index: 1;
}
.customNavigation a.prev:hover,
.owl-buttons a.prev:hover { 
	 text-decoration:none;
	 background-color: #000;
	 border: 1px solid #000;
	}
.customNavigation a.next,
.owl-buttons a.next {
/*    background: url("../../image/axopc/sprite.png") no-repeat scroll -29px 0 transparent;*/
    right: -50px;
    left: auto;
	cursor:pointer;
	background-color:transparent;
	background-image: url("../../image/axopc/right.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    height: 40px;
    width: 40px;
    font-size:0px;
    color:#fff;
    background-color: #A0D445;
	border: 1px solid #A0D445;
	border-radius: 50px;
	overflow: hidden;
	z-index: 1;
     
}
.customNavigation a.next:hover,
.owl-buttons a.next:hover { 
	 text-decoration:none;
	 background-color: #000;
	 border: 1px solid #000;
	}

.customNavigation a.prev::after, .owl-buttons a.prev::after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
        transition-duration: 0.3s;
    height: 100%;
    left: -55%;
    top: 0;
    transform: skew(-45deg);
    transition-duration: 0.6s;
    transform-origin: bottom right;
    width: 20%;
    display: none;
}
.customNavigation a.prev:hover::after, .owl-buttons a.prev:hover::after {
    height: 100%;
    width: 155%;
}

.customNavigation a.next::after, .owl-buttons a.next::after {
    background: #000;
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
        transition-duration: 0.3s;
    height: 100%;
    left: -55%;
    top: 0;
    transform: skew(-45deg);
    transition-duration: 0.6s;
    transform-origin: bottom right;
    width: 20%;
    display: none;
}
.customNavigation a.next:hover::after, .owl-buttons a.next:hover::after {
    height: 100%;
    width: 155%;
}

/*.banners-slider-carousel .product-carousel{  width:auto; margin:0 15px; }

.banners-slider-carousel .customNavigation a.prev {
    left:0px;
	top:45px;
	z-index:999;  
	cursor:pointer;	
	color:#000000;
	background:none;
	 color: #a8a8a8;
    font-size: 32px;
	padding:0;
}
.banners-slider-carousel .customNavigation a.prev:hover {text-decoration:none; z-index:999;}
.banners-slider-carousel .customNavigation a.next {
    right:0px;
	top:45px;
	cursor:pointer;
	z-index:999; 
	color:#000000;
	left:auto;
	background:none;
	 color: #a8a8a8;
    font-size: 34px;
	padding:0;
}
.banners-slider-carousel .customNavigation a.next:hover 	{text-decoration:none; z-index:999;}
.banners-slider-carousel .customNavigation a.prev:hover, .banners-slider-carousel .customNavigation a.next:hover{color:#313131;}*/
.product-info .product-image .arrows    { 
	text-align: center;
	width:100%;
	z-index:9;
	top:36px;
	left: 0;
	right: 0;
	opacity: 1;
}
.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: #A0D445;
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    left: 0px;
    position: absolute;
    top:40px;
}
.product-info .product-image .customNavigation span.prev:hover { color: #1f1f2f; text-decoration: none;}
.product-info .product-image .customNavigation span.next {
    color: #A0D445;
    cursor: pointer;
    /*display: none;*/
    font-size: 18px;
    position: absolute;
    right: -5px;
    top:40px;
	left:auto;
}
.product-info .product-image .customNavigation span.next:hover {color: #1f1f2f; text-decoration:none;}
@media (max-width: 1449px){
.customNavigation a.prev, .owl-buttons a.prev{left: 0;}
.customNavigation a.next, .owl-buttons a.next{right: 0;}
}
@media (max-width: 1449px)
{
    .customNavigation a.prev, .owl-buttons a.prev{right: auto;left: 0px;}
    .customNavigation a.next, .owl-buttons a.next{right: 0px;left: auto;}
}
@media (max-width: 979px){
.featured .customNavigation{left: 0;
		right: 0;
		margin: 0 auto;}
}
 @media (max-width: 767px)
 {    
 	.customNavigation{width: 95%;}
 }


