.reg-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 100px 15px;
  background: rgba(5, 22, 42, 0.6);
  z-index: 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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.reg-form__body {
  background: #fff;
  max-width: 950px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
  -webkit-transition: opacity 0.3s 0.2s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s ease-in-out, transform 0.3s 0.2s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out;
}

.reg-form.active {
  opacity: 1;
  visibility: visible;
}

.reg-form.active .reg-form__body {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.reg-form__close {
  display: block;
  position: absolute;
  border: none;
  top: 14px;
  right: 14px;
}

.reg-form__close svg {
  display: block;
  width: 23px;
  height: 23px;
}

.reg-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .reg-form__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 90vh;
  }
}

.reg-form__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 52%;
          flex: 1 0 52%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(99deg, #5B8FCB 13.27%, #7BB1EA 88.33%, #467BC4 147.04%);
}
@media (max-width: 991px) {
  .reg-form__image {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}

.reg-form__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .reg-form__image img {
    display: none;
  }
}

.reg-form__image-info {
  padding: 57px 45px 0;
}
@media (max-width: 991px) {
  .reg-form__image-info {
    padding: 20px 15px 0;
  }
}

.reg-form__image-info h2 {
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.reg-form__image-info p {
  color: #fff;
  max-width: 362px;
}

.reg-form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
  padding: 45px;
}
@media (max-width: 991px) {
  .reg-form__content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 15px;
    overflow-y: auto;
  }
}
.reg-form__content a {
  color: #009BD5;
}

.reg-form__content .submit-wrap {
  margin: 18px 0;
}

.reg-form__content .submit-wrap button {
  display: block;
  font-family: "Fixel";
  width: 100%;
  padding: 12px 20px 8px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  background: #00ADEE;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reg-form__content .submit-wrap button:hover {
  background: #009BD5;
}

.reg-form__content p {
  color: #9FA9BE;
}

.reg-form__content .field-group {
  margin-bottom: 15px;
}

.reg-form__content .field-group label {
  display: block;
  margin-bottom: 5px;
  color: #001341;
  font-size: 14px;
  font-weight: 400;
}

.reg-form__content .field-group input {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: transparent;
  padding: 12px 16px 8px;
  color: #001341;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.reg-form__content .field-group input[type=email] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTkgNUwxMy4zNzQxIDkuNTAwNzNDMTIuMjc4NCAxMC4zNzczIDEwLjcyMTYgMTAuMzc3MyA5LjYyNTkxIDkuNTAwNzNMNCA1IiBzdHJva2U9IiM5Q0E2QkEiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEzIiByeD0iMyIgc3Ryb2tlPSIjOUNBNkJBIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4=");
  background-size: 22px 22px;
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
}

.reg-form__content .field-group input::-webkit-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__content .field-group input::-moz-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__content .field-group input:-ms-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__content .field-group input::-ms-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__content .field-group input::placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin: 26px 0 35px;
}

.reg-form__switch {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 9px);
          flex: 1 0 calc(50% - 9px);
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: #fff;
  padding: 11px 10px 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-size: 16px;
  color: #C7D1E7;
  font-family: "Fixel";
  font-weight: 500;
}
@media (max-width: 991px) {
  .reg-form__switch {
    font-size: 14px;
  }
}

.reg-form__switch span.icon {
  display: block;
  line-height: 1;
  margin-top: -3px;
  height: 24px;
}

.reg-form__switch.active {
  border-color: #00ADEE;
  color: #00ADEE;
}

.reg-form__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #D6DEEF;
}

.reg-form__vendor-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.reg-form__vendor-type p.label {
  color: #5D6A85;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}

.reg-form__vendor-type .label-group input {
  display: none;
}

.reg-form__vendor-type .label-group label {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #C7D1E7;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.reg-form__vendor-type .label-group label::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
  border-radius: 50%;
  border: 1px solid #9FA9BE;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.reg-form__vendor-type .label-group label::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 13px;
  left: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBmaWxsPSJub25lIj4KICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjExIiByPSI5IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjOTE5QURDIi8+CiAgPGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iNSIgZmlsbD0iIzkxOUFEQyIvPgo8L3N2Zz4=");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.reg-form__vendor-type .label-group input:checked + label::after {
  opacity: 1;
}

.reg-form__vendor-type .label-group input:checked + label {
  border-color: #919ADC;
  background: #F8F9FF;
}

.reg-form__vendor-type .label-group label p.label-text {
  padding-left: 31px;
  padding-top: 4px;
  color: #29334F;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.reg-form__vendor-type .label-group label p.label-desc {
  color: #9CA6BA;
  font-size: 13px;
  font-weight: 400;
  margin-top: 14px;
  margin-bottom: 0;
}

.reg-form .already-account {
  margin-top: 21px;
  text-align: center;
}

.reg-form .already-account a {
  color: #00ADEE;
  font-weight: 500;
}

.reg-form__inner .form-row {
  margin-bottom: 16px;
}

.reg-form__inner .form-row label {
  display: block;
  margin-bottom: 5px;
  color: #001341;
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .form-row label .required {
  font-size: 0 !important;
}

.reg-form__inner .form-row input:not([type=checkbox]) {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: transparent;
  padding: 12px 16px 8px;
  color: #001341;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.reg-form__inner .form-row input[name=username] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTkgNUwxMy4zNzQxIDkuNTAwNzNDMTIuMjc4NCAxMC4zNzczIDEwLjcyMTYgMTAuMzc3MyA5LjYyNTkxIDkuNTAwNzNMNCA1IiBzdHJva2U9IiM5Q0E2QkEiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjEzIiByeD0iMyIgc3Ryb2tlPSIjOUNBNkJBIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4=");
  background-size: 22px 22px;
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
}

.reg-form__inner .form-row .password-wrapper {
  position: relative;
}
.reg-form__inner .form-row .password-wrapper svg {
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.reg-form__inner .form-row input::-webkit-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .form-row input::-moz-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .form-row input:-ms-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .form-row input::-ms-input-placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .form-row input::placeholder {
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
}

.reg-form__inner .woocommerce-form-login__submit {
  display: block;
  font-family: "Fixel";
  width: 100%;
  padding: 12px 20px 8px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  background: #00ADEE;
  color: #fff;
}

.log-form__vendor form .form-row:nth-child(4),
.log-form__user form .form-row:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 19px;
}

.log-form__vendor form .form-row p,
.log-form__user form .form-row p {
  margin: 0;
}

.reg-form__inner .woocommerce-form__label-for-checkbox {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.reg-form__inner .woocommerce-form__label-for-checkbox input {
  margin-top: -7px;
  width: 16px;
  height: 16px;
}

.reg-form__inner #reg-form-vendor-error,
.reg-form__inner #reg-form-user-error {
  margin-top: 15px;
  color: rgb(179, 93, 93);
}

#login-form-user .password-wrapper,
#login-form-vendor .password-wrapper {
  position: relative;
}
#login-form-user .password-wrapper svg,
#login-form-vendor .password-wrapper svg {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.ibooking-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 24px 0 26px;
}
.ibooking-breadcrumbs p {
  margin: 0;
}

