*{
  font-family: 'Lato';
  outline: 0;
  color:#3A3A3A;
}
:root{
  --negro: #3A3A3A;
  --blanco: #ffffff;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
}
body{
  padding-top: 100px;
}
body.home,
body.page-template-acerca-de,
body.single-collections{
  padding-top: 0;
}
input,
textarea{
  font-weight: 300;
}

.text-white *{
  color: var(--blanco);
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1500px;
}
.animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
#mainNav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  height: auto;
  transition: all 0.4s;
  background: #fff;
}
#mainNav.nav-activo{
  box-shadow: none;
  background: transparent;
}
#mainNav.sticky-project{
  background: white !important;
}
#mainNav .container {
  padding: 25px 20px 25px 20px;
  max-width: 1360px;
}
#mainNav .contenedor-nav{
  text-align: center;
}
#mainNav.nav-activo .lista-nav li a{
  color:#fff;
}
#mainNav .lista-nav li a,
#mainNav.sticky-project .lista-nav li a{
  color: #3A3A3A;
}
#mainNav.nav-activo .img-black{
  display: none;
}
#mainNav.nav-activo .img-white{
  display: inline-block;
}
#mainNav .img-black,
#mainNav.sticky-project .img-black{
  display: inline-block;
}
#mainNav .img-white,
#mainNav.sticky-project .img-white{
  display: none;
}
#mainNav .img-logox1{
  max-width: 170px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -6px;
  transition: all 0.4s;
}
#mainNav .lista-nav li{
  display:inline-block;
  position: relative;
}
#mainNav .lista-nav li a {
  text-transform: uppercase;
  padding: 33px 15px;
  font-weight: 300;
  font-size: 12px;
}
#mainNav .link-nav{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  color:white;
}
#mainNav .caja-iconos{
  position: absolute;
  top: 0;
  right: 0;
}
#mainNav .ico{
  max-width: 22px;
  width: 100%;
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
  transition: all 0.4s;
}
.sidebar-wrapper{
  width: 400px;
  height: 100vh;
  position: fixed;
  left: -450px;
  top: 0;
  padding-top: 73px;
  background: #fff;
  z-index: 999999;
  transition: all 0.5s linear;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  overflow-y: scroll;
}
.sidebar-wrapper.toggled{
  left: 0 !important;
}
.overlay-menu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 9999;
}
.sidebar-wrapper .close-menu{
  position: absolute;
  z-index: 9999;
  top: 15px;
  right: 10px;
  width: 35px;
}
.sidebar-wrapper .bloque-1{
  border-top: 1px solid #d2d2d2;
  padding-bottom: 8px;
  margin-top: 17px;
  position: relative;
}
.sidebar-wrapper .contenedor-idioma li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-wrapper .contenedor-idioma .btn-link{
  background: #eaeaea;
  border: 0;
  padding: 6px 9px;
  padding-top: 9px;
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  font-size: 15px;
}
.sidebar-wrapper .contenedor-idioma .btn-link.activo {
  background: #0081AF;
  color: #fff;
}
.sidebar-wrapper .contenedor-idioma{
  padding: 25px 0;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar-wrapper .logo{
  max-width: 170px;
  position: absolute;
  left: 16px;
  top: 17px;
  max-width: 160px;
}
@media (max-width:400px){
  .sidebar-wrapper{
    width:100%;
  }
}
.section-inicio{
  position: relative;
}
.img-central,
.img-central-mobile {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.slider-principal .item{
  height: 700px;
  position: relative;
}
.section-inicio .box-top{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.btn-white{
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s;
  height: 52px;
  min-width: 165px;
  text-align: center;
}
.btn-white:hover{
  background: #fff;
  color: #e2ac73;
}



.section-Productos .container{
  max-width: 1380px;
  padding-bottom: 80px;
}
.section-Productos .box-left h3{
  font-size: 18px;
  margin-left: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}
.box-right{
  text-align: right;
  margin-right: 10px;
  position: relative;
}
.box-right .btn-link{
  text-decoration: none;
  border: 0;
  outline: 0;
}
.box-right .btn-link span{
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s;
  position: relative;
  left:0;
  transition: all 0.4s;
}
.box-right .btn-link .fa{
  font-size: 22px;
  margin-left: 3px;
  font-weight: 500;
  position: relative;
  top: 2px;
}
.box-right .btn-link:hover span{
  left:-6px;
}
.box-right .btn-link .arrow{
  width: 15px;
  height: auto;
  margin-left: 2px;
}
.woocommerce .cart .button,
.woocommerce .cart input.button{
  color: var(--negro);
  border: 1px solid var(--negro);
}
.woocommerce-cart-form .actions .button{
  padding: 12px 15px !important;
}
#coupon_code{
  border-color:var(--negro);
  font-weight: 300;
}
.section-Productos .box-slider{
  padding-top:50px;
  padding-bottom: 10px;
}
.section-Productos .slick-slide {
  display: block;
  margin: 0 10px;
}
.item-producto .box-accesorios{
  width: 100%;
  height: 360px;
  position: relative;
}
.item-producto .box-accesorios .img-hover{
  opacity: 0;
}
.item-producto .box-accesorios .img-central{
  transition: all 0.5s;
}
.item-producto:hover .img-hover{
  opacity: 1;
}
.item-producto .box-precio{
  padding: 15px;
  width: 100%;
}
.item-producto .box-precio h6,
.item-producto .box-precio h5,
.item-producto .box-precio h3,
.item-producto .box-precio h2{
  font-size: 14px;
  color: black;
  margin-bottom: 3px;
}
.item-producto .box-precio .price{
  margin-top: 5px;
  font-size: 14px !important;
  color: black !important;
  margin-bottom: 3px;
}
.item-producto .box-precio .price ins{
  text-decoration: none;
  margin-left: 5px;
  font-weight: 400 !important;
}
.item-producto .box-precio .price del,
.item-producto .box-precio .price del *{
  color: #4e4e4e;
}
.dots-part1 .slick-dots{
  bottom: -10%;
}
.dots-part1 .slick-dots li button::before{
  display: none;
}
.slick-dots li{
  width:auto;
}
.dots-part1 .slick-dots button{
  width: 10px;
  height: 10px;
  border-radius: 30px;
  border: 1px solid #3A3A3A;
  margin: 0 auto;
}
.dots-part1 .slick-dots li.slick-active button,
.dots-part1 .slick-dots li:hover button{
  background: #3A3A3A;
}
.section-enlaces .container{
  max-width: 1920px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
.section-enlaces .box-img{
  position: relative;
}
.section-enlaces .box-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgb(90, 102, 0, 0.38);
  z-index: 1;
  transition: all 0.3s;
}
.section-enlaces .box-img:hover::before{
  opacity: 1;
}
.section-enlaces .img-link,
.section-enlaces .img-link-mobile{
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.section-enlaces .title-white{
  font-size: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color:white;
  z-index: 1;
  position: absolute;
  bottom: 35%;
  padding: 0 20px;
  right: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.section-enlaces .box-img:hover .title-white{
  opacity: 1;
}
.section-enlaces .box-link{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.section-enlaces .btn-precio{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.4s;
  height: 52px;
  min-width: 165px;
  text-align: center;
}
.section-enlaces .box-img:hover .box-link .btn-precio{
  background: white;
  color: black;
}

.section-img .container{
  max-width: 100%;
}
.section-img .box-rightx2 h4,
.section-img .box-leftx2 a{
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  color: #3A3A3A;
  text-transform: uppercase;
}
.section-img .box-leftx2 a:hover{
  color:#b2a443;
}
.section-img .box-rightx2{
  text-align: right;
  margin-right: 10px;
  position: relative;
}
.section-img .list-img{
  text-align: center;
  padding-top:30px;
  padding-bottom: 10px;
}
.section-img .img-100{
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.section-img .bloque-top{
  margin-bottom: 50px;
}
.section-img .bloque-bottom{
  margin-top: 50px;
}

.section-duos {
  padding: 70px 0;
  background: #d0b683;
  color: #fff;
  margin-top: 50px;
}
.section-duos .img-unico {
  height: 390px;
  width: 100%;
  background-size: cover;
  max-width: 670px;
  margin-left: auto;
  display: block;
  object-fit: cover;
}
.section-duos .box-width{
  max-width: 375px;
  margin: 0 auto;
}
.section-duos .box-contenido{
  padding-top: 70px;
  padding-bottom: 50px;
}
.section-duos .box-rightx3{
  text-align: right;
}
.section-duos .box-rightx3 h5{
  font-size: 25px;
  margin: 0;
  line-height: 1.2;
  color:#fff;
}
.section-duos .box-rightx3 p{
  font-size: 15px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
}
.section-duos .box-contenido .unico-input{
  padding: 8px 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  color:#fff;
}
.section-duos .box-contenido .unico-input::placeholder{
  color: #fff;
  font-size: 15px;
}
.section-duos .box-right {
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}
.section-duos .box-right .btn-link{
  cursor: pointer;
}
.section-duos .box-right .btn-link span{
  font-size: 16px;
  color:#fff;
  border-color:#fff;
}
.footer-part1{
  max-width: 1250px;
  padding: 20px 0;
}
.footer-part1 .box-info,
.footer-part1 .box-iconos{
  text-align: center;
}
.footer-part1 .box-info h5,
.footer-part1 .box-iconos h5{
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-part1 .box-info a{
  font-size: 12px;
  margin: 0px;
  color:#3A3A3A;
}
.footer-part1 .list-icono li{
  display: inline-block;
}
.footer-part1 .list-icono a{
  font-size: 20px;
  color: var(--negro);
  margin: 0 5px;
}
.footer-part2{
  padding: 30px 15px;
  max-width: 1400px;
}
.footer-part2 .list-link li{
  display: block;
  line-height: 1;
}
.footer-part2 .list-link h3{
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-part2 .list-link a{
  font-size: 14px;
  color: #3A3A3A;
  display: block;
  padding: 6px 0;
}
.footer-part3{
  max-width: 1400px;
  padding: 25px 15px 35px;
}
.footer-part3 .subtitle-left,
.footer-part3 .subtitle-right{
  font-size: 14px;
  color: var(--negro);
  margin: 0;
  line-height: 1.5;
}
.footer-part3 .subtitle-right{
  text-align: right;
}
.section-home-3{
  height: 600px;
}
.section-home-3::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  opacity: 0.2;
}
.section-home-3 .container{
  position: relative;
  z-index: 3;
}
.section-home-3 .box-top{
  z-index: 3;
}
.slider-principal .item::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  opacity: 0.15;
}
.slider-principal .container{
  position: relative;
  z-index: 3;
}
.slider-principal .box-top{
  z-index: 3;
}
.section-Productos.dots-part1 .slick-dots{
  display: none;
}
.section-enlaces .img-link,
.section-enlaces .img-link-mobile{
  width:100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
footer .box-border{
  border-top:1px solid rgb(128, 128, 128, 67%);
  border-bottom:1px solid rgb(128, 128, 128, 67%);
}
.dots-white .slick-dots {
  position: absolute;
  bottom: 20px;
}
.dots-white .slick-dots button:before{
  display: none;
}
.dots-white .slick-dots button{
  width:10px;
  height: 10px;
  display: table;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 4px;
}
.dots-white .slick-dots li.slick-active button{
  opacity: 1;
}
.dots-white .slick-dots li {
  margin: 0 2px;
}
.section-inicio .box-arrow{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}
.section-inicio .box-arrow .img-arrow{
  margin: 0 2px;
}
.section-inicio .box-arrow .img-arrow img{
  width: 33px;
}
.section-inicio .container{
  max-width: 1355px;
}
.section-inicio .bloque{
  padding-top: 125px;
}
.section-inicio .bloque h5{
  color: #f2f0ec;
  font-size: 22px;
  margin-bottom: -10px;
}
.section-inicio .bloque h3 {
  color: #b2a443;
  font-weight: bold;
  font-size: 110px;
}
.section-inicio .bloque h4 {
  color: #b2a443;
  font-weight: bold;
  font-size: 34px;
  margin-top: -10px;
}
.section-inicio .bloque h4 span{
  color: #b2a443;
  font-weight: bold;
  font-size: 54px;
  display: block;
}
#mainNav .caja-iconos a:nth-last-child(1) img{
  margin-right: 0;
}
#mainNav .caja-iconos a {
  font-size: 16px;
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
}
#mainNav .caja-iconos a i {
  color: #fff;
}
#mainNav.sticky-project .caja-iconos a i{
  color: #000;
}
.section-inicio.section-home-3 .bloque {
  padding-top: 70px;
}
.modal-search .modal-dialog{
  margin-top: 0;
  max-width: 100%;
}
.modal-search .modal-body{
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.modal-search .modal-content{
  border-radius: 0;
  text-align: center;
  padding-top: 15px;
}
.modal-search h2{
  font-size: 1.85714em;
}
.modal-search .bloque-search {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 11px;
  position: relative;
}
.modal-search .bloque-search .box-input {
  width: 100%;
  border-radius: 0;
  border: 1px solid #c3c3c3;
  padding: 8px 15px;
}
.modal-search .bloque-search button{
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 8px 10px;
  opacity: 0.7;
  z-index: 5;
  cursor: pointer;
}
.modal-search .bloque-search button img{
  width: 20px;
}
.modal-search .btn-close{
  position: absolute;
  top:-5px;
  right:8px;
  padding: 8px;
  outline: 0;
  box-shadow: none;
}

.list-principal > .menu-item-has-children > a {
  padding-bottom: 33px;
}
.list-principal > .menu-item-has-children > .sub-menu {
  position: absolute;
  background: #fff;
  min-width: 150px;
  border-radius: 0;
  margin-top: 29px;
  margin-left: 40px;
  padding: 0 6px;
  left: 50%;
  top: 18px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  box-shadow: 0 5px 7px rgba(160, 160, 160, 0.38);
  transition: top .3s ease-in-out,opacity .3s ease-in-out;
  visibility: hidden;
  z-index: -1;
}
.list-principal > .menu-item-has-children > .sub-menu li {
  padding: 0 !important;
  display: block;
  width: 100%;
  text-align: left;
}
.list-principal > .menu-item-has-children > .sub-menu li a{
  font-size: 14px;
  padding: 5px !important;
  display: block;
  width: 100%;
  font-weight: 400;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0);
}
.list-principal > .menu-item-has-children > .sub-menu li a:hover{
  background: #f5f5f5;
  color: #3A3A3A !important;
  transition: all 0.4s;
}
.list-principal > .menu-item-has-children:hover > .sub-menu,
.list-principal > .menu-item-has-children > .sub-menu:hover{
  display: block;
}
.list-principal > .menu-item-has-children:hover > .sub-menu,
.list-principal > .menu-item-has-children > .sub-menu:hover{
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  animation-name: fade-in;
  animation-duration: 0.3s;
}
@keyframes fade-in{
  0% {
    opacity: 0;
    top:0px;
  }
  100% {
    opacity: 1;
    top:18px;
  }
}
.list-principal .filtro-especial .menu-item{
  display: none !important;
}
nav .submenu-oculto .sub-menu{
  display: none !important;
}
.list-principal > .menu-item-has-children > .sub-menu li a {
  padding: 2px 0;
  color: #000 !important;
}
#sidebar-menu .wpml-ls-menu-item{
  border: 0 !important;
}
#sidebar-menu .wpml-ls-menu-item a{
  border: 1px solid #5b585b;
  max-width: 200px;
  display: table;
  margin: 0 auto;
  width: auto;
  padding: 4px 25px;
  margin-bottom: 15px;
}
.section-tienda-0{
  margin-top: -50px;
  margin-bottom: -50px;
}
.section-tienda-0 .container{
  max-width: 100%;
}
.section-tienda-0 .item{
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
}
.section-tienda-0 .item .bg-img{
  position: absolute;
  top:0;
  left:0;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section-tienda-0 .item .descripcion{
  width:100%;
  position: relative;
  z-index: 5;
}
.section-tienda-0 .item .descripcion .titulo {
  font-size: 2.5em;
  color: #fff;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 20px;
}
.section-tienda-0 .item .descripcion .subtitulo{
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: 300;
  padding: 0 20px;
  margin-top: 5px;
}
.woocommerce-breadcrumb{
  display: none;
}
.mb-35{
  margin-bottom: 35px;
}
.titulo-general{
  font-size: 38px;
  text-transform: uppercase;
}
.titulo-categoria{
  font-size: 15px;
  font-weight: 300;
}
.section-instagram .container{
  max-width: 1380px;
}
.section-shop .container,
.header-shop .container{
  max-width: 1345px;
}
.header-shop{
  margin-bottom: 50px;
}
.section-shop .item-producto{
  margin-bottom: 70px !important;
}
.section-shop .col-md-6,
.section-shop .col-md-3,
.header-shop .col-md-6{
  padding: 0 10px;
}
.section-shop{
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.section-shop .item-producto .box-accesorios{
  height: 390px;
}
.section-shop .item-producto .box-accesorios h6{
  margin-bottom: 6px;
}
.item-datos {
  height: 463px;
  position: relative;
  padding-left: 0;
  overflow: hidden;
}
.item-datos .bg-img{
  height: 100%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.item-datos .descripcion {
  padding: 15px 18px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left:0;
  z-index: 2;
}
.item-datos .btn-compra {
  margin-left: auto;
  color: #fff;
  margin-right: 25px;
  border: 1px solid #fff;
  display: table;
  width: 168px;
  height: 52px;
  text-align: center;
  padding: 12px 0;
  text-transform: uppercase;
}
.header-shop .select-custom{
  display: table;
  border: 1px solid var(--negro);
  width: 180px;
  border-radius: 0;
  height: 35px;
  margin-left: auto;
  position: relative;
}
.header-shop .select-custom select{
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  color: var(--negro);
  padding: 4px 10px;
  background: transparent;
  width: 100%;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
}
.header-shop .select-custom:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 22px;
  position: absolute;
  top: 0px;
  right: 12px;
  color: var(--negro);
  pointer-events: none;
}
.header-shop .select-custom select::-ms-expand {
  display: none;
}
.page-general .contenido {
  max-width: 1340px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 20px;
}
.page-general .contenido p {
  font-size: 14px;
  line-height: 1.7;
}
.page-general .contenido ol,
.page-general .contenido ul{
  padding-left: 20px;
}
.page-general .contenido a{
  color:#3A3A3A;
  text-decoration: underline;
}
.page-general .contenido .titulo{
  margin-bottom: 35px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.section-about .bloque{
  position: relative;
  height: 100vh;
  width:100%;
}
.section-about .bloque .bg-img{
  position: absolute;
  z-index: 0;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.section-about .bloque .contenido{
  position: absolute;
  z-index: 2;
  max-width: 100%;
  width:100%;
  bottom: 13vh;
  left: 0;
  color:#fff;
}
.section-about .container{
  max-width: 1350px;
}
.section-about .container .inner{
  max-width: 600px;
}
.section-about .contenido-right .container .inner{
  margin-left: auto;
}
.section-about .contenido-center .container .inner{
  margin-left: auto;
  margin-right: auto;
}
.section-about .bloque .contenido p,
.section-about .bloque .contenido p a,
.section-about .bloque .contenido ul li,
.section-about .bloque .contenido ol li{
  color:#fff;
  font-size: 16px;
}
.section-about .bloque .contenido .boton{
  color: #fff;
  border: 1px solid #fff;
  display: table;
  min-width: 190px;
  min-height: 53px;
  margin: 30px auto;
  padding: 13px 15px;
  text-align: center;
  transition: all 0.4s;
}
.section-about .bloque .contenido .boton:hover{
  color:#000;
  background: #fff;
}
.section-about .bloque .contenido-left .boton{
  margin-left: 0;
}
.section-single-collection .item{
  height: 100vh;
  position: relative;
}
.section-single-collection .item .bg-img{
  width:100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
}
.section-single-collection .item::before{
  content:'';
  display: block;
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background: rgb(0, 0, 0, 0.15);
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
}
.section-single-collection .item:hover::before{
  opacity: 1;
}
.section-single-collection{
  margin-bottom: -50px;
}
.section-single-collection .item .descripcion {
  position: absolute;
  bottom: 10px;
  left: 25px;
  opacity: 0;
  transition: all 0.4s;
  z-index:11;
}
.section-single-collection .item:hover .descripcion {
  opacity: 1;
}
.section-single-collection .item .price,
.section-single-collection .item .title{
  font-size: 15px;
  color:#fff;
}
.section-single-collection .item .title{
  margin-bottom: 2px;
}
.section-single-collection .row .col-md-6:nth-child(5n-10){
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.section-collection-header .bloque-head{
  height: 85vh;
  position: relative;
  padding-bottom: 40px;
}
.section-collection-header .bloque-head .bg-img{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.section-collection-header .bloque-head .descripcion {
  z-index: 5;
  position: absolute;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 100%;
  left: 0;
  bottom: 40px;
}
.section-collection-header .bloque-head .descripcion .subtitle{
  font-size: 18px;
}
.section-collection-header .bloque-head .descripcion .title{
  font-size: 58px;
}
.section-collection-header .bloque-2{
  padding-bottom: 100px;
  padding-top: 100px;
  background: #d0b683;
  color: white;
  width: 100%;
}
.section-collection-header .bloque-2 .content{
  max-width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}
.section-collection-header .container{
  max-width: 1350px;
}
.section-collection-header .bloque-2 h3{
  color:#fff;
}
.section-contacto{
  margin-top: -52px;
}
.section-contacto .bloque-head{
  position: relative;
  height: 650px;
  width:100%;
  align-items: center;
  display: flex;
}
.section-contacto .bloque-head .bg-img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.section-contacto .bloque-head::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.1;
}
.section-contacto .bloque-head .container{
  position: relative;
  z-index: 2;
}
.section-contacto .bloque-head .content,
.section-contacto .bloque-head .content p,
.section-contacto .bloque-head .content a{
  color:#fff;
}
.section-contacto .bloque-head .content {
  padding: 0 10px;
  max-width: 1050px;
  margin: 0 auto;
}
.section-contacto .bloque-head .content a{
  text-decoration: underline;
}
.section-contacto .bloque-formulario .inner {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 10px;
}
.bloque-formulario .box-input textarea,
.bloque-formulario .box-input input{
  width:100%;
}
.bloque-formulario .box-input{
  font-size: 14px;
  margin-top: 15px;
}
.bloque-formulario .box-input input,
.bloque-formulario .box-input textarea{
  border: 1px solid #dedede;
  padding: 8px 10px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bloque-formulario .box-input input:focus,
.bloque-formulario .box-input textarea:focus{
  border-color: #818080;
}
.bloque-formulario .box-submit{
  text-align: center;
}
.bloque-formulario .box-submit .btn-enviar{
  border: 1px solid #dedede;
  color: #818080;
  font-weight: 300;
  transition: all 0.4s;
  padding: 8px 10px;
  font-size: 15px;
  min-width: 190px;
  margin-top: 20px;
  cursor: pointer;
}
.bloque-formulario .box-submit .btn-enviar:hover{
  background: #3A3A3A;
  color:#fff;
}
.woocommerce-cart .titulo{
  text-align: center;
  margin-top: 35px;
}
.row-carrito-vacio .cart-vacio{
  max-width: 350px;
  margin: 0 auto;
  display: table;
  margin-top: 25px;
  margin-bottom: 40px;
}
.row-carrito-vacio .btn-shop-lorena{
  border: 1px solid #dedede;
  color: #818080;
  transition: all 0.4s;
  padding: 8px 10px;
  font-size: 16px;
  min-width: 190px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
  display: table;
  text-decoration: none !important;
}
.row-carrito-vacio .btn-shop-lorena:hover{
  background: #3A3A3A;
  color:#fff;
}
.woocommerce-cart .contenido{
  max-width: 1400px;
  padding: 0 10px;
}
.woocommerce-cart table.shop_table td {
  padding: 15px 12px;
}
.woocommerce-cart .cart_item a{
  text-decoration: none !important;
}
.woocommerce-cart .quantity .qty {
  width: 65px;
  padding: 8px 5px;
  border: 1px solid #cccccc;
}
.woocommerce-cart .product-thumbnail img{
  width: 65px !important;
}
.woocommerce-cart #coupon_code {
  width: 185px;
  padding: 8px 10px;
  font-weight: 300;
}
.woocommerce-cart .actions .button {
  outline: 0;
  border: 1px solid var(--negro);
  background: transparent;
  padding: 12px 15px;
  border-radius: 0;
  transition: all 0.4s;
  font-weight: 300;
}
.woocommerce-cart table.shop_table th{
  padding: 10px;
  font-size: 14px;
}
.woocommerce-cart .actions .button:hover{
  background: var(--negro);
  color:#fff;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding-left: 60px !important;
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button{
  outline: 0;
  border: 1px solid #000;
  color: #000;
  font-weight: 300;
  background: transparent;
  padding: 14px 15px;
  border-radius: 0;
  transition: all 0.4s;
  text-decoration: none;
  font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover{
  background: #000;
  color:#fff;
}
.woocommerce-cart .cart-collaterals .cart_totals h2{
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  float:none !important;
}
.woocommerce-checkout form .form-row{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-checkout form .form-row input.input-text,
.woocommerce-checkout form .form-row textarea {
  background: transparent;
  border: 1px solid var(--negro);
  padding: 13px 10px 0 !important;
}
.woocommerce-checkout .select2-selection{
  background: transparent;
  border-radius: 0;
}
.woocommerce-checkout form .form-row label {
  line-height: 1.8;
}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading{
  color: var(--negro);
  font-size: 18px;
  font-weight: 500;
}
.woocommerce-checkout .col2-set{
  width: 100%;
}
.woocommerce-checkout #customer_details{
  display: block;
  float: left;
  width: 100%;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review{
  float: left;
  width: 100%;
}
.woocommerce-checkout #order_review_heading {
  margin-bottom: 25px;
}
.woocommerce-checkout #order_review {
  padding: 0 18px 0 18px;
}
.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout .col2-set .col-2 {
  float: right;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-1 {
  float: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.select2-selection:focus{
  outline:0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
  border: 1px solid #6b6b6b;
}
#place_order{
  outline: 0;
  border: 1px solid var(--negro);
  color: #fff;
  font-weight: 400;
  background: var(--negro);
  padding: 14px 15px;
  border-radius: 0;
  transition: all 0.4s;
  text-decoration: none;
  float: none !important;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#place_order:hover{
  background: var(--negro);
  color:#fff;
}
#order_comments{
  height: 120px;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td{
  padding: 12px 10px;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px!important;
}
.checkout_coupon.woocommerce-form-coupon button.button{
  width: 200px;
  outline: 0;
  border: 1px solid var(--negro);
  color: #fff;
  background: var(--negro);
  padding: 14px 15px;
  padding-bottom: 15px;
  border-radius: 0;
  transition: all 0.4s;
  text-decoration: none;
}
.checkout_coupon.woocommerce-form-coupon button.button:hover{
  background: #fff;
  color: var(--negro);
}
.woocommerce-order-received .woocommerce-order ul,
.woocommerce-order-received .woocommerce-order ol{
  padding-left: 0;
}
.woocommerce-order-received ul.order_details li {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-customer-details address {
  padding: 10px 20px;
  line-height: 1.8;
}
.woocommerce-order-received ul.order_details li strong {
  margin-top: 6px;
}
.woocommerce-account #customer_login .u-column2{
  display: none;
}
.woocommerce-account .col2-set .col-1{
  float: none;
  width: 100%;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input{
  width:100%;
}
#customer_login input {
  border: 1px solid var(--negro);
}
.woocommerce-form-login__rememberme,
#customer_login .u-column1.col-1 h2{
  display: none !important;
}
#customer_login .u-column1.col-1 .woocommerce-form-login{
  padding: 25px;
  padding-bottom: 14px;
  display: block;
}
.woocommerce-orders .woocommerce-MyAccount-content .woocommerce-Button{
  font-size: 12px !important;
  padding: 8px 10px !important;
  display: inline-block;
  width: auto;
  text-decoration: none;
  font-weight: 300;
}
.woocommerce-account .titulo{
  text-align: center;
}
.woocommerce-MyAccount-navigation ul{
  margin:0;
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link--downloads{
  display: none !important;
}
.logged-in.woocommerce-account .titulo-seccion {
  display: block !important;
  margin-bottom: 50px;
}
.logged-in.woocommerce-account .margen-standard {
  padding-top: 90px;
  padding-bottom: 140px;
}
.logged-in.woocommerce-account .woocommerce p a{
  text-decoration: underline;
}
.woocommerce-account .woocommerce-Address,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
  width:100%;
  float:none;
}
.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row textarea {
  padding: 12px 0;
  padding-left: 5px;
  border: 1px solid var(--negro);
}
.woocommerce-account h3{
  display: block;
}
.woocommerce-account legend,
.woocommerce-account .addresses .title h3{
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce-account .button{
  background: #efefef;
  font-size: 15px !important;
  border-radius: 0 !important;
  padding: 15px 40px !important;
  outline: none;
  color: #818080!important;
  width:100%;
  border: 1px solid #dedede!important;
  transition: all 0.4s;
  margin-right: 0 !important;
  font-weight: 300 !important;
}
.woocommerce-account .button:hover{
  background: var(--negro) !important;
  color:#fff !important;
}
.woocommerce-account form .form-row label,
.woocommerce-account .woocommerce-input-wrapper{
  width: 100%;
}
.woocommerce-account form .form-row label{
  line-height: 1.5;
  margin-top: 10px;
  font-size: 14px;
}
.woocommerce-account #customer_login .u-column2{
  display: none;
}
.woocommerce-account #customer_login .u-column2 h2{
  display: none;
}
.woocommerce-account form.login,
.woocommerce-account #customer_login form.register{
  max-width: 480px;
  margin: 0 auto;
}
.woocommerce-account .contenido .titulo {
  margin-bottom: 45px;
}
.woocommerce-account .title-section{
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
}
.click-quimera{
  margin-top: 15px;
  font-size: 14px;
}
.click-quimera a{
  color: var(--negro);
  text-decoration: underline;
}
.woocommerce-LostPassword.lost_password{
  text-align: center;
  margin-top: 23px;
}
.woocommerce-account .page-general .contenido {
  padding-top: 50px;
  padding-bottom: 65px;
}
.woocommerce-account.logged-in .page-general .contenido{
  max-width: 1350px;
  position: relative;
  overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  text-decoration: none !important;
  font-weight: bold;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-column1,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .u-column2{
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-address-fields button,
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-EditAccountForm button{
  margin-top: 20px;
  padding: 13.5px 10px !important;
  background: var(--negro) !important;
  color: #fff !important;
  font-weight: 300;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-orders-table__cell .woocommerce-button {
  text-decoration: none;
  text-align: center;
  width: auto !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
  font-weight: 300;
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content{
  min-height: 270px;
}
.section-404{
  height: 92vh;
  display: flex;
  align-items: center;
  margin-top: -50px;
}
.section-404 .btn-404{
  font-size: 16px;
  color: var(--negro);
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #000;
  background: transparent;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.4s;
  height: 52px;
  min-width: 165px;
  text-align: center;
}
.section-404 .btn-404:hover{
  background: var(--negro);
  color: #fff;
}
.section-404 .title-1 {
  color: var(--negro);
  font-size: 8em;
  margin-bottom: 20px;
}
.section-404 .title-2 {
  font-size: 20px;
  margin-bottom: 35px;
}
.contenido-post-single {
  margin-top: -50px;
}
.contenido-post-single .bloque-central{
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
.section-hojas .container{
  max-width: 100%;
}
.section-hojas .item{
  height: 450px;
  position: relative;
  margin-bottom: 80px;
}
.section-hojas .item::before{
  content:'';
  display: block;
  width:100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top:0;
  left:0;
  z-index: 10;
}
.section-hojas{
  margin-top: 40px;
}
.section-hojas .bg-img{
  position: relative;
  z-index: 2;
  height: 100%;
  width:100%;
  background-position: center;
  background-size: cover;
}
.section-hojas .bg-cover{
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 0.7;
  background-position: left;
  background-size: cover;
}
.section-hojas .descripcion{
  position: absolute;
  z-index: 15;
  top:50%;
  right:40px;
  max-width: 500px;
  color:#fff;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.section-hojas .descripcion h4{
  font-size: 34px;
  text-align: right;
  line-height: 1.4;
}
.contenido-post-single .onsale,
.contenido-post-single .woocommerce-product-gallery__trigger{
  display: none;
  opacity: 0;
}
.contenido-post-single .woocommerce-product-gallery{
  width:100% !important;
  float:none !important;
}
.contenido-post-single .content-gallery-0{
  position: relative;
}
.contenido-post-single .content-summary{
  max-width: 550px;
  padding: 15px 15px;
  margin: 0 auto;
  margin-top: 20px;
  z-index: 11;
  position: relative;
}
.contenido-post-single .link-return-0{
  font-size: 15px;
  position: relative;
  color:#3A3A3A;
  display: inline-block;
  margin-bottom: 25px;
}
.contenido-post-single .link-return-0 .fa {
  font-size: 22px;
  margin-right: 3px;
  font-weight: 500;
  position: relative;
  top: 2px;
}
.contenido-post-single .link-return-0 img{
  position: absolute;
  left: -27px;
  top: 5px;
  width: 15px;
  height: 15px;
}
.contenido-post-single .content-summary .inner .product_title,
.contenido-post-single .content-summary .inner .price{
  display: none;
}
.contenido-post-single .content-summary .product_title{
  font-size: 22px;
}
.woocommerce .contenido-post-single p.price,
.woocommerce .contenido-post-single span.price {
  font-size: 1em !important;
}
p.price ins,
span.price ins{
  text-decoration: none !important;
}
.contenido-post-single .content-summary .price{
  font-size: 26px;
}
.contenido-post-single .content-summary .price del{
  margin-right: 10px;
}
.contenido-post-single .content-summary .inner .price{
  display: none;
}
.contenido-post-single .content-summary .price{
  font-size: 26px;
}
.contenido-post-single .content-summary .content-0 {
  margin-top: 25px;
  margin-bottom: 55px;
}
.contenido-post-single .content-summary .product_meta{
  display: none !important;
}
.contenido-post-single .content-summary .button{
  border: 1px solid #3A3A3A !important;
  border-radius: 0;
  background: transparent !important;
  color: #3A3A3A !important;
  font-weight: 300;
  text-transform:uppercase;
  padding: 12px 10px !important;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  max-width: 330px;
  width: 100%;
  height: 50px;
  padding-bottom: 14px !important;
}
@media (max-width:1150px){
  .contenido-post-single .content-summary .button{
    max-width: 250px;
  }
}
.contenido-post-single .content-summary .button:hover{
  background: #3A3A3A !important;
  color:#fff !important;
}

.contenido-post-single .content-summary .quantity .qty {
  border: 1px solid var(--negro);
  height: 49px;
  font-size: 16px;
  margin-right: 10px;
  padding-top: 4px;
}
.contenido-post-single .woocommerce-notices-wrapper{
  margin-top: 31px;
  margin-left: 20px;
  margin-right: 20px;
}
.contenido-post-single .woocommerce-notices-wrapper .button{
  border: 1px solid #3A3A3A !important;
  border-radius: 0;
  background: transparent !important;
  color: #3A3A3A !important;
  font-weight: 300;
  padding: 12px 12px !important;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  padding-bottom: 14px !important;
}
.contenido-post-single .woocommerce-notices-wrapper .button:hover{
  background: #3A3A3A !important;
  color:#fff !important;
}
.contenido-post-single .panel-heading h4 {
  font-size: 18px;
  padding: 5px 0;
  padding-right: 30px;
  position: relative;
}
.contenido-post-single .panel-heading h4 i{
  font-size: 26px;
  position: absolute;
  top: 2px;
  right:0;
}
.contenido-post-single .panel-default{
  border-bottom: 1px solid #3A3A3A;
}
.contenido-post-single .panel-group{
  margin-top: 35px;
}
.contenido-post-single .panel-group .panel-body{
  padding-top: 5px;
  padding-bottom: 22px;
}
.contenido-post-single .content-summary .variations td,
.contenido-post-single .content-summary .variations th {
  display: block;
}
.contenido-post-single .content-summary .variations label{
  margin-bottom: 0;
  font-weight: 400 !important;
}
.contenido-post-single .content-summary .variations tr {
  margin-bottom: 15px;
  display: block;
}
.contenido-post-single .content-summary .reset_variations{
  color: red;
  text-decoration: underline;
}
.contenido-post-single .content-summary .stock {
  color: #5a6600;
  text-decoration: underline;
}
.section-collection-header{
  margin-top: -50px;
}
.section-prensa .container{
  max-width: 1080px;
}
.content-prensa .prensa-block {
  border: 1px solid #e5e5e5;
  padding: 20px;
  text-align: center;
  border-top: 0;
}
.content-prensa .prensa-block img{
  height: auto;
  max-width: 100%;
  margin:0 auto;
  width: 100%;
}
@media (min-width:767px){
  .content-prensa .prensa-block:nth-child(1),
  .content-prensa .prensa-block:nth-child(2){
    border-top: 1px solid #e5e5e5;
  }
  .content-prensa .prensa-block:nth-child(even){
    border-left:0;
  }
}
@media (max-width:767px){
  .content-prensa .prensa-block{
    border-right: 0;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .content-prensa .prensa-block:nth-child(1){
    border-top: 1px solid #e5e5e5;
  }
  .section-prensa .container {
    max-width: 550px;
  }
}
.content-prensa .prensa-block .inner{
  padding-top: 25px;
}
.content-prensa .prensa-block .inner a{
  color:#3A3A3A;
}
.section-slider{
  margin-bottom: 90px;
}
#mainNav .lista-nav li.wpml-ls-item{
  position: absolute;
  right: 120px;
  top: 4px;
  text-transform: none;
  display: inline-block;
  height: 24px;
}
#mainNav .lista-nav li.wpml-ls-item a{
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}
.section-prensa .title{
  text-align: center;
  margin-bottom: 55px;
  font-size: 2.9em;
  margin-top: 10px;
}
.wpcf7 .ajax-loader {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}
.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.section-video .container {
  max-width: 1350px;
  margin: 0 auto;
}
.box-multimedia{
  width:100%;
  height: 600px;
  position: relative;
}
.box-multimedia .bg-img{
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  background-position: center;
  background-size: cover;
}
.box-multimedia .play{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  width: 150px;
}
@media (max-width:991px){
  footer .footer-part3 .col-6 {
    width: 100%;
  }
  footer .footer-part3 .subtitle-right,
  footer .footer-part3 .subtitle-left{
    text-align: center;
  }
  footer .footer-part3 .subtitle-right{
    margin-top: 15px;
  }
  footer .footer-part2 .col-4,
  footer .footer-part2 .col-3,
  footer .footer-part2 .col-2{
    width: 100%;
  }
  footer .footer-part2 .list-link h3,
  footer .footer-part2 .list-link li{
    text-align: center;
  }
  footer .footer-part2 .box{
    margin-bottom: 15px;
  }
  footer .footer-part2 {
    padding-bottom: 5px;
    max-width: 600px;
  }
}
footer .accordion-titulo{
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: none;
}
footer .accordion-titulo b{
  font-weight: 300;
}
footer .accordion-container{
  position: relative;
}
@media (max-width:991px){
  footer .accordion-titulo{
    display: block;
    text-align: center;
  }
  footer .accordion-content{
    display: none;
  }
  footer .titulo-desktop{
    display: none !important;
  }
  footer .accordion-container .titulo-grupo::before {
    font-family: FontAwesome;
    content: '\f0da';
    font-size: 19px;
    position: absolute;
    top: -2px;
    right: 10px;
    color: #565656;
    pointer-events: none;
  }
  .section-slider{
    margin-bottom: 50px;
  }
}
@media (max-width:480px){
  footer .accordion-titulo {
    text-align: left;
  }
  footer .footer-part2 .list-link li {
    text-align: left;
  }
}
@media (max-width:650px){
  .footer-part1 .col-6{
    width: 100%;
  }
  .footer-part1 .box-info{
    margin-bottom: 30px;
  }
  footer .box-border{
    margin-top: 20px;
  }
}
#mainNav #click-hamburger{
  display: none;
}
@media (max-width:1150px){
  #mainNav .lista-nav li a {
    padding: 33px 10px;
  }
}
@media (max-width:1080px){
  #mainNav .lista-nav li a {
    padding: 33px 8px;
    font-size: 11px;
  }
}
@media (max-width:1040px){
  #mainNav .lista-nav{
    display: none;
  }
  #mainNav #click-hamburger{
    display: inline-block;
  }
}
@media (max-width:480px){
  #mainNav .ico-desktop{
    display: none !important;
  }
}
@media (max-width:360px){
  #mainNav .caja-iconos a {
    margin-right: 0;
  }
  #mainNav .ico {
    max-width: 18px;
    margin-left: 4px;
  }
}
@media (max-width:340px){
  #mainNav .caja-iconos {
    right: -5px;
  }
  #mainNav .img-logox1 {
    left: -5px;
  }
}



