.order-products .middle-line .action {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #666;
  margin: 15px 15px 0;
  cursor: pointer !important;
}

.quantity-control .icon {
  flex-shrink: 0 !important;
}

.total-info-wrapper ul {
    list-style: none;
    padding: 0;
    font-size: 11px;
}

.total-info-wrapper ul .bonus-item {
    color:#e3000f;
    font-weight: bold;
}

.notification-sale {
    color: #5d5959;
    font-size: 14px;
    background: #FADB5F;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 15px;
    text-align: center;
}

.notification-sale span {
    color:#e3000f;
}
