* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Gotham-Book"; }

body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: "Gotham-Book";
  color: #414042; }

.alert {
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: 100;
  margin-top: 10px; }
  .alert--danger {
    background-color: #FCDEE0;
    color: #414042; }

.box {
  padding: 30px 25px 60px;
  margin: 10px auto;
  border-radius: 15px;
  background-color: white;
  width: 80%;
  max-width: 400px; }

.logo {
  display: block;
  margin: auto; }

.form {
  margin-top: 50px; }

.hidden {
  display: none; }

.mobile-banner {
  width: 100%; }

.button {
  margin-top: 40px;
  padding: 10px;
  width: 100%;
  background-color: white;
  border: 1px solid #9A8053;
  color: #9A8053; }

.input-phone-number {
  position: relative;
  padding-left: 35px; }
  .input-phone-number input[type=text] {
    border: None;
    border-bottom: 1px #b4b4b4 solid;
    width: 100%;
    font-size: 1em;
    margin-top: 15px;
    padding: 7px 7px 7px 0px;
    background: transparent; }
    .input-phone-number input[type=text]:focus {
      outline: none;
      border-bottom: 1px #414042 solid; }
  .input-phone-number span {
    position: absolute;
    left: 0;
    bottom: 8px;
    color: #414042; }

.input {
  margin-top: 30px;
  position: relative; }
  .input .label {
    margin-bottom: 10px;
    color: #808184; }
  .input.text input[type=text] {
    border: None;
    border-bottom: 1px #ABABAC solid;
    width: 100%;
    font-size: 16px;
    padding: 7px 7px 7px 0px;
    background: transparent; }
    .input.text input[type=text]:focus {
      outline: none;
      border-bottom: 1px #ABABAC solid; }
  .input.select select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ABABAC;
    padding: 0px 0px 10px 0px;
    background-color: transparent;
    font-size: 14px;
    font-family: inherit; }
    .input.select select:focus {
      outline: none; }
  .input.select .birthday-input {
    display: flex;
    flex-wrap: nowrap; }
    .input.select .birthday-input select {
      border: 1px #ABABAC solid;
      padding: 5px;
      width: auto;
      margin-right: 10px; }
  .input.select .date-and-time {
    display: flex;
    justify-content: space-between; }
    .input.select .date-and-time select {
      font-size: 11px; }
    .input.select .date-and-time .date {
      width: 66%; }
    .input.select .date-and-time .time {
      width: 31%; }
  .input.radio ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding-left: 0; }
  .input.radio li {
    margin-right: 20px;
    font-size: 14px; }
    .input.radio li:last-child {
      margin-right: 0px; }
  .input.radio input[type=radio] {
    vertical-align: top; }
  .input.radio .label-image {
    width: 20px;
    vertical-align: top;
    margin-top: -2px; }
  .input.radio.media-input ul {
    display: block; }
  .input.radio.media-input li {
    margin-bottom: 10px;
    font-size: 13px; }
  .input .empty-info {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px; }

.select-group {
  justify-content: space-between;
  display: flex;
  flex-wrap: nowrap; }

.custom-radio .radio-group {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap; }
  .custom-radio .radio-group label {
    margin-right: 15px;
    position: relative;
    border: 1px solid #ABABAC;
    padding: 6px 3px;
    font-size: 10px; }
  .custom-radio .radio-group label[for=id_category_1] {
    margin-right: 10px; }

.custom-radio .radio-item {
  margin-bottom: 20px; }

.custom-radio .radio-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

.custom-radio .radio-item input[type=radio]:hover + label {
  color: #9A8053; }

.custom-radio .radio-item input[type=radio]:checked + label {
  color: #9A8053; }
  .custom-radio .radio-item input[type=radio]:checked + label:after {
    background-image: url("/static/live_shoppings/img/success-icon.png?89cae6bb748a");
    background-size: 10px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: -12px;
    right: -5px;
    content: ""; }

.input-otp {
  padding-left: 16px;
  letter-spacing: 30px;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #ABABAC;
  width: 100%;
  font-size: 24px; }
  .input-otp:focus {
    outline: none; }

.help-text-otp {
  display: block;
  text-align: center;
  margin-top: 50px;
  font-size: 9px; }

.help-text-otp-bottom {
  margin-top: 20px;
  line-height: 19px;
  font-size: 13px; }
  .help-text-otp-bottom #resend-otp {
    color: #9A8053;
    font-weight: bold;
    cursor: pointer; }
    .help-text-otp-bottom #resend-otp.disabled {
      color: #414042;
      cursor: default; }

.booking .button {
  margin-top: 25px; }

.booking .footer-information {
  font-size: 14px;
  line-height: 20px;
  color: #ABABAC; }

.success {
  text-align: center; }
  .success h3 {
    margin-top: 50px;
    color: #9A8053;
    margin-bottom: 15px; }
  .success p {
    margin: 5px 0px 15px; }
  .success small {
    color: #414042; }

.visually-hidden {
  font-size: 12px;
  color: #ABABAC; }

.district-info {
  color: #ABABAC;
  font-size: 13px; }

.register .footer-info {
  font-size: 14px; }
  .register .footer-info a {
    text-decoration: none;
    color: #9A8053;
    font-weight: bold; }

.register .footer-info-small {
  display: block;
  margin-top: 10px;
  font-size: 12px; }
  .register .footer-info-small span {
    color: #9A8053; }

@media (min-width: 1025px) {
  .v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh; }
  .box {
    padding: 70px 25px 60px;
    margin: 20px 5% 20px auto;
    margin-top: -60px; }
  .box-booking {
    margin-top: 30px; }
  .mobile-banner {
    display: none; }
  body {
    background-image: url("/static/live_shoppings/img/desktop-background.jpg?89cae6bb748a");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; }
  .help-text-otp {
    font-size: 12px; }
  .input-otp {
    padding-left: 16px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient(to left, #ababac 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 60px 1px;
    background-repeat: repeat-x;
    background-position-x: 45px;
    width: 100%;
    font-size: 32px;
    text-align: left; }
    .input-otp:focus {
      outline: none; }
  .custom-radio .radio-group label {
    border: 1px solid #ABABAC;
    padding: 7px 13px;
    font-size: 15px; }
  .input.select .date-and-time select {
    font-size: 14px; }
  .input.radio.media-input ul {
    display: flex; }
  .input.radio.media-input li {
    font-size: 15px; } }
