/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.backoffice-product { 
  display: none;
}
.addToCartFormWrapper { 
  display: inline;
  vertical-align: middle;
}
.addToCartFormWrapper .variants-product { 
  flex-direction: row;
}
.calculadora_wrapper {
  padding: 20px;
}
.calculadora {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.calculadora .variables {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #A95425;
  color: #A95425;
}
.calculadora .variables:focus-visible { 
  outline: auto;
}
.calculadora .resultados {
  margin-top: 20px;
  text-align: center;
  color: #A95425;
}
.col-esquinas {
  flex: 0%;
  max-width: 0%;
  padding: 0;
}
.texto, .centrado {
  color: #A95425;
  font-size: 14px;
  line-height: 21px;
}
.labels { 
  text-align: center;
}
.labels span {
  font-size: 14px;
  color: #A95425;
}
button#calcular { 
  background: #EAD3C1;
  border-radius: 20px;
  border: 1px solid #A95425;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 80px;
  line-height: 15px;
  color: #A95425;
  cursor: pointer;
}
h4#mensajes {
  color: #575d75;
  font-size: 14px;
}
button#borrar {
  background-color: transparent;
  color: #A95425;
  border: none;
  cursor: pointer;
}
.btn-actions { 
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.resultados { 
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.resultado3 {
  background-color: #EAD3C1;
  border-radius: 20px;
  padding: 8px 80px;
  color: #A95425;
  line-height: 46px;

}
.resultado4 {
  background-color: #EAD3C1;
  border-radius: 20px;
  padding: 8px 80px;
  color: #A95425;
  line-height: 46px;
}
.resultado5 {
  background-color: #EAD3C1;
  border-radius: 20px;
  padding: 8px 80px;
  color: #A95425;
  line-height: 46px;
}

#cart .calculadora_wrapper {
  display: none;
}
#checkout .calculadora_wrapper {
  display: none;
}

.btn:not(:disabled):not(.disabled) {
  width: auto;
  padding: .5rem 1.25rem;
}

.text-tax {
  color: #575D75 !important;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.48px;
  padding-top: 17px;
}







.no-background {
  background-color: transparent !important; /* O cualquier otro estilo que desees aplicar */
}
.input-radio:checked+span { 
  background-color: #aaa;
  color: white;
}
.pbp-widget-full-width .bundle .bundle-inner, 
.pbp-widget-mini-width .bundle .bundle-inner  { 
  flex-direction: column;
}
.product.parent-product { 
  display: block;
}
button.btn_add_bundle_cart.btn.btn-primary.add-to-cart { 
  background-color: #575D75;
  justify-content: flex-start;
  color: #E3EEF6;
  line-height: 40px;
  border: none;
  width: auto;
  display: block;
  padding: 0 20px !important;
}
.pbp-widget-full-width .bundle .bundle-action { 
  align-self: center;
}
span.pbp_bundle_total { 
  font-family: "DM Serif Display";
  font-size: 60px;
  line-height: 42px;
  font-weight: 400 !important;
  color: #575d75;
  padding-top: 16px;
}
.pbp-widget-half-width .bundle .bundle-action {
  padding-top: 24px;
  text-align: left;
}




/* Banners home overlay */

@font-face {
  font-family: "Cherolina";
  src:
    local("Cherolina"),
    url("Cherolina.otf") format("opentype"),
    url("Cherolina.ttf") format("truetype"),
}

@font-face {
  font-family: "Unbounded";
  src:
    local("Unbounded"),
    url("Unbounded.ttf") format("truetype"),
}
.image-home {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #23477875;
}

.banner-home:hover .image-home {
  opacity: 0.3;
}

.banner-home:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 58px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  font-family: DM Serif Display, Sans-serif;
}
.text-down {
  color: white;
  font-size: 28px;
  line-height: 30px;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: hidden;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.banner-home:hover .text {
  visibility: visible;
  transition: 0.5s ease;
}

.banner-home:hover .text-down {
  visibility: visible;
  transition: 0.5s ease;
}

/* Bloque calcula pintura */

#index .titulos {
  display: none;
}
#index .decimales {
  display: none;
}
#index .labels {
  color: #7e7e7e;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#index .calculadora input {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
}
#index button#calcular {
  background-color: #a95425;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 8px 20px 8px 20px;
  width: fit-content;
}
#index .section-calcular {
  padding: 50px 0 0;
}

/* Topbar */

.text-nav-center {
  letter-spacing: 1px;
  font-weight: 500;
}
#header .header-nav a {
  font-weight: 500;
  letter-spacing: 1px;
}
.icons-topbar {
  margin-left: 10px;
}

#js-product-list .js-product-miniature-wrapper { 
  box-shadow: 2px 4px 8px -4px rgba(0,0,0,.2);
}

