:root {
  --mci-club-bar-background: #000000;
  --mci-club-bar-text: #ffffff;
}

@font-face {
  font-family: 'mci-icomoon';
  src:  url('../fonts/mci-icomoon.eot?p7oht1');
  src:  url('../fonts/mci-icomoon.eot?p7oht1#iefix') format('embedded-opentype'),
  url('../fonts/mci-icomoon.ttf?p7oht1') format('truetype'),
  url('../fonts/mci-icomoon.woff?p7oht1') format('woff'),
  url('../fonts/mci-icomoon.svg?p7oht1#mci-icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mci-icon-"], [class*=" mci-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mci-icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mci-icon-angle-down:before {
  content: "\e900";
}

.mci-icon-close:before {
  content: "\e901";
}

.mci-icon-check:before {
  content: "\e902";
}


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


.d-none {
  display: none !important;
}

.mci-earning-points {
  border: 1px solid #C9C9C9;
  max-width: 100%;
  margin-top: 1.25rem;
  min-height: 2.125rem;
  padding: 0.3125rem 0.625rem;
  line-height: 1.3;
  font-size: 0.75rem;
}

.mci-popup-open {
  overflow: hidden;
  padding-right: 15px !important;
}

.mci-points-comax-integration-popup-action {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
  position: relative;
  display: block;
  text-decoration: none;
}

.mci-points-comax-integration-popup-action:hover {
  color: #000;
  text-decoration: underline;
}

.mci-points-comax-integration-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999999;
}

.mci-points-comax-integration-popup-body {
  margin: 1rem 0;
  height: calc(100% - 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.mci-points-comax-integration-body-inn {
  background: #fff;
  padding: 3.75rem 2.5rem;
  width: 90%;
  max-width: 600px;
  text-align: center;
  position: relative;
}

.mci-points-comax-integration-body-inn .mci_close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  padding: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
}

.mci-points-comax-integration-body-inn .mci_close:hover {
  color: rgba(0, 0, 0, 0.75);
}

.mci-points-comax-integration-body-inn .mci_close svg {
  width: 1em;
  height: 1em;
}

.mci-points-comax-integ-pop-title {
  margin: 0 0 1.875rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mci-points-comax-integ-form .form-group label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 0.3125rem;
  text-align: initial;
}

.mci-points-comax-integ-form .form-group {
  margin-bottom: 1.25rem;
}

.mci-points-comax-integ-form .form-group .mci-form-control {
  height: 3.125rem;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.mci-points-comax-integ-form .form-group .mci-form-control[disabled] {
  background: rgba(0, 0, 0, 0.05);
}

.mci-points-comax-integ-form .mci-points-comax-integration-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
  min-height: 3.125rem;
}

.mci-points-comax-integ-form .mci-points-comax-integration-submit:not(.disabled):not([disabled]):hover {
  background: #fff;
  color: #000;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .mci-points-comax-integration-popup-action {
    font-size: 0.875rem;
  }
}


/*New design*/
.d-none {
  display: none !important;
}

