.onMaxPhoneSmall, .onMaxPhone, .onMaxTabletSmall, .onMaxTablet, .onMaxDesktop, .onMaxDesktopLarge,
.onMinWide, .onMinDesktopLarge, .onMinDesktop, .onMinTablet, .onMinTabletSmall, .onMinPhone {
  display: none; }

@media only screen and (max-width: 320px) {
  .onMaxPhoneSmall {
    display: inherit; } }

@media only screen and (max-width: 480px) {
  .onMaxPhone {
    display: inherit; } }

@media only screen and (max-width: 640px) {
  .onMaxTabletSmall {
    display: inherit; } }

@media only screen and (max-width: 768px) {
  .onMaxTablet {
    display: inherit; } }

@media only screen and (max-width: 992px) {
  .onMaxDesktop {
    display: inherit; } }

@media only screen and (max-width: 1200px) {
  .onMaxDesktopLarge {
    display: inherit; } }

@media only screen and (min-width: 1201px) {
  .onMinWide {
    display: inherit; } }

@media only screen and (min-width: 993px) {
  .onMinDesktopLarge {
    display: inherit; } }

@media only screen and (min-width: 769px) {
  .onMinDesktop {
    display: inherit; } }

@media only screen and (min-width: 641px) {
  .onMinTablet {
    display: inherit; } }

@media only screen and (min-width: 481px) {
  .onMinTabletSmall {
    display: inherit; } }

@media only screen and (min-width: 321px) {
  .onMinPhone {
    display: inherit; } }