/* Footer */
main #footer{
  background:#F9F7E2 ;
}
.links-footer {
  margin-bottom: 0.4rem;
}
.logo-footer {
  margin-bottom: 15px;
  display: none;
}
#footer .block-newsletter{
  display: none;
}
#footer .block-title,
#checkout-footer .block-title {
  text-transform: uppercase;
  border-top: solid 1px #000;
  padding-top: 0.5em;
}
#footer .block-content a{
  color: #575d75;
  font-size: 17px;
  font-weight: 400;
}
#footer-container-main{
  padding: 0;
  width:100%
}
#footer-container-main .container{
  margin:0;
  padding: 0;
  max-width: 100%;
}
#footer-container-main .container .row:first-child{
  margin:0;
  padding: 0;
  width: 100%;
}
#footer-container-main .container .row:nth-child(2){
padding-top: 20px;
}
#footer-container-main .container .row:first-child img{
  width: 100%;
}
#footer .block-newsletter .block-title {
  text-transform: initial;
  border-top: solid 0px;
  border-bottom: solid 0px;
}
#footer div#iqithtmlandbanners-block-5 {
  padding-inline: 10px;
  order:3;
}
#footer div#iqithtmlandbanners-block-5 .block-title {
  font-family: "DM Serif Display";
  font-size: 32px;
  font-weight: 400;
  color: #575d75;
  margin-bottom: 0;
}
#footer .block-social-links .block-title{
  font-family: "Cherolina";
  font-size: 60px;
  font-weight: 400;
  color: #575d75;
  padding-block: 0;
  margin-bottom: 6px;
}
#footer .block-social-links .block-title span{
  text-transform: none;
}
#footer div#iqithtmlandbanners-block-7 .block-title {
  font-family: "DM Serif Display";
  font-size: 32px;
  font-weight: 400;
  color: #575d75;
  margin-bottom: 0;
}
#footer .block-title span{
  text-transform: capitalize;
}
#footer div#iqithtmlandbanners-block-8 {
  padding-inline: 10px;
  order:2;
}
#footer div#iqithtmlandbanners-block-8 .block-title {
  font-family: "DM Serif Display";
  font-size: 32px;
  font-weight: 400;
  color: #575d75;
  margin-bottom: 0;
}
#footer div#iqithtmlandbanners-block-12 .block-title{
  display: none;
}
#footer div#iqithtmlandbanners-block-12{
  padding-inline: 70px;
}
#footer div#iqithtmlandbanners-block-12 .block-content{
  display: flex;
  justify-content: center;
  gap: 100px;
}
#footer div#iqithtmlandbanners-block-12 a{
  text-decoration: underline;
}
#footer-container-main h5.block-title{
  border: none;
}
#footer-container-main .row:nth-child(2){
  padding-bottom: 45px;
}
#footer div#iqithtmlandbanners-block-7 {
  padding-right: 10px;
  padding-left: 70px;
}
#footer div#iqithtmlandbanners-block-7 .block-content div:first-child {
  margin-bottom: 6px;  
}
#footer-container-main.footer-style-1
  .ps-emailsubscription-block
  .ps-emailsubscription-conditions {
  max-width: 100%;
}
#footer .footer-style-1 .social-links > li {
  background: #A95425;
  padding: 4px;
  margin: 2px;
  display: inline;
  border-radius: 50%;
}
#footer-copyrights .copyright-txt{
  display: flex;
  justify-content: center;
}
#footer-copyrights .txt-copyright {
  font-size: 14px;
  width: 50%;
  text-align: center;
  line-height: normal;
  padding-bottom: 22px;
  color: #575D75;
  font-weight: 400;
}
#footer .ps-emailsubscription-block .btn-subscribe {
  background: #a95425;
}
.iconos-footer {
  margin-top: 2.5rem;
}
.ic-pagos-footer {
  margin: 0 8px;
}

/* Menu horizontal */

.cbp-horizontal .cbp-tab-title {
  font-weight: 500;
}
.price {
  display: none;
}
#header-search-btn .dropdown-search {
  padding: 0;
}
/* Category */

.img-subcategory {
  border-radius: 50% !important;
}
.titulo-categoria {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
nav.breadcrumb.category {
  text-align: center;
}
#category div#inner-wrapper {
  background-color: #fff;
  max-width: 100%;
}
#category #wrapper {
  background: url("/img/cms/home/fondo-textos-footer.jpg") center top / cover
    no-repeat fixed;
    margin-top: 30px;
}
#category div#migas-top {
  display: none;
}
#category #wrapper .breadcrumb {
  text-align: center;
}
#category #content-wrapper .page-title {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #575d75;
  font-family: "DM Serif Display";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;  
  text-align: left;
}
.addToCartFormWrapper { 
  box-shadow: none;
}
.product-miniature .product-description .product-add-cart a {
  background-color: #5f6881;
  color: #fff;
  justify-content: center;
  font-family: "Unbounded";
}
.product-miniature .product-description .product-add-cart {
  margin: auto 0 0 0;
}
.product-miniature-grid .product-description .product-price {
  font-family: "DM Serif Display";
}
.product-add-cart .input-group-add-cart .add-to-cart {
  background-color: #5f6881;
  color: #fff;
  justify-content: center;
}
.product-miniature-grid .product-description .product-title {
  font-family: "DM Serif Display";
  padding-bottom: 16px;
  padding-top: 8px;
}
.product-miniature-grid .product-description .product-title a{
  color: #5f6881;
}
.product-sections .product-description-section .section-title, .product-sections .product-details-section, .product-sections .product-attachments-section{
  display: none;
}

