#alg_currency_select.alg_currency_select {
  background-color: #dadfe3;
  color: #2375b8;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
  background-color: #0274be;
  color: #ffffff;
  font-weight: 700;
}

.woocommerce form .quantity .minus {
  background-color: #0274be;
  color: #ffffff;
}

.woocommerce form .quantity .plus {
  background-color: #0274be;
  color: #ffffff;
}

.woocommerce div.product form.cart .variations label {
  font-size: 17px;
}

.woocommerce .product .cart .quantity.buttons_added {
  font-size: 21px;
}