/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-top a[data-depth="0"] {
  color: #702c9c;
  text-transform: uppercase;
  text-decoration: underline;
}
#header .top-menu a[data-depth="0"]:hover {
  color: #702c9c;
  text-decoration: dotted;
  font-size: 1.2rem;
}
#header {
  color: #33cc33;
}
#header a {
  color: #33cc33;
}
 #header a:hover {
  color: #702c9c;
  text-decoration: underline;
}
#header .header-nav .cart-preview.active {
  background: #702c9c;
}
.product-flags li.product-flag {
  background: #702c9c;
}
.block-categories a {
  color: #702c9c;
}
.footer-container li a:hover {
  color: #702c9c;
}
a {
  color: #702c9c;
  text-decoration: none;
}
a:hover {
  color: #702c9c;
   text-decoration: underline;
}
#header .header-nav .cart-preview.active {
  background: #702c9c;
}
.btn-primary {
  color: #fff;
  background-color: #702c9c;
  border-color: rgba(0,0,0,0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #a260cc;
  border-color: rgba(0,0,0,0);
}
.cart-grid-body a.label:hover {
  color: #702c9c;
}
.product-price {
  color: #702c9c;
}
.tabs .nav-tabs .nav-link.active {
  color: #702c9c;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: #702c9c 3px solid;
}
.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
  border: #702c9c 3px solid;
}
.tabs .nav-tabs .nav-link.active {
  color: #702c9c;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom: #702c9c 3px solid;
}