.productos-interes-image{
  display: flex;
  justify-content: center;
  margin-top: -140px;
  margin-bottom: 20px;
}
.elementor-element.elementor-element-bbb7506 .elementor-heading-title{
  font-family: "Cherolina";
  font-weight: 400;
}
.elementor-element.elementor-element-xjiaso1 h2, .elementor-element.elementor-element-2ym7wrk h2{
  font-family: "DM Serif Display" !important;
  font-weight: 400;
}
.elementor-element.elementor-element-mfhx8pc .elementor-heading-title, .elementor-element.elementor-element-1kj3zye .elementor-heading-title, .elementor-element.elementor-element-r49rk97 .elementor-heading-title, .elementor-element.elementor-element-j9slzhg .elementor-heading-title, .elementor-element.elementor-element-ozvz9vj .elementor-heading-title{
  font-family: "DM Serif Display" !important;
  font-weight: 400;
}
.elementor-element.elementor-element-wr9td09 .elementor-heading-title, .elementor-element.elementor-element-8qy1pfx .elementor-button{
  font-family: "Unbounded" !important;
  font-weight: 400;
}
.elementor-widget-wrap .elementor-element.elementor-element-ngbbqli .elementor-button{
  border:none;
  width: auto;
  padding: 10px 38px 10px 38px;
}

.elementor-element.elementor-element-dsb110h .elementor-heading-title {
  font-family: "DM Serif Display" !important;
  font-weight: 400;
}
.elementor-element.elementor-element-rxx9ijv .elementor-heading-title {
  font-family: "DM Serif Display" !important;
  font-weight: 400;
}
.elementor-element-rgkhaeb .rte-content p:last-child {
font-family: "DM Serif Text" !important;
  font-style: italic;
  font-weight: 600;
  padding-bottom: 10px;
}
.elementor-element-avj1wvk .rte-content p:last-child {
  padding-inline: 10px;
}
.elementor-element-w9vtg1s {
    padding-bottom: 8px;
}
.elementor-widget-container .elementor-text-editor table{
    height:auto;
    margin-bottom: 4px;
}
.elementor-element.elementor-element-1kqtzwf .elementor-image img{
    margin-top: 70px;
}
#category div#js-product-list-header {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 70px;
}
#category .category-image {
  width: 100vw;
  height: 500px;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 0;
  z-index: 0;
  align-items: center;
  display: flex;
}
.bg-subcategorias {
  background: #fff;
  padding: 2rem;
  display: none;
}
.product-list-subcategories {
  margin-bottom: 0;
  position: relative;
}
section#products {
  z-index: 5;
  background: #fff;
  position: relative;
  padding: 2rem 70px;
}
.products-selection {
  border-top: solid 0;
  border-bottom: solid 0;
}
.products-selection .form-control {
  padding: 0.4rem 0.8rem;
}

a:has(.fa-th) {
  padding: 6px 12px 6px 15px;
  border-radius: 16px 0 0 16px;
  background-color: #e3eef6;
}

a:has(.fa-th-list) {
  padding: 6px 15px 6px 12px;
  border-radius: 0 16px 16px 0;
  background-color: #e3eef6;
}