.mci-points-info,
.comax-point-redeem {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.comax-point-redeem {
  margin-bottom: 1.25rem;
}

.comax-points-holder {
  margin-bottom: 2rem;
}

.mci-points-info {
  margin-bottom: 5px;
}

.comax-btn-holder {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.comax-btn-holder a.btn-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
  line-height: 1;
}

.comax-btn-holder .comax-btn-selerator {
  display: inline-block;
  line-height: 1;
  margin: 0 1px;
  font-weight: 600;
  border-bottom: 1px solid;
}

.comax-btn-holder .mci-btn,
.mci_button_points {
  border: 1px solid #000;
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  outline: none;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
  min-width: 13.4375rem;
}

.comax-btn-holder .mci-btn:not(.disabled):not([disabled]):hover,
.mci_button_points:not(.disabled):not([disabled]):hover {
  background: #fff;
  border-color: #000;
  color: #000;
  text-decoration: none;
}

.mci-points-holder {
  margin-bottom: 40px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mci_points_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: 0.25s ease opacity, 0.25s ease visibility;
  transition: 0.25s ease opacity, 0.25s ease visibility;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.mci_points_popup.popup_opened {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.mci_points_popup .mci_popup_frame {
  min-height: calc(100% - 2rem);
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.25s ease transform;
  transition: 0.25s ease transform;
  -webkit-transform: translate(0, -20vh);
  -ms-transform: translate(0, -20vh);
  transform: translate(0, -20vh);
}

.mci_points_popup.popup_opened .mci_popup_frame {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mci_points_popup .mci_popup_body {
  width: 100%;
  max-width: min(66.8rem, 668px);
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.mci_points_popup .mci_points_popup-image img {
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 9.0625rem;
}

.mci_points_popup .mci_points_popup-left-content {
  text-align: center;
  padding: 0.875rem 0.9375rem 1.25rem;
}

.mci_points_popup-left-content .mci-form-control {
  text-align: center;
  height: auto;
  min-height: auto;
  line-height: 1;
}

.mci_matat-error {
  color: #f00;
  margin-top: 0.5rem;
}

.mci_matat-success {
  margin-top: 0.5rem;
  color: green;
}

.mci_points_popup .mci_points_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: none;
  padding: 0.625rem;
  margin: 0;
}

.rtl .mci_points_popup .mci_points_popup-close {
  right: auto;
  left: 0;
}

.mci_points_popup .mci_points_popup-close:hover {
  opacity: 0.6;
}

.mci_points_popup .mci_points_popup-close svg {
  display: block;
  width: 0.8125rem;
}

.mci_points_popup .mci_points_popup-title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.mci_points_popup .mci_popup_text {
  font-size: 0.8125rem;
  line-height: 1.4615;
  margin-bottom: 0.9375rem;
}

.mci_points_popup .mci_points_redeem-selection {
  padding: 0 0 0.9375rem;
}

.mci_points_popup label {
  font-size: 0.8125rem;
  line-height: 1.4615;
}

.mci_points_popup .required {
  text-decoration: none;
  color: #f00;
}

.mci_points_popup .input-text {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  font-family: inherit;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 1.5;
  padding: 0.375rem 1.5rem 0.375rem 0.625rem;
  background: #fff;
  text-align: center;
}

.rtl .mci_points_popup select {
  padding: 0.375rem 0.625rem 0.375rem 1.5rem;
  background-position: 0.625rem 50%;
}

.mci_points_popup .mci_button_points {
  width: 100%;
}

/*Club member register popup*/
.mci-club-banner-row {
  font-size: .75rem;
  line-height: 1.5;
}

.mci-club-banner-row > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--mci-club-bar-background);
  color: var(--mci-club-bar-text);
  padding: 0.0625rem 0.25rem;
  text-decoration: none;
}

.mci-club-banner-row > a:hover {
  color: var(--mci-club-bar-text);
}

.mci-club-banner-row .center-text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.mci-club-banner-row .center-text:only-child {
  margin-left: auto;
  margin-right: auto;
}

.mci-club-banner-row .mci-icon-angle-down {
  font-size: .375rem;
  margin: 0 0 0 0.375rem;
}

.rtl .mci-club-banner-row .center-text .mci-icon-angle-down {
  margin-left: 0;
  margin-right: 0.375rem;
}

.mci_join_popup_active .mci-club-banner-row .center-text .mci-icon-angle-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mci-member-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
  transition: 0.3s ease opacity, 0.3s ease visibility;
  opacity: 0;
  visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mci-member-popup-wrapper::-webkit-scrollbar {
  display: none;
}

.mci_join_popup_active .mci-member-popup-wrapper {
  opacity: 1;
  visibility: visible;
}
.mci-member-popup-wrapper .mci-popup-frame {
  margin: 0 0.75rem;
  background: #fff;
  color: #000;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mci-member-popup-wrapper .popup-close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  line-height: 1;
  text-decoration: none;
  color: #000;
  font-size: 0.625rem;
  z-index: 2;
}

.mci-member-popup-wrapper .mci-club-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mci-member-popup-wrapper .mci-club-left-col {
  padding: 1.25rem 0.625rem;
}

.mci-member-popup-wrapper h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0 1.625rem 0.875rem;
}

.mci-member-popup-wrapper .text-box {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 0 0.8125rem;
}

.mci-member-popup-wrapper .text-box:empty {
  display: none;
}
.mci-member-popup-wrapper .text-box p {
  margin-bottom: 0.375rem;
}

.mci-member-popup-wrapper .form-row {
  margin: 0 -0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mci-member-popup-wrapper .form-row .form-group {
  padding: 0 0.3125rem;
}

.mci-member-popup-wrapper .form-row .form-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.mci-member-popup-wrapper .form-row .form-group.half {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.mci-member-popup-wrapper .form-group {
  margin-bottom: 0.8125rem;
}

.mci-member-popup-wrapper .form-group .form-label {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin: 0 0 0.1875rem;
}

.mci-form-control-wrap:has(.mci-select-city) {
  display: flex;
  flex-direction: column-reverse;
}

.mci-form-control-wrap label.error, .mci-form-control-wrap span.error {
  margin: 0;
  font-size: 0.75rem;
  color: #f00;
  display: inline-block;
  vertical-align: top;
}

.mci-member-popup-wrapper .mci-form-control {
  display: block;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: calc(1.5rem + 2px);
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 0.1875rem 0.375rem;
  color: #000;
  -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.rtl .mci-member-popup-wrapper .mci-form-control[type="tel"] {
  direction: rtl;
}

.mci-member-popup-wrapper .mci-form-control::-webkit-input-placeholder {
  color: transparent;
}

.mci-member-popup-wrapper .mci-form-control::-moz-placeholder {
  opacity: 1;
  color: transparent;
}

.mci-member-popup-wrapper .mci-form-control:-moz-placeholder {
  color: transparent;
}

.mci-member-popup-wrapper .mci-form-control:-ms-input-placeholder {
  color: transparent;
}

.mci-member-popup-wrapper .mci-form-control.placeholder {
  color: transparent;
}

.mci-member-popup-wrapper .mci-form-control:focus {
  border-color: #f6f6f6;
}

.mci-member-popup-wrapper .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.3125rem;
}

.mci-member-popup-wrapper .select-wrap > .mci-form-control-wrap {
  -ms-flex-preferred-size: 3.25rem;
  flex-basis: 3.25rem;
  max-width: 3.25rem;
  margin: 0 0.3125rem;
}

.mci-member-popup-wrapper .select-wrap > .mci-form-control-wrap:first-of-type {
  -ms-flex-preferred-size: 4.375rem;
  flex-basis: 4.375rem;
  max-width: 4.375rem;
}

.mci-member-popup-wrapper .jcf-select {
  height: calc(1.5rem + 2px);
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
}

.mci-member-popup-wrapper .jcf-select .jcf-select-text {
  line-height: 1.5rem;
  font-size: 0.75rem;
}

.mci-member-popup-wrapper .jcf-select .jcf-select-opener {
  margin: 0;
}

.mci-member-popup-wrapper .jcf-select .jcf-select-opener:before {
  content: '\e900';
  font: 0.25rem / 1 "mci-icomoon";
}

.jcf-select.jcf-select-mci-select-city .jcf-list .jcf-list-content {
  max-height: 10.9375rem !important;
}

.mci-member-popup-wrapper .jcf-list .jcf-list-content::-webkit-scrollbar {
  width: 5px;
}

.mci-member-popup-wrapper .jcf-list .jcf-list-content::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.07);
}

.mci-member-popup-wrapper .jcf-list .jcf-list-content::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
}