.flexWrapper {
  display: -ms-flexbox;
  display: flex; }
  .flexWrapper--no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flexWrapper--between {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flexWrapper .flexContent--20 {
    width: 20%; }
  .flexWrapper .flexContent--25 {
    width: 25%; }
  .flexWrapper .flexContent--30 {
    width: 30%; }
  .flexWrapper .flexContent--33 {
    width: 33.333333%; }
  .flexWrapper .flexContent--50 {
    width: 50%; }

.frontWrapper {
  color: #000; }
  .frontWrapper h1 {
    color: #000;
    font-family: "Nunito-Light";
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 10px;
    margin: 40px 0; }
    @media only screen and (max-width: 768px) {
      .frontWrapper h1 {
        font-size: 32px;
        letter-spacing: 5px; } }
  .frontWrapper h2, .frontWrapper h3 {
    color: #000;
    font-family: "Nunito-Bold";
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin: 40px 0;
    letter-spacing: 5px; }
    @media only screen and (max-width: 768px) {
      .frontWrapper h2, .frontWrapper h3 {
        margin: 20px 0;
        font-size: 28px;
        letter-spacing: 2px; } }
  .frontWrapper h3 {
    font-size: 36px; }
    @media only screen and (max-width: 768px) {
      .frontWrapper h3 {
        font-size: 24px; } }
  .frontWrapper .accordionWrapper {
    border-top: 1px solid #E5E5E5; }
    .frontWrapper .accordionWrapper .accordionRow {
      border-bottom: 1px solid #E5E5E5; }
      .frontWrapper .accordionWrapper .accordionRow .accordionHeading {
        display: block;
        padding: 20px 0;
        font-family: "Nunito-Bold";
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #1D1D1D;
        cursor: pointer; }
        .frontWrapper .accordionWrapper .accordionRow .accordionHeading:before {
          background-image: url("/images/version-2/icons/arrow-bottom-thin.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 15px;
          height: 15px;
          content: "";
          float: right; }
      .frontWrapper .accordionWrapper .accordionRow .accordionContent {
        display: none;
        max-height: 0;
        padding-bottom: 15px;
        font-family: "Nunito-Regular";
        font-size: 13px;
        line-height: 1.5;
        color: #363636;
        transition: max-height 0.5s ease-out; }
      .frontWrapper .accordionWrapper .accordionRow.active .accordionHeading:before {
        transform: rotate(-180deg); }
      .frontWrapper .accordionWrapper .accordionRow.active .accordionContent {
        display: block;
        max-height: inherit;
        transition: max-height 0.5s ease-in; }

.loader {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 14px; }
  .loader img {
    display: block;
    margin: 0 auto 10px; }
  .loader--inline {
    margin: 0 auto;
    text-align: left; }
    .loader--inline img {
      display: inline-block;
      margin: 0 0 0 10px; }

.tncPopup {
  display: none;
  background-color: #a37b2c;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  max-width: 600px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999; }
  @media only screen and (max-width: 768px) {
    .tncPopup {
      right: 10px;
      left: 10px;
      bottom: 20px;
      max-width: 400px;
      font-size: 12px; } }
  .tncPopup .tncPopupTitle {
    font-size: 22px;
    font-family: "Nunito-ExtraBold";
    padding-bottom: 10px; }
    @media only screen and (max-width: 640px) {
      .tncPopup .tncPopupTitle {
        font-size: 18px; } }
  .tncPopup .tncPopupContent {
    padding-bottom: 10px; }
    .tncPopup .tncPopupContent a {
      font-family: "Nunito-Bold";
      text-decoration: underline;
      color: #fff; }
  .tncPopup .tncPopupMessage {
    float: left;
    max-width: 400px;
    font-size: 12px; }
    @media only screen and (max-width: 640px) {
      .tncPopup .tncPopupMessage {
        padding-bottom: 10px;
        font-size: 10px; } }
  .tncPopup .tncPopupCta {
    float: right; }
    .tncPopup .tncPopupCta button {
      margin: 0; }
      @media only screen and (max-width: 640px) {
        .tncPopup .tncPopupCta button {
          font-size: 14px; } }
  .tncPopup:after {
    display: block;
    clear: both;
    content: ''; }

.voucherPopup,
.confirmDisagreementPopup {
  display: none;
  width: 320px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .voucherPopup,
    .confirmDisagreementPopup {
      width: 290px;
      bottom: 15px;
      right: 15px; } }
  @media only screen and (max-width: 640px) {
    .voucherPopup.onTopTnc,
    .confirmDisagreementPopup.onTopTnc {
      bottom: 220px; } }
  @media only screen and (max-width: 375px) {
    .voucherPopup.onTopTnc,
    .confirmDisagreementPopup.onTopTnc {
      bottom: 250px; } }

.voucherPopup img {
  width: 100%; }
  .voucherPopup img:hover {
    cursor: pointer; }

.voucherPopup .dismissBtn {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background-color: #1D1D1D;
  border-radius: 50%;
  cursor: pointer; }
  .voucherPopup .dismissBtn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: url("/images/version-2/icons/close-white.svg") no-repeat center;
    background-size: contain; }

.confirmDisagreementPopup {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 14px rgba(29, 29, 29, 0.15);
  border-radius: 10px; }
  .confirmDisagreementPopup .button {
    margin: 0; }
    .confirmDisagreementPopup .button:first-child {
      margin: 0 0 15px; }

.form {
  color: #1D1D1D; }
  .form:after {
    content: "";
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .form {
      padding: 0 10px; } }
  .form .selectedItem {
    color: #a37b24 !important;
    border-color: #a37b24 !important; }
  .form .threeQuarterBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .form .threeQuarterBox .firstWrapper {
      width: 60%;
      margin-right: 10px; }
    .form .threeQuarterBox .secondWrapper {
      width: 40%; }
    @media only screen and (max-width: 480px) {
      .form .threeQuarterBox {
        -ms-flex-direction: column;
        flex-direction: column; }
        .form .threeQuarterBox .firstWrapper,
        .form .threeQuarterBox .secondWrapper {
          width: 100%;
          max-width: 100%;
          margin-right: 0; } }
  .form .formSectionHeading {
    margin: 20px 0;
    font-family: "Nunito-Bold";
    font-weight: bold;
    font-size: 18px;
    color: #1D1D1D;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .form .formSectionHeading {
        margin: 10px 0;
        font-size: 14px; } }
  .form label {
    cursor: pointer; }
  .form .formGroup {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 55px;
    margin: 30px 0;
    font-family: "Nunito-Regular";
    font-size: 14px; }
    .form .formGroup.nonLabel .formLabel {
      display: none; }
    .form .formGroup.nonLabel .formInput {
      width: 100%; }
    .form .formGroup.fullWidth {
      -ms-flex-direction: column;
      flex-direction: column; }
      .form .formGroup.fullWidth .formLabel, .form .formGroup.fullWidth .formInput {
        width: 100%; }
      .form .formGroup.fullWidth .formLabel {
        margin-bottom: 10px;
        padding-right: 0; }
    .form .formGroup .formLabel {
      width: 30%;
      padding-right: 20px;
      font-family: "Nunito-Bold";
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #1D1D1D;
      cursor: pointer; }
    .form .formGroup .formInput {
      width: 70%;
      /* Override Placeholder */
      /* Override textarea */
      /* Override Select2 */ }
      .form .formGroup .formInput .formControl {
        width: 100%;
        padding: 0 14px;
        font-family: "Nunito-Regular";
        font-size: 14px;
        text-transform: initial;
        color: #1D1D1D;
        height: 47px;
        border: 1px solid #C4C4C4;
        box-shadow: none !important;
        border-radius: 0;
        transition: .3s; }
        .form .formGroup .formInput .formControl:focus {
          border-color: #a37b24; }
        .form .formGroup .formInput .formControl:disabled {
          background-color: #F6F6F6;
          cursor: not-allowed; }
      .form .formGroup .formInput .inputGroup {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .form .formGroup .formInput .inputGroup .inputGroupPrepend {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          padding: 0;
          background-color: #1D1D1D; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend .inputGroupPrependText {
            padding: 0 15px;
            font-family: "Nunito-Bold";
            font-size: 16px;
            letter-spacing: 1px;
            color: #fff; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend .select2 {
            height: 100%;
            padding: 0;
            border: none !important; }
            .form .formGroup .formInput .inputGroup .inputGroupPrepend .select2 .select2-selection {
              background-color: #1D1D1D; }
              .form .formGroup .formInput .inputGroup .inputGroupPrepend .select2 .select2-selection .select2-selection__rendered {
                height: 100%;
                color: #fff; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #fff transparent transparent transparent; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #fff transparent; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection {
            min-width: 100px;
            background-color: #fff;
            border-top: 1px solid #C4C4C4;
            border-left: 1px solid #C4C4C4;
            border-bottom: 1px solid #C4C4C4; }
            .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText {
              width: 100%;
              height: 100%;
              padding: 0;
              font-family: "Nunito-Bold";
              font-size: 14px; }
              .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText span {
                font-family: "Nunito-Bold";
                font-size: 14px; }
              .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText .optionImage {
                width: 25px;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
                .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText .optionImage img {
                  width: 100%; }
              @media only screen and (max-width: 768px) {
                .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText {
                  font-size: 10px; }
                  .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText .optionImage {
                    width: 22px; }
                  .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .inputGroupPrependText span {
                    font-size: 10px; } }
            .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .select2 .select2-selection {
              background-color: #fff; }
              .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .select2 .select2-selection .select2-selection__rendered {
                height: 100%;
                color: #1D1D1D; }
            .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .select2-container--default .select2-selection--single .select2-selection__arrow b {
              border-color: #1D1D1D transparent transparent transparent; }
            .form .formGroup .formInput .inputGroup .inputGroupPrepend.countrySelection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
              border-color: transparent transparent #1D1D1D transparent; }
        .form .formGroup .formInput .inputGroup .formControl {
          -ms-flex: 1;
          flex: 1; }
      .form .formGroup .formInput .passwordInput {
        position: relative; }
        .form .formGroup .formInput .passwordInput input[type="password"].formControl {
          padding: 0 40px 0 14px; }
        .form .formGroup .formInput .passwordInput .togglePassword {
          position: absolute;
          top: 50%;
          right: 12px;
          transform: translateY(-50%);
          cursor: pointer; }
          .form .formGroup .formInput .passwordInput .togglePassword:before {
            content: "";
            width: 20px;
            height: 20px;
            background-image: url("/images/version-2/icons/eye-slash.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            float: right; }
          .form .formGroup .formInput .passwordInput .togglePassword.open:before {
            background-image: url("/images/version-2/icons/eye.png"); }
          .form .formGroup .formInput .passwordInput .togglePassword:after {
            content: '';
            display: block;
            clear: both; }
      .form .formGroup .formInput input:-ms-input-placeholder, .form .formGroup .formInput select:-ms-input-placeholder {
        color: #999; }
      .form .formGroup .formInput input::placeholder, .form .formGroup .formInput select::placeholder {
        color: #999; }
      .form .formGroup .formInput textarea.formControl {
        padding: 14px;
        height: 100px;
        box-shadow: none !important;
        border-radius: 0; }
        .form .formGroup .formInput textarea.formControl:-ms-input-placeholder {
          font-size: 14px;
          color: #999; }
        .form .formGroup .formInput textarea.formControl::placeholder {
          font-size: 14px;
          color: #999; }
          @media only screen and (max-width: 768px) {
            .form .formGroup .formInput textarea.formControl:-ms-input-placeholder {
              font-size: 10px;
              text-align: left; }
            .form .formGroup .formInput textarea.formControl::placeholder {
              font-size: 10px;
              text-align: left; } }
      .form .formGroup .formInput .select2 {
        border: 1px solid #C4C4C4;
        box-shadow: none !important;
        border-radius: 0;
        transition: .3s; }
        .form .formGroup .formInput .select2.select2-container--focus, .form .formGroup .formInput .select2.select2-container--open {
          border-color: #a37b24; }
        .form .formGroup .formInput .select2 .select2-selection {
          height: 100%;
          padding: 0 6px; }
          .form .formGroup .formInput .select2 .select2-selection .select2-selection__rendered {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; }
          .form .formGroup .formInput .select2 .select2-selection .select2-selection__rendered, .form .formGroup .formInput .select2 .select2-selection .select2-selection__arrow {
            height: 47px; }
      .form .formGroup .formInput .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        top: 0; }
      .form .formGroup .formInput .select2-container--default .select2-selection--multiple {
        border: none; }
        .form .formGroup .formInput .select2-container--default .select2-selection--multiple .select2-selection__choice {
          margin-top: 0;
          line-height: 1.7;
          border: none;
          border-radius: 0; }
    .form .formGroup .formInfo {
      margin: 5px 0;
      font-family: "Nunito-Regular";
      font-weight: normal;
      font-size: 12px;
      text-transform: initial;
      letter-spacing: 0; }
      .form .formGroup .formInfo a {
        color: #a37b24;
        text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .form .formGroup {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0;
        min-height: 35px;
        font-size: 10px; }
        .form .formGroup .formLabel, .form .formGroup .formInput {
          width: 100%; }
        .form .formGroup .formLabel {
          margin-bottom: 10px;
          font-size: 12px; }
        .form .formGroup .formInput {
          /* Override Select2 */ }
          .form .formGroup .formInput .formControl {
            height: 36px;
            font-size: 10px; }
          .form .formGroup .formInput .inputGroup .inputGroupPrepend {
            height: 36px; }
          .form .formGroup .formInput .passwordInput .togglePassword:before {
            width: 17px;
            height: 17px; }
          .form .formGroup .formInput .select2 .select2-selection .select2-selection__rendered, .form .formGroup .formInput .select2 .select2-selection__arrow {
            height: 36px; }
        .form .formGroup .formInfo {
          font-size: 10px; } }

.checkboxGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .checkboxGroup.fullWidth {
    -ms-flex-direction: column;
    flex-direction: column; }
  .checkboxGroup .checkboxContainer {
    position: relative;
    margin: 0 15px 15px 0;
    padding: 4px 0 0 30px;
    text-transform: uppercase;
    cursor: pointer;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* When the checkbox is checked, change border color */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .checkboxGroup .checkboxContainer.disabled {
      cursor: not-allowed; }
    .checkboxGroup .checkboxContainer input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      height: 0;
      width: 0; }
    .checkboxGroup .checkboxContainer .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 24px;
      width: 24px;
      border: 1px solid #1D1D1D; }
    .checkboxGroup .checkboxContainer input[type="checkbox"]:checked ~ .checkmark {
      border-color: #a37b24; }
    .checkboxGroup .checkboxContainer .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .checkboxGroup .checkboxContainer input[type="checkbox"]:checked ~ .checkmark:after {
      display: block; }
    .checkboxGroup .checkboxContainer .checkmark:after {
      top: 2px;
      left: 7px;
      width: 6px;
      height: 12px;
      border: solid #a37b24;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  @media only screen and (max-width: 768px) {
    .checkboxGroup {
      -ms-flex-direction: column;
      flex-direction: column; }
      .checkboxGroup .checkboxContainer {
        margin: 0 0 15px;
        padding: 2px 0 0 25px; }
        .checkboxGroup .checkboxContainer .checkmark {
          width: 16px;
          height: 16px; }
          .checkboxGroup .checkboxContainer .checkmark:after {
            top: 1px;
            left: 4px;
            width: 4px;
            height: 8px; } }

.radioButtonGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .radioButtonGroup.fullWidth {
    -ms-flex-direction: column;
    flex-direction: column; }
  .radioButtonGroup .radioButtonContainer {
    display: inline-block;
    position: relative;
    margin: 0 15px 15px 0;
    padding: 3px 0 0 30px;
    text-transform: uppercase;
    cursor: pointer;
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .radioButtonGroup .radioButtonContainer input[type="radio"] {
      position: absolute;
      opacity: 0;
      height: 0;
      width: 0; }
    .radioButtonGroup .radioButtonContainer .checkmark {
      position: absolute;
      top: -1px;
      left: 0;
      height: 24px;
      width: 24px;
      border: 1px solid #1D1D1D;
      border-radius: 50%; }
    .radioButtonGroup .radioButtonContainer .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .radioButtonGroup .radioButtonContainer input[type="radio"]:checked ~ .checkmark:after {
      display: block; }
    .radioButtonGroup .radioButtonContainer .checkmark:after {
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #1D1D1D;
      transform: translate(-50%, -50%); }
  @media only screen and (max-width: 768px) {
    .radioButtonGroup {
      -ms-flex-direction: column;
      flex-direction: column; }
      .radioButtonGroup .radioButtonContainer {
        padding: 3px 0 0 25px; }
        .radioButtonGroup .radioButtonContainer .checkmark {
          width: 20px;
          height: 20px; }
          .radioButtonGroup .radioButtonContainer .checkmark:after {
            width: 13px;
            height: 13px; } }

.productCategoryGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .productCategoryGroup .productCategoryContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20%;
    max-width: 140px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #1D1D1D;
    cursor: pointer; }
    .productCategoryGroup .productCategoryContainer .iconWrapper {
      width: 28px;
      margin-bottom: 10px; }
      .productCategoryGroup .productCategoryContainer .iconWrapper img {
        width: 100%; }
        .productCategoryGroup .productCategoryContainer .iconWrapper img.whenActiveIcon {
          display: none; }
      .productCategoryGroup .productCategoryContainer .iconWrapper.active img {
        display: none; }
        .productCategoryGroup .productCategoryContainer .iconWrapper.active img.whenActiveIcon {
          display: inherit; }
  @media only screen and (max-width: 768px) {
    .productCategoryGroup .productCategoryContainer {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: center;
      justify-content: center;
      width: 48%;
      max-width: unset;
      margin-bottom: 15px;
      font-size: 10px; }
      .productCategoryGroup .productCategoryContainer .iconWrapper {
        width: 22px;
        margin: 0 10px 0 0; } }

.select2-container .select2-dropdown.address-area-codes-dropdown {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important; }
  .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 14px;
    font-family: "Nunito-Bold";
    font-size: 14px; }
    .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option span {
      font-family: "Nunito-Bold";
      font-size: 14px; }
    .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option .optionImage {
      width: 25px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
      .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option .optionImage img {
        width: 100%; }
    @media only screen and (max-width: 768px) {
      .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option {
        padding: 5px 14px;
        font-size: 10px; }
        .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option .optionImage {
          width: 22px; }
        .select2-container .select2-dropdown.address-area-codes-dropdown .select2-results .select2-results__options .select2-results__option span {
          font-size: 10px; } }

.button {
  display: inline-block;
  margin: 20px 0;
  padding: 0 30px;
  font-family: "Nunito-Bold";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  letter-spacing: 0;
  white-space: nowrap;
  /* Safari adjustment */ }
  .button:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #adadad !important;
    background-color: #787878 !important;
    border: 1px solid #787878 !important; }
  .button-small {
    font-size: 12px; }
  .button-right {
    float: right; }
  .button-full {
    width: 100%; }
  .button-center {
    display: block;
    margin: 20px auto; }
  .button-big {
    min-width: 320px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  .button-no-margin {
    margin: 0 !important; }
  .button-auto-width {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important; }
  @media only screen and (max-width: 992px) {
    .button {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.8; } }
  @media only screen and (max-width: 768px) {
    .button {
      display: block;
      width: 100%;
      margin: 20px 0 5px;
      font-size: 12px; }
      .button-small {
        font-size: 10px; }
      .button-right {
        margin: 5px 0 20px; }
      .button-big {
        min-width: 100%; } }
  .button-link {
    font-family: "Nunito-ExtraBold";
    text-decoration: none;
    border: none;
    background: none;
    color: #1D1D1D; }
    .button-link:hover {
      background: none;
      text-decoration: underline; }
  .button-primary {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
    color: #fff; }
    .button-primary:hover {
      background-color: #fff;
      color: #1D1D1D; }
    .button-primary-faded {
      background-color: #fff;
      border: 1px solid #1D1D1D;
      color: #1D1D1D; }
      .button-primary-faded:hover {
        background-color: #1D1D1D;
        color: #fff; }
      .button-primary-faded.button-no-hover:hover {
        background-color: #fff;
        color: #1D1D1D; }
  .button-secondary {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #1D1D1D; }
    .button-secondary:hover {
      background-color: #adadad; }
  .button-gold {
    background-color: #a37b24;
    border: 1px solid #a37b24;
    color: #fff; }
    .button-gold:hover {
      background-color: #fff;
      color: #a37b24; }
    .button-gold-faded {
      background-color: rgba(163, 123, 36, 0.1);
      border: 1px solid #a37b24;
      color: #a37b24; }
      .button-gold-faded:hover {
        background-color: #a37b24;
        color: #fff; }
  .button-white {
    box-shadow: 0 3px 5px 1px #e3e3e3;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1D1D1D; }
    .button-white:hover {
      background-color: #e3e3e3;
      border-color: #e3e3e3; }
  .button:after {
    content: "";
    display: block;
    clear: both; }

.popupBox {
  position: relative;
  top: 50%;
  display: none;
  width: 600px;
  margin: 0 auto;
  transform: translateY(-50%); }
  .popupBox .popupContent {
    position: relative;
    max-height: 800px;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    overflow-y: auto; }
    .popupBox .popupContent .title {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0;
      padding: 20px;
      font-family: "Nunito-Bold";
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #1D1D1D;
      background-color: #fff;
      box-shadow: 0 0 6px rgba(29, 29, 29, 0.2);
      border-bottom: none;
      z-index: 2; }
    .popupBox .popupContent p {
      margin-bottom: 0;
      padding: 0;
      font-size: 14px;
      color: #1D1D1D; }
    .popupBox .popupContent .contentWrapper {
      padding: 20px !important;
      font-size: 14px; }
      .popupBox .popupContent .contentWrapper.textCenter {
        text-align: center; }
      .popupBox .popupContent .contentWrapper .form {
        padding: 0; }
    .popupBox .popupContent .actionWrapper {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      background-color: #fff;
      box-shadow: 0 0 6px rgba(29, 29, 29, 0.2);
      z-index: 2; }
      .popupBox .popupContent .actionWrapper .button {
        margin: 0; }
    .popupBox .popupContent .closeBtn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      z-index: 2; }
      .popupBox .popupContent .closeBtn img {
        width: 100%; }
  @media only screen and (max-width: 768px) {
    .popupBox {
      width: 100%;
      max-width: 550px;
      padding: 15px; }
      .popupBox .popupContent {
        max-height: calc(100vh - 30px); }
        .popupBox .popupContent .title {
          padding: 15px 35px;
          font-size: 16px;
          line-height: 18px; }
        .popupBox .popupContent .contentWrapper,
        .popupBox .popupContent .button,
        .popupBox .popupContent p, .popupBox .popupContent span {
          font-size: 12px; }
        .popupBox .popupContent .closeBtn {
          top: 18px;
          width: 14px;
          height: 14px; } }
  @media only screen and (max-width: 320px) {
    .popupBox .popupContent .title {
      font-size: 12px;
      line-height: 14px; }
    .popupBox .popupContent .contentWrapper,
    .popupBox .popupContent .button,
    .popupBox .popupContent p, .popupBox .popupContent span {
      font-size: 10px; }
    .popupBox .popupContent .closeBtn {
      top: 14px; } }

/* Popups */
#packaging-example-popup .contentWrapper .imageWrapper {
  width: 100%; }
  #packaging-example-popup .contentWrapper .imageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#popup-condition-guide .popupContent {
  padding: 0; }
  #popup-condition-guide .popupContent .title {
    border-bottom: 1px solid #C4C4C4; }
  #popup-condition-guide .popupContent .contentWrapper .conditionGuide {
    margin-bottom: 20px; }
    #popup-condition-guide .popupContent .contentWrapper .conditionGuide h5 {
      padding: 0;
      margin-bottom: 10px;
      font-family: "Nunito-ExtraBold";
      font-size: 18px;
      letter-spacing: 0.1em;
      color: #1D1D1D; }
    #popup-condition-guide .popupContent .contentWrapper .conditionGuide p {
      font-family: "Nunito-Regular";
      font-size: 14px;
      letter-spacing: 0.1em;
      color: #1D1D1D; }

@media only screen and (max-width: 768px) {
  #popup-condition-guide .popupContent .title {
    padding: 15px;
    font-size: 16px;
    text-align: center; }
  #popup-condition-guide .popupContent .contentWrapper .conditionGuide h5 {
    font-size: 14px; }
  #popup-condition-guide .popupContent .contentWrapper .conditionGuide p {
    font-size: 12px; } }

#country-popup .popupContent .contentWrapper .countryFlag {
  width: 40px;
  margin: 0 auto 15px; }
  #country-popup .popupContent .contentWrapper .countryFlag img {
    width: 100%; }

#blocked-account-popup .popupContent .contentWrapper {
  padding: 40px !important; }
  #blocked-account-popup .popupContent .contentWrapper .iconWrapper {
    width: 120px;
    margin: 0 auto 20px; }
    #blocked-account-popup .popupContent .contentWrapper .iconWrapper img {
      width: 100%; }
  #blocked-account-popup .popupContent .contentWrapper a.link {
    font-family: "Nunito-ExtraBold"; }

@media only screen and (max-width: 640px) {
  #blocked-account-popup .popupContent .contentWrapper {
    padding: 20px !important; }
    #blocked-account-popup .popupContent .contentWrapper .iconWrapper {
      width: 65px; } }

/* Create mixin for all repetitive style block gradually */
@media only screen and (max-width: 768px) {
  .wrapper {
    min-height: inherit; } }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #585858; }
  .ui-state-default:hover, .ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-default:hover, .ui-widget-header .ui-state-default.ui-state-hover {
    color: #a37b2c;
    background: #fff;
    border: 1px solid #a37b2c; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #a37b2c;
  color: #fff; }

.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_454545_256x240.png); }

.splide__arrow {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 35%;
  width: 3em;
  height: 3em;
  padding: 0;
  transform: translateY(-35%);
  z-index: 1;
  border: none;
  background: rgba(255, 255, 255, 0.85);
  fill: #1D1D1D; }
  .splide__arrow svg {
    width: 20px;
    height: 20px; }
  .splide__arrow--prev {
    left: 20px;
    transform: scaleX(-1) translateY(-35%); }
  .splide__arrow--next {
    right: 20px; }
  @media only screen and (max-width: 768px) {
    .splide__arrow {
      display: none; } }

.splide__pagination {
  width: 100%; }
  .splide__pagination li .splide__pagination__page {
    width: 5px;
    height: 5px;
    margin: 0 2px;
    background-color: #E5E5E5;
    border-radius: 50%; }
    .splide__pagination li .splide__pagination__page.is-active {
      background-color: #1D1D1D; }

.homeWrapper .splide__arrows .splide__arrow--next {
  right: 0; }

.frontWrapper .newArrivalItemsBox .splide__arrows .splide__arrow--prev {
  left: 5px; }

.frontWrapper .newArrivalItemsBox .splide__arrows .splide__arrow--next {
  right: 5px; }

.select2-container, .formBox .selectBox .select2-container {
  z-index: 1; }

.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-right: 30px !important; }
  .select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }

.select2-container.select2-container--default.select2-container--open .select2-selection.select2-selection--multiple .select2-selection__rendered:after {
  border-top: 0;
  border-bottom: 5px solid #888; }

.helpBlock {
  display: block;
  padding: 10px 0 !important;
  font-family: "Nunito-Regular";
  color: #EE5253; }

.hasError .formControl, .hasError .select2 {
  border: 1px solid #EE5253 !important; }

.hasError .locationInformation {
  border-color: #EE5253; }

.button {
  display: inline-block;
  margin: 20px 0;
  padding: 0 30px;
  font-family: "Nunito-Bold";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 2.5;
  letter-spacing: 0;
  white-space: nowrap;
  /* Safari adjustment */ }
  .button:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #adadad !important;
    background-color: #787878 !important;
    border: 1px solid #787878 !important; }
  .button-small {
    font-size: 12px; }
  .button-right {
    float: right; }
  .button-full {
    width: 100%; }
  .button-center {
    display: block;
    margin: 20px auto; }
  .button-big {
    min-width: 320px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; }
  .button-no-margin {
    margin: 0 !important; }
  .button-auto-width {
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important; }
  @media only screen and (max-width: 992px) {
    .button {
      padding: 5px 10px;
      font-size: 14px;
      line-height: 1.8; } }
  @media only screen and (max-width: 768px) {
    .button {
      display: block;
      width: 100%;
      margin: 20px 0 5px;
      font-size: 12px; }
      .button-small {
        font-size: 10px; }
      .button-right {
        margin: 5px 0 20px; }
      .button-big {
        min-width: 100%; } }
  .button-link {
    font-family: "Nunito-ExtraBold";
    text-decoration: none;
    border: none;
    background: none;
    color: #1D1D1D; }
    .button-link:hover {
      background: none;
      text-decoration: underline; }
  .button-primary {
    background-color: #1D1D1D;
    border: 1px solid #1D1D1D;
    color: #fff; }
    .button-primary:hover {
      background-color: #fff;
      color: #1D1D1D; }
    .button-primary-faded {
      background-color: #fff;
      border: 1px solid #1D1D1D;
      color: #1D1D1D; }
      .button-primary-faded:hover {
        background-color: #1D1D1D;
        color: #fff; }
      .button-primary-faded.button-no-hover:hover {
        background-color: #fff;
        color: #1D1D1D; }
  .button-secondary {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    color: #1D1D1D; }
    .button-secondary:hover {
      background-color: #adadad; }
  .button-gold {
    background-color: #a37b24;
    border: 1px solid #a37b24;
    color: #fff; }
    .button-gold:hover {
      background-color: #fff;
      color: #a37b24; }
    .button-gold-faded {
      background-color: rgba(163, 123, 36, 0.1);
      border: 1px solid #a37b24;
      color: #a37b24; }
      .button-gold-faded:hover {
        background-color: #a37b24;
        color: #fff; }
  .button-white {
    box-shadow: 0 3px 5px 1px #e3e3e3;
    background-color: #fff;
    border: 1px solid #fff;
    color: #1D1D1D; }
    .button-white:hover {
      background-color: #e3e3e3;
      border-color: #e3e3e3; }
  .button:after {
    content: "";
    display: block;
    clear: both; }

.footerLogo {
  text-align: left; }
  .footerLogo img {
    width: 100%;
    max-width: 240px; }

@media only screen and (max-width: 992px) {
  .extendFooter .fullBox.extendLogo img:first-child {
    width: 100%;
    max-width: 220px; } }

.frontWrapper .pdiName, .frontWrapper .pdiType, .frontWrapper .pdiNumber, .frontWrapper .currentPrice, .frontWrapper .addToBagInfo, .frontWrapper .fullBox.mandiri {
  color: #000; }

.frontWrapper .pdiType {
  font-family: "Nunito-Regular"; }

.frontWrapper .pdiCondition {
  background: #000;
  margin-bottom: 5px; }

.frontWrapper .pdiNumber {
  font-size: 14px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .frontWrapper .pdiNumber {
      font-size: 12px; } }

.frontWrapper .pdiNote {
  font-family: "Nunito-Bold";
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0; }
  @media only screen and (max-width: 768px) {
    .frontWrapper .pdiNote {
      font-size: 12px; } }

.frontWrapper .pdiInformation {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 20px; }
  .frontWrapper .pdiInformation .pdiInformationTitle {
    font-family: "Nunito-Bold";
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0; }
  @media only screen and (max-width: 768px) {
    .frontWrapper .pdiInformation {
      font-size: 12px; }
      .frontWrapper .pdiInformation .pdiInformationTitle {
        font-size: 14px; } }

.frontWrapper .pdiRightBox {
  padding-top: 20px; }
  .frontWrapper .pdiRightBox .button {
    font-family: "Nunito-Light"; }

.frontWrapper .shippingInfoBox {
  margin-top: 5px;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .frontWrapper .shippingInfoBox {
      margin-top: 20px; } }
  .frontWrapper .shippingInfoBox .shippingInfoIcon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding-bottom: 10px; }
    .frontWrapper .shippingInfoBox .shippingInfoIcon img {
      width: 40%;
      max-width: 70px;
      margin-right: 20px; }

.frontWrapper .pdiSeller {
  border-bottom: 1px solid #D5D6D7; }

.frontWrapper .pdiSeller {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px; }
  .frontWrapper .pdiSeller .pdiSellerImage {
    width: 100px;
    height: 100px; }
    .frontWrapper .pdiSeller .pdiSellerImage img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .frontWrapper .pdiSeller .pdiSellerName {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 1.5; }
    .frontWrapper .pdiSeller .pdiSellerName b {
      display: block; }
  @media only screen and (max-width: 480px) {
    .frontWrapper .pdiSeller .pdiSellerImage {
      width: 60px;
      height: 60px; }
    .frontWrapper .pdiSeller .pdiSellerName {
      max-width: calc(100vw - 100px);
      padding-left: 10px;
      overflow: hidden;
      text-overflow: ellipsis; } }

.frontWrapper .pdiSpecWrapper {
  line-height: 2; }
  @media only screen and (min-width: 769px) {
    .frontWrapper .pdiSpecWrapper {
      column-count: 2;
      column-gap: 20px; } }
  .frontWrapper .pdiSpecWrapper .pdiSpec {
    padding-bottom: 5px; }
    .frontWrapper .pdiSpecWrapper .pdiSpec span {
      font-family: "Nunito-Bold";
      text-transform: uppercase; }

.frontWrapper .pdtMenuBox .shareBox {
  right: auto; }
  .frontWrapper .pdtMenuBox .shareBox ul li {
    border: none;
    background: none; }
    .frontWrapper .pdtMenuBox .shareBox ul li a {
      cursor: pointer; }

body {
  font-family: "Nunito-Regular";
  font-size: 12px;
  color: #1D1D1D; }

p, span, span.mobile {
  font-family: "Nunito-Regular"; }

b {
  font-family: "Nunito-Bold"; }

.text-bold {
  font-family: "Nunito-ExtraBold"; }

.text-italic {
  font-style: italic !important; }

.text-transform-initial {
  text-transform: initial !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-green {
  color: #4F9A76 !important; }

.text-red {
  color: #76150C !important; }

.text-gold {
  color: #a37b24 !important; }

.text-black {
  color: #1D1D1D !important; }

.align-left {
  text-align: left !important; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.link {
  font-family: inherit;
  text-decoration: none;
  color: #a37b24;
  background: none; }
  .link-uppercase {
    text-transform: uppercase; }
  .link-bold {
    font-family: "Nunito-ExtraBold"; }

.price {
  color: #1D1D1D; }
  .price-discounted {
    text-decoration: line-through; }
  .price-sale {
    color: #810000; }

.same-height-as-input {
  height: 47px;
  line-height: 47px; }
  @media only screen and (max-width: 768px) {
    .same-height-as-input {
      height: 36px;
      line-height: 36px; } }

.sharedAccountBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  padding: 15px;
  font-family: "Nunito-Regular";
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  background-color: #F8F8F8;
  border-radius: 4px; }
  .sharedAccountBox .sharedCountryWrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
    .sharedAccountBox .sharedCountryWrapper .separator:before {
      content: "";
      width: 30px;
      height: 20px;
      margin: 0 5px;
      background: url("/images/version-2/icons/horizontal-dotted-separator.svg") center center no-repeat;
      background-size: contain;
      float: left; }
    .sharedAccountBox .sharedCountryWrapper .sharedCountryBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px;
      font-family: "Nunito-ExtraBold";
      font-size: 10px;
      text-transform: uppercase;
      background-color: #F8F8F8;
      border: 1px solid #c4c4c4;
      border-radius: 4px; }
      .sharedAccountBox .sharedCountryWrapper .sharedCountryBox .countryFlag {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        border: 1px solid #a37b24;
        border-radius: 50%; }
        .sharedAccountBox .sharedCountryWrapper .sharedCountryBox .countryFlag img {
          width: 100%;
          border-radius: 50%; }
  @media only screen and (min-width: 1440px) {
    .sharedAccountBox {
      font-size: 12px;
      line-height: 16px; }
      .sharedAccountBox .sharedCountryWrapper .sharedCountryBox {
        padding: 15px; }
        .sharedAccountBox .sharedCountryWrapper .sharedCountryBox .countryFlag {
          margin-right: 15px; }
      .sharedAccountBox .sharedCountryWrapper .separator:before {
        width: 40px;
        margin: 0 10px; } }
  @media only screen and (max-width: 768px) {
    .sharedAccountBox {
      font-size: 10px;
      line-height: 14px; }
      .sharedAccountBox .sharedCountryWrapper .sharedCountryBox {
        font-size: 10px; }
        .sharedAccountBox .sharedCountryWrapper .sharedCountryBox .countryFlag {
          width: 15px;
          height: 15px;
          margin-right: 5px; } }
  @media only screen and (max-width: 375px) {
    .sharedAccountBox {
      font-size: 9px;
      line-height: 12px; }
      .sharedAccountBox .sharedCountryWrapper .sharedCountryBox {
        padding: 8px;
        font-size: 9px; } }

/*# sourceMappingURL=main-style-v2.css.map */

.suggestionProduct {
  position: absolute;
  left: 0;
  width: 350px;
  margin-top: 5px;
  background: #FFFFFF;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08); }

.suggestionProduct .suggestionProductList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px; }

.suggestionProduct .suggestionProductList:hover {
  background: rgba(29, 29, 29, 0.06) !important; }

.suggestionProduct .suggestionProductList:after {
  content: '';
  display: block;
  clear: both; }

.suggestionProductImage {
  float: left;
  width: 75px;
  height: 75px; }

.suggestionProductImage img {
  width: 100%;
  vertical-align: middle; }

.suggestionProductContent {
  width: 250px;
  padding-left: 10px;
  font-family: "Nunito-Regular";
  font-size: 12px;
  color: #1d1d1d;
  float: left; }

.suggestionProductInfo {
  display: block;
  font-family: "Nunito-Regular";
  font-size: 12px;
  line-height: 18px; }
  .suggestionProductInfo.designer {
    text-transform: uppercase; }
  .suggestionProductInfo.designer, .suggestionProductInfo.price {
    font-family: "Nunito-ExtraBold";
    letter-spacing: 0.1em; }
  .suggestionProductInfo.price {
    color: #a37b24; }

@media only screen and (max-width: 959px) {
  .suggestionProduct {
    width: 100%;
    left: 0; }
  .suggestionProductImage {
    width: 10%;
    height: auto; } }

@media only screen and (max-width: 479px) {
  .suggestionProductImage {
    width: 20%; } }

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

.tierCircle {
    display: block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

.tierCircle.plutus {
    margin: 0;
}

.tierCircle.xsmall {
    width: 20px;
    height: 20px;
}

.tierCircle.small {
    width: 28px;
    height: 28px;
}

.tierCircle.medium {
    width: 36px;
    height: 36px;
}

.tierCircle.tierCircleGold {
    background: url("/images/version-2/icons/gold-member-icon.png") no-repeat center;
    background-size: contain;
}

.tierCircle.tierCirclePlatinum {
    background: url("/images/version-2/icons/platinum-member-icon.png") no-repeat center;
    background-size: contain;
}

.tierCircle.tierCircleDiamond {
    background: url("/images/version-2/icons/diamond-member-icon.png") no-repeat center;
    background-size: contain;
}

.userTier {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.userTier .tierCircle {
    margin: 0 5px 0 0;
}

ul.menu li,
.userTier .tierName {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.1em;
}

.userTier .tierName {
    font-family: "Nunito-ExtraBold";
}
/*# sourceMappingURL=membership-tier.css.map */
