#toTop.hide {
  opacity: 0;
  z-index: -10;
  transition: all 1s ease-in-out;
}

.custom-search-input-2 select {
  display: initial;
}

.box_grid figure a img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial;
}

.box_grid figure a:hover img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

a#filters_col_bt:before {
  content: "";
}

section.bookingstep {
  padding-top: 75px;
  width: 100%;
  height: 200px;
  position: relative;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: default;
  text-align: center;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s,
    -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: var(--bs-step-active);
  cursor: pointer;
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
  box-shadow: 0 0 0 1px var(--bs-primary), 0 0 0 3px black,
    0 0 0 4px var(--bs-primary);
}

a.multisteps-form__progress-btn:hover,
a.multisteps-form__progress-btn:focus {
  color: rgba(255, 255, 255, 0.8);
}

a.multisteps-form__progress-btn.js-active:hover,
a.multisteps-form__progress-btn.js-active:focus {
  color: var(--bs-step-active);
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.extraitem_button {
  background-color: var(--extraitem-btn);;
  color: #fff;
  border: 1px solid var(--extraitem-btn);;
  width: 30px;
  height: 30px;
}
.nice-number input:focus {
  outline: none !important;
}

a.btn_1,
.btn_1 {
  background: var(--bs-btn1-background);
  color: var(--bs-btn1-color);
}
a.btn_1:hover,
.btn_1:hover {
  background: var(--bs-btn1-hover-background);
  color: var(--bs-btn1-hover-color);
}
a.btn_1:disabled,
.btn_1:disabled {
  background: white;
  cursor: not-allowed;
  color: black;
  border: 1px solid var(--bs-btn1-background);
}

a.btn_2,
.btn_2 {
  background: var(--bs-btn2-background);
  color: var(--bs-btn2-color);
}
a.btn_2:hover,
.btn_2:hover {
  background: var(--bs-btn2-hover-background);
  color: var(--bs-btn2-hover-color);
}

.btn_danger {
  background: var(--bs-danger) !important;
}

.frontend_input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 10px 5px;
}
.frontend_input:focus {
  outline: none;
}

hr.small {
  margin: 10px 0 10px 0;
}

label.custom-control-label {
  margin-left: 10px;
  vertical-align: middle;
}

.form-control:disabled,
.form-control[readonly] {
  cursor: default;
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
  box-shadow: initial;
  border-color: #d2d8dd;
}

.mw-1000px {
  max-width: 1000px !important;
}
.modal {
  z-index: 1000;
}

.main-menu {
  top: 5px;
}

.main-menu ul li:hover > ul {
  right: 0;
  left: unset;
}

.main-menu ul ul:before {
  right: 15%;
  left: unset;
}

.frontendul_tab {
  background: #fff;
  border: 1px solid #ededed;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
}

.frontendul_tab ul {
  margin: 0;
}
.frontendul_tab ul li {
  border-bottom: 1px solid #ededed;
}

.frontendul_tab ul li a {
  padding: 15px;
  display: block;
  position: relative;
  color: grey;
}
.frontendul_tab ul li.is-active a,
.frontendul_tab ul li a:hover {
  color: var(--bs-primary);
}

.frontendul_tab ul li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}
.box_list {
  min-height: 260px;
}
.box_list figure {
  min-height: 260px;
}
.box_list .wrapper {
  min-height: 195px;
}

.frontend_section {
  border: 1px solid #ededed;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.frontend_title {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  padding: 15px;
}

.fv-plugins-message-container.invalid-feedback,
.fv-plugins-message-container.valid-feedback {
  display: block;
  font-weight: 400;
}


.swal2-icon.swal2-info {
  border-color: var(--swal-icon);
  color: var(--swal-icon);
}

ul.bullets li:before{
  color: var(--bs-color-bullet);
}