@font-face {
    font-family: 'Cormorant SC';
    src: url('../fonts/CormorantSC-Light.woff2') format('woff2'),
        url('../fonts/CormorantSC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant SC';
    src: url('../fonts/CormorantSC-Bold.woff2') format('woff2'),
        url('../fonts/CormorantSC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant SC';
    src: url('../fonts/CormorantSC-Regular.woff2') format('woff2'),
        url('../fonts/CormorantSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Bold.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Regular.woff2') format('woff2'),
        url('../fonts/BeVietnam-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Be Vietnam';
    src: url('../fonts/BeVietnam-Light.woff2') format('woff2'),
        url('../fonts/BeVietnam-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*{
    outline: 0;
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline:none;
}
html,
body {
	height: 100%;
}
body{
    padding-top: 95px;
}
body.admin-bar {
    padding-top: 108px;
}
#mainNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    height: 100px;
    transition: all 0.5s;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
#mainNav{
    background: #9F9387;
    height: 148px;
}
#mainNav .bloque-logo{
    margin: 0 auto;
    position: relative;
}
#mainNav .list-social-nav {
    position: absolute;
    right: 2%;
    top: 50px;
}
#mainNav .list-social-nav img{
    max-width: 35px;
    width: 100%;
    height: auto;
    margin-left: 15px;
}
#mainNav .list-nav-left {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainNav .list-nav-right{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainNav .list-nav-left li,
#mainNav .list-nav-right li,
.bloque-logo li.menu-item {
    display: inline-block;
    margin: 0 30px;
    font-family: 'Cormorant SC';
    font-weight: bold;
    font-size: 19px;
}
#mainNav{
    transition: all 0.4s;
}
.admin-bar #mainNav {
    margin-top: 32px;
}
.admin-bar #mainNav.sticky-project {
    margin-top: -3px;
}
#mainNav.sticky-project{
    height: 80px !important;
}
#mainNav .container{
    padding: 30px 20px;
    position: relative;
}
#mainNav .contenedor-nav{
    text-align: right;
}
#mainNav .lista-nav li{
    display: inline-block;
    margin-left: 70px;
}
.link-nav,
.bloque-logo li.menu-item a {
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
}
.link-nav:hover,
.link-nav.activo{
    color: white;
    font-weight: 500;
    border-bottom: 2px solid white;
}
#mainNav .img-logox1{
    max-width: 215px;
    width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
}
#mainNav .img-logox2 {
    max-width: 220px;
    display: none;
}
#mainNav .content-left,
#mainNav a.logo,
#mainNav .content-right {
    width: 390px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