.char-count-info.green {
  color: #82DC6E;
}
.char-count-info.red {
  color: #FF699F;
}

.filter {
  background: #fff;
}
.filter .filter__form {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 10px;
  padding: 12px;
}
@media (max-width: 991px) {
  .filter .filter__form {
    gap: 5px;
    padding: 12px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filter .filter__form .select2:nth-child(2) {
  width: 286px !important;
}
@media (max-width: 991px) {
  .filter .filter__form .select2:nth-child(2) {
    width: 100% !important;
  }
}
.filter .filter__form .select2:nth-child(2) .select2-selection::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: none;
  background: url("/wp-content/plugins/ibooking/assets/img/meeting-icon.svg") center/contain no-repeat;
}
.filter .filter__form .select2:nth-child(5) {
  width: 405px !important;
}
@media (max-width: 991px) {
  .filter .filter__form .select2:nth-child(5) {
    width: 100% !important;
  }
}
.filter .filter__form .select2-selection {
  height: 46px;
  padding: 0 15px;
  border: none !important;
  border-radius: 5px;
  background: #F2F5F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.filter .filter__form .select2-selection__rendered {
  padding: 12px 0 !important;
  color: #5D6A85 !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal;
}
.filter .filter__form .select2-selection__arrow {
  top: 16px !important;
  right: 15px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 0 0 4px 0;
  border-right: 2px solid #5D6A85;
  border-bottom: 2px solid #5D6A85;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filter .filter__form .select2-selection__arrow b {
  display: none;
}
.filter .filter__form input {
  border: none;
  outline: none;
  height: 46px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.filter .filter__form input[name=address] {
  width: 319px;
  height: 54px;
  background: #F2F5F9;
  padding: 12px 15px !important;
  color: #5D6A85;
}
@media (max-width: 991px) {
  .filter .filter__form input[name=address] {
    width: 100%;
  }
}
.filter .filter__form input[type=button] {
  width: 165px;
  padding: 11px 47px;
  background: #EF94CA;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter .filter__form input[type=button] {
    width: 100%;
  }
}
.filter .filter__form input[type=button]:hover {
  background: #E486BE;
}

.map {
  padding-top: 32px;
}
.map__wrapper {
  width: 100%;
  height: 396px;
  border-radius: 8px;
  overflow: hidden;
}

.vendors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding-top: 28px;
}
.vendors__list-item {
  width: calc(50% - 8px);
  border-radius: 10px;
  border: 0.5px solid #EAEEF5;
  background: #FFF;
  padding: 18px 22px 30px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  font-size: 14px;
  line-height: 128.571%;
}
@media (max-width: 991px) {
  .vendors__list-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.vendors__list-item .item-meta {
  width: 157px;
}
@media (max-width: 991px) {
  .vendors__list-item .item-meta {
    width: 100%;
  }
}
.vendors__list-item .item-data {
  width: calc(100% - 179px);
}
@media (max-width: 991px) {
  .vendors__list-item .item-data {
    width: 100%;
    padding-top: 15px;
  }
}
.vendors__list-item .vendor-photo {
  width: 100%;
  height: 157px;
  margin-bottom: 16px;
  border-radius: 5px;
  background: #d3d3d3;
  overflow: hidden;
  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;
}
@media (max-width: 991px) {
  .vendors__list-item .vendor-photo {
    height: 270px;
  }
}
.vendors__list-item .vendor-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vendors__list-item .vendor-photo + p {
  margin-bottom: 16px;
}
.vendors__list-item p {
  margin: 0;
}
.vendors__list-item .online,
.vendors__list-item .offline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.vendors__list-item .online {
  margin-bottom: 15px;
}
.vendors__list-item .speciality {
  color: #00ADEE;
  line-height: 157.143%;
}
.vendors__list-item .full-name {
  margin: 9px 0 12px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 18px;
  font-weight: 500;
}
.vendors__list-item .full-name span {
  display: inline-block;
  padding: 6px 8px 4px;
  border-radius: 4px;
  margin-left: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  background: rgba(0, 173, 238, 0.1);
  color: #00ADEE;
}
.vendors__list-item .experiaence {
  margin: 0 0 15px;
  color: #9FA9BE;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
}
.vendors__list-item .bio {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #E3E7F2;
}
.vendors__list-item .price-data p {
  margin: 0 0 15px;
}
.vendors__list-item .price-data .price {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  color: #29334F;
  font-size: 16px;
  font-weight: 500;
}
.vendors__list-item .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  color: #9FA9BE;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .vendors__list-item .schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.vendors__list-item .schedule .label {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .vendors__list-item .schedule .label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.vendors__list-item .schedule .from,
.vendors__list-item .schedule .to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.vendors__list-item .schedule span {
  padding: 6px 12px;
  border-radius: 5px;
  background: rgba(0, 173, 238, 0.1);
  color: #00ADEE;
  font-weight: 500;
}
.vendors__list-item .address {
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.vendors__list-item .expert-appointment {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 19px;
  padding: 9px 18px;
  border-radius: 5px;
  background: #00ADEE;
  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;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 128.571%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 991px) {
  .vendors__list-item .expert-appointment {
    width: 100%;
  }
}
.vendors__list-item .expert-appointment:hover {
  background: #009BD5;
}
.vendors__list-item .expert-appointment svg {
  margin-bottom: 2px;
}
.vendors__list-item .confirmation {
  color: #9FA9BE;
}

.expert__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin: 22px 0 6px;
}
.expert__header a {
  padding: 20px 30px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
@media (max-width: 991px) {
  .expert__header a {
    padding: 8px 12px;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.expert__header a:not(:last-child)::after {
  content: "";
  display: block;
  height: 28px;
  width: 1px;
  border-right: 1px dashed #E3E7F2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.expert__header-about {
  border-bottom: 4px solid #EF94CA;
  color: #EF94CA;
  font-weight: 500;
}
.expert__header-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.expert__header-testimonials .count {
  width: 31px;
  height: 31px;
  border-radius: 32px;
  background: rgba(93, 106, 133, 0.1);
  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;
}
.expert__body {
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
          box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 41px;
     -moz-column-gap: 41px;
          column-gap: 41px;
}
.expert__data {
  width: calc(100% - 488px);
}
@media (max-width: 768px) {
  .expert__data {
    width: 100%;
  }
}
.expert__data-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
  margin-bottom: 41px;
}
@media (max-width: 991px) {
  .expert__data-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.expert__data-info .expert-photo {
  width: 232px;
  height: 232px;
  border-radius: 5px;
  overflow: hidden;
  background: #d3d3d3;
  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;
}
@media (max-width: 991px) {
  .expert__data-info .expert-photo {
    width: 100%;
    margin-bottom: 12px;
  }
}
.expert__data-info .expert-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.expert__data-info .expert-bio {
  width: calc(100% - 261px);
  font-size: 14px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-weight: 400;
}
@media (max-width: 991px) {
  .expert__data-info .expert-bio {
    width: 100%;
  }
}
.expert__data-info .speciality {
  margin: 0;
  color: #00ADEE;
  line-height: 157.143%;
}
.expert__data-info h1 {
  margin: 9px 0 12px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.expert__data-info .experiaence {
  margin: 0 0 15px;
  color: #9FA9BE;
  line-height: 128.57%;
}
.expert__data-info .description {
  color: #5D6A85;
}
.expert__data-info .description p {
  margin: 0;
}
.expert__data-services h2 {
  margin: 0 0 26px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.expert__data-services .services-category {
  margin: 0;
  padding: 18px;
  border-radius: 5px;
  border: 1px dashed #E1E5F1;
  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;
  background: #F8F9FF;
  color: #29334F;
  font-family: "Fixel";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
}
.expert__data-services .services__list {
  margin-bottom: 14px;
  border-radius: 5px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expert__data-services .services__list.active {
  padding: 24px 18px 20px;
  border: 1px dashed #E1E5F1;
  margin-top: 14px;
  max-height: 2700px;
}
.expert__data-services .services__list-item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E1E5F1;
}
.expert__data-services .services__list-item p {
  margin: 0;
}
.expert__data-services .services__list-item h4 {
  margin: 0 0 18px;
  color: #5D6A85;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.expert__data-services .services__list-item .item-details {
  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;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .expert__data-services .services__list-item .item-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.expert__data-services .services__list-item .item-details button,
.expert__data-services .services__list-item .item-details .button {
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 9px 18px;
  border-radius: 5px;
  background: #00ADEE;
  color: #FFF;
  font-family: "Fixel";
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 991px) {
  .expert__data-services .services__list-item .item-details button,
  .expert__data-services .services__list-item .item-details .button {
    width: 100%;
    margin-top: 12px;
  }
}
.expert__data-services .services__list-item .item-details button:hover,
.expert__data-services .services__list-item .item-details .button:hover {
  background: #009BD5;
}
.expert__data-services .services__list-item .item-details button span,
.expert__data-services .services__list-item .item-details .button span {
  display: block;
  margin-top: 3px;
}
.expert__data-services .services__list-item .item-details button::after,
.expert__data-services .services__list-item .item-details .button::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background: url("/wp-content/plugins/ibooking/assets/img/make-an-appointment.svg") center/contain no-repeat;
}
.expert__data-services .services__list-item .product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media (max-width: 991px) {
  .expert__data-services .services__list-item .product-meta {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.expert__data-services .services__list-item .product-meta > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media (max-width: 991px) {
  .expert__data-services .services__list-item .product-meta .price {
    width: 100%;
  }
}
.expert__data-services .services__list-item .item-desc {
  color: #5D6A85;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}
.expert__side {
  width: 447px;
  position: sticky;
  top: 24px;
}
@media (max-width: 768px) {
  .expert__side {
    width: 100%;
  }
}
.expert__side-widget {
  padding: 24px;
  border-radius: 10px;
  border: 1px dashed #E1E5F1;
  color: #9FA9BE;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}
.expert__side-widget:not(:last-child) {
  margin-bottom: 19px;
}
.expert__side-widget.book-widget {
  display: none;
}
.expert__side-widget .phone {
  margin-bottom: 17px;
}
.expert__side-widget .phone span {
  color: #29334F;
  font-weight: 500;
  font-size: 16px;
}
.expert__side-widget .service-type {
  margin: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 29px;
     -moz-column-gap: 29px;
          column-gap: 29px;
}
.expert__side-widget .service-type .label {
  width: 100%;
  margin-bottom: 16px;
}
.expert__side-widget .service-type .online,
.expert__side-widget .service-type .offline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
}
.expert__side-widget .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 991px) {
  .expert__side-widget .schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.expert__side-widget .schedule .label {
  margin-right: 8px;
}
@media (max-width: 991px) {
  .expert__side-widget .schedule .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 11px;
  }
}
.expert__side-widget .schedule .from,
.expert__side-widget .schedule .to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.expert__side-widget .schedule .from span:last-child,
.expert__side-widget .schedule .to span:last-child {
  padding: 7px 12px 5px;
  border-radius: 5px;
  background: rgba(0, 173, 238, 0.1);
  color: #00ADEE;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.expert__side-widget .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.expert__side-widget h3 {
  margin: 0 0 18px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 16px;
  line-height: normal;
}
.expert__side-widget .form-description {
  margin: 0;
}
.expert__side-widget .wpcf7 {
  margin: 21px 0 4px;
}
.expert__side-widget .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.expert__side-widget .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.expert__side-widget .wpcf7-form-control-wrap:nth-child(2), .expert__side-widget .wpcf7-form-control-wrap:nth-child(3), .expert__side-widget .wpcf7-form-control-wrap:nth-child(4), .expert__side-widget .wpcf7-form-control-wrap:nth-child(5) {
  width: calc(50% - 6.5px);
}
.expert__side-widget .wpcf7-form-control-wrap input,
.expert__side-widget .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: #FFF;
  outline: none;
}
.expert__side-widget .wpcf7-form-control-wrap input::-webkit-input-placeholder, .expert__side-widget .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.expert__side-widget .wpcf7-form-control-wrap input::-moz-placeholder, .expert__side-widget .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.expert__side-widget .wpcf7-form-control-wrap input:-ms-input-placeholder, .expert__side-widget .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.expert__side-widget .wpcf7-form-control-wrap input::-ms-input-placeholder, .expert__side-widget .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.expert__side-widget .wpcf7-form-control-wrap input::placeholder,
.expert__side-widget .wpcf7-form-control-wrap textarea::placeholder {
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.expert__side-widget .wpcf7-form-control-wrap[data-name=product-name] {
  display: none;
}
.expert__side-widget .wpcf7-form-control-wrap .wpcf7-list-item {
  margin: 0;
}
.expert__side-widget .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  cursor: pointer;
}
.expert__side-widget .wpcf7-form-control-wrap .wpcf7-list-item label input {
  margin: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #9FA9BE;
}
.expert__side-widget .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
}
.expert__side-widget .wpcf7-form button[type=submit] {
  width: 100%;
  margin: 2px 0 0;
  padding: 10px 32px;
  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;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  border-radius: 5px;
  border: 1px solid #00ADEE;
  background: #00ADEE;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.expert__side-widget .wpcf7-form button[type=submit] svg {
  margin-bottom: 2px;
}
.expert__side-widget .wpcf7-form button[type=submit] svg path,
.expert__side-widget .wpcf7-form button[type=submit] svg rect {
  -webkit-transition: strocke 0.3s;
  transition: strocke 0.3s;
}
.expert__side-widget .wpcf7-form button[type=submit]:hover {
  background: transparent;
  color: #00ADEE;
}
.expert__side-widget .wpcf7-form button[type=submit]:hover svg path,
.expert__side-widget .wpcf7-form button[type=submit]:hover svg rect {
  stroke: #00ADEE;
}
.expert__reviews-wrapper {
  padding: 24px;
  margin-top: 6px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
          box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
}
@media (max-width: 991px) {
  .expert__reviews-wrapper {
    padding: 15px;
  }
}
.expert__reviews-wrapper > h3 {
  margin: 0 0 30px;
  font-family: "Fixel";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  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;
}
@media (max-width: 991px) {
  .expert__reviews-wrapper > h3 {
    margin-bottom: 12px;
  }
}
.expert__reviews-wrapper > h3 span:last-child {
  color: #29334F;
  font-size: 16px;
  font-weight: 400;
}
.expert__reviews-wrapper > h3 span strong {
  font-weight: 500;
}
.expert__reviews .live-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  padding: 30px;
  border-radius: 8px;
  border: 1px dashed #E1E5F1;
  background: #F8F9FF;
}
@media (max-width: 991px) {
  .expert__reviews .live-review {
    padding: 15px;
  }
}
.expert__reviews .live-review__form {
  width: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form {
    width: 100%;
    gap: 20px;
  }
}
.expert__reviews .live-review__form input,
.expert__reviews .live-review__form textarea {
  width: 100%;
  background: transparent;
}
.expert__reviews .live-review__form textarea {
  height: 67px;
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form textarea {
    height: 180px;
  }
}
.expert__reviews .live-review__form .rating-group {
  width: 100%;
}
.expert__reviews .live-review__form .rating-group label {
  display: block;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #29334F;
}
.expert__reviews .live-review__form .rating-group .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  margin-bottom: 35px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form .rating-group .rating {
    margin-bottom: 0;
  }
}
.expert__reviews .live-review__form .rating-group .rating span {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #E6E8F6;
}
.expert__reviews .live-review__form .rating-group .rating span.selected {
  color: #FFC500;
}
.expert__reviews .live-review__form .fields-group {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form .fields-group {
    width: 100%;
  }
}
.expert__reviews .live-review__form .fields-group.full-width {
  width: 100%;
  margin: 26px 0 17px;
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form .fields-group.full-width {
    margin: 0;
  }
}
.expert__reviews .live-review__form .fields-group label {
  display: block;
  margin-bottom: 5px;
}
.expert__reviews .live-review__form .fields-group .sublabel {
  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;
  margin-top: 6px;
  font-size: 12px;
  color: #9CA6BA;
}
.expert__reviews .live-review__form .fields-group .sublabel p {
  margin: 0;
}
.expert__reviews .live-review__form .btn {
  border-radius: 5px;
  background: #00ADEE;
  padding: 10px 30px 11px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .expert__reviews .live-review__form .btn {
    width: 100%;
  }
}
.expert__reviews .live-review__form .btn:hover {
  background: #009BD5;
}
.expert__reviews .live-review__side {
  width: calc(100% - 654px);
}
@media (max-width: 991px) {
  .expert__reviews .live-review__side {
    width: 100%;
  }
}
.expert__reviews .live-review__side img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.expert__reviews .live-review__side p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  color: #5D6A85;
  font-size: 14px;
  line-height: normal;
}
.expert__reviews .live-review__side p svg {
  height: 20px;
  width: 20px;
}
.expert__reviews .live-review__side p span {
  width: calc(100% - 29px);
}
.expert__reviews-list .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-top: 20px;
  border-top: 1px dashed #E1E5F1;
}
@media (max-width: 991px) {
  .expert__reviews-list .review-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.expert__reviews-list .review-item:not(:last-child) {
  margin-bottom: 20px;
}
.expert__reviews-list .review-item__data {
  width: calc(100% - 232px);
}
@media (max-width: 991px) {
  .expert__reviews-list .review-item__data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.expert__reviews-list .review-item__author {
  width: 192px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media (max-width: 991px) {
  .expert__reviews-list .review-item__author {
    width: 100%;
  }
}
.expert__reviews-list .review-item__author .user-photo {
  width: 35px;
  height: 35px;
  overflow: hidden;
  border-radius: 50%;
}
.expert__reviews-list .review-item__author .user-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.expert__reviews-list .review-item .rating-quote {
  color: #FFC500;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  margin-bottom: 21px;
}

.ibooking-product {
  font-weight: 400;
  font-family: "Fixel";
  line-height: 125%;
  color: #9FA9BE;
}
.ibooking-product__content {
  font-family: inherit;
  border-radius: 8px;
  margin-bottom: 39px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
          box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
}
.ibooking-product .product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 24px 30px 24px 24px;
}
@media (max-width: 991px) {
  .ibooking-product .product-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}
.ibooking-product .product-content__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 29px;
  width: calc(100% - 520px);
}
@media (max-width: 991px) {
  .ibooking-product .product-content__data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ibooking-product .product-content__side {
  width: 480px;
  padding: 24px;
  border-radius: 10px;
  border: 1px dashed #E1E5F1;
  background: #FFF;
  position: sticky;
  top: 40px;
}
@media (max-width: 991px) {
  .ibooking-product .product-content__side {
    width: 100%;
    position: static;
  }
}
.ibooking-product .product-content__side .author-name,
.ibooking-product .product-content__side .author-bio {
  margin-bottom: 18px;
}
.ibooking-product .product-content__side .product-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 8px;
  margin-bottom: 18px;
}
.ibooking-product .product-content__side .product-format p {
  width: 100%;
  margin: 0;
}
.ibooking-product .product-content__side .product-date {
  margin-bottom: 18px;
}
.ibooking-product .product-content__side .product-schedule {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  line-height: 1;
}
@media (max-width: 991px) {
  .ibooking-product .product-content__side .product-schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 16px;
  }
}
.ibooking-product .product-content__side .product-schedule__day {
  width: 100%;
}
.ibooking-product .product-content__side .product-schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 991px) {
  .ibooking-product .product-content__side .product-schedule span {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .ibooking-product .product-content__side .product-schedule span:first-child {
    width: 100%;
  }
}
.ibooking-product .product-content__side .product-schedule .mark {
  padding: 6px 12px 4px;
  border-radius: 5px;
  background: rgba(0, 173, 238, 0.1);
  color: #00ADEE;
}
@media (max-width: 991px) {
  .ibooking-product .product-content__side .product-schedule .mark {
    width: calc(75% - 16px);
    text-align: center;
  }
}
.ibooking-product .product-content__side .product-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-bottom: 18px;
}
.ibooking-product .product-content__side .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.ibooking-product .product-content__side .product-price p {
  width: 100%;
  margin: 0;
}
.ibooking-product .product-content__side .buy-ticket,
.ibooking-product .product-content__side .comming-btn {
  width: 100%;
  padding: 9px 32px 8px;
  margin-bottom: 18px;
  border-radius: 5px;
  background: #00ADEE;
  color: #FFF;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ibooking-product .product-content__side .buy-ticket:hover,
.ibooking-product .product-content__side .comming-btn:hover {
  background: #009BD5;
}
.ibooking-product .product-content__side .comming-btn {
  opacity: 0.6;
}
.ibooking-product .product-content__side .comming-btn:hover {
  background: #00ADEE;
}
.ibooking-product .product-content__side .product-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin-bottom: 0;
}
.ibooking-product .product-thumb {
  width: 232px;
  height: 232px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .ibooking-product .product-thumb {
    width: 100%;
  }
}
.ibooking-product .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ibooking-product .product-thumb svg {
  height: 100%;
  width: 100%;
}
.ibooking-product .product-meta {
  width: calc(100% - 261px);
}
@media (max-width: 991px) {
  .ibooking-product .product-meta {
    width: 100%;
  }
}
.ibooking-product .product-meta__cats {
  color: #00ADEE;
  font-size: 14px;
  line-height: 157.143%;
}
.ibooking-product .product-meta__title {
  margin: 9px 0 18px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
}
.ibooking-product .product-meta__desc {
  font-size: 14px;
  line-height: 128.571%;
}
.ibooking-product .product-meta__desc #text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ibooking-product .product-meta__desc button {
  padding: 0;
}
.ibooking-product .product-plan {
  width: 100%;
}
.ibooking-product .product-plan h1 {
  margin: 0 0 32px;
  font-family: "Fixel";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.ibooking-product .product-plan h2 {
  margin: 0 0 28px;
  font-family: "Fixel";
  font-size: 18px;
  font-weight: 500;
}
.ibooking-product .product-plan .plan-content {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #EEF2FE;
  background: #FCFDFF;
  overflow-wrap: break-word;
}
@media (max-width: 991px) {
  .ibooking-product .product-plan .plan-content {
    padding: 15px;
  }
}
.ibooking-product .product-plan p {
  overflow-wrap: break-word;
}
.ibooking-product .product-plan p:not(:last-child) {
  margin: 0 0 40px;
}
.ibooking-product .product-plan ul {
  margin: 30px 0;
  padding-left: 18px;
  list-style: decimal;
}
.ibooking-product .downloadable .plan-content {
  padding: 0;
  border: none;
  background: unset;
}
.ibooking-product .product-characteristics {
  margin-top: 19px;
  width: 100%;
}
.ibooking-product .product-characteristics h2 {
  margin: 0 0 11px;
  font-family: "Fixel";
  font-size: 18px;
  line-height: normal;
}
.ibooking-product .product-characteristics p {
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #E9EDF8;
  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;
}

.tickets-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: rgba(5, 22, 42, 0.6);
  color: #5D6A85;
  font-size: 14px;
}
.tickets-popup strong {
  font-weight: 500;
  font-size: 15px;
  color: #29334F;
}
.tickets-popup__wrapper {
  width: 416px;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
          box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 35px;
}
.tickets-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px 33px;
}
.tickets-popup__head h2 {
  width: 100%;
  margin: 0 0 28px;
  text-align: center;
  color: #29334F;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Urbanist";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
.tickets-popup__head svg {
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 2;
}
.tickets-popup__head p {
  margin: 0;
}
.tickets-popup__body .package {
  padding: 30px;
  border-radius: 8px;
  background: #FCFDFF;
  border: 1px solid #EAEEF5;
}
.tickets-popup__body .package:not(:last-child) {
  margin-bottom: 18px;
}
.tickets-popup__body .package h3 {
  margin: 0 0 22px;
  color: #29334F;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 17px;
  font-weight: 500;
  line-height: 117.647%;
}
.tickets-popup__body .package div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 15px;
  color: #5D6A85;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.tickets-popup__body .package div svg {
  margin-left: 6px;
}
.tickets-popup__body .package div span:last-child {
  color: #29334F;
  font-weight: 500;
}
.tickets-popup__body .package button {
  width: 100%;
  padding: 9px 32px 8px;
  margin: 25px 0 14px;
  border-radius: 5px;
  background: #00ADEE;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  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;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.tickets-popup__body .package button + p {
  margin: 0;
  color: #9FA9BE;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  line-height: 128.571%;
}
.tickets-popup__body .package button + p span {
  color: #5D6A85;
  font-weight: 500;
}

