@charset "UTF-8";
:root {
  --main-color-old: #D7A424;
  --main-color: #B47F3E;
  --main-hover-color: #C99D5C;
  --heading-color:#101928;
  --text-color:#344054;
  --placeholder-color:#98A2B3;
  --boder-color:#D0D5DD;
  --line-color:#E4E7EC;
  --background-color:#F0F2F5;
  --primary-50: #FFECE5;
  --primary-75: #FCD2C2;
  --primary-100: #FCB59A;
  --primary-200: #FA9874;
  --primary-300: #F77A4A;
  --primary-400-base: #F56630;
  --primary-500: #EB5017;
  --primary-600: #CC400C;
  --primary-700: #AD3307;
  --primary-800: #8F2802;
  --primary-900: #711E00;
  --secondary-50: #E3EFFC;
  --secondary-75: #C6DDF7;
  --secondary-100: #B6D8FF;
  --secondary-200: #80BBFF;
  --secondary-300: #3D89DF;
  --secondary-400-base: #1671D9;
  --secondary-500: #0D5EBA;
  --secondary-600: #034592;
  --secondary-700: #04326B;
  --secondary-800: #012657;
  --secondary-900: #001633;
  --success-50: #E7F6EC;
  --success-75: #B5E3C4;
  --success-100: #91D6A8;
  --success-200: #5FC381;
  --success-300: #40B869;
  --success-400-base: #0F973D;
  --success-500: #099137;
  --success-600: #04802E;
  --success-700: #036B26;
  --success-800: #015B20;
  --success-900: #004617;
  --warning-50: #FEF6E7;
  --warning-75: #FBE2B7;
  --warning-100: #F7D394;
  --warning-200: #F7C164;
  --warning-300: #F5B546;
  --warning-400-base: #F3A218;
  --warning-500: #DD900D;
  --warning-600: #AD6F07;
  --warning-700: #865503;
  --warning-800: #664101;
  --warning-900: #523300;
  --error-50: #FBEAE9;
  --error-75: #F2BCBA;
  --error-100: #EB9B98;
  --error-200: #E26E6A;
  --error-300: #DD524D;
  --error-400-base: #D42620;
  --error-500: #CB1A14;
  --error-600: #BA110B;
  --error-700: #9E0A05;
  --error-800: #800501;
  --error-900: #591000;
  --grey-50: #F9FAFB;
  --grey-75: #F7F9FC;
  --grey-100: #F0F2F5;
  --grey-200: #E4E7EC;
  --grey-300: #D0D5DD;
  --grey-400-base: #98A2B3;
  --grey-500: #667185;
  --grey-600: #475367;
  --grey-700: #344054;
  --grey-800: #1D2739;
  --heading-color: #101928;
  --office-brown-50: #FBF1F1;
  --office-brown-75: #F0E6E6;
  --office-brown-100: #E4DBDB;
  --office-brown-200: #CDC4C4;
  --office-brown-300: #B7AFAF;
  --office-brown-400-base: #A29999;
  --office-brown-500: #8D8484;
  --office-brown-600: #787070;
  --office-brown-700: #645D5D;
  --office-brown-800: #514A4A;
  --office-brown-900: #3E3838;
  --shade-white: #FFF;
  --shade-black: #1a1a1a;
  --border-radius-6: 6px;
  --border-radius-8: 8px;
  --border-radius-10: 10px;
  --duration-default: 300ms;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --hbiw-breakpoint-xs: 0;
  --hbiw-breakpoint-sm: 576px;
  --hbiw-breakpoint-md: 768px;
  --hbiw-breakpoint-lg: 992px;
  --hbiw-breakpoint-xl: 1200px;
  --hbiw-breakpoint-xxl: 1400px
  --hbiw-page-width: 1200px;
  --space-width: 32px;
}

.hbiw-text-color {
  color: var(--text-color);
}

.hbiw-text-main-color {
  color: var(--main-color);
}

.hbiw-text-main-hover-color {
  color: var(--main-hover-color);
}

