.shop_attributes tr, .shop_attributes tr td { 
					background-color: #FFFFFF !important;
					color: #000000 !important;
				} 
				.shop_attributes tr.alt, .shop_attributes tr.alt td { 
					background-color: #EAEAEA !important;
					color: #000000 !important;
				}
				.shop_attributes tr {
    justify-content: flex-start !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
    padding: 15px 20px !important;
    font-size: 14px;
    
}
}
.shop_attributes td {
    text-align: right !important;
}