@font-face {
  font-family: 'sf_pro_displaybold';
  src: url('sf-pro-display-bold-webfont.woff2') format('woff2'), url('sf-pro-display-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_textregular';
  src: url('sf-pro-text-regular-webfont.woff2') format('woff2'), url('sf-pro-text-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_textmedium';
  src: url('sf-pro-text-medium-webfont.woff2') format('woff2'), url('sf-pro-text-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_textlight';
  src: url('sf-pro-text-light-webfont.woff2') format('woff2'), url('sf-pro-text-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displaysemibold';
  src: url('sf-pro-display-semibold-webfont.woff2') format('woff2'), url('sf-pro-display-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sf_pro_displayheavy';
  src: url('sf-pro-display-heavy-webfont.woff2') format('woff2'), url('sf-pro-display-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BahijTheSansArabic-Plain";
  src: url("BahijTheSansArabic-Plain.woff") format("woff"), /* Modern Browsers */ url("BahijTheSansArabic-Plain.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
.arabicFont {
  font-family: "BahijTheSansArabic-Plain";
}
.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.centerflex {
  display: flex;
  justify-content: center;
  align-items: center;
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
  background: #EDEEF0;
}
.notransition {
  transition: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  padding-bottom: 401px;
  font-family: 'sf_pro_textregular';
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 0px;
  }
}
.container {
  position: relative;
  margin: auto;
  max-width: 1730px;
}
@media (max-width: 1790px) {
  .container {
    padding: 0px 25px;
  }
}
.inputLabel {
  font-family: 'sf_pro_displaysemibold';
  font-size: 18px;
  color: #818386;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 767px) {
  .inputLabel {
    font-size: 12px;
    line-height: 16px;
  }
}
.inputField {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  height: 56px;
  background: #fff;
  border: 1px solid #D6D7D9;
  position: relative;
}
@media (max-width: 767px) {
  .inputField {
    height: 52px;
  }
}
.inputField.missing {
  border-color: #ea3c46;
}
.inputField.withicon input {
  padding-left: 50px;
}
.inputField.doubleRightIcons input {
  padding-right: 74px;
}
.inputField.change:after {
  position: absolute;
  content: 'Change';
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 14px;
  pointer-events: none;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E0E1E3;
  height: 20px;
  width: 50px;
  border-radius: 15px;
  font-size: 10px;
  color: #818386;
}
.inputField.change input {
  padding-right: 75px;
}
.inputField.correct:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 14px;
  height: 100%;
  width: 18px;
  pointer-events: none;
  background: url(../images/formcorrect.svg) no-repeat center center;
  background-size: 18px;
}
.inputField.false:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 14px;
  height: 100%;
  width: 18px;
  pointer-events: none;
  background: url(../images/formwrong.svg) no-repeat center center;
  background-size: 18px;
}
.inputField.hidden:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 14px;
  height: 100%;
  width: 23px;
  pointer-events: none;
  background: url(../images/formhidden.svg) no-repeat center center;
  background-size: 23px;
}
.inputField.visible:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  right: 14px;
  height: 100%;
  width: 22px;
  pointer-events: none;
  background: url(../images/formvisible.svg) no-repeat center center;
  background-size: 22px;
}
.inputField.false.hidden:before,
.inputField.correct.hidden:before {
  right: 39px;
}
.inputField.false.visible:before,
.inputField.correct.visible:before {
  right: 39px;
}
.inputField.correct.visible input,
.inputField.false.visible input,
.inputField.correct.hidden input,
.inputField.false.hidden input {
  padding-right: 69px;
}
.inputField input {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 1px 40px 0px 20px;
  font-family: 'sf_pro_textregular';
  font-size: 20px;
  color: #313133;
}
@media (max-width: 767px) {
  .inputField input {
    font-size: 14px;
  }
}
.inputField textarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 9px 40px 9px 20px;
  font-family: 'sf_pro_textregular';
  font-size: 20px;
  color: #313133;
}
@media (max-width: 767px) {
  .inputField textarea {
    font-size: 14px;
  }
}
.inputField .icon {
  position: absolute;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
  left: 18px;
}
.inputField .more {
  position: absolute;
  right: 17px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: center;
}
.inputField .more > div {
  margin-left: 8px;
  display: flex;
}
.inputField .x {
  cursor: pointer;
}
.inputField .eyes .on {
  display: none;
}
.inputField .eyes > div {
  cursor: pointer;
  display: flex;
}
.inputField .eyes.active .off {
  display: none;
}
.inputField .eyes.active .on {
  display: flex;
}
.selectItem {
  box-shadow: 0px 4px 10px #ccc;
  background: #fff;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 18px;
}
.selectItem .item {
  height: 54px;
  position: relative;
  cursor: pointer;
  padding: 4px 14px;
  display: flex;
  align-items: center;
}
.selectItem .item input {
  width: 100%;
  height: 100%;
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.selectItem .key {
  position: absolute;
  top: 0px;
  right: 13px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'sf_pro_textregular';
  font-size: 10px;
  color: #818386;
}
.selectItem .key:before {
  content: 'Change';
  margin-right: 5px;
  display: none;
}
.selectItem .title {
  font-size: 14px;
  color: #313133;
  line-height: 17px;
  padding-right: 25px;
  cursor: pointer;
}
.selectItem .dropdown {
  padding: 0px 14px;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 150px;
}
.selectItem ul.values > li {
  border-top: 2px solid #f6f6f6;
}
.selectItem .name {
  font-size: 14px;
  color: #313133;
  line-height: 17px;
  padding: 16px 0px 15px;
  cursor: pointer;
}
.selectItem.open .key svg {
  transform: rotate(180deg);
}
.selectItem.open .key:before {
  content: 'Close';
}
.selectItem .icon {
  display: flex;
  margin-right: 10px;
}
.selectItem .radioItem {
  position: relative;
}
.selectItem .radioItem label {
  font-size: 14px;
  color: #313133;
  line-height: 17px;
  font-family: 'sf_pro_textregular';
  padding: 16px 0px 15px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.selectItem .radioItem label:before {
  position: absolute;
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  top: 7px;
  right: 0px;
  background: url(../images/icons.png) no-repeat -132px 0px;
  transform: scale(0.5);
  transform-origin: right 22px;
}
.selectItem .radioItem label:after {
  position: absolute;
  display: block;
  content: "\f00c";
  width: 15px;
  height: 15px;
  top: 18px;
  right: 0px;
  font-size: 9px;
  background: #02A4E2;
  border-radius: 100%;
  font-family: FontAwesome;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s;
}
@media (max-device-width: 768px) {
  .selectItem .radioItem label:after {
    padding-top: 1px;
    height: 14px;
  }
}
.selectItem .radioItem input {
  opacity: 0;
  position: absolute;
}
.selectItem .radioItem input:checked + label:after {
  opacity: 1;
}
.selectItem .radioItem .count {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 10px;
  color: #6D6F72;
  font-family: 'sf_pro_textmedium';
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 1px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .selectItem .title {
    font-size: 20px;
  }
  .selectItem .item {
    min-height: 54px;
  }
  .selectItem .name {
    font-size: 16px;
    padding-top: 21px;
  }
  .selectItem .key:before {
    display: none;
  }
  .selectItem .dropdown {
    max-height: 165px;
  }
  .selectItem .radioItem label {
    font-size: 16px;
    padding-top: 21px;
  }
}
@media (max-width: 767px) {
  .selectItem .item {
    min-height: 50px;
  }
}
.redBtn {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  padding: 0px 10px;
  border-radius: 25px;
  padding-top: 1px;
  border: 0px;
  outline: none!important;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  background: #EA3C46;
  color: #fff;
  text-transform: capitalize;
  height: 54px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .redBtn {
    height: 50px;
  }
}
.redBtn.black {
  background: #313133;
}
.redBtn.black.loading:before {
  background: #313133;
}
.redBtn.loading:after {
  top: 0px;
  display: block;
  content: '';
  margin: auto;
  bottom: 0px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  font-size: 4px;
  color: #fff;
  pointer-events: none;
}
.redBtn.loading:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ea3c46;
  border-radius: 25px;
}
.desktop .redBtn:hover {
  background: #313133;
}
.desktop .redBtn.black:hover {
  background: #EA3C46!important;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #EDEEF0;
  z-index: 2;
}
header .wrap {
  height: 100px;
  border-bottom: 2px solid #AFB0B2;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo {
  display: flex;
  width: 118px;
  height: 55px;
  overflow: hidden;
  align-items: center;
}
header .logo svg {
  width: 100%!important;
  height: 100%!important;
}
#content:before {
  display: block;
  content: '';
  height: 100px;
}
@media (max-width: 767px) {
  #content:before {
    height: 61px;
  }
}
header.loggedin .wrap {
  justify-content: space-between;
}
header.loggedin .logout {
  display: block;
  cursor: pointer;
  overflow: hidden;
}
header.loggedin .logout .icon {
  display: none;
  transition: all 0.35s;
}
header.loggedin .logout .label {
  font-size: 16px;
  color: #6D6F72;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  header .container {
    padding: 0px;
  }
  header .wrap {
    height: 61px;
    padding: 0px 25px;
    border-bottom-color: #E1E2E4;
    justify-content: flex-start;
  }
  header .logo {
    height: 34px;
    width: 72px;
  }
  header.loggedin .wrap {
    flex-direction: row-reverse;
  }
  header.loggedin .logout .label {
    display: none;
  }
  header.loggedin .logout .icon {
    display: block;
    width: 18px;
    height: 22px;
  }
  header.loggedin .logout .icon svg {
    width: 100%;
    height: 100%;
  }
}
.desktop header.loggedin .logout:hover .label {
  color: #ea3c46;
}
.desktop header.loggedin .logout:hover .icon svg path {
  stroke: #313133;
}
/* footer*/
footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #313133;
  font-size: 14px;
  color: #AEB0B3;
  line-height: 27px;
}
footer a {
  color: #AEB0B3;
  transition: all 0.35s;
  cursor: pointer;
}
footer .wrap {
  height: 401px;
  display: flex;
  align-items: center;
}
footer ul.cols {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
footer ul.cols > li {
  min-height: 162px;
  width: 20%;
}
footer ul.cols > li:last-child .holder {
  border-right: 2px solid #BBBBBB;
}
footer .holder {
  position: relative;
  border-left: 2px solid #BBBBBB;
  height: 100%;
  padding: 0px 10px 0px 10px;
}
footer .logo {
  top: -15px;
  position: relative;
  height: 48px;
  margin-bottom: 3px;
}
footer .newsletter .titre {
  color: #fff;
  font-family: 'sf_pro_displaysemibold';
  font-size: 16px;
}
footer .newsletter .field {
  height: 40px;
  position: relative;
  background: #4D4D4D;
  border-radius: 25px;
  max-width: 302px;
  margin-top: 10px;
  border: 1px solid #4D4D4D;
}
footer .newsletter .field.missing {
  border-color: #ea3c46;
}
footer .newsletter .field input {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0px 46px 0px 15px;
  width: 100%;
  height: 100%;
  font-family: 'sf_pro_textregular';
  font-size: 14px;
  color: #AEB0B3;
}
footer .newsletter .field .submitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: none;
  transition: all 0.35s;
  height: 100%;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
footer ul.medias {
  display: flex;
  max-width: 245px;
  position: relative;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer ul.medias > li {
  margin: 0px 0px 11px;
}
footer ul.medias a {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 1px solid #3C3C3E;
  overflow: hidden;
}
@media (max-width: 1200px) {
  footer ul.cols > li {
    width: 33.3%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  footer {
    font-size: 13px;
    line-height: 22px;
  }
  footer .logo svg {
    width: 100px;
    height: auto;
  }
  footer .logo {
    height: 50px;
    margin-bottom: 0px;
  }
  footer ul.medias a {
    width: 36px;
    height: 36px;
  }
  footer ul.medias a svg {
    transform: scale(0.84);
  }
}
@media (max-width: 767px) {
  footer {
    display: none;
  }
}
.desktop .telephone {
  pointer-events: none;
}
.desktop footer a:hover {
  color: #fff;
}
.desktop footer .submitBtn:hover {
  opacity: 0.5;
}
.desktop footer ul.medias a:hover {
  background: #000;
  border-color: #000;
}
/*_________________*/
.supplierLogin {
  padding: 148px 0px 148px;
}
.supplierLogin .container {
  max-width: 751px;
}
.supplierLogin .title {
  font-size: 48px;
  font-family: 'sf_pro_displaybold';
  line-height: 52px;
  color: #000000;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .supplierLogin .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.supplierLogin ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.supplierLogin ul.items > li {
  width: calc(50% - 10px);
  margin-bottom: 18px;
}
.supplierLogin .note {
  font-size: 16px;
  color: #6D6F72;
  line-height: 25px;
  margin-bottom: 36px;
}
.supplierLogin .note .link {
  cursor: pointer;
  color: #ea3c46;
  transition: all 0.35s;
  text-decoration: underline;
  font-weight: bold;
}
.supplierLogin ul.options {
  display: flex;
  flex-wrap: wrap;
}
.supplierLogin ul.options > li {
  margin-right: 12px;
}
.supplierLogin ul.options .unit {
  cursor: pointer;
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.supplierLogin .loginBtn {
  min-width: 136px;
}
@media (max-width: 767px) {
  .supplierLogin {
    padding: 21px 0px 24px;
  }
  .supplierLogin ul.items > li {
    width: 100%;
    margin-bottom: 14px;
  }
  .supplierLogin .note {
    font-size: 12px;
    line-height: 20px;
  }
  .supplierLogin .title {
    margin-bottom: 23px;
  }
}
.desktop .supplierLogin .note .link:hover {
  color: #000;
}
.subMenu {
  opacity: 0;
  padding-top: 91px;
}
.subMenu.show {
  opacity: 1;
}
.subMenu .screen {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #C4C5C7;
  height: 71px;
}
.subMenu .swiper-slide {
  width: 50%;
  height: 70px;
}
.subMenu .item {
  display: block;
  cursor: pointer;
  transition: all 0.35s;
  font-size: 28px;
  height: 100%;
  font-weight: bold;
  color: #000;
  border-bottom: 5px solid transparent;
}
.subMenu .item.selected {
  color: #ea3c46;
  border-color: #ea3c46;
  cursor: default;
  pointer-events: none;
}
.subMenu.five .swiper-slide {
  width: 20%;
}
@media (max-width: 1280px) {
  .subMenu.five .swiper-slide {
    width: 33.33%;
  }
}
.subMenu.four .swiper-slide {
  width: 25%;
}
@media (max-width: 1280px) {
  .subMenu.four .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .subMenu {
    padding-top: 23px;
  }
  .subMenu .screen {
    height: 40px;
    background: #fff;
    border: 0px;
    padding: 0px;
    border-radius: 25px;
  }
  .subMenu .swiper-slide {
    height: auto;
    padding: 3px;
  }
  .subMenu .item {
    border: 0px;
    font-size: 13px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-weight: normal;
  }
  .subMenu .item.selected {
    color: #000;
    font-weight: bold;
    background: #E0E1E3;
  }
  .subMenu .holder {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 11;
    top: 61px;
    padding-top: 23px;
    background: #EDEEF0;
  }
  .subMenu:after {
    display: block;
    content: '';
    height: 40px;
  }
}
@media (max-device-width: 767px) {
  .subMenu .item {
    letter-spacing: -0.5px;
  }
}
@media (max-width: 350px) {
  .subMenu .item {
    font-size: 12px;
  }
}
.desktop .subMenu .item:hover {
  color: #ea3c46;
}
.pinDiv {
  display: flex;
  padding-bottom: 42px;
}
.pinDiv .pin {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  height: 123px;
  background: rgba(255, 255, 255, 0.55);
  padding: 2px 49px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  color: #ea3c46;
  font-family: 'sf_pro_displaybold';
}
@media (max-width: 767px) {
  .pinDiv .pin {
    height: 71px;
    font-size: 26px;
    width: 100%;
    padding: 0px 12px;
  }
}
.Validation {
  padding: 120px 0px 140px 129px;
}
.Validation .container {
  max-width: calc(50% - 39px);
  margin: 0px;
}
.Validation .wrap {
  position: relative;
}
.Validation .phase2 {
  display: none;
}
.Validation .title {
  font-size: 48px;
  font-family: 'sf_pro_displaybold';
  line-height: 52px;
  color: #000000;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .Validation .title {
    font-size: 28px;
    line-height: 32px;
  }
}
.Validation .holder {
  display: flex;
  flex-wrap: wrap;
}
.Validation .holder .validateBtn {
  width: 175px;
  margin-left: 29px;
}
.Validation .holder .inputField {
  width: calc(100% - 204px);
}
.Validation .or {
  font-size: 18px;
  color: #818386;
  text-transform: uppercase;
  font-family: 'sf_pro_displaysemibold';
  margin: 36px 0px 36px;
}
.Validation .scanBtn,
.Validation .redeemBtn {
  max-width: 290px;
}
.Validation .inputField.bigheight {
  height: 117px;
}
.Validation ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Validation ul.items > li {
  width: calc(50% - 14px);
  margin-bottom: 33px;
}
.Validation ul.items > li.fullwidth {
  width: 100%;
}
.Validation ul.items > li:last-child {
  margin-bottom: 54px;
}
.Validation .mesage {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #EDEEF0;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s;
}
.Validation .mesage.show {
  opacity: 1;
  pointer-events: visible;
}
.Validation .mesage .titre {
  font-size: 48px;
  font-family: 'sf_pro_displaybold';
  line-height: 52px;
  color: #000000;
  max-width: 680px;
  position: relative;
  margin: 0px auto 80px;
  line-height: 71px;
}
@media (max-width: 767px) {
  .Validation .mesage .titre {
    font-size: 28px;
    line-height: 32px;
  }
}
.Validation .mesage .redBtn {
  max-width: 200px;
  position: relative;
  margin: auto;
}
@media (max-width: 1560px) {
  .Validation {
    padding-left: 0px;
  }
  .Validation .container {
    max-width: calc(50% + 25px);
  }
  .Validation ul.items > li {
    width: 100%!important;
  }
}
@media (max-width: 1090px) {
  .Validation .container {
    max-width: 100%;
  }
}
@media (max-width: 1050px) {
  .Validation .mesage .titre {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .Validation {
    padding-top: 36px;
    padding-bottom: 30px;
  }
  .Validation .container {
    max-width: 100%;
  }
  .Validation .title {
    margin-bottom: 26px;
  }
  .Validation .holder .inputField {
    width: 100%;
    margin-bottom: 15px;
  }
  .Validation .holder .validateBtn {
    width: 100%;
    margin-left: 0px;
    max-width: none;
  }
  .Validation .or {
    margin: 24px 0px 23px;
  }
  .Validation .scanBtn {
    max-width: 100%;
  }
  .Validation .redeemBtn {
    max-width: 100%;
  }
  .Validation ul.items > li {
    margin-bottom: 14px;
  }
  .Validation ul.items > li:last-child {
    margin-bottom: 20px;
  }
  .Validation .mesage .titre {
    font-size: 20px;
    line-height: 30px;
    max-width: 285px;
    margin-bottom: 30px;
  }
  .Validation .mesage .inner {
    width: 100%;
  }
  .Validation .mesage .redBtn {
    max-width: none;
  }
}
.Redeemed {
  padding: 115px 0px 90px;
  display: none;
}
.Redeemed .Filter {
  max-width: 1158px;
  position: relative;
  margin: auto;
  padding-bottom: 46px;
}
.Redeemed .Filter ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Redeemed .Filter ul.items > li {
  width: 100%;
  margin-bottom: 20px;
}
.Redeemed .Filter ul.items > li:nth-child(1) {
  width: 366px;
}
.Redeemed .Filter ul.items > li:nth-child(2) {
  width: 366px;
}
.Redeemed .Filter ul.items > li:nth-child(3) {
  width: 168px;
}
.Redeemed .Filter ul.items > li:nth-child(4) {
  width: 174px;
}
.Redeemed .Filter .srchBtn .fa {
  margin-right: 8px;
  position: relative;
  font-size: 16px;
  top: -2px;
}
.Redeemed .Table {
  position: relative;
  margin: auto;
  max-width: 1460px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: #fff;
}
.Redeemed .Table .row {
  display: flex;
  flex-wrap: wrap;
}
.Redeemed .Table .row:last-child .celll {
  border-bottom: 0px;
}
.Redeemed .Table .row:nth-child(1) .cell {
  font-size: 18px;
  color: #000;
  font-family: 'sf_pro_displaybold';
  padding: 0px!important;
}
.Redeemed .Table .row:nth-child(1) .cell:nth-child(1):after {
  display: none;
}
.Redeemed .Table .cell {
  width: 20%;
  min-height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  line-height: 21px;
  border-right: 1px solid #eee;
  font-size: 16px;
  color: #6D6F72;
  text-align: center;
  position: relative;
}
.Redeemed .Table .cell:last-child {
  border-right: 0px;
}
.Redeemed .Table .cell:nth-child(1) {
  padding-left: 55px;
  padding-right: 55px;
}
.Redeemed .Table .cell:nth-child(1):after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 22px;
  background: url(../images/redplus.svg) no-repeat center center;
  width: 26px;
  height: 26px;
}
.Redeemed .Table .mobname {
  display: none;
}
@media (max-width: 1175px) {
  .Redeemed .Filter ul.items > li {
    width: calc(50% - 12px) !important;
  }
  .Redeemed .Table .row:nth-child(1) .cell {
    font-size: 16px;
  }
}
@media (max-width: 1095px) {
  .Redeemed .Table .cell {
    font-size: 14px;
  }
  .Redeemed .Table .cell:nth-child(1):after {
    background-size: 20px;
    height: 20px;
    width: 20px;
    left: 9px;
  }
  .Redeemed .Table .cell:nth-child(1) {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  .Redeemed {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .Redeemed .Filter ul.items > li {
    width: calc(50% - 7px) !important;
  }
  .Redeemed .Filter ul.items > li:nth-child(1) {
    width: 100%!important;
  }
  .Redeemed .Filter ul.items > li:last-child {
    width: 100%!important;
    margin-bottom: 10px;
  }
  .Redeemed .Filter {
    padding-bottom: 0px;
  }
  .Redeemed .Table {
    background: none;
  }
  .Redeemed .Table .row:nth-child(1) {
    display: none;
  }
  .Redeemed .Table .cell:nth-child(1):after {
    display: none;
  }
  .Redeemed .Table .row {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #fff;
    padding: 0px 15px;
  }
  .Redeemed .Table .row + .row {
    margin-top: 14px;
  }
  .Redeemed .Table .cell {
    width: 100%;
    border-right: 0px!important;
    padding: 0px 0px 5px!important;
    min-height: 33px;
    border-bottom: 1px solid #eee;
    text-align: right;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
    color: #212121;
  }
  .Redeemed .Table .value {
    font-family: 'sf_pro_displaybold';
    padding-left: 8px;
  }
  .Redeemed .Table .cell:nth-child(1) {
    padding-top: 10px!important;
  }
  .Redeemed .Table .cell:last-child {
    border-bottom: 0px;
  }
  .Redeemed .Table .mobname {
    display: block;
    font-size: 12px;
    color: #6D6F72;
    padding-right: 8px;
    text-align: left;
  }
}
.voucherDetails {
  padding: 88px 0px 160px;
}
.voucherDetails ul.cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voucherDetails ul.cols > li {
  width: calc(50% - 15px);
}
.voucherDetails .top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.voucherDetails .top .back {
  display: block;
  cursor: pointer;
  margin-right: 30px;
  position: relative;
  top: 2px;
}
.voucherDetails .top .back svg path {
  transition: all 0.35s;
}
.voucherDetails .top .titre {
  font-size: 48px;
  font-family: 'sf_pro_displaybold';
  line-height: 52px;
  color: #000000;
  color: #313133;
}
@media (max-width: 767px) {
  .voucherDetails .top .titre {
    font-size: 28px;
    line-height: 32px;
  }
}
.voucherDetails .pinDiv {
  padding-bottom: 16px;
}
.voucherDetails .status {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.voucherDetails .status .icon {
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.voucherDetails .status .text {
  font-size: 16px;
  line-height: 19px;
}
.voucherDetails .status.inprogress .text {
  color: #F15F1B;
}
.voucherDetails .status.redeemed .text {
  color: #57B166;
}
.voucherDetails .caption {
  font-size: 19px;
  color: #707070;
  text-transform: uppercase;
  font-family: 'sf_pro_textmedium';
}
.voucherDetails .detailTable {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background: #fff;
}
.voucherDetails .detailTable .row {
  display: flex;
  flex-wrap: wrap;
}
.voucherDetails .detailTable .mobname {
  display: none;
}
.voucherDetails .detailTable .row:nth-child(1) .cell {
  font-size: 18px;
  color: #000;
  font-family: 'sf_pro_displaybold';
}
.voucherDetails .detailTable .cell {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 33.33%;
  text-align: center;
  padding: 7px;
  min-height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #6D6F72;
}
@media (max-width: 1400px) {
  .voucherDetails .top .titre {
    font-size: 30px;
    line-height: 35px;
  }
  .voucherDetails .top .back svg {
    width: 14px;
    height: auto;
  }
  .voucherDetails .top .back {
    margin-right: 15px;
    width: 14px;
  }
  .voucherDetails .pinDiv .pin {
    font-size: 30px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100px;
  }
  .voucherDetails .caption {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .voucherDetails ul.cols > li {
    width: 100%;
  }
  .voucherDetails ul.cols > li:nth-child(1) {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .voucherDetails {
    padding: 12px 0px 30px;
  }
  .voucherDetails ul.cols > li {
    width: 100%;
  }
  .voucherDetails ul.cols > li:nth-child(1) {
    margin-bottom: 33px;
  }
  .voucherDetails .detailTable {
    background: none;
  }
  .voucherDetails .detailTable .row:nth-child(1) {
    display: none;
  }
  .voucherDetails .detailTable .cell:nth-child(1):after {
    display: none;
  }
  .voucherDetails .detailTable .row {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #fff;
    padding: 0px 15px;
  }
  .voucherDetails .detailTable .row + .row {
    margin-top: 14px;
  }
  .voucherDetails .detailTable .cell {
    width: 100%;
    border-right: 0px!important;
    padding: 0px 0px 5px!important;
    min-height: 33px;
    border-bottom: 1px solid #eee;
    text-align: right;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
    color: #212121;
  }
  .voucherDetails .detailTable .value {
    font-family: 'sf_pro_displaybold';
    padding-left: 8px;
  }
  .voucherDetails .detailTable .cell:nth-child(1) {
    padding-top: 10px!important;
  }
  .voucherDetails .detailTable .cell:last-child {
    border-bottom: 0px;
  }
  .voucherDetails .detailTable .mobname {
    display: block;
    font-size: 12px;
    color: #6D6F72;
    padding-right: 8px;
    text-align: left;
  }
  .voucherDetails .top {
    display: block;
    margin-bottom: 7px;
  }
  .voucherDetails .top .back {
    top: auto;
    margin-bottom: 7px;
  }
  .voucherDetails .top .back svg {
    width: 10px;
  }
  .voucherDetails .top .back svg path {
    stroke: #717376;
  }
  .voucherDetails .top .titre {
    font-size: 28px;
    line-height: 32px;
  }
  .voucherDetails .status .text {
    font-size: 14px;
    line-height: 16px;
  }
  .voucherDetails .status .icon svg {
    width: 19px;
    height: auto;
  }
  .voucherDetails .pinDiv .pin {
    height: 71px;
    font-size: 26px;
  }
  .voucherDetails .caption {
    font-size: 12px;
    line-height: 15px;
  }
  .voucherDetails ul.cols > li:nth-child(1) {
    margin-bottom: 14px;
  }
  .voucherDetails .status {
    margin-bottom: 17px;
  }
}
.desktop .voucherDetails .back:hover svg path {
  stroke: #ea3c46;
}
.modal {
  background: rgba(0, 0, 0, 0.02);
  padding-left: 0px!important;
}
.modal .modal-dialog-centered::before {
  display: none;
}
.modal .modal-dialog {
  margin-left: auto!important;
  margin-right: auto!important;
}
.modal .redBtn {
  padding-left: 16px;
  padding-right: 16px;
}
.modal .wrap {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.modal .cloze {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s;
}
.modal .title {
  font-family: 'sf_pro_displaybold';
  font-size: 40px;
  line-height: 44px;
  color: #313133;
  margin-bottom: 21px;
  max-width: 220px;
}
.modal .caption {
  font-size: 18px;
  color: #6D6F72;
  line-height: 23px;
  margin-bottom: 21px;
}
.modal .subtitle {
  font-size: 16px;
  color: #6D6F72;
  line-height: 25px;
}
.modal .link {
  transition: all 0.35s;
  cursor: pointer;
  color: #ea3c46;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
}
.modal .redBtn {
  height: 50px;
}
.modal .checkboxItem {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
}
.modal .checkboxItem label {
  cursor: pointer;
  padding-left: 23px;
  font-size: 16px;
  color: #6D6F72;
  font-family: 'sf_pro_textregular';
}
.modal .checkboxItem .bolditalic {
  font-style: italic;
  font-weight: bold;
}
.modal .checkboxItem label:before {
  position: absolute;
  display: block;
  content: '';
  width: 31px;
  height: 31px;
  top: 7px;
  left: 0px;
  background: url(../images/icons.png) no-repeat -132px 0px;
  transform: scale(0.5);
  transform-origin: 0% 0%;
}
.modal .checkboxItem .bolditalic {
  font-style: italic;
  font-weight: bold;
}
.modal .checkboxItem label:after {
  position: absolute;
  display: block;
  content: "\f00c";
  width: 15px;
  height: 15px;
  top: 7px;
  left: 0px;
  font-size: 9px;
  background: #02A4E2;
  border-radius: 100%;
  font-family: FontAwesome;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s;
}
.modal .checkboxItem input {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal .checkboxItem input:checked + label:after {
  opacity: 1;
}
.modal .selectItem .title {
  font-size: 20px;
  line-height: normal;
  margin: 0px;
  color: #313133;
  font-family: 'sf_pro_textregular';
  line-height: 22px;
}
.modal .selectItem .name {
  font-family: 'sf_pro_textregular';
}
.modal.black .wrap {
  background: #262827!important;
}
.modal.black .cloze svg path {
  stroke: #262827;
  fill: #fff;
}
.modal.black .title {
  color: #fff;
}
.modal.black .subtitle {
  color: #fff;
}
.modal.black .caption {
  color: #fff;
}
.modal-open {
  padding-right: 0px!important;
}
.modal-content {
  background: none;
  border: 0px;
  border-radius: 0px;
}
.desktop.windows.containVscroll.modal-open {
  padding-right: 17px!important;
}
.desktop.windows.containVscroll.modal-open header {
  width: calc(100% - 17px);
}
.desktop.windows.containVscroll.modal-open .modal {
  padding-right: 0px!important;
}
.desktop .modal .cloze:hover {
  opacity: 0.5;
}
.desktop .modal .link:hover {
  color: #313133;
}
.desktop .modal .redBtn:hover {
  background: #313133;
}
.desktop .modal.black .redBtn:hover {
  background: #ea3c46;
  opacity: 0.6;
}
.desktop .modal.black .link:hover {
  color: #ea3c46;
  opacity: 0.6;
}
.datePop .modal-dialog {
  max-width: 325px;
  width: calc(100% - 40px);
}
.datePop .wrap {
  background: #fff;
  position: relative;
  padding: 15px 0px 15px;
  height: 274px;
  border-radius: 28px;
  border-top-right-radius: 0px;
}
.datePop .holder {
  padding: 5px 15px 21px;
}
.datePop .screen {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 163px;
  opacity: 0;
  transition: all 0.35s;
}
.datePop .screen.show {
  opacity: 1;
}
.datePop ul.options {
  display: flex;
  justify-content: space-between;
  padding: 0px 15px 0px;
}
.datePop ul.options > li {
  width: calc(50% - 10px);
}
.datePop .swiper-slide {
  height: 32px;
}
.datePop .date {
  display: flex;
  justify-content: space-between;
  font-family: 'sf_pro_textmedium';
  font-size: 15px;
  position: relative;
  color: #B1B0B5;
  cursor: pointer;
  height: 100%;
  padding: 0px 10px;
  transition: all 0.35s;
}
.datePop .date:before {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #EBEDEC;
  display: block;
  content: '';
  transition: all 0.35s;
  opacity: 0;
  pointer-events: none;
}
.datePop .date:after {
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #EBEDEC;
  display: block;
  content: '';
  transition: all 0.35s;
  opacity: 0;
  pointer-events: none;
}
.datePop .date.selected {
  color: #000;
}
.datePop .date.selected:before {
  opacity: 1;
}
.datePop .date.selected:after {
  opacity: 1;
}
.datePop .month {
  width: 33.3%;
  text-align: left;
}
.datePop .day {
  width: 33.3%;
  text-align: center;
}
.datePop .year {
  width: 33.3%;
  text-align: right;
}
@media (max-width: 767px) {
  .datePop {
    background: rgba(4, 5, 5, 0.85);
  }
}