.mci-member-popup-wrapper .jcf-list .jcf-list-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5);
}

.select2.select2-container--default .select2-selection--single {
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: calc(1.5rem + 2px);
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 0.1875rem 0.375rem;
  color: #000;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 0;
  flex: 1;
}

.select2.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 10px;
  width: 10px;
  position: static;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: '\e900';
  font: 0.25rem / 1 "mci-icomoon";
}

body .select2-container .select2-dropdown {
  border-color: #f6f6f6;
  border-radius: 0;
}

.select2-container .select2-search--dropdown .select2-search__field {
  font-size: 0.75rem;
}

.select2-container .select2-search--dropdown {
  padding: 0.375rem;
}

.select2-container .select2-results__option {
  font-size: 0.75rem;
  padding: 0.375rem;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f4f4;
  color: #191919;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f4f4f4;
}

.select2-container.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 5px;
}

.select2-container.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.07);
}

.select2-container.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5);
}

.select2-container.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.5);
}

.mci-member-popup-wrapper p {
  margin: 0;
}

.mci-member-popup-wrapper p:empty {
  display: none;
}

.mci-member-popup-wrapper .btn-wrap {
  text-align: center;
  padding: 0.5rem 0.3125rem 0;
  flex-basis: 100%;
  max-width: 100%;
}