@media (max-width:1380px){
  .section-inicio .bloque {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width:480px){
  .section-inicio .box-arrow .img-arrow{
    display: none !important;
  }
  .slider-principal .item {
    height: 640px;
    text-align: center;
  }
  .section-inicio .bloque h5 {
    font-size: 16px;
  }
  .section-inicio .bloque h3 {
    font-size: 90px;
  }
  .section-inicio .bloque h4 {
    font-size: 26px;
  }
  .section-inicio .bloque h4 span {
    font-size: 40px;
  }
  .section-inicio .item .btn-white {
    padding: 8px 25px;
    height: 45px;
    min-width: 160px;
  }
}
@media (max-width:1150px){
  .section-Productos .container {
    max-width: 1000px;
  }
  .section-Productos .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width:767px){
  .section-Productos .container {
    max-width: 650px;
  }
  .section-Productos .container .col-6 {
    width: 100%;
    text-align: center;
  }
  .section-Productos .container .box-right {
    margin: 0 auto;
    display: table;
    margin-top: 25px;
  }
}
@media (max-width:600px){
  .section-Productos .container {
    max-width: 480px;
  }
  .section-Productos .item-producto{
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width:480px){
  .section-inicio.section-home-3 .bloque {
    text-align: center;
  }
}
@media (max-width:991px){
  .section-enlaces .col-8,
  .section-enlaces .col-4{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-enlaces .container{
    padding-bottom: 50px;
  }
}
@media (max-width:800px){
  .section-enlaces .box-img::before,
  .section-enlaces .box-img .title-white{
    opacity: 1;
  }
}
@media (max-width:650px){
  .section-enlaces .img-link-mobile {
    height: 530px;
  }
}
@media (max-width:500px){
  .section-img .bloque-top {
    margin-bottom: 30px;
  }
  .section-img .bloque-bottom {
    margin-top: 30px;
  }
  #sb_instagram .sbi_photo {
    height: 164px !important;
  }
}
@media (max-width:991px){
  .section-duos .col-a{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-duos .col-b{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width:767px){
  .section-duos .col-a{
    display: none;
  }
  .section-duos .col-b{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-duos .box-contenido{
    padding-bottom: 70px;
  }
}
@media (max-width:500px){
  .section-duos .box-contenido{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width:650px){
  .home .section-duos {
    padding-top: 50px;
  }
}
@media (max-width:360px){
  .section-duos .box-rightx3 h5 {
    font-size: 23px;
  }
}
@media (max-width:480px){
  .section-404 .title-1 {
    font-size: 7em;
  }
  .section-prensa .title {
    margin-bottom: 50px;
    font-size: 2.4em;
    margin-top: -5px;
  }
}
.woocommerce-EditAccountForm.edit-account fieldset{
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content legend,
.woocommerce-account .woocommerce-MyAccount-content .addresses .title h3,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title{
  font-size: 22px;
  font-weight: 300;
}
.woocommerce-MyAccount-navigation ul{
  padding: 0 !important;
}
@media (max-width: 767px){
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    margin-top: 40px;
  }
}
@media (max-width:600px){
  .woocommerce-account .addresses .title .edit{
    float: left;
    margin-bottom: 16px;
    margin-top: 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-content legend,
  .woocommerce-account .woocommerce-MyAccount-content .addresses .title h3,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title{
    width: 100%;
    font-size: 20px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content .u-column2{
    margin-top: 40px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation a {
    font-size: 18px;
  }
  .woocommerce-account .page-general .contenido {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float:none;
  }
}
@media (max-width:500px){
  .woocommerce-account.logged-in .woocommerce-MyAccount-content {
    min-height: 200px;
  }
}
@media (max-width:480px){
  .woocommerce-account .col-lg-12{
    padding: 0;
  }
  .woocommerce-account.logged-in .col-lg-12{
    padding-left: 15px;
    padding-right: 15px;
  }
  #customer_login .u-column1.col-1 .woocommerce-form-login {
    padding-left: 13px;
    padding-right: 13px;
  }
  .woocommerce-ResetPassword,
  .lost_reset_password{
    padding: 0 15px;
  }
  .woocommerce-account #customer_login .u-column2{
    padding: 0;
  }
}
@media (max-width:800px){
  .row-carrito-vacio .cart-vacio {
    max-width: 250px;
  }
}
@media (max-width:480px){
  .row-carrito-vacio .cart-vacio {
    max-width: 220px;
  }
}
.woocommerce-checkout #order_review{
  padding: 0;
}
@media (max-width:480px){
  .woocommerce-cart #coupon_code {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce-cart .actions .button{
    float:none !important;
    width:100% !important;
  }
  .woocommerce-cart .contenido .titulo{
    margin-top: 0;
  }
  .woocommerce-checkout .col-lg-12{
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width:680px){
  .woocommerce-order-received ul.order_details li {
    float: none;
    border: 0;
  }
  .woocommerce-order-details .woocommerce-order-details__title,
  .woocommerce-customer-details .woocommerce-column__title{
    font-size: 22px;
  }
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
  font-size: 14px;
  text-align: center;
  width: 94%;
  margin: 0 auto;
}
@media (max-width:480px){
  .section-contacto .bloque-formulario .inner {
    margin-top: 40px;
    padding: 0 5px;
  }
  .bloque-formulario .box-submit .btn-enviar{
    width:100%;
  }
  .section-contacto {
    margin-bottom: -50px;
  }
  .section-contacto .bloque-head .content {
    padding: 0 2px;
  }
  .section-contacto .bloque-head .content,
  .section-contacto .bloque-head .content p,
  .section-contacto .bloque-head .content a {
    font-size: 15px;
  }
  .titulo-general {
    font-size: 30px;
  }
}
@media (max-width:850px){
  .section-about .bloque{
    height: 80vh;
  }
}
@media (max-width:600px){
  .section-about .contenido{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width:1250px){
  .section-single-collection .item{
    height: 80vh;
  }
  .section-collection-header .bloque-2 h3 {
    font-size: 25px;
  }
}
@media (max-width:991px){
  .section-single-collection .item .descripcion,
  .section-single-collection .item::before{
    opacity: 1;
  }
  .section-collection-header .bloque-2 h3 {
    font-size: 22px;
  }
  .section-collection-header .bloque-2 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width:600px){
  .section-single-collection .item{
    height: 50vh;
  }
  .section-collection-header .bloque-2 h3 {
    font-size: 20px;
  }
  .section-collection-header .bloque-2 .content {
    padding: 0 25px;
  }
  .section-collection-header .bloque-2 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-collection-header .bloque-head {
    height: 400px;
  }
  .section-collection-header .bloque-head .descripcion .subtitle {
    font-size: 16px;
  }
  .section-collection-header .bloque-head .descripcion .title {
    font-size: 45px;
  }
}
@media (max-width:500px){
  .section-collection-header .bloque-head .descripcion .title {
    font-size: 22px;
  }
}
@media (max-width:1150px){
  .section-hojas .descripcion h4 {
    font-size: 30px;
  }
}
@media (max-width:991px){
  .section-hojas .item {
    height: 350px;
  }
}
@media (max-width:500px){
  .section-hojas .descripcion h4 {
    font-size: 28px;
    text-align: center;
  }
  .section-hojas .descripcion {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .section-hojas .item {
    height: 300px;
  }
}
@media (max-width:991px){
  .contenido-post-single .col-md-7,
  .contenido-post-single .col-md-5{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
  }
  .contenido-post-single .content-gallery-0 {
    padding-left: 85px;
  }
}
.contenido-post-single .inner-title{
  display: none;
  margin-top: 10px;
  margin-bottom: 40px;
}
.contenido-post-single .title_mobile_product{
  text-align: center;
  font-size: 34px;
}
@media (max-width:600px){
  .contenido-post-single .content-summary .link-return-0{
    display: none !important;
  }
  .contenido-post-single .content-summary{
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width:500px){
  .modal-search h2 {
    font-size: 20px;
  }
  .modal-search .modal-dialog{
    margin: 0;
  }
  .modal-search .modal-dialog .close{
    position: absolute;
    right: 4px;
    top: -7px;
  }
  .modal-search .modal-body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width:1250px){
  .section-tienda-0 .item{
    height: 650px;
  }
  .section-tienda-0 .item .descripcion .titulo {
    font-size: 3.7em;
  }
}
@media (max-width:1150px){
  .section-tienda-0 .item{
    height: 630px;
  }
  .section-tienda-0 .item .descripcion .titulo {
    font-size: 3.5em;
  }
}
@media (max-width:991px){
  .section-tienda-0 .item{
    height: 580px;
  }
  .section-tienda-0 .item .descripcion .titulo {
    font-size: 3em;
  }
}
@media (max-width:600px){
  .section-tienda-0 .item{
    height: 500px;
  }
  .section-tienda-0 .item .descripcion .titulo {
    font-size: 2.8em;
  }
}
@media (max-width:991px){
  .section-shop .col-md-6{
    display: none;
  }
  .section-shop .col-md-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width:900px){
  .header-shop .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center !important;
  }
  .header-shop .select-custom {
      margin: 0 auto;
  }
  .titulo-categoria {
    margin-bottom: 25px;
  }
  .section-shop .item-producto {
    margin-bottom: 60px;
  }
}
@media (max-width:767px){
  .section-shop .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-shop .container,
  .header-shop .container {
    max-width: 600px;
  }
  .section-shop .item-producto {
    margin-bottom: 50px;
  }
}
@media (max-width:550px){
  .section-shop .item-producto .box-accesorios {
    height: 345px;
  }
}
@media (max-width:500px){
  .section-shop .item-producto .box-accesorios {
    height: 345px;
  }
  .section-shop .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-shop .item-producto {
    margin-bottom: 40px;
  }
}
@media (max-width:480px){
  .section-shop .item-producto .box-accesorios {
    height: 235px;
  }
  .header-shop .select-custom {
    width: 160px;
    height: 34px;
    font-size: 13px;
    padding-top: 3px;
  }
  .header-shop .select-custom:after {
    font-size: 20px;
    top: 1px;
    right: 10px;
  }
  .section-shop .item-producto {
    margin-bottom: 35px;
  }
}
@media (max-width:360px){
  .section-shop .item-producto .box-accesorios {
    height: 220px;
  }
}
.item-datos.product .button{
  margin-left: auto;
  color: #fff;
  margin-right: 25px;
  border: 1px solid #fff;
  display: table;
  width: 168px;
  height: 52px;
  text-align: center;
  padding: 12px 0;
  text-transform: uppercase;
  background: transparent;
  font-weight: 300;
  border-radius: 0;
  padding-top: 16px;
  transition: all 0.4s;
}
.item-datos.product .button:hover{
  background: #fff;
  color:#000;
}
.wp-pagenavi{
  display: table;
  margin-bottom: 65px;
  width: 100%;
  text-align: center;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #3A3A3A;
  padding: 4px 0;
  margin: 2px;
  color: #3A3A3A;
  width: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #3A3A3A;
  background: #3A3A3A;
  color: #fff;
}
.section-prensa .wp-pagenavi{
  margin-bottom: 0;
  margin-top: 60px;
}
@media (max-width:767px){
  .box-multimedia .play {
    width: 100px;
  }
  .box-multimedia {
    height: 500px;
  }
}
@media (max-width:480px){
  .box-multimedia {
    height: 400px;
  }
}
.section-single-collection .title,
.section-single-collection .price,
.section-single-collection .price span,
.section-single-collection .price bdi,
.section-single-collection .price del,
.section-single-collection .price ins{
  color:#fff;
}
.bloque-tax-sin-categorizar{
  display: none;
}
.item-datos.type-product{
  position: relative;
}
.item-datos.type-product::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  opacity: 0.15;
}
.item-datos.type-product .box-precio{
  bottom: 17px;
  left:5px;
}
.item-datos.type-product .box-precio h6,
.item-datos.type-product .box-precio h5,
.item-datos.type-product .box-precio .price,
.item-datos.type-product .box-precio .price span,
.item-datos.type-product .box-precio .price bdi,
.item-datos.type-product .box-precio .price del,
.item-datos.type-product .box-precio .price ins{
  font-size: 14px;
  color: black;
  margin-bottom: 3px;
  color:#fff;
}
.item-datos.type-product .img-hover{
  opacity: 0;
  transition: all 0.4s;
}
.item-datos.type-product:hover .img-hover{
  opacity: 1;
}
@media (max-width:991px){
  .section-shop .col-md-3.item-mobile{
    display: block !important;
  }
}
.item-datos.type-product .box-precio .price ins{
  margin-left: 5px;
}
.panel-heading{
  cursor: pointer;
}
.slider-unico .col-md-3{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.section-Productos.dots-part1{
  z-index: 5;
  position: relative;
}
div.quantity{
  position: relative;
}
.single .single_variation_wrap .quantity{
  position: relative;
}
.single .single_variation_wrap .quantity .label-cantidad{
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 15px;
}
.single .woocommerce-variation-availability {
  position: relative;
  top: 8px;
  margin-left: 90px;
}
.single .woocommerce-variation-availability p{
  color: #797979 !important;
}
.variaciones .variaciones-terms-wrapper .variaciones-term:not(.variaciones-radio-term).variaciones-button-term {
  min-width: 36px;
}
.resultado-vacio{
  text-align: center;
  margin-top: 85px;
  margin-bottom: 160px;
  font-size: 16px;
  display: table;
}
.section-contacto .bloque-head strong,
.section-contacto .bloque-head span{
  color:#fff;
}
.section-tiendas{
  margin-top: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.section-tiendas .container{
  max-width: 1200px;
}
.section-tiendas .container .row:nth-last-child(1){
  margin-bottom: 0 !important;
}
.section-tiendas .container a{
  color:#fff;
}
.section-tiendas .container a:hover{
  text-decoration: underline;
}
@media (max-width:767px){
  .section-tiendas .content-img{
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .section-tiendas .container {
    max-width: 600px;
  }
}
.section-video {
  background: #3D6C2A;
  padding: 90px 0;
  margin-bottom: 80px;
}
.section-enlaces .img-link-mobile {
  display: none;
}
@media (min-width:991px){
  .section-enlaces .img-link-mobile{
    min-height: 600px;
  }
}
@media (max-width:991px){
  .section-enlaces .img-link{
    display: none;
  }
  .section-enlaces .img-link-mobile{
    display: block;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .last{
  display: none;
}
.section-collection-header .bloque-2,
.section-collection-header .bloque-2 *{
  color:#fff !important;
}
#mainNav.nav-transparent .lista-nav li.menu-item a span{
  color:#fff;
  text-transform: uppercase;
}
#mainNav.nav-transparent.sticky-project .lista-nav li.menu-item a span{
  color:#3A3A3A;
}
.section-banner{
  position: relative;
}
.section-banner .bloque{
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.section-banner .bg-img{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.section-banner .container{
  z-index: 5;
  position: relative;
  color:#fff;
  max-width: 1350px;
}
.section-banner .title{
  font-weight: 700;
  margin: 0;
  position: relative;
  top: 100px;
  padding: 0 5px;
}
.section-banner::before,
.section-about .bloque::before{
  content: '';
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
@media (max-width:1050px){
  .section-banner .bloque {
    height: 700px;
  }
}
@media (max-width:991px){
  .section-banner .bloque {
    height: 600px;
  }
}
@media (max-width:600px){
  .section-banner .title {
    top: 50px;
    font-size: 30px;
  }
  .section-banner .bloque {
    height: 100vh;
  }
}
@media (max-width:850px){
  .section-about .bloque .contenido {
    bottom: 15px;
  }
}
@media (max-width: 650px){
  .section-about .bloque {
    height: 100vh;
  }
  .section-banner::before,
  .section-about .bloque::before {
    opacity: 0.2;
  }
  .section-about .bloque .contenido {
    bottom: 30px;
  }
}
.bg-fixed{
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.bg-fixed::before{
  content: '';
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
footer{
  background: #fff;
  padding-top: 15px;
}
.container-banner-title .title{
  top:0;
  margin-bottom: 30px;
}
.container-banner-title a,
.container-banner-title p,
.container-banner-title li,
.container-banner-title strong{
  color:#fff;
}
.variaciones .variaciones-terms-wrapper.button-variable-wrapper .variaciones-term:not(.variaciones-radio-term) {
  box-shadow: none;
  padding: 2px 10px;
  margin: 4px 8px 4px 0;
  border-radius: 0 !important;
  border: 1px solid #646464;
  min-height: 40px;
}
.variaciones .variaciones-terms-wrapper.button-variable-wrapper .variaciones-term.selected{
  background: var(--negro) !important;
}
.variaciones .variaciones-terms-wrapper.button-variable-wrapper .variaciones-term.selected span{
  color: #fff !important;
}
@media (max-width:500px){
  .contenido-post-single .content-summary .button{
    max-width: calc(100% + -105px);
    width:100%;
    left: 5px;
    font-size: 15px !important;
  }
}
#mainNav .lista-nav li.wpml-ls-item a span{
  color: #3A3A3A !important;
}
#mainNav.nav-activo .lista-nav li.wpml-ls-item a span{
  color: #fff !important;
}
#mainNav.sticky-project .lista-nav li.wpml-ls-item a span{
  color: #3A3A3A !important;
}
.row-gallery-single{
  max-width: 700px;
  margin-left: auto !important;
}
.single .block-nav-single {
  -ms-flex: 0 0 13%;
  flex: 0 0 13%;
  max-width: 13%;
  display: inline-block;
  position: relative;
  max-height: 410px;
}
.single .block-content-single {
  padding-left: 5px;
  -ms-flex: 0 0 87%;
  flex: 0 0 87%;
  max-width: 87%;
  display: inline-block;
}
.slider-nav .bg-img{
  height: 86px;
  background-position: center;
  background-size: cover;
}
.block-content-single .box img{
  width:100%;
}
.slider-nav .slick-slide{
  margin-bottom: 4px;
}
@media (max-width: 740px){
  .slider-nav .bg-img {
    height: 90px;
  }
  .block-nav-single .control-arrow.next-single {
    bottom: -18px;
  }
}
.block-nav-single .slider-nav{
  position: relative;
  top: 25px;
}
.block-nav-single-mobile{
  display: none !important;
}
@media (max-width: 630px){
  .single .block-nav-single{
    display: none;
  }
  .single .block-content-single {
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
  .row-gallery-single{
    margin-left: auto !important;
    margin-right:  auto !important;
  }
  .block-nav-single-mobile{
    display: block !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .block-nav-single-mobile .slick-slide {
    margin: 2px;
    margin-top: 4px;
  }
  .contenido-post-single .bloque-central {
    max-width: 500px;
  }
  .block-nav-single .slider-nav {
    top: 0;
  }
  .contenido-post-single .content-summary {
    padding-top: 35px;
  }
  .slider-nav .bg-img {
    height: 80px;
  }
}
.content-social.content-mobile{
  display: none;
}
.block-content-single .prev-single2.slick-arrow{
  left:5px;
  width:25px;
}
.block-content-single .next-single2.slick-arrow{
  right:5px;
  width:25px;
}
.block-nav-single .control-arrow{
  position: absolute;
  left: 0;
  width:100%;
  cursor: pointer;
  text-align: center;
}
.block-nav-single .control-arrow.prev-single{
  top:-5px;
}
.block-nav-single .control-arrow.next-single{
  bottom:-10px;
}
.block-nav-single .control-arrow.prev-single img,
.block-nav-single .control-arrow.next-single img{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:991px){
  .contenido-post-single .bloque-central {
    max-width: 700px;
  }
}
.page-template-tiendas{
  background: #31380e;
}
.contenido-white *{
  color:#fff;
}
.section-banner-tienda .bloque{
  display: block;
}
.section-banner-tienda .inner-box{
  position: absolute;
  bottom:85px;
  left:0;
  width:100%;
}
.section-banner-tienda .container {
  max-width: 1200px;
}
.click-modal-single{
  color: #3A3A3A !important;
  font-size: 12px;
  text-decoration: underline !important;
  position: relative;
  top: 0px;
  align-items: center;
  display: flex;
}
.modal-custom .modal-content{
  position: relative;
}
.modal-custom .modal-dialog{
  max-width: 500px;
}
.modal-custom .modal-content {
  border: 0;
  border-radius: .3rem;
}
@media (max-width:500px){
  .modal-custom .modal-dialog{
    margin: 0 auto;
  }
}
.modal-custom .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  box-shadow: none;
  outline: 0;
}
.box-iframe-video iframe{
  margin: 0 auto;
  display: table;
  width: 100%;
  height: 560px;
  cursor: pointer;
}
@media (max-width:1250px){
  .box-iframe-video iframe {
    height: 460px;
  }
}
@media (max-width:991px){
  .box-iframe-video iframe {
    height: 360px;
  }
}
@media (max-width:830px){
  .box-iframe-video iframe {
    height: 300px;
  }
}
@media (max-width:700px){
  .box-iframe-video iframe {
    height: 250px;
  }
}
@media (max-width:550px){
  .box-iframe-video iframe {
    height: 200px;
  }
  .section-video .container{
    padding: 0;
  }
}
@media (max-width:420px){
  .box-iframe-video iframe {
    height: 150px;
  }
  .section-video {
    padding: 60px 0;
  }
}
.slider-woocommerce{
  max-width: 550px;
  margin: 0 auto;
}
.slider-woocommerce .flex-control-thumbs li {
  float: none !important;
  margin: 0 10px !important;
  display: inline-block !important;
}
.slider-woocommerce .prev-s1,
.slider-woocommerce .next-s1{
  padding: 5px 10px;
  font-size: 25px;
  position: absolute;
  bottom: 30px;
  display: none;
}
.slider-woocommerce .slick-arrow.prev-s1,
.slider-woocommerce .slick-arrow.next-s1{
  display: block;
}
.slider-woocommerce .prev-s1{
  left:-10px;
}
.slider-woocommerce .next-s1{
  right:-10px;
}
.slider-woocommerce .flex-control-thumbs{
  margin-top: 25px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.slider-woocommerce .slick-arrow.slick-disabled,
.slider-woocommerce .slick-arrow.slick-hidden{
  opacity: 0 !important;
}
.slider-woocommerce .flex-viewport{
  max-width: 380px;
  margin: 0 auto;
}
.variations div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-anillo"] .variaciones-button-term,
.variations div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-collar"] .variaciones-button-term,
.variations div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-pulsera"] .variaciones-button-term{
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
}
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-anillo"] .variaciones-term:not(.variaciones-radio-term),
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-collar"] .variaciones-term:not(.variaciones-radio-term),
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-pulsera"] .variaciones-term:not(.variaciones-radio-term){
  border-radius: 50% !important;
  min-height: 35px !important;
}
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-anillo"] .variaciones-term:not(.variaciones-radio-term) span,
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-collar"] .variaciones-term:not(.variaciones-radio-term) span,
.variaciones div.variaciones-terms-wrapper[data-attribute_name="attribute_pa_talla-de-pulsera"] .variaciones-term:not(.variaciones-radio-term) span{
  font-size: 10px !important;
}
@media (max-width:500px){
  .section-enlaces .box-img::before,
  .section-enlaces .box-img .title-white {
    opacity: 0 !important;
  }
}
.wp-post-image{
  cursor: auto;
}
.zoomWindow{
  border-width:1px !important;
}
.section-slider .img-central-mobile,
.section-background-full .img-central-mobile {
  display: none;
}
@media (max-width:991px){
  .slider-woocommerce {
    left: 0;
  }
  .section-slider .img-central,
  .section-background-full .img-central {
    display: none;
  }
  .section-slider .img-central-mobile,
  .section-background-full .img-central-mobile {
    display: block;
  }
}
.variaciones-term.outofstock{
  position: relative;
  opacity: 0.3;
  cursor: pointer !important;
}
.variaciones-term.outofstock::before{
  content:'';
  display: block;
  width:100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top:0;
  left:0;
  background-size: 100% 100%;
  background-image: url(/wp-content/themes/lorena-2/assets/img/sin-stock.svg);
}
.slider-woocommerce .wp-post-image{
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}
.pswp__caption__center{
  text-align: center;
}
.contenido-post-single table td.label{
  font-size: 16px;
}
.quantity.hidden{
  position: relative;
  overflow: hidden;
  display: none;
}
.out-stock {
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent;
  border: 1px solid;
  color: #000;
  padding: 2px 7px;
  font-size: 0.6875rem;
  font-weight: 300;
}
.mc4wp-alert p{
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
}
.price br{
  display: none;
}
#mainNav .caja-iconos a i {
  color: #000;
}
#mainNav.nav-activo .caja-iconos a i {
  color: #fff;
}
.banner-img{
  margin-top: -50px;
  margin-bottom: 50px;
}
@media (max-width:700px){
  .banner-img .img-desktop{
    display: none;
  }
  .banner-img .img-mobile{
    display: block !important;
  }
}
.etiqueta-custom{
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  position: absolute;
  bottom: 10px;
  left: 50%;
  background: transparent;
  border: 1px solid;
  color: var(--negro);
  padding: 2px 7px;
  font-size: 0.68rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
}
@media (min-width:992px){
  .item-datos .etiqueta-custom{
    bottom:30px !important;
  }
}
.piercing-day{
  background: #3d6c2a;
  color: #fff;
  min-height: 40px;
  max-width: 410px;
  padding: 12px 10px;
  margin: 0px 0 20px 0;
  position: relative;
}
.piercing-day .text{
  color:#fff;
}
.piercing-day label{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.piercing-day .item-tooltip{
  border: 1px solid white;
  width: 19px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 49%;
  z-index: 3;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.piercing-day .item-tooltip i{
  color:#fff;
}
.piercing-day .item-tooltip{
  border: 1px solid white;
  width: 19px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 49%;
  z-index: 3;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
.piercing-day input[name="piercingday"]{
  width: 20px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 15px;
  accent-color: black;
}
.piercing-day .inner{
  padding-left: 28px;
  padding-right: 27px;
}
.single .tooltip-inner{
  max-width: 300px !important;
  color: var(--negro) !important;
  background-color: #fff !important;
  border: 1px solid var(--negro) !important;
}
.single .bs-tooltip-auto[x-placement^=top] .arrow::before,
.single .bs-tooltip-top .arrow::before {
  border-top-color: #fff !important;
}
.single .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.single .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff !important;
}
@media (max-width:550px){
  .section-banner-colecction .bg-img.bg-desktop{
    display: none !important;
  }
  .section-banner-colecction .bg-img.bg-mobile{
    display: block !important;
  }
  .section-banner-colecction .bloque-head{
    height: 420px !important;
  }
}
#mainNav.sticky-project .caja-iconos a i{
  color:var(--negro);
}
#whatsapp-general{
  position: fixed;
  bottom: 85px;
  right: 5px;
  z-index: 99;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}
@media (max-width:600px){
  #whatsapp-general{
    bottom:12px;
    right:12px;
    width: 60px;
    height: 60px;
  }
}
.cart-customlocation{
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  background-color: rgba(64, 64, 64, 0.1);
  border-radius: 50%;
}
#mainNav.nav-activo:not(.sticky-project) .icono,
#mainNav.nav-activo:not(.sticky-project) .cart-customlocation{
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.mini-cart-woo .part-total .inner{
  text-align: right;
  border-top: 1px solid var(--negro);
  padding: 12px 12px 12px 5px;
}
.mini-cart-woo .part-total .inner strong{
  color: var(--negro);
  padding-right: 50px;
  font-weight: 300;
}
#sidebar-carrito .item .body .categoria{
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1C1B1C;
}
#sidebar-carrito .item .body .nombre{
  --max-lines: 1.8;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 1.4;
}
#sidebar-carrito .item .body .sku{
  color: #1C1B1C;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
#sidebar-carrito .item .precio .quantity{
  font-size:0;
}
#sidebar-carrito .item .precio .quantity span,
#sidebar-carrito .item .cantidad{
  font-size: 14px;
}
#sidebar-carrito .item .cantidad .quantity span{
  display: none;
}
#sidebar-carrito .item .precio .quantity span{
  color: var(--negro);
  font-size: 14px;
}
#sidebar-carrito .item .remove{
  background: transparent !important;
}
#overlay-cart{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  background: #000;
  opacity: 0.2;
}
#overlay-cart{
  z-index: 999;
}
#overlay-cart.activo{
  display: block;
}
#sidebar-wrapper{
  width: 415px;
  height: 100vh;
  position: fixed;
  left: -1000%;
  top: 0;
  padding-top: 0;
  background: #fff;
  z-index: 999999;
  padding-bottom: 6vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 15px;
  transition: all 0.6s;
}
#sidebar-carrito .btn-carrito{
  color:var(--negro);
}
.single-product .woocommerce-message{
  display: none;
}
#sidebar-carrito .woocommerce-mini-cart{
  height: calc(100vh + -275px);
  overflow-y: scroll;
  position: relative;
  margin-right: -10px !important;
  padding-right: 13px !important;
}
#sidebar-carrito .woocommerce-mini-cart__empty-message{
  font-size: 15px;
  line-height: 1.2;
  color: var(--negro);
  margin-top: 95px;
  text-align: center;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle{
  display: none !important;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{
  display: block !important;
  border: 0;
  padding: 0;
}
.checkout_coupon.woocommerce-form-coupon {
  max-width: 524px;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
  max-width: 70%;
  width: 100% !important;
  margin: 0;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
  max-width: 30%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 760px){
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .woocommerce-billing-fields__field-wrapper .form-row label,
  .woocommerce-shipping-fields__field-wrapper .form-row label{
    min-height: 14px;
    display: table !important;
    position: relative !important;
    word-wrap: normal !important;
    width: 100% !important;
    margin-bottom: 9px !important;
  }
}
@media (max-width: 600px){
  .checkout_coupon.woocommerce-form-coupon{
    max-width: 100%;
  }
  .woocommerce-checkout .checkout_coupon .form-row-first{
    float: left;
  }
  .woocommerce-checkout .checkout_coupon .form-row-last{
    float:right;
  }
  .checkout_coupon.woocommerce-form-coupon button.button{
    width: 100%;
  }
  .checkout_coupon.woocommerce-form-coupon button.button{
    padding: 14px 2px;
  }
}
@media (max-width: 380px){
  .woocommerce-checkout .checkout_coupon .form-row-first {
    max-width: 62%;
  }
  .woocommerce-checkout .checkout_coupon .form-row-last{
    max-width: 38%;
  }
}
#mainNav.sticky-project{
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.ppc-button-wrapper{
  z-index: 0;
  position: relative;
}
.woocommerce-order-received .woocommerce-order{
  max-width: 1000px;
  margin: 0 auto;
}
.woocommerce-order-received .woocommerce-order h2{
  font-size: 22px;
  font-weight: 500;
  color: var(--negro);
}
.woocommerce table.shop_table th{
  font-weight: 400 !important;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table strong,
.woocommerce ul#shipping_method .amount{
  font-weight: 400 !important;
}
.woocommerce ul#shipping_method{
  font-size: 14px;
}
.section-duos .box-contenido .mt-3{
  text-align: right;
  color:#fff;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before{
  font-weight: 400;
  font-size: 14px;
}




