/********************************************************
			Megnor Custom Styles
********************************************************/
/* line 9, ../../sass/pixo/custom.scss */
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
/* line 17, ../../sass/pixo/custom.scss */
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 23, ../../sass/pixo/custom.scss */
.tm-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 31, ../../sass/pixo/custom.scss */
.tm-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
/* line 38, ../../sass/pixo/custom.scss */
.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;
}
/* line 46, ../../sass/pixo/custom.scss */
.tm-carousel .owl-item {
  float: left;
}
/* line 50, ../../sass/pixo/custom.scss */
.tm-carousel .owl-item .manu_image a {
  display: inline-block;
}
/* line 52, ../../sass/pixo/custom.scss */
.tm-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
/* line 59, ../../sass/pixo/custom.scss */
.tm-carousel .owl-item:hover a img {
  border-color: blue;
}
/* line 65, ../../sass/pixo/custom.scss */
.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 */
/* line 81, ../../sass/pixo/custom.scss */
.grabbing {
  cursor: url("https://static.colouredcontacts.com/themes/greylook/img/pixo/grabbing.png") 8 8, move;
}

/* line 85, ../../sass/pixo/custom.scss */
#index .customNavigation {
  top: 37%;
}

/* line 89, ../../sass/pixo/custom.scss */
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 45%;
  direction: ltr !important;
}
/* line 95, ../../sass/pixo/custom.scss */
.customNavigation a {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  padding: 0;
  height: 35px;
  width: 15px;
  cursor: pointer;
}
/* line 103, ../../sass/pixo/custom.scss */
.customNavigation a i {
  color: #ccc;
  font-size: 30px;
}
/* line 106, ../../sass/pixo/custom.scss */
.customNavigation a i:before {
  text-align: center;
}
/* line 109, ../../sass/pixo/custom.scss */
.customNavigation a i:hover, .customNavigation a i:focus, .customNavigation a i:active {
  color: #c69c6d;
}
/* line 113, ../../sass/pixo/custom.scss */
.customNavigation a:hover:before {
  color: #c69c6d;
}
/* line 117, ../../sass/pixo/custom.scss */
.customNavigation a.prev {
  left: -15px;
}
@media (max-width: 767px) {
  /* line 117, ../../sass/pixo/custom.scss */
  .customNavigation a.prev {
      left: -15px;
  }
}
/* line 120, ../../sass/pixo/custom.scss */
.customNavigation a.prev:before {
  content: "\f104";
  font-size: 30px;
  font-family: "FontAwesome";
  color: #ccc;
}
/* line 127, ../../sass/pixo/custom.scss */
.customNavigation a.prev i {
  display: none;
}
/* line 131, ../../sass/pixo/custom.scss */
.customNavigation a.prev:hover:before {
  color: #c69c6d;
}
/* line 134, ../../sass/pixo/custom.scss */
.customNavigation a.next {
  right: -15px;
}
@media (max-width: 767px) {
  /* line 134, ../../sass/pixo/custom.scss */
  .customNavigation a.next {
      right: -15px;
  }
}
/* line 137, ../../sass/pixo/custom.scss */
.customNavigation a.next:before {
  content: "\f105";
  font-size: 30px;
  color: #ccc;
  font-family: "FontAwesome";
}
/* line 144, ../../sass/pixo/custom.scss */
.customNavigation a.next i {
  display: none;
}
/* line 148, ../../sass/pixo/custom.scss */
.customNavigation a.next:hover:before {
  color: #c69c6d;
}

/* line 155, ../../sass/pixo/custom.scss */
#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

/* line 158, ../../sass/pixo/custom.scss */
#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

/* line 161, ../../sass/pixo/custom.scss */
#tm-tabcontent .tab-content #datasheet {
  margin: 0;
}
