/********************************************************
			Megnor Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  margin: 0;
  width: 100%;
  -ms-touch-action: pan-y;
}
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  -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;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: -41px;
}
@media (min-width: 1200px) {
  .customNavigation {
    width: 99%;
  }
}
.customNavigation a {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  padding: 0 !important;
}
.customNavigation a.prev {
  right: 30px;
}
.customNavigation a.prev i:before {
  content: "" !important;
  background: url("../../img/megnor/sprite.png") no-repeat scroll 0 -4px transparent;
  height: 30px;
  width: 30px;
}
.customNavigation a.prev:hover i:before {
  background-position: 0 -35px;
}
.customNavigation a.next {
  right: 0;
}
.customNavigation a.next i:before {
  content: "" !important;
  background: url("../../img/megnor/sprite.png") no-repeat scroll -31px -4px transparent;
  height: 30px;
  width: 30px;
}
.customNavigation a.next:hover i:before {
  background-position: -31px -35px;
}

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

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

#manufacturer_slider .block_content {
  width: 93%;
  margin-left: 30px;
}

#tmleftblog-carousel .owl-controls .owl-page,
#tmcmstestimonialblock .owl-controls .owl-page {
  background: #cfcfcf;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 3px;
  width: 10px;
}
#tmleftblog-carousel .owl-controls .owl-page:hover, #tmleftblog-carousel .owl-controls .owl-page.active,
#tmcmstestimonialblock .owl-controls .owl-page:hover,
#tmcmstestimonialblock .owl-controls .owl-page.active {
  background: #82d5bd;
}

#tmcmsblockblog .customNavigation {
  position: absolute;
  top: -3px;
  width: 100%;
}
@media (max-width: 991px) {
  #tmcmsblockblog .customNavigation {
    right: 40px;
  }
}
@media (max-width: 319px) {
  #tmcmsblockblog .customNavigation {
    right: 16px;
  }
}
#tmcmsblockblog .customNavigation a {
  position: absolute;
  top: -33px;
  font-size: 25px;
  line-height: 25px;
  padding: 0 !important;
}
#tmcmsblockblog .customNavigation a:before {
  text-align: center;
}
#tmcmsblockblog .customNavigation a:hover, #tmcmsblockblog .customNavigation a:focus, #tmcmsblockblog .customNavigation a:active {
  color: pink;
}
#tmcmsblockblog .customNavigation a.prev {
  right: 18px;
}
#tmcmsblockblog .customNavigation a.prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0;
  color: #ffffff;
}
#tmcmsblockblog .customNavigation a.prev:hover:before {
  color: #c8c8c8;
}
#tmcmsblockblog .customNavigation a.next {
  right: 0;
}
#tmcmsblockblog .customNavigation a.next:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0;
  color: #ffffff;
}
#tmcmsblockblog .customNavigation a.next:hover:before {
  color: #c8c8c8;
}

#tmcmsblockblog .block_content, #tmcmstestimonialblock .block_content {
  z-index: 9999;
}

#tmcmsblockblog .owl-pagination {
  display: none;
}

#tmcmstestimonialblock .customNavigation {
  position: absolute;
  top: -3px;
  width: 100%;
}
@media (max-width: 991px) {
  #tmcmstestimonialblock .customNavigation {
    right: 40px;
  }
}
@media (max-width: 319px) {
  #tmcmstestimonialblock .customNavigation {
    right: 16px;
  }
}
#tmcmstestimonialblock .customNavigation a {
  position: absolute;
  top: -33px;
  font-size: 25px;
  line-height: 25px;
  padding: 0 !important;
}
#tmcmstestimonialblock .customNavigation a:before {
  text-align: center;
}
#tmcmstestimonialblock .customNavigation a:hover, #tmcmstestimonialblock .customNavigation a:focus, #tmcmstestimonialblock .customNavigation a:active {
  color: pink;
}
#tmcmstestimonialblock .customNavigation a.prev {
  right: 25px;
}
#tmcmstestimonialblock .customNavigation a.prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0;
  color: #ffffff;
}
#tmcmstestimonialblock .customNavigation a.prev:hover:before {
  color: #c8c8c8;
}
#tmcmstestimonialblock .customNavigation a.next {
  right: 10px;
}
#tmcmstestimonialblock .customNavigation a.next:before {
  font-family: "FontAwesome";
  content: "\f105";
  padding: 0;
  color: #ffffff;
}
#tmcmstestimonialblock .customNavigation a.next:hover:before {
  color: #c8c8c8;
}

#featureProduct .customNavigation, #bestseller .customNavigation {
  top: -57px;
  left: 16px;
}

#bestseller .customNavigation a.prev {
  right: 32px;
  height: 30px;
  width: 30px;
  background: url("../../img/megnor/sprite.png") no-repeat scroll 0 -4px transparent;
}
#bestseller .customNavigation a.next {
  right: 2px;
  background: url("../../img/megnor/sprite.png") no-repeat scroll -31px -4px transparent;
  height: 30px;
  width: 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
  #manufacturer_slider .owl-wrapper-outer {
    right: 10px;
  }
}
@media (min-width: 319px) and (max-width: 479px) {
  #manufacturer_slider .owl-wrapper-outer {
    right: 20px;
  }
}

#manufacturer_slider .customNavigation {
  top: -51px;
}
#manufacturer_slider .customNavigation a.prev i:before {
  content: "\f104" !important;
  color: #A6A6A6;
  font-size: 33px;
  background: none;
}
#manufacturer_slider .customNavigation a.prev:hover i:before {
  color: #000000;
}
#manufacturer_slider .customNavigation a.next i:before {
  content: "\f105" !important;
  background: none;
  color: #A6A6A6;
  font-size: 33px;
}
#manufacturer_slider .customNavigation a.next:hover i:before {
  color: #000000;
}