.woocommerce-MyAccount-navigation ul li a {
  display: table;
  font-size: 14px;
  max-width: 300px;
  width: 100%;
  color: #000;
  font-weight: 300 !important;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 0 18px 40px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
.bloque-iconos-navegacion ul{
  margin: 0!important;
}
.bloque-iconos-navegacion ul li {
  position: relative!important;
  margin: 0!important;
  font-size: 14px;
  font-weight: 300;
}
.bloque-iconos-navegacion ul li a::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 18px;
  left: 13px;
  top: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x1-monitor.png);
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x2-box.png);
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x3-downloading.png);
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x4-marker.png);
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x5-detalles-cuenta.png);
  width: 18px;
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  background-image: url(/wp-content/themes/lorena-2/assets/img/x6-logout.png);
  width: 22px;
  height: 22px;
  top: 18px;
}
.bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--ly_saved_cards a::before{
  background-image: url(/wp-content/themes/lorena-2/assets/img/x7-bill.png);
  width: 18px;
  height: 20px;
  top: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content section #cajota_compra ul li:before,
.woocommerce-account .bloque-iconos-navegacion ul .woocommerce-MyAccount-navigation-link:before{
  display: none!important;
}
.block-header-nav{
  display: block;
  position: relative;
}
.MyAccount-navigation-mobile{
  display: none;
}
.block-header-nav{
  display: block;
  position: relative;
}
.block-nav-select a {
  color: #000;
  background: #fff;
  padding: 15px 0;
  display: table;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 100%;
  margin: 1px 0;
}
.MyAccount-navigation-mobile .oculto{
  display: none;
}
.MyAccount-navigation-mobile .block-header-nav a{
  display: none;
}
.MyAccount-navigation-mobile .block-header-nav li.is-active a{
  display: block;
}
.MyAccount-navigation-mobile .block-header-nav li.is-active a::after{
  content: "";
  display: inline-block;
  width: 13px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 10px;
  background-image: url(/wp-content/themes/lorena-2/assets/img/arrow-blackx1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.MyAccount-navigation-mobile .block-body li.is-active{
  display: none;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last{
  width: 49%;
}
@media (max-width:800px){
  .woocommerce-MyAccount-content {
    width: 100% !important;
    min-height: 300px;
  }
  .MyAccount-navigation-desktop{
    display: none;
  }
  .MyAccount-navigation-mobile{
    display: block;
    margin-bottom: 30px;
  }
  .bloque-iconos-navegacion ul li a{
    padding: 15px 28px;
    border-bottom: 1px solid #cfcfcf;
  }
  .bloque-iconos-navegacion ul li a::before {
    left: 5px;
    top: 17px;
  }
  .bloque-iconos-navegacion ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    top: 16px;
  }
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first,
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last{
    width: 100%;
  }
  .woocommerce-MyAccount-content form h3{
    font-size: 28px;
  }
}
@media (max-width:400px){
  .woocommerce-MyAccount-content form h3{
    font-size: 25px;
  }
}
@media (max-width:340px){
  .woocommerce-MyAccount-content form h3{
    font-size: 22px;
  }
}
.logged-in .woocommerce-notices-wrapper .woocommerce-error::before {
  left: 1.5em;
  top: 1em;
}
@media (max-width: 768px){
  .logged-in .woocommerce-notices-wrapper .woocommerce-error::before {
    left: 10px;
    top: 15px;
  }
}
.logged-in .page-content-wrap ul li{
  display: block;
}
.logged-in .page-content-wrap .woocommerce-MyAccount-content a{
  color: #000;
  font-weight: 400;
}
@media (max-width: 480px){
  .logged-in .page-content-wrap .woocommerce-MyAccount-content .woocommerce-info .button{
    display: block;
    float: none;
    text-align: center;
  }
}
.woocommerce-orders-table__cell-order-number a{
  text-decoration: none !important;
}
.woocommerce-MyAccount-content .woocommerce-columns--2{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-content .woocommerce-columns--2 .woocommerce-column{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .woocommerce-customer-details address{
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.select2-container--default .select2-selection--single {
  border-color: var(--negro) !important;
  border-radius: 0 !important;
}
@media (min-width: 599px){
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last{
    width: 49.5%;
  }
}
.woocommerce-account .addresses .title .edit{
  text-decoration: none;
  border: 1px solid var(--negro);
  font-size: 14px;
  padding: 1px 4px;
  transition: all 0.4s;
}
.woocommerce-account .addresses .title .edit:hover{
  background: var(--negro);
  color:#fff;
}
.wpml-ls-legacy-list-horizontal{
  padding: 0 !important;
}
.quantity .label-quantity {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  width: 100%;
}
.quantity .box-quantity {
  width: 90px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 4px 0 0;
}
.quantity .box-quantity button {
  cursor: pointer;
  position: absolute;
  border: 0;
  background: transparent;
  height: 100%;
  line-height: 1;
  padding: 4px 6px;
  font-size: 16px;
  outline: none;
  top:0;
}
.quantity .box-quantity .minus {
  left: 2px;
}
.quantity .box-quantity .plus {
  right: 0;
}
.quantity .box-quantity input.qty {
  height: 55px;
  margin: 0;
  width: 100% !important;
  cursor: pointer;
  outline: 0;
  padding-top: 10px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
.quantity .box-quantity input.qty[type=number] {
  -moz-appearance: textfield;
}
.box-quantity input::-webkit-outer-spin-button,
.box-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart-form__cart-item .quantity .box-quantity input.qty {
  height: 38px;
  font-size: 14px;
}
.woocommerce-cart-form__cart-item .quantity .box-quantity{
  width: 70px;
}
@media (max-width: 767px){
  .woocommerce-cart-form__cart-item .quantity .box-quantity {
    float: none;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 810px){
  .woocommerce-cart-form .actions .button {
    padding: 12px 7px !important;
  }
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1.5px solid var(--negro);
  background-color: #fff;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 50%;
  top: 3px;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--negro);
  transform: translate(-50%, -50%);
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"]:checked {
  border-color: var(--negro);
}
.cart-collaterals h2{
  display: none;
}
@media (min-width: 768px){
  .section-finalizar .checkout-column-right{
    margin-top: -85px;
  }
  .woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 17px;
  }
  .woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
    width: 48.5%;
  }
}
@media (max-width: 905px) and (min-width: 768px){
  .woocommerce-checkout .checkout_coupon .form-row-first{
    max-width: 60%;
  }
  .woocommerce-checkout .checkout_coupon .form-row-last{
    max-width: 40%;
  }
}

#sidebar-menu li.parent-name {
  padding: 15px 13px !important;
  cursor: pointer;
  color: #000 !important;
}
#sidebar-menu .bloque-1 .sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  position: relative;
  display: block !important;
  transition: all 0.8s;
  opacity: 0;
}
#sidebar-menu .bloque-1 ul li {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  padding: 0;
  position: static;
}
#sidebar-menu .bloque-1 ul li a{
  color: #000;
  padding: 15px 13px !important;
  display: table;
  text-align: left;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-weight: 300;
  transition: all 0.4s;
  font-size: 14px;
  opacity: 1;
  left: 0;
}
#sidebar-menu .bloque-1 ul.sub-menu li a {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 40px;
}
#sidebar-menu .bloque-1 ul.sub-menu li{
  margin-bottom: 0;
}
#sidebar-menu .bloque-1{
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
#sidebar-menu li.parent-name::before{
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 400;
  content: "\f104";
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  margin-right: 10px;
}
#sidebar-menu ul .menu-item.current-menu-item .sub-menu a{
  border-color:transparent;
}
#sidebar-menu .desplegable{
  position: absolute;
  top: 0;
  padding-left: 0;
  cursor: pointer;
  height: 100%;
  z-index: 2;
  background: #f4f4f4;
  right: 0;
  width: 11%;
  display: flex;
  align-items: center;
}
#sidebar-menu .desplegable::before{
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 400;
  content: "\f104";
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-right: 16px;
}
#sidebar-menu .bloque-1 .sub-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  padding-top: 6px;
  padding-bottom: 0;
  position: absolute;
  height: calc(100vh - +110px);
  width: 100%;
  top: 0;
  left: 100%;
  z-index: 5;
}
#sidebar-menu .bloque-1 ul.sub-menu li a{
  padding-top: 13px;
  padding-bottom: 13px;
}
#sidebar-menu .bloque-1 ul.sub-menu li{
  margin-bottom: 0;
}
#sidebar-menu .bloque-1{
  position: relative;
}
#sidebar-menu .bloque-1 .sub-menu li a{
  color: #000 !important;
}
#sidebar-menu ul .menu-item.current-menu-item .sub-menu a{
  border-color:transparent;
}
#sidebar-menu .bloque-1 .menu-item.menu-item-has-children .sub-menu a::after{
  display: none;
}
#sidebar-menu ul li li .menu-item{
  background: #ffffff;
}
#sidebar-menu .bloque-idioma-mobile ul .wpml-ls-menu-item a{
  display: block;
  text-align: center;
}
#sidebar-menu .bloque-1 .open ~ .sub-menu{
  left:0;
  opacity: 1;
}
#sidebar-menu .bloque-1 .titulo > a{
  font-size: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  cursor: auto;
}
#sidebar-menu .bloque-1 .titulo .subtitulo{
  display: none;
}
#sidebar-menu .bloque-1 .titulo .box-descripcion p{
  font-size: 14px !important;
  font-weight: 400;
}
#sidebar-menu .bloque-1 .titulo .box-descripcion{
  padding: 7px 21px 17px 15px;
  color: #878787;
}

