/********************************************************
			Pixothemes Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-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;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 40%;
  color: #b3b3b3;
  direction: ltr !important;
  text-align: right;
  right: 0;
}
.additional_slider .customNavigation a {
  font-size: 40px;
}
.additional_slider .customNavigation a.next {
  right: -40px;
  background: transparent;
}
.additional_slider .customNavigation a.prev {
  background: transparent;
}
#featureProduct .customNavigation, #newProduct .customNavigation, #bestseller .customNavigation{  top: -65px;
  right: 19px;width: auto;
}
.special-products .customNavigation{right: 19px;width: auto;top: 0;}
.product-accessories .customNavigation, .productscategory-products .customNavigation, .crosssell-products.clearfix .customNavigation {
  top: -60px;
  right: 19px;
  width: auto;
}

#featureProduct .customNavigation a.next, #newProduct .customNavigation a.next, #bestseller .customNavigation a.next,.special-products .customNavigation a.next,
.product-accessories .customNavigation a.next, .productscategory-products .customNavigation a.next,.crosssell-products.clearfix .customNavigation a.next
 {
  right: 0;
  position: relative;
}
#featureProduct .customNavigation a.prev, #newProduct .customNavigation a.prev, #bestseller .customNavigation a.prev, .special-products .customNavigation a.prev,
.product-accessories .customNavigation a.prev, .productscategory-products .customNavigation a.prev,.crosssell-products.clearfix .customNavigation a.prev
 {
  left:  0;
  position: relative;
}
.customNavigation a {
  position: absolute;
  font-size: 50px;
  line-height: 32px;
  padding: 0;
  background: none;
  color: #ccc;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  width: 36px;
  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;
  transition: all 0.5s ease 0s;
}

.customNavigation a:hover{
	border-color: none;
}
.customNavigation a:hover:before{ color: #c69c6d; }

.customNavigation a.prev {
  left: -35px;
  background: #f2f2f2;
  height: 48px;
  width: 48px;
}
.customNavigation a.next {
  right: -20px;
    background: #f2f2f2;
  height: 48px;
  width: 48px;
}
@media (max-width: 1300px) {
}
@media (max-width: 991px) {
	.customNavigation a.prev {
		left: 0px;
	}
  .additional_slider .customNavigation a.prev {
  left: -40px;
}
	.customNavigation a.next {
		right: 0px;
	}
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 767px) {
}
@media (max-width: 480px) {
.additional_slider .customNavigation a.next {
  right: 0;
}
.special-products .customNavigation {
  right: 0;  top: -10px;
  text-align: center;
  left: 0;
}
#featureProduct .customNavigation, #newProduct .customNavigation, #bestseller .customNavigation {
  top: -65px;
  right: 0;
  text-align: center;
  left: 0;
}
}
.customNavigation a.prev::before {
  content: "\E314";
  font-family: "Material Icons";
  position: absolute;
  top: 8px;
  right: 6px;
  left: auto;
  bottom: auto;
  font-size: 32px;
  color: #808080;
}

.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
    position: absolute;
  top: 8px;
  right: 6px;
  left: auto;
    font-size: 32px;
  bottom: auto;
    color: #808080;
}

#pxleftbanner img,
#pxrightbanner img{
	max-width: 100%;
}	

/******* Subbanner *******/
#pxsubbanner {
    float: left;
    margin: 30px 0;
}
#pxsubbanner li {
    float: left;
	width: 50%;
}
#pxsubbanner li a{
   display: block;
}
#pxsubbanner li img{ width: 100%; }
#pxsubbanner li:first-child,
#pxsubbanner li:last-child {
    padding-right: 10px;
}

/******* Px-CMS Block *******/
