/* Promocode */
.input__promo {
  width: 100%;
  border: 1px solid #b6bcc3;
  border-radius: 6px;
  height: 40px;
  padding: 0 23px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input__promo {
  border: 1px solid #e3e3e3;
}

.input__promo input {
  width: 100%;
}

.input__promo input {
  border: none;
  height: 100%;
  width: 75%;
}

.activate-promo-code,
.cancel-promo-code {
  font-weight: 500;
  border: 0;
  color: #4083fd;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--blue);
}

.cancel-promo-code {
  color: #e51804;
}

.promo {
  display: block;
}

.form-block {
  width: 100%;
  margin-bottom: 29px;
}

/* Global horizontal divider */
.hdivider {
  display: block;
  height: 0;
  margin: 16px;
  opacity: 1;
  border: 0;
  border-top: 2px solid #f4f6ff;
  transform: rotate(0deg);
}
