/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform:translate3d(0px, 0px, 0px);
  -o-transform:translate3d(0px, 0px, 0px);
  -moz-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%;
  padding: 0;
}
.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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
.tmblog-latest .customNavigation {
  top: 10px;
}
.customNavigation {
  position: absolute;
  z-index: 5;
  width: auto;
  top: -48px;
  direction: ltr !important;
  right: 0;
}

.special-products.container .customNavigation,
.crosssell-products .customNavigation, 
.productscategory-products .customNavigation,  
.product-accessories .customNavigation{
  top: 10px;
}
.js-qv-mask.mask.additional_slider .customNavigation {
  position: absolute;
  top: 45% !important;
  width: 100%;
  margin: 0;
}
.js-qv-mask.mask.additional_slider .customNavigation a {
  position: absolute;
  background: #fed700;
}

.customNavigation a {
  color: #000;
  cursor: pointer;
  font-size: 0;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 32px;
  border: none;
  background: #ededed;
}

.customNavigation a:hover{
  background: #fed700;
  color: #000 !important;
}

.customNavigation a.prev {
  left: 0;
}

.customNavigation a.next {
  right: 0px;
}

.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
  position: absolute;
  right: 2px;
  font-size: 25px;
  font-weight: 400;
}

.customNavigation a.next::before {
  content: "\E315";
  font-family: "Material Icons";
  position: absolute;
  right: 2px;
  font-size: 25px;
  font-weight: 400;
}

#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;

}	

#tmleftbanner li,#tmleftbanner1 li,#tmleftbanner2 li {
  overflow: hidden;
}
#tmleftbanner li a,#tmleftbanner1 li a,#tmleftbanner2 li a{
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#tmleftbanner li img,#tmleftbanner1 li img,#tmleftbanner2 li img{
    transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
max-width: 100%;
}
#tmleftbanner li img:hover,#tmleftbanner1 li img:hover,#tmleftbanner2 li img:hover{
   
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform:scale3d(1.05, 1.05, 1.05);
  -o-transform:scale3d(1.05, 1.05, 1.05);
  -moz-transform:scale3d(1.05, 1.05, 1.05);
}
@media (max-width: 991px) {
  #tmleftbanner li img, #tmleftbanner1 li img, #tmleftbanner2 li img{
    width: auto;
  }
}

@media (max-width: 767px){
  .customNavigation {
    position: relative;
    top: 0 !important;
    width: 100%;
    text-align: center !important;
    margin-top: 15px;
  }
}
