
.productLine {
  margin-bottom: 5em;
  padding-top: 2em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 3px 0 0;
}
.productLine-img {
  text-align: center;
}
.productLine-img img {
  width: 7em;
  margin-bottom: 1em;
}
.productLine-title {
  margin-bottom: 0.25em;
  font-size: 1.272727273em;
  line-height: 1;
  color: #333333;
  text-align: center;
}
.productLine-title b {
  display: block;
  margin: 0.25em 0 0.5em;
  font-size: 14pt;
  color: #929292;
}
.productLine-subtitle {
  margin-bottom: 1em;
  color: #46add1;
  text-align: center;
}
.productLine-subtitle b {
  display: block;
  font-size: 14pt;
  color: #929292;
}
.productLine-links {
  margin-bottom: 0.5em;
  color: #929292;
  font-size: 0.727272em;
  text-align: center;
}
.productLine-links span {
  margin: 0 0.125em;
  color: #e5e5e5;
}
.productLine-links span:last-of-type {
  display: none;
}
.productLine .item {
  margin-bottom: 3em;
}
.productLine .item.restricted .item-title {
  background-color: rgba(255, 255, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.productLine .item.restricted .item-summary,
.productLine .item.restricted .item-action {
  background-color: rgba(255, 255, 128, 0.5);
}
.productLine .item.restricted .item-price-list {
  border-color: rgba(0, 0, 0, 0.1);
}
.productLine .item.restricted .item-price-list span {
  color: rgba(0, 0, 0, 0.4);
}
.productLine .item.restricted .item-price-list > li {
  border-color: rgba(0, 0, 0, 0.1);
}
.productLine .item-mod {
  overflow: hidden;
}
.productLine .item-title {
  padding: 0.5em 0.5em 0.25em;
  font-family: Abel, Source Sans Pro, serif;
  font-size: 0.90909em;
  line-height: 1.25;
  text-align: center;
  color: #527932;
  background-color: #f8f8f8;
  border: 1px solid rgba(118, 172, 74, 0.5);
  border-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.productLine .item-title h1 {
  text-align: center;
}
.productLine .item-title b {
  display: block;
  width: 10em;
  padding: 0.125em 0.5em 0 1.75em;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: normal;
  color: white;
  text-align: center;
  background-color: rgba(190, 0, 0, 0.83);
  position: absolute;
  top: 0.5em;
  right: -1.75em;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  transform: rotate(25deg);
}
.productLine .item-title b h1 {
  text-align: center;
}
.productLine .item-title.special {
  text-align: left;
  padding-right: 4em;
}
.productLine .item-title.special br {
  display: none;
}
.productLine .item-subtitle {
  margin: 0;
  padding: 0.75em 1em 0;
  font-size: 0.81818em;
  border: 1px solid rgba(118, 172, 74, 0.5);
  border-width: 0 1px;
  display: none;
}
.productLine .item-summary {
  padding: 1em 0.5em;
  border: 1px solid rgba(118, 172, 74, 0.5);
  border-width: 0 1px;
}
.productLine .item-desc {
  margin-bottom: 1.5em;
  font-size: 0.727272em;
}
.productLine .item-desc ul {
  margin-left: 0.5em;
  padding-left: 1.125em;
  list-style: disc;
}
.productLine .item-desc ul li {
  margin-bottom: 0.375em;
  line-height: 1.25;
}
.productLine .item-desc ul li span {
  position: relative;
  right: 0.375em;
}
.productLine .item-desc ul li:only-child {
  list-style-type: none;
  margin-left: -1.125em;
}
.productLine .item-desc ul li:only-child span {
  position: static;
  right: unset;
}
.productLine .item-price u {
  text-decoration: none;
}
.productLine .item-discount {
  color: #5e883b;
}
.productLine .item-price-list,
.productLine .item-total {
  text-align: right;
}
.productLine .item-price-list span,
.productLine .item-total span {
  float: left;
}
.productLine .item-price-list {
  font-size: 0.727272em;
  border: 1px solid #ebebeb;
  border-width: 0 0 2px;
}
.productLine .item-price-list > li {
  padding: 0.25em 0;
  border: 1px dashed #ebebeb;
  border-width: 0 0 1px;
}
.productLine .item-price-list > li:last-of-type {
  border: none;
}
.productLine .item-price-list > li::after {
  display: block;
  content: "";
  clear: both;
}
.productLine .item-price-list > li::after-left {
  clear: left;
}
.productLine .item-price-list > li::after-right {
  clear: right;
}
.productLine .item-price-list > li::after-none {
  clear: none !important;
}
.productLine .item-price-list span {
  color: #929292;
}
.productLine .item-total {
  padding-top: 0.25em;
  color: #be0000;
}
.productLine .item-total::after {
  display: block;
  content: "";
  clear: both;
}
.productLine .item-total::after-left {
  clear: left;
}
.productLine .item-total::after-right {
  clear: right;
}
.productLine .item-total::after-none {
  clear: none !important;
}
.productLine .item-total span {
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.productLine .item-total b {
  font-weight: normal;
}
.productLine .item-action .button {
  display: block;
  margin: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.productLine .item-action .button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.productLine .item-action .button:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media print, screen and (max-width: 49.9375em) {
  .footnote {
    text-align: center;
  }
}
@media print, screen and (max-width: 37.4375em) {
  .productLine .item-title br:first-of-type {
    display: none;
  }
  .productLine .item-desc ul {
    column-count: 2;
    column-gap: 2.25em;
  }
  .productLine .item-desc ul li:only-child {
    column-span: all;
  }
}
@media print, screen and (min-width: 37.5em) {
  .productLine-title {
    font-size: 1.22222em;
  }
  .productLine-title b {
    font-size: 12pt;
  }
  .productLine-subtitle {
    font-size: 0.999999em;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .productLine-subtitle b {
    font-size: 12pt;
  }
  .productLine-links {
    font-size: 0.77778em;
  }
  .productLine .storeItems::after {
    display: block;
    content: "";
    clear: both;
  }
  .productLine .storeItems::after-left {
    clear: left;
  }
  .productLine .storeItems::after-right {
    clear: right;
  }
  .productLine .storeItems::after-none {
    clear: none !important;
  }
  .productLine .item {
    float: left;
    width: 50%;
  }
  .productLine .item-title {
    font-size: 1.11111em;
  }
  .productLine .item-subtitle {
    font-size: 0.88889em;
  }
  .productLine .item-desc,
  .productLine .item-price-list {
    font-size: 0.88889em;
  }
  .productLine .item-desc ul li {
    line-height: 1;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 49.9375em) {
  .productLine .item:nth-child(odd) {
    padding-right: 0.75em;
  }
  .productLine .item:nth-child(even) {
    padding-left: 0.75em;
  }
  .productLine .item:nth-child(odd) {
    clear: left;
  }
}
@media print, screen and (min-width: 50em) {
  .productLine .storeItems {
    clear: both;
  }
  .productLine-img {
    float: left;
    margin: 0 1em 1em 0;
  }
  .productLine-title {
    margin-top: 1em;
    font-size: 1.25em;
    text-align: left;
  }
  .productLine-subtitle {
    margin-right: unset;
    margin-left: unset;
    font-size: 1.125em;
    text-align: left;
  }
  .productLine-subtitle b {
    font-size: 10.5pt;
  }
  .productLine-links {
    padding-left: 0.85713975em;
    font-size: 0.875em;
    text-align: left;
  }
  .productLine .item {
    width: 33.33%;
    padding-right: 0.75em;
    padding-left: 0.75em;
  }
  .productLine .item:nth-child(3n+1) {
    clear: left;
  }
  .productLine .item:only-of-type {
    width: 66.66%;
  }
  .productLine .item:only-of-type .item-desc ul {
    column-count: 2;
    column-gap: 2.25em;
  }
  .productLine .item:only-of-type .item-desc ul li {
    line-height: 1.25;
  }
  .productLine .item:only-of-type .item-desc ul li:only-child {
    column-span: all;
  }
  .productLine .item:only-of-type .item-action {
    border: 1px solid rgba(118, 172, 74, 0.5);
    border-width: 0 1px 1px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .productLine .item:only-of-type .item-action .button {
    width: 50%;
    margin: 0 auto;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    bottom: -1px;
  }
  .productLine .item-title {
    font-size: 1.125em;
  }
  .productLine .item-subtitle {
    font-size: 1em;
  }
  .productLine .item-desc,
  .productLine .item-price-list {
    font-size: 0.875em;
  }
  .productLine .item-total {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 58.75em) {
  
}
@media print, screen and (min-width: 70em) {
  
}
@media print, screen and (min-width: 80.625em) {
  
}
