/*
 Theme Name:   Divi Child
 Theme URI:    http://localhost:8001/
 Description:  Child tema za Divi
 Author:       Ivica Fadljević
 Author URI:   https://tvoja-domena.hr/
 Template:     Divi
 Version:      1.0.0
*/

/* Dodatni CSS ovdje */


/* style.css u child temi */

.cart-menu-item { position: relative; }

.cart-link i {
  font-size: 20px;
  line-height: 1;
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  min-width: 18px;
  text-align: center;
  pointer-events: none;
}

body {
    /* Ovo je test iz child teme */
    background-color: #000000 !important;
  }
  