body .agegate .agegate-input-checkbox {
  display: inline-block;
  border: 2px solid #CD122D;
}
body .agegate.agegate-back {
  background: #F8F0E6;
  background-repeat: no-repeat;
  background-position: center -10px;
  background-size: 1500px auto;
}
@include media-breakpoint-up(md) {
  background-position: center -60px;
  background-size: 2000px auto;
}
body .agegate.agegate-front {
  background: none;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 670px auto;
  margin: auto;
}
body .agegate.agegate-front .agegate-front-wrapper2 {
  vertical-align: top;
}
body .agegate .agegate-content {
  background: none;
  font-family: 'Apercu', sans-serif;
  color: #CD122D;
  padding-top: 15px;
}
body .agegate .agegate-content .agegate-header {
  font-family: 'ArtoisSerif', sans-serif;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  font-size: 36px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
body .agegate .agegate-content .agegate-header.sans,
body .agegate .agegate-content .agegate-header .sans {
  font-family: 'ArtoisSans', sans-serif;
  font-weight: 700;
}
body .agegate .agegate-content .agegate-header.lh-none {
  line-height: 0.75;
}
body .agegate .agegate-content .agegate-header .line {
  height: 1px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
body .agegate .agegate-content .agegate-remember-warning {
  display: block;
}
body .agegate .agegate-content .agegate-logo {
  height: 100px;
  margin-bottom: 0;
  background: url('/site/assets/img/perfecttrade/logo-horizontal.svg') center center no-repeat;
  background-size: contain;
}
body .agegate .agegate-content .agegate-input-text {
  background: none;
  border: 0;
  border-bottom: 2px solid #CD122D;
  color: #CD122D;
  font-family: 'ArtoisSerif', sans-serif;
  font-weight: 700;
  font-size: 28px;
  box-shadow: none;
}
body .agegate .agegate-content .agegate-input-text::-webkit-input-placeholder {
  opacity: 1;
  /* Firefox */
  color: #CD122D;
}
body .agegate .agegate-content .agegate-input-text:-ms-input-placeholder {
  opacity: 1;
  /* Firefox */
  color: #CD122D;
}
body .agegate .agegate-content .agegate-input-text::placeholder {
  opacity: 1;
  /* Firefox */
  color: #CD122D;
}
body .agegate .agegate-content .agegate-checkbox-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body .agegate .agegate-content .agegate-button {
  transition: all 300ms;
  text-decoration: none !important;
  font-family: 'ArtoisSans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px 35px;
  border: 0;
  border-radius: 5px;
  gap: 10px;
  min-width: 0;
  width: auto;
  -ms-flex-align: center;
      align-items: center;
}
body .agegate .agegate-content .agegate-button,
body .agegate .agegate-content .agegate-button:hover,
body .agegate .agegate-content .agegate-button:active,
body .agegate .agegate-content .agegate-button:focus,
body .agegate .agegate-content .agegate-button:active:focus,
body .agegate .agegate-content .agegate-button.active {
  box-shadow: none;
  outline: 0;
  background: #CD122D;
  color: #fff;
}
body .agegate .agegate-content .agegate-button:hover,
body .agegate .agegate-content .agegate-button:active {
  background: #9e0e23;
  color: #fff;
}
body .agegate .agegate-content .agegate-button.disabled:hover,
body .agegate .agegate-content .agegate-button:disabled:hover,
body .agegate .agegate-content .agegate-button.disabled:active,
body .agegate .agegate-content .agegate-button:disabled:active {
  background: #CD122D;
  color: #fff;
}
body .agegate .agegate-content .agegate-button.fullwidth {
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}
body .agegate .agegate-content .ci input[type=checkbox] + span.ci-input {
  border-radius: 3px;
  background: none;
  border: 2px solid #CD122D;
}
body .agegate .agegate-content .ci input[type=checkbox] + span.ci-input:before {
  background: none;
}
body .agegate .agegate-content .ci input[type=checkbox] + span.ci-input:after {
  color: #CD122D;
}
body .agegate .agegate-content .agegate-bottom,
body .agegate .agegate-content .agegate-bottom a {
  color: #CD122D;
}
body .agegate .agegate-content .agegate-bottom p {
  font-size: 0.8rem;
}
/*# sourceMappingURL=../maps/custom/agegate-custom-perfecttrade.css.map */