.header.header-absolute .menu-item {
  color: #fff;
}

.product-hero {
  margin: 13px;
  border-radius: 15px;
  background: linear-gradient(106deg, #5B8FCB 9.03%, #7BB1EA 60.07%, #467BC4 100%);
  position: relative;
  color: #fff;
  font-family: "Fixel";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
}
.product-hero::before {
  content: "";
  display: block;
  height: 804px;
  width: 994px;
  border-radius: 994px;
  background: radial-gradient(50.66% 50.66% at 49.92% 53.97%, rgba(60, 126, 199, 0.6) 59.03%, rgba(110, 162, 220, 0) 100%);
  -webkit-filter: blur(75px);
          filter: blur(75px);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .product-hero::before {
    width: 100%;
    height: 402px;
    top: 20%;
  }
}
.product-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding: 120px 25px 50px;
  position: relative;
}
@media (max-width: 991px) {
  .product-hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 12px 48px;
  }
}
.product-hero__text {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .product-hero__text {
    width: 100%;
  }
}
.product-hero__text .gift-card__title {
  margin: 0 0 20px;
  color: #FFF;
  font-family: "Urbanist";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 115.556%;
  letter-spacing: 0.9px;
}
.product-hero__text .gift-card__subtitle {
  max-width: 75%;
  margin: 0 0 32px;
}
@media (max-width: 991px) {
  .product-hero__text .gift-card__subtitle {
    max-width: 100%;
  }
}
.product-hero__image {
  width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .product-hero__image {
    width: 100%;
  }
}
.product-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .product-hero__image img {
    width: 240px;
    height: auto;
    display: block;
    margin-left: auto;
  }
}
.product-hero__list {
  width: calc(50% - 17px);
}
@media (max-width: 991px) {
  .product-hero__list {
    width: 100%;
  }
}
.product-hero__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
.product-hero__list li:not(:last-child) {
  margin-bottom: 20px;
}
.product-hero__list li svg {
  width: 25px;
}
.product-hero__list li span {
  width: calc(100% - 38px);
}