.mci-member-popup-wrapper .mci-register-submit {
  min-width: 6.875rem;
  min-height: 1.875rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid #000;
  background: #000;
  padding: 0.375rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
  transition: 0.2s linear color, 0.2s linear background, 0.2s linear border;
}

.mci-member-popup-wrapper .mci-register-submit:not(:disabled):not(.disabled):hover {
  background: none;
  color: #000;
}

.mci-mailing-confirmation-checkbox label {
  font-size: 0.75rem;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-right: 1.5625rem;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.mci-mailing-confirmation-checkbox label label {
  display: block;
  order: 10;
  padding: 0;
}

.mci-mailing-confirmation-checkbox input[type='checkbox'] {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  opacity: 0;
}

.mci-mailing-confirmation-checkbox input[type='checkbox'].error ~ .mci-fake-input {
  border-color: #f00;
}

.mci-mailing-confirmation-checkbox input[type='checkbox']:checked ~ .mci-fake-input:before {
  opacity: 1;
}

.mci-mailing-confirmation-checkbox .mci-fake-input {
  position: absolute;
  top: 0;
  top: 9px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  padding: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 1px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mci-mailing-confirmation-checkbox .mci-fake-input::before {
  content: "\e902";
  font-family: "mci-icomoon";
  font-size: 0.5rem;
  color: inherit;
  line-height: 1;
  opacity: 0;
}

.mci-mailing-confirmation-checkbox .mci-mailing-confirmation-checkbox-text {
  font: inherit;
}

.mci-member-popup-wrapper .form-group:has(.mci_error_alert, .mci_success_alert) {
  margin-bottom: 0;
  margin-top: 1rem;
}

.mci-member-popup-wrapper .mci_error_alert {
  display: block;
  text-align: center;
  color: #f00;
}

.mci-member-popup-wrapper .mci_error_alert .mci_refer_login {
  background: none;
  border: none;
  padding: 0;
  font-weight: 700;
  border-bottom: 1px solid;
  line-height: 1;
}

.mci-member-popup-wrapper .mci_error_alert .mci_refer_login:hover {
  border-bottom-color: transparent;
}

.mci-member-popup-wrapper .mci_success_alert {
  display: block;
  text-align: center;
  color: #008000;
}

@media (min-width: 576px) {
  .mci-member-popup-wrapper .mci-popup-frame {
    max-width: 520px;
    margin: 0 auto;
  }

  .mci-member-popup-wrapper .mci-club-left-col {
    padding: 30px 23px;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .mci-earning-points {
    font-size: 1rem;
    max-width: 387px;
    margin-top: 20px;
    min-height: 41px;
    padding: 10px 20px;
  }

  .comax-points-holder {
    margin-bottom: 30px;
  }

  .comax-btn-holder .mci-btn,
  .mci_button_points {
    font-size: 14px;
    line-height: 20px;
    padding: 9px 12px;
    min-width: 182px;
  }

  .mci_points_popup {
    font-size: 14px;
  }

  .mci_points_popup .mci_popup_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mci_points_popup .mci_points_popup-image {
    -ms-flex-preferred-size: 34.135%;
    flex-basis: 34.135%;
    max-width: 34.135%;
  }

  .mci_points_popup .mci_points_popup-image img {
    height: 100%;
  }

  .mci_points_popup .mci_points_popup-left-content {
    -ms-flex-preferred-size: 65.865%;
    flex-basis: 65.865%;
    max-width: 65.865%;
    padding: 28px 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mci_points_popup-left-content .mci-form-control {
    line-height: 1.929;
  }

  .mci_matat-error {
    margin-top: 10px;
  }

  .mci_matat-success {
    margin-top: 10px;
  }

  .mci_points_popup .mci_points_popup-close {
    right: 4px;
    top: 6px;
  }

  .rtl .mci_points_popup .mci_points_popup-close {
    left: 4px;
  }

  .mci_points_popup .mci_points_popup-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .mci_points_popup .mci_popup_text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 22px;
  }

  .mci_points_popup .mci_points_redeem-selection {
    padding-bottom: 20px;
  }

  .mci_points_popup label {
    font-size: 14px;
  }

  .mci_points_popup .input-text {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .rtl .mci_points_popup select {
    background-position: 15px 50%;
  }

  .mci-club-banner-row {
    font-size: 14px;
  }

  .mci-club-banner-row > a {
    padding: 5px 13px 4px;
  }

  .mci-club-banner-row .center-text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .mci-club-banner-row .mci-icon-angle-down {
    font-size: 0.55em;
    margin-left: 8px;
  }

  .rtl .mci-club-banner-row .center-text .mci-icon-angle-down {
    margin-right: 8px;
  }

  .mci-member-popup-wrapper.mci_has_club_banner .mci-popup-frame {
    max-width: 750px;
  }

  .mci-member-popup-wrapper.mci_has_club_banner .mci-popup-frame .mci-club-left-col {
    -ms-flex-preferred-size: 52.43%;
    flex-basis: 52.43%;
    max-width: 52.43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mci-member-popup-wrapper .popup-close {
    font-size: 14px;
    top: 12px;
    right: 12px;
  }

  .mci-member-popup-wrapper .mci-club-banner {
    -ms-flex-preferred-size: 47.57%;
    flex-basis: 47.57%;
    max-width: 47.57%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: clamp(350px, 77%, 645px);
  }

  .mci-member-popup-wrapper .mci-club-banner img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .mci-member-popup-wrapper h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }

  .mci-member-popup-wrapper .text-box {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .mci-member-popup-wrapper .text-box p {
    margin-bottom: 11px;
  }

  .mci-member-popup-wrapper .mci-register-form-outer {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .mci-member-popup-wrapper .form-row {
    margin: 0 -10px;
  }

  .mci-member-popup-wrapper .form-row .form-group {
    padding: 0 10px;
  }

  .mci-member-popup-wrapper .form-row .form-group:not(.half):not(.md-half) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .mci-member-popup-wrapper .form-row .form-group.md-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .mci-member-popup-wrapper .form-group {
    margin-bottom: 15px;
  }

  .mci-member-popup-wrapper .form-group .form-label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .mci-form-control-wrap label.error, .mci-form-control-wrap span.error {
    font-size: 14px;
  }

  .mci-member-popup-wrapper .mci-form-control {
    height: 40px;
    font-size: 14px;
    padding: 9px 10px;
  }

  .mci-member-popup-wrapper .select-wrap {
    margin: 0 -3px;
  }

  .mci-member-popup-wrapper .select-wrap > .mci-form-control-wrap {
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    max-width: 65px;
    margin: 0 3px;
  }

  .mci-member-popup-wrapper .select-wrap > .mci-form-control-wrap:first-of-type {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
  }

  .mci-member-popup-wrapper .jcf-select {
    height: 40px;
  }

  .mci-member-popup-wrapper .jcf-select .jcf-select-text {
    line-height: 38px;
    font-size: 14px;
    margin: 0 21px 0 10px;
  }
  .rtl .mci-member-popup-wrapper .jcf-select .jcf-select-text {
    margin: 0 10px 0 21px;
  }

  .mci-member-popup-wrapper .jcf-select .jcf-select-opener:before {
    font-size: 6px;
  }

  .jcf-select.jcf-select-mci-select-city .jcf-list .jcf-list-content {
    max-height: 175px !important;
  }

  .select2.select2-container--default .select2-selection--single {
    height: 40px;
    font-size: 14px;
    padding: 9px 10px;
  }

  .select2.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    font-size: 6px;
  }

  .select2-container .select2-search--dropdown .select2-search__field {
    font-size: 14px;
  }

  .select2-container .select2-search--dropdown {
    padding: 5px 12px;
  }

  .select2-container .select2-results__option {
    font-size: 14px;
    padding: 7px 12px;
  }

  .mci-member-popup-wrapper .btn-wrap {
    padding: 10px 10px 0;
  }

  .mci-member-popup-wrapper .mci-register-submit {
    min-width: 125px;
    min-height: 45px;
    line-height: 1.6;
    padding: 0.5625rem;
    font-size: 0.875rem;
  }

  .mci-mailing-confirmation-checkbox label {
    font-size: 14px;
    line-height: 20px;
    padding-right: 24px;
  }

  .mci-mailing-confirmation-checkbox .mci-fake-input {
    top: 10px;
    width: 15px;
    height: 15px;
  }

  .mci-mailing-confirmation-checkbox .mci-fake-input::before {
    font-size: 8px;
  }
}

@media (min-width: 992px) {
  .mci_points_popup .mci_button_points {
    font-size: 16px;
    line-height: 1.5625;
  }

  .mci-club-banner-row > a {
    padding-left: 23px;
    padding-right: 23px;
  }

  .mci-member-popup-wrapper.mci_has_club_banner .mci-popup-frame {
    max-width: 988px;
  }

  .mci-member-popup-wrapper .popup-close {
    font-size: 17px;
  }

  .mci-member-popup-wrapper h2 {
    font-size: 28px;
  }

  .mci-member-popup-wrapper .text-box {
    font-size: 16px;
  }

  .mci-member-popup-wrapper .form-row {
    margin: 0 -15px;
  }

  .mci-member-popup-wrapper .form-row .form-group {
    padding: 0 15px;
  }

  .mci-member-popup-wrapper .form-group {
    margin-bottom: 25px;
  }

  .mci-member-popup-wrapper .form-group .form-label {
    font-size: 16px;
  }

  .mci-member-popup-wrapper .mci-form-control {
    font-size: 16px;
  }

  .mci-member-popup-wrapper .select-wrap {
    margin: 0 -4px;
  }

  .mci-member-popup-wrapper .select-wrap > .mci-form-control-wrap {
    margin: 0 4px;
  }

  .mci-member-popup-wrapper .jcf-select .jcf-select-text {
    font-size: 16px;
  }

  .select2.select2-container--default .select2-selection--single {
    font-size: 16px;
  }

  .mci-member-popup-wrapper .btn-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mci-member-popup-wrapper .mci-register-submit {
    min-width: 150px;
    font-size: 16px;
    line-height: 1.9;
    padding: 0.4375rem 0.625rem;
  }
}

@media (min-width: 1200px) {
  .mci_points_popup .mci_points_popup-title {
    font-size: 24px;
  }

  .mci_points_popup .mci_popup_text {
    font-size: 16px;
  }

  .mci-club-banner-row > a {
    padding-left: 33px;
    padding-right: 33px;
  }

  .mci-member-popup-wrapper h2 {
    font-size: 30px;
  }
}

@media (min-width: 1300px) {
  .mci-club-banner-row > a {
    padding-left: 41px;
    padding-right: 41px;
  }
}
