/********************************************************
			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;
  -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);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
.customNavigation {
  position: absolute;
  z-index: 95;
  width: auto;
  top: -25px;
  direction: ltr !important;
  right: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -khtml-transition: all 0.6s ease-in-out;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}
#index .featured-products .customNavigation {
  top: -50px;
}
.sidebar-bestseller.block .customNavigation, .sidebar-latest.block .customNavigation, .sidebar-featured.block .customNavigation {
  top: -55px;
}
.js-qv-mask.mask.additional_slider .customNavigation a {
  height: 23px;
  width: 23px;
}
.js-qv-mask.mask.additional_slider .customNavigation a::before {
  line-height: normal;
  font-size: 18px;
}
.js-qv-mask.mask.additional_slider:hover .customNavigation {
  opacity: 1;
  -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.products:hover .customNavigation, .tmcategory-container:hover .customNavigation, .homeblog-inner:hover .customNavigation{
  opacity: 1;
  -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
.customNavigation a {
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
.customNavigation a:hover {
  background: #e60000;
  border: 1px solid #e60000;
}


.customNavigation a.prev {
  left: 0;
}
.customNavigation a.next {
  right: 0px;
}
.customNavigation a.prev::before, .customNavigation a.next::before {
  font-family: fontawesome;
  font-size: 18px;
  left: 3px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  color: #cecece;
  font-weight: 100;
}
.customNavigation a.prev::before {
  content: "\f104";
  left: 0;
}
.customNavigation a.next:before {
  content: "\f105";
}
.customNavigation a:hover:before{ color: #fff; }
.js-qv-mask.mask.additional_slider .customNavigation, .tmcategory-container .customNavigation, #tmtestimonialcmsblock .customNavigation {
  width: 100%;
  top: 45%;
}
.js-qv-mask.mask.additional_slider .customNavigation{
  top:28%;
}
#tmcategorytabs .tab-content .products .customNavigation{
  top: -65px;
}
.js-qv-mask.mask.additional_slider .customNavigation a,.tmcategory-container .customNavigation a, #tmtestimonialcmsblock .customNavigation a {
  position: absolute;
}
@media (max-width: 991px) {
  .js-qv-mask .customNavigation a.next{
    right: 0;
  }
 }
 @media(max-width: 767px){
  #tmcategorytabs .tab-content .products .customNavigation {
    top: -110px;
  }
 }

 @media(max-width: 479px){
  .customNavigation {
		position: relative;
		top: 0;
		margin: 20px 0;
		text-align: center;
	}
  .js-qv-mask.mask.additional_slider .customNavigation, .tmcategory-container .customNavigation, #tmtestimonialcmsblock .customNavigation{
    position: absolute;
    margin: 0;
  }
  #tmcategorytabs .tab-content .products .customNavigation {
    top: 0;
  }
  .sidebar-bestseller.block .customNavigation, .sidebar-latest.block .customNavigation, .sidebar-featured.block .customNavigation{
    top: 0;
  }
}
.products .product-title {
       min-height: 3rem;
}
 @media(max-width: 479px){
.product-title a {
    overflow: auto;
    white-space: inherit;
	 }
}
.products .product_list .quick-view {
  background:#e60000 url("../img/megnor/hover.png") no-repeat scroll center -26px;
  font-size: 13px;
  padding: 0;
  position: relative;
  height: 35px;
  width: 75px;
  }	
#_desktop_contact_link .contact-link {
   color: #f20808;
 }
#tmtestimonialcmsblock {

  padding: 16px 0 15px;
}
.nav .nav-item .nav-link.active {
  color: #fff;
}
.productpage_title,
.quickview h1.h1 {
  margin-top: 0;
  text-transform: none;
  font-weight: 600;
  color: #000;
}
}

/* Remettre la bordure sur le champ texte du module de commentaires */
#new_comment_form #content {
  border: 1px solid #CCC !important;
}

#index .featured-products .featured_grid li.product_item, #index #tmcategorytabs .product_slider_grid li.product_item {
    display: list-item;
}