.giftcard {
  padding: 52px 0;
  color: #5D6A85;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 991px) {
  .giftcard {
    padding: 40px 0 25px;
  }
}
.giftcard .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.giftcard h2 {
  margin: 0 0 56px;
  text-align: center;
  color: #29334F;
  font-family: "Urbanist";
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
}
@media (max-width: 991px) {
  .giftcard h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.giftcard-content {
  width: 100%;
  padding: 26px;
  border-radius: 8px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
}
@media (max-width: 991px) {
  .giftcard-content {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.giftcard-content__data {
  width: 406px;
  padding: 36px;
  border-radius: 12px;
  border: 1px dashed #D6DEEF;
  background: #FFF;
}
@media (max-width: 991px) {
  .giftcard-content__data {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }
}
.giftcard-content__data h3 {
  margin: 0 0 35px;
  text-align: center;
  color: #29334F;
  font-family: "Urbanist";
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .giftcard-content__data h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.giftcard-content__data h3.total {
  margin: 47px 0 0;
  font-size: 20px;
}
@media (max-width: 991px) {
  .giftcard-content__data h3.total {
    margin: 25px 0 0;
    font-size: 18px;
  }
}
.giftcard-content__data .img-wrap {
  position: relative;
}
.giftcard-content__data .img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
.giftcard-content__data .img-wrap span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  font-size: 11px;
  color: #fff;
}
.giftcard-content__data .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
.giftcard-content__data .description svg {
  width: 25px;
}
.giftcard-content__data .description div {
  width: calc(100% - 38px);
}
.giftcard-content__data .description div p:not(:last-child) {
  margin-bottom: 16px;
}
.giftcard-content__variations {
  width: 100%;
}
.giftcard-content__variations h3 {
  width: 100%;
  margin: 0;
  color: #29334F;
  font-family: "Fixel";
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
}
.giftcard-content__variations input {
  padding: 11px 16px 10px;
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: var(--white, #FFF);
}
.giftcard-content__variations input[type=radio] {
  display: none;
}
.giftcard-content__variations label {
  display: block;
}
.giftcard-content__variations button {
  width: 155px;
  padding: 11px 16px 10px;
  border-radius: 5px;
  border: 1px solid #00ADEE;
  background: #00ADEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 991px) {
  .giftcard-content__variations button {
    width: 100%;
  }
}
.giftcard-content__variations button[type=submit] {
  width: 290px;
}
@media (max-width: 991px) {
  .giftcard-content__variations button[type=submit] {
    width: 100%;
  }
}
.giftcard-content__variations button:hover {
  background: #009BD5;
}
.giftcard-content__variations .variation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 8px;
  margin-bottom: 38px;
}
.giftcard-content__variations .variation-single .design-label {
  width: 126px;
  height: 73px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 991px) {
  .giftcard-content__variations .variation-single .design-label {
    height: 55px;
    width: 95px;
  }
}
.giftcard-content__variations .variation-single .design-label:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.giftcard-content__variations .variation-single .design-label img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.giftcard-content__variations .variation-single .design-label span {
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 7px;
  color: #fff;
}
.giftcard-content__variations .variation-single .denomination-label span {
  padding: 12px 23px 10px;
  border-radius: 6px;
  border: 1.5px solid #D6DEEF;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .giftcard-content__variations .variation-single .denomination-label span {
    padding: 8px 14px 6px;
  }
}
.giftcard-content__variations .variation-single .denomination-label span:hover {
  color: #000;
  border-color: #000;
}
.giftcard-content__variations .variation-single input:checked + span {
  color: #000;
  border-color: #000;
}
.giftcard-content__variations .amount-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  cursor: pointer;
}
.giftcard-content__variations .amount-switcher input {
  width: auto;
}
.giftcard-content__variations .amount-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 25px 0 0;
}
@media (max-width: 991px) {
  .giftcard-content__variations .amount-fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.giftcard-content__variations .amount-fields h4 {
  margin: 0;
  white-space: nowrap;
  margin-right: 15px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 17px;
  line-height: normal;
}
@media (max-width: 991px) {
  .giftcard-content__variations .amount-fields h4 {
    width: 30%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .giftcard-content__variations .amount-fields input {
    width: calc(70% - 10px);
  }
}
.giftcard-content__variations .sender-data {
  margin-top: 38px;
}
.giftcard-content__variations .sender-data,
.giftcard-content__variations .recipient-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 38px;
}
.giftcard-content__variations .sender-data h4,
.giftcard-content__variations .recipient-data h4 {
  margin: 0 0 20px;
  margin-right: 15px;
  color: #29334F;
  font-family: "Fixel";
  font-size: 17px;
  line-height: normal;
}
.giftcard-content__variations .sender-data .field-group,
.giftcard-content__variations .recipient-data .field-group {
  width: calc(50% - 9.5px);
}
@media (max-width: 991px) {
  .giftcard-content__variations .sender-data .field-group,
  .giftcard-content__variations .recipient-data .field-group {
    width: 100%;
  }
}
.giftcard-content__variations .sender-data .field-group label,
.giftcard-content__variations .recipient-data .field-group label {
  margin: 0 0 5px;
}
.giftcard-content__variations .sender-data input,
.giftcard-content__variations .recipient-data input {
  width: 100%;
}
.giftcard-content__variations .sender-data textarea,
.giftcard-content__variations .recipient-data textarea {
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  background: #FFF;
  width: 100%;
  height: 88px;
  padding: 12px 16px;
  resize: none;
}
.giftcard-content__variations .recipient-data .field-group:nth-child(2) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.giftcard-content__variations .recipient-data .field-group:nth-child(2) input {
  width: 18px;
  height: 18px;
}
.giftcard-content__variations .recipient-data .field-group:nth-child(2) label {
  display: block;
  margin-bottom: 0;
  width: calc(100% - 30px);
}
.giftcard-content__variations .gift-total {
  width: 341px;
  padding: 25px 25px 30px 25px;
  border-radius: 10px;
  background: rgba(242, 245, 249, 0.5);
}
@media (max-width: 991px) {
  .giftcard-content__variations .gift-total {
    width: 100%;
  }
}
.giftcard-content__variations .gift-total h3 {
  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;
  margin-bottom: 16px;
  color: #29334F;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.giftcard-content__variations .gift-total + p {
  margin: 12px 0 0;
  color: #5D6A85;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: 128.571%;
}
@media (max-width: 991px) {
  .giftcard-content__variations .gift-total + p {
    text-align: center;
  }
}
.giftcard-conditions {
  width: 46%;
  padding: 26px;
  border-radius: 8px;
  background: #FFF;
  line-height: 23px;
}
@media (max-width: 991px) {
  .giftcard-conditions {
    padding: 10px;
    width: 100%;
  }
}
.giftcard-conditions ul, .giftcard-conditions ol {
  margin-top: 16px;
  padding-left: 18px;
}
.giftcard-conditions ul {
  list-style: disc;
}
.giftcard-conditions ol {
  list-style: decimal;
}
.giftcard-faq {
  width: calc(54% - 9px);
}
@media (max-width: 991px) {
  .giftcard-faq {
    width: 100%;
  }
}
.giftcard-faq__item {
  padding: 26px;
  border-radius: 8px;
  background: #FFF;
}
@media (max-width: 991px) {
  .giftcard-faq__item {
    padding: 10px;
  }
}
.giftcard-faq__item:not(:last-child) {
  margin-bottom: 9px;
}
.giftcard-faq__item h3 {
  margin: 0 0 16px;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
}
.giftcard-faq__item p {
  margin: 0;
  line-height: 20px;
}

form.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  form.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
form.woocommerce-checkout #customer_details {
  width: 60%;
}
@media (max-width: 991px) {
  form.woocommerce-checkout #customer_details {
    width: 100%;
  }
}
form.woocommerce-checkout #customer_details h3 {
  margin: 0 0 32px;
}
form.woocommerce-checkout #order_review_heading {
  display: none;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
  margin-bottom: 40px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
  width: calc(40% - 40px);
}
@media (max-width: 991px) {
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
  }
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table {
  display: block;
  margin-bottom: 32px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
  display: block;
  width: 100%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
form.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
  margin-bottom: 12px;
}
form.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .place-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .place-order > * {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .checkout-cart-link {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #00ADEE;
}
form .form-row label {
  display: block;
  margin-bottom: 4px;
}
form .form-row .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
form .form-row .woocommerce-form__label-for-checkbox input {
  width: 15px;
  height: 15px;
  margin: 0;
}
form .form-row .woocommerce-form__label-for-checkbox span {
  display: block;
  margin-top: 2px;
}
form input,
form textarea {
  display: block;
  width: 100%;
  padding: 10px 16px 11px;
  border-radius: 5px;
  border: 1px solid #C7D1E7;
  color: #9CA6BA;
  font-family: "Fixel";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
form .select2 {
  margin: 0;
  width: 100%;
}
form .select2-selection {
  height: auto !important;
  border-radius: 5px !important;
  border: 1px solid #C7D1E7 !important;
}
form .select2-selection__rendered {
  padding: 10px 16px 11px !important;
  color: #9CA6BA !important;
  font-family: "Fixel";
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
}
form .select2-selection__arrow {
  top: 12px !important;
}
form .select2-results__option--highlighted {
  background: #00ADEE !important;
}
form textarea {
  height: 70px;
  resize: none;
}
form .wc_payment_methods .payment_box {
  font-size: 14px;
  color: #9CA6BA;
}
form .place-order {
  font-size: 14px;
  color: #9CA6BA;
}
form .place-order button {
  width: 100%;
  margin-top: 16px;
  padding: 9px 24px 10px;
  border-radius: 5px;
  background: #00ADEE;
  font-size: 18px;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
form .place-order button:hover {
  background: #009BD5;
}
form.apply_gift {
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
}
form.apply_gift p {
  margin: 0;
}
form.apply_gift button {
  color: #009BD5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form.apply_gift button:hover {
  font-weight: 600;
}

.woocommerce-privacy-policy-link {
  color: #009BD5;
}

.wc-block-cart__submit-button {
  width: 100%;
  min-height: unset;
  margin-top: 16px;
  padding: 11px 24px 9px;
  border-radius: 5px;
  background: #00ADEE;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wc-block-cart__submit-button:hover {
  background: #009BD5;
}

.woocommerce-cart .wp-block-separator + h2 {
  display: none;
}
.woocommerce-cart .wp-block-product-new.wc-block-product-new {
  display: none;
}

.woocommerce-order-received .entry-title {
  display: none;
}

.ibooking-thankyou {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 24px;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
          box-shadow: 0px 16px 22px 0px rgba(70, 82, 111, 0.03);
}
@media (max-width: 991px) {
  .ibooking-thankyou {
    width: 100%;
    padding: 15px;
  }
}
.ibooking-thankyou h1 {
  margin: 0 0 23px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #E1E5F1;
  text-align: center;
}
.ibooking-thankyou__illustration {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.ibooking-thankyou__notice {
  margin: 0;
  text-align: center;
  color: #9FA9BE;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-size: 14px;
  font-weight: 500;
  line-height: 157.143%;
}
.ibooking-thankyou__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  padding: 9px 22px 11px;
  border-radius: 5px;
  background: #97D688;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ibooking-thankyou__button span {
  display: block;
  margin-top: 3px;
}
.ibooking-thankyou__button:hover {
  background: #84d670;
}
.ibooking-thankyou__details {
  margin-top: 57px;
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #DCE4F6;
}
@media (max-width: 991px) {
  .ibooking-thankyou__details {
    padding: 15px;
  }
}
.ibooking-thankyou__details h3 {
  margin: 0 0 18px;
  color: #29334F;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 16px;
}
.ibooking-thankyou__details p {
  margin: 0 0 15px;
  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;
}
.ibooking-thankyou__details .woocommerce-order-details__title {
  display: none;
}
.ibooking-thankyou__details .woocommerce-table {
  width: 100%;
}
.ibooking-thankyou__details .woocommerce-table thead {
  text-align: left;
}
.ibooking-thankyou .woocommerce-table--order-details th,
.ibooking-thankyou .woocommerce-table--order-details td {
  height: 40px;
  text-align: left;
}
.ibooking-thankyou .woocommerce-table--order-details .wc-item-meta {
  display: none;
}
.ibooking-thankyou .woocommerce-customer-details {
  margin-top: 40px;
}
.ibooking-thankyou .woocommerce-customer-details h2 {
  margin: 0 0 18px;
  color: #29334F;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "Fixel";
  font-size: 16px;
}
.ibooking-thankyou .woocommerce-customer-details address {
  font-style: normal;
}
.ibooking-thankyou .woocommerce-customer-details address p {
  margin: 15px 0 0;
}