/*
Theme Name: Astra child
Theme URI: https://dcelectronicapty.com/
Version: 1.0
Description: Astra Pro child theme for DC Electronica
Author: Javier Moreno
Author URI: https://www.linkedin.com/in/javmoreno/
Template: astra
*/
 
/*----------------- Cambios a partir de aquÃ­ -------------------------------*/

a, a:active, a:focus {
  outline: 0;
}

:is(.site-footer, .site-header) :is(
   h1, h2, h3, h4, h5, h6, p, span, a
) {
   color: white;
}

body :is(.site-footer, .site-header) :is(a:hover, a:focus),
body :is(.site-footer, .site-header) :is(a:hover, a:focus) span{
   color: #15b8b6
}

.cart-container .ast-addon-cart-wrap{
  border: none;
}