
/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	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;
	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;
	backface-visibility:         hidden;
}
.customNavigation { 
	position: absolute;
    z-index: 2;
    width: 65px;
    top: -62px;
    right: 15px;
    direction: ltr !important;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;	
}
.customNavigation a {
	display: block;
    float: right;
    position: absolute;
    border: 0px;
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    position: absolute;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    width: 30px;
	height: 30px;
	background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
	background-size: 12px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border-radius: 5px;
    -webkit-border-radius: 5px;
}
.customNavigation a:hover {
	background-color: #1e3854;
}
.customNavigation a.prev {
	left: 0px;
    background-image: url(../../image/codezeel/left-angle.svg);
}
.customNavigation a.prev:hover {
	background-image: url(../../image/codezeel/left-angle-hover.svg);
}
.customNavigation a.next {
    right: 0px;
	background-image: url(../../image/codezeel/right-angle.svg);
}
.customNavigation a.next:hover {
	background-image: url(../../image/codezeel/right-angle-hover.svg);
}
.product-info .additional-carousel .customNavigation {
    top: 28%;
    width: 100%;
    right: 0px;
}
.product-image .additional-carousel .customNavigation a {
    background-color: #ffffff;
}
.product-image .additional-carousel .customNavigation a:hover {
    background-color: #1e3854;
}
.product-image .customNavigation a.prev {left:0;}
.product-image .customNavigation a.next {right:0;}

@media ( max-width: 1500px ) {
    .customNavigation a.prev { left: 0px; }
	.customNavigation a.next { right: 0px; }
}
@media (max-width: 991px) {
	.customNavigation {
		top: -52px;
	}
}
@media (max-width: 480px) {
	.customNavigation {
		right: 10px;
	}
}