.products-selection .view-switcher {
  text-align: right;
  font-size: 22px;
  order: 5;
  display: flex;
  justify-content: end;
}
.products-sort-nb-dropdown {
  order: 5;
}
.col-header-center{
  padding-right: 0;
  padding-left: 0;
  border: none;
}
#header{
  border: none;
}
#header .header-nav{
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
#header .header-nav .left-nav, #header .header-nav .center-nav{
  padding-block: 8px;
  border: none;
}
#header .header-nav .left-nav{
  max-width: 28%;
}
.cart-item .bootstrap-touchspin{ 
  max-width: 100px;
}
#footer-container-main .row .col-12{
  order: 4;
  max-width: 25%;
  padding-right: 70px;
}
#header .header-nav .right-nav{
  background-color: #A95425;
  padding-right: 43px;
  border: none;
  padding-block: 6px;
  display: flex;
  justify-content: end;
}
#iqithtmlandbanners-block-13 .d-inline-block div:last-child a{
  font-weight: 700;
}
#iqithtmlandbanners-block-13 .d-inline-block{
  display: flex !important;
}
#iqithtmlandbanners-block-13 .d-inline-block p{
  margin:0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E3EEF6;
  padding-right: 4px;
}
#iqithtmlandbanners-block-13 .d-inline-block div:nth-child(2) p{
  padding-left: 4px;
}
#iqithtmlandbanners-block-13 .d-inline-block a{
  margin:0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #E3EEF6;
}
.elementor-element-8iua0yj .elementor-row div:nth-child(2) .elementor-widget-wrap{
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 70px;
}
.elementor-element-8iua0yj .elementor-element-u9x4ily{
  width: 40%;
}
.elementor-element-8iua0yj .elementor-row {
  padding-right: 70px;
}
.elementor-element-8iua0yj .elementor-row div:nth-child(2) .elementor-widget-wrap .elementor-widget-button{
  display: flex;
}
.elementor-element-8iua0yj .elementor-row div:nth-child(2) .elementor-widget-wrap .elementor-widget-button a{
  padding-inline: 80px;
  border: none;
}
.elementor-row .elementor-element-dpgnt48 {
  width: auto;
}
.elementor-element-au6kpf7 h2{
  font-family: "Unbounded";
}
.elementor-element-n2mu52i h2{
  font-family: "DM Serif Display";
  font-weight: 400;
}
.elementor-element-d55s13b p{
  font-family: "Unbounded";
  font-weight: 400;
}
.elementor-widget-button span {
  font-family: "Unbounded";
  font-weight: 400;
}
.elementor-element-ngbbqli.elementor-widget-button span{
  display:flex;
  align-items: center;
  font-family: "Ubuntu";
  font-size: 14px;
}
.elementor-element-dje07d0 .elementor-row{
  display: flex;
  gap: 24px;
}
.elementor-element-1krmdzv h2, .elementor-element-fpfyyf5 h2, .elementor-element-vwcu4zy h2{
  font-family: "Cherolina";
  font-weight: 400;
}
.elementor-element-0qgqzzs .elementor-element-10i9ixc span, .elementor-element-6akmge4 .elementor-element-korsjtw span, .elementor-element-kkklgmn .elementor-element-ojuukko span{
  font-family: "DM Serif Display";
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
}
.elementor-element-rzv9wwy span, .elementor-element-39r6hav span, .elementor-element-xvl1ay4 span{
  font-family: "Unbounded";
  font-weight: 500;
}
.elementor-element-0qgqzzs p, .elementor-element-6akmge4 p, .elementor-element-kkklgmn p{
  font-family: "DM Serif Display";
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
}
.elementor-element-dje07d0 img{
  width: 100%;
}
.elementor-element-5r0zw7b .elementor-widget-container p{
  border-bottom: 0.909px dashed;
  padding: 6px 0px 6.187px 0px;
  display: flex;
  justify-content: space-between;
}
.elementor-element-5r0zw7b .elementor-widget-container p span:first-child{
  width: 100%;
}
.elementor-element-5r0zw7b .elementor-widget-container p span:first-child a span{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.elementor-row .elementor-element-j3ernxr{
  width:41%;
}
.elementor-row .elementor-element-aidpmwm {
  width:59%;
}
.elementor-element-aidpmwm img{
  width: 100%;
}
.elementor-element-iftwjm3 p{
  font-family: "Cherolina";
  font-weight: 400;
}
.elementor-element-sh4vge4 span, .elementor-element-c7433rr span{
  font-family: "DM Serif Display";
  font-size: 40px;
  font-weight: 400;
}
.elementor-element-5r0zw7b span{
  font-family: "Unbounded";
  font-size: 15px;
  font-weight: 500;
}
.elementor-element-tmi70ex .block-newsletter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.elementor-element-vwk3zi3 .elementor-element-tmi70ex {
  width: 836px;
}
.elementor-element-vwk3zi3 .elementor-column-gap-default .elementor-row{
  justify-content: center;
}
.elementor-element-tmi70ex .block-newsletter .block-content{
  width:100%;
}
.elementor-element-tmi70ex .block-newsletter .block-content .input-group{
  justify-content: center;
}
.elementor-element-tmi70ex .block-newsletter .block-content button{
  margin-top: 52px;
  width:auto;
  padding-inline: 30px;
  background-color: #fff;
  color:#575D75;
  font-family: "Unbounded";
  font-size: 16px;
  font-weight: 400;
}
#wrapper .elementor-element-fg21509 .block-newsletter h5{
  padding-bottom: 0;
  margin-bottom: 79px;
}
#wrapper .elementor-element.elementor-element-vwk3zi3{
  margin-top: -340px;
  margin-bottom: 150px;
}

