/**
 * Imports
 */
/**
 * OVATB Variables
 */
/**
 * Transition
 */
/**
 * Transform
 */
.ovatb-search-form-ajax-wrap .ovatb-search-form {
  margin-bottom: 50px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-1 {
  grid-template-columns: repeat(1, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-4, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-4, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-3, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields.ovatb-grid-layout-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .search-field.ovatb-attribute-value {
  display: none;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields p.label-field {
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-label-color);
  margin: 0 0 8px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=text], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=number], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=email], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=tel], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=url], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=password], .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=search] {
  width: 100%;
  max-width: 100%;
  height: 48px;
  font-size: var(--ovatb-text-font-size);
  font-style: var(--ovatb-text-font-style);
  font-weight: var(--ovatb-text-font-weight);
  line-height: var(--ovatb-text-line-height);
  color: var(--ovatb-text-color);
  padding: 13px 16px;
  background-color: #FFFFFF;
  border: var(--ovatb-border-width) solid var(--ovatb-border-color);
  border-radius: var(--ovatb-border-radius);
  box-shadow: unset;
  outline: none;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=text]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=number]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=email]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=tel]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=url]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=password]::placeholder, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=search]::placeholder {
  opacity: 0.3;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=text].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=number].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=email].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=tel].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=url].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=password].ovatb-datepicker, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=search].ovatb-datepicker {
  cursor: pointer;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=text][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=number][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=email][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=tel][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=url][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=password][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary), .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields input[type=search][type=text]:read-only:not(.ovatb-datepicker, .ovatb-guest-summary) {
  cursor: not-allowed;
  background-color: var(--ovatb-background);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields select {
  width: 100%;
  max-width: 100%;
  height: 48px;
  font-size: var(--ovatb-text-font-size);
  font-style: var(--ovatb-text-font-style);
  font-weight: var(--ovatb-text-font-weight);
  line-height: 1;
  color: var(--ovatb-text-color);
  padding: 13px 35px 13px 16px;
  background-color: #FFFFFF;
  border: var(--ovatb-border-width) solid var(--ovatb-border-color);
  border-radius: var(--ovatb-border-radius);
  box-shadow: unset;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  background-image: url("../../images/select-arrow.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap {
  position: relative;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker input::-webkit-outer-spin-button,
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker input[type=number] {
  cursor: pointer;
  -moz-appearance: textfield;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker input.ovatb-guest-summary {
  background-color: transparent;
  cursor: pointer;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action {
  position: relative;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon {
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: var(--ovatb-border-radius);
  background-color: var(--ovatb-background);
  cursor: pointer;
  color: var(--ovatb-text-color);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon i {
  font-size: 12px;
  line-height: 1;
  margin-top: 1px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon.guests-minus {
  right: 50px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon.guests-plus {
  right: 16px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon:hover {
  color: #FFF;
  background-color: var(--ovatb-secondary-color);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-icon.ovatb-disabled {
  pointer-events: none;
  background-color: var(--ovatb-background);
  color: #FFFFFF;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker > .guests-action .guests-number {
  width: 50%;
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-heading-color);
  text-align: center;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 7px;
  left: 0;
  z-index: 2;
  padding: 16px;
  background-color: #FFFFFF;
  border: var(--ovatb-border-width) solid var(--ovatb-border-color);
  box-sizing: border-box;
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.05);
  border-radius: var(--ovatb-border-radius);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content:before {
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -3.5px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid var(--ovatb-background);
  position: absolute;
  display: inline-block;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item:last-child {
  margin-bottom: 0;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-info .guests-label {
  min-width: 90px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-info .guests-label label, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-info .guests-label h3.ovatb-label {
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-label-color);
  padding: 0;
  margin: 0;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-info .guests-price {
  margin-left: 5px;
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: 1;
  color: var(--ovatb-label-color);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action {
  display: flex;
  align-items: center;
  width: 100px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action .guests-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: var(--ovatb-border-radius);
  background-color: var(--ovatb-background);
  cursor: pointer;
  color: var(--ovatb-text-color);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action .guests-icon i {
  font-size: 12px;
  line-height: 1;
  margin-top: 1px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action .guests-icon:hover {
  color: #FFF;
  background-color: var(--ovatb-secondary-color);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action .guests-icon.ovatb-disabled {
  pointer-events: none;
  background-color: var(--ovatb-background);
  color: #FFFFFF;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-guestspicker-wrap .ovatb-guestspicker-content .guests-item .guests-action .guests-number {
  width: 50%;
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-heading-color);
  text-align: center;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider {
  display: flex;
  align-items: flex-end;
  height: 50px;
  padding-bottom: 10px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price {
  position: relative;
  width: 100%;
  height: 8px;
  background: var(--ovatb-light-color);
  border: none;
  border-radius: 4px;
  transition: background 0.3s ease;
  cursor: pointer;
  box-shadow: unset;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-connects {
  border-radius: 4px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-connects .noUi-connect {
  background: var(--ovatb-primary-color);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle {
  border: none;
  border-radius: 4px;
  background: transparent;
  box-shadow: unset;
  width: 0;
  height: 0;
  top: 0;
  right: 3px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-touch-area {
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid var(--ovatb-light-color);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle .noUi-tooltip {
  font-size: var(--ovatb-text-font-size);
  font-weight: var(--ovatb-text-font-weight);
  line-height: var(--ovatb-text-line-height);
  color: var(--ovatb-text-color);
  padding: 0 5px;
  font-size: 14px;
  transform: translate(-30%, 0);
  margin-bottom: 7px;
  border: 1px solid var(--ovatb-light-color);
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:before, .ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-fields .ovatb-filter-price-slider .product-filter-price .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-submit {
  text-align: center;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-submit .ovatb-btn {
  font-size: var(--ovatb-button-font-size);
  font-style: var(--ovatb-button-font-style);
  font-weight: var(--ovatb-button-font-weight);
  line-height: var(--ovatb-button-line-height);
  color: var(--ovatb-button-color);
  background-color: var(--ovatb-button-background);
  border: var(--ovatb-border-width) solid var(--ovatb-border-color);
  border-radius: var(--ovatb-border-radius);
  box-sizing: border-box;
  margin: 0;
  padding: 5px 20px;
  box-shadow: unset;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ovatb-search-form-ajax-wrap .ovatb-search-form .ovatb-search-submit .ovatb-btn:hover {
  color: var(--ovatb-button-color-hover);
  background-color: var(--ovatb-button-background-hover);
}
.ovatb-search-form-ajax-wrap .ovatb-search-results {
  position: relative;
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 50px;
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products:before, .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products:after {
  display: none;
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products li.product {
  margin-bottom: 0;
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-result-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-result-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-result-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-result-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-result-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-grid-layout-4, .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-grid-layout-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-grid-layout-4, .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-grid-layout-3, .ovatb-search-form-ajax-wrap .ovatb-search-results ul.products.ovatb-grid-layout-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ovatb-search-form-ajax-wrap .ovatb-search-results .ovatb-loader {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid;
  border-color: var(--ovatb-primary-color) var(--ovatb-primary-color) transparent;
  box-sizing: border-box;
  animation: ovatb-rotation 1s linear infinite;
  z-index: 1;
}
.ovatb-search-form-ajax-wrap .ovatb-pagination {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  list-style: none !important;
}
.ovatb-search-form-ajax-wrap .ovatb-pagination li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  border: 1px solid var(--ovatb-light-color);
  background-color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: var(--ovatb-label-font-size);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-label-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ovatb-search-form-ajax-wrap .ovatb-pagination li .page-numbers.current, .ovatb-search-form-ajax-wrap .ovatb-pagination li .page-numbers:hover {
  color: #FFF;
  background-color: var(--ovatb-primary-color);
  border-color: var(--ovatb-primary-color);
}

.ui-widget.ui-widget-content {
  border: var(--ovatb-border-width) solid var(--ovatb-border-color);
  background: #FFFFFF;
  color: var(--ovatb-text-color);
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: inherit;
}

.ui-autocomplete.ui-menu {
  position: absolute;
  list-style: none;
  padding: 4px;
  margin: 0;
  display: block;
  outline: none;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
  padding: 8px 12px;
  cursor: pointer;
  border-radius: var(--ovatb-border-radius);
  font-size: var(--ovatb-text-color);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper:hover, .ui-autocomplete.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: var(--ovatb-primary-color-hover);
  color: #FFFFFF;
  border: none;
  margin: 0;
}

.ui-front {
  z-index: 9999 !important;
}

.tippy-box {
  background-color: var(--ovatb-primary-color);
}
.tippy-box .tippy-content {
  background-color: var(--ovatb-primary-color);
  border-color: var(--ovatb-primary-color);
  border-radius: var(--ovatb-border-radius);
}
.tippy-box .tippy-content .ovatb-tippy {
  color: #FFF;
}
.tippy-box .tippy-arrow {
  color: var(--ovatb-primary-color);
}
.tippy-box[data-theme=ovatb-tippy-description] {
  background-color: var(--ovatb-secondary-color);
}
.tippy-box[data-theme=ovatb-tippy-description] .tippy-content {
  background-color: var(--ovatb-secondary-color);
  border-color: var(--ovatb-secondary-color);
  border-radius: var(--ovatb-border-radius);
}
.tippy-box[data-theme=ovatb-tippy-description] .tippy-content .ovatb-tippy {
  font-weight: var(--ovatb-text-font-weight);
  line-height: var(--ovatb-text-line-height);
  color: #FFF;
}
.tippy-box[data-theme=ovatb-tippy-description] .tippy-arrow {
  color: var(--ovatb-secondary-color);
}

.ovatb-tippy .tippy-box {
  background-color: transparent;
}
.ovatb-tippy .tippy-box .tippy-content {
  background-color: transparent;
  padding: 0;
}
.ovatb-tippy .tippy-box .tippy-content table.ovatb-table {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--ovatb-secondary-color);
  border-radius: var(--ovatb-border-radius);
  box-shadow: 0px 4px 20px rgba(43, 89, 255, 0.08);
  box-sizing: border-box;
}
.ovatb-tippy .tippy-box .tippy-content table.ovatb-table thead tr th {
  text-align: left;
  background-color: var(--ovatb-background);
  font-size: var(--ovatb-label-font-size);
  font-style: var(--ovatb-label-font-style);
  font-weight: var(--ovatb-label-font-weight);
  line-height: var(--ovatb-label-line-height);
  color: var(--ovatb-label-color);
  padding: 1em 1.25em;
  vertical-align: middle;
}
.ovatb-tippy .tippy-box .tippy-content table.ovatb-table tbody tr td {
  text-align: left;
  background-color: #fdfdfd;
  padding: 1em 1.25em;
  vertical-align: top;
  font-size: var(--ovatb-text-font-size);
  font-style: var(--ovatb-text-font-style);
  font-weight: var(--ovatb-text-font-weight);
  line-height: var(--ovatb-text-line-height);
  color: var(--ovatb-text-color);
}
.ovatb-tippy .tippy-box .tippy-content table.ovatb-table tbody tr:nth-child(2n) td {
  background-color: #fbfbfb;
}
.ovatb-tippy .tippy-box .tippy-arrow {
  color: var(--ovatb-secondary-color);
}