/*
Theme Name: astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/ 
.insert-page-1931 {
    display: none;
}
.product_meta {
    display: none;
}
.ast-separate-container .ast-woocommerce-container {
    padding: 40px;
}
/*
ul.atributos {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 40px 0;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
}
ul.atributos li {
    text-align: center;
    width: 110px;
    line-height: 1.2;

}
ul.atributos li::before {
    display: block;
}
*/
ul.atributos {
    
    list-style: none;
    margin: 40px 0;
    
}
ul.atributos li {
    display: flex;
    line-height: 1.2;
    padding: 8px 20px;
    margin-bottom: 10px;
    align-items: center;
    background-color: rgba(255,187,25,0.17);
    border-left: 2px solid;
    

}
ul.atributos li::before {
   margin-right: 15px;
}
li.atr_edad::before {
    content: url('/../wp-content/uploads/edad-icono.png');
}
li.atr_piel::before {
    content: url('/../wp-content/uploads/tipo-de-piel.png');
}
li.atr_nec::before {
    content: url('/../wp-content/uploads/necesidad.png');
}
.desplegable h4 {
    font-size: 16px;
}
.desplegable ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.desplegable ul li {
    font-size: 13px;
}
.desplegable ul li a:hover {
    color: orange;
}
section.related {
    margin-top: 30px;
}
.info-item {
    padding: 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}
@media (max-width: 921px) {
 


}
@media (max-width: 767px) {
    
  
}
@media (max-width: 487px) {
    
  
}