/*
Theme name: Voz Divina
 */

Body {
  font-family: 'Roboto', sans-serif;
}

.fa fa-shopping-cart {
  position: relative;
}

.carrinho-count {
  display         : block;
  border-radius   : 50%;
  width           : 16px;
  height          : 16px;
  background-color: orchid;
  font-size       : 1.2rem;
  font-weight     : bold;
  display         : flex;
  align-items     : center;
  justify-content : center;
  color           : #fff;
  position        : absolute;
  top             : -15px;
  left            : -1px;
  padding         : 10px;
}

#menu-principal .dropdown.mega-dropdown>a {
  color: #cc9900;
}

#menu-principal .dropdown.mega-dropdown.current-menu-item>a {
  color: #665080;
  ;
}