@charset "UTF-8";
/**
 * GLOBAL FUNCTIONS
 */
/* cookie notification */
/* account popover */
/* minicart popover */
/* cookie notification */
/* Search Results Page */
/*

// 1.1 Desktop
@include media-breakpoint-up(ls) {
    // desktop styles | 1024px and up
}

// 1.2 Mobile
@include media-breakpoint-down(md) {
    // mobile styles | 1023.98px and down
}

//
// 2. Wide mobile view (used in Global Header)
//

// 2.1 Desktop
@include media-breakpoint-up(lg) {
    // desktop styles | 1200px and up
}

// 2.2 Mobile
@include media-breakpoint-down(ls) {
    // mobile styles | 1200px and down
}

*/
/*
 * Set up a screen-wide ::before element behind its parent, to apply a colored background on a block.
 *
 * Usage :
 * .block {
 *    @include full-screen-background;
 *
 *    position: relative;
 * }
 */
/*
Usage

.block {
    @include arrow(right,red,5px,auto,auto,0,0,auto,-5px);

    width: 50px;
    height: 50px;
    position: relative;
}
*/
/*
Usage
    @include ratio-holder(364/300)
    Height/Width
*/
/* Mixin to cut off the rest of one-line text with dots */
/* stylelint-disable */
[data-cmp="inputPhone"] .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative; }
  [data-cmp="inputPhone"] .input-wrapper .flag-image {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(35, 38, 59, 0.2); }
  [data-cmp="inputPhone"] .input-wrapper .country {
    padding-left: 0.625rem;
    font-size: 1rem; }
  [data-cmp="inputPhone"] .input-wrapper .flag-selected {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    outline: none;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 1rem 2.9375rem 1rem 0.75rem;
    position: relative;
    line-height: 1.2;
    margin-right: 0.625rem;
    cursor: pointer; }
    [data-cmp="inputPhone"] .input-wrapper .flag-selected::before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      content: "\EA05";
      display: inline-block;
      font-family: 'iconfont' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal !important;
      line-height: 1;
      vertical-align: middle;
      text-rendering: auto;
      font-size: 0.5rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.8125rem;
      transition: transform 0.3s linear; }
  [data-cmp="inputPhone"] .input-wrapper .dropdown-flag {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    margin: 0;
    margin-top: 0.25rem;
    padding: 0.25rem;
    width: 13.75rem;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 8px 32px 0 rgba(213, 213, 213, 0.3); }
    [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-inner {
      scrollbar-base-color: #eaecf0;
      scrollbar-face-color: #eaecf0;
      scrollbar-3dlight-color: #fff;
      scrollbar-arrow-color: #fff;
      scrollbar-highlight-color: #fff;
      scrollbar-shadow-color: #fff;
      scrollbar-dark-shadow-color: #fff;
      scrollbar-track-color: #fff;
      scrollbar-color: #eaecf0 transparent;
      scrollbar-track-color: transparent;
      scrollbar-width: thin;
      max-height: 18.75rem;
      padding-right: 0.25rem;
      overflow-y: auto; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-inner::-webkit-scrollbar {
        width: 8px;
        height: 8px; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-inner::-webkit-scrollbar-thumb {
        background: #eaecf0;
        border-radius: 4px;
        margin: 0.625rem; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-inner::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 0; }
    [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0.5625rem 0.5rem;
      border-radius: 4px;
      letter-spacing: -0.14px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-item:hover {
        background-color: #f7f7f7; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-item.selected {
        position: relative;
        padding-right: 2.25rem;
        background-color: #f9e9ee;
        pointer-events: none; }
        [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-item.selected::after {
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          content: "\EA16";
          display: inline-block;
          font-family: 'iconfont' !important;
          font-style: normal;
          font-variant: normal;
          font-weight: normal !important;
          line-height: 1;
          vertical-align: middle;
          text-rendering: auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0.5rem;
          z-index: 1;
          color: #e40d7e;
          font-size: 1.25rem;
          margin-left: auto; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag-item .flag {
        margin-right: 0.3125rem; }
    [data-cmp="inputPhone"] .input-wrapper .dropdown-flag.show {
      display: block; }
      [data-cmp="inputPhone"] .input-wrapper .dropdown-flag.show ~ .flag-selected::before {
        transform: translateY(-50%) rotate(-180deg); }
  [data-cmp="inputPhone"] .input-wrapper .input-inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebebeb;
    padding: 1rem 0.75rem;
    border-radius: 8px;
    font-family: "Poppins", var(--font-family-sans-serif);
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    color: #464646;
    line-height: 1.4;
    font-size: 1rem;
    -ms-flex-align: center;
        align-items: center; }
    [data-cmp="inputPhone"] .input-wrapper .input-inner .form-control {
      -ms-flex: 1;
          flex: 1;
      border: none;
      padding: 0;
      font-size: 1rem; }
      [data-cmp="inputPhone"] .input-wrapper .input-inner .form-control:-ms-input-placeholder,
      [data-cmp="inputPhone"] .input-wrapper .input-inner .form-control:placeholder-shown ~ .input-placeholder {
        color: #91929d; }
      [data-cmp="inputPhone"] .input-wrapper .input-inner .form-control::placeholder,
      [data-cmp="inputPhone"] .input-wrapper .input-inner .form-control:placeholder-shown ~ .input-placeholder {
        color: #91929d; }
    [data-cmp="inputPhone"] .input-wrapper .input-inner .input-placeholder {
      font-size: 1rem;
      color: #000; }
  [data-cmp="inputPhone"] .input-wrapper .identification-tooltip {
    margin-left: 0.625rem; }

[data-cmp="inputPhone"] .form-group .form-control {
  padding: 0.4375rem;
  font-size: 0.875rem;
  margin: 0;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [data-cmp="inputPhone"] .form-group .form-control::after {
    top: 0.0625rem;
    transform: rotate(-90deg);
    padding: 0.4375rem; }

[data-cmp="inputPhone"] .form-group .form-control-label {
  font-size: 0.875rem;
  line-height: 1.25; }
  [data-cmp="inputPhone"] .form-group .form-control-label.big-label {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    color: #222; }

[data-cmp="inputPhone"] .form-group .custom-select__select {
  padding: 0.4375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #000; }

[data-cmp="inputPhone"] .form-group .form-control-date {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.3125rem 0.4375rem;
  border-radius: 0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  color: #000; }
  [data-cmp="inputPhone"] .form-group .form-control-date.is-invalid + .invalid-feedback {
    display: block; }

[data-cmp="inputPhone"] .form-group.form-check .form-check-label {
  font-size: 0.75rem;
  line-height: 0.9375rem; }

.login-page {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .login-page:not(.modal) {
    max-width: 30rem; }
  @media (max-width: 1023.98px) {
    .login-page-wrapper {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  @media (min-width: 1024px) {
    .login-page-wrapper {
      min-height: 100vh; } }
  @media (max-width: 1023.98px) {
    .login-page-wrapper.competiton-login {
      -ms-flex-direction: column;
          flex-direction: column; }
      .login-page-wrapper.competiton-login .login-page__image-wrapper,
      .login-page-wrapper.competiton-login .login-page__image {
        display: block;
        position: unset; } }
  .login-page.large {
    max-width: 53.125rem; }
  .login-page .required-info {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 1.25rem; }
  .login-page .form-info {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #000; }
  .login-page .reset-password-form,
  .login-page .forgot-store-account-info-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px;
    width: auto;
    height: auto; }
    .login-page .reset-password-form .modal-body,
    .login-page .forgot-store-account-info-form .modal-body {
      width: inherit; }
  .login-page .existing-account-info {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
    line-height: 1.125rem; }
  .login-page .account-already-exist__content {
    margin: 0.625rem 0 1.25rem; }
  .login-page .account-already-exist__btn a {
    margin: auto;
    display: table; }
  .login-page .validation-account__content {
    margin: 0.625rem 0 1.25rem;
    color: #de0000; }
  .login-page .validation-account__btn a {
    margin: auto;
    display: table; }
  .login-page #account-activated-code,
  .login-page #account-activated-key {
    text-transform: uppercase; }
  .login-page .account-error-msg {
    color: #de0000;
    font-size: 0.875rem; }
  @media (min-width: 1024px) {
    .login-page__login {
      padding: 2.5rem;
      box-shadow: 0 4px 12px rgba(35, 38, 59, 0.2); }
      .login-page__login.no-shadow {
        box-shadow: none; } }
  .login-page__login-wrapper {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    @media (max-width: 1023.98px) {
      .login-page__login-wrapper {
        -ms-flex: initial;
            flex: initial; } }
  .login-page__login .heading--type-1 {
    font-size: 2.375rem; }
  .login-page__login .flag-selected {
    width: 5.625rem; }
  .login-page__login .flag-image {
    height: 1.0625rem; }
  .login-page__login .clearfix {
    margin-bottom: 1.25rem; }
  .login-page__login .forgot-password__item {
    color: #000;
    font-size: 0.875rem;
    line-height: 1;
    letter-spacing: -0.3px; }
  .login-page__login .form-submit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0.625rem; }
  .login-page__login .existing-account__subscription {
    margin-top: 1.25rem; }
  .login-page__login .existing-account .form-group.account-set-password-separation {
    padding-top: 2.5rem;
    margin-top: 1.875rem;
    border-top: 1px solid #d3d4d8; }
  .login-page__login .existing-account .privacy-policy {
    font-size: 0.75rem;
    line-height: 0.9375rem; }
  .login-page__login .existing-account .form-submit {
    margin: 1.25rem 0; }
    .login-page__login .existing-account .form-submit .btn-login {
      max-width: 18.125rem;
      padding: 0.4375rem 0.625rem; }
  .login-page__login .existing-account .account-email .invalid-feedback {
    margin: 0.3125rem 0; }
  .login-page__login .existing-account .account-email-input {
    margin: 0; }
    .login-page__login .existing-account .account-email-input .form-group-input {
      padding: 0.5rem; }
    .login-page__login .existing-account .account-email-input .form-group {
      margin: 0;
      position: relative; }
    .login-page__login .existing-account .account-email-input .form-group-label {
      top: 0.5rem;
      margin: 0;
      line-height: 1.25rem;
      cursor: pointer; }
  .login-page__login .existing-account .account-number {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .login-page__login .existing-account .account-number-wrapper {
      display: -ms-flexbox;
      display: flex; }
      .login-page__login .existing-account .account-number-wrapper .custom-switch {
        margin: 0.3125rem 0.625rem 0.3125rem 0; }
        .login-page__login .existing-account .account-number-wrapper .custom-switch .custom-control-label,
        .login-page__login .existing-account .account-number-wrapper .custom-switch .form-group {
          margin-bottom: 0; }
    .login-page__login .existing-account .account-number .invalid-feedback {
      margin: 0.3125rem 0; }
    .login-page__login .existing-account .account-number-input {
      -ms-flex: 1;
          flex: 1;
      margin-right: 0.625rem; }
      .login-page__login .existing-account .account-number-input .form-group-input {
        padding: 0.5rem; }
      .login-page__login .existing-account .account-number-input .form-group {
        margin: 0;
        position: relative; }
      .login-page__login .existing-account .account-number-input .form-group-label {
        top: 0.5rem;
        margin: 0;
        line-height: 1.25rem;
        cursor: pointer; }
    .login-page__login .existing-account .account-number-tooltip {
      margin-top: 0.5rem; }
    .login-page__login .existing-account .account-number .fi {
      font-size: 1.0625rem; }
  .login-page__login .existing-account .account-name .form-group-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%; }
  .login-page__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 0.0625rem solid #ebebeb;
    padding: 1rem 1.25rem;
    margin: 0 -1.25rem; }
    @media (min-width: 1024px) {
      .login-page__title {
        padding: 0 2.5rem;
        margin: 0;
        border: 0; } }
  .login-page__heading {
    font-size: 1.25rem;
    font-family: "Optimale"; }
    @media (min-width: 1024px) {
      .login-page__heading {
        font-size: 1.5rem; } }
  .login-page__return-login {
    margin-right: 15px; }
  .login-page__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    max-height: 100%; }
    @media (max-width: 1023.98px) {
      .login-page__image {
        position: initial !important;
        height: 260px; } }
    .login-page__image-wrapper {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      position: relative;
      display: block; }
      .login-page__image-wrapper .content-asset {
        height: 100%; }
      @media (max-width: 1023.98px) {
        .login-page__image-wrapper {
          -ms-flex: initial;
              flex: initial; } }
  .login-page__store-customer, .login-page__register {
    position: relative;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #ebebeb;
    margin: 1.875rem 0; }
    @media (min-width: 1024px) {
      .login-page__store-customer, .login-page__register {
        margin: 2.5rem 0;
        padding-top: 2.5rem; } }
  .login-page__divider-text {
    font-family: "Poppins", var(--font-family-sans-serif);
    background-color: #fff;
    position: absolute;
    top: -0.8125rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0.875rem;
    color: #464646;
    font-weight: 500; }
  .login-page__form {
    margin-top: 1.875rem;
    margin-bottom: 0.625rem; }
    @media (min-width: 1024px) {
      .login-page__form {
        margin-top: 0; } }
  .login-page__oauth {
    padding-top: 1.875rem;
    padding-bottom: 2.375rem;
    border-top: 0.0625rem solid #ebebeb;
    border-bottom: 0;
    position: relative; }
    @media (min-width: 1024px) {
      .login-page__oauth {
        padding-bottom: 0;
        padding-top: 2.5rem; } }
    .login-page__oauth-wrapper {
      padding-top: 1.125rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .login-page__oauth-button {
      margin: 0 0.625rem;
      border: 0.0625rem solid #000;
      padding: 0 1rem;
      font-size: 1.125rem;
      line-height: 3.125rem; }
      .login-page__oauth-button:hover {
        background-color: #f9e9ee;
        transform: 0.3s; }
  .login-page__order {
    margin: 0 auto;
    padding: 1.25rem;
    background-color: #f9e9ee;
    border-radius: 8px; }
    @media (min-width: 1024px) {
      .login-page__order {
        margin-top: 3.125rem;
        position: absolute;
        width: 83%; } }
    .login-page__order-header {
      position: relative;
      cursor: pointer; }
      .login-page__order-header::before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        content: "\EA05";
        display: inline-block;
        font-family: 'iconfont' !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal !important;
        line-height: 1;
        vertical-align: middle;
        text-rendering: auto;
        font-size: 0.625rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .login-page__order-header.show::before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      content: "\EA05";
      display: inline-block;
      font-family: 'iconfont' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal !important;
      line-height: 1;
      vertical-align: middle;
      text-rendering: auto;
      transform: translateY(-50%) rotate(180deg); }
    .login-page__order-header.show + .login-page__order-form {
      display: block; }
    .login-page__order-text {
      font-size: 0.875rem;
      line-height: 1.4; }
    .login-page__order-form {
      display: none;
      padding-top: 2.4375rem;
      margin-top: 1.25rem;
      border-top: 0.0625rem solid #000; }
    .login-page__order .btn-custom {
      outline: none;
      border: none;
      color: #e40d7e;
      background-color: transparent; }
  .login-page__steps {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 1.5rem auto 3.75rem; }
    @media (min-width: 1024px) {
      .login-page__steps {
        margin-top: 2.5rem;
        margin-bottom: 2.8125rem; } }
    .login-page__steps-number {
      position: relative;
      margin-right: 4.375rem; }
      @media (min-width: 1024px) {
        .login-page__steps-number {
          margin-right: 2.1875rem; } }
      .login-page__steps-number.active {
        color: #e40d7e; }
        .login-page__steps-number.active > div {
          border-color: #e40d7e; }
          .login-page__steps-number.active > div::after {
            background-color: #e40d7e; }
        .login-page__steps-number.active span {
          display: block; }
      .login-page__steps-number.validated {
        color: #e40d7e; }
        .login-page__steps-number.validated > div {
          background-color: #e40d7e;
          border-color: #e40d7e;
          color: #fff; }
          .login-page__steps-number.validated > div::before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            content: "\EA16";
            display: inline-block;
            font-family: 'iconfont' !important;
            font-style: normal;
            font-variant: normal;
            font-weight: normal !important;
            line-height: 1;
            vertical-align: middle;
            text-rendering: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 1rem; }
          .login-page__steps-number.validated > div span {
            display: none; }
          .login-page__steps-number.validated > div::after {
            background-color: #e40d7e; }
      .login-page__steps-number-round {
        position: relative;
        width: 1.4375rem;
        height: 1.4375rem;
        margin: auto;
        border: 1px solid #000;
        border-radius: 50%; }
        @media (min-width: 1024px) {
          .login-page__steps-number-round {
            width: 2rem;
            height: 2rem; } }
        .login-page__steps-number-round > span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 0.75rem;
          line-height: 0; }
          @media (min-width: 1024px) {
            .login-page__steps-number-round > span {
              font-size: 0.875rem; } }
        .login-page__steps-number-round + span {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          display: none;
          max-width: 5.9375rem;
          min-width: 5.625rem;
          margin-top: 0.5rem;
          font-size: 0.5625rem;
          text-transform: uppercase; }
          @media (min-width: 1024px) {
            .login-page__steps-number-round + span {
              position: initial;
              display: block;
              transform: initial; } }
        .login-page__steps-number-round::after {
          content: '';
          position: absolute;
          left: calc(100% + 25px);
          top: 50%;
          transform: translateY(-50%);
          width: 1.25rem;
          height: 0.0625rem;
          background-color: #000; }
          @media (min-width: 1024px) {
            .login-page__steps-number-round::after {
              left: calc(100% + 15px);
              width: 4.375rem; } }
    .login-page__steps .login-page__steps-number:last-child {
      margin-right: 0; }
      .login-page__steps .login-page__steps-number:last-child .login-page__steps-number-round::after {
        content: none; }
  .login-page .skip-password {
    margin-top: 1.25rem;
    font-weight: 700; }
  .login-page .account-activated-code-tooltip {
    position: absolute;
    right: 0;
    top: 0; }
    .login-page .account-activated-code-tooltip [data-tippy-root] {
      width: 21.875rem; }
  .login-page .d-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .login-page .next-step-button {
    margin-top: 1.25rem; }
  .login-page .mention-mandatory {
    display: block;
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 0.75rem; }
  .login-page select {
    width: 100%;
    padding: 0.9375rem 0.8125rem;
    border: 0.0625rem solid rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
    font-size: 0.875rem;
    line-height: 1.25; }
  .login-page .password-part {
    margin-top: 1.25rem; }
  .login-page .activated-code-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 1.875rem;
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #000; }
    @media (min-width: 1024px) {
      .login-page .activated-code-summary {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; } }
    .login-page .activated-code-summary div {
      margin-bottom: 1.25rem; }
      @media (min-width: 1024px) {
        .login-page .activated-code-summary div {
          margin-bottom: 0; } }
      @media (min-width: 1024px) {
        .login-page .activated-code-summary div:first-child {
          margin-right: 3.75rem; } }
      .login-page .activated-code-summary div span {
        font-size: 0.875rem; }
        .login-page .activated-code-summary div span:first-child {
          display: block;
          margin-bottom: 0.625rem;
          font-weight: 700; }
    .login-page .activated-code-summary .modify-btn {
      cursor: pointer; }
      @media (min-width: 1024px) {
        .login-page .activated-code-summary .modify-btn {
          margin-left: auto; } }
      .login-page .activated-code-summary .modify-btn span {
        display: inline-block;
        margin-left: 5px;
        font-size: 0.75rem;
        text-decoration: underline; }
  .login-page .form-group .form-group-label.account-label-profile {
    font-size: 1.125rem; }

.accept-news {
  margin-top: 1.875rem; }
  .accept-news .form-group-wrapper {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #000; }
    .accept-news .form-group-wrapper span {
      display: inline-block; }
  .accept-news > p:first-child {
    font-weight: 700; }
  .accept-news .form-check {
    margin-top: 1.25rem; }
  .accept-news label {
    vertical-align: middle;
    font-size: 0.75rem; }
  .accept-news input[type="radio"] {
    position: relative;
    width: 15px;
    height: 15px;
    margin-left: 1.875rem; }
    .accept-news input[type="radio"]::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #000;
      border-radius: 50%; }
    .accept-news input[type="radio"]::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none;
      width: 8px;
      height: 8px;
      background-color: #f87da9;
      border-radius: 50%; }
    .accept-news input[type="radio"]:checked::after {
      display: block; }

.input-description {
  color: #707070; }

.account-create-step {
  display: none; }
  .account-create-step.js-activated {
    display: block; }

.register-steps {
  max-width: 7.1875rem; }
  @media (min-width: 1024px) {
    .register-steps {
      max-width: 14.0625rem; } }

.register-page {
  max-width: 53.125rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .register-page {
      padding: 2.5rem;
      box-shadow: 0 4px 12px rgba(35, 38, 59, 0.2); } }
  .register-page__access-account {
    font-size: 1rem;
    color: #1a0c19;
    margin: 1rem 0 1.25rem;
    font-weight: 600; }
  .register-page__privacy-msg {
    font-size: 0.875rem;
    font-weight: 500;
    color: #464646;
    margin: 1.25rem 0 2.5rem; }
  .register-page .flag-selected {
    width: 5.625rem; }
  .register-page .mention-mandatory {
    display: block;
    margin-top: 1.25rem;
    font-weight: 700;
    font-size: 0.75rem; }
  .register-page div [class*="col"] {
    padding: 0 0.3125rem; }
  .register-page div [class*="row"] {
    margin: 0 -0.3125rem; }
  .register-page__header {
    border-bottom: 0.0625rem solid #ebebeb;
    padding: 0 1.25rem 1rem 1.875rem;
    margin: 0 -1.25rem 1.875rem;
    font-size: 1.25rem;
    font-family: "Optimale"; }
    @media (min-width: 1024px) {
      .register-page__header {
        padding: 0 0 1.875rem;
        margin: 0;
        border: 0;
        font-size: 1.5rem; } }
    .register-page__header .header-info {
      font-size: 0.8125rem;
      line-height: 1.1;
      margin-top: 0.625rem;
      margin-bottom: 0; }
  .register-page .send-file__input {
    display: none; }
  .register-page .send-file__title {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 140%;
    margin-bottom: 0.9375rem; }
    .register-page .send-file__title::after {
      content: "*"; }
  .register-page .send-file__body {
    width: 100%;
    border: 0.0625rem dashed #000;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
    cursor: pointer;
    transition: 0.3s; }
    .register-page .send-file__body:hover {
      opacity: 0.5; }
    .register-page .send-file__body .upload-icon {
      display: block;
      margin: 0 auto 0.625rem; }
  .register-page .send-file__footer {
    width: 100%;
    background-color: #f9e9ee;
    padding: 1.125rem;
    text-align: center;
    display: none; }
    .register-page .send-file__footer.show {
      display: block; }
  .register-page .send-file .progress-bar {
    width: 100%;
    max-width: 17.625rem;
    background: #f3cad7;
    border-radius: 6.25rem;
    height: 0.625rem;
    position: relative;
    margin: 0.5rem auto; }
    .register-page .send-file .progress-bar-inner {
      position: absolute;
      border-radius: 6.25rem;
      background: #e40d7e;
      height: 100%;
      left: 0; }
  .register-page .send-file .invalid-feedback {
    text-align: center; }
  .register-page .privacy-policy {
    font-size: 0.6875rem;
    line-height: 1.125rem; }
  .register-page .form-subscription {
    display: none; }
  .register-page .required-info {
    margin-bottom: 1.25rem;
    font-size: 0.875rem;
    line-height: 1; }
  .register-page .submit-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    margin: 1.25rem auto; }
    @media (min-width: 1024px) {
      .register-page .submit-wrapper {
        max-width: 19.6875rem; } }
  .register-page .password-validator span {
    font-size: 0.75rem; }
  .register-page .password-validator .password-condition {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #888;
    margin-bottom: 0.25rem; }
    .register-page .password-validator .password-condition__icons {
      width: 16px;
      height: 16px;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .register-page .password-validator .password-condition__icons .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .register-page .password-validator .password-condition .marker {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #ccc;
    position: relative; }
  .register-page .password-validator .password-condition.valid {
    color: green; }
  .register-page .password-validator .password-condition.valid .marker {
    background-color: green; }
  .register-page .password-validator .password-condition.valid .marker::after {
    content: '\2713';
    color: white;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 4px; }
  .register-page .password-validator .password-validator-title {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    color: #1a0c19;
    font-weight: 600; }

.existing-account-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .existing-account-wrapper .fa-heart {
    color: #e40d7e;
    font-size: 26px; }

.page-top-banner {
  width: 100%;
  background-color: #f9e9ee;
  padding: 0.9375rem 2.1875rem;
  text-align: center;
  margin-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .page-top-banner {
      padding: 2.1875rem 5.3125rem; } }
  .page-top-banner__title {
    margin-bottom: 0.625rem; }

.info-footer {
  color: #000;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  margin: 5.625rem 0 1.875rem; }
  @media (min-width: 1024px) {
    .track-order-shown .info-footer {
      margin-top: 32.5rem; } }
  @media (min-width: 1024px) {
    .track-order-error .info-footer {
      margin-top: 40rem; } }

@media (min-width: 1024px) {
  .login-page.modal .reset-password-form {
    position: absolute;
    height: 200px;
    top: 45%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%); } }

.login-page.modal .forgot-store-account-info-form .send-email-btn {
  width: 100%; }

@media (min-width: 1024px) {
  .login-page.modal .forgot-store-account-info-form {
    position: absolute;
    height: 270px;
    top: 45%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%); } }

.competiton-login .register-page .register-steps {
  display: none; }

.competiton-login .register-page .account-create-step {
  display: block !important; }

.competiton-login .register-page .validate-first-step-data-btn {
  display: none; }

.registration-back-btn {
  position: absolute;
  left: 1vw;
  padding-top: 5px; }

.store-account-reset {
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 1024px) {
    .store-account-reset {
      width: 60%; } }
  @media (min-width: 1750px) {
    .store-account-reset {
      width: 45%; } }
  .store-account-reset .forgot-store-account-info-form {
    margin: 1.25rem 0;
    padding: 1.5625rem;
    box-shadow: 0 4px 12px rgba(35, 38, 59, 0.2); }
    .store-account-reset .forgot-store-account-info-form .send-email-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .store-account-reset .forgot-store-account-info-form .send-email-btn .contact-support {
        color: #757575; }
    .store-account-reset .forgot-store-account-info-form #forgot-store-account-email:-ms-input-placeholder {
      color: #9b9b9b; }
    .store-account-reset .forgot-store-account-info-form #forgot-store-account-email::placeholder {
      color: #9b9b9b; }
    @media (min-width: 1024px) {
      .store-account-reset .forgot-store-account-info-form button,
      .store-account-reset .forgot-store-account-info-form a {
        width: 50%; } }
    @media (min-width: 1750px) {
      .store-account-reset .forgot-store-account-info-form button,
      .store-account-reset .forgot-store-account-info-form a {
        width: 40%; } }
    .store-account-reset .forgot-store-account-info-form a {
      text-align: center; }

.reset-password-form-container {
  margin: 0 auto;
  width: 90%; }
  @media (min-width: 1024px) {
    .reset-password-form-container {
      width: 60%; } }
  @media (min-width: 1750px) {
    .reset-password-form-container {
      width: 45%; } }
  .reset-password-form-container .reset-password-form {
    margin: 1.25rem 0;
    padding: 1.5625rem;
    box-shadow: 0 4px 12px rgba(35, 38, 59, 0.2); }
    @media (min-width: 1024px) {
      .reset-password-form-container .reset-password-form button,
      .reset-password-form-container .reset-password-form a {
        width: 50%; } }
    @media (min-width: 1750px) {
      .reset-password-form-container .reset-password-form button,
      .reset-password-form-container .reset-password-form a {
        width: 40%; } }
    .reset-password-form-container .reset-password-form a {
      text-align: center; }

.reset-password-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column; }
  .reset-password-form .send-email-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .reset-password-form .contact-support {
    color: #757575; }
  .reset-password-form #reset-password-email:-ms-input-placeholder {
    color: #9b9b9b; }
  .reset-password-form #reset-password-email::placeholder {
    color: #9b9b9b; }
  .reset-password-form .send-email-btn button {
    margin-bottom: 0.75rem; }

.otp-form .otp-field {
  -ms-flex-direction: row;
      flex-direction: row;
  column-gap: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.otp-form .otp-field input {
  height: 45px;
  width: 42px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd; }

.otp-form .otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.otp-form .otp-field input::-webkit-inner-spin-button,
.otp-form .otp-field input::-webkit-outer-spin-button {
  display: none; }

.otp-form .resend {
  font-size: 12px; }

.otp-form .footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  text-align: right;
  font-family: monospace; }

.otp-form .footer a {
  color: black;
  text-decoration: none; }

/*# sourceMappingURL=login.css.map*/