/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*HAY QUE MODIFICAR EL FONDO POR CADA ATRIBUTO QUE HAY, INCLUYENDO CADA VARIEDAD DE ATRIBUTO*/

/*CAPACIDAD DE RAM*/

/*Fondo etiqueta RAM 8*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-8gb-ram.label-attribute-pa_capacidad-ram{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta RAM 16*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-16gb-ram.label-attribute-pa_capacidad-ram{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta RAM 32*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-32gb-ram.label-attribute-pa_capacidad-ram{
	background-color: rgb(252, 201, 88);
}

/*TIPO PROCESADOR*/

/*Fondo etiqueta procesador I5*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-intel-i5.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}/*Fondo etiqueta procesador I3*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-intel-i3.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}
/*Fondo etiqueta procesador I7*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-intel-i7.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}
/*Fondo etiqueta procesador I9*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-intel-i9.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}
/*Fondo etiqueta procesador RYZEN 3*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-ryzen-3.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}
/*Fondo etiqueta procesador RYZEN 5*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-ryzen-5.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}
/*Fondo etiqueta procesador RYZEN 7*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-ryzen-7.label-attribute-pa_tipo-procesador{
	background-color: rgb(101, 180, 247);
}

/*CAPACIDAD DISCO*/

/*Fondo etiqueta disco 240*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-240gb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 128*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-128gb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 480*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-480gb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 500*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-500gb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 1TB*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-1tb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 2TB*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-2tb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}
/*Fondo etiqueta disco 240500gb*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-240500gb.label-attribute-pa_capacidad-disco{
	background-color: rgb(252, 201, 88);
}

/*PULGADAS*/

/*Fondo etiqueta pulgadas 14*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-14.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}/*Fondo etiqueta pulgadas sin monitor*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-sin-monitor.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}
/*Fondo etiqueta pulgadas 15*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-15.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}
/*Fondo etiqueta pulgadas 15,6*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-156.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}
/*Fondo etiqueta pulgadas 16*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-16.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}
/*Fondo etiqueta pulgadas 22*/
span.attribute-label.product-label.wd-shape-round-sm.label-term-22.label-attribute-pa_pulgadas{
	background-color: rgb(130, 212, 104);
}



/*COSAS SUELTAS*/
/*Fondo etiqueta %descuento*/
span.onsale.product-label.wd-shape-round-sm{
	background-color: rgb(247, 47, 76);
}
/*Fondo variaciones producto individual*/
:root a.wd-swatch.wd-enabled.wd-text.wd-active{
	background-color: rgb(101, 180, 247);
	border-color: rgb(101, 180, 247);
}
/*Fondo boton añadir al carrito*/
:root button{
	--btn-accented-bgcolor rgb(66, 174, 62);
	--btn-accented-bgcolor-hover: rgb(65, 46, 188);
}
button.single_add_to_cart_button.button.alt{
	background-color: rgba(66, 174, 62, 1);
}
:root button#place_order{
	background-color: rgb(66, 174, 62);
}



/*TABLA DE VARIACIONES*/
table.variations{
	background-color: rgb(252, 251, 250);
	border: 6px dashed rgb(101, 180, 247);
}
/*  FILA*/
tr {
}
/* TITULO FILA*/
td{
	margin-left: 20px;
	margin-bottom: 7px;
}
/* TITULO COLUMNA*/
th{
	margin-left: 15px;
	margin-top: 2px;
}
td.value.cell.with-swatches{
	padding-bottom: 10px;
}