/* 
 Theme Name:   Hello Elementor Child
 Theme URI:    
 Description:  
 Author:       aleksandar
 Author URI:   https://testing-am.com/sp2
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* USLUGE */

.service-widget {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-item {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 600;
  color: #090119;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s ease-in-out;
}

.service-item:last-child {
  border-bottom: none;
}

.service-item:hover {
  background: #f9f9f9;
  color: #D82B41;
}

.service-item.active {
  background: #D82B41;
  color: #fff;
}

/* PROIZVODI */

.product-widget {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.product-item {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 600;
  color: #090119;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.2s ease-in-out;
}

.product-item:last-child {
  border-bottom: none;
}

.product-item:hover {
  background: #f9f9f9;
  color: #D82B41;
}

.product-item.active {
  background: #D82B41;
  color: #fff;
}