.theme-bg {
  background-color: #BA71E3;
}

#onesignal-bell-container.onesignal-reset {
    z-index: 100000 !important;
}
#intercom-container .intercom-launcher-frame {
    z-index: 2147483001 !important;
}
#menu {
    background-color: #BA71E3;
    background-image: linear-gradient(to bottom, #BA71E3, #BA71E3);
    border-color: #BA71E3 #BA71E3 #BA71E3;
}
#menu .see-all:hover, #menu .see-all:focus {
  background-color: #BA71E3;
  background-image: linear-gradient(to bottom, #BA71E3, #BA71E3);
  }

.dropdown-menu li > a:hover {
  background-color: #BA71E3;
  background-image: linear-gradient(to bottom, #BA71E3, #BA71E3);
}

h3 {
  color: #BA71E3;
}

a {
  color: #574E5d;
}

a:focus, a:hover {
  color: #BA71E3;
}

#logo {
    margin: 0 0 0px 0;
}

#logo img {
  max-height: 100px !important;
  margin-top: -30px;
}

@media (max-width: 767px) {
  #logo {
      margin: 0 0 10px 0;
  }

  #logo img {
    max-height: 100px !important;
    margin-top: 0px;
  }
}

#top {
    background-color: #574E5D;
    border-bottom: 1px solid #574E5D;
    margin: 0 0 32px 0;
}

#top .btn-link, #top-links li, #top-links a {
    color: #fff;
    text-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: none;
    background-color: #574E5D;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border: none;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #574E5D;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border: none;
}

.btn-cart {
    color: #ffffff !important;
    text-shadow: none;
    background-color: #BA71E3 !important;
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border: none;
    border-radius: 5px;
}

#cart-modal .btn-info {
  color: #ffffff !important;
  text-shadow: none;
  background-color: #BA71E3 !important;
  background-image: none;
  background-repeat: repeat-x;
  border-color: none;
  border: none;
  border-radius: 5px;
}

.product-thumb .button-group {
    border: none;
    background-color:none;
    border-radius: 5px;
}

.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    color: #ffffff !important;
    text-shadow: none;
    background-color: #BA71E3 !important;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#top-links .dropdown-menu li, #top-links .dropdown-menu a {
    color: #888;
}

#top-links .dropdown-menu li, #top-links .dropdown-menu a {
    color: #888;
}

#top .btn-link:hover, #top-links a:hover {
    color: #e2e2e2;
    background-color: #574E5D;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #574E5D;
}

.panel-default>.panel-heading h3, .panel-default>.panel-heading h4{
    color: #fff !important;
}

#cart-modal p a {
  font-weight: bold;
}

.title a {
  font-size: 25px;
  text-decoration: underline;
}

.category-list a {
  text-decoration: underline;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #BA71E3;
    background-position: 0 -15px;
}

#account-navigation .btn-primary {
    border: 1px solid #BA71E3;
}

@media (max-width: 500px) {
  #top {
      margin: 0 0 10px 0;
  }
  .breadcrumb {
    overflow: hidden;
  }
  .breadcrumb > li:after {
    top: 6px;
    right: 0px;
    width: 12px;
    height: 12px;
  }
}

.modal-title {
    color: #fff;
}

.modal-header {
    background-color: #BA71E3;
}
