.buy-now__page-content {
  padding-top: 80px;
  position: relative;
  z-index: 2;
  background-color: black;
  background-image: url("../imgs/buynow/smoke-embers.jpg");
  background-size: cover; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__page-content {
      padding-top: 100px; } }
  @media only screen and (min-width: 64.0625rem) {
    .buy-now__page-content {
      padding-top: 100px; } }

.buy-now__wrapper {
  max-width: 1280px;
  margin: 0 auto; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__wrapper {
      padding: 0 40px; } }

.buy-now__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__section {
      padding: 1rem;
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .buy-now__section:not(:last-of-type):after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(0deg, transparent, #DE1133, transparent);
    background-image: linear-gradient(90deg, transparent, #DE1133, transparent); }
  .buy-now__section .heading {
    font-family: "eurostile-extended", sans-serif;
    font-weight: 100;
    font-size: 1.6rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #DE1133;
    margin: 0;
    text-shadow: 0px 0px 15px black; }
  .buy-now__section .copy, .buy-now__section .price {
    color: white;
    max-width: 600px;
    width: 100%;
    font-family: "eurostile", sans-serif; }
  .buy-now__section .price {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 2px;
    text-align: center;
   }
  .buy-now__section .price-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .buy-now__section .flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__section .flex-col {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__section .left-col {
      padding: 0 1rem;
      width: 275px; } }
  .buy-now__section .left-col img {
    width: 100%;
    height: auto;
    max-width: 235px; }
  .buy-now__section .center-col {
    min-height: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__section .center-col {
        padding: 0 3rem; } }
  .buy-now__section .right-col {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .buy-now__section .left-col, .buy-now__section .right-col {
    padding: 1rem 0; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__section .left-col, .buy-now__section .right-col {
        -webkit-flex-basis: 250px;
            -ms-flex-preferred-size: 250px;
                flex-basis: 250px; } }

.buy-now__bracket {
  height: 25px;
  width: 25px; }
  .buy-now__bracket path {
    fill: rgba(255, 255, 255, 0.5); }

.buy-now__primary-btn {
  position: relative;
  text-decoration: none;
  width: auto;
  padding: .75rem 2rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: #DE1133;
  border-radius: 5px;
  font-family: "eurostile", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .2em;
  display: inline-block;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  text-indent: 0.25em;
  background-image: url("../imgs/beta/texture_disturbance-red.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 1rem; }
  .buy-now__primary-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    z-index: 0;
    -webkit-transition: all 150ms ease-out;
            transition: all 150ms ease-out;
    opacity: 1; }
  .buy-now__primary-btn:hover:before {
    background-color: #af0d28; }
  .buy-now__primary-btn span {
    pointer-events: none;
    position: relative;
    z-index: 2; }

.buy-now__modal {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  pointer-events: none; }
  .buy-now__modal.is-active {
    z-index: 1000;
    pointer-events: all; }
  .buy-now__modal .back-button {
    position: absolute;
    color: white;
    font-size: .9rem;
    font-family: "eurostile", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1000;
    background-color: black;
    letter-spacing: .2em;
    width: 100%;
    top: 0;
    left: 0;
    padding: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .buy-now__modal .back-button:hover {
      color: #e6e6e6;
      -webkit-transition: all 150ms ease-out;
              transition: all 150ms ease-out; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__modal .back-button {
        top: 1rem;
        left: 1rem;
        background-color: transparent;
        width: auto; } }

.buy-now__close-icon {
  width: 20px;
  height: 20px;
  margin-right: .5rem; }
  .buy-now__close-icon line {
    stroke: #DE1133;
    stroke-width: 9;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.buy-now__modal-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(20px) translateX(100vw);
          transform: translateY(20px) translateX(100vw);
  overflow: auto; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__modal-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.buy-now__modal-content.season-content .left-col{
  display: none;
}

.buy-now__modal-content.season-content .right-col{
  max-width: 500px;
  margin: 0 auto;
}

.buy-now__modal-inner {
  max-width: 1100px;
  width: 100%;
  padding: 4rem 1rem 0;
  border: 1px solid #1C1C1C;
  background-color: black;
  border-radius: 5px; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__modal-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; } }
  .buy-now__modal-inner .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    width: 100%;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__modal-inner .modal-header {
        width: 80%;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row; } }
  .buy-now__modal-inner .pack-shot {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .buy-now__modal-inner .pack-shot img {
      max-width: 300px;
      height: auto; }
  .buy-now__modal-inner .header-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .buy-now__modal-inner .modal-title {
    font-size: 1.5rem;
    color: #DE1133;
    font-family: "eurostile-extended", sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 0.2em;
    text-align: center;
    text-shadow: 0px 0px 15px black;
    margin: 1rem 0 0; }
    @media only screen and (min-width: 48.8125rem) {
      .buy-now__modal-inner .modal-title {
        text-align: left; } }
  .buy-now__modal-inner .bullets {
    padding: 0 0 0 38px; }
    .buy-now__modal-inner .bullets li {
      list-style: none;
      color: white;
      font-family: "eurostile", sans-serif;
      position: relative;
      padding: .25rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .buy-now__modal-inner .bullets li .x-icon {
        position: absolute;
        left: -25px;
        top: 8px;
        height: 15px;
        width: 15px;
        margin-right: .5rem; }
        .buy-now__modal-inner .bullets li .x-icon path {
          fill: #DE1133; }

.buy-now__modal-body {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media only screen and (min-width: 48.8125rem) {
    .buy-now__modal-body {
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row; } }
  .buy-now__modal-body:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(0deg, transparent, #DE1133, transparent);
    background-image: linear-gradient(90deg, transparent, #DE1133, transparent); }
  .buy-now__modal-body .left-col, .buy-now__modal-body .right-col {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 1rem;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; }
  .buy-now__modal-body .right-col img{ max-height: 300px; }
  .buy-now__modal-body .column-heading {
    color: white;
    font-family: "eurostile", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 1.5rem; }
  .buy-now__modal-body .left-col {
    z-index: 2; }
  .buy-now__modal-body .right-col {
    z-index: 1; }

.buy-now__form {
  position: relative;
  padding: 2rem;
  background-color: #1C1C1C;
  font-family: "eurostile", sans-serif;
  width: 100%; }
  .buy-now__form .form-inner {
    max-width: 350px;
    margin: 0 auto; }
  .buy-now__form .form-control {
    position: relative;
    margin-bottom: .5rem; }
    .buy-now__form .form-control.submit-control {
      margin-top: 1rem; }
      .buy-now__form .form-control.submit-control:hover .external-icon {
        opacity: 1; }
  .buy-now__form p {
    color: white;
    text-align: center;
    margin: 0 0 1rem; }
  .buy-now__form .buy-now-button {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 5px;
    width: 100%;
    color: white;
    padding: .5rem;
    text-transform: uppercase;
    background-color: #DE1133;
    font-weight: 700;
    letter-spacing: .2em;
    -webkit-transition: all 150ms ease-out;
            transition: all 150ms ease-out;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    margin-top: 1rem; }

    .buy-now__form .buy-now-button.is-disabled{
      pointer-events: none;
      background-color: #2B2B2B;
      color: #1c1c1c;
      text-shadow: 0px 0px 0px rgba(0,0,0,0); }
    .buy-now__form .buy-now-button:hover {
      background-color: #af0d28; }
      .buy-now__form .buy-now-button:hover .external-icon {
        opacity: 1; }

.buy-now__styled-select {
  position: relative;
  background-color: #101010;
  color: #DE1133;
  font-size: 1rem;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  -webkit-transition: all 150ms ease-out;
          transition: all 150ms ease-out;
  margin-bottom: .5rem; }
  .buy-now__styled-select .selected {
    position: relative;
    display: block;
    padding: .5rem; }
    .buy-now__styled-select .selected:hover {
      background-color: black; }
    .buy-now__styled-select .selected:after {
      content: '';
      position: absolute;
      right: .5rem;
      height: 0;
      width: 0;
      bottom: calc(50% - 5px);
      border-top: 8px solid #DE1133;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent; }
  .buy-now__styled-select .list-cont {
    position: absolute;
    width: 100%;
    display: none; }
    .buy-now__styled-select .list-cont .list {
      position: absolute;
      top: 0;
      background-color: black;
      width: 100%;
      margin: 0;
      padding: 0;
      max-height: 200px;
      overflow-y: auto; }
    .buy-now__styled-select .list-cont li {
      list-style: none;
      padding: .25rem 0 .25rem 1rem; }
      .buy-now__styled-select .list-cont li:hover {
        background-color: black; }
      .buy-now__styled-select .list-cont .list li:hover{
        background-color: #131313; }
.buy-now__styled-select.is-active .list-cont {
  display: block; }

.buy-now__styled-select.is-active .list {
  z-index: 100; }

.vendor-buttons {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .vendor-buttons .buy-icon {
    height: 40px; }
    .vendor-buttons .buy-icon polygon, .vendor-buttons .buy-icon path {
      -webkit-transition: all 150ms ease-out;
              transition: all 150ms ease-out;
      fill: #838383; }
  .vendor-buttons li {
    background-color: #1C1C1C;
    list-style: none;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    .vendor-buttons li:not(:last-of-type) {
      margin-bottom: .5rem; }
    .vendor-buttons li a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 0;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid transparent;
      -webkit-transition: all 150ms ease-out;
              transition: all 150ms ease-out; }
      .vendor-buttons li a .external-icon {
        right: 2rem; }
      .vendor-buttons li a:hover {
        border-color: #DE1133; }
        .vendor-buttons li a:hover .buy-icon polygon, .vendor-buttons li a:hover .buy-icon path, .vendor-buttons li a:hover .external-icon polygon, .vendor-buttons li a:hover .external-icon path {
          fill: #DE1133; }
        .vendor-buttons li a:hover .external-icon {
          opacity: 1; }
    .vendor-buttons li img {
      width: auto;
      height: 25px; }

.external-icon {
  position: absolute;
  height: 20px;
  width: 20px;
  right: .5rem;
  top: calc(50% - 10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 150ms ease-out;
          transition: all 150ms ease-out; }
  .external-icon path {
    fill: black; }

#x-shape {
  fill: #DE1133; }
