.villa-average-rating,
.des-item-info-rating {
  display: flex;
}
.inquiry_head_flex {
  gap: 0.5em;
  display: flex;
  align-items: center;
}
.inquiry_head_flex > div:first-child {
  flex-shrink: 1;
  width: 50px;
}
.inquiry_head_flex > div:last-child {
  flex-grow: 1;
}
.call-img {
  width: 25px;
  max-width: 25px;
}
#menu-new-category-menu {
  gap: 10px;
}
#nav-menu-col {
  gap: 15px;
}
img.vic-thumbnail {
  width: 200px;
}
body.single-product footer.et-l.et-l--footer {
  content-visibility: visible !important;
}
body.single-product footer.et-l.et-l--footer {
  z-index: 5555;
  position: relative;
}
#supplier-table a {
  color: #3600ce;
  overflow-wrap: anywhere;
}
.page-id-505970 #input-before-nav i.fas.fa-search {
  color: #000;
}
.page-id-505970 #nav-search-2 input {
  color: #000 !important;
  border-bottom-color: #000 !important;
}
.page-id-505970 #select-destination-nav::placeholder {
  color: #000 !important;
}

i.lbyb-active {
  color: #dd4f60;
}
#nav-menu-col {
  margin: 0 !important;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
#nav-search-2 {
  max-width: 300px !important;
}

.search-form.search_bar input#select-destination {
  font-size: 14px;
  padding: 5px 0 5px !important;
  /*border-bottom: 1px solid #888 !important;*/
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}
/*hide original SELECT element:*/
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02em;
  text-align: left;
}
/*style the arrow inside the select element:*/
.select-selected:before {
  position: absolute;
  font: var(--fa-font-solid);
  content: "\f107" !important;
  color: #3600ce;
  top: 12px;
  right: 20px;
  width: 0;
  height: 0;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:before {
  transform: scaleY(-1);
  top: unset !important;
  bottom: 12px;
}
/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #23242a;
  padding: 10px 20px 10px 5px;
  border: 1px solid #bfbfbf;
  cursor: pointer;
  user-select: none;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.select-items div {
  padding: 3px 13px 3px 13px;
  border: none;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
/*style items (options):*/
.select-items {
  position: absolute;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 280px;
  overflow-y: scroll;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 980px) {
  #supplier-table td {
    line-height: 1.4 !important;
    font-size: 12px !important;
  }
  #supplier-table th {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}
@media screen and (max-width: 1120px) {
  #nav-search-2 {
    max-width: 300px !important;
  }
  ul#menu-new-category-menu li {
    padding: 0 25px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .et_pb_sticky--top #inquiry_float,
  .single-product .et_pb_sticky--top #inquiry_float {
    margin-top: 2.25vh !important;
  }
  ul#menu-magazine-main-menu li,
  ul#menu-villa-pdp-menu li,
  ul#menu-new-category-menu li {
    padding: 0 15px 0 0px !important;
  }
  ul#menu-magazine-main-menu li.menu-contact a,
  ul#menu-villa-pdp-menu li.menu-contact a,
  ul#menu-new-category-menu li.menu-contact a {
    padding: 8px 20px !important;
  }
  #searchbar_col {
    max-width: unset !important;
  }
  .footer-right-col {
    display: block !important;
  }
  ul#menu-foot-menu {
    margin: 0 !important;
  }
  ul#menu-foot-menu li {
    padding-left: 0 !important;
  }
  #new-footer-menu .et_pb_menu_inner_container {
    float: none !important;
  }
  .inquiry_head {
    padding-top: 0 !important;
  }
  #filters-body hr {
    /*opacity: 0;*/
  }
  #filters-body hr + p {
    margin: 5px 0 !important;
  }
  .gform_wrapper.gravity-theme .gform_fields {
    /*grid-row-gap: 3% !important;*/
  }
  /*#form-submit,*/
  #gform_submit_button_9,
  #inquiry_float input.gform_button,
  #inquiry_float_form-btn,
  #new-inquiry {
    margin-top: 2.5em !important;
  }
  #nav-search-2 {
    max-width: 250px !important;
  }
}

