div.productInfo.productReqs i[class*="icon"] {
  color: inherit;
}
/*.productInfo h2 {
  color: #ff631d;
}*/

body .pricetag {
  border-radius: 0px;
  overflow: visible;
}
body .pricetag h4 {
  border-radius: 7px 7px 0 0;
  color: #0078a2;
}
body .pricetag h4::after {
  color: #0078a2;
}
body .pricetag p:last-child a {
  border-radius: 0 0 7px 7px;
}
@media print, screen and (min-width: 600px) and (max-width: 800px) {
  body .pricetag a[href*="Store"] span {
    display: block;
    font-size: 0.75em;
    line-height: 0.75;
  }
}
@media print, screen and (min-width: 800px) and (max-width: 1120px) {
  body .pricetag a[href*="Store"] span {
    display: none;
  }
}
@media print, screen and (min-width: 1120px) {
  body .pricetag .exp {
    position: absolute;
    bottom: 0;
    left: -14px;
    z-index: 1;
    transform: rotate(-90deg);
    transform-origin: left;
  }
  body .pricetag .exp::before {
    margin-right: 0.5em;
    transform: rotate(90deg);
    bottom: 1px !important;
  }
}
body .pricetag table tr td:only-child {
  padding-right: 0;
}
