.shop_attributes tr, .shop_attributes tr td { 
					background-color: #FFFFFF !important;
					color: #0A0A0A !important;
				} 
				.shop_attributes tr.alt, .shop_attributes tr.alt td { 
					background-color: #FFFFFF !important;
					color: #000000 !important;
				}
				.shop_attributes tr {
    margin-bottom: auto !important;
    padding-bottom: inherit!important;
}

.woocommerce table.shop_attributes.woocommerce-group-attributes-layout-1 .attribute_row > td {
    padding-bottom: 15px;
    width: -webkit-fill-available;
}	

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: #00000000 !important;
    color: #767676 !important;
    font-family: 'gilroy-regular';
    font-weight: 400;
}
.woocommerce table.shop_attributes th {
    width: 220px;
    font-weight: 700;
}
.attribute_group_name {
        width: 300px !important;
        font-size: 18px;
        font-family: 'gilroy-semibold';
        font-weight: 400!important;
}				


.woocommerce table.shop_attributes.woocommerce-group-attributes-layout-1 th, .woocommerce table.shop_attributes.woocommerce-group-attributes-layout-2 th, .woocommerce table.shop_attributes.woocommerce-group-attributes-layout-3 th {
    font-family: 'gilroy-semibold';
}