/********************************************************
			Megnor Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  width: 100%;
  float: left;
  -ms-touch-action: pan-y;
}
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.tm-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tm-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tm-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;
}
.tm-carousel .owl-item {
  float: left;
}
.tm-carousel .owl-item .manu_image a {
  display: inline-block;
}
.tm-carousel .owl-item .manu_image a img {
  width: 100%;
}
.tm-carousel .owl-item:hover a img {
  border-color: blue;
}
.tm-carousel .owl-wrapper,
.tm-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;
}

#index .customNavigation {
  top: 17px;
}
@media (max-width: 480px) {
  #index .customNavigation {
    top: 10px;
  }
}

.customNavigation {
  position: absolute;
  z-index: 8;
  width: 100%;
  top: -60px;
}
.customNavigation a {
  position: absolute;
  height: 35px;
  width: 35px;
  border: 1px solid #333333;
  padding: 0 !important;
}
.customNavigation a i {
  color: white;
  font-size: 17px;
  padding: 7px;
  font-weight: bold;
  vertical-align: -2px;
}
.customNavigation a i:before {
  text-align: center;
}
.customNavigation a:hover {
  background: #333333;
}
.customNavigation a:hover i {
  color: #7c7c7c;
}
.customNavigation a.prev {
  right: 24px;
}
.customNavigation a.prev i:before {
  content: "\f104";
  padding: 0;
}
.customNavigation a.next {
  right: -10px;
}
.customNavigation a.next i:before {
  content: "\f105";
  padding: 0;
}

#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

#tm-tabcontent .tab-content #datasheet {
  margin: 0;
}

.accessories-block .customNavigation {
  top: -55px;
}

#productscategory_list .customNavigation, #crossselling_list .customNavigation, .accessories-product .customNavigation {
  top: -55px;
}
#productscategory_list .customNavigation a.prev, #crossselling_list .customNavigation a.prev, .accessories-product .customNavigation a.prev {
  right: 44px;
}
#productscategory_list .customNavigation a.next, #crossselling_list .customNavigation a.next, .accessories-product .customNavigation a.next {
  right: 10px;
}

#index #manufacturer_slider .customNavigation {
  top: 44px;
}
#index #manufacturer_slider .customNavigation a.prev {
  left: 0;
  right: auto;
}
#index #manufacturer_slider .customNavigation a.next {
  right: 0 !important;
}
