.woocommerce div.product form.cart .variations th {
  display: none;
}

.woocommerce-order-overview,
.woocommerce-order-overview * {
    color: #000 !important;
}


.woocommerce div.product form.cart .variations td {
  background-color: #0000;
  padding: 0px;
  margin: 0px;
}

.woocommerce-variation-price {
  color:black !important;
  font-family: poppins;
	font-size:34px;
	font-weight: 500;
	mar gin-top:-30px !important;
	margin-bo ttom:30px;
	mar gin-left:10px;
}

.woocommerce .price {
    color: #1a1a1a !important;
}

.woocommerce-variation-add-to-cart {
padding-top:10px;
}

.value.woo-variation-items-wrapper {
margin-bottom:-20px !important;
}