#sidebar-menu .navmenu .bloque-1 .bloque-mobile-0 ul li a{
  padding: 7px 30px 7px 10px!important;
  text-transform: uppercase;
  font-size: 14px!important;
}
#sidebar-menu .bloque-mobile-0 .grande-unico .sub-menu .parent-name{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
#sidebar-menu .bloque-mobile-0 .sub-menu .menu-item a .subtitulo{
  font-size: 14px;
  text-transform: uppercase;
}
#sidebar-menu .navmenu .bloque-1 .bloque-mobile-0 ul li .sub-menu .menu-item a{
  padding: 7px 30px 7px 20px!important;
}
.bloque-mobile-0{
  margin-bottom: 30px;
}
.bloque-mobile-0 .menu-item,
.bloque-mobile-0 .parent-name{
  border-bottom: 1px solid #d2d2d2;
}
.woocommerce-lost-password .woocommerce-ResetPassword{
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce-lost-password .woocommerce-form-row{
  width: 100% !important;
}
.sib_signup_form p {
  color: #fff;
  font-weight: 400;
}
.sib_signup_form input::placeholder {
  color: #fff !important;
}
.sib_signup_form input,
.sib_signup_form select {
  border: 1px solid #dedede;
  width: 200px;
  background: transparent;
  padding: 5px;
  color: #fff;
  margin-left: 10px;
}
.sib_signup_form .sib-default-btn {
  color: #5c5c5c;
  background: #e3e3e3;
}
@media (max-width: 991px){
  .contenido-post-single .content-summary .product_title{
    display: none;
  }
  .contenido-post-single .title-product-mobile{
    display: block !important;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contenido-post-single .content-summary {
    padding-top: 0 !important;
  }
  .contenido-post-single .content-summary .content-0 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1150px) and (max-width: 1175px){
  .contenido-post-single .content-summary .button{
    max-width: 280px;
  }
}
@media (max-width: 500px){
  .contenido-post-single .content-summary .quantity.hidden + .single_add_to_cart_button{
    max-width: calc(100% + -0px);
    left: 0;
  }
}
.modal-suscripcion .close{
  position: absolute;
  top:5px;
  right:5px;
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  outline: 0;
  outline: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  z-index: 2;
}
.modal-suscripcion .close img{
  width: 40px;
  height: 40px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.modal-suscripcion .modal-dialog{
  max-width: 600px;
}
.modal-cupon .modal-body{
  background: #fef6f1;
  padding: 20px !important;
}
.modal-cupon .btn-close{
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 1;
  z-index: 5;
}
.modal-cupon .caja-check,
.modal-cupon .caja-check *{
  color: var(--negro) !important;
}
.modal-cupon .modal-dialog {
  max-width: 570px;
}
.modal-cupon .interna{
  padding: 65px 0 65px 0;
  max-width: 420px;
  margin: 0 auto;
}
.modal-cupon .title-0{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.4;
}
.modal-cupon .subtitle{
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}
.modal-cupon .content-form{
  margin-top: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.modal-cupon .content-form input.sib-email-area{
  width: 100%;
  font-size: 18px;
  height: 50px;
  border: 1px solid #000;
  padding: 0 10px;
  background-color: transparent;
  color: #000;
  margin-top: 7px;
}
.modal-cupon .content-form .sib-default-btn{
  width: 100%;
  background: transparent;
  color: #000;
  height: 50px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.5s;
  border: 1px solid #000;
  font-weight: bold;
  outline: 0 !important;
}
.modal-cupon .content-form .sib-default-btn:hover{
  background: #000;
  color: #fff;
}
.modal-cupon .subtitle-2{
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
.modal-cupon .modal-body{
  min-height: 570px;
}
@media (max-width: 500px){
  .modal-cupon .modal-dialog{
    padding-left: 5px;
    padding-right: 5px;
  }
  .modal-cupon .title-0 {
    font-size: 26px;
  }
  .modal-cupon .subtitle {
    font-size: 15px;
  }
  .modal-cupon .content-form input.sib-email-area,
  .modal-cupon .content-form .sib-default-btn{
    font-size: 16px;
    height: 45px;
  }
}
.modal-cupon .sib-NAME-area{
  display: none !important;
}
.modal-cupon .sib_signup_form input{
  margin-left: auto;
  margin-right: auto;
}
.modal-cupon p.sib-email-area{
  margin-bottom: 0;
}
.modal-cupon .sib_signup_form p {
  color: #3A3A3A;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
}
.sib_signup_form input[name="terms"] {
    width: 32px;
}
.sib_signup_form a {
    color: #fff;
    text-decoration: underline;
}
.brevo-birthday > p input::placeholder,
.sib_signup_form label {
    color: #fff;
}
.brevo-birthday > p {
    display: inline-block;
    width: 60px;
}
.brevo-phone > p {
    display: inline-block;
    width: 100px;
}
.brevo-birthday > p input,
.brevo-birthday > p select,
.brevo-phone > p input,
.brevo-phone > p select {
    width: calc(100% - 10px);
}
.sib_signup_form .actualiza-datos label {
    color: #333;
    display: block;
}
.brevo-birthday > p input::placeholder {
    color: #333;
}
.sib_signup_form .actualiza-datos input,
.sib_signup_form .actualiza-datos select {
    color: #333;
    display: block;
    width: 100%;
    margin-left: 0;
}
.sib_signup_form .actualiza-datos {
    text-align: left;
}
.actualiza-datos .brevo-phone p.sib-CODIGO_TELEFONO-area,
.actualiza-datos .brevo-phone p.sib-TELEFONO-area {
    width: calc(50% - 2px);
}
.actualiza-datos .brevo-birthday p.sib-DIA_BIRTHDAY-area,
.actualiza-datos .brevo-birthday p.sib-MES_BIRTHDAY-area,
.actualiza-datos .brevo-birthday p.sib-YEAR_BIRTHDAY-area {
    width: 33%;
}
.sib_signup_form .sib_signup_box_inside_8 {
    text-align: center;
}
.sib_signup_form .actualiza-datos input[type="checkbox"] {
    width: 28px;
    display: inline-block;
}
.sib_signup_form .actualiza-datos p {
    color: #333;
}
.wp-block-product-new .wp-block-button{
  display: none !important;
}
.wp-block-product-new .wc-block-grid__product-link{
  text-decoration: none !important;
  width: 100%;
}
.wp-block-product-new .wc-block-grid__product-title,
.wp-block-product-new .wc-block-grid__product-price{
  font-weight: 300 !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.wp-block-product-new .wc-block-grid__product{
  text-align: left !important;
}
.wp-block-product-new .wc-block-grid__product-image{
  position: relative !important;
  padding-bottom: 125% !important;
  width: 100%;
}
.wp-block-product-new .wc-block-grid__product-image .attachment-woocommerce_thumbnail{
  position: absolute;
  top:0;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  object-position: center;
}
#mainNav .grupo-idioma *{
  list-style: none;
}
#mainNav.nav-activo:not(.sticky-project) .grupo-idioma *{
  color:#fff;
}
@media (max-width: 499px){
  #mainNav .grupo-idioma{
    display: none !important;
  }
}
#sidebar-menu .grupo-idioma{
  margin-bottom: 20px;
}
.grupo-idioma li.wpml-ls-current-language,
.grupo-idioma .wpml-ls-display{
  display: none !important;
}
#sidebar-menu .wpml-ls-link li a{
  border: 1px solid #4e4e4e;
  min-width: 193px;
  padding: 11px 0;
  font-size: 14px;
}
#mainNav .grupo-idioma{
  left: -72px;
  position: absolute;
}
#mainNav .grupo-idioma a{
  font-size: 12px;
  margin-right: 4px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.caja-check{
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
}
.caja-check input{
  height: 16px;
  position: relative;
  top: 3px;
}