.ps-emailsubscription-block input::placeholder{
  color:#fff;
}
#footer #iqithtmlandbanners-block-14{
  padding: 0;
  background-color: #fff;
}
#footer #iqithtmlandbanners-block-14 .block-title{
  display: none;
}
#iqithtmlandbanners-block-13 .d-inline-block div:nth-child(3){
  padding-inline: 40px;
}
#iqithtmlandbanners-block-13 .d-inline-block .links-footer{
  display: flex;
  margin:0;
}
#iqithtmlandbanners-block-13 .d-inline-block div:first-child{
  display: flex;
}
#header .header-nav .center-nav{
  width: 0;
  height: 0;
  border-top: 18px solid #A95425;
  border-left: 36px solid transparent;
  border-bottom: 18px solid #A95425;
  padding: 0;
}
#cbp-hrmenu .cbp-hrmenu-tab .nav-link{
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  color:#575d75;
  padding-left: 10px;
  padding-right: 10px;
}
.cbp-hrmenu .cbp-menu-column{
  margin: 0;
}
#cbp-hrmenu ul{
  text-align: end;
}
#cbp-hrmenu .cbp-hrmenu-tab .nav-link span{
  font-size: 20px;
  text-transform: capitalize;
}
#facets_search_center {
  background: none;
}
#facets_search_center .block-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-family: "Unbounded";
  color: #56647f;
  margin-bottom: 0;
}
#facets_search_center #search_filters .facet {
  border-left: solid 1px #000;
}
.pagination {
  margin-top: 50px;
  margin-bottom: 60px;
}
.pagination .page-list li.current a {
  background: #a95425;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  border: none;
  font-family: "Unbounded";
}
.page-list li a{
  font-family: "Unbounded";
}
.pagination .page-list li {
  border-radius: 60px;
  border: none;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

i.fa.fa-tag.btn.voucher-icon { 
  background: transparent;
}

.cta-home { 
  color: #A95425;
} 

/* Ficha de producto */

.iqit-accordion .title {
  background-color: #eaeaea;
  border-bottom: 0 solid;
}
.iqit-accordion .card {
  margin-bottom: 30px;
}
.product_header_container {
  border-bottom: 0;
  margin-bottom: 0;
}
.product_p_price_container {
  border-top: 0;
}
.product-additional-info {
  border-top: 0;
}
.product-discount .regular-price {
  font-family: "DM Serif Display";
  color: #a95425;
  font-size: 40px;
  font-weight: 400;
}
.current-price .product-price {
  font-family: "DM Serif Display";
  font-size: 60px;
  font-weight: 400;
  color: #575d75;
}
div#product-price { 
  font-family: "DM Serif Display";
  font-size: 60px;
  line-height: 42px;
  font-weight: 400;
  color: #575d75;
  padding-top: 16px;
}
.product-variants .form-control-label {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #575d75;
}
.product-information h2 {
  font-family: "DM Serif Display";
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  color: #575d75;
  margin-bottom: 1.5rem;
}
.product-reference {
  color: #575d75;
}
.product-information p {
  font-size: 17px;
  font-weight: 400;
  color: #575d75;
}
.input-group-btn-vertical {
  display: flex;
  flex-direction: column;
}
.productos-interes {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background: #EAD3C1;
  padding-top: 5rem;
  padding-bottom: 1px;
  padding-inline: 60px;
}
#content-wrapper .productos-interes .product-accessories .section-title{
  color:#A95425;
  font-size: 60px;
  font-family: "Cherolina";
}
.productos-interes .product-accessories .product-title a, .productos-interes .product-accessories .product-price-and-shipping span {
  color:#A95425;
}
.productos-interes .product-accessories .product-price-and-shipping{
  padding-bottom: 20px;
}
.productos-interes .product-accessories .btn-product-list, .productos-interes .product-accessories .product-add-cart a  {
  background-color:#A95425;
  font-family: "Unbounded";
}
.category-products{
  padding-inline: 45px;
  padding-top: 100px;
}
#content-wrapper .category-products .section-title{
  margin-bottom: 45px;
  padding-bottom: 0;
  font-family: "DM Serif Display";
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
  color: #575d75;
}
.list-info-product {
  line-height: 18px;
}
.tt-interes {
  font-family: DM Serif Display, Sans-serif;
  text-align: center;
}
#search_center_filter_toggler {
  background-color: #e3eef6;
  border: none;
  color: #5f6881;
  padding: 6px 12px;
  font-family: "Unbounded";
  display: flex;
    align-items: center;
}
#js-product-list-top .form-control {
  background-color: #e3eef6;
  border: none;
  color: #5f6881;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 70px;
  font-family: "Unbounded";
}
#js-product-list-top .small-gutters {
  gap: 50px;
}
#js-product-list .js-product-miniature-wrapper{
  padding-inline: 10px;
  padding-block: 30px;
}
#cbp-hrmenu .cbp-hrsub{
  width: 100%;
  max-width: 100%;
}
#cbp-hrmenu .cbp-hrsub-inner{
  background-color: #E3EEF6;
  padding-inline: 0;
  padding-block: 55px;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1{
  margin:0;
  padding-inline: 120px;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-2,#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-3,#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-4{
  border-right: 1px solid #575D75 ;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-7:not(:has(img)),#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-6:not(:has(img)) {
  border-left: 1px solid #575D75 ;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1 .cbp-menu-column-inner .cbp-category-tree{
  width:100%
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1 .cbp-menu-column-inner .cbp-category-tree li div.cbp-category-link-w {
  text-align: start;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1 .cbp-menu-column-inner .cbp-category-tree li div.cbp-category-link-w a{
  color: #575D75 !important;
  font-family: "Ubuntu";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1 .cbp-menu-column-inner .cbp-category-tree li div.cbp-category-link-w a::before{
  display:none;
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-1 .cbp-menu-column-inner .nav-link{
  color: #575D75 !important;
  font-family: "Ubuntu";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  padding:0;
  
}
#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-2, #cbp-hrmenu .cbp-hrsub-inner .menu-element-id-3, #cbp-hrmenu .cbp-hrsub-inner .menu-element-id-4, #cbp-hrmenu .cbp-hrsub-inner .menu-element-id-5, #cbp-hrmenu .cbp-hrsub-inner .menu-element-id-6,#cbp-hrmenu .cbp-hrsub-inner .menu-element-id-7{
  flex: 0 0 20%;
    max-width: 20%;
}
.elementor-element-jtasnrz .elementor-column-gap-default .elementor-widget-container:not(:has(img)) {
  margin: 0px 15px 50px 15px !important;
  padding: 18px 0px 15px 0px !important;
  background-color: #E3EEF6 !important;
}
.elementor-element-jtasnrz .elementor-column-gap-default .elementor-widget-container:has(img) img {
  width: 100%;
}

.elementor-element.elementor-element-dfj4ke6 h2{
  color: #575D75;
  font-family: "Cherolina";
  font-weight: 400;
}
.elementor-element-jtasnrz .elementor-column-gap-default .elementor-widget-container a {
  color: #575D75 !important;
  font-family: "DM Serif Display" !important;
  font-style: italic !important;
  font-weight: 400 !important;
}
.product-quantity .col-add-qty {
  margin-bottom: 30px;
}
.col-add-qty .qty.bloque-cantidad {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.bloque-cantidad .text-qty {
  padding: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #575d75;
  text-transform: capitalize;
}
.product-add-to-cart .product-quantity {
  align-items: start;
  flex-direction: column;
}
#iqit-wishlist-product-btn {
  border: none;
  background-color: #fff;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.product-quantity .col-add-btn .add-to-cart {
  background-color: #575d75 !important;
  padding: 10px 80px;
  color: #fff !important;
  border: none;
  font-family: "Unbounded";
}
.product-info-row .col-product-image {
  padding-left: 70px;
}
.product-info-row .col-product-info {
  padding-right: 70px;
}
.product-variants-item-3 .custom-select2 {
  background-color: #e3eef6;
  border-radius: 20px;
}
.product-variants-item-3 .form-control-select {
  border: none;
  color: #575d75;
  font-size: 16px;
  line-height: 16px;
  font-family: "Unbounded";
}
.product-quantity .qty .input-group {
  background-color: #e3eef6 !important;
  border: none;
  border-radius: 20px;
  color: #575d75;
  font-size: 16px;
  line-height: 16px;
  font-family: "Unbounded";
}
.input-group .input-group-btn-vertical {
  transform: translate(-6px);
}

.bloque-cantidad
  .input-group
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border: none !important;
  border-radius: 20px;
}
.bloque-cantidad
  .input-group
  .input-group-btn-vertical
  .bootstrap-touchspin-up:hover {
  background-color: #e3eef6 !important;
}
.bloque-cantidad
  .input-group
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border: none !important;
  border-radius: 20px;
}
.bloque-cantidad
  .input-group
  .input-group-btn-vertical
  .bootstrap-touchspin-down:hover {
  background-color: #e3eef6 !important;
}
.elementor-element-8qy1pfx{
    display: flex;
}
.elementor-element.elementor-element-9e9ly83 .elementor-image img{
    width:100%;
}
.elementor-element-9e9ly83{
    margin-bottom: 80px;
}
.page-header .page-title{
    display: none;
}
.product-quantity .col-add-btn {
  margin: 0;
}
.product-add-to-cart .row-cta {
  margin-top: 0;
}
.row-cta .col-more-infor {
  display: none;
}
div#productdaas-accordion {
  padding-top: 100px;
}
.iqit-accordion .content {
  border-bottom: 0;
}
.product_p_price_container {
  margin-top: 0;
}
#product #wrapper {
  padding-bottom: 60px;
}