/*Search*/
.floater-title,
.range_container {
  user-select: none;
}
.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  margin-top: 1.2em;
  padding-right: 10px;
}
.sliders_control {
  position: relative;
  min-height: 15px;
}
.form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #3600ce;
  cursor: pointer;
  border: 2px solid #3600ce;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #3600ce;
  cursor: pointer;
  border: 2px solid #3600ce;
}
input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}
input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}
.form_control_container__time__input::-webkit-outer-spin-button,
.form_control_container__time__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form_control_container__time__input {
  -moz-appearance: textfield;
  border: none !important;
  font-family: Poppins !important;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 18px !important;
  letter-spacing: 0px;
  color: #000 !important;
  padding: 0 !important;
  width: 60px;
  background: #fff;
  opacity: 1 !important;
}
.form_control_container span {
  font-family: Poppins !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px !important;
  letter-spacing: 0px;
  color: #000;
  padding: 0 !important;
}
.form_control_container__time__input::-webkit-inner-spin-button,
.form_control_container__time__input::-webkit-outer-spin-button {
  opacity: 1 !important;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
}
.fromSlider {
  height: 0 !important;
  z-index: 1 !important;
}
.filtersCheckWrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
/* Hide the browser's default checkbox */
.filtersCheckWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.filtersCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
}
/* When the checkbox is checked, add a blue background */
.filtersCheckWrap input:checked ~ .filtersCheckmark {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.filtersCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.filtersCheckWrap input:checked ~ .filtersCheckmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.filtersCheckWrap .filtersCheckmark:after {
  left: 5px;
  top: 5px;
  width: 9px;
  height: 9px;
  background: #3600ce;
  border-radius: 15px;
}
.filters-hr {
  margin: 1.5em 0;
  border-bottom: 0;
  border-top-color: #bfbfbf;
  opacity: 0.5;
}
#filter-amenities {
  padding: 0;
}
#gform_fields_12 .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 24px !important;
}
#gform_wrapper_12 .gform-footer.gform_footer {
  display: none;
}
ul#inquiry_call_list {
  list-style: none;
  padding: 0;
  margin: 0 15px;
}
ul#inquiry_call_list li {
  margin-top: -1px;
  padding: 2em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
ul#inquiry_call_list li:first-child {
  border-top: none;
}
ul#inquiry_call_list li a {
  display: block;
}
ul#inquiry_call_list li a div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.call-label {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  color: #000;
}
.call-number {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 292%;
  color: #3600ce;
}
.inquiry_close {
  display: none;
  z-index: 5555;
  position: fixed;
  padding: 10px;
  line-height: 1;
  right: 2vw;
  top: 1vh;
  font-size: 20px;
  color: #3600ce;
}
@media screen and (max-width: 980px) {
  .inquiry_close {
    display: block !important;
  }
  #inquiry_float,
  .inquiry_modal {
    display: none;
  }
  #inquiry_float.active,
  .inquiry_modal.active {
    z-index: 5;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0 !important;
    max-height: 100vh !important;
    max-width: 100vw;
    /*overflow-y: scroll;*/
    border: none !important;
  }
  .inquiry_head {
    margin: 0 15px;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: calc(100vw - 30px);
    background: #fff;
    /*padding: 35px 0px 25px 0px !important;*/
    padding: 15px 0px 15px 0px !important;
    border-bottom: 1px solid #bfbfbf;
  }
  ul#ui-id-1,
  ul#ui-id-2 {
    width: 100vw !important;
    max-width: unset !important;
    left: 0 !important;
    height: calc(100vh - 160px);
    overflow-y: scroll;
    position: fixed;
    /*top: 160px !important;*/
    margin: 0;
  }
}

@media only screen and (max-width: 1528px) {
  ul#menu-new-category-menu li {
    padding: 0 10px !important;
  }
}
@media only screen and (max-width: 1240px) {
  #nav-menu-col {
    gap: 10px !important;
  }
  ul#menu-new-category-menu li {
    padding: 0 10px 0 0px !important;
  }
  ul#menu-new-category-menu li a {
    font-size: 14px !important;
  }
  #nav-search-2 {
    max-width: 200px !important;
  }
  #newhead-left {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  #new-header .et_pb_row {
    display: flex;
  }
}
