.booking-button-container {
  position: relative;
  padding: 140px 0 80px 0;
  background: #642382;
  background: linear-gradient(180deg, #551e73 0%, #642382 100%);
  color: #fff;
}

.booking-button-container:before {
  content: '';
  height: 50px;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 9;
  background: url(/modules/PromoBlocks/public/front/img/wave-single.svg) no-repeat center center;
  background-size: cover;
}

.booking-button-container:after {
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  position: absolute;
  color: #ffffff;
  z-index: 10;
  top: 40px;
  font-size: 20px;
  left: 50%;
  margin: 0 0 0 -16px;
}

.booking-button-container .inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

.booking-button-container .inner .side {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.booking-button-container .inner .right-side {
  text-align: right;
  vertical-align: middle;
}

.booking-button-container .inner .title {
  color: #ffef00;
  margin: 30px 0 30px 0;
  opacity: 0;
  top: 40px;
  font-weight: bold;
  /* font-style: italic; */
}

.booking-button-container .inner .title.-visible {
  top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.booking-button-container .inner .description {
  opacity: 0;
  top: 40px;
  position: relative;
}

.booking-button-container .inner .description.-visible {
  top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.booking-button-container .button {
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  overflow: hidden;
  opacity: 0;
  top: 40px;
  min-width: 210px;
}

.booking-button-container .button.-visible {
  top: 0;
  opacity: 1;
  transition: all 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.booking-button-container .button:active {
  background: #fff;
  color: #333;
}

.booking-button-container .button .label {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.booking-button-container .button .label:before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #f2b800;
  bottom: -8px;
  left: 10%;
  -webkit-transition: all 400ms 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 400ms 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.booking-button-container .button .label:before {
  content: '';
  animation: booking-btn-sonar 1.6s infinite;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  bottom: 0;
  border-radius: 36px;
  margin: -15px 0 0 -15px;
  background: #ffffff;
}

@keyframes booking-btn-sonar {
  0% {
    opacity: 0.1;
  }

  40% {
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(7);
    opacity: 0;
  }
}

.jsplash-inner.booking-calendar {
  max-width: 1200px;
  width: 1200px;
}

.booking-calendar-preloader {
  animation: booking-loader-spin 2s linear infinite;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  display: none;
}

.booking-calendar-preloader .path {
  stroke: #642382;
  stroke-linecap: round;
  animation: booking-loader-dash 1.5s ease-in-out infinite;
}

@keyframes booking-loader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes booking-loader-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.booking-container {
  position: relative;
}

.booking-container.-loading .booking-calendar-preloader {
  display: block;
}

.booking-container.-loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}

.booking-container .fc-toolbar {
  margin-top: 10px;
}

.booking-container .fc-toolbar h2 {
  font-size: 19px;
  color: #000;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.booking-container .calendar-title {
  position: relative;
  display: inline-block;
  margin: 0 12px;
}

.booking-container .calendar-title:before {
  display: none;
}

.booking-container .calendar-month-btn {
  color: #000;
  position: relative;
  text-decoration: none;
  font-size: 30px;
  display: inline-block;
}

.booking-container .calendar-month-btn:hover {
  color: #ffc400;
}

.booking-container .calendar-month-btn.-disabled:hover,
.booking-container .calendar-month-btn.-disabled {
  color: #dadada;
}

.booking-container .fc-toolbar .fc-button {
  font-size: 14px;
  box-sizing: border-box;
  border: 0;
  outline: none;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background: #642382;
  color: #fff;
  padding: 7px 18px !important;
  height: auto;
  display: inline-block;
  border-radius: 36px !important;
  box-shadow: 0 5px 16px -2px rgb(199, 199, 199);
  transition: all 240ms ease-out;
  text-align: center;
}

.booking-container .fc-toolbar .fc-next-button .fc-icon,
.booking-container .fc-toolbar .fc-prev-button .fc-icon {
  top: 2px;
}

.booking-container .fc-event {
  background: #c2ff69 !important;
  border-radius: 16px;
  color: #131313 !important;
  box-shadow: none !important;
}

.booking-container .fc-event:hover {
  background: #9aec22 !important;
}

.booking-container .fc-event.-selected {
  background: #ff9800 !important;
}

.booking-container .fc-event.-selected .fc-title {
  color: #fff !important;
}

.booking-container .fc-event .currency {
  display: inline-block;
  margin: 0 0 0 2px;
  font-size: 9px;
  color: #484848;
}

.booking-module-action {
  position: relative;
  margin: 60px 0 0 0;
}

.booking-module-action.booking-step-2,
.booking-module-action.booking-step-3,
.booking-module-action.booking-step-4 {
  margin: 60px 0 50px 0;
}

.booking-module-action .step-title {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  /* font-style: italic; */
  color: #642382;
  font-size: 40px;
}

.booking-module-action .step-description {
  position: relative;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 50px auto;
  color: black;
  font-size: 13px;
  line-height: 15px;
}

.booking-module-action .button-container {
  text-align: center;
}

.booking-module-action .button-container .button-submit {
  min-width: 140px;
}

.booking-module-action .date-selected-info {
  position: relative;
  text-align: center;
  margin: 50px 0 40px 0;
  font-size: 22px;
}

.booking-module-action .date-selected-info .date-inner {
  position: relative;
  display: inline-block;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.booking-module-action .date-selected-info .time-inner {
  position: relative;
  display: inline-block;
}

.booking-module-action .packages-list {
  position: relative;
  max-width: 915px;
  padding: 0 0 50px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.booking-module-action .packages-list .package {
  position: relative;
  box-shadow: 0 11px 16px 0px rgba(0, 0, 0, 0.22);
  padding: 25px 30px;
  box-sizing: border-box;
  border: 1px solid #dadada;
  margin: 0 0 20px 0;
  border-radius: 30px;
  transition: all 360ms cubic-bezier(0.07, 0.91, 0.58, 1);
  min-height: 140px;
  width: calc(50% - 20px);
}

.booking-module-action .packages-list .package.-choosed {
  background: #662480;
  color: #fff;
}

.booking-module-action .packages-list .package.-choosed .name {
  color: #ffb200;
}

.booking-module-action .packages-list .package.-choosed .booking-toolbox a {
  color: #fff;
  border: 1px solid #fff;
}

.booking-module-action .packages-list .package.-choosed .booking-toolbox a:before,
.booking-module-action .packages-list .package.-choosed .booking-toolbox a:after {
  background: #fff;
}

.booking-module-action .packages-list .package.-choosed .booking-toolbox .quantity-inner {
  color: #fff;
  border: 1px solid #fff;
}

.booking-module-action .packages-list .package.-choosed .buy-package-btn .currency path {
  fill: #fff;
}

.booking-module-action .packages-list .package.-choosed .buy-package-btn {
  color: #fff;
  border: 1px solid #fff;
}

.booking-module-action .packages-list .package.-hidden {
  transform: scale(0.7);
  opacity: 0.5;
}

.booking-module-action .packages-list .booking-toolbox {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  z-index: 1;
}

.booking-module-action .packages-list .booking-persons {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 165px;
  text-align: center;
  display: none;
}

.booking-module-action .packages-list .buy-package-btn-wrapper {
  text-align: center;
}

.booking-module-action .packages-list .buy-package-btn-wrapper .btn-inner {
  display: inline-block;
}

.booking-module-action .packages-list .buy-package-btn {
  position: relative;
  border: 1px solid #642382;
  color: #642382;
  text-decoration: none;
  border-radius: 36px;
  font-size: 13px;
  padding: 8px 17px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-flow: row nowrap;
  transition: all 180ms ease-out;
}

.booking-module-action .packages-list .buy-package-btn .word {
  display: inline-block;
}

.booking-module-action .packages-list .buy-package-btn .price {
  white-space: nowrap;
  display: inline-block;
  margin: 0 4px;
}

.booking-module-action .packages-list .buy-package-btn .currency {
  display: inline-block;
  width: 11px;
  height: 14px;
  position: relative;
  top: 3px;
  transition: all 180ms ease-out;
}

.booking-module-action .packages-list .buy-package-btn .currency path {
  fill: #642382;
}

.booking-module-action .packages-list .without-discount-price {
  display: inline-block;
  text-decoration: line-through;
  opacity: 0.6;
  margin-right: 10px;
}

.booking-module-action .packages-list .buy-package-btn:hover {
  background: #642382;
  color: #fff;
}

.booking-module-action .packages-list .buy-package-btn:hover .currency path {
  fill: #fff;
}

.booking-module-action .packages-list .booking-persons .md-person {
  position: relative;
  display: inline-block;
  color: #ffc400;
}

.booking-module-action .packages-list .booking-persons .md-person:before {
  content: 'person';
}

.booking-module-action .packages-list .booking-toolbox .quantity-inner,
.booking-module-action .packages-list .booking-toolbox .quantity-btn {
  background: none;
  color: #642382;
  border-radius: 100%;
  border: 1px solid #642382;
  width: 38px;
  height: 38px;
  font-size: 21px;
  display: block;
  position: relative;
  margin: 0;
  transition: 180ms ease-out;
}

.booking-module-action .packages-list .quantity-btn.quantity-btn:before,
.booking-module-action .packages-list .quantity-btn.quantity-btn:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #642382;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 180ms ease-out;
}

.booking-module-action .packages-list .quantity-btn.quantity-less:before {
  transform: translateX(-50%);
}

.booking-module-action .packages-list .quantity-btn.quantity-less:after {
  display: none;
}

.booking-module-action .packages-list .quantity-btn.quantity-more:after {
  transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
}

.booking-module-action .packages-list .booking-toolbox .quantity-btn:hover {
  background: #642382;
}

.booking-module-action .packages-list .booking-toolbox .quantity-btn:hover:before,
.booking-module-action .packages-list .booking-toolbox .quantity-btn:hover:after {
  background: #ffffff;
}

.booking-module-action .packages-list .booking-toolbox .input-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 4px;
}

.booking-module-action .packages-list .booking-toolbox .quantity-inner {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 14px;
}

.booking-module-action .packages-list .package-inner {
  position: relative;
  padding: 0;
}

.booking-module-action .packages-list .package-inner .name {
  font-size: 20px;
  /* font-style: italic; */
  font-weight: bold;
  color: #642382;
  width: 220px;
  top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin: 0 0 0 5px;
}

.booking-module-action .packages-list .package-inner .description {
  position: relative;
  padding: 10px 0 6px 0;
  font-size: 13px;
  line-height: 17px;
}

.booking-module-action .packages-list .package-inner .description ol,
.booking-module-action .packages-list .package-inner .description ul {
  padding: 0 0 0 22px;
}

.booking-module-action .packages-list .package.-discount {
  background: #662480 url(/modules/Booking/public/front/img/percent-pattern.png?b) repeat 0 0;
  background-size: 490px;
  box-shadow: 0 11px 16px 0px rgba(100, 35, 130, 0.22);
}

.booking-module-action .packages-list .package.-discount .name {
  color: #ffc400;
}

.booking-module-action .packages-list .package.-discount .booking-toolbox .quantity-inner,
.booking-module-action .packages-list .package.-discount .booking-toolbox .quantity-btn {
  color: #fff;
  border-color: #fff;
}

.booking-module-action .packages-list .package.-discount .description {
  color: #fff;
}

.booking-module-action .packages-list .package.-discount .quantity-btn.quantity-btn:before,
.booking-module-action .packages-list .package.-discount .quantity-btn.quantity-btn:after {
  background: #fff;
}

.booking-module-action .packages-list .package.-discount .buy-package-btn {
  color: #fff;
  border-color: #fff;
}

.booking-module-action .packages-list .package.-discount .buy-package-btn .currency path {
  fill: #fff;
}

.booking-module-action .packages-list .package.-discount .booking-toolbox .quantity-btn:hover {
  background: #fff;
}

.booking-module-action .packages-list .package.-discount .quantity-btn.quantity-btn:hover:before,
.booking-module-action .packages-list .package.-discount .quantity-btn.quantity-btn:hover:after {
  background: #ffffff;
}

.booking-module-action .packages-list .package.-discount .buy-package-btn:hover {
  background: #ffffff;
  color: #642382;
}

.booking-module-action .packages-list .package.-discount .buy-package-btn:hover .currency path {
  fill: #642382;
}

.booking-step-bar {
  position: relative;
  background: #fff;
}

.booking-step-bar.stick {
  box-shadow: 0 15px 19px -1px rgba(139, 139, 179, 0.21);
}

.booking-step-bar .step-bar-inner {
  display: table;
  table-layout: fixed;
  width: 640px;
  margin: 0 auto;
}

.booking-step-bar .step {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px 20px;
  text-decoration: none;
  color: inherit;
  cursor: default;
}

.booking-step-bar .step.-affected {
  cursor: pointer;
}

.booking-step-bar .step-num {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid transparent;
  margin: 10px 0 0 0;
  position: relative;
}

.booking-step-bar .-active .step-num {
  background: #642382;
  color: #fff;
  box-shadow: 0 0 0 3px #642382;
  border: 2px solid white;
}

.booking-step-bar .step-text {
  font-size: 13px;
  position: relative;
  margin: 9px 0 0 0;
  display: block;
}

.booking-step-bar .-active .step-text {
  color: #424242;
  font-weight: 500;
}

.booking-step-bar .-affected .step-num {
  color: #fff;
}

.booking-step-bar .-affected .step-text {
  color: #5f5f5f;
}

.booking-step-bar .-affected .step-num:before {
  font-family: 'Material Icons';
  content: 'check';
  font-feature-settings: 'liga';
  color: #ffc400;
  font-size: 27px;
  position: absolute;
  left: 0;
}

.booking-step-bar .step.-affected:hover .step-num:before,
.booking-step-bar .step.-affected:hover .step-text {
  color: #642382;
}

.booking-module-action .fc-day-grid-event .fc-content .fc-time {
  display: none;
}

.booking-module-action .fc-day-grid-event .fc-content .fc-title {
  font-size: 12px;
  color: #395f02;
  padding: 0 6px;
  display: block;
  text-align: center;
  text-transform: lowercase;
}

.jsplash-inner.selected-times-list {
  max-width: 900px;
  min-width: 800px;
}

.jsplash-inner.selected-times-list .title {
  margin: 0px auto 30px;
  font-size: 20px;
  font-weight: 400;
}

.jsplash-inner.selected-times-list .times-list-container {
  position: relative;
}

.jsplash-inner.selected-times-list .time-block {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 4px;
  width: 110px;
  margin: 1px 1px;
  box-sizing: border-box;
  padding: 14px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: inherit;
  vertical-align: top;
}

.jsplash-inner.selected-times-list .time-block:hover {
  background: #d0d7ff;
}

.jsplash-inner.selected-times-list .time-block.-busy {
  cursor: not-allowed;
  opacity: 0.8;
}

.jsplash-inner.selected-times-list .time-block.-selected {
  background: #642382;
  color: #ffc400;
}

.jsplash-inner.selected-times-list .price {
  position: relative;
  display: block;
  min-height: 20px;
  font-size: 12px;
  color: #7c4198;
  margin-top: 7px;
}

.jsplash-inner.selected-times-list .time {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.jsplash-inner.selected-times-list .time-block.-busy .time {
  text-decoration: line-through;
  color: gray;
  font-weight: normal;
  font-size: 14px;
}

.jsplash-inner.selected-times-list .currency {
  font-style: normal;
  font-size: 10px;
  opacity: 0.8;
}

.jsplash-inner.oferta-box {
  max-width: 1000px;
  text-align: left;
}

.booking-personal-block .oferta-trigger {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #642382;
}

.booking-personal-block {
  max-width: 370px;
  margin: 0 auto;
}

.booking-pay-container {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}

.booking-personal-block .oferta-trigger:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px dashed #642382;
}

.booking-personal-block .field-line {
  padding: 0 0 0 90px;
  position: relative;
  margin: 6px 0 16px 0;
}

.booking-personal-block .field-line > label > span {
  position: absolute;
  display: block;
  left: 0;
  top: 13px;
  width: 140px;
}

.booking-personal-block .field {
  position: relative;
}

.booking-personal-block .field-agree {
  text-align: right;
  margin: 40px 0 0 0;
  font-size: 13px;
}

.booking-personal-block .field.birthday-field {
  padding: 0 0 0 120px;
  margin: -2px 0 0 0;
}

.booking-personal-block .-field-with-error > label > span {
  color: red;
}

.booking-personal-block .-field-with-error input[type='text'] {
  border-color: red;
  color: red;
}

.booking-personal-block .-field-with-error input[type='text']::placeholder {
  color: red;
  font-style: normal;
}

.booking-personal-block .-field-with-error .oferta-trigger {
  color: red;
}

.booking-personal-block .-field-with-error .oferta-trigger:before {
  border-bottom-color: red;
}

.booking-personal-block .-field-with-error [type='checkbox'] + label:before {
  color: red;
}

.booking-personal-block .-field-with-error .radio-wrapper {
  color: red;
}

.booking-personal-block .radio-wrapper {
  position: relative;
  margin: 0 44px 0 0;
  display: inline-block;
}

.booking-personal-block .separator {
  position: relative;
  height: 20px;
}

.booking-personal-block .birthday-input-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.booking-personal-block .birthday-input-wrapper .field {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
  text-align: right;
  margin: 0;
}

.booking-personal-block .birthday-input-wrapper input {
  background: none;
  width: 75px;
  text-align: center;
  display: inline-block;
}

.booking-personal-block .birthday-input-wrapper .icon {
  position: absolute;
  width: 20px;
  display: block;
  height: 20px;
  font-size: 20px;
  top: 6px;
  left: 6px;
}

.booking-personal-block .birthday-input-wrapper .icon:before {
  content: 'date_range';
}

.booking-module-action.booking-step-3 .step-description {
  max-width: 540px;
}

.booking-module-action.booking-step-4 .button-container {
  display: none;
}

.booking-module-action.booking-step-1 .button-submit {
  display: none;
}

.booking-module-action.booking-step-3 .input-sex[type='radio']:not(:checked) + label:before,
.booking-module-action.booking-step-3 .input-sex[type='radio']:checked + label:before {
  content: '';
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -3px;
}

.booking-module-action.booking-step-3 .input-sex[type='radio']:not(:checked) + label,
.booking-module-action.booking-step-3 .input-sex[type='radio']:checked + label {
  padding-left: 30px;
}

.booking-module-action.booking-step-3 .input-sex-male[type='radio']:not(:checked) + label:before {
  background-image: url(/modules/Booking/public/front/img/gofly_icon-boy_1-1.svg);
}

.booking-module-action.booking-step-3 .input-sex-male[type='radio']:checked + label:before {
  background-image: url(/modules/Booking/public/front/img/gofly_icon-boy_1-2.svg);
}

.booking-module-action.booking-step-3 .input-sex-female[type='radio']:not(:checked) + label:before {
  background-image: url(/modules/Booking/public/front/img/gofly_icon-girl_1-1.svg);
}

.booking-module-action.booking-step-3 .input-sex-female[type='radio']:checked + label:before {
  background-image: url(/modules/Booking/public/front/img/gofly_icon-girl_1-2.svg);
}

.booking-module-action.booking-step-3 label[for='sex-male'],
.booking-module-action.booking-step-3 label[for='sex-female'] {
  cursor: pointer;
}

.booking-module-action.booking-step-3 .button-container {
  margin: 30px 0 0 0;
}

.booking-module-action .button-container .sign-in {
  display: none;
}

.booking-module-action.booking-step-3 .button-container .sign-in {
  display: inline-block;
  background: #fff;
  border: 1px solid #dadada;
  color: #dadada;
  margin: 0 20px 0 0;
  box-shadow: none;
  min-width: 140px;
  line-height: 15px;
}

.booking-module-action.booking-step-3 .button-container .sign-in:hover {
  background: #642382;
  border-color: #642382;
}

.booking-module-action.booking-step-4 .booking-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  margin: 0 0 90px 0;
}

.booking-module-action.booking-step-4 .booking-table .multiple {
  display: inline-block;
  top: 3px;
  position: relative;
  font-size: 12px;
}

.booking-module-action.booking-step-4 .booking-table .multiple:before {
  content: 'close';
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
}

.booking-module-action.booking-step-4 .booking-table .cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 13px 7px;
  border-bottom: 2px solid #dadada;
}

.booking-module-action .align-left {
  text-align: left;
}

.booking-module-action .align-center {
  text-align: center;
}

.booking-module-action .align-right {
  text-align: right;
}

.booking-module-action.booking-step-4 .booking-pay-container {
  max-width: 710px;
}

.booking-module-action.booking-step-4 .currency {
  display: inline-block;
  width: 11px;
  height: 14px;
  position: relative;
  top: 3px;
  transition: all 180ms ease-out;
  margin-left: 2px;
}

.booking-module-action.booking-step-4 .currency path {
  fill: #000;
}

.booking-module-action.booking-step-4 .pay-booking .currency {
  margin-left: 2px;
  height: 15px;
  width: 13px;
}

.booking-module-action.booking-step-4 .pay-booking .currency path {
  fill: #fff;
}
