.price-elements {
  border: 2px solid #ebebeb;
  margin-bottom: 1rem;
}

.price-elements--description {
  margin-bottom: 2rem;
}

.price-elements--header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
  font-size: 95%;
  font-weight: bold;
  background-color: #f9f9f9;
  line-height: 1.2;
}
.price-elements--header > div {
  padding: 5px;
}
.price-elements--header .measure {
  width: 150px;
  flex: 0 0 150px;
}
.price-elements--header .name {
  width: auto;
  flex: 1 1 auto;
  padding-left: 45px;
}
.price-elements--header .price {
  width: 150px;
  flex: 0 0 150px;
}
.price-elements--header .full-price {
  width: 150px;
  flex: 0 0 150px;
}

.price-element {
  border-top: 1px solid #ebebeb;
}
.price-element .element {
  display: flex;
  font-size: 95%;
}
.price-element .element > div {
  padding: 5px;
}
.price-element .element .numeration {
  width: 40px;
  flex: 0 0 40px;
  text-align: center;
  color: #999999;
}
.price-element .element .image {
  width: 80px;
  flex: 0 0 80px;
}
.price-element .element .image img {
  max-width: 100%;
}
.price-element .element .name {
  width: auto;
  flex: 1 1 auto;
}
.price-element .element .name a {
  color: inherit;
}
.price-element .element .measure {
  width: 150px;
  flex: 0 0 150px;
}
.price-element .element .price {
  width: 150px;
  flex: 0 0 150px;
}
.price-element .element .full-price {
  width: 150px;
  flex: 0 0 150px;
  font-weight: bold;
}
.price-element .subelements .subelement {
  display: flex;
  padding-left: 126px;
  font-size: 90%;
  color: #737373;
}
.price-element .subelements .subelement > div {
  padding: 4px;
}
.price-element .subelements .subelement .name {
  width: auto;
  flex: 1 1 auto;
}
.price-element .subelements .subelement .measure {
  width: 150px;
  flex: 0 0 150px;
}
.price-element .subelements .subelement .price {
  width: 150px;
  flex: 0 0 150px;
}
.price-element .subelements .subelement .full-price {
  width: 150px;
  flex: 0 0 150px;
  font-weight: bold;
}
.price-element .subelements .subelement + .subelement {
  border-top: 1px solid #f9f9f9;
}

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