.b-print__container {
  max-width: 1200px;
  margin: 0 auto;
}
.b-print__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-print__logo {
  margin-right: 20px;
}
.b-print__phones {
  display: flex;
  margin-bottom: 5px;
}
.b-print__phones span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 10px;
}
.b-print__address {
  font-size: 16px;
  font-weight: bold;
}
.b-print__body {
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b7b1b1;
}
.b-print__picture {
  width: 30%;
  flex: none;
}
.b-print__picture img {
  width: 100%;
}
.b-print__info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-print__info-price {
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
.b-print__info-price-label {
  margin-right: 5px;
}
.b-print__info-price span.product-detail-price-old.product-cat-price-old {
  text-decoration: line-through;
}
.b-print__info-price span.product-detail-price-current.product-cat-price-current.discount {
  font-weight: bold;
}
.b-print__info-price span.product-detail-price-current.product-cat-price-current {
  font-weight: bold;
}
.b-print__properties {
  margin: 0;
  padding: 0;
  column-count: 2;
}
.b-print__properties-item {
  display: flex;
  margin-bottom: 10px;
}
.b-print__properties-name {
  clear: both;
  color: #7d8698;
  font-weight: normal;
  display: inline;
  margin-right: 0.25rem;
}

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