
/* 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);
}
.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;
    width: 100%;
    top: 47%;
    z-index: 9;
    direction: ltr !important;
}
.box.blogs .box-content .customNavigation {
    top: 31%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box.blogs:hover .box-content .customNavigation {
    opacity: 1;
}
.customNavigation a {
    font-size: 0px;
    border: 0;
    position: absolute;
    font-weight: 300;
    height: 30px;
    width: 30px;
    line-height: 26px;
    padding: 0px;
    color: #000000;
    background: transparent url(../../image/codezeel/arrow.png) no-repeat scroll 0 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.customNavigation a:hover{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.customNavigation a.prev {
   left: -20px;
   background-position: -40px -34px;
}
.customNavigation a.next {
  right: -20px;
  background-position: -202px -35px;
}
.customNavigation a.prev:hover {
   background-position: -40px -157px;
}
.customNavigation a.next:hover {
  background-position: -202px -158px;
}


@media (min-width: 1501px) {
    .customNavigation a.prev {
        left: -40px;
    }
    .customNavigation a.next {
        right: -40px;
    }
}
@media (max-width: 1500px) {
  .customNavigation a.prev {
      left: 0px;
    }
  .customNavigation a.next {
      right: 0px;
    }
}
@media (max-width: 991px) {
   .box.blogs .box-content .customNavigation {
        top: 22%;
    }
}
@media (max-width: 600px) {
   .box.blogs .box-content .customNavigation {
        top: 32%;
    }
}
@media (max-width: 480px) {
   .box.blogs .box-content .customNavigation {
        top: 23%;
    }
}


