
/* 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;
}
.customNavigation    { 
    position: absolute;
    z-index: 8;
    width: 70px;
    top: -55px;
    direction: ltr !important;
    right: 10px;
}
.customNavigation a{
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    padding: 0px;
    width: 33px;
    height: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    line-height: 29px;
}

.customNavigation a.prev {
    left: -10px;
	color:#fff;
	cursor:pointer;
	-o-transition:none;
	font-size: 0px;
}
.customNavigation a.prev:before,
.customNavigation a.next:before {
	font-size: 14px;
    font-family: "FontAwesome";
    color: #000000;
    font-weight: normal;
}
.customNavigation a.prev:before {
    content: "\f177";
}
.customNavigation a.next:before {
    content: "\f178";
}
.customNavigation a:hover {
	/*background: rgba(252,198,5,1);
    background: -moz-linear-gradient(top, rgba(252,198,5,1) 0%, rgba(252,155,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,198,5,1)), color-stop(100%, rgba(252,155,0,1)));
    background: -webkit-linear-gradient(top, rgba(252,198,5,1) 0%, rgba(252,155,0,1) 100%);
    background: -o-linear-gradient(top, rgba(252,198,5,1) 0%, rgba(252,155,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,198,5,1) 0%, rgba(252,155,0,1) 100%);
    background: linear-gradient(to bottom, rgba(252,198,5,1) 0%, rgba(252,155,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc605', endColorstr='#fc9b00', GradientType=0 );*/
	background:#e69617;
	border-color:#e69617;
	color: #fff;
}
.customNavigation a.prev:hover:before, 
.customNavigation a.next:hover:before {
	color: #ffffff;
}
.product-image .customNavigation{
	width: 100%;
    right: auto;
    position: static;
    top: auto;
}
.product-image .customNavigation a.prev:hover:before,
.product-image .customNavigation a.next:hover:before{
	color:#fcc605;
}
.product-image .customNavigation a.prev:before, 
.product-image .customNavigation a.next:before{
	font-size: 14px;
	color: #000;
}
.product-image .customNavigation a.prev:hover:before, 
.product-image .customNavigation a.next:hover:before {
    color: #fff;
}
.product-image .customNavigation a.prev {left:20px; color:#fcc605; }
.product-image .customNavigation a.next {right:20px; color:#fcc605;}
.product-image  .customNavigation a {
	top: 40px;
    position: absolute;
	/*background: none;*/
	z-index: 9;
}


.customNavigation a.next {
    right: -10px;
	color:#fff;
	font-size: 0px;
	cursor:pointer;
}


@media (max-width:1230px) {
    .customNavigation a.prev{ left: 0px; }
	.customNavigation a.next{ right: 0px;  }
}
@media (max-width: 767px) {
	.customNavigation a.prev{ left: 0px; }
	.customNavigation a.next{ right: 0px; }
}


/*
playback timings (ms):
  captures_list: 0.454
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.007
  esindex: 0.01
  cdx.remote: 7.76
  LoadShardBlock: 321.11 (3)
  PetaboxLoader3.datanode: 296.747 (5)
  PetaboxLoader3.resolve: 289.586 (3)
  load_resource: 435.283
  loaddict: 96.697
*/