.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section-collection-header .bloque-head .img-cover,
.section-single-collection .item .img-cover,
.section-tienda-0 .item .img-cover,
.item-datos .img-cover,
.item-producto .box-accesorios .img-cover,
.section-hojas .item .img-cover{
  height: 100% !important;
}



.listado_categoria_tienda .categoria_tienda .descripcion .titulo {
  font-size: 34px !important;
}
.listado_categoria_tienda .categorias_botones{
  padding: 10px 5px;
}
.listado_categoria_tienda .categorias_botones a{
  font-size: 14px;
  padding: 5px 8px;
  height: 40px;
  min-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listado_categoria_tienda .categorias_botones a:hover {
  color: #e2ac73;
}
@media (max-width: 1280px){
  .listado_categoria_tienda .categoria_tienda .descripcion .titulo {
    font-size: 32px !important;
  }
}
@media (max-width: 767px){
  .listado_categoria_tienda .categorias_botones a {
    font-size: 12px;
    height: 35px;
    min-width: 105px;
  }
  .listado_categoria_tienda .categoria_tienda .descripcion .titulo {
    font-size: 28px !important;
  }
  .listado_categoria_tienda .categoria_tienda .descripcion {
    margin-bottom: 100px!important;
  }
}
@media (max-width: 500px){
  .listado_categoria_tienda .categoria_tienda .descripcion {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 480px){
  .listado_categoria_tienda .categoria_tienda .descripcion .titulo {
    font-size: 24px !important;
  }
}
@media (max-width: 380px){
  .listado_categoria_tienda .categorias_botones a {
    height: 30px;
    min-width: 90px;
  }
}
.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-table--order-details tfoot tr td .woocommerce-button{
  padding: 4px 8px !important;
  font-size: 12px !important;
  text-decoration: none;
  display: inline;
  font-weight: 400 !important;
  border-radius: 4px !important;
  margin: 4px 2px !important;
  background-color: #fff;
}
.woocommerce-MyAccount-content form .woocommerce-form-row .password-input input{
  padding: 10px 25px 10px 5px;
}
.woocommerce-MyAccount-content form .woocommerce-form-row .password-input .show-password-input{
  background-color: #fff!important;
  padding: 0!important;
  color: #000!important;
  margin-top: 0;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .select2-selection--single{
  border-radius: 5px!important;
}

.woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__arrow {
  top: 4px!important;
}


/*box-breadcrumbs*/
.breadcrumb-0 {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.breadcrumb-0 li {
  display: flex;
  align-items: center;
}
.breadcrumb-0 li a{
  font-size: 14px;
  font-weight: 300;
  text-decoration: none!important;
}
.breadcrumb-0 li:not(:first-child)::before {
  content: " / ";
  margin: 0 8px;
  font-weight: 300;
}
.breadcrumb-0 h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 767px){
  .breadcrumb-0 {
    margin: 0 0 20px;
  }
}
/*box-breadcrumbs*/


.wc-block-components-totals-coupon__form .wc-block-components-button .wc-block-components-button__text{
  color: #fff;
}
.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{
  padding-left: 0!important;
}

@media (max-width: 991px){
    .contenido-post-single .content-summary .product_title {
      display: block;
      font-weight: 600;
    }
    .contenido-post-single .title-product-mobile{
      display: none!important;
    }
}
@media (max-width: 480px){
    .single-product form.cart div.quantity{
      width: 100%;
      margin: 0 0 10px!important;
    }
    .single-product .quantity .box-quantity{
      width: 100%;
    }
    .contenido-post-single .content-summary .button {
      max-width: 100%;
      left: 0;
    }
    .contenido-post-single .quantity .box-quantity button{
      font-size: 25px;
    }
}
