/* remove purple colour from drop-downs */

.navbar.bg-default .dropdown-item:hover,
.navbar.bg-default .dropdown-item:focus {
  box-shadow: 0 4px 20px 0px rgba(153, 153, 153, 0.14), 0 7px 10px -5px rgba(153, 153, 153, 0.4);
  background-color: #999999;
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
