#am3-root {
  background-repeat: repeat;
  font-family: "Abel", sans-serif;
  font-size: 14px;
  background-image: url(bg.jpg);
  overflow-x: hidden;
}
#am3-header {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(flare.png);
  height: 130px;
  text-align: center;
}
#am3-header-logo {
  padding: 10px 0;
  height: 100%;
}
#am3-main {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
#am3-prod-title {
  background-color: #c81437;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
  text-align: center;
  padding: 12px 24px;
  font-size: 16px;
}
.am3-tabs {
  font-size: 0;
  border-top: 6px solid #991e35;
  overflow-x: hidden;
  margin-bottom: 150px;
}
.am3-tabs > input {
  display: none;
}
.am3-tabs > label {
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
}
.am3-tabs .tabs-viewport > * {
  display: none;
  font-size: 1rem;
}
.am3-tabs > input:nth-child(1):checked ~ .tabs-viewport *:nth-child(1),
.am3-tabs > input:nth-child(3):checked ~ .tabs-viewport *:nth-child(2),
.am3-tabs > input:nth-child(5):checked ~ .tabs-viewport *:nth-child(3),
.am3-tabs > input:nth-child(7):checked ~ .tabs-viewport *:nth-child(4),
.am3-tabs > input:nth-child(9):checked ~ .tabs-viewport *:nth-child(5),
.am3-tabs > input:nth-child(11):checked ~ .tabs-viewport *:nth-child(6) {
  display: block;
}
@media screen and (max-width: 520px) {
  .am3-tabs label {
    display: block;
  }
}
@media screen and (min-width: 520px) {
  .am3-tabs > label:not(:first-of-type) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .am3-tabs > label:not(:last-of-type) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
  }
  .am3-tabs.ebt-capped > label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 520px) {
  .am3-tabs > label:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .am3-tabs > label:not(:last-of-type) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
  }
  .am3-tabs.ebt-capped > label:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.am3-tabs > label {
  background-color: #c81437;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
}
.am3-tabs > label:hover,
.am3-tabs > label.active {
  background-color: #991e35;
}
.am3-tabs > label:last-of-type:after {
  content: "\200b";
  display: inline-block;
  width: 1000px;
  background-color: #991e35;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}
.am3-tabs > input:checked + label {
  background-color: #991e35;
}
.am3-tabs .tabs-viewport > * {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 12px 24px;
  font-size: 14px;
}
#am3-prod-img-container,
.am3-prod-img-container {
  padding: 24px;
  background-color: #ffffff;
  text-align: center;
}
#am3-prod-img-container img,
.am3-prod-img-container img {
  width: 100%;
}
.am3-glasspanel {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 12px;
}
.am3-shipping-badge {
  background-image: url(shipping-badge.png);
  width: 210px;
  height: 74px;
}
#am3-prod-price,
#am3-prod-delivery,
.am3-prod-price,
.am3-prod-delivery {
  display: inline-block;
  padding: 12px;
}
#am3-prod-price,
.am3-prod-price {
  background-color: #ffcd5a;
  font-size: 24px;
  margin-bottom: 12px;
}
#am3-prod-delivery,
.am3-prod-delivery {
  background-color: #991e35;
  font-size: 12px;
  color: #ffffff;
}
#am3-search-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.am3-ico {
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1;
  margin-right: 0.3em;
  display: inline-block;
}
.am3-list li {
  margin-left: 0.75em;
}
.am3-list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.am3-list li:before {
  position: absolute;
  left: -1.25em;
  top: 0.25em;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 0.8em;
}
.am3-stretch-first {
  display: table;
  border-collapse: separate;
}
.am3-stretch-first > * {
  display: table-cell !important;
}
.am3-stretch-first > *:first-child {
  width: 100%;
}
.am3-formfield {
  display: inline-block;
  height: 32px;
  border: 2px solid #c81437;
  background-color: #ffffff;
}
.am3-formfield > [type="color"],
.am3-formfield > [type="date"],
.am3-formfield > [type="datetime"],
.am3-formfield > [type="email"],
.am3-formfield > [type="file"],
.am3-formfield > [type="number"],
.am3-formfield > [type="password"],
.am3-formfield > [type="search"],
.am3-formfield > [type="tel"],
.am3-formfield > [type="text"],
.am3-formfield > [type="url"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px;
}
.am3-formfield.am3-search > *:first-child {
  padding-left: 26px;
}
.am3-formfield.am3-search:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  content: "\f002";
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 4px 6px;
  color: #991e35;
}
.am3-input {
  height: 32px;
}
.am3-button {
  background-color: #c81437;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 12px;
  display: inline-block;
}
.am3-button:hover,
.am3-button.active {
  background-color: #991e35;
}
#am3-footer {
  background-color: #ffcd5a;
  min-height: 100px;
  margin-top: 80px;
  padding: 0 30px;
  padding-bottom: 50px;
  z-index: 10;
}
#am3-footer:before {
  content: "\200b";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  transform: rotate(-2deg);
  transform-origin: 0 0;
  left: -25%;
  right: -25%;
  z-index: -1;
  background-color: #ffcd5a;
}
#am3-footer h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  margin: 24px 0 12px 0;
}
#am3-footer h1 span {
  background-color: #e0af48;
  padding: 2px 6px;
}
#am3-footer p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0.5em;
}
#am3-footer dl {
  margin: 6px 0;
}
#am3-footer dl dt {
  color: #ffffff;
  float: left;
  clear: left;
  min-width: 3em;
}
#am3-footer .am3-small-text h2 {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000;
  margin: 24px 0 12px 0;
}
#am3-footer .am3-small-text p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
#am3-footer-main {
  margin: 0 auto;
  max-width: 790px;
}
#am3-footer-logos > img {
  display: inline-block;
  margin-right: 20px;
}
.am3-bullet-icon {
  display: table;
}
.am3-bullet-icon > * {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 0;
}
.am3-bullet-icon p {
  padding-left: 12px;
}
@media screen and (max-width: 740px) {
  #am3-header {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.65);
  }
  #am3-prod-img-container img,
  .am3-prod-img-container img {
    max-width: 400px;
  }
  .am3-shipping-badge {
    background-image: url(shipping-badge-s.png);
    width: 100px;
    height: 120px;
  }
  .am3-tabs {
    margin-bottom: 0;
  }
  #am3-search-box {
    position: relative;
    margin-top: 24px;
  }
}
.am3-display-small {
  display: none;
}
@media screen and (max-width: 740px) {
  .am3-display-small {
    display: block;
  }
}
@media screen and (max-width: 740px) and (min-width: 520px) {
  .am3-input-group {
    width: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 520px) {
  .am3-glasspanel > .am3-button {
    width: 100%;
  }
  #am3-footer-logos > img {
    display: block;
    margin-bottom: 20px;
  }
}
