.current-selling {
  ul {
    list-style-type: none;
  }
}

table {
  width: 100%;
}

.btn-primary {
  background: $deepblue;
}

.product-box {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

label[required] {
  &:after {
    content: "*";
    color: red;
  }
}