/* =============================================================
  COLOR PICKERS
============================================================= */

/* Primary color | Default: #b11a1a */

.button.style-4,
.button.style-19,
.checkbox-entry input:checked + span,
.product-image-label.type-2,
.quantity-selector .entry.number-minus:hover, .quantity-selector .entry.number-plus:hover,
.tabs-container.style-1 .tab-switcher.active,
.remove-button:hover,
body.style-19 .swiper-active-switch,
body.style-20 .swiper-tabs .block-title:before,
body.style-20 .swiper-active-switch,
body.style-20 .search-button,
body.style-20 .button.style-4,
ol li:before,
.square-button:hover, .square-button.active,
.button.style-10,
.header-functionality-entry span.products_count{
  background: #00781C ;
}

.button.style-4,
.button.style-19,
.tabs-container.style-1 .tab-switcher.active,
.remove-button:hover,
body.style-19 .swiper-active-switch,
body.style-20 .swiper-active-switch,
body.style-20 .button.style-4,
.square-button:hover, .square-button.active,
.button.style-10
{
  border-color: #00781C;
}
.parallax-article.dark-text .subtitle,
.production-logo a,
.container-404 .text a,
.traditional-cart-entry .title:hover,
.article-container ul li:before,
body.style-19 .product-slide-entry .title:hover,
body.style-19 .price .current,
body.style-19 .product-slide-entry .subtitle:hover,
body.style-20 .product-slide-entry .title:hover,
body.style-20 .price .current,
body.style-20 .product-slide-entry .subtitle:hover,
body.style-20 .cart-box.popup .content .price,
body.style-20 .cart-box.popup .summary .grandtotal span,
.article-container a,
.button.style-10:hover
{
  color: #00781C;
}
body.style-20 .mozaic-banners-wrapper.type-2 .mozaic-banner-content .subtitle
{
  color: #00781C !important;
}
@media (min-width: 1200px) {
   body.style-19 .navigation-copyright a,
  .header-wrapper.center-container .navigation-copyright a,
  a, a:hover, nav>ul>li>a.current
  {color: #00781C}
}
@media (max-width: 1199px){
  nav>ul>li>a:hover, .navigation-copyright a {
  color: #00781C
  }
}

/* background header | Default: #fafafa */
@media (max-width: 767px) {
#content-block header,
.sidebar-header-content{
    background-color: rgba(162,184,211,0.51);
  }
}
@media (min-width: 1200px) {
  header.fixed-header .nav-overflow {
  border-bottom: 2px rgba(162,184,211,0.51) solid;
  }
  header.fixed-header .nav-overflow {
  background: rgba(162,184,211,0.51) ;
  }
}
@media (max-width: 1199px) {
#content-block header,
.sidebar-header-content {
    background-color: rgba(162,184,211,0.51);
  }
}

/* Font Color header | Default: #3d3d3d */
@media (min-width: 1200px) {
  .header-functionality-entry b,
  .header-functionality-entry,
  nav>ul>li>a {
    color:#3d3d3d;
  }
}

/* Font Color header Hover | Default: #312926 */
@media (min-width: 1200px) {
  nav>ul>li>a:hover {
    color:#3d3d3d
  }
}

/* store name sidebar | Default: #B11A1A */
.storelogo a {
  color:#000002 !important;
}
/* store name top | Default: #B11A1A */
.storelogo-top a
{
  color: !important;
}
.quantity-button:hover {background: #00781C !important; }
.toast, .toast-success {background-color: #009D14;}
