/********************************************************
			Coderplace 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);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    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 {
  -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-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: 2;
	width: 100%;
	direction: ltr !important;
	text-align: center;
	clear: both;
	top: 43%;
	left: auto;
	right: 0;
}
#blockinstagram .customNavigation {
  top: 0;
}
#tmtestimonialcmsblock .customNavigation {
  bottom: 30px;
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  display: inline-block;
  top: auto;
  right: 0;
}

#tmtestimonialcmsblock .customNavigation a.prev {
  position: relative;
  display: inline-block;
}

#tmtestimonialcmsblock .customNavigation a.next {
  position: relative;
  display: inline-block;
}
.brands .customNavigation {
	top: 31%;
	position: absolute !important;
  width: 100%;
  opacity: 0;
}
.brands:hover .customNavigation {
  opacity: 1;
}
.brands .customNavigation a,
.js-qv-mask.additional_slider .customNavigation a{
  position: absolute !important;
}
.js-qv-mask.additional_slider .customNavigation a.prev{
  left: 0;
  right: auto;
}
.js-qv-mask.additional_slider .customNavigation a.next{
  left: auto;
  right: 0;
}
.js-qv-mask.additional_slider .customNavigation {
	top: 32%;
	width: 100%;
	position: absolute;
}
.customNavigation a {
	border: none;
	cursor: pointer;
	font-size: 0;
	height: 35px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 35px;
	background: transparent url("../img/megnor/arrow.png") no-repeat scroll;
	background-color: none !important;
	display: inline-block;
	vertical-align: middle;
	transition: none;
}
#featureProduct .customNavigation,
.newproducts .customNavigation,#bestseller .customNavigation, .special-products .customNavigation {
	opacity: 0;
}
#featureProduct:hover .customNavigation,
.newproducts:hover .customNavigation,#bestseller:hover .customNavigation, .special-products:hover .customNavigation {
	opacity:1;
}
.customNavigation a:hover{
  
  background-color: transparent !important;
}
#bestseller .customNavigation a.prev {
	left: -20px;
}
#bestseller .customNavigation a.next {
	right: -20px;
}
.customNavigation a.prev {
	background-position: 12px 3px;
	left: -40px;
	right: auto;
}
.customNavigation a.prev:hover {
	background-position: 12px -74px;
}
.customNavigation a.next {
	background-position: -88px 3px;
	right: -40px;
	left: auto;
}
.customNavigation a.next:hover {
	background-position: -88px -74px;
}
.lastest_block .customNavigation {
	opacity: 0;
}
.lastest_block:hover .customNavigation {
	opacity: 1;
}
.crosssell-products .customNavigation,
.productscategory-products .customNavigation,
.product-accessories .customNavigation{
	opacity: 0;
}
.crosssell-products:hover .customNavigation,
.productscategory-products:hover .customNavigation,
.product-accessories:hover .customNavigation {
	opacity: 1;
}

.brands .customNavigation a.prev {
	left: -50px;
}
.brands .customNavigation a.next {
	right: -50px;
}
@media (max-width: 1199px){
  .customNavigation a.prev {
    left: -23px;
  }
  .customNavigation a.next {
    right: -23px;
  }
  .brands .customNavigation a.prev {
    left: -23px;
  }
  .brands .customNavigation a.next {
    right: -23px;
  }
  #bestseller .customNavigation a.prev {
    left: -15px;
  }
  #bestseller .customNavigation a.next {
    right: -15px;
  }
}
@media (max-width: 991px){
  .js-qv-mask.additional_slider .customNavigation {
    top: 27%;
  }
  #bestseller .customNavigation a.next {
    right: -10px;
}
#bestseller .customNavigation a.prev {
  left: -10px;
}
}

@media (max-width: 767px){
  .lastest_block .customNavigation {
    opacity: 1;
  }
  .brands .customNavigation {
    opacity: 1;
  }
  .crosssell-products .customNavigation,
.productscategory-products .customNavigation,
.product-accessories .customNavigation{
	opacity: 1;
}
  .customNavigation a {
    position: relative;
  }
  .customNavigation a.prev {
    left: 0;
  }
  .customNavigation a.next {
    right: 0;
  }
  .brands .customNavigation a.prev {
    left: 0;
  }
  .brands .customNavigation a.next {
    right: 0;
  }
  #bestseller .customNavigation a.prev {
    left: 0;
}
#featureProduct .customNavigation, .newproducts .customNavigation, #bestseller .customNavigation, .special-products .customNavigation {
  opacity: 1;
}
#bestseller .customNavigation a.next {
  right: 0;
}
  .customNavigation {
    position: relative;
    width: 100%;
    text-align: center;
    top: -13px;
    display: inline-block;
  }
  .customNavigation a.prev:hover {
    background-position: 12px -88px;
}
  #featureProduct .customNavigation, .newproducts .customNavigation {
    opacity: 1;
  }
  #tmtestimonialcmsblock .customNavigation {right: 0;width: 100%;}
  .lastest_block .customNavigation {
    top: -15px;
  }
}
@media (max-width: 479px){
  .customNavigation {
    top: -13px;
  }
  #tmtestimonialcmsblock .customNavigation {bottom: 2px;}
}
.top-menu a[data-depth="1"] {
  display: none;
}
#subcategories {
  display: none;
}

.pie a {
  color: #FFFFFF; /* Color rojo para los enlaces */
  text-decoration: none; /* Quitar la decoración por defecto */
  font-size: 14px; /* Tamaño de fuente */
  padding: 5px 10px; /* Añadir relleno alrededor del texto */
}

/* Centrar el módulo TM-Slider */
.tm-slider,
.tm-slider .owl-carousel,
.tm-slider .owl-wrapper-outer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tm-slider .owl-wrapper {
  margin: 0 auto !important;
}

/* Centrar el módulo WD-Slider */
.wd-slider,
.wd-slider .owl-carousel,
.wd-slider .owl-wrapper-outer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.wd-slider .owl-wrapper {
  margin: 0 auto !important;
}
