.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals.calculated_shipping h2{
  display: none !important;
}
.woocommerce form .form-row label {
  line-height: 2;
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper{
  width: 100%;
}
.woocommerce input[type=text],
.woocommerce input[type=tel],
.woocommerce input[type=email] {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  color: #000;
}

.woocommerce .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  color: #000;
}

.woocommerce .select2-container--open .select2-dropdown{
  top: 4px;
  border: 1px solid #000;
  border-top: none;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper{
  width: 100%;
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: #E51746;
  font-weight: bold;
}

/* Cart page */
.woocommerce-page .cart-collaterals .cart_totals h2{
  font-size: 3rem;
}

/* Cart button */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  color: white;
  background-color: #E51746;
  border-color: #E51746;
  text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  color: #E51746;
  background-color: white;
  border-color: white;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
/* Checkout Button */
.woocommerce button.button.alt{
  color: white;
  background-color: #E51746;
  border-color: #E51746;
  text-align: center;
  padding: 1rem;
}
.woocommerce button.button.alt:hover{
  color: #E51746;
  background-color: white;
  border-color: white;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}
.woocommerce button.button.alt.disabled{
  background-color: #E51746;
  border-color: #E51746;
  opacity: 0.7;
}
.woocommerce button.button.alt.disabled:hover{
  background-color: #E51746;
  border-color: #E51746;
  opacity: 0.7;
}

/* Single product */
.single-product .cart .quantity{
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
/* Single product button */
.woocommerce ul.products li.product .button {
  color: white;
  background-color: #E51746;
  border-color: #E51746;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.woocommerce ul.products li.product .button:hover {
  color: #E51746;
  background-color: white;
  border-color: white;
  box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 10%);
}

/* Single product page */
.single-product table.variations,
.single-product .variations tbody,
.single-product .variations tr, 
.single-product .variations th, 
.single-product .variations td {
  all: unset;
}
.single-product .variations label {
  color: #E51746;
}
.single-product .variations td.value {
  margin-bottom: 15px;
}
.single-product .variations select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 90%;
  color: #000;
}

@media only screen and (max-width: 575px) {
  .single-product .variations select {
    width: 100%;
  }
}