/*
 Theme Name:   Carz Child Theme
 Theme URI:    https://carz.ancorathemes.com/
 Description:  Carz Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     carz
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  carz
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Botón WhatsApp en ficha de producto */
.woocommerce div.product .wa-order a.wa-button{
  display: inline-block !important;
  width: 50% !important;
  text-align: center !important;
  background: #25D366 !important;   /* WhatsApp green */
  color: #fff !important;
  padding: 12px 20px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none !important;
}

.woocommerce div.product .wa-order a.wa-button:hover{
  background: #1ebe5d !important;
  color: #fff !important;
}