.ProductBox {
  padding: 12px;
  margin: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
}
.ProductBox__image img {
  width: 100%;
  height: auto;
}
.ProductBox__text__block:not(:nth-child(1)) {
  margin-top: 1em;
}
.ProductBox__text__block__item > div.strong {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 10000px;
}
.ProductBox__text__block__item > div.strong > span:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ProductBox__text__block__item > div.strong span + button {
  margin-left: 0.5em;
}
.ProductBox .___changeProductType {
  font-size: 12px;
  font-weight: 600;
}
.ProductBox + .ProductBox {
  margin-top: 12px;
}
@media (min-width: 576px ) and (max-width: 1199px ) {
  .ProductBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ProductBox__image {
    width: 33%;
  }
  .ProductBox__text {
    width: 67%;
    padding-left: 12px;
  }
}
