/********************************************************
			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);
   -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%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  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 {
  -webkit-backface-visibility: hidden;
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position:absolute;
  width: 100%;
  text-align:center;
  top:50%;
  opacity: 0;
  transition: all 500ms ease 0s;
  z-index: 5;
} 

.product_bg:hover .customNavigation,
.product_specialbg:hover .customNavigation {
    opacity: 1;
}

.customNavigation a {
  position: absolute;
  font-size: 12px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  color: #000 !important;
  background: #e0e0e0;
}

.customNavigation a:hover {
  background: #000;
}

.customNavigation a.next {
    right: -50px;
}

.customNavigation a.prev {
    left: -50px;
}

@media (max-width:1229px){
  .customNavigation a.prev { left: 0; }
  .customNavigation a.next { right: 0; }
}

/* banners */
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	

/******* Subbanner *******/
#tmsubbanner {
    float: left;
    margin: 30px 0;
}
#tmsubbanner li {
    float: left;
	width: 50%;
}
#tmsubbanner li img{ width: 100%; }

/* responsive */
@media (max-width:767px){
  .customNavigation{
    opacity: 1;
  }
}

/***************************************
 OCULTAR CUPÓN POPUP NEWSLETTER (SOLUCIÓN)
***************************************/

/* elimina completamente el bloque */
#coupon-element,
#coupon-element * {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* elimina contenedores padres */
.coupon-side,
.coupon-wrapper {
  display: none !important;
}
/* Ocultar subcategorías específicas del menú */
#category-7,
#category-8 {
  display: none !important;
}
#category-6 .popover.sub-menu,
#category-6 .sub-menu {
  display: none !important;
}