/* Carrito */

#cart .section-title {
  font-size: 18px;
}
#blockcart-content .cart-totals {
  font-size: 15px;
}

/* Iniciar sesión */

.page-authentication #content {
  max-width: 50%;
}

/* Entrada blog */

body#module-ph_simpleblog-single #wrapper .breadcrumb {
  display: none;
}

body#module-ph_simpleblog-single #content-wrapper .page-title {
  color: #5f6881;
  font-family: "DM Serif Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}

.migas__simpleblog {
  color: #000;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.migas__simpleblog ul {
  justify-content: center;
}

.logo__blog {
  padding-bottom: 32px;
}

.simpleblog__addComment {
  display: none;
}

.etiqueta-foto {
  background: #e3eef6;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 6px;
}

.img__thumb {
  height: 100% !important;
  aspect-ratio: 417 / 464;
}

.simpleblog-posts h2 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.simpleblog-posts .post-additional-info {
  border-top: none;
}

.tt__category a {
  color: #a95425 !important;
  font-size: 14.397px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.tt__post_miniature a {
  color: #56647f !important;
  font-family: "DM Serif Text";
  font-size: 24.231px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* Página de catalogo */

.meta-description p { 
  color: #575d75 !important;
  width: 100%;
  padding-left: 70px;
}
.category-description { 
  margin-top: 1rem;
  margin-bottom: 0px;
  font-weight: 400;
}
section#products { 
  padding: 0 70px;
}


/* Mobile */

@media(min-width: 320px) and (max-width:480px) { 
   #category div#js-product-list-header { 
    padding-left: 0px !important;
  }
  .meta-description p { 
    padding-left: 0px;
    font-size: 14px !important;
    line-height: 20px;
  }
  .category-description { 
    margin-top: 0px;
  }
  #content-wrapper .page-title {
     padding-top: 1.6em !important;
  }
  #category #content-wrapper .page-title { 
    font-size: 32px;
  }
  section#products { 
    padding: 0 15px 40px 15px !important;
  }
  .addToCartForm { 
    margin-top: 5px;
    margin-bottom: 10px;
  }
}


