#cstmr-discounts-info {
  max-width: 800px;
}

.eoms-customers-discount {
  list-style-type: none;
  margin-left: 0;
  max-width: 700px;
  margin-bottom: 20px;
}
.eoms-customers-discount li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 2px;
  background-color: #e5e5e5;
}
@media (max-width: 900px) {
  .eoms-customers-discount li {
    padding: 10px;
  }
}
.eoms-customers-discount li.heading {
  font-weight: bold;
}
.eoms-customers-discount li:nth-child(even) {
  background-color: #f9f9f9;
}
.eoms-customers-discount li .is-accent {
  color: var(--themeColor, #008be2);
}
.eoms-customers-discount li span {
  flex-shrink: 0;
  flex-grow: 0;
}
.eoms-customers-discount li span.level {
  flex-basis: 47%;
}
.eoms-customers-discount li span.discount {
  flex-basis: 26%;
}
.eoms-customers-discount li span.benefits {
  flex-basis: 27%;
}
.eoms-customers-discount li span:not(:first-child) {
  text-align: center;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .eoms-customers-discount li span:not(:first-child) {
    padding-left: 15px;
  }
}

@media (max-width: 900px) {
  .eoms-customer-level thead {
    display: none;
  }
}
.eoms-customer-level thead th {
  background-color: #e5e5e5;
  border-bottom: 2px solid #ffffff !important;
}
@media (max-width: 900px) {
  .eoms-customer-level tbody tr {
    display: block;
  }
}
.eoms-customer-level tbody td {
  background-color: #f9f9f9;
}
@media (max-width: 900px) {
  .eoms-customer-level tbody td {
    display: flex;
    border: 0;
    margin-bottom: 2px;
  }
}
@media (max-width: 900px) {
  .eoms-customer-level tbody td span, .eoms-customer-level tbody td:before {
    display: block;
  }
}
.eoms-customer-level tbody td span {
  flex-grow: 1;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .eoms-customer-level tbody td:before {
    content: attr(data-title) ":";
    width: 40%;
    font-weight: bold;
  }
}

.customer-discount-info {
  cursor: pointer;
}
.customer-discount-info i {
  color: var(--themeColor, #008be2);
}

.eoms-customer-benefits-table {
  border: 1px solid #ccc;
  border-bottom: 0;
}
.eoms-customer-benefits-table h4 {
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  background-color: #e5e5e5;
}
.eoms-customer-benefits-table ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.eoms-customer-benefits-table ul li {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #cccccc;
  flex-basis: calc(100% / 3);
}
@media (max-width: 550px) {
  .eoms-customer-benefits-table ul li {
    flex-basis: 50%;
  }
}
@media (max-width: 550px) {
  .eoms-customer-benefits-table ul li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 550px) {
  .eoms-customer-benefits-table ul li:nth-last-child(-n+1) {
    border-bottom: 0;
  }
}
.eoms-customer-benefits-table ul li i {
  color: var(--themeColor, #666666);
}
@media (min-width: 551px) {
  .eoms-customer-benefits-table ul li:not(:nth-child(3n+3)) {
    border-right: 1px solid #ccc;
  }
}

.eoms-benefits-popup.fancybox-content {
  max-width: 850px;
}

/*# sourceMappingURL=discounts-front.css.map */