.hbiw-text-large-regular {
  color: var(--heading-color, #101928);
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2.24px;
}

.hbiw-text-large-medium {
  color: var(--heading-color, #101928);
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.24px;
}

.hbiw-text-large-bold {
  color: var(--heading-color, #101928);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.24px;
}

.hbiw-text-small-regular {
  color: var(--heading-color, #101928);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.hbiw-text-small-medium {
  color: var(--heading-color, #101928);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.hbiw-text-small-bold {
  color: var(--heading-color, #101928);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.92px;
}

.hbiw-h1-regular {
  color: var(--heading-color, #101928);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 64.8px */
  letter-spacing: -2.16px;
}

.hbiw-h1-medium {
  color: var(--heading-color, #101928);
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 64.8px */
  letter-spacing: -2.16px;
}

.hbiw-h1-semibold {
  color: var(--heading-color, #101928);
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 64.8px */
  letter-spacing: -2.16px;
}

.hbiw-h1-bold {
  color: var(--heading-color, #101928);
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 64.8px */
  letter-spacing: -2.16px;
}

.hbiw-h2-regular {
  color: var(--heading-color, #101928);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1.68px;
}

.hbiw-h2-medium {
  color: var(--heading-color, #101928);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1.68px;
}

.hbiw-h2-semibold {
  color: var(--heading-color, #101928);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1.68px;
}

.hbiw-h2-bold {
  color: var(--heading-color, #101928);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 50.4px */
  letter-spacing: -1.68px;
}

.hbiw-h3-regular {
  color: var(--heading-color, #101928);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.hbiw-h3-medium {
  color: var(--heading-color, #101928);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.hbiw-h3-semibold {
  color: var(--heading-color, #101928);
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.hbiw-h3-bold {
  color: var(--heading-color, #101928);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.72px;
}

.hbiw-h4-regular {
  color: var(--heading-color, #101928);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}

.hbiw-h4-medium {
  color: var(--heading-color, #101928);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}

.hbiw-h4-semibold {
  color: var(--heading-color, #101928);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}

.hbiw-h4-bold {
  color: var(--heading-color, #101928);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.56px;
}

.hbiw-h5-regular {
  color: var(--heading-color, #101928);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.hbiw-h5-medium {
  color: var(--heading-color, #101928);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.hbiw-h5-semibold {
  color: var(--heading-color, #101928);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.hbiw-h5-bold {
  color: var(--heading-color, #101928);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.48px;
}

.hbiw-h6-regular {
  color: var(--heading-color, #101928);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.hbiw-h6-medium {
  color: var(--heading-color, #101928);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.hbiw-h6-semibold {
  color: var(--heading-color, #101928);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.hbiw-h6-bold {
  color: var(--heading-color, #101928);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
}

.hbiw-p-large-regular {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-large-medium {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-large-semibold {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-medium-regular {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-medium-medium {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-medium-semibold {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-small-regular {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-small-medium {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-small-semibold {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-xsmall-regular {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-xsmall-medium {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-xsmall-semibold {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 26.1px */
}

.hbiw-p-text-decoration-underline {
  text-decoration-line: underline;
}

.hbiw-p-text-decoration-strikethrough {
  text-decoration-line: strikethrough;
}

/* Shadow/Soft
/* Shadow/Soft/xxsmall */
.hbiw-soft-xxsmall {
  box-shadow: 0px 1.5px 4px -1px rgba(16, 25, 40, 0.07);
}

/* Shadow/Soft/xsmall */
.hbiw-soft-xsmall {
  box-shadow: 0px 2px 4px -1px rgba(16, 25, 40, 0.02), 0px 5px 13px -5px rgba(16, 25, 40, 0.05);
}

/* Shadow/Soft/small  */
.hbiw-soft-small {
  box-shadow: 0px 10px 18px -2px rgba(16, 25, 40, 0.07);
}

/* Shadow/Soft/medium  */
.hbiw-soft-medium {
  box-shadow: 0px 0px 3px -1px rgba(16, 25, 40, 0.04), 0px 14px 22px -9px rgba(16, 25, 40, 0.14);
}

/* Shadow/Soft/large  */
.hbiw-soft-large {
  box-shadow: 0px 4px 6px -2px rgba(16, 25, 40, 0.03), 0px 16px 24px -4px rgba(16, 25, 40, 0.08);
}

/* Shadow/Soft/xlarge   */
.hbiw-soft-xlarge {
  box-shadow: 0px 8px 8px -4px rgba(16, 25, 40, 0.03), 0px 24px 32px -4px rgba(16, 25, 40, 0.08);
}

/* Shadow/Soft/xxlarge   */
.hbiw-soft-xxlarge {
  box-shadow: 0px 32px 54px -12px rgba(16, 25, 40, 0.18);
}

/* Shadow/Soft/xxxlarge   */
.hbiw-soft-xxxlarge {
  box-shadow: 0px 40px 72px -12px rgba(16, 25, 40, 0.14);
}

/* Shadow/Hard */
.hbiw-hard-xxsmall {
  box-shadow: 0px 0px 0px 1px rgba(16, 25, 40, 0.05), 0px 2px 7px 0px rgba(16, 25, 40, 0.05), 0px 2px 5px -2px rgba(16, 25, 40, 0.06);
}

/* Shadow/Hard/xsmall */
.hbiw-soft-xsmall {
  box-shadow: 0px 0px 0px 1px rgba(16, 25, 40, 0.05), 0px 2px 2px -1px rgba(16, 25, 40, 0.04), 0px 2px 12px -1px rgba(16, 25, 40, 0.1);
}

/* Shadow/Hard/small  */
.hbiw-soft-small {
  box-shadow: 0px 0px 0px 1px rgba(16, 25, 40, 0.05), 0px 6px 16px 0px rgba(16, 25, 40, 0.08);
}

/* Shadow/Hard/medium  */
.hbiw-soft-medium {
  box-shadow: 0px 0px 0px 1px rgba(16, 25, 40, 0.05), 0px 0px 3px -1px rgba(16, 25, 40, 0.04), 0px 16px 24px -6px rgba(16, 25, 40, 0.08);
}

.hbiw-hidden {
  display: none !important;
  transition: all var(--duration-default) var(--ease-out-slow);
}

.hbiw-modal-content {
  border-radius: var(--border-radius-8);
  background: var(--shade-white, #FFF);
  padding: 24px 24px 56px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  width: 450px;
  padding: 1.3rem;
  min-height: 250px;
  position: fixed;
  top: 50%;
  z-index: 999999;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-modal-content .hbiw-modal-top .hbiw-close {
  padding: 2px;
  background: #eee;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid var(--main-color);
}
.hbiw-modal-content .hbiw-modal-top .hbiw-close > * {
  height: 100%;
}
.hbiw-modal-content .hbiw-modal-content-wraper {
  max-height: 400px;
  overflow-y: auto;
}
.hbiw-modal-content .hbiw-modal-field:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--boder-color);
}
.hbiw-modal-content .hbiw-modal-field .hbiw-group-field:last-child {
  margin-bottom: 0px;
}

.hbiw-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1;
  transition: all var(--duration-default) var(--ease-out-slow);
}

.hbiw-group-field {
  margin-bottom: 15px;
}
.hbiw-group-field .hbiw-field, .hbiw-group-field .select2-selection, .hbiw-group-field .hbiw-field-form {
  border: 1px solid var(--boder-color);
  max-width: 100%;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  line-height: 145% !important;
  font-size: 16px !important;
  background-color: transparent;
  border-radius: var(--border-radius-8);
  transition: all var(--duration-default) var(--ease-out-slow);
  width: 100%;
  padding: 8px 16px;
}
.hbiw-group-field .hbiw-field:active, .hbiw-group-field .hbiw-field:focus, .hbiw-group-field .hbiw-field:hover, .hbiw-group-field .select2-selection:active, .hbiw-group-field .select2-selection:focus, .hbiw-group-field .select2-selection:hover, .hbiw-group-field .hbiw-field-form:active, .hbiw-group-field .hbiw-field-form:focus, .hbiw-group-field .hbiw-field-form:hover {
  border: 1px solid var(--main-color) !important;
  box-shadow: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  .hbiw-group-field .hbiw-field, .hbiw-group-field .select2-selection, .hbiw-group-field .hbiw-field-form {
    max-width: 533px;
  }
}
.hbiw-group-field .hbiw-field-small {
  padding: 8px 16px;
}
.hbiw-group-field .hbiw-field-lg {
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .hbiw-group-field .hbiw-field-lg {
    padding: 8px 16px;
  }
}
.hbiw-group-field select:hover {
  color: unset;
}
.hbiw-group-field textarea.hbiw-field {
  height: unset;
}

.hbiw-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

@-moz-keyframes hbiw-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes hbiw-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes hbiw-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.hbiw-error-text {
  color: var(--primary-600);
  margin-top: 4px;
}

.hbiw-text-success {
  color: var(--success-400-base);
}

.hbiw-text-error {
  color: var(--error-400-base);
}

.hbiw-pagination {
  align-items: center;
  gap: 8px;
}
.hbiw-pagination li {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hbiw-pagination li a {
  color: var(--grey-400, #98A2B3);
  text-align: center;
  display: flex;
  text-decoration: none;
}
.hbiw-pagination li.active {
  font-weight: 500;
  border: 1px solid var(--primary-400-base, #F56630);
  border-radius: var(--border-radius-6);
}
.hbiw-pagination li.active a {
  color: var(--shade-black);
}

.hbiw-dropdown-wrapper .hbiw-dropdown {
  display: none;
}

.hbiw-thumbnail {
  position: relative;
  overflow: hidden;
}
.hbiw-thumbnail img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateZ(0);
  transition: all 0.3s var(--ease-out-slow);
  width: 100%;
}
.hbiw-thumbnail:hover img {
  transform: scale(1.1);
}

.flatpickr-calendar {
  width: 376px;
  padding: 15px 0px;
}
@media screen and (max-width: 991px) {
  .flatpickr-calendar {
    max-width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .flatpickr-calendar .flatpickr-rContainer {
    width: 100%;
    padding: 24px;
  }
}
.flatpickr-calendar .flatpickr-rContainer .flatpickr-days {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .flatpickr-calendar .flatpickr-rContainer .dayContainer {
    width: 328px;
    max-width: 328px;
    gap: 8px;
  }
}
.flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day {
  margin-top: 0px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day {
    max-width: 40px;
    max-height: 40px;
    line-height: 40px;
    height: 40px;
  }
}
.flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.flatpickr-disabled {
  color: var(--grey-300);
}
.flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.today, .flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.startRange, .flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.endRange, .flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.inRange {
  color: var(--shade-white);
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.flatpickr-calendar .flatpickr-rContainer .dayContainer .flatpickr-day.inRange {
  box-shadow: none;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--main-color);
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover, .numInputWrapper:hover {
  background-color: transparent;
}

span.flatpickr-weekday {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: var(--heading-color);
  max-height: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.hbiw-breadcrumb {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--boder-color, #D0D5DD);
}
.hbiw-breadcrumb .woocommerce-breadcrumb {
  color: var(--grey-700, #344054);
  font-feature-settings: "cv04" on, "cv03" on, "cv01" on;
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 0px;
}

.hbiw-qty-button {
  border-radius: 6px;
  border: 1px solid var(--boder-color, #D0D5DD);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
}
.hbiw-qty-button .minus, .hbiw-qty-button .plus {
  cursor: pointer;
  user-select: none;
}
.hbiw-qty-button input {
  outline: 0;
  font-size: 15px;
  text-align: center;
  width: 32px !important;
  padding: 0 !important;
  margin: 0;
  border: 0;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
  background-color: transparent;
}

.hbiw-button {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius-8);
  display: inline-flex;
  transition: all var(--duration-default) var(--ease-out-slow);
  background-color: var(--main-color);
  color: var(--shade-white);
  border: 1px solid var(--main-color);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  user-select: none;
}
.hbiw-button:hover {
  background-color: var(--main-hover-color);
  border: 1px solid var(--main-hover-color);
  color: var(--shade-white);
}

.hbiw-button-line {
  transition: all var(--duration-default) var(--ease-out-slow);
  border: 1.5px solid var(--shade-white, #FFF);
  border-radius: var(--border-radius-8);
  color: var(--shade-white, #FFF);
}
.hbiw-button-line:hover {
  color: var(--shade-white, #FFF);
}

.hbiw-button-white {
  transition: all var(--duration-default) var(--ease-out-slow);
  background-color: var(--shade-white, #FFF);
  border-radius: var(--border-radius-8);
  color: var(--text-color);
  overflow: hidden;
  position: relative;
}
.hbiw-button-white span {
  position: relative;
  z-index: 2;
  font-family: "Barlow", Sans-serif;
  gap: 8px;
}
.hbiw-button-white:after {
  height: 100%;
  content: "";
  width: 0;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-button-white svg path {
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-button-white:hover {
  color: var(--shade-white, #FFF);
}
.hbiw-button-white:hover svg path {
  fill: var(--shade-white, #FFF);
}
.hbiw-button-white:hover:after {
  width: 100%;
  background: var(--main-color);
}

.hbiw-button-sm {
  padding: 8px 16px;
}

.hbiw-button-md {
  padding: 16px;
}
@media screen and (max-width: 991px) {
  .hbiw-button-md {
    padding: 8px 16px;
  }
}

.hbiw-button-lg {
  padding: 16px 24px;
}
@media screen and (max-width: 991px) {
  .hbiw-button-lg {
    padding: 8px 16px;
  }
}

button.hbiw-submit-form {
  display: flex;
  align-items: center;
}
button.hbiw-submit-form .hbiw-loading {
  width: 20px;
  height: 20px;
  display: flex;
  margin-bottom: 0px;
  -webkit-animation: hbiw-spin 2s linear infinite;
  -moz-animation: hbiw-spin 2s linear infinite;
  animation: hbiw-spin 2s linear infinite;
  display: none;
}

.hbiw-input {
  border-radius: 6px;
  border: 1px solid var(--grey-300, #D0D5DD);
  background: var(--shade-white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  transition: all var(--duration-default) var(--ease-out-slow);
}

.hbiw-input-sm {
  padding: 8px 16px;
}

.hbiw-input-lg {
  padding: 16px 24px;
}

.hbiw-button-service {
  display: inline;
}

.hbiw-container {
  --container-gutter: 30px;
  --page-width: 1470px;
  --container-max-width: calc(var(--page-width) - var(--container-gutter) * 2);
  margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
  margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
}
@media screen and (max-width: 991px) {
  .hbiw-container {
    --container-gutter: 15px;
    --container-full-gutter: 15px;
  }
}

.hbiw-container-fluid {
  width: 100%;
}

.hbiw-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}

.hbiw-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}

.hbiw-col {
  flex: 1 0 0%;
}

.hbiw-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.hbiw-row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.hbiw-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.hbiw-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.hbiw-row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.hbiw-row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.hbiw-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .hbiw-col-sm {
    flex: 1 0 0%;
  }
  .hbiw-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hbiw-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .hbiw-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .hbiw-col-md {
    flex: 1 0 0%;
  }
  .hbiw-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hbiw-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .hbiw-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .hbiw-col-lg {
    flex: 1 0 0%;
  }
  .hbiw-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hbiw-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .hbiw-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .hbiw-col-xl {
    flex: 1 0 0%;
  }
  .hbiw-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hbiw-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .hbiw-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .hbiw-col-xxl {
    flex: 1 0 0%;
  }
  .hbiw-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .hbiw-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .hbiw-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.hbiw-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.hbiw-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.hbiw-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.hbiw-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.hbiw-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.hbiw-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.hbiw-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.hbiw-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.hbiw-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.hbiw-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.hbiw-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.hbiw-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.hbiw-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.hbiw-offset-1 {
  margin-left: 8.33333333%;
}

.hbiw-offset-2 {
  margin-left: 16.66666667%;
}

.hbiw-offset-3 {
  margin-left: 25%;
}

.hbiw-offset-4 {
  margin-left: 33.33333333%;
}

.hbiw-offset-5 {
  margin-left: 41.66666667%;
}

.hbiw-offset-6 {
  margin-left: 50%;
}

.hbiw-offset-7 {
  margin-left: 58.33333333%;
}

.hbiw-offset-8 {
  margin-left: 66.66666667%;
}

.hbiw-offset-9 {
  margin-left: 75%;
}

.hbiw-offset-10 {
  margin-left: 83.33333333%;
}

.hbiw-offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .hbiw-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .hbiw-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hbiw-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .hbiw-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .hbiw-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .hbiw-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hbiw-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .hbiw-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .hbiw-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .hbiw-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-offset-sm-0 {
    margin-left: 0;
  }
  .hbiw-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .hbiw-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .hbiw-offset-sm-3 {
    margin-left: 25%;
  }
  .hbiw-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .hbiw-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .hbiw-offset-sm-6 {
    margin-left: 50%;
  }
  .hbiw-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .hbiw-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .hbiw-offset-sm-9 {
    margin-left: 75%;
  }
  .hbiw-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .hbiw-offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .hbiw-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .hbiw-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hbiw-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .hbiw-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .hbiw-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .hbiw-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hbiw-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .hbiw-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .hbiw-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .hbiw-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-offset-md-0 {
    margin-left: 0;
  }
  .hbiw-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .hbiw-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .hbiw-offset-md-3 {
    margin-left: 25%;
  }
  .hbiw-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .hbiw-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .hbiw-offset-md-6 {
    margin-left: 50%;
  }
  .hbiw-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .hbiw-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .hbiw-offset-md-9 {
    margin-left: 75%;
  }
  .hbiw-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .hbiw-offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .hbiw-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .hbiw-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hbiw-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .hbiw-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .hbiw-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .hbiw-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hbiw-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .hbiw-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .hbiw-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .hbiw-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-offset-lg-0 {
    margin-left: 0;
  }
  .hbiw-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .hbiw-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .hbiw-offset-lg-3 {
    margin-left: 25%;
  }
  .hbiw-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .hbiw-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .hbiw-offset-lg-6 {
    margin-left: 50%;
  }
  .hbiw-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .hbiw-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .hbiw-offset-lg-9 {
    margin-left: 75%;
  }
  .hbiw-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .hbiw-offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .hbiw-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .hbiw-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hbiw-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .hbiw-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .hbiw-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .hbiw-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hbiw-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .hbiw-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .hbiw-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .hbiw-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-offset-xl-0 {
    margin-left: 0;
  }
  .hbiw-offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .hbiw-offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .hbiw-offset-xl-3 {
    margin-left: 25%;
  }
  .hbiw-offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .hbiw-offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .hbiw-offset-xl-6 {
    margin-left: 50%;
  }
  .hbiw-offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .hbiw-offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .hbiw-offset-xl-9 {
    margin-left: 75%;
  }
  .hbiw-offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .hbiw-offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .hbiw-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .hbiw-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .hbiw-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .hbiw-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .hbiw-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .hbiw-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .hbiw-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .hbiw-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .hbiw-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hbiw-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .hbiw-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .hbiw-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .hbiw-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .hbiw-offset-xxl-0 {
    margin-left: 0;
  }
  .hbiw-offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .hbiw-offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .hbiw-offset-xxl-3 {
    margin-left: 25%;
  }
  .hbiw-offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .hbiw-offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .hbiw-offset-xxl-6 {
    margin-left: 50%;
  }
  .hbiw-offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .hbiw-offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .hbiw-offset-xxl-9 {
    margin-left: 75%;
  }
  .hbiw-offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .hbiw-offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.hbiw-inline {
  display: inline !important;
}

.hbiw-inline-block {
  display: inline-block !important;
}

.hbiw-block {
  display: block !important;
}

.hbiw-grid {
  display: grid !important;
}

.hbiw-table {
  display: table !important;
}

.hbiw-table-row {
  display: table-row !important;
}

.hbiw-table-cell {
  display: table-cell !important;
}

.hbiw-flex {
  display: flex !important;
}

.hbiw-inline-flex {
  display: inline-flex !important;
}

.hbiw-none {
  display: none !important;
}

.hbiw-gap-20 {
  gap: 20px;
}

.hbiw-flex-row {
  flex-direction: row !important;
}

.hbiw-flex-column {
  flex-direction: column !important;
}

.hbiw-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.hbiw-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.hbiw-flex-grow-0 {
  flex-grow: 0 !important;
}

.hbiw-flex-grow-1 {
  flex-grow: 1 !important;
}

.hbiw-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.hbiw-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.hbiw-flex-wrap {
  flex-wrap: wrap !important;
}

.hbiw-flex-nowrap {
  flex-wrap: nowrap !important;
}

.hbiw-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.hbiw-justify-content-start {
  justify-content: flex-start !important;
}

.hbiw-justify-content-end {
  justify-content: flex-end !important;
}

.hbiw-justify-content-center {
  justify-content: center !important;
}

.hbiw-justify-content-between {
  justify-content: space-between !important;
}

.hbiw-justify-content-around {
  justify-content: space-around !important;
}

.hbiw-justify-content-evenly {
  justify-content: space-evenly !important;
}

.hbiw-align-items-start {
  align-items: flex-start !important;
}

.hbiw-align-items-end {
  align-items: flex-end !important;
}

.hbiw-align-items-center {
  align-items: center !important;
}

.hbiw-align-items-baseline {
  align-items: baseline !important;
}

.hbiw-align-items-stretch {
  align-items: stretch !important;
}

.hbiw-align-content-start {
  align-content: flex-start !important;
}

.hbiw-align-content-end {
  align-content: flex-end !important;
}

.hbiw-align-content-center {
  align-content: center !important;
}

.hbiw-align-content-between {
  align-content: space-between !important;
}

.hbiw-align-content-around {
  align-content: space-around !important;
}

.hbiw-align-content-stretch {
  align-content: stretch !important;
}

.hbiw-align-self-auto {
  align-self: auto !important;
}

.hbiw-align-self-start {
  align-self: flex-start !important;
}

.hbiw-align-self-end {
  align-self: flex-end !important;
}

.hbiw-align-self-center {
  align-self: center !important;
}

.hbiw-align-self-baseline {
  align-self: baseline !important;
}

.hbiw-align-self-stretch {
  align-self: stretch !important;
}

.hbiw-text-center {
  text-align: center;
}

.hbiw-text-left {
  text-align: left;
}

.hbiw-text-right {
  text-align: right;
}

.hbiw-service-wrapper {
  position: relative;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item:hover .hbiw-service-item__content_box {
  border-bottom: 1px solid var(--main-color, #B47F3E);
  margin-top: -32px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item:hover .hbiw-service-item__content_blog .hbiw-service-item__content_box {
  border-bottom: none;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item:hover .hbiw-service-item__image img {
  transform: scale(1);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__image .hbiw-thumbnail {
  border-radius: 8px 8px 0px 0px;
  cursor: pointer;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__image .hbiw-thumbnail img {
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content {
  padding: 0px 24px 0px 0px;
  z-index: 1;
  position: relative;
  background: transparent;
}
@media (max-width: 576px) {
  .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content {
    padding: 0px 15px 0px 0px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog {
  padding: 0px 24px 24px 24px;
  display: none;
}
@media (max-width: 576px) {
  .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog {
    padding: 0px 15px 15px 15px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box {
  row-gap: 12px;
  padding: 24px;
  box-shadow: 2px 4px 24px 0px rgba(16, 25, 40, 0.2);
  border-radius: 8px;
  margin-top: -65px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .meta-blog {
  position: relative;
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .meta-blog .dot {
  position: relative;
  width: 32px;
  margin-right: 10px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .meta-blog .dot:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 1px;
  background: var(--text-color, #344054);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .meta-blog .meta {
  text-transform: uppercase;
  letter-spacing: 1.68px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .meta-blog .meta a {
  color: var(--text-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content.hbiw-service-item__content_blog .hbiw-service-item__content_box .hbiw-title {
  font-family: "Playfair Display";
  margin-bottom: 0px;
  margin-top: 0px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box {
  padding: 24px 24px 24px 0px;
  background: #FFF;
  margin-top: -24px;
  border-radius: 0px 8px 0px 0px;
  position: relative;
  overflow: hidden;
  transition: all var(--duration-default) var(--ease-out-slow);
}
@media (max-width: 576px) {
  .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box {
    padding: 15px 15px 15px 0px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box_title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "Playfair Display";
  cursor: pointer;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box_title.hbiw-h6-semibold {
  margin-bottom: 16px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box_title:hover {
  color: var(--main-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box_content {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box_content li {
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 0px;
  color: var(--grey-500);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price > span {
  color: var(--main-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box ul {
  gap: 6px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box ul li {
  gap: 8px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box ul li .icon {
  display: flex;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-link_service {
  gap: 8px;
  color: var(--main-color);
  font-family: "Barlow", Sans-serif;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-link_service svg path {
  fill: var(--main-color, #B47F3E);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box a.title {
  display: flex;
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box a.title h3 {
  width: 100%;
  font-family: "Playfair Display";
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box a.title .hbiw-service-item__content_box_title_room {
  margin-top: 8px;
  margin-bottom: 20px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .footer-item {
  display: flex;
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .footer-item a {
  color: var(--main-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-content-meta-top {
  display: flex;
  gap: 20px;
  color: var(--grey-500, #667185);
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-content-meta-top .hbiw-content-meta-badge {
  padding: 8px 12px;
  color: var(--error-500, #CB1A14);
  border-radius: 4px;
  background: var(--error-50, #FBEAE9);
  font-family: "Barlow";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .short-description {
  margin-top: 0px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-content-meta-product {
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 576px) {
  .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-content-meta-product {
    gap: 15px;
  }
  .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .hbiw-content-meta-product span {
    font-size: 15px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price_room {
  display: flex;
  padding: 6px 12px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--background-color, #F0F2F5);
  width: auto;
  font-family: "Barlow";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-top: 0px;
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price_room del {
  color: var(--heading-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price_room del bdi {
  font-weight: 400;
  color: var(--heading-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price_room ins {
  text-decoration: none;
  font-weight: 600;
  color: var(--main-color);
}
.hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__content_box .price_room bdi {
  text-decoration: none;
  font-weight: 600;
  color: var(--main-color);
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list {
  display: flex;
  gap: 32px;
  padding: 32px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--boder-color, #E4E7EC);
  flex-wrap: wrap;
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list:hover {
  border: 1px solid var(--main-color);
}
@media screen and (max-width: 767px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list {
    gap: 15px;
    padding: 15px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail {
  overflow: hidden;
  border-radius: var(--border-radius-8);
  width: 317px;
  height: 292px;
}
@media screen and (min-width: 1200px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail {
    width: 564px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail {
    width: 100%;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail img {
  width: 317px;
  height: 292px;
  border-radius: var(--border-radius-8);
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail img {
    width: 564px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-thumbnail img {
    width: 100%;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-service-item__content {
  width: calc(100% - 32px - 317px);
}
@media screen and (min-width: 1200px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-service-item__content {
    width: calc(100% - 32px - 564px);
  }
}
@media screen and (max-width: 991px) {
  .hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-service-item__content {
    width: 100%;
    padding-right: 0px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-1.item-room-list .hbiw-service-item__content .hbiw-service-item__content_box {
  padding: 0px;
  margin-top: 0px;
}
.hbiw-service-wrapper.hbiw-service-style-2 {
  cursor: pointer;
  border-radius: var(--border-radius-8);
  position: relative;
  overflow: hidden;
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper {
  padding: 32px;
  color: #FFF;
  z-index: 1;
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper .hbiw-service-item__content-title {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper .hbiw-service-item__content-title {
    font-size: 28px;
  }
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper .hbiw-service-item__content-content {
  margin-top: 20px;
  margin-bottom: 32px;
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper .hbiw-service-item__content {
  z-index: 1;
  position: relative;
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  transition: all var(--duration-default) var(--ease-out-slow);
}
.hbiw-service-wrapper.hbiw-service-style-2:hover .hbiw-content-wrapper:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.hbiw-service-wrapper.hbiw-service-style-2:hover .hbiw-content-wrapper .hbiw-service-item__content {
  transform: translate3d(0, -32px, 0);
}
@media screen and (max-width: 767px) {
  .hbiw-service-wrapper.hbiw-service-style-2:hover .hbiw-content-wrapper .hbiw-service-item__content {
    transform: translate3d(0, -20px, 0);
  }
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-button-service {
  display: inline-block;
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-button-service a {
  display: flex;
  align-items: center;
}
.hbiw-service-wrapper.hbiw-service-style-2 .hbiw-button-service a span {
  gap: 8px;
}
.hbiw-service-wrapper.hbiw-services-item .hbiw-service-item__content_box a.title h3 {
  margin-bottom: 12px;
}

.hbiw-col-lg-3 .hbiw-service-wrapper.hbiw-service-style-1 .hbiw-service-item__image .hbiw-thumbnail img {
  height: 292px;
}

.hbiw-content {
  flex-wrap: wrap;
  column-gap: var(--space-width);
  row-gap: var(--space-width);
  display: flex;
}
@media (max-width: 991px) {
  .hbiw-content {
    column-gap: 15px;
  }
}
.hbiw-content .hbiw-thumbnail img {
  height: 210px;
  width: 100%;
}
.hbiw-content .hbiw-col-12 {
  width: 100%;
}
.hbiw-content .hbiw-col-6 {
  width: calc((100% - var(--space-width)) / 2);
}
.hbiw-content .hbiw-col-3 {
  width: calc((100% - var(--space-width) * 2) / 3);
}
.hbiw-content .hbiw-col-4 {
  width: calc((100% - var(--space-width) * 3) / 4);
}
@media (min-width: 576px) {
  .hbiw-content .hbiw-col-sm-6 {
    width: calc((100% - var(--space-width)) / 2);
  }
  .hbiw-content .hbiw-col-sm-3 {
    width: calc((100% - var(--space-width) * 2) / 3);
  }
  .hbiw-content .hbiw-col-sm-4 {
    width: calc((100% - var(--space-width) * 3) / 4);
  }
}
@media (min-width: 768px) {
  .hbiw-content .hbiw-col-md-6 {
    width: calc((100% - var(--space-width)) / 2);
  }
  .hbiw-content .hbiw-col-md-3 {
    width: calc((100% - var(--space-width) * 2) / 3);
  }
  .hbiw-content .hbiw-col-md-4 {
    width: calc((100% - var(--space-width) * 3) / 4);
  }
}
@media (min-width: 992px) {
  .hbiw-content .hbiw-col-lg-6 {
    width: calc((100% - var(--space-width)) / 2);
  }
  .hbiw-content .hbiw-col-lg-3 {
    width: calc((100% - var(--space-width) * 2) / 3);
  }
  .hbiw-content .hbiw-col-lg-4 {
    width: calc((100% - var(--space-width) * 3) / 4);
  }
}
@media (min-width: 1200px) {
  .hbiw-content .hbiw-col-xl-6 {
    width: calc((100% - var(--space-width)) / 2);
  }
  .hbiw-content .hbiw-col-xl-3 {
    width: calc((100% - var(--space-width) * 2) / 3);
  }
  .hbiw-content .hbiw-col-xl-4 {
    width: calc((100% - var(--space-width) * 3) / 4);
  }
}

.hbiw-slider-in-mobile .hbiw-custom-dot {
  display: none;
}
.hbiw-slider-in-mobile .swiper-wrapper {
  width: 100%;
}
.hbiw-slider-in-mobile .hbiw-slider-service-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hbiw-slider-in-mobile .hbiw-content {
    row-gap: unset;
    column-gap: unset;
  }
  .hbiw-slider-in-mobile .hbiw-custom-dot {
    width: fit-content;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: transparent;
    color: var(--main-color);
    padding: 4px 12px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid var(--main-color);
  }
  .hbiw-slider-in-mobile .hbiw-custom-dot .hbiw-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    margin: 0px 4px;
  }
  .hbiw-slider-in-mobile .hbiw-custom-dot .hbiw-button-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    height: unset;
    width: unset;
  }
  .hbiw-slider-in-mobile .hbiw-custom-dot .hbiw-button-navigation svg {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 16px;
    height: 16px;
  }
  .hbiw-slider-in-mobile .swiper-wrapper {
    flex-wrap: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .hbiw-slider-in-mobile .hbiw-button-navigation svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hbiw-slider-in-mobile .swiper-slide {
    padding-left: 0px;
    padding-right: 0px;
    width: calc((100% - 40px) / 1);
  }
}

.hbiw-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hbiw-background-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40.58%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.hbiw-background-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.hbiw-background-wrapper + .hbiw-content-wrapper {
  position: relative;
}

.hbiw-list-service .swiper-wrapper .swiper-slide-active .hbiw-service-item__content.hbiw-service-item__content_blog {
  display: block;
}
.hbiw-list-service .hbiw-service-blog .hbiw-service-item__image .hbiw-thumbnail {
  border-radius: 8px;
}

.hbiw-type-slider .hbiw-list-service-wrapper.hbiw-coverflow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hbiw-type-slider .hbiw-list-service-wrapper.hbiw-coverflow .swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .hbiw-type-slider .hbiw-list-service-wrapper.hbiw-coverflow .swiper-slide {
    width: 680px !important;
  }
}
.hbiw-type-slider .hbiw-list-service-wrapper.hbiw-coverflow .swiper-slide img {
  width: 100%;
}
.hbiw-type-slider .hbiw-list-service-wrapper.hbiw-coverflow .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hbiw-component-arrow-slider {
  z-index: 9;
  display: flex;
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.hbiw-component-arrow-slider .arrow-slider-content {
  display: flex;
  margin: auto;
}
.hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 12px;
  border-radius: 50%;
  border-radius: 36px;
  background: var(--shade-white, #FFF);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation {
    display: none;
  }
}
.hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation.hbiw-button-prev {
  left: 24px;
}
@media screen and (max-width: 767px) {
  .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation.hbiw-button-prev {
    left: 10px;
  }
}
.hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation.hbiw-button-next {
  right: 24px;
}
@media screen and (max-width: 767px) {
  .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation.hbiw-button-next {
    right: 10px;
  }
}

.hbiw-custom-dot {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hbiw-custom-dot .hbiw-pagination {
  width: fit-content;
  margin: auto;
  left: 0;
  grid-gap: 8px;
  right: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.hbiw-custom-dot .hbiw-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  background: var(--heading-color, #101928);
}
.hbiw-custom-dot .hbiw-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.hbiw-countdown-timer-wraper .countdown_wp {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .hbiw-countdown-timer-wraper .countdown_wp {
    gap: 8px;
  }
}
.hbiw-countdown-timer-wraper .countdown_wp .container_count {
  display: flex;
  padding: 8px 24px 24px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--shade-white);
  gap: 8px;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.68px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid var(--shade-white);
}
@media (max-width: 767px) {
  .hbiw-countdown-timer-wraper .countdown_wp .container_count {
    padding: 8px;
    width: calc((100% - 24px) / 4);
  }
}
.hbiw-countdown-timer-wraper .countdown_wp .container_count .time {
  font-family: "Playfair Display";
  font-size: 60px;
  min-width: 65px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 60px */
  letter-spacing: -2.4px;
}
@media (max-width: 767px) {
  .hbiw-countdown-timer-wraper .countdown_wp .container_count .time {
    min-width: 65px;
    font-size: 36px;
  }
}

#hbiw-price-info {
  text-align: center;
  background: var(--main-color);
  padding: 2px;
  color: #FFF;
  font-weight: 500;
}
@media (min-width: 768px) {
  #hbiw-price-info {
    display: none;
  }
}

.hbiw-room-rates {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 8px;
  background: var(--background-color, #F0F2F5);
  padding: 32px;
  gap: 32px;
}
@media (max-width: 767px) {
  .hbiw-room-rates {
    padding: 24px;
    font-size: 24px;
    gap: 24px;
  }
}
.hbiw-room-rates--heading {
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hbiw-room-rates--heading {
    display: block !important;
  }
}
.hbiw-room-rates--heading-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Playfair Display";
  width: calc(50% - 16px);
}
@media (max-width: 991px) {
  .hbiw-room-rates--heading-title {
    width: 100%;
    font-size: 24px;
  }
}
.hbiw-room-rates #hbiw-calendar-controls {
  width: calc(50% - 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--grey-200, #E4E7EC);
  background: var(--shade-white, #FFF);
  padding: 12px;
}
@media (max-width: 991px) {
  .hbiw-room-rates #hbiw-calendar-controls {
    width: 100%;
  }
}
.hbiw-room-rates #hbiw-calendar-controls button {
  padding: 0px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}
.hbiw-room-rates .hbiw-table-price {
  border-spacing: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hbiw-room-rates .hbiw-table-price thead th {
  font-weight: 600;
  background: var(--shade-white, #FFF);
}
.hbiw-room-rates .hbiw-table-price tr {
  display: flex;
  gap: 8px;
}
.hbiw-room-rates .hbiw-table-price tr th, .hbiw-room-rates .hbiw-table-price tr td {
  font-family: "Barlow";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  border: 1px solid var(--grey-200, #E4E7EC);
  width: calc((100% - 32px) / 7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
}
.hbiw-room-rates .hbiw-table-price tr th:hover, .hbiw-room-rates .hbiw-table-price tr td:hover {
  background-color: var(--shade-white);
  color: var(--main-color);
}
.hbiw-room-rates #hbiw-calendar-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hbiw-room-rates #hbiw-calendar-body tr:first-child {
  display: none;
}
.hbiw-room-rates .select-time {
  display: flex;
  gap: 32px;
}
.hbiw-room-rates .select-time select {
  outline: none;
  border: none;
  font-size: 16px;
  font-family: "Barlow";
  font-weight: 600;
}
.hbiw-room-rates .price-cell, .hbiw-room-rates .booked-cell, .hbiw-room-rates .unavailable-cell, .hbiw-room-rates .default-cell {
  position: relative;
}
.hbiw-room-rates .price-cell .hbiw-tooltip, .hbiw-room-rates .booked-cell .hbiw-tooltip, .hbiw-room-rates .unavailable-cell .hbiw-tooltip, .hbiw-room-rates .default-cell .hbiw-tooltip {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: var(--main-color, #B47F3E);
  color: white;
  border-radius: 5px;
  z-index: 1;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.hbiw-room-rates .price-cell:hover .hbiw-tooltip, .hbiw-room-rates .booked-cell:hover .hbiw-tooltip, .hbiw-room-rates .unavailable-cell:hover .hbiw-tooltip, .hbiw-room-rates .default-cell:hover .hbiw-tooltip {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .hbiw-room-rates .price-cell:hover .hbiw-tooltip, .hbiw-room-rates .booked-cell:hover .hbiw-tooltip, .hbiw-room-rates .unavailable-cell:hover .hbiw-tooltip, .hbiw-room-rates .default-cell:hover .hbiw-tooltip {
    display: none;
  }
}
.hbiw-room-rates #hbiw-calendar-controls {
  margin-top: 20px;
}
.hbiw-room-rates #price-info {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
}
.hbiw-room-rates #custom-alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-color, #B47F3E);
  color: white;
  padding: 15px;
  border-radius: 5px;
  z-index: 2;
}
.hbiw-room-rates .booked-cell {
  background-color: orange; /* Màu cam cho các ô được đặt trạng thái "Booked" */
  color: #FFF;
}
.hbiw-room-rates .unavailable-cell {
  background-color: red; /* Màu đỏ cho các ô được đặt trạng thái "Unavailable" */
  color: #FFF;
}

.hbiw-tab-list-wrapper-content {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .hbiw-tab-list-wrapper-content {
    gap: 15px;
  }
}
.hbiw-tab-list-wrapper-content ul.hbiw-tab-list {
  list-style: none;
  padding: 0px;
  width: 276px;
}
@media (max-width: 991px) {
  .hbiw-tab-list-wrapper-content ul.hbiw-tab-list {
    width: 100%;
    gap: 10px;
    white-space: nowrap;
    grid-auto-flow: column;
    align-items: center;
    display: grid !important;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    justify-content: unset;
  }
}
.hbiw-tab-list-wrapper-content ul.hbiw-tab-list li {
  padding: 20px 20px 20px 0px;
  border-top: 1px solid var(--boder-color);
  cursor: pointer;
}
@media (max-width: 991px) {
  .hbiw-tab-list-wrapper-content ul.hbiw-tab-list li {
    padding: 0px;
    border-top: none;
    display: flex;
  }
}
.hbiw-tab-list-wrapper-content ul.hbiw-tab-list li .tab-pannel {
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  color: var(--heading-color);
}
@media (max-width: 991px) {
  .hbiw-tab-list-wrapper-content ul.hbiw-tab-list li .tab-pannel {
    font-size: 18px;
  }
}
.hbiw-tab-list-wrapper-content ul.hbiw-tab-list li.active .tab-pannel, .hbiw-tab-list-wrapper-content ul.hbiw-tab-list li:hover .tab-pannel {
  color: var(--main-color);
}
.hbiw-tab-list-wrapper-content .wrapper-content-tab {
  width: calc(100% - 276px - 32px);
  background-color: var(--shade-white);
  padding: 32px;
  border-radius: var(--border-radius-8);
}
@media (max-width: 991px) {
  .hbiw-tab-list-wrapper-content .wrapper-content-tab {
    width: 100%;
    padding: 24px;
  }
}
.hbiw-tab-list-wrapper-content .wrapper-content-tab .hbiw-content-tab {
  display: none;
}
.hbiw-tab-list-wrapper-content .wrapper-content-tab .hbiw-content-tab.active {
  display: block;
}
.hbiw-tab-list-wrapper-content .wrapper-content-tab .hbiw-content-tab p {
  margin-top: 0px;
}
.hbiw-tab-list-wrapper-content .wrapper-content-tab .hbiw-content-tab ul {
  color: var(--grey-700, #344054);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
}

.hbiw-sliders .hbiw-slider-service-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide {
    width: 924px !important;
  }
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide img {
  border-radius: 8px;
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--heading-color);
  opacity: 0.5;
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide .hbiw-service-item__content {
  z-index: 1;
  position: absolute;
  transition: all var(--duration-default) var(--ease-out-slow);
  bottom: 0px;
  left: 0px;
  width: 100%;
  justify-content: space-between;
  padding: 30px;
  display: none;
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide .hbiw-service-item__content .hbiw-service-item__content-title {
  color: #FFF;
  font-family: "Playfair Display", Sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide .hbiw-service-item__content .hbiw-service-item__content-title {
    font-size: 24px;
  }
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide.swiper-slide-active .hbiw-service-item__content {
  display: flex;
}
.hbiw-sliders .hbiw-slider-service-wrapper .swiper-slide:hover .hbiw-service-item__content {
  transform: translate3d(0, -32px, 0);
}
@media screen and (max-width: 767px) {
  .hbiw-sliders .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
  }
  .hbiw-sliders .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation svg {
    width: 30px;
    height: 30px;
  }
}

.hbiw-testimonial {
  padding: 24px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--boder-color, #E4E7EC);
}
.hbiw-testimonial .item-testimonial .top-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.hbiw-testimonial .item-testimonial .top-item .author-meta {
  min-width: 50%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.hbiw-testimonial .item-testimonial .top-item .author-meta .hbiw-avatar {
  width: 60px;
}
.hbiw-testimonial .item-testimonial .top-item .author-meta .hbiw-avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.hbiw-testimonial .item-testimonial .top-item .author-meta .infor {
  width: calc(100% - 60px - 16px);
}
.hbiw-testimonial .item-testimonial .top-item .author-meta .infor h4 {
  margin-top: 0px;
  margin-bottom: 4px;
}
.hbiw-testimonial .item-testimonial .top-item .author-meta .infor p {
  font-family: "Barlow";
  margin-top: 0px;
  margin-bottom: 0px;
}
.hbiw-testimonial .item-testimonial hr {
  background: var(--boder-color, #E4E7EC);
  height: 1px;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
.hbiw-testimonial .hbiw-content-testimonial {
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
  color: var(--grey-700, #344054);
}
.hbiw-testimonial .hbiw-content-testimonial h1, .hbiw-testimonial .hbiw-content-testimonial h2, .hbiw-testimonial .hbiw-content-testimonial h3, .hbiw-testimonial .hbiw-content-testimonial h4, .hbiw-testimonial .hbiw-content-testimonial h5 {
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: -0.4px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: var(--secondary-900);
}
.hbiw-testimonial .hbiw-content-testimonial p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: var(--grey-700, #344054);
}

.hbiw-content *, .hbiw-content :after, .hbiw-content :before {
  box-sizing: border-box;
}

.single-product .hbiw-slider-thumb {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-product .hbiw-slider-thumb .hbiw-thumbnails-slider {
    border-radius: 8px;
    overflow: hidden;
  }
}
.single-product .hbiw-slider-thumb .hbiw-thumbnails-slider img {
  max-height: 616px;
  width: 924px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-product .hbiw-slider-thumb .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
  }
  .single-product .hbiw-slider-thumb .hbiw-component-arrow-slider .arrow-slider-content .hbiw-button-navigation svg {
    width: 30px;
    height: 30px;
  }
}
.single-product .hbiw-content .hbiw-content-left {
  width: calc((100% - var(--space-width) * 1) * 2 / 3);
}
@media screen and (max-width: 767px) {
  .single-product .hbiw-content .hbiw-content-left {
    width: 100%;
  }
}
.single-product .hbiw-content .hbiw-content-right {
  width: calc((100% - var(--space-width) * 1) * 1 / 3);
}
@media screen and (max-width: 767px) {
  .single-product .hbiw-content .hbiw-content-right {
    width: 100%;
  }
}
.single-product .hbiw-content .hbiw-content-right .hbiw-form-booking {
  padding: 32px;
  border-radius: var(--border-radius-8);
  background: var(--background-color, #F0F2F5);
}
@keyframes fadeInOutLoop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.single-product .hbiw-content .hbiw-content-right .hbiw-form-booking p.price {
  border-radius: var(--border-radius-8);
  background: var(--shade-white);
  padding: 12px 16px;
  position: relative;
}
.single-product .hbiw-content .hbiw-content-right .hbiw-form-booking p.price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
  opacity: 0; /* Ban đầu ẩn */
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}
.single-product .hbiw-content .hbiw-content-right .hbiw-form-booking .price.loading::after {
  animation: fadeInOutLoop 2s infinite ease-in-out;
}
.single-product .product-type-hotel-booking-industry .hbiw-breadcrumb {
  margin-bottom: 72px;
}
@media (max-width: 991px) {
  .single-product .product-type-hotel-booking-industry .hbiw-breadcrumb {
    margin-bottom: 30px;
  }
}
.single-product .product-type-hotel-booking-industry .hbiw-content-main {
  margin-top: 72px;
}
@media (max-width: 991px) {
  .single-product .product-type-hotel-booking-industry .hbiw-content-main {
    margin-top: 30px;
  }
}
.single-product .product-type-hotel-booking-industry .hbiw-content-main .hbiw-content-meta h3 {
  color: var(--heading-color, #101928);
  font-family: "Playfair Display";
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .single-product .product-type-hotel-booking-industry .hbiw-content-main .hbiw-content-meta h3 {
    font-size: 36px;
  }
}
.single-product .product-type-hotel-booking-industry .hbiw-content-main .hbiw-content-meta-top {
  display: flex;
  gap: 20px;
  color: var(--grey-500, #667185);
  font-family: "Barlow";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  align-items: center;
}
.single-product .product-type-hotel-booking-industry .hbiw-content-main .hbiw-content-meta-top .hbiw-content-meta-badge {
  padding: 8px 12px;
  color: var(--error-500, #CB1A14);
  border-radius: 4px;
  background: var(--error-50, #FBEAE9);
}

.hbiw-content-meta-product {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.hbiw-content-meta-product .item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--main-color, #B47F3E);
}
.hbiw-content-meta-product .item svg path {
  fill: var(--main-color, #B47F3E);
}
.hbiw-content-meta-product .hbiw-custom-data {
  width: 100%;
}

.woocommerce .hbiw-form-booking {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.woocommerce .hbiw-form-booking p.price {
  color: var(--heading-color, #101928) !important;
  font-family: Barlow;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin: 0px;
}
.woocommerce .hbiw-form-booking p.price span.amount {
  color: var(--main-color, #B47F3E);
}
.woocommerce .hbiw-form-booking p.price ins {
  text-decoration: none;
}
.woocommerce .hbiw-form-booking .hbiw-group-field .hbiw-field-form {
  max-width: unset;
  width: unset;
}
.woocommerce .hbiw-form-booking .quantity {
  display: flex;
  height: 0px;
}
.woocommerce .hbiw-form-booking .quantity .qty {
  min-height: 0px !important;
  height: 0px;
  padding: 0px !important;
  border: none !important;
}
.woocommerce .hbiw-form-booking .cart {
  margin-bottom: 0px !important;
}
.woocommerce .hbiw-form-booking .cart .hbiw-button, .woocommerce .hbiw-form-booking .cart .hbiw-button:disabled {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius-8);
  display: inline-flex;
  transition: all var(--duration-default) var(--ease-out-slow);
  background-color: var(--main-color) !important;
  color: var(--shade-white);
  border: 1px solid var(--main-color);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  user-select: none;
  padding: 16px 24px;
  width: 100%;
  margin-top: 17px;
}
.woocommerce .hbiw-form-booking .cart .hbiw-button:hover, .woocommerce .hbiw-form-booking .cart .hbiw-button:disabled:hover {
  background-color: var(--main-hover-color);
  border: 1px solid var(--main-hover-color);
  color: var(--shade-white);
}
@media screen and (max-width: 991px) {
  .woocommerce .hbiw-form-booking .cart .hbiw-button, .woocommerce .hbiw-form-booking .cart .hbiw-button:disabled {
    padding: 8px 16px;
  }
}

.hbiw-social {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  z-index: 2;
  gap: 24px;
}

.mfp-iframe-holder .mfp-close {
  font-size: 30px;
}

.woocommerce-breadcrumb {
  font-family: "Barlow";
}
.woocommerce-breadcrumb a {
  font-family: "Barlow";
}

.hbiw-gap-lg {
  gap: 32px;
}

.hbiw-gap-md {
  gap: 30px;
}

.hbiw-gap-sm {
  gap: 24px;
}

.hbiw-subscribe-form-wrapper {
  display: inline-block;
}
.hbiw-subscribe-form-wrapper .hbiw-form-email-singup .form-row .hbiw-group-field {
  gap: 12px;
  flex-wrap: wrap;
}
.hbiw-subscribe-form-wrapper .hbiw-form-email-singup .form-row .hbiw-group-field input {
  max-width: 533px;
}
@media screen and (min-width: 768px) {
  .hbiw-subscribe-form-wrapper .hbiw-form-email-singup .form-row .hbiw-group-field input {
    padding: 16px;
  }
}

form .hbiw-dropdown-wrapper {
  width: 100%;
  position: relative;
}
form .hbiw-dropdown-wrapper.active .hbiw-dropdown {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}
form .hbiw-dropdown-wrapper .hbiw-dropdown {
  position: absolute;
  z-index: 9;
  border-radius: 8px;
  background: var(--shade-white);
  box-shadow: 0px 4px 6px -2px rgba(16, 25, 40, 0.03), 0px 16px 24px -4px rgba(16, 25, 40, 0.08);
  width: 100%;
  top: 100%;
  padding: 16px;
  list-style: none;
}
form .hbiw-dropdown-wrapper .hbiw-dropdown.hbiw-list-hotel {
  gap: 0px;
}
form .hbiw-dropdown-wrapper .hbiw-dropdown.hbiw-list-hotel li {
  padding-top: 12px;
  padding-bottom: 12px;
}
form .hbiw-dropdown-wrapper .hbiw-dropdown.hbiw-list-hotel li:not(:last-child) {
  border-bottom: 1px solid var(--line-color, #E4E7EC);
}
form .hbiw-dropdown-wrapper .hbiw-dropdown li a {
  cursor: pointer;
  width: 100%;
  display: block;
  color: var(--heading-color, #101928);
  font-family: "Barlow", Sans-serif;
}
form .guests-wrapper .minus, form .guests-wrapper .plus {
  cursor: pointer;
  user-select: none;
}
form .guests-wrapper .guests-button {
  border-radius: 6px;
  border: 1px solid var(--boder-color, #D0D5DD);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  form .guests-wrapper .guests-button {
    padding: 6px 8px;
  }
}
form .guests-wrapper input {
  outline: 0;
  font-size: 15px;
  text-align: center;
  width: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  pointer-events: none;
  display: inline-block;
}

.hbiw-search-form__el {
  display: inline-block;
  padding: 30px;
  width: 100%;
  background: var(--shade-white);
  box-shadow: 0px 4px 6px -2px rgba(16, 25, 40, 0.03), 0px 16px 24px -4px rgba(16, 25, 40, 0.08);
  border-radius: var(--border-radius-8);
}
@media screen and (max-width: 767px) {
  .hbiw-search-form__el {
    padding: 15px;
  }
}
.hbiw-search-form__el form {
  gap: 20px;
  flex-wrap: wrap;
}
.hbiw-search-form__el form button {
  width: 130px;
}
@media screen and (max-width: 991px) {
  .hbiw-search-form__el form {
    flex-direction: column;
    gap: 15px;
  }
}
.hbiw-search-form__el form .hbiw-group-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .hbiw-search-form__el form .hbiw-group-field {
    width: calc((100% - 60px - 130px) / 3);
  }
}
.hbiw-search-form__el form .hbiw-group-field i {
  display: flex;
}
.hbiw-search-form__el form .hbiw-group-field .hbiw-field-form {
  cursor: pointer;
}

.woocommerce .hbiw-field, .woocommerce .select2-selection {
  border: 1px solid #E4E7EC !important;
  min-height: 46px !important;
  max-width: 100%;
  padding: 15px !important;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  line-height: 145%;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
}
.woocommerce .hbiw-field:active, .woocommerce .hbiw-field:focus, .woocommerce .hbiw-field:hover, .woocommerce .select2-selection:active, .woocommerce .select2-selection:focus, .woocommerce .select2-selection:hover {
  border: 1px solid var(--main-color) !important;
  box-shadow: none;
  outline: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius-8);
  display: inline-flex;
  transition: all var(--duration-default) var(--ease-out-slow);
  background-color: var(--main-color);
  color: var(--shade-white);
  border: 1px solid var(--main-color);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  user-select: none;
  padding: 16px 24px;
  width: 100%;
  margin-top: 17px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--main-hover-color);
  border: 1px solid var(--main-hover-color);
  color: var(--shade-white);
}
@media screen and (max-width: 991px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 8px 16px;
  }
}

body,
.wc-block-components-product-metadata p,
.wc-block-components-product-metadata li {
  font-size: 16px;
  line-height: 1.45;
}

.components-button {
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--border-radius-8);
  display: inline-flex;
  transition: all var(--duration-default) var(--ease-out-slow);
  background-color: var(--main-color);
  color: var(--shade-white);
  border: 1px solid var(--main-color);
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  user-select: none;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
}

/*# sourceMappingURL=main.css.map */