#mainNav.sticky-project .img-logox1 {
    margin-top: -10px;
}
#mainNav.sticky-project .img-logox2 {
    display: block;
}
#mainNav.sticky-project .content-left,
#mainNav.sticky-project .content-right{
    top: 28%;
}
#mainNav.sticky-project .list-social-nav {
    top: 22px;
}
#mainNav.sticky-project .container{
    padding-bottom: 0;
}
/* Nav End */
.overlay-menu{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    z-index: 9999;
}
#sidebar-wrapper .close-menu {
    position: absolute !important;
    right: 13px;
    z-index: 9999;
    top: 10px;
    max-width: 36px;
}
#sidebar-wrapper{
    width: 410px;
    height: 125%;
    position: fixed;
    left: -1000%;
    top: 0;
    background: #BFB4A6;
    z-index: 999999;
    transition: all 0.5s;
    overflow-x: scroll;
    padding-bottom: 220px;
}
#sidebar-wrapper.toggled{
	left: 0 !important;
}
#sidebar-wrapper .logo{
    max-width: 200px;
}
#sidebar-wrapper .content{
    padding: 25px 30px;
}
#sidebar-wrapper .lista-principal{
    margin-top: 30px !important;
}
#sidebar-wrapper .lista-principal li{
    margin-bottom: 10px;
}
#sidebar-wrapper .list-social-nav img{
    max-width: 34px;
}
#sidebar-wrapper .list-social-nav{
    margin-top: 25px;
}
@media only screen and (max-width: 480px){
    #sidebar-wrapper{
        width: 100%;
    }
}
.section-inicio{
    height: 700px;
    position: relative;
    overflow: hidden;
}
.section-inicio .container{
    max-width: 1000px;
    margin: 0 auto;
}
.img-central{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.img-central.banner-fixed{
    background-attachment: fixed;
}
.section-inicio::before{
    content:'';
    display: block;
    width:100%;
    height: 100%;
    background: #000;
    position: absolute;
    top:0;
    left:0;
    opacity: 0.1;
    z-index: 1;
}
.section-inicio .box-datos{
    height: 600px;
    border-right: 1px solid rgb(255, 255, 255, 0.5);
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    max-width: 400px;
    text-align: right;
    padding-right: 20px;
    z-index: 3;
    position: relative;
    padding-top: 45px;
}
.box-datos .titulo{
    margin: 0;
    font-family: 'Cormorant Garamond';
    font-weight: 300;
    color: #f1eeeb;
    font-size: 60px;
}
.box-datos .boton {
  width: 400px;
  height: 70px;
  background-color: #B1A89C;
  color: #fff;
  margin-top: 20px;
  display: block;
  font-family: 'Cormorant SC';
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  padding-top: 15px;
  text-transform: uppercase;
}
.section-pregunta .container{
    max-width: 632px;
    padding-top:70px;
    padding-bottom: 50px;
    text-align: center;
}
.title-unico{
    font-family: 'Be Vietnam';
    font-size: 16px;
    color: #9F9387;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 300;
}
.section-inspiracion h3.title-unico,
.section-categorias h3.title-unico,
.section-lanzamientos h3.title-unico {
  font-family: 'Cormorant SC';
  font-size: 36px;
  margin-bottom: 50px;
}
.section-lanzamientos h3.title-unico {
  margin-bottom: 25px;
}
.section-inspiracion h3.title-unico {
  font-size: 42px;
}
.title-unico a {
    color: #9F9387;
}
.section-pregunta .box-parrafo p{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #A79165;
    line-height: 1.2;
}
.section-testimonios{
    height: 620px;
    position: relative;
}
.section-testimonios .container{
    max-width: 1000px;
    padding: 80px 0;
    text-align: center;
}
.section-testimonios .title-unico{
    color: white;
    margin-bottom: 60px;
}
.section-testimonios .title-unico::before {
    background: white;
}
.section-testimonios .box-trio {
    margin: 0 auto;
    padding: 10px 30px;
    text-align: center;
    width: 310px;
}
.section-testimonios .img-circle{
    height: auto;
    width: 100%;
    max-width: 145px;
    padding-bottom: 26px;
    border-radius: 110px;
    margin: 0 auto;
}
.section-testimonios .box-trio p{
    font-size: 18px;
    font-weight: 100;
    color: white;
    line-height: 1.2;
    margin: 0;
}
.section-testimonios .box-trio h2{
    font-size: 13px;
    font-weight: 400;
    color: white;
    letter-spacing: 2px;
    padding-top:25px;
}
.dots-part1 .slick-dots{
    bottom: -15%;
}
.dots-part1 .slick-dots li button::before,
.show-mobile,
.ver-mas.show-mobile,
span.wpcf7-spinner {
    display: none;
}
.dots-part1 .slick-dots li{
    margin: 0px 2px;
}
.dots-part1 .slick-dots button{
    width: 10px;
    border-radius: 30px;
    height: 10px;
    background: #ffffff54;
    border: 1px solid white;
}
.dots-part1 .slick-dots li:hover button,
.dots-part1 .slick-dots .slick-active button{
    background: white;
}
.section-historia{
  background: #E3E0DD;
  padding: 40px 0;
}
.section-historia .container{
    max-width: 900px;
    padding: 60px 0;
}
.section-historia h4 {
    color: #9F9387;
    font-family: 'Cormorant Garamond';
    font-size: 32px;
    padding: 120px 0 0 40px;
}
.section-historia p {
    color: #9F9387;
    padding-left: 40px;
    font-family: 'Be Vietnam';
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    max-width: 350px;
}
.section-historia .col-imagen {
  padding: 0 70px;
}
.section-historia  .box-duo{
    padding:20px;
}
.box-duo .img-x2{
    padding: 10px 0;
    border-radius: 120px;
}
.box-duo p{
    font-size: 18px;
    font-weight: 300;
    color: #A79165;
    line-height: 1.2;
    padding-top: 25px;
    margin: 0;
}
.footer-bgn{
  background: #E3E0DD;
  padding: 20px 0;
}
.redes-sociales {
  text-align: right;
  margin: 10px 0 0;
}
.redes-sociales li {
  display: inline-block;
  margin-right: 12px;
}
.redes-sociales li a {
  background: #9F9387;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 17px;
  padding-top: 2px;
}
footer span {
  color: #9F9387;
  font-family: 'Cormorant SC';
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.footer-bgn .container-footerx1{
    max-width: 800px;
    padding: 60px 0 50px;
    text-align: center;
}
.footer-bgn .title-unico{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-bgn .title-unico::before {
    bottom: 0;
    height: 1px;
    width: 54px;
    top: -30px;
    left: 50% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.footer-link{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #A79165;
}
.lista-footer li{
    display: inline-block;
    padding: 10px 20px;
}
footer .img-logox3 {
    max-width: 45px;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 3px;
    left: 20% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
footer .footer-linkx2{
    font-size: 18px;
    font-weight: 400;
    color: #A79165 !important;
    margin: 0 auto;
    margin-top: 15px;
    display: table;
}
footer .lista-footer{
    position: absolute;
    left: 80% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    bottom: -8px;
    width: 150px;
}
footer .lista-footer a{
    text-decoration: none;
    color: #A79165;
}
footer .lista-footer img{
    max-width: 32px;
    width: 100%;
    height: auto;
}
.container-footerx2{
    background: #BFB4A6;
    padding: 20px 0;
}
.section-rentals{
    height: 250px;
    position: relative;
}
.section-listado{
    background: #F0EEEB;
}
.section-listado .container{
    max-width: 1060px;
    text-align: center;
}
.list-img li{
    display: inline-block;
    vertical-align: top;
}
.espace-list{
    padding: 5px 10px;
    display: block;

    text-align: center;
    margin: 0 8px;
}
.espace-list .img-list{
    width: 85px;
    height: 85px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
}
.espace-list .box-boder{
    border-radius: 60px;
    padding: 7px;
    border: 2px solid transparent;
}
.section-lanzamientos .espace-list .box-boder,
.section-categorias .espace-list .box-boder {
    height: 300px;
    border-radius: 0;
    padding: 0;
    margin-bottom: 24px;
}
.section-lanzamientos .espace-list .box-boder {
  background: #fff;
}
.section-lanzamientos .espace-list .box-boder .img-fluid,
.section-categorias .espace-list .box-boder .img-fluid {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.espace-list .title-unicox2 {
    color: #A79165;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 auto 7px;
    font-family: 'Cormorant SC';
    display: block;
}
.section-listado .item.activo .box-boder{
    border: 2px solid #A79165;
}
.espace-list .title-unicox2::before{
    content: "";
    display: block;
    left: 50% !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    bottom: -2px;
    position: absolute;
    background: #A79165;
    height: 2px;
    width: 35px;
    top: auto;
    opacity: 0;
}
.section-listado .item.activo .title-unicox2::before{
    opacity: 1;
}
.section-collection{
    background: white;
}
.section-collection .container{
    margin: 40px 0 10px;
    border-top: 2px solid #A79165;
    text-align: center;
}
.section-collection .title-duos{
    background: white;
    max-width: 300px;
    margin: 0 auto;
    margin-top: -15px;
}
.title-duos h2{
    font-family: 'MADE Mirage';
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #A79165;
    letter-spacing: 2px;
}
.title-duos h6{
    text-transform: uppercase;
    color: #A79165;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
}
.section-royal{
    background: white;
}
.section-royal .container{
    padding: 20px 0 80px;
    text-align: center;
}
.section-royal .list-sillas{
    padding: 8px 20px;
}
.section-royal .list-sillas img {
    padding: 5px 0 10px;
    max-width: 200px;
    max-height: 285px;
}
.section-royal .box-royal{
    padding: 20px 10px;
}
.section-royal .title-unico{
    font-size: 12px;
    text-transform: uppercase;
    color: #A79165;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-royal .box-royal h4{
    font-size: 13px;
    color: #A79165;
    font-weight: 300;
    margin-bottom: 2px;
}
.section-royal .box-royal h5{
    font-size: 11px;
    color: #A79165;
    font-weight: 700;
    padding: 15px 0 10px;
    margin: 0;
}
.btn-greyx1{
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    padding: 6px 14px;
    border: 1px solid #bfb4a6;
    background: #bfb4a6;
    font-weight: 700;
    transition: all 0.4s;
    padding-top: 8px;
}
.btn-greyx1:hover{
    background:white;
    color: #bfb4a6;
}



.section-event{
    height: 700px;
    position: relative;
}



.section-galeria{
    background: #F0EEEB;
}
.section-galeria .container{
    max-width: 1000px;
    padding: 50px 0 30px;
}
.section-galeria .box-titlex2{
    max-width: 600px;
    margin: 0 auto;
}
.section-galeria .box-titlex2 p{
    text-align: center;
    color: #A79165;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding-bottom: 30px;
}
.list-imgx2 {
    text-align: center;
}
.list-imgx2 li{
    display: inline-block;
    padding: 10px;
    margin: 5px 8px;
    vertical-align: top;
}
.espace-listx2 .box-boderx2{
    border-radius: 90px;
    padding: 10px;
    border: 2px solid transparent;
    margin-bottom: 20px;
}
.espace-listx2 .img-listx2{
    max-width: 150px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}
.espace-listx2 .title-unico{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family:Josefin Sans;
}
.espace-listx2 .title-unico::before{
    left: 25%;
    bottom: -75%;
    height: 3px;
    width: 85px;
    background: transparent;
}
.section-galeria .itemx2.activox2 .box-boderx2{
    border: 2px solid #A79165;
}
.section-galeria .itemx2.activox2 .title-unico{
    font-weight: 700;
}
.section-galeria .itemx2.activox2 .title-unico::before{
    background: #A79165;
}





.section-formulario{
    background: #342f2d;
}
.section-formulario .container{
    max-width: 620px;
    padding: 80px 0 70px;
}
.section-formulario .title-unico{
    color: white;
    font-weight: 200;
    font-size: 21px;
}
.section-formulario .title-unico::before{
    background: white;
}
.section-formulario .box-titlex3 p{
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
}
.section-formulario .form-list{
    margin: 4px 10px 10px;
}
.section-formulario .form-list h6{
    font-size: 9px;
    color: white;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.section-formulario .form-medida{
    width: 100%;
    color: black;
    padding: 5px 8px;
    border: 1px solid #342f2d;
}
.section-formulario .form-medidax2{
    height: 100px;
    width: 100%;
    color: black;
    padding: 5px 8px;
    border: 1px solid #342f2d;
}
.section-formulario .form-espace{
    text-align: center;
    margin-top: 30px;
}
.section-formulario .form-link{
    font-size: 10px;
    text-transform: uppercase;
    color: #A79165;
    padding: 8px 24px;
    padding-top: 10px;
    border: 1px solid #342f2d;
    background: white;
    font-weight: 600;
    transition: all 0.4s;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
}
.form-link:hover{
    border: 1px solid #A79165;
    background: #342f2d;
    color: #A79165;
}




.section-chair{
    background: white;
}
.section-chair .container{
    max-width: 1070px;
    padding: 10px 0 20px;
}
.section-chair .box-flecha{
    display: table;
    position: relative;
    left: 0;
}
.box-flecha a{
    font-size: 16px;
    font-weight: 300;
    color: #A79165;
}
.section-chair .img-flecha{
    padding-right: 5px;
}
.section-chair .royal-espace{
    max-width: 600px;
    margin: 0 auto;
    padding: 5px;
}
.royal-espace h4{
    font-family: 'MADE Mirage';
    color: #A79165;
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 5px;
    letter-spacing: 1px;
  text-decoration: underline;
  text-align: center;
}
.royal-espace p{
    color: #A79165;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.slider-decorations{
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0 2px;
    position: relative;
    width: 100%;
}
.slider-decorations .box-decorations{
    height: 455px;
    width: 100%;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.slider-decorations .img-100,
.slider-decorationsx2 .img-100{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slider-decorations .arrow-left{
    position: absolute;
    top: 50%;
    left: -40px;
    cursor: pointer;
    padding: 0 15px;
    z-index: 5;
}
.slider-decorations .arrow-right{
    position: absolute;
    top: 50%;
    right: -40px;
    cursor: pointer;
    padding: 0 15px;
    z-index: 5;
}
.slider-decorations .arrow-left i,
.slider-decorations .arrow-right i{
    font-size: 30px;
    color:#A79165;
}
.slider-decorationsx2{
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0 2px;
}
.slider-decorationsx2 .box-decorationsx2{
    height: 150px;
    width: 100%;
    padding: 8px;
}
.btn-cat,
.ver-mas,
.btn-ver-mas,
.contacto .wpcf7-submit {
  width: 220px;
  height: 40px;
  border: 1px solid #9F9387;
  border-radius: 0;
  color: #9F9387;
  font-family: 'Cormorant SC';
  font-size: 17px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}
.btn-ver-mas {
  max-width: 170px;
  font-size: 14px;
  height: 35px;
  margin: 20px auto 0;
}
.btn-cat:hover,
.ver-mas:hover,
.btn-ver-mas:hover,
.contacto .wpcf7-submit {
  background: #9F9387;
  color: #fff;
}
.contacto .wpcf7-submit {
  padding-top: 3px;
}
.box-precio {
    max-width: 284px;
    margin:0 auto;
    padding: 20px 0 5px 0;
}
.box-precio .bottom-grey{
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    color: white;
    padding: 6px 10px;
    padding-top: 10px;
    border: 1px solid #9F9387;
    background: #9F9387;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 6px;
    transition: all 0.4s;
}
.bottom-grey:hover{
    background: #F0EEEB;
    color: #9F9387;
}
.box-precio h5{
    color:#A79165;
    font-size: 14px;
    font-weight: 200;
    margin: 0;
    text-align: center;
}
.section-medidas{
    background: #F0EEEB;
    min-height: 240px;
}
.section-medidas .container{
    max-width: 650px;
    padding: 45px 0;
}
.section-medidas .title-unico{
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}
.section-medidas .title-unico::before {
    left: 15% !important;
    width: 30%;
    bottom: -10px;
    height: 2px;
}
.section-medidas .box-medida{
    padding: 5px 30px;
}
.section-medidas .box-medida h4{
    color:#A79165;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 3px;
}
.slider-decorationsx2 .bg-img{
    width: 98%;
    height: 140px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}
.section-sillas{
    background: white;
}
.section-sillas .container{
    max-width: 600px;
    padding: 35px 0 60px;
}
.section-sillas .parrafo-unico{
    color:#A79165;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 2px;
}
.slider-espacex1{
    text-align: center;
    padding: 10px 2px;
}
.slider-espacex1 .slider-duos{
    height: 225px;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.slider-espacex1 .img-100x2{
    width: auto;
    margin: 0 auto;
    max-width: 145px;
}
.dots-part2 .slick-dots{
    bottom: -15%;
}
.dots-part2 .slick-dots li button::before{
    display: none;
}
.dots-part2 .slick-dots li{
    margin: 0px 2px;
}
.dots-part2 .slick-dots button{
    width: 10px;
    border-radius: 30px;
    height: 10px;
    background: #F0EEEB;
    border: 1px solid #bfb4a6;
}
.dots-part2 .slick-dots li:hover button,
.dots-part2 .slick-dots li.slick-active button{
    background: #bfb4a6;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #9F9387;
  padding: 7px 11px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: rgb(159 147 135 / 38%);
}
.section-galeria .box-flecha{
    top: -15px;
}
.section-galeria .title-unico{
    text-align: left;
    margin-bottom: 25px;
    position: relative;
}
.section-galeria .title-unico::before{
    left: 50px !important;
    width: 100px;
    height: 2px;
    bottom: -12px;
}
.section-galeria .slider-decorations{
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0 2px;
    margin-bottom: -10px;
}
.section-galeria .slider-decorations .box-decorations{
    height: auto;
    width: 100%;
}
.section-galeria .slider-decorationsx2{
    max-width: 610px;
    margin: 0 auto;
    padding: 10px 0 0px;
    margin-top: 5px;
}
.slider-decorationsx2 .box-decorationsx2{
    height: 150px;
    width: 100%;
    padding: 4px;
}
.section-galeria .slider-decorations .img-100,
.section-galeria .slider-decorationsx2 .img-100{
    width: auto;
    height: 100%;
}
.section-galeria .arrow-leftx2{
    position: absolute;
    top: 38%;
    left: 18%;
    cursor: pointer;
}
.section-galeria .arrow-rightx2{
    position: absolute;
    top: 38%;
    right: 18%;
    cursor: pointer;
}
.section-galeria .arrow-leftx2 i,
.section-galeria .arrow-rightx2 i{
    font-size: 32px;
    color:#A79165;
}
.section-galeria .box-precio{
    max-width: 295px;
    padding: 30px 0;
}
.section-galeria .box-precio .bottom-grey{
    margin: 0;
}
.section-testimonios .circle-img{
    width:148px;
    height: 148px;
    border-radius: 50%;
    margin:  0 auto;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}
.section-historia .circle-img{
    width:215px;
    height: 215px;
    border-radius: 50%;
    margin:  0 auto;
    background-position: center;
    background-size: cover;
    margin-bottom: 25px;
}
@media only screen and (max-width: 1150px){
    #mainNav .list-nav-left li,
    #mainNav .list-nav-right li {
        margin: 0 15px;
    }
}
#mainNav #menu-hamguersa {
    display: none;
    cursor: pointer;
    position: absolute;
    max-width: 32px;
    top: 26px;
    left: 20px;
}
.slider-lanzamientos .slick-dots button {
    background: rgb(159 147 135 / 48%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 10px;
}
.slider-lanzamientos .slick-dots button:before {
  display: none;
}
.slider-lanzamientos .slick-dots .slick-active button {
  background: rgb(159 147 135 / 100%);
}
.section-crea {
    height: 600px;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 1050px){
    #mainNav .list-nav-left,
    #mainNav .list-nav-right{
        display: none;
    }
    #mainNav .list-social-nav .head-search {
        display: none;
    }
    #mainNav .list-social-nav .head-whatsapp {
      display: block;
      margin: -0 10px 0 0;
    }
    #mainNav .list-social-nav .head-whatsapp img {
      max-width: 24px !important;
    }
    #mainNav .container{
        padding-bottom: 0;
    }
    body {
        padding-top: 75px;
    }
    #mainNav #menu-hamguersa{
        display: inline-block;
    }
}
@media only screen and (max-width: 1080px){
    .section-inicio .box-datos{
        left: -5%;
    }
}
@media only screen and (max-width: 991px){
    .section-testimonios .container{
        max-width: 700px;
    }
    .section-inicio{
        height: 580px;
    }
    .section-inicio .box-datos{
        height: 500px;
    }
}
@media only screen and (max-width: 700px){
    footer .lista-footer{
        position: relative;
        left: 50% !important;
    }
    footer .img-logox3 {
        bottom: -50px;
        left: 50% !important;
    }
    .footer-bgn .container-footerx1 {
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 480px){
    .section-inicio .box-datos {
        left: -3%;
    }
    .section-inicio .box-datos .titulo {
        font-size: 28px;
    }
}
.section-rentals .img-central{
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 991px){
    .section-royal .col-4{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section-royal .list-sillas {
        padding: 8px 10px;
    }
    .section-royal .container {
        max-width: 600px;
    }
    .section-rentals {
        height: 165px;
    }
}
@media only screen and (max-width: 560px){
    .section-royal .col-4{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-royal .container {
        max-width: 350px;
    }
    .section-royal .list-sillas {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px){
    .section-royal .list-sillas {
        padding: 8px 5px;
    }
    .section-collection .title-duos {
        max-width: 285px;
    }
    .section-rentals {
        height: 120px;
    }
}
@media only screen and (max-width: 991px){
    .section-listado .container {
        max-width: 800px;
    }
}
@media only screen and (max-width: 600px){
    .espace-list .img-list {
        width: 75px;
        height: 75px;
    }
    .espace-list {
        margin: 0;
        padding: 0;
    }
}
.slider-decorationsx2 .slick-slide{
    cursor: pointer;
}
@media only screen and (max-width: 650px){
    .section-sillas {
        padding: 0 15px;
    }
    .section-chair .royal-espace {
        padding: 5px 16px;
        margin-top: 15px;
    }
    .royal-espace h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px){
    .section-sillas .parrafo-unico{
        text-align: center;
    }
    .section-medidas .box-medida {
        padding: 5px 20px;
    }
}
@media only screen and (max-width: 1080px){
    .section-chair .box-flecha {
        left: 10px;
    }
}
@media only screen and (max-width: 600px){
    .section-chair .container {
        max-width: 400px;
    }
    .slider-decorationsx2 .bg-img {
        width: 98%;
        height: 105px;
    }
    .slider-decorations .slick-arrow{
        display: none !important;
    }
    .slider-decorations .img-100{
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: none;
    }
    .slider-decorations .box-decorations{
        height: auto;
    }
    .section-collection {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 650px){
    .section-formulario .col-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-formulario .container {
        padding-left: 7px;
        padding-right: 7px;
        max-width: 420px;
    }
    .section-formulario .box-titlex3{
        padding: 0 10px;
    }
}
@media only screen and (max-width: 480px){
    .section-formulario .title-unico {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.5;
    }
}
.section-galeria .img-bg-circle{
    height: 149px;
    width: 149px;
    margin: 0 auto;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.section-galeria .itemx2 .title-unico{
    text-align: center;
}
.section-galeria .itemx2 .title-unico::before,
.box-title.box-center .title-unico::before{
    left: 50% !important;
}
.box-title.box-center .title-unico{
    text-align: center !important;
}
@media only screen and (max-width: 480px){
    .listado-galeria .list-imgx2 li {
        margin-bottom: -15px;
    }
}
@media only screen and (max-width: 600px){
    .listado-galeria .box-titlex2 {
        padding: 0 15px;
    }
}
.btn-evento{
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    padding-top: 10px;
    border: 1px solid #c1b4a3;
    background: #c1b4a3;
    font-weight: 600;
    transition: all 0.4s;
    text-align: center;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 34px;
    letter-spacing: 1px;
    display: inline-block;
}
.btn-evento:hover{
    background: #fff;
    color: #A79165;
}
.section-inicio .box-datos p{
    color: #f1eeeb;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
}
.section-inicio .box-datos .subtitulo {
    font-family: 'MADE Mirage';
    color: #f1eeeb;
    font-size: 28px;
    margin-bottom: 16px;
}
.archive .woocommerce-breadcrumb,
.single .woocommerce-breadcrumb {
  display: none;
}
.section-royal .list-sillas {
  padding: 0;
}
.woocommerce .product .button {
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  padding: 6px 14px;
  border: 1px solid #bfb4a6;
  background: #bfb4a6;
  font-weight: 700;
  transition: all 0.4s;
  padding-top: 8px;
}
.woocommerce div.product .bottom-grey p.price {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.list-sillas a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .list-sillas a img {
  margin: 0;
  max-width: 100%;
}
.list-sillas a:hover .second-image {
  opacity: 1;
}
.list-sillas a .second-image {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s;
}
.slider-decorationsx2 .slick-track {
  transform: initial !important;
}
.slider-decorations .box-decorations {
  display: flex;
  align-items: center;
}
.slider-relacionados h4 a {
  color: #bfb4a6;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0;
  display: block;
}
.espace-list .box-boder .img-list {
  margin: 0 auto;
}
.slider-categorias {
  max-width: 600px;
  margin: 0 auto !important;
}
.catalogo #sidebar,
.catalogo #primary {
  display: inline-block;
  vertical-align: top;
}
.catalogo #sidebar {
  width: 24%;
  padding-right: 20px;
  text-align: left;
}
.catalogo #primary {
  width: 75%;
}
#sidebar h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #947a46;
  font-weight: bold;
  font-size: 36px;
}
.customcheck {
  margin-bottom: 20px;
}
.customcheck h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #947a46;
}
.customcheck .customcheck {
  display: block;
  font-weight: 100;
  color: #947a46;
}
#sidebar .btn {
  background: #9F9387;
  border: 0;
  padding: 10px;
  display: block;
  max-width: 80%;
  width: 100%;
  border-radius: 0;
}
.home-banner .slick-slide {
  height: calc(100vh - 140px);
  min-height: 600px;
}
.box-datos .titulo {
  margin-top: 30vh;
}
.woocommerce .woocommerce-result-count {
  font-family: 'MADE Mirage';
  color: #947a46;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #A79165;
  font-weight: 100;
  font-size: 14px;
}
.woocommerce ul.products li.product h3 {
  padding: 0px 2px 5px;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .woocommerce-ordering select {
  color: #AB915E;
  width: 220px;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-right: 7.8%;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 24.75%;
}
.woocommerce div.product div.summary {
  text-align: left;
}
.precio {
  color: #AB915E;
  font-size: 18px;
  font-weight: 100;
}
.title-unico a {
  color: #AB915E;
  font-size: 26px;
}
.combinalos-slide .title-unico a,
.recomendados-slide .title-unico a {
  font-size: 20px;
}
.combinalos-slide .btn-ver-mas,
.recomendados-slide .btn-ver-mas {
  display: none;
}
.recomendados-slide > li {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}
.customcheck {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
  color: #AB915E;
}
.customcheck input[type=checkbox] {
  visibility: hidden;
}
.checkcolor {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #AB915E;
}
.customcheck input:checked ~ .checkcolor {
  background-color: #AB915E;
}
.checkcolor:after {
  content: "";
  position: absolute;
  display: none;
}
.sidebar-filtro {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 50px;
}
.breadcrumb li {
  padding-right: 10px;
}
.breadcrumb a {
  color: #C1B4A4;
}
.breadcrumb li.active a {
  color: #AB915E;
}
.breadcrumb li:after {
  content: '/';
  color: #C1B4A4;
  padding-right: 5px;
  margin-left: 12px;
}
.breadcrumb li.active:after {
  display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #C1B4A4;
  font-weight: 100;
}
.woocommerce div.product .description {
  color: #AB915E;
  font-weight: 100;
}
.woocommerce div.product h6 {
  color: #AB915E;
}
.single-whatsapp {
  background: #F0EEEB;
  color: #C1B4A4;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  border: 1px solid #C1B4A4;
  margin-top: 30px;
}
a:hover {
  color: #AB915E;
}

.slider-nav .bg-img{
  height: 120px;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}
.slider-nav .slick-slide{
  margin-bottom: 4px;
}
.slider-nav{
  position: relative;
  top: 0;
}
.block-nav-single {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    display: inline-block;
    position: relative;
    max-height: 410px;
}
.block-content-single {
    padding-left: 5px;
    -ms-flex: 0 0 87%;
    flex: 0 0 87%;
    max-width: 87%;
    display: inline-block;
}
.block-content-single .box-product {
    max-width: 680px;
    min-height: 200px;
  position: relative;
}
.columna-a {
    float: left;
    width: 55%;
}
.woocommerce-page div.product div.summary {
  width: 43%;
}
.slider-butrich img {
  margin: 0 auto;
}
.section-royal .list-sillas img {
  margin: 0 auto;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 50%;
  background: #F0EEEB;
  color: #AB915E;
  text-transform: uppercase;
  border-color: #AB915E !important;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #AB915E;
  display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.add_to_cart_button {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-top: 50px;
}
.section-royal .title-unico {
  font-weight: 300;
}
a.add_to_wishlist {
  color: #c1b4a4;
}
.product .yith-wcwl-add-to-wishlist {
  margin-top: -10px;
}
.yith-wcwl-wishlistaddedbrowse span {
  display: block;
  color: #c1b4a4;
}
.page-content {
  padding: 70px 0;
}
footer .container {
  max-width: 100%;
}
#mainNav .img-logox1 {
  max-width: 372px;
}
.archive .woocommerce-breadcrumb,
.single .woocommerce-breadcrumb {
  display: none;
}
.section-royal .list-sillas {
  padding: 0;
}
.woocommerce .product .button {
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  padding: 6px 14px;
  border: 1px solid #bfb4a6;
  background: #bfb4a6;
  font-weight: 700;
  transition: all 0.4s;
  padding-top: 8px;
}
.woocommerce div.product .bottom-grey p.price {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.list-sillas a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product .list-sillas a img {
  margin: 0;
  max-width: 100%;
}
.list-sillas a:hover .second-image {
  opacity: 1;
}
.list-sillas a .second-image {
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .5s;
}
.slider-decorationsx2 .slick-track {
  transform: initial !important;
}
.slider-decorations .box-decorations {
  display: flex;
  align-items: center;
}
.slider-relacionados h4 a {
  color: #bfb4a6;
  font-weight: 300;
  font-size: 20px;
  padding: 10px 0;
  display: block;
}
.espace-list .box-boder .img-list {
  margin: 0 auto;
}
.slider-categorias {
  max-width: 600px;
  margin: 0 auto !important;
}
.slider-categorias-home {
  max-width: 900px;
  margin: 30px auto 0 !important;
}
.catalogo #sidebar,
.catalogo #primary {
  display: inline-block;
  vertical-align: top;
}
.catalogo #sidebar {
  width: 24%;
  padding-right: 20px;
  text-align: left;
}
.catalogo #primary {
  width: 75%;
}
.section-royal .container.catalogo {
  padding: 50px 20px 10px;
}
#sidebar h3 {
  margin-bottom: 30px;
  color: #947a46;
  font-size: 30px;
  font-weight: 400;
  text-transform: lowercase;
}
.customcheck {
  margin-bottom: 20px;
}
.customcheck h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #947a46;
}
.customcheck .customcheck {
  display: block;
  font-weight: 100;
  color: #947a46;
}
.home-banner .slick-slide {
  height: calc(100vh - 108px);
  background-size: cover;
}
.box-datos .titulo {
  margin-top: 30vh;
}
.woocommerce .woocommerce-result-count {
  font-family: 'Josefin Sans';
  color: #947a46;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
  color: #A79165;
  font-weight: 100;
  font-size: 14px;
}
.woocommerce ul.products li.product h3 {
  padding: 0px 2px 5px;
}
.woocommerce .woocommerce-ordering select {
  color: #AB915E;
  width: 220px;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
}
.contacto figure {
  height: 100%;
  margin: 0;
  background-size: cover;
  background-position: center;
}
.woocommerce div.product .product_title,
.recomendados h2,
.contacto h1 {
  color: #AB915E;
  font-family: 'Cormorant SC';
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 100;
}
.slider-recomendados {
  margin-bottom: 60px !important;
}
.woocommerce ul.slider-recomendados {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.slider-recomendados .slick-next:before,
.slider-recomendados .slick-prev:before {
  font-family: 'FontAwesome';
  color: #bfb4a6;
  font-size: 50px;
  opacity: 1;
}
.slider-recomendados .slick-prev:before {
  content: "\f104";
}
.slider-recomendados .slick-next:before {
  content: "\f105";
}
.woocommerce div.product div.summary {
  text-align: left;
}
.precio {
  color: #AB915E;
  font-size: 14px;
  font-weight: 300;
}
.title-unico a {
  color: #AB915E;
  font-size: 20px;
  font-weight: 400;
}
.products .title-unico a {
  font-family: 'Cormorant SC';
  font-size: 16px;
}
.combinalos-slide .title-unico a,
.recomendados-slide .title-unico a {
  font-size: 20px;
}
.combinalos-slide .btn-ver-mas,
.recomendados-slide .btn-ver-mas {
  display: none;
}
.recomendados-slide > li {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
}
.customcheck {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: 'Cormorant SC';
  font-size: 14px;
  font-weight: 100;
  color: #9F9387;
  line-height: 12px;
}
.customcheck input[type=checkbox] {
  visibility: hidden;
}
.checkcolor {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #9F9387;
}
.customcheck input:checked ~ .checkcolor {
  background-color: #AB915E;
}
.checkcolor:after {
  content: "";
  position: absolute;
  display: none;
}
.sidebar-filtro {
  margin-bottom: 10px;
  max-width: 80%;
}
.sidebar-filtro h5 {
  color: #AB915E;
  font-weight: 400;
  font-family: 'Cormorant SC';
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}
.breadcrumb {
  padding: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 50px;
}
.breadcrumb li {
  padding-right: 10px;
}
.breadcrumb a {
  color: #C1B4A4;
}
.breadcrumb li.active a {
  color: #AB915E;
}
.breadcrumb li:after {
  content: '/';
  color: #C1B4A4;
  padding-right: 5px;
  margin-left: 12px;
}
.breadcrumb li.active:after {
  display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #C1B4A4;
  font-weight: 100;
}.woocommerce div.product .summary p.price {
    font-weight: 400;
    color: #AB915E;
}
.woocommerce div.product .description {
  font-weight: 100;
}
.woocommerce div.product .description .amarillo {
  color: #AB915E;
}
.woocommerce div.product h6 {
  color: #AB915E;
}
.combinalos-slide .button {
  display: none !important;
}
.single-whatsapp {
  background: #F0EEEB;
  color: #C1B4A4;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  border: 1px solid #C1B4A4;
  margin-top: 30px;
}
a:hover {
  color: #AB915E;
}

.slider-nav .bg-img{
  height: 120px;
  width: 120px;
  background-position: center;
  background-size: cover;
  margin-bottom: 5px;
}
.slider-nav .slick-slide{
  margin-bottom: 4px;
}
.slider-nav{
  position: relative;
  top: 0;
}
.block-nav-single {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    display: inline-block;
    position: relative;
    max-height: 410px;
}
.block-content-single {
    padding-left: 5px;
    -ms-flex: 0 0 87%;
    flex: 0 0 87%;
    max-width: 87%;
    display: inline-block;
}
.block-content-single .box-product {
    max-width: 680px;
    min-height: 200px;
  position: relative;
}
.columna-a {
    float: left;
    width: 55%;
}
.woocommerce-page div.product div.summary {
  width: 43%;
}
.slider-butrich img {
  margin: 0 auto;
}
.section-royal .list-sillas img {
  margin: 0 auto;
  display: inline-block;
}
.summary .btn-ver-mas {
  margin: 20px 0 0;
  background: #9F9387;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  width: 50%;
  background: #F0EEEB;
  color: #AB915E;
  text-transform: uppercase;
  border-color: #AB915E !important;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #AB915E;
  display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}
.add_to_cart_button {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-top: 50px;
}
.section-royal .title-unico {
  font-weight: 300;
}
a.add_to_wishlist,
.feedback {
  color: #c1b4a4;
}
.product .yith-wcwl-add-to-wishlist {
  margin-top: -10px;
}
.yith-wcwl-wishlistaddedbrowse span {
  display: block;
  color: #c1b4a4;
}
.page-content {
  padding: 70px 0;
}
footer .container {
  max-width: 100%;
}
#mainNav .img-logox1 {
  max-width: 240px;
}
#mainNav .container {
  padding: 24px 20px 0;
}
#mainNav {
  height: 95px;
}
#mainNav .list-social-nav {
  top: 32px;
}
.admin-bar #mainNav {
  margin-top: 32px;
}
.page-template-template-contacto {
  color: #A79165;
}
.contacto .wpcf7-text,
.contacto .wpcf7-textarea {
  width: 100%;
  margin-bottom: 15px;
  background: rgb(225 222 219 / 20%);
  border: 0;
  height: 36px;
  color: #AFA69A;
  padding-left: 10px;
  font-family: 'Cormorant SC';
}
.contacto .wpcf7-text::placeholder,
.contacto .wpcf7-textarea::placeholder {
  color: #AFA69A;
}
.contacto textarea.wpcf7-textarea {
  height: 160px;
}
.page-template-template-contacto .page-content {
  text-align: center;
  font-size: 1.3em;
  padding-top: 100px;
}
.contacto article {
  padding: 100px 0;
}
.contacto article, .contacto article a {
  color: #A79165;
  font-family: 'Be Vietnam';
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
}
.contacto .wpcf7-form {
  max-width: 500px;
}
.yith-wcwl-wishlistexistsbrowse a,
.home-banner .slick-arrow,
#sidebar .close,
.filtro-mobile {
  display: none;
}
#sidebar .btn {
  background: #C1B4A4;
  border: 0;
  padding: 10px 10px 5px;
  display: block;
  max-width: 80%;
  width: 100%;
  border-radius: 0;
}
#sidebar .btn.btn-secondary {
  margin-top: 10px;
  color: #C1B4A4;
  border: 1px solid #C1B4A4;
  background: #fff;
}
.yith-wcwl-wishlistaddedbrowse a {
  color: #c1b4a4;
}
.categoria-limpiar {
  color: #947a46;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}
.mobile-filtrados {
  padding: 0;
}
.mobile-filtrados li {
  display: none;
  margin: 0 5px;
  font-size: 12px;
  background: #c1b4a4;
  color: #fff;
  padding: 6px 7px 3px;
}
.page-template-template-links {
  background: #f4f0ed;
}
.links {
  max-width: 400px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.links .logo img {
  width: 200px;
}
.links .share {
  right: 20px;
  position: absolute;
  top: 10px;
  font-size: 30px;
  color: #333;
}
.enlaces {
  padding: 0;
}
.enlaces li {
  display: block;
  background: #fff;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.enlaces li a {
  text-decoration: none;
  color: #333;
  font-family: 'Josefin Sans';
}
.slider-categorias-home2 {
  max-width: 1020px;
  text-align: center;
  display: inline-block;
  padding: 30px 0 !important;
}
.section-categorias {
  padding: 120px 0 150px;
}
.section-inspiracion {
  padding: 80px 0 100px;
}
.section-inspiracion .espace-list {
  margin: 0;
  padding: 0;
}
.section-inspiracion .col-md-4 {
  padding: 0;
}
.section-inspiracion .espace-list .box-boder {
  padding: 3px;
  height: 550px;
  margin-bottom: 15px;
}
.section-inspiracion .espace-list .box-boder .img-fluid {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.redes-sociales li a:hover {
  color: #f1dfcc;
}
@media (max-width: 600px) {
  .mobile-filtrados li {
    display: inline-block;
  }
  .catalogo #sidebar,
  .woocommerce-result-count,
  #mainNav .content-right,
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .filtro-mobile {
    display: block;
    font-family: 'Cormorant SC';
    width: 100px;
    text-transform: uppercase;
    color: #ab915e;
    float: left;
    text-align: left;
    text-decoration: underline;
  }
  .filtro-mobile:after {
    content: '+';
    font-size: 28px;
    display: inline-block;
    font-weight: 100;
    margin-left: 6px;
    line-height: 10px;
    display: none;
  }
  .section-royal .container.catalogo {
    padding: 15px 0;
  }
  .catalogo #primary,
  .columna-a,
  .columna-b,
  .woocommerce-page div.product div.summary {
    width: 100%;
    padding: 0;
  }
  #mainNav {
    height: 75px !important;
    margin-top: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    font-size: 13px;
  }
  .title-unico a {
    font-size: 14px;
    font-weight: 400;
  }
  .section-royal .box-royal {
    padding: 10px 0 0;
  }
  .catalogo #sidebar {
    width: 100%;
    position: absolute;
    z-index: 9;
    background: #fff;
    padding-bottom: 30px;
  }
  #sidebar .close {
    padding: 10px;
    color: #947a46;
    font-size: 30px;
    display: block;
  }
  #sidebar-wrapper .logo {
    max-width: 80%;
  }
  .block-content-single {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .slider-nav .slick-slide {
    width: 80px !important;
    height: 80px;
    margin: 5px !important;
  }
  .slider-nav .bg-img {
    width: 80px;
    height: 80px;
  }
  .block-mobile-single,
  .breadcrumb {
    margin-bottom: 30px;
  }
  .columna-a .slick-track {
    width: 100% !important;
  }
  .woocommerce ul.products li.product h3 {
    height: 34px;
    overflow: hidden;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .home-banner .slick-slide {
    max-height: 480px;
    min-height: 480px;
  }
  .box-datos .titulo {
    margin-top: 100px;
    font-size: 32px;
    text-align: center;
  }
  .box-datos .boton {
    width: 200px;
    font-size: 18px;
    height: 50px;
    padding-top: 13px;
    margin: 20px auto;
  }
  .section-categorias {
    padding: 50px 0;
  }
  .section-inspiracion {
    padding: 50px 20px;
  }
  .title-unico {
    font-size: 12px;
  }
  .section-inspiracion h3.title-unico, .section-categorias h3.title-unico, .section-lanzamientos h3.title-unico {
    font-size: 28px;
    max-width: 300px;
    margin: 0 auto 24px;
    line-height: 30px;
  }
  .section-categorias .container {
    padding: 0;
  }
  .section-categorias .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-lanzamientos .espace-list .box-boder, .section-categorias .espace-list .box-boder {
    height: 202px;
    margin-bottom: 10px;
  }
  .espace-list .title-unicox2 {
    font-size: 16px;
  }
  .btn-cat,
  .ver-mas,
  .btn-ver-mas {
    width: 150px;
    height: 32px;
    font-size: 13px;
    margin: 0 auto 20px;
  }
  .slider-lanzamientos {
    padding: 0;
  }
  .section-inspiracion .espace-list .box-boder {
    height: 400px;
  }
  .section-inspiracion .espace-list .title-unicox2 {
    font-size: 28px;
    font-weight: 300;
  }
  .section-historia .container {
    padding: 40px 0;
  }
  .section-historia h4 {
    padding: 50px 0 0;
    text-align: center;
  }
  .section-historia p {
    padding: 0 30px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
  }
  .section-crea {
    height: 320px;
  }
  .footer-bgn {
    padding: 50px 0;
    text-align: center;
  }
  .redes-sociales {
    padding: 0;
    text-align: center;
    margin: 30px 0px 10px;
  }
  footer span {
    font-size: 14px;
  }
  .redes-sociales li a {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  #sidebar-wrapper .lista-principal li {
    display: block;
  }
  #sidebar-wrapper .lista-principal ul {
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
    margin-bottom: 20px;
  }
  .precio {
    margin: 10px 0;
  }
  #mainNav .list-social-nav {
    top: 25px;
  }
  .logo-footer {
    max-width: 210px !important;
  }
  .contacto article {
    text-align: center;
  }
  #sidebar-wrapper.toggled {
    top: 76px;
    overflow: initial;
    background: #fff;
  }
  .overlay-menu {
    background-color: transparent;
  }
  #sidebar-wrapper .close-menu {
    position: absolute !important;
    left: 13px;
    z-index: 9999;
    top: 0;
    max-width: 50px;
    margin-top: -65px;
    background: #bfb4a6;
    padding-top: 10px;
  }
  #sidebar-wrapper .close-menu img {
    width: 42px;
  }
  #sidebar-wrapper .form-control {
    border: 1.5px solid #bfb4a6;
    border-radius: 0;
    padding: 14px;
  }
  #sidebar-wrapper .form-control::placeholder {
    color: #bfb4a6;
  }
  #sidebar-wrapper form button {
    float: right;
    background: #bfb4a6;
    font-size: 24px;
    padding: 8px 20px 10px;
    border: 0;
    color: #fff;
    margin-top: -53px;
    height: 54px;
  }
  #menu-menu-mobile {
    border-top: 1px solid #bfb4a6;
  }
  #menu-menu-mobile li a {
    display: block;
    color: #bfb4a6;
    font-family: 'Cormorant SC';
    font-size: 24px;
    font-weight: 600;
    padding: 7px 20px;
    border-bottom: 1px solid #bfb4a6;
  }
  .woocommerce-page div.product div.summary {
    text-align: center;
  }
  .summary .btn-ver-mas {
    width: 100%;
    max-width: 240px;
    font-size: 18px;
    height: 46px;
    padding-top: 10px;
    margin: 20px auto;
  }
  .recomendados h2 {
    font-size: 32px;
  }
  .slider-recomendados .btn-ver-mas {
    width: 100%;
    max-width: 220px;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    margin: 20px auto;
  }
}