/* Mobile Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

  #footer .block-social-links {
    padding-right: 0rem;
  }
  #footer div#iqithtmlandbanners-block-8 {
    padding-right: 15px;
    order:2;
  }
  #footer div#iqithtmlandbanners-block-5 {
    padding-right: 15px;
    order:3;
  }
  .iconos-footer {
    margin-top: 1rem;
  }
  #content-wrapper .page-title {
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  #mobile-header .dropdown-mobile {
    padding: 0;
  }
  .products-selection {
    padding: 2rem 0;
  }
  .btn-cta {
    padding: 7px 10px !important;
  }
  .iqit-accordion .content {
    padding-left: 20px !important;
  }
  section#products {
    padding: 40px 15px;
  }
  #facets_search_center .block-title {
    font-size: 14px;    
  }
  #mobile-header .m-nav-btn {
    color: #56647f;
  }
  .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    width: 80%;
  }
  .tt-interes {
    font-size: 32px !important;
    line-height: 40px !important;
    margin-bottom: 0 !important;
  }
  .productos-interes {
    padding-bottom: 2.5rem;
  }
  div#productdaas-accordion {
    padding-top: 40px;
  }
  .logo__blog {
    margin-top: 0.8em;
    padding-top: 0.8em;
  }
  #content-wrapper .page-title {
    margin-top: 0.8em;
    padding-top: 0.8em;
  }
}

/* RESPONSIVE */

