.tx-bubox .box-list {
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 1px solid #f89e10;
}
.tx-bubox .box-list .box {
  margin-bottom: 30px;
}
.tx-bubox .box-list .box.notavailable {
  opacity: 0.5;
}
.tx-bubox .box-list hr {
  border-top: 1px solid #f89e10;
  display: block;
  margin: 0px 15px 15px 15px;
  width: 100%;
}
.tx-bubox .box-list .box>div>h2 {
  color: #f89e10;
  font-weight: 600;
  font-size:30px;
}
.tx-bubox .box-list .box>div>h3 {
  /* display: block; */
  display: none;
  color: rgba(255,153,0,0.2);
  font-weight: 900;
  font-size: 90px;
  position: absolute;
  bottom: calc(50% - 45px);
}
.tx-bubox .box-list .box>div>strong.price {
  font-weight: 600;
  font-size: 24px;
}
.tx-bubox .box-list .box>div>.measurement {
  font-weight: 600;
}
.tx-bubox .box-list .box>div>.measurement>strong {
  color: #f89e10;
}