a {
  text-decoration: none;
  color: #AE256C;
}
a:hover {
  color: #CE2C81;
  text-decoration: none;
}

.text-color {
  color: #AE256C;
}
.highlight {
  background: #AE256C;
  color: #fff;

}

.btn-primary {
  background: #AE256C;
  color: #fff;
  border-color: #AE256C;
}
.btn-primary:hover {
  background: #CE2C81;
  border-color: #CE2C81;
}

.btn-white {
  background: #fff;
  color: #CE2C81;
}
.btn-white:hover {
  color: #CE2C81;
  background: #e6e6e6;
}

.btn-ghost.btn-primary {
  color: #AE256C;
  border: 1px solid #AE256C;
}
.btn-ghost.btn-primary:hover {
  background: #AE256C;
  color: #fff;
}

.hover-img .hover-icon:before {

  background: #AE256C;

}
.product-quick-view .fa:hover {
  background: #AE256C;
  color: #fff;
}

.product-category-icon {

  background: #AE256C;
  color: #fff;

}
.product-search-results .product-price {
  background: #AE256C;
  color: #fff;

}
.product-info-price {

  color: #AE256C;

}

.box-icon {

  background: #AE256C;
  color: #fff;

}
.box-icon:hover {
  color: #fff;
  background: #CE2C81;
}

.tabbable >.nav li.active a {
  background: #AE256C;
  color: #fff;
  border: none;
}
.tabbable >.nav li.active .fa {
  background: #CE2C81;
}
.countdown.countdown-inline > div:first-child span.count {

  color: #CE2C81;
}
.countdown.countdown-inline > div:first-child span.title {

  color: #CE2C81;
}

.fotorama__thumb-border {
  border-color: #CE2C81;
}