@charset "UTF-8";
@font-face {
  font-family: "Agenda";
  src: url("../fonts/Agenda.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Agenda.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda.woff2") format("woff2"), url("../fonts/Agenda.woff") format("woff"), url("../fonts/Agenda.ttf") format("truetype"), url("../fonts/Agenda.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Agenda-Bold";
  src: url("../fonts/Agenda-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Agenda-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Agenda-Bold.woff2") format("woff2"), url("../fonts/Agenda-Bold.woff") format("woff"), url("../fonts/Agenda-Bold.ttf") format("truetype"), url("../fonts/Agenda-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Gobold-Bold";
  src: url("../fonts/Gobold-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gobold-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gobold-Bold.woff2") format("woff2"), url("../fonts/Gobold-Bold.woff") format("woff"), url("../fonts/Gobold-Bold.ttf") format("truetype"), url("../fonts/Gobold-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Gobold-Hollow";
  src: url("../fonts/Gobold-Hollow.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gobold-Hollow.eot?#iefix") format("embedded-opentype"), url("../fonts/Gobold-Hollow.woff2") format("woff2"), url("../fonts/Gobold-Hollow.woff") format("woff"), url("../fonts/Gobold-Hollow.ttf") format("truetype"), url("../fonts/Gobold-Hollow.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-display: swap;
}
.afp-cart {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  max-width: 640px;
  background-color: rgb(40, 29, 28);
  overflow: auto;
  transition: right 0.5s ease;
  z-index: 9999;
}
.afp-cart.visible {
  right: 0;
}

.afp-cart-container {
  position: relative;
  max-width: 800px;
  min-height: 100%;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 767px) {
  .afp-cart-container {
    padding: 30px 15px;
  }
}

.afp-cart-header {
  position: relative;
  overflow: auto;
}
.afp-cart-header h2 {
  float: left;
  margin: 0 0 0 50px !important;
  line-height: 27px !important;
  color: rgb(242, 242, 243) !important;
}

.afp-cart-close {
  position: absolute;
  top: 0;
  left: 0;
}
.afp-cart-close img {
  transition: transform 0.25s ease;
}
.afp-cart-close:hover img {
  transform: rotate(180deg);
}

.afp-banner {
  position: relative;
  display: block;
  padding: 0 0 30px 0;
}

.afp-banner-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.afp-banner-wrapper a {
  position: relative;
  display: inline-block;
}
.afp-banner-wrapper a picture {
  display: inline-block;
}
.afp-banner-wrapper a picture image {
  display: inline-block;
  max-width: 100%;
}

.afp-cart-empty {
  padding: 15px 0 0 0;
}
.afp-cart-empty h3 {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px !important;
  font-size: 18px !important;
  color: rgb(242, 242, 243) !important;
  letter-spacing: 1.71px;
  text-align: center;
}

.afp-cart-loading {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 200px;
}

.afp-cart-content {
  position: relative;
  padding: 0;
}

.afp-cart-content-checkout {
  display: block;
  padding: 10px 20px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  font-style: oblique;
  letter-spacing: 1px;
  color: rgb(242, 242, 243);
  text-align: center;
  background-color: rgb(209, 34, 41);
}
.afp-cart-content-checkout:hover {
  color: rgb(209, 34, 41);
  background-color: rgb(242, 242, 243);
}

.afp-cart-date {
  padding: 0 0 20px 0;
}
@media (max-width: 767px) {
  .afp-cart-date {
    padding-bottom: 15px;
  }
}

.afp-cart-date-header {
  padding: 5px 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  color: rgb(209, 34, 41);
  letter-spacing: 1.71px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(209, 34, 41);
}

.afp-cart-item {
  display: flex;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgb(167, 171, 175);
}

.afp-cart-item-time {
  width: 126px;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
  text-transform: uppercase;
  text-align: left;
}

.afp-cart-item-details {
  flex: 1;
  padding: 0 15px;
}

.afp-cart-item-title {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-item-quantity {
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  .afp-cart-item-quantity {
    padding-top: 0;
  }
}

.afp-cart-item-type {
  padding: 0 0 5px 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: rgb(167, 171, 175);
}
@media (max-width: 767px) {
  .afp-cart-item-type {
    padding-bottom: 0;
  }
}

.afp-cart-item-actions {
  padding: 5px 0 0 0;
  overflow: auto;
}
.afp-cart-item-actions button {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
  padding: 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 0.38px;
  color: rgb(209, 34, 41);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.25s ease;
}
.afp-cart-item-actions button:hover {
  color: rgb(242, 242, 243);
}

.afp-cart-item-cost {
  display: flex;
  align-items: flex-end;
  padding: 0 0 24px 0;
}

.afp-cart-item-price {
  padding: 0 0 5px 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: rgb(167, 171, 175);
}
@media (max-width: 767px) {
  .afp-cart-item-price {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .afp-cart-item {
    display: block;
    position: relative;
    padding: 5px 0;
    overflow: auto;
  }
  .afp-cart-item-time {
    width: 100%;
  }
  .afp-cart-item-details {
    float: left;
    max-width: calc(100% - 80px);
    padding: 0;
  }
  .afp-cart-item-cost {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .afp-cart-item-actions {
    padding-top: 0;
  }
}
.afp-cart-line-items {
  padding: 30px 0 5px 0;
  border-bottom: 1px solid rgb(167, 171, 175);
}

.afp-cart-subtotal,
.afp-cart-tax,
.afp-cart-total {
  display: flex;
  justify-content: space-between;
  padding: 0 0 5px 0;
}

.afp-cart-subtotal-title,
.afp-cart-tax-title,
.afp-cart-total-title {
  flex: 1;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-subtotal-price,
.afp-cart-tax-price,
.afp-cart-total-price {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-totals {
  padding: 10px 0 0 0;
}

.afp-cart-checkout {
  padding: 30px 0 0 0;
}
.afp-cart-checkout a {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 18px;
  font-style: oblique;
  letter-spacing: 1px;
  color: rgb(209, 34, 41);
  text-align: center;
  text-decoration: none;
  background-color: rgb(242, 242, 243);
  transition: all 0.5s ease;
}
.afp-cart-checkout a:hover {
  color: rgb(242, 242, 243);
  background-color: rgb(209, 34, 41);
}

.afp-cart-button {
  padding: 15px 0 0 0;
}
.afp-cart-button a {
  display: block;
  width: 100%;
  padding: 14px 10px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 18px;
  font-style: oblique;
  letter-spacing: 1px;
  color: rgb(35, 31, 32);
  text-align: center;
  text-decoration: none;
  background-color: rgb(242, 242, 243);
  transition: all 0.5s ease;
}
.afp-cart-button a:hover {
  color: rgb(242, 242, 243);
  background-color: rgb(209, 34, 41);
}

.afp-cart-share {
  position: relative;
  padding: 30px 0 0 0;
}
.afp-cart-share > h3 {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px !important;
  font-size: 21px !important;
}

.afp-cart-share-buttons {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.afp-cart-share-buttons > a {
  display: block;
  position: relative;
  flex: 1;
  margin: 0 0 0 10px;
  padding: 14px 10px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  font-style: oblique;
  color: rgb(242, 242, 243);
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  background-color: rgb(242, 242, 243);
  opacity: 1;
  transition: opacity 0.25s ease;
  /*&:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 32px;
    height: 32px;
    background-image: url('/wp-content/plugins/area15/public/images/social-share-icons.png');
  }*/
}
.afp-cart-share-buttons > a:first-child {
  margin-left: 0;
}
.afp-cart-share-buttons > a.afp-cart-share-facebook {
  background-color: #3b5998;
}
.afp-cart-share-buttons > a.afp-cart-share-facebook:before {
  background-position: -32px 0;
}
.afp-cart-share-buttons > a.afp-cart-share-instagram {
  background-color: #cd486b;
}
.afp-cart-share-buttons > a.afp-cart-share-instagram:before {
  background-position: 0 0;
}
.afp-cart-share-buttons > a.afp-cart-share-pinterest {
  background-color: #e60023;
}
.afp-cart-share-buttons > a.afp-cart-share-pinterest:before {
  background-position: -64px 0;
}
.afp-cart-share-buttons > a.afp-cart-share-twitter {
  background-color: #1da1f2;
}
.afp-cart-share-buttons > a.afp-cart-share-twitter:before {
  background-position: 0 0;
}
.afp-cart-share-buttons > a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .afp-cart-share-buttons {
    display: block;
  }
  .afp-cart-share-buttons > a {
    margin: 10px 0 0 0;
  }
  .afp-cart-share-buttons > a:first-child {
    margin-top: 0;
  }
}

.afp-cart-confirmation {
  padding: 15px;
  background-color: rgb(167, 171, 175);
}
.afp-cart-confirmation h4 {
  margin: 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px !important;
  font-size: 21px !important;
  color: rgb(35, 31, 32) !important;
  letter-spacing: 0.8px;
}
.afp-cart-confirmation p {
  margin: 5px 0 0 0;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  color: rgb(35, 31, 32);
  letter-spacing: 0.39px;
}

.afp-cart-code {
  padding: 0 0 30px 141px;
}
.afp-cart-code input {
  flex: 1;
  margin: 0 15px 0 0 !important;
  padding: 8px 0 !important;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 19px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243) !important;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgb(167, 171, 175) !important;
}
.afp-cart-code input:focus, .afp-cart-code input:hover {
  color: rgb(242, 242, 243);
}
.afp-cart-code button {
  padding: 10px 20px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  font-style: oblique;
  letter-spacing: 1px;
  color: rgb(167, 171, 175);
  background-color: rgb(60, 61, 62);
  border: none;
}
.afp-cart-code button svg {
  float: left;
  width: auto !important;
  height: 20px !important;
}
.afp-cart-code button:hover {
  color: rgb(60, 61, 62);
  background-color: rgb(242, 242, 243);
}
.afp-cart-code button:hover svg circle {
  fill: rgb(60, 61, 62);
}
@media (max-width: 767px) {
  .afp-cart-code {
    padding: 0 0 15px 0;
  }
}

.afp-cart-summary {
  padding: 0;
}

.afp-cart-summary-item,
.afp-cart-summary-total {
  display: flex;
  justify-content: space-between;
}

.afp-cart-summary-item {
  padding: 10px 0 0 0;
}

.afp-cart-summary .afp-cart-summary-item:first-child {
  padding-top: 0;
}

.afp-cart-summary-title {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  color: rgb(242, 242, 243);
  letter-spacing: 0.5px;
}
.afp-cart-summary-title ul {
  padding-left: 35px;
  list-style: circle;
}
.afp-cart-summary-title ul li {
  line-height: 21px;
  font-size: 17px;
}

.afp-cart-summary-amount {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 21px;
  color: rgb(242, 242, 243);
  letter-spacing: 0.5px;
}

.afp-cart-summary-payments {
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid rgb(167, 171, 175);
}

.afp-cart-summary-total {
  margin: 15px 0 30px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid rgb(167, 171, 175);
}
.afp-cart-summary-total .afp-cart-summary-title {
  font-weight: bold;
}
.afp-cart-summary-total .afp-cart-summary-amount {
  font-weight: bold;
}
@media (max-width: 767px) {
  .afp-cart-summary-total {
    margin-bottom: 30px;
  }
}

.afp-afterpay .AfterpayMessage {
  margin-top: -20px !important;
  margin-bottom: 15px !important;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: white;
  letter-spacing: 0.5px;
  text-align: right;
}
.afp-afterpay .AfterpayMessage span {
  vertical-align: middle;
}
.afp-afterpay .AfterpayMessage span:first-child {
  margin-right: 10px !important;
}
.afp-afterpay .AfterpayMessage span:last-child svg {
  margin-right: 5px;
}
.afp-afterpay .AfterpayMessage span:last-child a {
  font-size: 14px;
}

.afp-cart-upsells {
  padding: 30px 0 0 0;
}

.afp-cart-upsells-header {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  color: rgb(209, 34, 41);
  letter-spacing: 1.71px;
  text-transform: uppercase;
}

.afp-cart-upsell {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  margin: 15px 0 0 0;
  background-color: rgb(35, 31, 32);
  cursor: pointer;
  overflow: hidden;
}

.afp-cart-upsell-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  z-index: 0;
}
.afp-cart-upsell-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.afp-cart-upsell-content {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.afp-cart-upsell-title {
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 25px;
  font-size: 21px;
  font-style: oblique;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-upsell-subtitle {
  padding: 0 0 8px 2px;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-upsell-promo-desc {
  padding: 3px 0 8px 2px;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: rgb(242, 242, 243);
}

.afp-cart-upsell-cta {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  font-style: oblique;
  letter-spacing: 0.5px;
  color: rgb(35, 31, 32);
  background-color: rgb(242, 242, 243);
}

.afp-cart-expiration {
  position: absolute;
  top: 0;
  right: 0;
}

.afp-cart-expiration-time {
  position: relative;
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-family: monospace, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 18px;
  font-size: 14px;
  color: rgb(35, 31, 32);
  letter-spacing: 0.5px;
}
.afp-cart-expiration-time span {
  display: inline-block;
  width: 26px;
  padding: 6px 4px 4px 4px;
  font-weight: bold;
  font-size: 18px;
  color: rgb(209, 34, 41);
  text-align: center;
  background: #fff;
  border-radius: 3px;
  transition: background-color 0.25s ease;
}
.afp-cart-expiration-time span.colon {
  width: auto;
  margin-right: -4.5px;
  margin-left: -4px;
  padding-right: 0;
  padding-left: 0;
  color: rgb(242, 242, 243);
  background: transparent;
}
.afp-cart-expiration-time.warning span {
  color: rgb(242, 242, 243);
  background: rgb(209, 34, 41);
}
.afp-cart-expiration-time.warning span.colon {
  color: rgb(242, 242, 243);
  background: transparent;
}
.afp-cart-expiration-time.pulsate {
  font-weight: bold;
}
.afp-cart-expiration-time.pulsate span {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}

.afp-cart-expiration-info {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  line-height: 14px;
  font-size: 12px;
  color: rgb(242, 242, 243);
  letter-spacing: 0.25px;
  text-align: center;
}

@keyframes pulsate {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.afp-cart-message-rules {
  margin-bottom: 30px;
}
.afp-cart-message-rules p {
  position: relative;
  color: rgb(242, 242, 243);
  margin: 0 auto;
  padding: 13px 15px 7px 50px !important;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.afp-cart-message-rules p:before {
  position: absolute;
  top: 13px;
  left: 15px;
  line-height: 24px;
  font-size: 20px;
}
.afp-cart-message-rules p.afp-cart-info {
  background-color: rgb(60, 61, 62);
}
.afp-cart-message-rules p.afp-cart-info:before {
  content: "ⓘ";
}
.afp-cart-message-rules p.afp-cart-promo {
  background-color: rgb(4, 16, 69);
}
.afp-cart-message-rules p.afp-cart-promo:before {
  content: "✧";
}
.afp-cart-message-rules p.afp-cart-warn {
  background-color: rgb(209, 34, 41);
}
.afp-cart-message-rules p.afp-cart-warn:before {
  content: "⚠";
}
.afp-cart-message-rules p + p {
  margin-top: 10px;
}

.afp-upsell-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.afp-upsell {
  margin: 45px;
  padding: 30px 30px 15px 30px;
  background-color: #010204;
  background-position: center -45px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .afp-upsell {
    margin: 15px;
    padding: 15px;
    background-position: center -30px;
  }
}

.afp-upsell-cta {
  margin: 0 0 375px 0;
  line-height: 1.1em;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-style: oblique;
  font-size: 28px;
  color: rgb(242, 242, 243);
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .afp-upsell-cta {
    margin-bottom: 60vw;
    font-size: 24px;
  }
}

.afp-upsell-name {
  margin: 0 0 15px 0;
  line-height: 1.1em;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-style: oblique;
  font-size: 36px;
  color: rgb(242, 242, 243);
  letter-spacing: 0.5px;
  text-align: center;
  text-shadow: 3px 3px 1px rgb(24, 21, 22), 3px 4.5px 1px #eb0000;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .afp-upsell-name {
    font-size: 30px;
  }
}

.afp-upsell-description {
  line-height: 1.4em;
  font-family: "Agenda-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: rgb(242, 73, 73);
  text-align: center;
}
@media (max-width: 767px) {
  .afp-upsell-description {
    font-size: 16px;
  }
}

.afp-upsell-price {
  margin: 15px 0;
  line-height: 1.1em;
  font-family: "Agenda-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 54px;
  color: rgb(242, 73, 73);
  text-align: center;
}
@media (max-width: 767px) {
  .afp-upsell-price {
    font-size: 40px;
  }
}

.afp-upsell-countdown-cta {
  line-height: 1.2em;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #b4b4b2;
  letter-spacing: 1px;
  text-align: center;
}

.afp-upsell-countdown {
  line-height: 1em;
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: rgb(242, 73, 73);
  letter-spacing: 2px;
  text-align: center;
}
.afp-upsell-countdown.pulsate {
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}

.afp-upsell-button {
  position: relative;
  margin: 30px 0 15px 0;
  text-align: center;
}
.afp-upsell-button button {
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  font-family: "Gobold-Bold", Arial, Helvetica, sans-serif;
  font-style: oblique;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 1px;
  color: rgb(242, 242, 243);
  text-align: center;
  background-color: rgb(209, 34, 41);
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.afp-upsell-button button svg {
  display: inline-block;
  float: left;
  height: 20px !important;
}
.afp-upsell-button button svg path {
  fill: rgb(242, 242, 243);
}
.afp-upsell-button button:hover {
  color: rgb(209, 34, 41);
  background-color: rgb(242, 242, 243);
}
.afp-upsell-button button:hover svg path {
  fill: rgb(209, 34, 41);
}
@media (max-width: 767px) {
  .afp-upsell-button {
    margin-top: 15px;
  }
}

.afp-upsell-close {
  line-height: 1.2em;
  font-family: "Agenda-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #b4b4b2;
  letter-spacing: 0.5px;
  text-align: center;
  cursor: pointer;
  transition: color 0.25s ease;
}
.afp-upsell-close:hover {
  color: rgb(242, 242, 243);
}

.afp-container {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}

.afp-extole {
  margin: 0 0 15px 0;
}
.afp-extole button {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .afp-extole {
    margin-top: 60px;
  }
}

.afp-venue-offers {
  padding: 15px 15px 0 15px;
  background-color: rgb(24, 21, 22);
}
.afp-venue-offers h2 {
  margin: 8px 0 5px 0 !important;
  color: rgb(242, 242, 243) !important;
}
.afp-venue-offers h3 {
  padding-bottom: 0;
  font-family: "Agenda-Bold", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  color: rgb(242, 242, 243);
}
.afp-venue-offers p {
  font-family: "Agenda", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 22px;
  font-size: 18px;
  color: rgb(242, 242, 243);
}
.afp-venue-offers p a {
  font-weight: bold;
  color: rgb(242, 242, 243);
  text-decoration: underline;
}
.afp-venue-offers p a:visited, .afp-venue-offers p a:hover {
  color: rgb(242, 242, 243);
}

/*# sourceMappingURL=area15-cart.css.map */
