/*
Theme Name: Uncode Child
Theme URI: http://www.undsgn.com/uncode
Author: Bikuma
Author URI: https://bikuma.com
Description: Child theme of Uncode for Spraydel. Put all custom styles, template overrides and PHP customizations here so the parent theme stays update-safe.
Template: uncode
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uncode-child
Domain Path: /languages/
*/

/* ==========================================================================
   Custom styles
   Loaded after the parent theme CSS, so plain selectors normally win without
   needing !important.
   ========================================================================== */

p.woocommerce-shipping-destination, .cart_totals .order-total {
   color: #ffffff;
}

.order-status-icon.order-status-icon--refunded {
   color: #000;
}

.cky-notice-btn-wrapper .cky-btn {
   color: #ffffff !important;
}

.formulario-contacto-home .wpcf7 span.wpcf7-not-valid-tip {
    color: #ffffff !important;
}