.elementor .e-80ef973{font-family:ADLaM Display;color:#000000;border-color:#ffffff;background-color:#ffffff;flex-direction:column;/* Botón Añadir al carrito en YITH Wishlist */
.yith-wcwl-form .add_to_cart_button,
.yith-wcwl-form .single_add_to_cart_button,
.wishlist_table .add_to_cart_button,
.wishlist_table .button {
  background: #FF8800 !important;
  border: 3px solid #FF8800 !important;
  color: #000000 !important;
  border-radius: 8px !important;
  padding: 10px 20px !important;
  font-weight: 600;
}

/* Hover */
.yith-wcwl-form .add_to_cart_button:hover,
.yith-wcwl-form .single_add_to_cart_button:hover,
.wishlist_table .add_to_cart_button:hover,
.wishlist_table .button:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #FF8800 !important;
}/* Títulos de productos en la wishlist */
.yith-wcwl-form .product-name a,
.wishlist_table .product-name a {
  color: #000 !important;
}

/* Precios en la wishlist */
.yith-wcwl-form .product-price,
.yith-wcwl-form .product-price *,
.wishlist_table .product-price,
.wishlist_table .product-price * {
  color: #000 !important;
}\n}