.img-btn {}

.img-btn:focus, .img-btn:active {
  outline: none;
}

.custom-price-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-price-list-separator {
  flex-grow: 1;
  border-bottom: 2px dotted #ccc;
  margin: 0 10px;
}

.custom-price-list-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
}

.custom-price-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}