.popup-overlay {
  /*&.popup-checkpoint {
      .contents {
        @media @Phone-L, @Phone-S {
          height: 383px;
        }
      }
    }*/
}
.popup-overlay * {
  box-sizing: border-box;
}
.popup-preorder .popup-overlay__close {
    top: 10px;
}
@media (min-width:  640px) and (max-width: 999px) {
  .popup-overlay {
    width: 640px;
    margin-left: -320px;
  }
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay {
    width: 320px;
    margin-left: -160px;
  }
  .popup-preorder {
    top: 45px !important;
    overflow: visible !important;
  }
}
.popup-overlay--narrow {
  /*@media @Phone-L, @Phone, @Phone-S {
          margin: 0;
          left: 5%;
          right: 5%;
          width: auto;
          height: auto;
          top: 5%;
          bottom: 5%;
        }*/
}
@media (min-width:  640px) and (max-width: 999px), (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--narrow {
    margin: 0;
    left: 5%;
    right: 5%;
    width: auto;
    top: 5%;
    bottom: 5%;
  }
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px) {
  .popup-overlay--narrow {
    width: 664px;
    margin-left: -332px;
  }
}
@media (min-width:  640px) and (max-width: 999px) {
  .popup-overlay--narrow {
    width: 600px;
    margin-left: -300px;
    left: 50%;
  }
}
@media (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--narrow {
    left: 5px;
    right: 5px;
  }
}
.popup-overlay--long {
  position: absolute;
  top: 0;
  margin-top: 0;
  height: auto;
  overflow: visible;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--long {
    bottom: auto;
    margin-top: 30px;
  }
}
.popup-overlay--auto-height {
  height: auto;
  margin-top: -200px;
  bottom: auto;
  overflow: visible;
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width:  640px) and (max-width: 999px) {
  .popup-overlay--w600 {
    width: 600px;
    margin-left: -300px;
    left: 50%;
  }
}
@media (min-width: 2561px), (min-width: 1441px) and (max-width: 2560px), (min-width: 1000px) and (max-width: 1440px), (min-width:  640px) and (max-width: 999px) {
  .popup-overlay--w480 {
    width: 480px;
    margin-left: -240px;
    left: 50%;
  }
}
.popup-overlay__header {
  padding: 33px 14px 32px;
}
.popup-preorder-complete .popup-overlay__header {
  padding: 30px 15px 20px 15px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay__header {
    padding: 10px 5px 5px 5px;
  }
}
.popup-overlay__header--accent {
  position: relative;
}
.popup-overlay__header--accent::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ff0032;
  bottom: 0;
  left: 40px;
  right: 30px;
}
@media (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay__header--accent::after {
    left: 0;
    right: 0;
  }
}
.popup-overlay__header--center {
  text-align: center;
}
.popup-overlay__title {
  font-size: 30px;
  font-family: 'Corpid', sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.popup-preorder-complete .popup-overlay__title {
  font-size: 32px;
  text-align: center;
  margin: 0.5em 0;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-preorder-complete .popup-overlay__title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0.75em;
    margin-left: 15px;
  }
}
.popup-preorder-complete .popup-overlay__title .str-0 {
  color: #568c21;
  position: absolute;
  left: 0;
  top: -0.1em;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-preorder-complete .popup-overlay__title .str-2 {
    display: none;
  }
}
.popup-preorder-complete .popup-overlay__title .str-3 {
  display: block;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-preorder-complete .popup-overlay__title .str-3 {
    font-size: 16px;
    margin-top: 1.5em;
  }
}
.popup-overlay__close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 16px;
  right: 24px;
  background-image: url(../images/sprite-icons.png);
  background-position: -438px -222px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup-preorder-complete .popup-overlay__close {
  right: 30px;
}
.popup-preorder-complete .c-button-box .btn {
  width: 100% !important;
}
.popup-overlay__close:hover {
  background-position: -287px -516px;
}
.popup-overlay--long .popup-overlay__close,
.popup-preorder-complete .popup-overlay__close {
  background: url("../images/closeIcon.png");
  width: 22px;
  height: 21px;
  z-index: 1;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--long .popup-overlay__close,
  .popup-preorder-complete .popup-overlay__close {
    right: 7px;
    top: -32px;
  }
}
.floating-nav.opened ~ .popup-overlay--long .popup-overlay__close,
.floating-nav.opened ~ .popup-preorder-complete .popup-overlay__close {
  /*top: 67px;*/
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-order-complete .popup-overlay__close {
    right: 8px !important;
  }
}
.popup-overlay--long .popup-overlay__close-bg,
.popup-preorder-complete .popup-overlay__close-bg {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 35px;
  height: 35px;
  top: 0;
  right: -43px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  /*.floating-nav.opened ~ & {
                top: 60px;
            }*/
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--long .popup-overlay__close-bg,
  .popup-preorder-complete .popup-overlay__close-bg {
    display: block;
    right: 0;
    top: -40px;
  }
}
@media (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-order-complete .popup-overlay__close-bg {
    display: none;
  }
}
.popup-overlay__annotation sup.req {
  display: inline-block;
  width: 1.5em;
}
.c-accordion .c-collapse__panel.c-present .c-present-description p.disclaimer,
.popup-overlay__disclaimer.popup-overlay__disclaimer {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin: 30px 0;
}
.popup-overlay__disclaimer a {
  color: #666 !important;
  text-decoration: underline;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
         only screen and (min--moz-device-pixel-ratio: 2),
         only screen and (-o-min-device-pixel-ratio: 2/1),
         only screen and (min-device-pixel-ratio: 2),
         only screen and (min-resolution: 2dppx) {
  .popup-overlay .closer {
    background: url('../images/closeIconMobile.png') 3px 0 no-repeat;
  }
}
.popup-overlay--w600 .checkout-page .main-content,
.popup-overlay--narrow .checkout-page .main-content {
  margin: 0;
  padding-top: 0;
  overflow: hidden;
}
@media (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay--narrow .wrap-contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup-overlay--narrow.loader_content_block,
.popup-overlay--w600.loader_content_block {
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  right: 0;
  bottom: 0;
}
.popup-overlay .preorder .checkout-page .main-content .form-control {
  width: 100%;
}
.popup-overlay .preorder .checkout-page .main-content .form-control.c-float-label__control {
  padding-top: 13px;
  position: relative;
  z-index: 0;
}
.popup-overlay .preorder .c-float-label--line input.bx-ui-sls-route {
    z-index: 0 !important;
}
.popup-overlay .preorder .checkout-page .main-content .form-control.c-float-label__control::-ms-clear {
    display: none;
}
.popup-overlay .preorder .checkout-page .main-content fieldset .line .value input {
  width: 100%;
}
.popup-overlay .preorder .checkout-page .main-content .bootstrap-select.bootstrap-select.bootstrap-select {
  width: 100%;
  margin-bottom: 0;
}
.popup-overlay .preorder .checkout-page .main-content fieldset .line > label {
  width: 85px;
  top: 8px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.popup-overlay .preorder .checkout-page .main-content fieldset.actions p,
.popup-overlay .preorder .checkout-page .main-content fieldset.actions label {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  display: block;
}
.popup-overlay .preorder .checkout-page .main-content fieldset.actions p {
  margin-bottom: 5px;
}
.popup-overlay .preorder .checkout-page .main-content fieldset .line {
  padding-left: 85px;
  margin-top: 10px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder .checkout-page .main-content fieldset .line {
    padding-left: 0;
  }
}
.popup-overlay .preorder .checkout-page .main-content fieldset .line.required label::before {
  content: none;
}
.popup-overlay .preorder .checkout-page .main-content h4.header--blue {
  margin-bottom: 12px;
  font-weight: normal;
  color: #0086ca;
}
.popup-overlay .preorder .checkout-page .main-content h4 {
  color: inherit;
}
.popup-overlay .preorder .checkout-page .main-content .btn-preorder {
  background-color: #297db7;
  border-bottom-color: #20618d;
  margin: 10px 0;
}
.popup-overlay .preorder .checkout-page .main-content .btn-preorder:disabled {
  background-color: #959595;
  border-bottom-color: #959595;
}
@media (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder .checkout-page .main-content .btn-preorder {
    display: block;
    width: 100%;
  }
}
.popup-overlay .preorder .checkout-page .main-content .img-responsive {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.popup-overlay .preorder .checkout-page .main-content .youtubeContainer-wrapper {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.popup-overlay .preorder .checkout-page .main-content .youtubeContainer-wrapper > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: visible;
}
.popup-overlay .preorder-complete .preorder-complete__title {
  color: inherit;
  font-weight: 400;
  margin: -1.5em 0 2.5em 0;
  font-size: 17px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder-complete .preorder-complete__title {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup-preorder .popup-overlay__header {
    padding: 0 !important;
  }
}
.popup-popup-complete {
  padding: 12px 0 10px;
}
.popup-overlay .preorder-complete .preorder-complete__title a {
  color: #ff0032;
  text-decoration: underline;
  white-space: nowrap;
}
.popup-overlay .preorder-complete .preorder-complete__id {
  font-size: 1.375em;
}
.popup-overlay .preorder-complete .preorder-complete__title + .btn-primary {
  margin-top: 40px;
}
.popup-overlay .preorder-steps {
  display: flex;
  justify-content: center;
}
.popup-preorder-complete.popup-overlay .preorder-steps {
  justify-content: flex-start;
}
@media (min-width:  426px) and (max-width:  639px){
  .popup-overlay .preorder-steps {
    margin-bottom: 10px;
  }
}

.popup-overlay .preorder-steps__item {
  margin: 0;
  position: relative;
  flex-basis: 33.33333333%;
  cursor: pointer;
}
.popup-overlay .preorder-steps__item.complete,
.popup-overlay .preorder-steps__item.complete + .preorder-steps__item:before {
  opacity: 0.29;
  cursor: default;
}
.popup-overlay .preorder-steps__item:not(:first-child)::before,
.popup-overlay .preorder-steps__item:not(:first-child)::after {
  content: "";
  border: 10px solid transparent;
  border-left-color: #a9a9a9;
  position: absolute;
  left: 0;
  top: 15%;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder-steps__item:not(:first-child)::before,
  .popup-overlay .preorder-steps__item:not(:first-child)::after {
    border-width: 7px;
    left: -5px;
  }
}
.popup-overlay .preorder-steps__item:not(:first-child)::after {
  border-left-color: #fff;
  left: -5px;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder-steps__item:not(:first-child)::after {
    left: -7px;
  }
}
.popup-overlay .preorder-steps__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder-steps__icon {
    width: 38px;
    height: 38px;
  }
}
.popup-overlay .preorder-steps__text {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 0;
  padding: 0 4px;
  letter-spacing: -0.025em;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay .preorder-steps__text {
    font-size: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.popup-overlay .preorder-container {
  padding: 20px 0;
}
.c-tooltip {
  position: relative;
  font-weight: bold;
  padding-bottom: 8px;
  cursor: help;
}
.c-tooltip::before {
  content: "";
  border-bottom: 1px dashed #777;
  width: 100%;
  position: absolute;
  bottom: 6px;
}
.c-tooltip::after {
  content: attr(data-title);
  font-weight: normal;
  position: absolute;
  top: 20px;
  width: 248px;
  box-sizing: border-box;
  margin-left: -148px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-size: 12px;
  z-index: 9999;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: transform .1s, opacity .1s;
}
@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .c-tooltip::after {
    margin-left: 0;
    right: 0;
  }
}
.c-tooltip:hover::after {
  transform: scaleY(1);
  opacity: 1;
}

@media (min-width:  426px) and (max-width:  639px), (min-width:  321px) and (max-width:  425px), (max-width:  320px) {
  .popup-overlay__header.popup-overlay__header--center p {
    font-size: 10px;
  }
  .popup-overlay .preorder .checkout-page .main-content h4 {
    width: 100%;
  }
}

.js-tradeInContainer-widget select.default-traidIn-select{
  width: 100%;
  height: 50px;
  border-color: #d1d1d1;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  padding: 6px 12px;
  background: url(/assets/images/arr-down.png) 95.7% 50% no-repeat;
}
