.form-group.required .form-control-label::before {
  content: "*";
  color: #c00; }

.account-image {
  background-image: url(../../images/account.jpg);
  background-position-y: 40%; }

.card-footer > a {
  color: var(--skin-primary-color-1);
  text-decoration: underline; }

.card-header > a {
  color: var(--skin-primary-color-1);
  float: right;
  text-decoration: underline; }

.card-info-group p {
  margin-bottom: 0; }

.card-info-group div {
  margin-bottom: 1rem; }

.card-info-group div:last-child {
  margin-bottom: 0; }

.order-history-control h2,
.order-history h2 {
  font-weight: bold;
  margin-top: 0.5rem; }

.dashboard-order-card-image {
  padding-right: 1rem; }

.dashboard-order-card-footer-columns:last-child {
  text-align: right; }

.dashboard-order-card-footer-value {
  font-weight: bold;
  font-size: 1rem; }

.card-header h2,
.card-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0; }

.card-footer-border {
  border-top: 1px dashed #999; }

.card-make-default-link {
  margin-top: 1rem; }

.dashboard-cards-block-title {
  font-weight: bold; }

.dashboard-order-card-status {
  text-transform: capitalize; }

.dashboard-order-card-image {
  width: 7rem; }

.account-landing-ordercard {
  padding: 0;
  height: 1rem;
  margin-left: 1.25rem;
  border-bottom: 0 none;
  margin-top: 1rem; }
  .account-landing-ordercard h4 {
    font-size: 1.2rem; }

div.order-number {
  padding-top: 0.2rem; }

.dashboard-cards-block-title {
  margin-bottom: 1em; }

.form-group.required .form-control-label::before {
  content: none; }

.hbc-loyalty-number-prefix {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #686868;
  pointer-events: none; }

.hudson-reward {
  padding: 0 10px 0 59px; }
  @media screen and (max-width: 1024px) {
    .hudson-reward {
      padding: 0 10px 0 66px; } }

.floating-label .hudsonbay-rewards {
  top: -9px;
  font-size: 10px;
  left: 8px;
  background: #fff; }

.hudson-bay-rewards {
  position: relative; }

.reward-content {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #aaa;
  margin: 0 0 18px; }
  .reward-content .reward-center-content {
    max-width: 364px;
    margin: 0 auto; }
    @media (max-width: 1023.98px) {
      .reward-content .reward-center-content {
        max-width: 340px; } }
  .reward-content .reward-heading {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 10px; }
  .reward-content .reward-info {
    margin: 0 0 10px; }
    @media (max-width: 1023.98px) {
      .reward-content .reward-info {
        margin: 0 8px 10px; } }
  .reward-content a {
    text-decoration: underline;
    color: #444; }
    .reward-content a.default-link {
      text-decoration: underline;
      color: #444; }
    .reward-content a:hover {
      text-decoration: none; }
  .reward-content img {
    height: 48px;
    padding: 0 0 12px; }

.two-col {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .two-col .col-6 {
    padding: 0;
    -ms-flex: 0 0 48.8%;
        flex: 0 0 48.8%; }
    @media (max-width: 543.98px) {
      .two-col .col-6 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  .two-col .btn-block {
    margin: 0 0 16px; }

.deletePaymentModal-main,
.deleteAddressModal-main {
  padding-right: 0 !important; }
  .deletePaymentModal-main .modal-dialog,
  .deleteAddressModal-main .modal-dialog {
    max-width: 450px; }
  .deletePaymentModal-main .delete-confirmation-header,
  .deleteAddressModal-main .delete-confirmation-header {
    text-align: center;
    border: none;
    padding-bottom: 10px; }
    .deletePaymentModal-main .delete-confirmation-header .modal-title,
    .deleteAddressModal-main .delete-confirmation-header .modal-title {
      font-size: 28px;
      line-height: 1.22;
      padding-top: 19px;
      width: 100%; }
      @media (max-width: 543.98px) {
        .deletePaymentModal-main .delete-confirmation-header .modal-title,
        .deleteAddressModal-main .delete-confirmation-header .modal-title {
          font-size: 26px;
          line-height: 1.15; } }
  .deletePaymentModal-main .close,
  .deleteAddressModal-main .close {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0.83);
    padding: 0;
    margin: 0; }
    @media (max-width: 543.98px) {
      .deletePaymentModal-main .close,
      .deleteAddressModal-main .close {
        right: 20px;
        top: 10px; } }
  .deletePaymentModal-main .delete-confirmation-body,
  .deleteAddressModal-main .delete-confirmation-body {
    padding-bottom: 25px;
    width: 88%;
    margin: 0 auto;
    text-align: center;
    color: #444;
    padding-top: 0; }
    @media (max-width: 543.98px) {
      .deletePaymentModal-main .delete-confirmation-body,
      .deleteAddressModal-main .delete-confirmation-body {
        width: 94%;
        padding-bottom: 5px; } }
    .deletePaymentModal-main .delete-confirmation-body .payment-to-remove,
    .deletePaymentModal-main .delete-confirmation-body .product-to-remove,
    .deleteAddressModal-main .delete-confirmation-body .payment-to-remove,
    .deleteAddressModal-main .delete-confirmation-body .product-to-remove {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: capitalize; }
  .deletePaymentModal-main .modal-footer,
  .deleteAddressModal-main .modal-footer {
    border: none; }
    .deletePaymentModal-main .modal-footer > :not(:first-child),
    .deleteAddressModal-main .modal-footer > :not(:first-child) {
      margin-left: 14px; }
  .deletePaymentModal-main .btn-block,
  .deleteAddressModal-main .btn-block {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-top: 0; }

.row {
  margin: 0;
  padding: 0; }

.account-dashboard {
  margin: 11px 0 0;
  letter-spacing: 0.25px;
  width: 15.25%; }
  @media (max-width: 1023.98px) {
    .account-dashboard {
      margin: 0;
      width: 100%;
      border-bottom: 1px solid #ddd; }
      .account-dashboard .account-mainmenu {
        display: none; }
        .account-dashboard .account-mainmenu.active {
          display: block;
          padding-top: 6px; }
      .account-dashboard .mobile-account-menu.mobile-account-menu {
        padding-top: 14px;
        border-top: solid 1px #ddd; } }
  .account-dashboard .menu-item {
    padding-bottom: 11px;
    line-height: 1.45; }
    @media (max-width: 1023.98px) {
      .account-dashboard .menu-item {
        padding: 0 20px 18px; } }
    .account-dashboard .menu-item:last-child {
      border-bottom: 1px solid #ddd;
      padding: 0 0 13px; }
      @media (max-width: 1023.98px) {
        .account-dashboard .menu-item:last-child {
          padding: 0 0 18px;
          margin: 0 20px; } }
    .account-dashboard .menu-item.last-menu-item {
      border-bottom: none;
      padding-bottom: 0; }
    @media (max-width: 1023.98px) {
      .account-dashboard .menu-item a {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }
  .account-dashboard .hbc-rewards,
  .account-dashboard .hbc-giftcards {
    margin: 12px 0 0; }
    @media (max-width: 1023.98px) {
      .account-dashboard .hbc-rewards,
      .account-dashboard .hbc-giftcards {
        margin: 18px 0; }
        .account-dashboard .hbc-rewards.bay-reward,
        .account-dashboard .hbc-giftcards.bay-reward {
          margin: 17px 0 0 10px; } }

.user-profile {
  padding: 0;
  width: 66.1%;
  margin: 0 auto 0 10.5%; }
  @media (max-width: 1199.98px) {
    .user-profile {
      width: 74.5%; } }
  @media (max-width: 1023.98px) {
    .user-profile {
      max-width: 542px;
      width: 71%;
      margin: 0 auto; } }
  @media (max-width: 543.98px) {
    .user-profile {
      width: 100%; } }
  @media (min-width: 1200px) {
    .user-profile {
      margin: 0 8.33333333%; } }
  .user-profile h1,
  .user-profile h2,
  .user-profile h3 {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 12px; }
    @media (max-width: 1023.98px) {
      .user-profile h1,
      .user-profile h2,
      .user-profile h3 {
        font-size: 26px;
        line-height: 1.35; } }
  .user-profile .card {
    border: 0;
    margin: 0; }
  @media (min-width: 1023.99px) {
    .user-profile.account-details {
      margin-left: 9%;
      width: 66.1%; } }
  .user-profile.account-details.edit-payment .add-payment-form .btn-secondary {
    margin-top: 25px; }
  .user-profile.account-details .address-form select {
    cursor: pointer; }
  .user-profile.account-details .welcome-account-header {
    margin: 0 0 28px; }
    @media (max-width: 1023.98px) {
      .user-profile.account-details .welcome-account-header {
        margin: 0 0 10px; } }
    .user-profile.account-details .welcome-account-header h1,
    .user-profile.account-details .welcome-account-header h2,
    .user-profile.account-details .welcome-account-header h3 {
      font-size: 28px; }
      @media (max-width: 1023.98px) {
        .user-profile.account-details .welcome-account-header h1,
        .user-profile.account-details .welcome-account-header h2,
        .user-profile.account-details .welcome-account-header h3 {
          font-size: 26px;
          line-height: 1.35; } }
  .user-profile.account-details .card-body {
    padding: 0; }
  .user-profile .welcome-account-header {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 12px; }
    @media (max-width: 1023.98px) {
      .user-profile .welcome-account-header {
        font-size: 26px;
        line-height: 1.35; } }
    .user-profile .welcome-account-header.profile-header {
      margin-bottom: 0; }
  .user-profile .dynamic-content {
    width: 100%;
    background: #eaeaea;
    padding: 16px 0;
    margin: 0 0 26px;
    line-height: 18px;
    letter-spacing: 0.25px;
    font-size: 12px;
    max-width: 650px; }
    @media (max-width: 1023.98px) {
      .user-profile .dynamic-content {
        margin-bottom: 19px;
        padding: 14px 0 15px; }
        .user-profile .dynamic-content .start-now {
          display: inline-block;
          font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 12px; }
        .user-profile .dynamic-content span {
          font-size: 12px; } }
    @media (max-width: 543.98px) {
      .user-profile .dynamic-content {
        margin-bottom: 18px;
        padding: 12px 0;
        line-height: 18px; }
        .user-profile .dynamic-content div {
          padding: 0 15px; }
        .user-profile .dynamic-content.PREFERENCES .start-now {
          display: inline-block;
          width: auto; }
        .user-profile .dynamic-content span {
          width: 255px;
          font-size: 12px;
          display: inline; }
        .user-profile .dynamic-content .start-now {
          font-size: 14px;
          font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
          display: inline; } }
    @media (min-width: 1200px) {
      .user-profile .dynamic-content {
        max-width: none; } }
    .user-profile .dynamic-content a {
      text-decoration: underline;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 12px;
      color: #000; }
      .user-profile .dynamic-content a:hover {
        text-decoration: none; }
    .user-profile .dynamic-content .checkout-faster,
    .user-profile .dynamic-content .apply-title {
      margin: 0 0 4px;
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      letter-spacing: 1.25px; }
      @media (max-width: 1023.98px) {
        .user-profile .dynamic-content .checkout-faster,
        .user-profile .dynamic-content .apply-title {
          line-height: 1.1; } }
    .user-profile .dynamic-content .apply-message {
      margin: 0 auto;
      display: block;
      max-width: 570px;
      width: 100%;
      padding: 0 20px; }
    .user-profile .dynamic-content .checkout-faster-desc {
      font-size: 12px;
      letter-spacing: 0.25px; }
  .user-profile .cart-merge-message {
    max-width: 650px;
    margin-top: 0; }
    .user-profile .cart-merge-message::before {
      display: none; }
    .user-profile .cart-merge-message .cart-merge-text {
      vertical-align: unset;
      line-height: 18px;
      display: inline-block; }

.reg-account {
  padding: 28px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 1024px) {
    .reg-account.account-contents, .reg-account.addressbook {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  @media (max-width: 1199.98px) {
    .reg-account {
      padding: 28px 20px; } }
  @media (max-width: 1023.98px) {
    .reg-account {
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 17px 20px; } }
  @media (max-width: 543.98px) {
    .reg-account {
      padding: 16px 10px; } }
  @media (min-width: 1200px) {
    .reg-account.container {
      padding: 27px 40px; } }
  .reg-account .col-12 {
    padding: 0; }
  .reg-account .account-mainmenu a {
    color: #444; }
  @media (min-width: 1023.99px) {
    .reg-account .account-mainmenu .my-account-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.address .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.address .address-book-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.myStylist .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.myStylist .wishi-mystylist-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.payment .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.payment .payments-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.profile .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.profile .profile-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.order-history .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.order-history .order-history-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.preference-center .my-account-link {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
    .reg-account .account-mainmenu.preference-center .preference-center-link {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; } }
  .reg-account .account-mainmenu.address .my-account-link, .reg-account .account-mainmenu.payment .my-account-link, .reg-account .account-mainmenu.profile .my-account-link, .reg-account .account-mainmenu.order-history .my-account-link, .reg-account .account-mainmenu.saks-first .my-account-link, .reg-account .account-mainmenu.preference-center .my-account-link {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .reg-account .account-mainmenu.address .address-book-link,
  .reg-account .account-mainmenu.myStylist .wishi-mystylist-link,
  .reg-account .account-mainmenu.payment .payments-link,
  .reg-account .account-mainmenu.profile .profile-link,
  .reg-account .account-mainmenu.order-history .order-history-link,
  .reg-account .account-mainmenu.saks-first .saks-first-link,
  .reg-account .account-mainmenu.preference-center .preference-center-link {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  @media (max-width: 543.98px) {
    .reg-account .user-profile {
      padding: 0 20px; } }
  .reg-account .user-profile .user-profile .welcome-account-header {
    margin-bottom: 14px; }
  @media (max-width: 1023.98px) {
    .reg-account .user-profile .heading-landing {
      text-align: center; } }
  .reg-account .user-profile.edit-add-address h1 {
    line-height: 32px; }
    @media (max-width: 1023.98px) {
      .reg-account .user-profile.edit-add-address h1 {
        display: none; } }
  .reg-account .user-profile.edit-add-address .welcome-account-header {
    margin-bottom: 0;
    line-height: 1.2; }
    @media (max-width: 1023.98px) {
      .reg-account .user-profile.edit-add-address .welcome-account-header {
        text-align: left;
        margin-bottom: 25px;
        line-height: 1.18; } }
    .reg-account .user-profile.edit-add-address .welcome-account-header h3 {
      text-transform: capitalize !important;
      font-size: 14px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 17px 0; }
      @media (max-width: 1023.98px) {
        .reg-account .user-profile.edit-add-address .welcome-account-header h3 {
          margin: 0; } }
  .reg-account .account-mainmenu a {
    color: #000; }
  .reg-account .account-mainmenu .my-account-link {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
    @media (max-width: 1023.98px) {
      .reg-account .account-mainmenu .my-account-link {
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; } }

.menu-main-item {
  margin: 0 0 20px;
  position: relative;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  margin-bottom: 12px;
  line-height: 1.3;
  letter-spacing: 1.25px; }
  @media (max-width: 1023.98px) {
    .menu-main-item {
      margin-bottom: 14px;
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      letter-spacing: 0.5px;
      padding: 0 20px; }
      .menu-main-item::after {
        content: '';
        position: absolute;
        right: 10px;
        transform: scale(0.7); }
      .menu-main-item.active::after {
        transform: scale(0.7) rotate(180deg); } }
  .menu-main-item::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0.7); }
  .menu-main-item.active::after {
    transform: translateY(-50%) scale(0.7) rotate(180deg); }

@media (max-width: 1023.98px) {
  .account-dashboard[data-sfenabled='false'] .main-saks-first {
    display: none; }
  .account-dashboard[data-sfenabled='false'] .account-item-saksfirst {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-my-account {
    display: block; }
  .account-dashboard[data-pagetype='account'] .account-mainmenu .my-account-link {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='account'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-profile {
    display: block; }
  .account-dashboard[data-pagetype='profile'] .account-mainmenu .profile-link {
    display: none; }
  .account-dashboard[data-pagetype='profile'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-address-book {
    display: block; }
  .account-dashboard[data-pagetype='address'] .account-mainmenu .address-book-link {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='address'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-my-stylist {
    display: block; }
  .account-dashboard[data-pagetype='myStylist'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .account-mainmenu .wishi-mystylist-link {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='myStylist'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-order-history {
    display: block; }
  .account-dashboard[data-pagetype='order-history'] .account-mainmenu .order-history-link {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='order-history'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-payment {
    display: block; }
  .account-dashboard[data-pagetype='payment'] .account-mainmenu .payments-link {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='payment'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-saks-first {
    display: block; }
  .account-dashboard[data-pagetype='saks-plus'] .account-mainmenu .saks-first-link {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='saks-plus'] .main-preference-center {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-saks-first {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .main-preference-center {
    display: block; }
  .account-dashboard[data-pagetype='preference-center'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='preference-center'] .account-mainmenu .preference-center-link {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-my-account {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-order-history {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-my-stylist {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-saks-first {
    display: block; }
  .account-dashboard[data-pagetype='saks-first'] .account-mainmenu .saks-first-link {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-address-book {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-payment {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-profile {
    display: none; }
  .account-dashboard[data-pagetype='saks-first'] .main-preference-center {
    display: none; } }

@media (max-width: 1023.98px) {
  .mobile-account-menu .account-mainmenu .menu-item {
    padding-bottom: 0; } }

@media (max-width: 1023.98px) {
  .mobile-account-menu .account-mainmenu .menu-item a {
    margin-bottom: 18px;
    display: block; } }

.welcome-account-subDetails {
  letter-spacing: 0.25px;
  line-height: 1.45; }
  .welcome-account-subDetails .member-bold {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .welcome-account-subDetails .reedem-points {
    text-decoration: underline;
    color: #000; }
    .welcome-account-subDetails .reedem-points:hover {
      text-decoration: none; }
  @media (max-width: 1023.98px) {
    .welcome-account-subDetails {
      text-align: center;
      line-height: 1.3; }
      .welcome-account-subDetails .reedem-points {
        display: block;
        padding-top: 1px; } }

.account-dashboard-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-top: 27px;
  max-width: 650px; }
  @media (max-width: 1023.98px) {
    .account-dashboard-content {
      padding-top: 16px; } }
  @media (min-width: 1200px) {
    .account-dashboard-content {
      max-width: none; } }
  .account-dashboard-content::after {
    content: '';
    -ms-flex: 0 32%;
        flex: 0 32%; }
    @media (max-width: 1023.98px) {
      .account-dashboard-content::after {
        -ms-flex: 0 31.36%;
            flex: 0 31.36%; } }
    @media (max-width: 543.98px) {
      .account-dashboard-content::after {
        -ms-flex: 0 48%;
            flex: 0 48%; } }
  .account-dashboard-content .item-content {
    margin: 0 0 18px;
    width: 48.78%;
    padding: 40px 0;
    border: 1px solid #aaa;
    line-height: 1.3;
    letter-spacing: 1.25px; }
    @media (max-width: 1199.98px) {
      .account-dashboard-content .item-content {
        width: 31.8%; } }
    @media (max-width: 1023.98px) {
      .account-dashboard-content .item-content {
        font-size: 12px;
        width: 48.53%;
        padding: 35px 0 34px; } }
    @media (max-width: 543.98px) {
      .account-dashboard-content .item-content {
        width: 47.8%; } }
    .account-dashboard-content .item-content:hover {
      border: 1px solid #222;
      cursor: pointer;
      text-decoration: none;
      box-shadow: inset 0 0 0 1px #222;
      color: #686868; }
  .account-dashboard-content a {
    display: inline-block;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #000; }
    .account-dashboard-content a img, .account-dashboard-content a svg {
      display: block;
      margin: 0 auto 10px;
      max-height: 30px; }

.reg-account {
  padding: 37px 20px; }
  @media (max-width: 1023.98px) {
    .reg-account {
      padding: 13px 0; } }
  @media (max-width: 1023.98px) {
    .reg-account .user-profile {
      margin: 27px auto 0; } }
  @media screen and (max-width: 767.98px) {
    .reg-account .user-profile {
      max-width: 100%;
      margin: 22px auto 0; } }
  .reg-account .user-profile h1,
  .reg-account .user-profile h2,
  .reg-account .user-profile h3 {
    margin-bottom: 0; }
  .reg-account .user-profile .welcome-account-header {
    font-size: 14px;
    margin-bottom: 14px; }
    .reg-account .user-profile .welcome-account-header h1 {
      margin-bottom: 0; }
    .reg-account .user-profile .welcome-account-header .edit-personal-header {
      line-height: 20px; }
  .reg-account .user-profile .heading-landing .user-message {
    text-transform: capitalize !important;
    display: inline-block; }
    .reg-account .user-profile .heading-landing .user-message::first-line {
      text-transform: capitalize; }
  .reg-account .user-profile .profile-header {
    margin-bottom: 18px; }
    @media (max-width: 1023.98px) {
      .reg-account .user-profile .profile-header {
        display: none; } }
  .reg-account .user-profile .profile-details,
  .reg-account .user-profile .password-settings,
  .reg-account .user-profile .preferences-settings {
    padding-right: 16px; }
    @media (max-width: 543.98px) {
      .reg-account .user-profile .profile-details,
      .reg-account .user-profile .password-settings,
      .reg-account .user-profile .preferences-settings {
        padding-right: 0; } }
  @media screen and (max-width: 767.98px) {
    .reg-account .user-profile .password-settings {
      padding-right: 0; } }
  .reg-account .user-profile.saks-user .card.card-border {
    border: 1px solid #979797; }
  .reg-account .user-profile.saks-user .card.text-weight {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
  .reg-account .user-profile.saks-user .card .card-body {
    padding: 14px 24px 17px 18px;
    min-height: 141px; }
    .reg-account .user-profile.saks-user .card .card-body .heading {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      line-height: 20px;
      letter-spacing: 0.25px;
      padding-bottom: 12px; }
    .reg-account .user-profile.saks-user .card .card-body .profile-into,
    .reg-account .user-profile.saks-user .card .card-body .profile-into-email {
      font-size: 12px;
      line-height: 18px;
      padding-bottom: 0; }
    .reg-account .user-profile.saks-user .card .card-body .edit-profile {
      margin-top: 26px; }
    .reg-account .user-profile.saks-user .card .card-body .edit-password,
    .reg-account .user-profile.saks-user .card .card-body .edit-email {
      margin-top: 44px; }
    @media (max-width: 1023.98px) {
      .reg-account .user-profile.saks-user .card .card-body .edit-email {
        margin-top: 26px; } }
    @media screen and (max-width: 767.98px) {
      .reg-account .user-profile.saks-user .card .card-body .edit-email {
        margin-top: 44px; } }
  .reg-account .user-edit-profile .edit-profile,
  .reg-account .reset-user-pwd .edit-profile {
    max-width: 317px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023.98px) {
      .reg-account .user-edit-profile .edit-profile,
      .reg-account .reset-user-pwd .edit-profile {
        max-width: 356px;
        margin: 0 auto; } }
    @media screen and (max-width: 767.98px) {
      .reg-account .user-edit-profile .edit-profile,
      .reg-account .reset-user-pwd .edit-profile {
        max-width: 335px; } }
  .reg-account .user-edit-profile .row,
  .reg-account .reset-user-pwd .row {
    margin: 0; }
  .reg-account .user-edit-profile .col-12,
  .reg-account .reset-user-pwd .col-12 {
    padding: 0; }
  @media (max-width: 543.98px) {
    .reg-account .user-edit-profile .privacy-policy-section,
    .reg-account .reset-user-pwd .privacy-policy-section {
      text-align: unset; } }
  .reg-account .user-edit-profile .privacy-policy-section .privacy-link,
  .reg-account .reset-user-pwd .privacy-policy-section .privacy-link {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 18px;
    letter-spacing: 0.25px;
    font-size: 12px;
    color: #000; }
  .reg-account .user-edit-profile .btn-save,
  .reg-account .reset-user-pwd .btn-save {
    margin-bottom: 18px; }
  .reg-account .user-edit-profile .save-btn,
  .reg-account .reset-user-pwd .save-btn {
    padding-top: 8px; }
    @media screen and (max-width: 767.98px) {
      .reg-account .user-edit-profile .save-btn,
      .reg-account .reset-user-pwd .save-btn {
        padding-top: 17px; } }
  .reg-account .user-edit-profile a.btn-block,
  .reg-account .reset-user-pwd a.btn-block {
    margin-bottom: 13px; }
  .reg-account .reset-user-pwd .reset-pwd {
    max-width: 317px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1023.98px) {
      .reg-account .reset-user-pwd .reset-pwd {
        max-width: 356px;
        margin: 0 auto; } }
    @media screen and (max-width: 767.98px) {
      .reg-account .reset-user-pwd .reset-pwd {
        max-width: 335px; } }
  .reg-account .reset-email-preferences {
    max-width: 65%; }
    @media screen and (max-width: 767.98px) {
      .reg-account .reset-email-preferences {
        max-width: 100%; } }
    .reg-account .reset-email-preferences .reset-email {
      max-width: 782px;
      margin: 0; }
      .reg-account .reset-email-preferences .reset-email .left-space {
        padding-left: 10px; }
        @media screen and (max-width: 767.98px) {
          .reg-account .reset-email-preferences .reset-email .left-space {
            padding: 0; } }
    .reg-account .reset-email-preferences .custom-checkbox .saks-label {
      font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px; }
    .reg-account .reset-email-preferences .top-sapcing {
      margin-top: 9px; }
      @media screen and (max-width: 767.98px) {
        .reg-account .reset-email-preferences .top-sapcing {
          margin-top: 11px; } }
    @media screen and (max-width: 767.98px) {
      .reg-account .reset-email-preferences .form-group {
        margin-bottom: 25px; } }

.deleteAddressModal-main .delete-confirmation-header {
  padding-bottom: 18px; }
  .deleteAddressModal-main .delete-confirmation-header .modal-title {
    padding-top: 22px;
    line-height: 1.24; }

.deleteAddressModal-main .modal-footer {
  padding-bottom: 27px; }

.deleteAddressModal-main .delete-confirmation-body {
  color: #000;
  letter-spacing: 0.25px;
  line-height: 20px;
  padding-bottom: 15px; }
  .deleteAddressModal-main .delete-confirmation-body .product-to-remove {
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: capitalize;
    line-height: 20px;
    padding-top: 12px;
    margin-bottom: 0; }

.user-profile.saks-user .card .card-body {
  padding: 19px 48px 19px 18px; }
  @media (max-width: 1023.98px) {
    .user-profile.saks-user .card .card-body {
      padding-right: 15px; } }
  @media (max-width: 543.98px) {
    .user-profile.saks-user .card .card-body {
      padding-right: 46px; } }
  .user-profile.saks-user .card .card-body .edit-profile {
    margin-top: 31px; }
    @media (max-width: 1023.98px) {
      .user-profile.saks-user .card .card-body .edit-profile {
        margin-top: 31px; } }
  .user-profile.saks-user .card .card-body .edit-email {
    margin-top: 31px; }
    @media (max-width: 1023.98px) {
      .user-profile.saks-user .card .card-body .edit-email {
        margin-top: 33px; } }

.user-profile .welcome-account-header {
  margin-bottom: 28px;
  width: 100%; }
  .user-profile .welcome-account-header.profile-header {
    width: 100%; }
  @media (max-width: 1023.98px) {
    .user-profile .welcome-account-header {
      width: 100%; } }
  @media (max-width: 543.98px) {
    .user-profile .welcome-account-header {
      margin-bottom: 10px; } }

.user-profile .profile-details,
.user-profile .preferences-settings {
  padding-right: 13px;
  padding-bottom: 18px; }
  @media (max-width: 1023.98px) {
    .user-profile .profile-details,
    .user-profile .preferences-settings {
      padding-right: 9px; } }
  @media (max-width: 543.98px) {
    .user-profile .profile-details,
    .user-profile .preferences-settings {
      padding-right: 0; } }

@media (max-width: 543.98px) {
  .user-profile .password-settings {
    padding-bottom: 18px; } }

.user-profile .card.card-border {
  border: 1px solid #d8d8d8;
  border-radius: 0; }

.user-profile .card.text-weight {
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }

.user-profile .card .card-body {
  padding: 19px 67px 19px 18px;
  line-height: 1.22; }
  @media (max-width: 1023.98px) {
    .user-profile .card .card-body {
      padding-right: 45px; } }
  @media (max-width: 543.98px) {
    .user-profile .card .card-body {
      padding-right: 60px; } }
  .user-profile .card .card-body .heading {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    padding-bottom: 7px; }
  .user-profile .card .card-body .profile-into {
    padding-bottom: 2px; }
    .user-profile .card .card-body .profile-into.name {
      text-transform: capitalize; }
  .user-profile .card .card-body .edit-profile,
  .user-profile .card .card-body .edit-password,
  .user-profile .card .card-body .edit-email {
    text-decoration: underline;
    margin-top: 12px; }
    .user-profile .card .card-body .edit-profile:hover,
    .user-profile .card .card-body .edit-profile a,
    .user-profile .card .card-body .edit-password:hover,
    .user-profile .card .card-body .edit-password a,
    .user-profile .card .card-body .edit-email:hover,
    .user-profile .card .card-body .edit-email a {
      text-decoration: none; }
  .user-profile .card .card-body .edit-password {
    margin-top: 50px; }
    @media (max-width: 1023.98px) {
      .user-profile .card .card-body .edit-password {
        margin-top: 33px; } }
    @media (max-width: 543.98px) {
      .user-profile .card .card-body .edit-password {
        margin-top: 50px; } }
  .user-profile .card .card-body .edit-email {
    margin-top: 33px; }
    @media (max-width: 1023.98px) {
      .user-profile .card .card-body .edit-email {
        margin-top: 16px; } }
    @media (max-width: 543.98px) {
      .user-profile .card .card-body .edit-email {
        margin-top: 33px; } }

.saks-first .saks-gift-intial-form {
  max-width: 802px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1023.99px) {
    .saks-first .saks-gift-intial-form {
      padding: 50px 109px 47px;
      border: 1px solid #ddd; } }
  @media screen and (min-width: 1024px) and (max-width: 1259px) {
    .saks-first .saks-gift-intial-form {
      padding: 50px 82px 47px; } }
  @media (max-width: 1023.98px) {
    .saks-first .saks-gift-intial-form {
      padding-top: 35px;
      padding-bottom: 33px; } }
  .saks-first .saks-gift-intial-form .add-payment-form {
    width: 100%; }
    @media (min-width: 1023.99px) {
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .card-padding-left {
        padding-left: 0;
        padding-right: 5px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .cvv-padding-right {
        padding-right: 0;
        padding-left: 11px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .postal-padding {
        padding-left: 0;
        padding-right: 7px; } }
    @media (max-width: 1023.98px) {
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .cvv-padding-right,
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .postal-padding {
        width: 100%; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .cvv-padding-right {
        padding: 0 7.5px 0 0; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .postal-padding {
        padding: 0 0 0 7.5px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .card-padding-left {
        padding: 0; } }
    .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .two-col .form-group {
      margin-bottom: 9px; }
    .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .saks-cvv-tooltip {
      margin-bottom: 17px;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      padding-left: 4px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .saks-cvv-tooltip .tooltip-info {
        margin-left: 3px; }
    .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] {
      max-width: 178px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .account-img,
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .cvv-img {
        text-align: center; }
        .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .account-img img,
        .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .cvv-img img {
          max-width: 90px; }
        .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .account-img .saks-card,
        .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .cvv-img .saks-card {
          margin-top: 6px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .saks-card {
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 18px;
        display: block;
        margin-top: 16px; }
      .saks-first .saks-gift-intial-form .add-payment-form .saksfirst-form .custom-tooltip div[role='status'] .tooltip-content {
        padding: 15px 16px; }
  .saks-first .saks-gift-intial-form .saks-already-first-member-message,
  .saks-first .saks-gift-intial-form .saks-become-first-member-message {
    width: 100%;
    text-align: center;
    padding-bottom: 26px; }
    .saks-first .saks-gift-intial-form .saks-already-first-member-message .saks-first-logo,
    .saks-first .saks-gift-intial-form .saks-become-first-member-message .saks-first-logo {
      margin-bottom: 23px; }
    .saks-first .saks-gift-intial-form .saks-already-first-member-message .already-member,
    .saks-first .saks-gift-intial-form .saks-become-first-member-message .already-member {
      font-size: 28px;
      letter-spacing: 0.4px;
      line-height: 32px;
      display: block;
      margin-bottom: 6px;
      font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif; }
      @media (max-width: 1023.98px) {
        .saks-first .saks-gift-intial-form .saks-already-first-member-message .already-member,
        .saks-first .saks-gift-intial-form .saks-become-first-member-message .already-member {
          font-size: 26px; } }
    .saks-first .saks-gift-intial-form .saks-already-first-member-message .add-your-saksfirst,
    .saks-first .saks-gift-intial-form .saks-become-first-member-message .add-your-saksfirst {
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px; }
  .saks-first .saks-gift-intial-form .saks-become-first-member-message {
    padding-top: 52px; }
    .saks-first .saks-gift-intial-form .saks-become-first-member-message .saks-graphic-img {
      max-width: 318px;
      margin: 54px auto 0; }
    .saks-first .saks-gift-intial-form .saks-become-first-member-message .saks-add-account {
      margin: 26px auto 14px; }
      @media (max-width: 1023.98px) {
        .saks-first .saks-gift-intial-form .saks-become-first-member-message .saks-add-account {
          max-width: 100%; } }

.saks-first .saks-add-account {
  max-width: 234px;
  margin: 18px auto 0; }
  @media (max-width: 1023.98px) {
    .saks-first .saks-add-account {
      max-width: 100%; } }

.saks-first .saksfirstDetail {
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px; }
  .saks-first .saksfirstDetail .pay-and-manage {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 9px; }
    .saks-first .saksfirstDetail .pay-and-manage .Pay_manage {
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px; }
      .saks-first .saksfirstDetail .pay-and-manage .Pay_manage .pay-text {
        margin-right: 10px; }
      .saks-first .saksfirstDetail .pay-and-manage .Pay_manage .divide-links {
        margin: 0 10px; }
      .saks-first .saksfirstDetail .pay-and-manage .Pay_manage .link-text {
        padding-bottom: 1px;
        border-bottom: 1px solid #000; }
        .saks-first .saksfirstDetail .pay-and-manage .Pay_manage .link-text:hover {
          text-decoration: none;
          border-color: transparent; }
  .saks-first .saksfirstDetail .dynamic-reward-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background-color: #eee;
    padding: 9px 10px 9px 15px; }
    .saks-first .saksfirstDetail .dynamic-reward-message .reward-text a {
      padding-bottom: 1px;
      border-bottom: 1px solid #000; }
      .saks-first .saksfirstDetail .dynamic-reward-message .reward-text a:hover {
        text-decoration: none;
        border-color: transparent; }
    .saks-first .saksfirstDetail .dynamic-reward-message .close {
      cursor: pointer; }
      @media screen and (max-width: 767.98px) {
        .saks-first .saksfirstDetail .dynamic-reward-message .close {
          margin-bottom: 16px; } }
  .saks-first .saksfirstDetail .saks-tier-details {
    border-bottom: 1px solid #ddd; }
    @media (max-width: 1023.98px) {
      .saks-first .saksfirstDetail .saks-tier-details {
        padding-top: 35px; } }
    @media (min-width: 1023.99px) {
      .saks-first .saksfirstDetail .saks-tier-details {
        border: none;
        border-bottom: 1px solid #ddd; } }
    .saks-first .saksfirstDetail .saks-tier-details .saks-first-logo {
      text-align: center;
      margin-bottom: 16px; }
    .saks-first .saksfirstDetail .saks-tier-details .font-common {
      font-size: 28px;
      letter-spacing: 0.4px;
      line-height: 32px;
      display: block;
      margin-bottom: 2px;
      font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif; }
      @media (max-width: 1023.98px) {
        .saks-first .saksfirstDetail .saks-tier-details .font-common {
          font-size: 26px; } }
    .saks-first .saksfirstDetail .saks-tier-details .saks-tier {
      font-size: 14px;
      letter-spacing: 1.25px;
      line-height: 18px;
      margin-bottom: 4px;
      text-transform: uppercase; }
      @media (max-width: 1023.98px) {
        .saks-first .saksfirstDetail .saks-tier-details .saks-tier {
          margin-bottom: 7px; } }
    .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tooltip-text {
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px; }
    .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tooltip-info {
      margin-left: 3px; }
      @media (max-width: 1023.98px) {
        .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tooltip-info {
          margin-left: 0; } }
    .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tool-text {
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 18px;
      margin-bottom: 4px;
      display: inline-block; }
      .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tool-text.tool-head {
        font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
        margin-bottom: 0; }
    .saks-first .saksfirstDetail .saks-tier-details .saks-point-multiplier-tooltip .tool-border {
      margin: 12px auto 5px;
      width: 55px;
      border-top: 1px solid #ddd; }
    .saks-first .saksfirstDetail .saks-tier-details .saks-point-gift-together {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      margin-top: 31px;
      margin-bottom: 32px; }
    .saks-first .saksfirstDetail .saks-tier-details .saks-progress-label-gf {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 5px; }
    .saks-first .saksfirstDetail .saks-tier-details .saks-available-gift-card button {
      line-height: 30px;
      max-width: 139px;
      margin: 15px auto 0; }
      @media (max-width: 1023.98px) {
        .saks-first .saksfirstDetail .saks-tier-details .saks-available-gift-card button {
          margin-top: 18px; } }
    .saks-first .saksfirstDetail .saks-tier-details .saks-reward-next-points {
      margin-bottom: 8px; }
    .saks-first .saksfirstDetail .saks-tier-details .progress-bar {
      background-color: #000; }
    @media (min-width: 1023.99px) {
      .saks-first .saksfirstDetail .saks-tier-details .beauty-box-top-border {
        margin: 45px -82px;
        border-top: 1px solid #ddd; } }
    @media (max-width: 1023.98px) {
      .saks-first .saksfirstDetail .saks-tier-details .beauty-box-top-border {
        margin: 36px 0; } }
    .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes {
      font-size: 14px;
      letter-spacing: 0.25px;
      line-height: 20px; }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beaty-logo {
        margin-bottom: 0; }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .available-beauty-reward {
        margin-bottom: 12px;
        margin-top: 33px; }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-reward {
        margin-bottom: 13px; }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .saks-available-beauty-boxes {
        padding-top: 13px;
        margin-bottom: 23px; }
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .saks-available-beauty-boxes button {
          line-height: 30px;
          max-width: 150px;
          margin: 0 auto; }
      @media (min-width: 1023.99px) {
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-reward-legal {
          width: 494px; } }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-reward-legal .redeem-rewards-content {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 0; }
      .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin-top: 27px; }
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together .beaty-rewards-logo {
          max-width: 150px;
          width: 100%;
          margin-right: 29px; }
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together .beaty-text-content .beauty-text {
          font-size: 14px;
          letter-spacing: 0.25px;
          line-height: 20px;
          display: inline-block;
          margin-bottom: 12px; }
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together .beaty-text-content .beauty-head {
          font-weight: bold;
          margin-bottom: 2px; }
        .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together .beaty-text-content .links-text a {
          font-size: 12px;
          letter-spacing: 0;
          line-height: 15px;
          display: inline-block;
          margin-right: 15px;
          padding-bottom: 2px;
          border-bottom: 1px solid #000; }
          .saks-first .saksfirstDetail .saks-tier-details .beauty-boxes .beauty-rewards-together .beaty-text-content .links-text a:hover {
            text-decoration: none;
            border-color: transparent; }

.saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption {
  padding-top: 22px; }
  @media (max-width: 1023.98px) {
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption {
      padding-top: 33px; } }
  @media (min-width: 1023.99px) {
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption {
      border: none; } }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .font-head {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif; }
    @media (max-width: 1023.98px) {
      .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .font-head {
        font-size: 26px; } }
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .font-head.gf-avail-amount {
      margin-bottom: 3px; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-header-message {
    margin-bottom: 13px; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-avail-now-text {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 3px; }
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-avail-now-text.saks-gift-card-text {
      margin-bottom: 0; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-redeem-section {
    margin-top: 40px; }
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-redeem-section .saks-gf-sent-to {
      font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif;
      margin-bottom: 6px; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .would-you {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 33px; }
    @media (max-width: 1023.98px) {
      .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .would-you {
        max-width: 260px;
        margin: 33px auto 15px; } }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-redemption-mode {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 23px; }
    .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .gf-redemption-mode .custom-inputs {
      margin-left: 20px; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .redemption-mail-msg {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px; }
  .saks-first .saksfirstGiftcard-redemption .saks-gift-card-redemption .by-mail-content {
    font-size: 12px;
    margin-top: 23px; }

.saks-first .saksfirstGiftcard-redemption .redemption-email-msg {
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 20px; }

.saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form {
  margin-top: 27px; }
  .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .card-number {
    padding: 0 2.5px; }
    @media (max-width: 1023.98px) {
      .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .card-number {
        padding: 0; } }
  @media (min-width: 1023.99px) {
    .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem {
      padding-top: 9px; }
      .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem .left-pad {
        padding-left: 0;
        padding-right: 8px; }
      .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem .right-pad {
        padding-right: 0;
        padding-left: 8px; } }
  @media (max-width: 1023.98px) {
    .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem .left-pad,
    .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem .right-pad {
      padding: 0; }
    .saks-first .saksfirstGiftcard-redemption .saksfirst-redeem-form .button-redem .js-gf-cancel {
      margin: 8px 0 18px; } }

.saks-first .saksfirst-frequently-asked-ques {
  padding-top: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .saks-first .saksfirst-frequently-asked-ques .freq-ask-ques {
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    font-size: 12px; }
    .saks-first .saksfirst-frequently-asked-ques .freq-ask-ques:hover {
      text-decoration: none;
      border-color: transparent; }
  .saks-first .saksfirst-frequently-asked-ques .terms-cond-links {
    margin-top: 18px;
    font-size: 12px; }
    .saks-first .saksfirst-frequently-asked-ques .terms-cond-links a {
      margin-left: 8px;
      padding-bottom: 2px;
      border-bottom: 1px solid #000; }
      .saks-first .saksfirst-frequently-asked-ques .terms-cond-links a:hover {
        text-decoration: none;
        border-color: transparent; }

.saks-first .saks-gf-success {
  padding-top: 33px; }
  @media (max-width: 1023.98px) {
    .saks-first .saks-gf-success {
      padding-top: 33px; } }
  @media (min-width: 1023.99px) {
    .saks-first .saks-gf-success {
      border: none; } }
  .saks-first .saks-gf-success .font-success-bold {
    font-size: 28px;
    letter-spacing: 0.4px;
    line-height: 32px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-gf-success .font-success-bold {
        font-size: 26px; } }
    .saks-first .saks-gf-success .font-success-bold.saks-success {
      margin-bottom: 14px; }
  .saks-first .saks-gf-success .saks-success-msg {
    font-size: 14px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 2px; }
  .saks-first .saks-gf-success .saks-success-giftcard-text {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 24px; }
  .saks-first .saks-gf-success .saks-gf-email-msg {
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 18px;
    margin-bottom: 26px; }
  .saks-first .saks-gf-success .saks-gift-card-ok {
    width: 235px;
    margin: auto; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-gf-success .saks-gift-card-ok {
        width: 100%; } }
  .saks-first .saks-gf-success .saks-gf-sent-to {
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 4px; }
  .saks-first .saks-gf-success .mail-aadress {
    margin-bottom: 23px;
    letter-spacing: 0.25px;
    line-height: 20px; }
  .saks-first .saks-gf-success .saks-gf-delivery-msg {
    margin-bottom: 27px; }

.saks-first .saks-beauty-box-redemption {
  padding-top: 33px; }
  @media (max-width: 1023.98px) {
    .saks-first .saks-beauty-box-redemption {
      padding-top: 33px; } }
  @media (min-width: 1023.99px) {
    .saks-first .saks-beauty-box-redemption {
      border: none; } }
  .saks-first .saks-beauty-box-redemption .font-success-bold {
    font-size: 28px;
    letter-spacing: 0.4px;
    line-height: 32px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-beauty-box-redemption .font-success-bold {
        font-size: 26px; } }
    .saks-first .saks-beauty-box-redemption .font-success-bold.bb-header-message {
      margin-bottom: 37px; }
  .saks-first .saks-beauty-box-redemption .bb-redemption-mode {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 25px; }
    .saks-first .saks-beauty-box-redemption .bb-redemption-mode .custom-inputs {
      margin-left: 20px; }
  .saks-first .saks-beauty-box-redemption .bb-redeem-section .would-redeem {
    margin-bottom: 18px; }
  .saks-first .saks-beauty-box-redemption .mail-aadress {
    margin-bottom: 22px; }
  .saks-first .saks-beauty-box-redemption .change-address-content {
    margin-bottom: 26px; }
  .saks-first .saks-beauty-box-redemption .redemption-pickup-msg {
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin-bottom: 26px; }
  .saks-first .saks-beauty-box-redemption .ship-submit,
  .saks-first .saks-beauty-box-redemption .pickup-submit {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 8px; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-beauty-box-redemption .ship-submit,
      .saks-first .saks-beauty-box-redemption .pickup-submit {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-top: 0; } }
    .saks-first .saks-beauty-box-redemption .ship-submit .redeem-cancel-btn,
    .saks-first .saks-beauty-box-redemption .pickup-submit .redeem-cancel-btn {
      width: 48.5%; }
      @media (max-width: 1023.98px) {
        .saks-first .saks-beauty-box-redemption .ship-submit .redeem-cancel-btn,
        .saks-first .saks-beauty-box-redemption .pickup-submit .redeem-cancel-btn {
          width: 100%;
          margin-top: 9px; }
          .saks-first .saks-beauty-box-redemption .ship-submit .redeem-cancel-btn button,
          .saks-first .saks-beauty-box-redemption .pickup-submit .redeem-cancel-btn button {
            margin-top: 9px; } }

.saks-first .saks-bb-success {
  padding-top: 33px; }
  @media (max-width: 1023.98px) {
    .saks-first .saks-bb-success {
      padding-top: 33px; } }
  @media (min-width: 1023.99px) {
    .saks-first .saks-bb-success {
      border: none; } }
  .saks-first .saks-bb-success .saks-success {
    font-size: 28px;
    letter-spacing: 0.4px;
    line-height: 32px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    margin-bottom: 36px;
    text-transform: uppercase; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-bb-success .saks-success {
        font-size: 26px; } }
  .saks-first .saks-bb-success .saks-bb-sent-to {
    letter-spacing: 0.25px;
    line-height: 20px; }
  .saks-first .saks-bb-success .redemption-mail-msg {
    line-height: 20px;
    margin-bottom: 22px; }
  .saks-first .saks-bb-success .saks-bb-delivery-msg {
    margin-bottom: 23px;
    letter-spacing: 0.25px;
    line-height: 20px; }
  .saks-first .saks-bb-success .saks-bb-email-redeem {
    margin-bottom: 27px;
    letter-spacing: 0.25px;
    line-height: 20px; }
  .saks-first .saks-bb-success .saks-bb-ok {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1023.98px) {
      .saks-first .saks-bb-success .saks-bb-ok {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .saks-first .saks-bb-success .saks-bb-ok .gf-redeem-btn-ok {
          margin-top: 18px; } }
    .saks-first .saks-bb-success .saks-bb-ok .find-store,
    .saks-first .saks-bb-success .saks-bb-ok .gf-redeem-btn-ok {
      width: 48.5%; }
      @media (max-width: 1023.98px) {
        .saks-first .saks-bb-success .saks-bb-ok .find-store,
        .saks-first .saks-bb-success .saks-bb-ok .gf-redeem-btn-ok {
          width: 100%; } }

.saks-card-wrapper {
  position: relative; }
  .saks-card-wrapper::after {
    background: url("../../images/avenue-sprite.svg") no-repeat;
    background-position: 0 -2212px;
    width: 48px;
    height: 30px;
    content: '';
    position: absolute;
    right: 28px;
    top: 7px;
    transform: scale(0.75); }
  .saks-card-wrapper[data-type='SAKS']::after {
    background-image: url("../../images/saks-store.svg");
    background-size: auto;
    background-position: 0 0; }

.saks-general-error .error-message-text {
  margin-bottom: 0; }

.unenrolled-tier-container {
  width: 410px;
  margin: 0 auto; }
  @media (max-width: 543.98px) {
    .unenrolled-tier-container {
      width: 100%; } }
  .unenrolled-tier-container .unenrolled-tier {
    padding-top: 24px; }
    .unenrolled-tier-container .unenrolled-tier .saksfirst-image,
    .unenrolled-tier-container .unenrolled-tier .pay_manage_text {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    @media (max-width: 543.98px) {
      .unenrolled-tier-container .unenrolled-tier {
        padding-top: 0; }
        .unenrolled-tier-container .unenrolled-tier .pay_manage_text {
          margin-top: 28px; } }
  .unenrolled-tier-container .pay-text {
    padding-left: 4px;
    letter-spacing: 0.25px;
    line-height: 22px;
    font-size: 18px;
    font-family: "trade-gothic-next-bold", "Helvetica Neue", helvetica, arial, sans-serif; }
  .unenrolled-tier-container .pay_manage_text {
    margin-top: 33px;
    margin-bottom: 19px; }
  .unenrolled-tier-container .master-store {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 382px;
    margin: 0 auto; }
    .unenrolled-tier-container .master-store .master-store-text {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      line-height: 32px; }
  @media (max-width: 543.98px) {
    .unenrolled-tier-container .saksfirst-image {
      margin-top: 18px; }
    .unenrolled-tier-container .master-store {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      display: block; }
      .unenrolled-tier-container .master-store .master-store-text {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 160px;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px; } }

.container {
  max-width: 1260px; }

@media screen and (max-width: 767.98px) {
  .reg-account.my-stylist-container .user-profile {
    padding: 0;
    width: 100%; } }

@media screen and (max-width: 1023.98px) {
  .reg-account.my-stylist-container .user-profile {
    margin: 0 auto; }
    .reg-account.my-stylist-container .user-profile .my-stylist-details {
      margin-top: 0; }
    .reg-account.my-stylist-container .user-profile .welcome-account-header.account-my-stylist {
      display: none; } }

.user-profile.stylist-main {
  width: 72%; }
  @media screen and (max-width: 1024px) {
    .user-profile.stylist-main {
      width: 90%; } }

.my-stylist-details {
  background-color: #eee;
  padding: 177px 23px 82px 22px;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 27px; }
  .my-stylist-details .notification {
    position: relative;
    display: inline-block; }
  .my-stylist-details .notification .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 7px;
    border-radius: 50%;
    background: red;
    color: white; }
  .my-stylist-details .my-stylist-header {
    font-size: 46px;
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    line-height: 52px;
    letter-spacing: 0.92px;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0 13%; }
    @media screen and (max-width: 1024px) {
      .my-stylist-details .my-stylist-header {
        padding: 0 5%; } }
    @media screen and (max-width: 767.98px) {
      .my-stylist-details .my-stylist-header {
        padding: 0 1%; } }
  .my-stylist-details .my-stylist-msg {
    font-size: 16px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: center;
    margin-bottom: 34px; }
  .my-stylist-details .my-stylist-btn {
    font-size: 14px;
    font-family: "trade-gothic-next-condensed", "Helvetica Neue", helvetica, arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1.2px;
    width: auto;
    max-width: 216px;
    min-width: 216px;
    height: 45px; }
    .my-stylist-details .my-stylist-btn.disabled {
      pointer-events: none;
      border: none;
      background-color: #ddd;
      color: #686868; }

.how-it-works {
  font-family: "Moneta-Regular", "Times New Roman", times, serif;
  font-size: 26px;
  line-height: 30px; }
  .how-it-works .content-asset {
    width: 100%; }
  .how-it-works .how-it-works-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 100%;
    margin-top: 34px;
    padding: 0 20px; }
    .how-it-works .how-it-works-main .how-it-works-item {
      margin-bottom: 10px; }
      .how-it-works .how-it-works-main .how-it-works-item .how-it-works-img {
        width: 100%; }
        .how-it-works .how-it-works-main .how-it-works-item .how-it-works-img img {
          height: 100%;
          max-height: 450px; }
        @media screen and (max-width: 767.98px) {
          .how-it-works .how-it-works-main .how-it-works-item .how-it-works-img img {
            margin: 0 auto;
            display: block; } }
      .how-it-works .how-it-works-main .how-it-works-item .how-it-works-title, .how-it-works .how-it-works-main .how-it-works-item .how-it-works-desc {
        font-size: 14px;
        margin-top: 14px;
        line-height: 20px;
        letter-spacing: 0.22px;
        text-align: center;
        font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif; }
      .how-it-works .how-it-works-main .how-it-works-item .how-it-works-title {
        font-size: 20px; }
      .how-it-works .how-it-works-main .how-it-works-item .how-it-works-desc {
        letter-spacing: 0.25px;
        margin-top: 11px; }
      @media screen and (max-width: 767.98px) {
        .how-it-works .how-it-works-main .how-it-works-item .how-it-works-desc {
          padding: 0 20%; } }
  @media screen and (min-width: 768px) {
    .how-it-works .how-it-works-main {
      padding: 0; }
    .how-it-works .how-it-works-main {
      -ms-grid-columns: (minmax(0, 1fr))[3];
          grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-column-gap: 20px; } }

.modal-content.wishi-styling-modal {
  padding: 0px;
  border: none;
  border-radius: 0; }
  .modal-content.wishi-styling-modal .forgot-password {
    cursor: pointer; }
  .modal-content.wishi-styling-modal .modal-body {
    padding: 0; }
    .modal-content.wishi-styling-modal .modal-body .sign-up-flyout {
      padding: 36px 85px 60px; }
    @media screen and (max-width: 500px) {
      .modal-content.wishi-styling-modal .modal-body .sign-up-flyout {
        padding: 36px 20px 40px; } }
  .modal-content.wishi-styling-modal .loading {
    padding-top: 36px !important; }
  .modal-content.wishi-styling-modal .wishi-chat .ring-loader {
    min-height: 60px; }
  .modal-content.wishi-styling-modal .wishi-main-header, .modal-content.wishi-styling-modal .wishi-main-welcome {
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 1.2px;
    text-align: center;
    margin-bottom: 12px; }
  .modal-content.wishi-styling-modal #wishi-forget-password-title {
    padding: 0 5%; }
  .modal-content.wishi-styling-modal .account-btn {
    margin-bottom: 0; }
  .modal-content.wishi-styling-modal .wishi-main-desc {
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 27px; }
    .modal-content.wishi-styling-modal .wishi-main-desc #open-create-account {
      text-decoration: underline;
      cursor: pointer; }
      .modal-content.wishi-styling-modal .wishi-main-desc #open-create-account:hover {
        text-decoration: none; }
  .modal-content.wishi-styling-modal .wishi-main-welcome {
    margin-bottom: 0 !important;
    padding-top: 36px !important; }
  .modal-content.wishi-styling-modal .letsgo-btn, .modal-content.wishi-styling-modal .wishi-chat-now-btn {
    margin: 40px auto 0;
    width: 75%; }
  .modal-content.wishi-styling-modal .card {
    border: none;
    margin-top: 30px;
    margin-bottom: 0; }
    .modal-content.wishi-styling-modal .card .card-body {
      padding: 1.25rem 0 0; }
      .modal-content.wishi-styling-modal .card .card-body .show-pwd {
        position: absolute;
        top: 5px;
        right: 21px;
        padding: 10px;
        color: #686868;
        font-size: 12px;
        line-height: 1.21;
        cursor: pointer; }
    .modal-content.wishi-styling-modal .card .card-body.create-btn .btn {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
  .modal-content.wishi-styling-modal .cancel-icon {
    position: absolute;
    z-index: 1;
    right: 0; }
  .modal-content.wishi-styling-modal .back-icon {
    position: absolute;
    left: 0;
    z-index: 1; }
    .modal-content.wishi-styling-modal .back-icon .back {
      margin-left: 20px;
      margin-top: 19px;
      border: none; }
  .modal-content.wishi-styling-modal .cancel-icon .close {
    margin-right: 20px;
    margin-top: 23px;
    transform: scale(0.833) translate(7px, -7px); }
    @media screen and (max-width: 767.98px) {
      .modal-content.wishi-styling-modal .cancel-icon .close {
        margin-right: 13px;
        margin-top: 23px; } }

.wishiModal.loginFormModal .modal-dialog {
  margin: 20px auto;
  max-width: 500px;
  width: 500px; }

.wishiModal.loginFormModal .modal-body, .wishiModal.loginFormModal .modal-contents, .wishiModal.loginFormModal .modal-column {
  height: 100%; }

.wishiModal.loginFormModal .modal-content {
  height: 100%; }

@media screen and (max-width: 767.98px) {
  .wishiModal.loginFormModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0; }
  .wishiModal.loginFormModal .modal-content {
    height: 100%; } }

.wishiModal .modal-dialog {
  margin: 20px auto;
  max-width: 700px;
  width: 700px; }

.wishiModal .modal-content {
  height: 100%; }

.wishiModal .modal-body, .wishiModal .modal-contents, .wishiModal .modal-column {
  height: 100%; }

@media screen and (max-width: 767.98px) {
  .wishiModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0; }
  .wishiModal .modal-content {
    height: 100%; } }

.wishi-down-msg {
  background-color: #fefbef;
  font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  text-align: center;
  padding: 14px 30px;
  width: 100%;
  max-height: 60px; }
  @media screen and (max-width: 767.98px) {
    .wishi-down-msg {
      font-size: 12px; } }

.wishi-down-msg + .row .my-stylist-details {
  margin-top: 0; }

.wishi-down-modal {
  text-align: center; }
  .wishi-down-modal h3 {
    font-size: 30px;
    font-family: "Moneta-Regular", "Times New Roman", times, serif;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 18px 0; }
  .wishi-down-modal h6 {
    font-size: 14px;
    font-family: "trade-gothic-next-regular", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 22px;
    padding: 0 44px;
    margin-bottom: 20px; }

.giftcard-modal-sec {
  display: none; }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJkZWZhdWx0XFxjc3NcXGFjY291bnRcXGRhc2hib2FyZC5jc3MiLCJzb3VyY2VSb290IjoiIn0=*/