/*
Theme Name:   LienZOO
Theme URI:    https://www.lienzoo.es
Description:  Tema hijo de astra
Author:       Carlos Arce
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/
 
/* Aquí tu CSS personalizado */
svg.ast-menu2-svg {
	color:#69b2e3 !important;
	fill: #2cb3dd !important;
}
div.site-header-primary-section-right > div.ast-builder-menu > div.ast-main-header-bar-alignment > div.main-header-bar-navigation > nav.site-navigation > div.main-navigation > ul > li > a {text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4) !important;}

div.proteDescripcion > h5 {text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8) !important;}

table.cfvsw-shop-variations {display:none !important;}



/*  Separador en variaciones  */
div.cfvsw-swatches-container {padding-bottom:15px !important;border-bottom:1px solid #CCC !important;}
/*  Mostrar nombre variaciones  */
form.variations_form > table.variations > tbody > tr > th.label {display:block !important;}
.variations_form .label {
    display: block !important;
    font-weight: bold;
	  margin:0px !important;
	  padding:0px !important;
}
table.variations > tbody > tr > th.label {display: block !important;}



/*  Gúia cómo subir foto  */
.guia-personalizacion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
.guia-personalizacion .paso {
  flex: 1 1 22%;
  max-width: 22%;
  box-sizing: border-box;
  text-align: justify;
  font-family: 'Red Hat Text', sans-serif;
}
.guia-personalizacion .paso img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.guia-personalizacion .paso p {
  font-size: 16px;
  line-height: 1.4;
	padding: 0px 5px;
}
@media (max-width: 1024px) {
  .guia-personalizacion .paso {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
@media (max-width: 600px) {
  .guia-personalizacion {
    flex-direction: column;
    align-items: center;
  }
  .guia-personalizacion .paso {
    max-width: 80%;
    margin: 10px auto;
  }
}




/*  FAQ en artículos  */
.lienzoo-faq-wrapper {
    background: #f0f8ff;
    padding: 40px 30px;
    margin-top: 60px;
	  margin-bottom: 60px;
    border-radius: 16px;
    font-family: 'Red Hat Text', sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.faq-title {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    color: #1c2d57;
    position: relative;
}
.faq-item {
    border-bottom: 1px solid #cfe4ff;
    margin-bottom: 10px;
    overflow: hidden;
}
.faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
	  text-transform: none !important;
    padding: 15px 0;
    font-weight: bold;
    color: #0274be !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s ease;
}
.faq-question:hover, div.lienzoo-faq-wrapper > div.active {
    color: #0274be !important;
	  background-color:#ededed !important;
	  background:#ededed !important;
}
div.lienzoo-faq-wrapper > div > button:active, div.lienzoo-faq-wrapper > div > button:focus {
    color: #0274be !important;
	  background-color:#ededed !important;
}
.faq-icon {
    width: 20px;
    height: 20px;
    fill: #0274be;
    transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.faq-answer a {color: #0274be !important;font-weight:bold;}
.faq-item.active .faq-answer {
    padding: 10px 10px 20px 10px;
    max-height: 500px;
}
.lienzoo-faq-wrapper > p > a {background: #0274be !important;}
.lienzoo-faq-wrapper > p > a:hover {background: #666666 !important;}
@media screen and (max-width: 768px) {
	.lienzoo-faq-wrapper
	  {display: block;}
  .faq-title {
    font-size: 20px;}
  .faq-question {
    font-size: 16px;
	  color: #0274be !important;}
  .faq-answer {
    font-size: 15px;}
}


/*  Barra progreso carrito  */
.barra-envio-gratis {
    margin: 15px 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.mensaje-envio {
	  color:#0274be;
    margin-bottom: 8px;
    font-weight: bold;
	  text-align:center;
}
.progreso-fondo {
    background: #FFF;
    border-radius: 4px;
    height: 10px;
    width: 100%;
}
.progreso {
    background: #ffea00;
    height: 10px;
    border-radius: 4px;
    transition: width 0.4s ease;
}


