.page > #page > #content .entry-title {
  color: white;
}
td p {
  color: white;
}
.wc-block-cart-items__row div > div > .price {
  color: white;
}
.wc-block-cart-items__row > td > div > .price > .wc-block-formatted-money-amount {
  color: white;
}
.wc-block-components-main .wc-block-cart-items__header-total {
  color: white;
}
.wc-block-cart-items .wc-block-cart-items__header-image > span {
  color: white;
}
div .wp-block-woocommerce-cart-order-summary-heading-block {
  color: #ffffff !important;
  -webkit-text-stroke-color: #ffffff;
}
div .wp-block-woocommerce-cart-order-summary-subtotal-block {
  color: white;
}
.wc-block-components-sidebar .wc-block-components-totals-footer-item > span {
  color: white;
}
.wc-block-cart-items__row > td > div > div > button {
  color: #f9e207 !important;
  letter-spacing: 0px;
  -webkit-text-stroke-color: #a21717;
  text-shadow: 0px 5px 10px #fffaf9;
}
td .wc-block-components-product-details__tama-o {
  -webkit-text-stroke-color: #ffffff;
  color: #ffffff;
}
.wp-block-woocommerce-cart .wc-block-components-main {
  -webkit-text-stroke-color: #ffffff;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon-link {
  color: #44b373;
}
tbody > .wc-block-cart-items__row .wc-block-components-product-name {
  color: #44b373;
}
.wc-block-components-sidebar .wc-block-components-button__text {
  color: #44b373;
}
.wc-block-cart-items__row .wc-block-components-quantity-selector__button--minus {
  color: #f3efef;
}
.wc-block-cart-items__row .wc-block-components-quantity-selector__button--plus {
  color: #ffffff;
}
td .wc-block-components-quantity-selector__button--minus {
  color: #ffffff !important;
}
td .wc-block-components-quantity-selector__button--plus {
  color: #ffffff !important;
}
td .wc-block-components-quantity-selector__input {
  color: #ffffff !important;
}
.wp-block-woocommerce-empty-cart-block li > a {
  color: #fffaf9;
}
ul > li .woocommerce-Price-amount {
  color: #f9e207;
}
.wp-block-woocommerce-cart .wp-block-heading {
  color: #fffaf9;
}
.wc-block-components-main #contact-fields .wc-block-components-title {
  color: #fffaf9;
}
.wc-block-components-main #contact-fields .wc-block-components-checkout-step__description {
  color: #fffaf9;
}
.wc-block-components-main #billing-fields .wc-block-components-title {
  color: #fffaf9;
}
.wc-block-components-main #billing-fields .wc-block-components-checkout-step__description {
  color: #fffaf9;
}
.wc-block-components-main #payment-method .wc-block-components-title {
  color: #fffaf9;
}
.wc-block-components-radio-control__option .wc-block-components-payment-method-label {
  color: #fffaf9;
}
.wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-content > div {
  color: #fffaf9;
}
.wc-block-components-checkout-step__content .wc-block-components-checkbox__label {
  color: #fffaf9;
}
.wc-block-components-sidebar-layout .wc-block-checkout__terms > span {
  color: #fffaf9;
}
.wc-block-components-main .wc-block-components-checkout-return-to-cart-button {
  color: #ffffff;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-panel__button {
  color: #fffaf9;
}
.wc-block-components-panel__content .wc-block-components-product-name {
  color: #ffffff !important;
}
.wc-block-components-order-summary-item p {
  color: #fbfafa;
}
.wc-block-components-order-summary__content div .wc-block-formatted-money-amount {
  color: #ffffff !important;
}
.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-subtotal-block span {
  color: #ffffff !important;
}
.woocommerce-checkout .woocommerce p {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce .order_details strong {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce .order_details li {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce h2 {
  color: #fffaf9;
}
.page-content .wc-bacs-bank-details-account-name {
  color: #fffaf9;
}
.page-content address {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce .shop_table th {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce .shop_table td {
  color: #fffaf9;
}
.woocommerce-checkout .woocommerce table a {
  color: #44b373;
}
.wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-components-button__text {
  content: "Botón";
  display: inline-block;
  padding: 10px 20px;
  background-color: #217c65;
  /* Color de fondo del botón */
  color: #fff;
  /* Color del texto del botón */
  border: none;
  /* Borde del botón */
  border-radius: 5px;
  /* Radio de borde del botón */
  cursor: pointer;
  /* Cambia el cursor al pasar por encima del botón */
}
.wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-components-button__text .wc-block-components-sidebar .wc-block-cart__submit-container .wc-block-components-button__text::before:hover {
  background-color: #0056b3;
  /* Cambia el color de fondo al pasar el ratón por encima */
}
