/*
Theme Name: Zota Child
Author: AvantEDGE Labs - Digital Agency
Description: Child theme personalizado para V Partes Autorepuestos, desarrollado por AvantEDGE Labs sobre Zota.
Version: 1.0.0
Author URI: https://digitalagency.avantedgelabs.com/
Template: zota
Text Domain: zota-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
:root {
  --vp-red: #c4161c;
  --vp-dark: #111111;
  --vp-gray: #f5f5f5;
  --vp-border: #e5e5e5;
}
/* =========================
   GLOBAL STYLES
========================= */

/* =========================
   HEADER
========================= */

/* =========================
   WOOCOMMERCE
========================= */
.vp-compatibility-notice {
  margin: 15px 0;
  padding: 14px 16px;
  border: 1px solid var(--vp-border);
  background-color: var(--vp-gray);
  border-left: 4px solid var(--vp-red);
  font-size: 14px;
  line-height: 1.4;
}

.vp-compatibility-notice strong {
  color: var(--vp-dark);
}

.vp-compatibility-notice a {
  display: inline-block;
  margin-top: 6px;
  color: var(--vp-red);
  font-weight: 600;
  text-decoration: none;
}

.vp-compatibility-notice a:hover {
  text-decoration: underline;
}

/* =========================
   ELEMENTOR OVERRIDES
========================= */
