/*Ocultar panel de registro en página My Account de Woocommerce*/

div.u-column2.col-2 {
  display: none;
}

/* Colores texto en woocommerce */

.subscription-details {
  color: #57424a;
}

bdi {
  color: #57424a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #57424A;
}

/* Colores botones en woocommerce */

.woocommerce div.product form.cart .button {
  background-color: #57424a;
}

.woocommerce div.product form.cart .button a:hover {
  background-color: #F4E1DC;
}

.woocommerce button.button:hover {
  background-color: #f4e1dc;
}

.woocommerce button.button.alt:hover {
  background-color: #f4e1dc;
}

.woocommerce-message .button wc-forward {
  background-color: #57424a;
}

.woocommerce span.onsale {
   background-color: #5f4b53;
}