.store_amount_wrap.table {
  width: 99%;
}
.store_amount_wrap.table thead td {
  border-top: 3px solid #ececec;
  padding: 15px;
  font-size: 14px;
}
.store_amount_wrap.table tbody tr td {
  border-top: 1px solid #ececec;
  padding: 15px;
  vertical-align: middle;
}
.store_amount_wrap.table tbody tr td:first-child {
  border-left: 1px solid #ececec;
}
.store_amount_wrap.table tbody tr td:last-child {
  border-right: 1px solid #ececec;
}
.store_amount_wrap.table tbody tr td.name {
  font-weight: 600;
  color: #555;
}
.store_amount_wrap.table tbody tr td .amount {
  display: flex;
  justify-content: center;
}
.store_amount_wrap.table tbody tr td .amount .amount_icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.store_amount_wrap.table tbody tr td .amount .amount_icon .disc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*display: inline-block;
  vertical-align: middle;*/
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ececec;
  margin-right: 2px;
}
.store_amount_wrap.table tbody tr td .amount .amount_icon .disc:last-child {
  margin-right: 0;
}
.store_amount_wrap.table tbody tr td .amount.green .amount_icon .disc.fill {
  border-color: #7bcc7b;
}
.store_amount_wrap.table tbody tr td .amount.green .amount_value {
  color: #59af59;
}
.store_amount_wrap.table tbody tr:last-child td {
  border-bottom: 1px solid #ececec;
}
.store_amount_wrap.table tbody tr.disabled {
  opacity: 0.4;
}
.store_amount_wrap.table tbody tr.disabled td.name {
  font-weight: 300;
}

.amount_filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.amount_filter .filter {
  margin-right: 20px;
  flex-grow: 1;
}
.amount_filter .filter:last-child {
  margin-right: 0;
}
.amount_filter .filter.show_variant {
  background: #f4f4f4;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.amount_filter .filter.show_variant .show_variant__item {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.amount_filter .filter.show_variant .show_variant__item.active {
  background-color: #fff;
  color: #457cd7;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.amount_filter .filter.region select {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 10px;
  height: 50px;
  outline-color: #AA2534;
}
.amount_filter .filter.region select option {
  outline-color: #AA2534;
}
.amount_filter .filter.search_store input {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 4px;
  background-color: #f4f4f4;
  padding: 10px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.amount_list_inner .inner_item {
  display: none;
  overflow-x: auto;
}
.amount_list_inner .inner_item a {
  white-space: nowrap;
}

td.tac {
  text-align: center;
}
@media (max-width: 576px) {
  td.tac .hide-mobile {
    display: none;
  }
}

@media (max-width: 600px) {
  .amount_filter {
    flex-wrap: wrap;
  }
  .amount_filter .filter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
