@import url('https://use.typekit.net/aqp1vqs.css');
@import url('https://fonts.googleapis.com/css?family=Teko:500,700');
.wtb-cta-container {
  text-align: center;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: opacity 0.5s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s;
}
.wtb-cta-container.active {
  opacity: 1;
}
.wtb-cta-container,
.wtb-cta-container a {
  text-transform: uppercase;
  color: #fff;
}
.wtb-cta-container .wtb-cta-image-container {
  margin: 6px auto 0;
}
@media screen and (max-width: 1023px) {
  .wtb-cta-container {
    width: auto;
    min-width: 38vw;
    height: 68px;
    position: fixed;
    bottom: 21px;
    left: 50%;
    background-image: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .wtb-cta-container:not(.active) {
    height: 0;
    overflow: hidden;
  }
  .wtb-cta-container .wtb-cta-layout-container {
    max-width: 100%;
    margin-left: 0;
  }
  .wtb-cta-container .wtb-cta-image-container,
  .wtb-cta-container .wtb-cta-bg-container {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .wtb-cta-container {
    bottom: 12px;
    height: 50px;
  }
  .wtb-cta-container .buy-button {
    height: 50px;
  }
  .wtb-cta-container .buy-button .button-text {
    line-height: 45px;
  }
  .wtb-cta-container .buy-button .button-text a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .wtb-cta-container {
    position: fixed;
    width: 184px;
    height: 295px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .wtb-cta-container.active {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .wtb-cta-container .wtb-cta-layout-container > .atvi-text {
    text-align: left;
  }
  .wtb-cta-container .wtb-cta-bg-container {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
  }
  .wtb-cta-container .wtb-cta-image-container {
    position: relative;
    max-width: 121px;
    margin: 6px 0 0 20px;
  }
  .wtb-cta-container .buy-button {
    margin-top: 8px;
    margin-left: 12px;
    height: 30px;
    padding: 0 8px;
  }
  .wtb-cta-container .buy-button svg {
    width: 100%;
    height: auto;
  }
  .wtb-cta-container .buy-button .button-text {
    line-height: 30px;
  }
  .wtb-cta-container .buy-button .button-text a {
    min-width: 124px;
    font-size: 20px;
  }
}
