body {
  background-color: black;
}
option {
  background-color: #000000 !important;
  color: white !important;
  padding: 5px !important;
}
.woocommerce button.button:disabled {
  display: none !important;
}
.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
form.woocommerce-cart-form {
width: 100% !important;
}