/*Ponemos el tamaño de fuente de la etiqueta de stock/medida en fabricación mas grande (font-size: 75%;)
.badge {
 
 font-size:100% !important;
	white-space:initial !important;
}
/*cambiamos el color de la etiqueta de stock/medida en fabricación mas grande. Hay por algun sitio este color #67a675
.product-available {
 background:#257a22 !important;
}*/
/* Ocultamos la etiqueta de disponibilidad de producto Elemento | https://alecook.fr/four-a-bois-bunker-venise.html#/129-mesures-bunker_86/131-droit_ou_angle-droit */

#product-availability {
display: none !important;
}

/* cambiamos tamaño y color headings Elementor original h129 color #383838*/

h1.elementor-heading-title > span:nth-child(1) {
  font-size: 23px !important;
  color: #6a5e5e !important;  
}
h2.elementor-heading-title > span:nth-child(1) {
  font-size: 19px !important;
  color: #6a5e5e !important;
}
h3.elementor-heading-title > span:nth-child(1) {
    font-size: 15px !important;
}
/* cambiamos interlineado h1/ */
.elementor-widget-heading .elementor-heading-title {
 padding:0;
 margin:0;
 line-height: 0.9;
}

/* cambiamos color hover links*/
a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn) {
 color:#383838;
}
/* cambiamos color letra*/
#wrapper {
 background:#fff;
 border-top:none 1px;
 border-bottom:none 1px;
 padding-top:1.07143rem;
 padding-bottom:1.07143rem;
 color:#383838;
}

/* cambiamos el encabezado de las categorias ponemos la clase .carHornoBarro en category-header.tpl linea 27*/
.cardHornosBarro {
    padding-top: 2%;
    color: #fbf5f5;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    margin: auto;
    text-align: center;
    display: list-item;
    background-color: #257a22;
}

/* le damos un poco de margen derecho al modulo banner*/

.banner > img:nth-child(1) {
  margin-right: 8px !important;
}
/* cambiamos el tamaño de la miniatura del atributo*/
.product-variants .color, .product-variants .input-color {
  width: 5.8rem !important;
  height: 4.5rem !important;
}

/* cambiamos el tamaño de los iconos del menu 

.fa-asterisk {
  font-size: 2rem !important;
}*/
/* cambiamos el fondo del primer wrapper del footer*/
#footer-container-first {
 background: #fff !important;
}
/* cambiamos el tamaño de los iconos -antes 1rem-*/
.fa {
 font-size: 1.5rem !important;
}

/* cambiamos el color la banda de abajo del resumen de los posts donde pone -leer mas-  */

#blog_list_1-7 .prestablog_more {
  /* background-color: #bf8251; */
  background-color: #257a22 !important;
}

/* subimos el aviso de politica de cookies para que no tape el boton de smartsupp*/
#iqitcookielaw {
	position: fixed;
	bottom: 11rem;
	left: 1rem;	
}

.iqit-megamenu-container {
  display: flex;
  justify-content: space-around;
}
/* Ocultamos la pestalla "detalles de producto"*/
a.nav-link[href='#product-details-tab'] {
    display: none;
}
/* theme-ed2a8e1165.css | https://www.alfareriaduero.es/themes/warehousechild/assets/cache/theme-ed2a8e1165.css */

/* menú flotante en la versión mobile de Alfarería Duero 

@media (max-width: 700px){

    .desktop-header-style-w-3 {

        position: fixed !important;

        top: 0;

    	left: 0;

    	width: 100%;

    	z-index: 5000;

    }

  }*/
