/* ================================ Women's Fashion Shop Page =========================================== */
/* /* mobile first  | Extra small devices (phones, less than 768px) */

/* ========================================================== */
/* ************************ IE | FIX ************************ */
/* ========================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/* ========================================================== */
/* ****************** NCA | top banner pc ******************* */
/* ========================================================== */


.nca-top-banner-promo {
  width: 100%;
  background-color: #0a3a5d;
  margin-bottom: 11px;
}

.nca-top-banner-promo-full-promotion {
  padding-left: 10px;
  padding-right: 10px;
}


.nca-top-banner-promo .fht-hp-hero {
  padding-left: 0px;
  padding-right: 0px;

}

.nca-top-banner-promo-copy-box {
  display: flex;
  flex-direction: column;
}

.nca-top-banner-promo-copy-main-line {
  display: flex;
  flex-direction: column;
}

.nca-top-banner-promo-copy-line-1 {
  font-family: 'Lato';
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  padding-top: 4%;
}

.nca-top-banner-promo-copy-line-2 {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.nca-top-banner-promo-copy-line-3 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}

.nca-top-banner-promo-code-and-details-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3.5%;
  margin-bottom: 2%;
}

.nca-top-banner-promo-code {
  font-family: 'Lato';
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

.nca-top-banner-promo-code-and-details-box a.mc-modal {
  display: flex;
}

.nca-top-banner-promo-code-details {
  font-family: 'Lato';
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.nca-top-banner-dagger {
  display: inline-block;
  font-size: 14px;
}

.nca-top-banner-details {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}



/*==================
 min width 768px
===================*/
@media (min-width: 768px) {

  .nca-top-banner-promo .container {
    padding-left: 0px;
    padding-right: 0px
  }

  .nca-top-banner-promo-full-promotion {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nca-top-banner-promo-copy-main-line {
    display: flex;
    flex-direction: row;
    padding-top: 2%;
  }
  .nca-top-banner-promo-copy-line-1 {
    font-size: 35px;
    line-height: 36px;
    padding-top: 0%;
  }

  .nca-top-banner-promo-copy-line-2 {
    font-size: 35px;
    line-height: 36px;
    padding-top: 0%;
  }

  .nca-top-banner-promo-copy-line-2 sup {
    font-size: 20px;
  }

  .nca-top-banner-promo-code-and-details-box {
    margin-top: .5%;
  }
}

/*==================
 min width 1200px
===================*/
@media (min-width: 1200px) {
  .nca-top-banner-promo-full-promotion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1%;
    margin-bottom: 1.5%;
  }

  .nca-top-banner-promo .fht-hp-hero {
    padding-left: 10px;
    padding-right: 10px;

  }

  .nca-top-banner-promo-copy-line-3 {
    font-size: 16px;
  }

  .nca-top-banner-promo-code {
    display: flex;
    align-items: flex-end;
    padding-right: 7%;
  }

  .nca-top-banner-promo-code-and-details-box {
    justify-content: flex-end;
    margin-bottom: 0%;
    width: 25%;
  }

  .nca-top-banner-promo-code-details {
    padding-bottom: 9%;
  }
}

/* ========================================================== */
/* **************** NCA | pay over time msg ***************** */
/* ========================================================== */

.nca-hp-credit-titles {
  font-family: 'Lato';
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  margin-top:3%;
  margin-bottom:2%;
}

/*==================
 min width 768px
===================*/
@media (min-width: 768px) {
  .nca-hp-credit-titles {
    font-size: 30px;
    margin-top: 2.5%;
    margin-bottom: 2.25%;
  }
}

/*==================
 min width 768px
===================*/


/* ========================================================== */
/* ***************** NCA | ppm table ***************** */
/* ========================================================== */
@media (min-width: 1200px) {
  .nca-hp-ppm-table {
    margin-bottom: 4%;
  }
}

/* ========================================================== */
/* ***************** NCA | apply now button ***************** */
/* ========================================================== */
.nca-hp-apply-now-button-plcmnt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
}

.nca-hp-apply-now-button {
  width: 244px;
  height: 64px;
  border-radius: 34.5px;
  background-color: #0b3a5d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nca-hp-apply-now-button-copy {
  font-family: 'Lato';
  font-size: 24px;
  color: #ffffff;
}

/*==================
 min width 768px
===================*/

@media (min-width: 768px) {
  .nca-hp-apply-now-button {
    width: 365px;
    height: 104px;
    border-radius: 52px;
  }

  .nca-hp-apply-now-button-copy {
    font-size: 38px;
  }

}