@media (max-width: 768px) {

  .select-title-name { 
    font-size: 12px;
  }

  #search_center_filter_toggler  { 
    font-size: 12px;
  }

  .product-miniature .product-description .product-add-cart a { 
    font-size: 14px;
  }

  .product-add-cart .input-group-add-cart .add-to-cart { 
    font-size: 14px;
  }

  .text-rotate { 
    transform: rotate(-15deg); /* Cambia el valor según el ángulo deseado */
    display: inline-block; 
    width: 280px;
    left: 50px;
  }

  .elementor-element.elementor-element-sb7dgkf { 
    display: none;
  }
  #content-wrapper .category-products .section-title { 
    font-size: 30px;
    line-height: 34px;
  }
  .logo__blog {
    margin-top: 0.8em;
    padding-top: 1em;
  }
  #content-wrapper .page-title {
    padding-top: 0.8em;
  }
  body#module-ph_simpleblog-single #content-wrapper .page-title {
    font-size: 42px;
    line-height: 46px;
  }
  .migas__simpleblog {
    font-size: 12px;
    line-height: 16px;
  }
  .simpleblog__postInfo ul li {
    width: 33%;
    text-align: center;
  }
  #header .header-nav {
    display: none;
  }
  .logo {
    max-width: 50%;
  }
  .elementor-element-8iua0yj .elementor-element-u9x4ily {
    width: 100%;
  }
  .elementor-element-8iua0yj .elementor-row {
    padding-right: 0 !important;
  }
  .elementor-row .elementor-element-j3ernxr {
    width: 100%;
  }
  .elementor-row .elementor-element-aidpmwm {
    width: 100%;
  }
  section#products { 
    padding: 40px 15px;
  }
  #js-product-list-top .small-gutters { 
    gap: 5px;
  }
  .addToCartFormWrapper {
    box-shadow: none;
    padding: 0;
  }
  #js-product-list .js-product-miniature-wrapper {
    padding-block: 10px;
    box-shadow: 2px 4px 8px -4px rgba(0,0,0,.2);
    margin-bottom: 10px;
  }
  .addToCartFormWrapper .groupLi { 
    margin-right: 5px;
  }
  #footer-container-main .row .col-12 {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 30px;
  }
  #footer div#iqithtmlandbanners-block-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
  #footer div#iqithtmlandbanners-block-8 { 
    padding-inline: 30px;
  }
  #footer div#iqithtmlandbanners-block-5 { 
    padding-inline: 30px;
  }
  #footer .block-social-links .block-title {
    font-size: 32px;
    font-family: "DM Serif Display", sans-serif;
  }
  #footer .footer-style-1 .social-links > li {
    padding: 6px;
    display: inline-table;
    border-radius: 50px;
  }
  #footer div#iqithtmlandbanners-block-12 .block-content {
    display: block;
    padding-left: 15px;
  }
  #footer div#iqithtmlandbanners-block-12 {
    padding-inline: 15px;
  }
  #footer-copyrights .txt-copyright {
    width: 100%;
    font-size: 12px;
  }
  #footer-container-main {
    text-align: center;
  }
  .product-info-row .col-product-info {
    padding-right: 15px;
  }
  .product-add-to-cart .product-quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 120px;
  }
  .product-quantity .col-add-qty {
    margin-bottom: 0px;
  }
  .product-quantity>.col { 
    margin-bottom: 0px;
  }
  .col-add-qty .qty.bloque-cantidad {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 150px;
    margin-top: 10px;
  }
  .product-quantity .qty .input-group {
    width: 60%;
  }
  .product-quantity .col-add-btn { 
    margin-top: .8rem;
  }
  .btn-primary, .btn-primary.disabled, .btn-primary:disabled { 
    margin: 10px;
  }
  .product-info-row .col-product-image { 
    padding-left: 15px;
  }
  .product-tabs { 
    margin-top: 0px;
  }
  #content-wrapper .productos-interes .product-accessories .section-title { 
    font-size: 40px;
    line-height: 92px;
  }
  .productos-interes {
    padding-inline: 0;
  }
  .category-products {
    padding-top: 40px;
    padding-inline: 0px;
  }
  .btn-newsletter .btn-primary, 
  .btn-newsletter .btn-primary.disabled, 
  .btn-newsletter .btn-primary:disabled {
    margin: 0 10px;
  }
  .block-newsletter-mobile {
    background-image: url("https://presta8.realizando.es/img/cms/hero-news.jpg") !important;
  }


}

/* Ipad Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .logo__blog {
    margin-top: 0.8em;
  }
  #footer .block-social-links {
    padding-right: 0rem;
  }
  #footer div#iqithtmlandbanners-block-5 {
    padding-right: 15px;
  }
  #footer div#iqithtmlandbanners-block-8 {
    padding-right: 15px;
  }
  #content-wrapper .page-title {
    font-size: 24px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  #mobile-header .dropdown-mobile {
    padding: 0;
  }
  .products-selection {
    padding: 2rem 0;
  }
  .btn-cta {
    padding: 7px 10px !important;
  }
  .iqit-accordion .content {
    padding-left: 20px !important;
  }
  section#products {
    padding: 0px 15px;
  }
  #facets_search_center .block-title {
    font-size: 14px;
  }
  .product-list-subcategories {
    margin-top: 0;
  }
  #mobile-header .m-nav-btn {
    color: #56647f;
  }
  .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    width: 80%;
  }
  .tt-interes {
    font-size: 32px !important;
    margin-bottom: 0 !important;
    line-height: 40px !important;
  }
  .productos-interes {
    padding-bottom: 2.5rem;
  }
  div#productdaas-accordion {
    padding-top: 40px;
  }

  .column-first-blog {
    padding: 0px !important;
    margin: 0px !important;
  }

  .column-first-blog div {
    padding: 10px 10px 10px 10px !important;
    margin: 0px !important;
  }

  .content-text {
    padding: 0px !important;
  }

  .content-text div {
    margin: 0px !important;
    padding: 0px !important;
  }

  .content-text p {
    font-size: 16px;
    line-height: 21px;
  }

  .col-tablet div {
    padding: 0px !important;
  }

  .tt-tablet-post h2 {
    font-size: 32px !important;
    line-height: 32px !important;
  }

  .tt-tablet-post div {
    padding: 0px !important;
  }

  .heading-section {
    font-size: 38px !important;
  }

  .section-blog-01 {
    margin-bottom: 32px !important;
  }

  .section-blog-02 .elementor-column-wrap.elementor-element-populated {
    padding-bottom: 40px !important;
  }

  .section-pasos {
    padding: 20px !important;
  }

  .cita span {
    font-size: 12px !important;
  }

  .content-column div {
    padding: 0px !important;
    margin: 10px !important;
  }

  .content-column p {
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
