/*
Theme Name:  AloeClinic
Description: Tema hijo para hacer personalizaciones de código
Author:      
Author URL:  https://aloeclinic.com/
Template:    Divi
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Divi-aloeclinic
*/

/* --- MARGENES --- */
@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth,
	.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row {
		width: 96% !important; 
   }

	/* Igualar altura productos (hasta cierto punto)*/
	.woocommerce-loop-product__title{
		min-height: 90px !important;
	}
}

/* --- BOTÓN --- */

.button .product_type_simple .add_to_cart_button .ajax_add_to_cart{
	background: #000 !important;
}

/*Código para centrar el botón */ 
.woocommerce ul.products li.product .button {
    display: block;
    margin-top: 1em;
    align-items: center;
    text-align: center;
}

.woocommerce-loop-product__title{
	color: #3e5e00;
}

/* --- PRECIO --- */
.woocommerce-Price-amount{
	font-size: 1.5em;
	color: #7ba229;
}


/* Igualar altura productos (hasta cierto punto)*/
.woocommerce-loop-product__title{
	min-height: 45px;	
}
/* Igualar altura productos (dentro de la categoría)*/
a.woocommerce-LoopProduct-link > h2.woocommerce-loop-product__title{
	min-height: 75px;
}


.woocommerce-ordering {
    margin-bottom: 20px;
    text-align: right; /* O "left" según tu diseño */
}

.woocommerce-ordering select {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid rgba(124,218,36,0.3);
    background-color: #7cc68d;
    color: #f1fff8 !important;

}

/* Borde en las miniaturas de los productos */
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
	border: 1px solid #7cc68d78;
}

/*
.woocommerce ul.products li.product a img{
	padding: 3px;
	border: 1px solid #7cc68d78;
	box-sizing: border-box;
}
*/

.woocommerce div.product div.images img{
	/*padding: 0px;*/
	border: 1px solid #7cc68d78;
	box-sizing: border-box;
}
*/

/*-------------------------------- BLOG ----------------------------------------*/
/*img[src="https://aloe.pacocarmonacastro.com/wp-content/uploads/2025/01/IMG_8068_106x159_50c.jpg"] {
	width: 10px !important;
	height: 10px !important;
}*/

div.et_post_meta_wrapper > img:nth-child(3) {
	width: auto !important;
	height: auto !important;
}

/* Iconos redes sociales */
.et_pb_social_media_follow li a.icon{
	height: 60px;
	width: 80px;
}