.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Panton, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #2b2b2b;
}
body {
  overflow-x: hidden !important;
}
svg {
  fill: #384941 !important;
}
.pb-0 {
  padding-bottom: 0;
}
.pyht-app {
  background-color: #f4f4f4;
  position: relative;
  width: 100%;
}
.pyht-app .screen {
  padding-bottom: 163px;
  padding-top: 40px;
}
.pyht-app .screen h1 {
  margin-bottom: 5px;
}
.pyht-app .screen .subtitle {
  font-size: 15px;
  line-height: 22px;
}
.pyht-app .section-label {
  color: #959595;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.pyht-app .icon-button.icon-button-tick {
  padding: 30px 40px 30px 20px;
}
.pyht-app .icon-button {
  align-items: center;
  border: none;
  border-radius: 0;
  /* border-top: 4px solid #fff; */
  cursor: pointer;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0;
  margin: 10px 0;
  padding: 30px 25% 30px 20px;
  text-align: left;
  text-transform: none;
}
.btn.btn-secondary {
  color: #656565;
  border-color: #ddd;
  background: #fff;
}
.pyht-house-type-selector .btn::before {
  display: none;
}

.pyht-app .icon-button .icon-button-title {
  display: block;
  width: 75%;
}
.btn span {
  position: relative;
}
.pyht-app .screen-choose-floorplan .promo img {
  width: 100%;
}
.pyht-app .screen-choose-floorplan .promo {
  margin-top: 30px;
}
.pyht-app .pyht-house-type-selector .icon-house-single-story svg {
  width: 90%;
}
.pyht-app .icon-button .left-icon svg {
  margin: auto;
}
.pyht-app .pyht-house-type-selector .icon-house-single-story svg {
  width: 90%;
}
.pyht-app .icon-button .left-icon {
  display: block;
  margin-right: 20px;
  position: relative;
  width: 25%;
}
.pyht-app .icon-button .icon-check-mark-circle {
  width: 30px;
}
.pyht-app .pyht-house-filters .filters-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.pyht-app .pyht-house-filters .filter-btns .btn:first-child {
  margin-left: 0;
}
.pyht-app .pyht-house-filters .filter-btns {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pyht-app .pyht-house-filters {
  display: flex;
  /* flex-wrap: wrap; */
}
.pyht-app
  .screen-choose-floorplan
  .pyht-house-filters.state-nsw
  .filter-section {
  align-items: flex-start;
  flex-direction: column;
}
.pyht-app .pyht-house-filters .filter-btns .btn {
  border: 1px solid #00000015;
  font-weight: 400;
  height: 50px;
  margin-left: 10px;
  padding: 0;
  width: 50px;
}
.pyht-app
  .screen-choose-floorplan
  .pyht-house-filters.state-nsw
  .filter-section {
  align-items: flex-start;
  flex-direction: column;
}
.pyht-app .pyht-house-filters .filter-section {
  margin-bottom: 20px;
  width: 100%;
}
.pyht-app .pyht-house-filters .filter-text {
  align-items: center;
  background-color: #fff;
  border: 1px solid #00000015;
  display: flex;
  position: relative;
  width: 100%;
}
.pyht-app .pyht-house-filters .filter-text .pyht-icon {
  left: 20px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
}
.pyht-app .pyht-icon {
  width: 100%;
}
.pyht-app .pyht-house-filters .filter-text input {
  border: none;
  height: 50px;
  padding-left: 60px;
  width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.pyht-app
  .screen-choose-floorplan
  .pyht-house-filters.state-nsw
  .filter-section.width
  .pyht-select {
  border-color: #00000015;
  border-radius: 0;
  height: 50px;
  width: 100%;
  z-index: 50;
}
.pyht-app .pyht-search-results-bar {
  margin-bottom: 1rem;
  margin-top: 35px;
  position: relative;
  z-index: 45;
}
.pyht-app .pyht-search-results-bar .section-label {
  margin: 0 !important;
  transition: opacity 0.15s;
}
.pyht-app .screen-choose-floorplan .section-label {
  margin-top: 35px;
}
.pyht-app .section-label {
  color: #959595;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}
.pyht-app .pyht-search-results-bar .sort-container {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pyht-app .pyht-search-results-bar .sort-container .nice-select,
.pyht-app .pyht-search-results-bar .sort-container .pyht-select {
  background-color: transparent;
  border: none;
  padding-right: 15px;
}
.nice-select {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.pyht-app .pyht-search-results-bar .sort-container .nice-select .current,
.pyht-app .pyht-search-results-bar .sort-container .pyht-select .current {
  text-transform: uppercase;
}
.pyht-app .pyht-search-results-bar .pyht-select .list {
  left: auto;
  right: 0;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select .list {
  margin-top: 1px;
  max-height: 400px;
  overflow: auto;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.pyht-app .pyht-search-results-bar .sort-container .nice-select:after,
.pyht-app .pyht-search-results-bar .sort-container .pyht-select:after {
  right: 0;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select:after {
  width: 6px;
  height: 6px;
  right: 21px;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.pyht-app .pyht-search-results-bar .sort-container {
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pyht-app .pyht-selectable {
  background-color: #fff;
  box-shadow: 0 0 20px #00000029;
  position: relative;
}
.pyht-app .pyht-selectable.selected:before,
.pyht-app .pyht-selectable.selected > .icon-check-mark-circle {
  opacity: 1;
}
.pyht-app .pyht-selectable > .icon-check-mark-circle {
  opacity: 0;
  position: absolute;
  right: -12px;
  top: -14px;
  transition: opacity 0.15s;
  width: 30px;
  z-index: 30;
}
.pyht-app .pyht-floorplan-customiser .layout-desktop {
  display: none;
  padding: 30px;
  position: relative;
}
.pyht-app .pyht-floorplan-customiser .floorplan-viewer {
  padding: 15px;
  width: 100%;
}
.pyht-app .pyht-floorplan-customiser .floorplan-options-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .header {
  align-items: center;
  border-bottom: 1px solid #00000015;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .header h3 {
  font-size: calc(11.4px + 0.65625vw);
  line-height: calc(11.5px + 0.70313vw);
  margin-bottom: 10px;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .header p {
  font-size: calc(10.4px + 0.1875vw);
  font-weight: 700;
  line-height: calc(11.2px + 0.5625vw);
  margin: 0;
  text-transform: uppercase;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .details {
  padding-top: 15px;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .details .details-row {
  color: #656565;
  display: flex;
  margin-bottom: 10px;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-details
  .details
  .details-row
  .label {
  width: 110px;
}
.pyht-app .pyht-floorplan-customiser .floorplan-details .details .icons-row {
  align-items: center;
  color: #292929;
  display: flex;
  margin-top: 20px;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-details
  .details
  .icons-row
  .icons-item {
  align-items: center;
  display: flex;
  flex: 1 1;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-details
  .details
  .icons-row
  .pyht-icon {
  margin-right: 12px;
  width: 22px;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-details
  .details
  .icons-row
  span {
  font-size: calc(10.3px + 0.14063vw);
  line-height: calc(11.2px + 0.5625vw);
  text-transform: uppercase;
}
.pyht-app .pyht-floorplan-customiser .floorplan-options .section-label {
  flex: 0 1;
  margin-bottom: 8px;
}
.pyht-app .pyht-floorplan-customiser .section-label {
  margin-top: 35px;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-options-container
  .scrollbars-inner {
  padding-right: 20px;
}
.pyht-app
  .pyht-floorplan-customiser
  .floorplan-options
  .floorplan-options-list {
  border-top: 1px solid #00000015;
  flex: 1 1;
  padding: 15px 0;
  position: relative;
}
.pyht-app .pyht-customiser-switch-list .option-item {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.pyht-app .pyht-customiser-switch-list .option-title {
  flex: 1 1;
  padding-right: 10px;
}
.pyht-app .pyht-customiser-switch-list .option-switch {
  margin-right: 15px;
}
.pyht-app .pyht-customiser-switch-list .option-price,
.pyht-app .pyht-customiser-switch-list .option-title {
  color: #656565;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 18px;
}
.pyht-app .pyht-customiser-switch-list .option-price {
  font-weight: 700;
  width: 100px;
}
.pyht-app .pyht-customiser-switch-list .option-price,
.pyht-app .pyht-customiser-switch-list .option-title {
  color: #656565;
  font-size: 15px;
  letter-spacing: 0.65px;
  line-height: 18px;
}
.pyht-app .pyht-floorplan-customiser .floorplan-viewer .inner {
  padding-top: 150%;
  position: relative;
}
.pyht-app .pyht-floorplan-customiser .floorplan-viewer .fullscreen-btn {
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 10px #00000029;
  height: 100px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, box-shadow 0.2s;
  width: 100px;
  z-index: 10;
}
.form-switch .form-check-input {
  width: 55px !important;
  margin-left: -2.5em;
  /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E);
  background-position: 5px !important; */
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  height: 28px;
  background-color: hsla(0, 0%, 40%, 0.3);
  border: transparent;
  /* background-size: 15px; */
}
div#svgContainer {
  width: 200px;
  margin: 0 auto;
}
div#pyht-floorplan-customer-120 {
  margin-top: 20px;
}
.pyht-app .footer-nav {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
footer {
  color: #959595;
  position: unset !important;
  z-index: 60;
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pyht-app .footer-nav > .container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
  padding-top: 15px;
}
.pyht-app .footer-nav .footer-left {
  display: flex;
}
.pyht-app .footer-nav .footer-center {
  bottom: 0;
  color: #1c1b1b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 16px;
  position: absolute;
  text-align: left;
  top: 0;
}
.pyht-app .footer-nav .footer-center .breakdown .breakdown-label {
  align-items: center;
  background-color: #b62427;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 25px;
  margin-left: 16px;
  transition: color 0.5s ease, background-color 0.5s ease;
  width: 64px;
}
.pyht-app .footer-nav .footer-center .breakdown {
  bottom: 100%;
  left: -16px;
  position: absolute;
  width: 100vw;
}
.pyht-app .footer-nav .footer-center .breakdown .breakdown-content {
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-top: 3px solid #b62427;
  color: #292929;
  display: none;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 19px;
  padding: 30px 20px;
}
.pyht-app .footer-nav .footer-center .breakdown .breakdown-label span {
  display: none;
}
.pyht-app .footer-nav .footer-center .breakdown .breakdown-label .pyht-icon {
  height: 15px;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 13px;
}
.pyht-app .footer-nav .footer-center .breakdown .breakdown-label:after {
  content: "";
}
.pyht-app .footer-nav .footer-center .subtotal-title {
  display: block;
  font-size: calc(10.2px + 0.09375vw);
  line-height: calc(11.2px + 0.5625vw);
  text-transform: uppercase;
}
.pyht-app .footer-nav .footer-center .subtotal-price {
  display: block;
  font-size: calc(10.5px + 0.23438vw);
  font-weight: 700;
  line-height: calc(11.2px + 0.5625vw);
}
.pyht-app .footer-nav .next-btn {
  justify-self: flex-end;
}
.pyht-app .footer-nav .btn {
  align-items: center;
  display: flex;
  height: 100%;
  height: 40px;
  justify-content: center;
  margin: 0 3px;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: background-color 0.4s ease-out;
}
.module-virtual-tours {
  overflow: hidden;
  position: relative;
}
.bg-grey {
  background: #f4f4f4;
}
.module-padding {
  padding: 30px 0;
}
.module-virtual-tours .h1,
.module-virtual-tours h1 {
  text-align: left;
  margin-bottom: 20px;
}
.virtual-slider.js-virtual-slider.slick-initialized.slick-slider .slide-inner {
  margin: auto;
}

/* slider */

.facada {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212529;
}

.facada-slide img {
  width: 100%;
}
.facada .slick-slide {
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li {
  padding: 0 30px;
  opacity: 0.5;
}
.slick-dots li button {
  content: url(https://i.ibb.co/hKgs8gm/profile.jpg);
  background: url(https://i.ibb.co/hKgs8gm/profile.jpg);
  background-position: center !important;
  background-size: cover !important;
  text-indent: -9999px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 4px solid #dee2e6;
}

.slick-dots .slick-active {
  opacity: 1;
}
.facada .slick-slide {
  position: relative;
}
.facada .slick-slide::after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #00000070;
  position: absolute;
  left: 0;
  top: 0;
}
.facada .slick-slide.slick-current.slick-active.slick-center::after {
  display: none !important;
}
.facada-slider .slick-center {
  z-index: 10;
}
.facada .slick-dots li {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 150px;
  border-radius: 0;
}
.facada .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.facada__inner {
  padding-bottom: 170px;
}
.facada .slick-dots {
  text-align: left !important;
  bottom: -167px;
  display: flex;
}
/* slider */

.form-switch {
  padding-left: 0 !important;
}
/* new color theme */
.new-theme .btn {
  background: #384941;
  color: #e0c492;
  border-color: #384941;
}
.new-theme header nav .navbar-bottom .right .navbar-nav .nav-link:not(.btn) {
  color: #2e2e2e !important;
}
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2b2b2b !important;
} */
footer .footer-middle .column.copy .link,
footer .footer-middle .column.copy a {
  color: #fff !important;
}
.new-theme .bg-grey {
  background: #f4f4f4;
}
.new-theme footer .footer-middle {
  background: #1c1b1b;
}
.new-theme footer .footer-bottom {
  background: #1c1b1b;
}
.new-theme footer .footer-bottom.has-client-portal-login .client-portal-login {
  background: #e0c492;
  color: #384941 !important;
  font-weight: 700;
}
.new-theme footer .footer-top {
  background: #2b2b2b;
}
.new-theme .hubspot-form .hs-submit input[type="submit"] {
  background: #384941;
  color: #e0c492;
  border: 1px solid #384941;
}
.new-theme .module-inclusions .page .right {
  background: #384941;
}
.new-theme .module-inclusions .page .right .h4,
.new-theme .module-inclusions .page .right h4 {
  color: #ffffff;
  margin-bottom: 5px;
}
.new-theme .module-inclusions .page .right .price {
  color: #ffffff;
}
.new-theme .module-inclusions .page .right .copy .h5,
.new-theme .module-inclusions .page .right .copy h5 {
  color: #ffffff;
}
.new-theme .module-inclusions .page .right .copy {
  flex-shrink: 1;
  flex-grow: 1;
  color: #ffffff;
}
.new-theme .btn.btn-arrow,
.new-theme .btn.btn-arrow-black,
.new-theme .btn.btn-arrow-grey,
.new-theme .btn.btn-arrow-red,
.new-theme .btn.btn-arrow-white {
  color: #e0c492;
}
.new-theme .btn.btn-arrow-black:hover,
.new-theme .btn.btn-arrow-grey:hover,
.new-theme .btn.btn-arrow-red:hover,
.new-theme .btn.btn-arrow-white:hover,
.new-theme .btn.btn-arrow:hover {
  color: #e0c492;
}
.new-theme .module-display-locations .location .location-inner {
  border: 1px solid #e0c492;
  padding: 20px;
}
.new-theme .module-display-locations .location .location-inner .h5 .red,
.new-theme .module-display-locations .location .location-inner h5 .red {
  color: #3b4a43;
}
.new-theme a {
  color: #e0c492 !important;
}
.new-theme a:hover {
  color: #e0c492;
}
.new-theme .pyht-app .footer-nav .footer-center .breakdown .breakdown-label {
  background-color: #384941;
  color: #e0c492;
}

footer .column.copy .h6 {
  color: #e0c492;
}
footer .column.connect .h6 {
  color: #e0c492;
}
.pb-0 .screen {
  padding-bottom: 0;
}

.filters.ajax {
  background: #f4f4f4;
  padding: 15px 0;
}
.filters {
  position: relative;
  z-index: 1;
}
.module-home-designs .filters .container {
  display: block;
  width: 1080px;
  max-width: 100%;
  padding: 0 5px;
}
.filters .container {
  display: flex;
  justify-content: space-between;
}
.module-home-designs .filters .filters-inner {
  padding: 30px 0 0;
  border-radius: 11px;
  background: #f4f4f4;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}
.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  background-color: #1b365d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #0f2443;
}

.hidden-content {
  margin-top: 20px;
}
.module-accordions .accordion-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(images/icon-chev-down-red.svg) !important;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.5s ease;
}

.module-display-homes-filter .results {
  overflow: hidden;
}
body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.module-padding {
  padding: 30px 0;
}
.module-display-homes-filter .results .toggles-holder {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.module-display-homes-filter .results .toggles-holder .toggles {
  background: #47494f;
  border-radius: 70px;
  color: #fff;
  display: flex;
}
.module-display-homes-filter .results .toggles-holder .toggles .toggle.active {
  opacity: 0.1;
  border-color: #fff;
}
.module-display-homes-filter .results .toggles-holder .toggles .toggle {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.module-display-homes-filter
  .results
  .toggles-holder
  .toggles
  .toggle:not(:first-child) {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}

.module-display-homes-filter .results .toggles-holder .toggles .toggle {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1500px) {
  .filters .container {
    padding-right: calc(23px + 6.09375vw);
    padding-left: calc(23px + 6.09375vw);
  }
      header nav .navbar-bottom .left {
        padding-left: 0 !important;
      }
}

@media screen and (min-width: 1366px) and (min-width: 1920px) {
  .module-virtual-tours .h1,
  .module-virtual-tours h1 {
    margin-bottom: 60px;
  }
  .module-padding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .h1,
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 992px) and (max-height: 1600px) {
  .pyht-app .pyht-house-type-selector .icon-button:first-child {
    margin-left: 0;
  }
  .pyht-app .pyht-house-type-selector {
    display: flex;
  }
  .pyht-app .icon-button {
    margin: 10px;
    padding: 30px 40px 30px 20px;
  }
  .pyht-app .pyht-house-type-selector .icon-button {
    margin-top: 0;
    width: calc(92px + 24.375vw);
  }
  .pyht-app .icon-button.large .icon-button-title {
    font-size: calc(11.4px + 0.65625vw);
    line-height: calc(12px + 0.9375vw);
  }
  .pyht-app .pyht-house-type-selector .icon-button:last-child {
    margin-right: 0;
  }
  .pyht-app .icon-button .icon-button-title {
    font-size: calc(11px + 0.46875vw);
    line-height: calc(12px + 0.9375vw);
    width: 70%;
  }
}
@media screen and (min-width: 992px) and (max-height: 1600px) and (min-width: 1920px) {
  .pyht-app .icon-button.large .icon-button-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .module-accordions .accordion-title:after {
    right: 8px;
  }
  .module-home-designs .filters .container {
    padding: 0 30px;
  }
  .module-virtual-tours .h1,
  .module-virtual-tours h1 {
    text-align: center;
  }
  .pyht-app .pyht-house-filters.inline-labels .filter-section {
    align-items: center;
    display: flex;
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-label .pyht-icon {
    margin-left: 13px;
  }
  .pyht-app .footer-nav .footer-center .breakdown {
    bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  .pyht-app .footer-nav .footer-center {
    align-items: center;
    bottom: 0;
    flex-direction: row;
    justify-content: center;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
  .pyht-app .footer-nav .footer-center.state-nsw {
    align-items: center;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    left: 0;
    margin: -7px 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 375px;
  }
  .pyht-app .footer-nav .footer-left {
    display: flex;
  }
  .pyht-app .footer-nav > .container {
    justify-content: space-between;
  }
  .pyht-app .pyht-customiser-switch-list .option-switch {
    margin-right: 40px;
  }
  .pyht-app .footer-nav .footer-center .subtotal-price,
  .pyht-app .footer-nav .footer-center .subtotal-sep,
  .pyht-app .footer-nav .footer-center .subtotal-title {
    display: inline;
    font-size: calc(10.8px + 0.375vw);
    line-height: calc(11.2px + 0.5625vw);
  }
  .pyht-app .footer-nav .footer-center .subtotal-title {
    font-weight: 500;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.search {
    margin-left: 0;
    width: 100%;
  }
  .pyht-app .pyht-house-filters .filter-section.beds {
    width: 55%;
  }
  .pyht-app .pyht-house-filters.inline-labels .filters-label {
    margin-right: 15px;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.search {
    margin-left: 5%;
    width: 40%;
  }
  .pyht-app .pyht-house-filters.inline-labels .filter-section {
    align-items: center;
    display: flex;
  }
  .pyht-app .pyht-customiser-switch-list .option-price,
  .pyht-app .pyht-customiser-switch-list .option-title {
    font-size: calc(10.6px + 0.28125vw);
    line-height: 22px;
    line-height: calc(11.2px + 0.5625vw);
  }
  .pyht-app .pyht-customiser-switch-list .option-price,
  .pyht-app .pyht-customiser-switch-list .option-title {
    font-size: calc(10.6px + 0.28125vw);
    line-height: 22px;
    line-height: calc(11.2px + 0.5625vw);
  }
  .pyht-app .footer-nav .footer-center .subtotal-price,
  .pyht-app .footer-nav .footer-center .subtotal-sep,
  .pyht-app .footer-nav .footer-center .subtotal-title {
    display: inline;
    font-size: calc(10.8px + 0.375vw);
    line-height: calc(11.2px + 0.5625vw);
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-label {
    border-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 25px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 217px;
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-content {
    bottom: 100%;
    box-shadow: 0 -10px 10px -5px #00000029;
    left: 0;
    position: absolute;
    right: 0;
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-label span {
    display: inline;
  }
  .pyht-app .footer-nav .back-btn .pyht-icon,
  .pyht-app .footer-nav .next-btn .pyht-icon {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .module-display-homes-filter .results .toggles-holder {
    display: none;
  }
  .module-padding {
    padding: 60px 0;
  }
  .module-display-homes-filter .results {
    height: 100vh;
  }
  .module-home-designs .filters .filters-inner {
    padding: 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0;
    background: #fff;
  }
  .module-home-designs .filters .container {
    padding: 0 40px;
  }
  .module-home-designs .sticky-toggle + .filters {
    margin-top: -35px;
  }
  .module-home-designs .filters {
    background: #f4f4f4;
    padding: 30px 0;
  }
  .module-virtual-tours .h1,
  .module-virtual-tours h1 {
    margin-bottom: 40px;
  }
  .module-padding {
    padding: 60px 0;
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-content {
    padding: 35px 44px;
  }
  .pyht-app .footer-nav .footer-center .breakdown .breakdown-label {
    width: 237px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-viewer .inner {
    display: flex;
    padding-top: 100%;
    width: 102%;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters {
    background-color: #fff;
    border: 1px solid #00000015;
    padding: 15px 15px 0;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    padding: 0 30px 0 0;
  }
  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    display: flex;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters .filter-section {
    margin-bottom: 15px;
  }
  .pyht-app .footer-nav .footer-center.state-nsw {
    margin: -15px 0;
    width: 482px;
  }
}
@media print, screen and (min-width: 1200px) {
  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    padding: 45px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    padding-right: 45px;
  }
}
@media screen and (min-width: 1366px) {
  .module-padding {
    padding-top: calc(18px + 3.75vw);
    padding-bottom: calc(18px + 3.75vw);
  }
  .module-home-designs .filters .filters-inner {
    padding-right: calc(13px + 1.40625vw);
    padding-left: calc(13px + 1.40625vw);
  }
  .filters .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .module-home-designs .sticky-toggle + .filters {
    margin-top: calc(-19px + -4.21875vw);
  }
  .module-virtual-tours .h1,
  .module-virtual-tours h1 {
    margin-bottom: calc(15px + 2.34375vw);
  }
  .module-padding {
    padding-top: calc(18px + 3.75vw);
    padding-bottom: calc(18px + 3.75vw);
  }
  .pyht-app .footer-nav .footer-center.state-nsw {
    bottom: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.baths,
  .pyht-app .pyht-house-filters.with-search .filter-section.beds,
  .pyht-app .pyht-house-filters.with-search .filter-section.cars,
  .pyht-app .pyht-house-filters.with-search .filter-section.living {
    margin-left: 0;
    margin-right: 2%;
    width: auto;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.search {
    margin-left: 0;
    max-width: 500px;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section {
    margin: 0;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters
    .filter-section.search {
    border-left: 1px solid #00000015;
    padding-bottom: 0;
    padding-top: 0;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.search {
    display: flex;
    justify-content: center;
    max-width: 300px;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters .filter-text {
    border: none;
  }
  .pyht-app .pyht-house-filters {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters {
    padding: 0 0 0 35px;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.search {
    margin-left: 0;
    max-width: 500px;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters.state-nsw {
    padding: 10px;
  }
  .pyht-app .pyht-house-filters .filter-btns .btn {
    width: 50px;
  }
  .pyht-app .pyht-house-filters .filter-btns .btn {
    height: 40px;
    width: 40px;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.width {
    margin: 0 10px;
    width: auto;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.width
    .pyht-select {
    height: 40px;
  }
  div#svgContainer {
    width: 160px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    height: 330px;
  }
}
@media (min-width: 1400px) {
  div#svgContainer {
    width: 200px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    padding-right: 60px;
    height: 530px;
    overflow: hidden;
  }
  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    padding: 60px;
  }
  .pyht-app .pyht-house-filters .filter-section {
    margin: 0;
    width: auto;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters .filter-text {
    border: none;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters .filter-section {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters
    .filter-section.search {
    border-left: 1px solid #00000015;
    padding-bottom: 0;
    padding-top: 0;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section {
    margin: 0;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.search {
    display: flex;
    justify-content: center;
    max-width: 300px;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.search {
    margin-left: 0;
    max-width: 500px;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters.state-nsw {
    padding-left: 10px;
  }
  .pyht-app .pyht-house-filters .filter-btns .btn {
    width: 50px;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters .filter-section {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .pyht-app .pyht-house-filters {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .pyht-app .screen-choose-floorplan .pyht-house-filters {
    padding: 0 0 0 35px;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section:not(.search, .width) {
    margin: 0 10px;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section.baths,
  .pyht-app .pyht-house-filters.with-search .filter-section.beds,
  .pyht-app .pyht-house-filters.with-search .filter-section.cars,
  .pyht-app .pyht-house-filters.with-search .filter-section.living {
    margin-left: 0;
    margin-right: 2%;
    width: auto;
  }
  .pyht-app .pyht-house-filters.with-search .filter-section {
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  .pyht-app .screen-choose-floorplan .pyht-house-filters.state-nsw {
    padding-left: calc(12.5px + 1.17188vw);
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section:not(.search, .width) {
    margin: 0;
  }
  .pyht-app
    .screen-choose-floorplan
    .pyht-house-filters.state-nsw
    .filter-section.search {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  .pyht-app .footer-nav .footer-center .subtotal-price {
    font-size: 15px;
    line-height: 22px;
  }
  .pyht-app .footer-nav .footer-center .subtotal-title {
    font-size: 12px;
    line-height: 22px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-details .header h3 {
    font-size: 24px;
    line-height: 25px;
  }
  .pyht-app .pyht-floorplan-customiser .floorplan-details .header p {
    font-size: 14px;
    line-height: 22px;
  }
  .pyht-app
    .pyht-floorplan-customiser
    .floorplan-details
    .details
    .icons-row
    span {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1920px) {
  .pyht-app .pyht-customiser-switch-list .option-price,
  .pyht-app .pyht-customiser-switch-list .option-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pyht-app .pyht-customiser-switch-list .option-price,
  .pyht-app .pyht-customiser-switch-list .option-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pyht-app .footer-nav .footer-center .subtotal-price,
  .pyht-app .footer-nav .footer-center .subtotal-sep,
  .pyht-app .footer-nav .footer-center .subtotal-title {
    font-size: 18px;
    line-height: 22px;
  }
  .pyht-app .footer-nav .footer-center .subtotal-price,
  .pyht-app .footer-nav .footer-center .subtotal-sep,
  .pyht-app .footer-nav .footer-center .subtotal-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1920px) {
  .pyht-app .screen-choose-floorplan .pyht-house-filters.state-nsw {
    padding-left: 35px;
  }
}

.slider {
  width: 80%;
  margin: auto;
}

.slick-slide {
  transition: 0.3s ease;
  margin: 0 20px;
  padding: 0 20px;
}

.slick-center {
  transform: scale(1.05);
  opacity: 1;
}
.slick-slider {
  line-height: 20px !important;
}
.slick-track {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-list {
  overflow: visible !important;
}
.slick-prev,
.slick-next {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  background: #fff !important;
  box-shadow: 0 0 10px #00000029;
  z-index: 99 !important;
}
.slick-prev:before,
.slick-next:before {
  color: #384941 !important;
}

footer .footer-bottom.has-client-portal-login .client-portal-login {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111 !important;
  margin: 20px -15px 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  padding: 0 10px;
  width: calc(100% + 30px);
  height: 80px;
  color: #fff !important;
}

.new-theme footer .footer-bottom.has-client-portal-login .client-portal-login {
  color: #ffffff !important;
  font-weight: 700;
}

/* EB */

.facade-main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.facade-preview { flex: 1 1 45%; }
.facade-preview img {
  width: 100%;
  /* border-radius: 8px; */
  /* border: 2px solid #dfe5e1;/ */
}

.facade-options { flex: 1 1 40%;    border-top: 1px solid #ddd; }

.facade-options h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.facade-price {
  font-weight: 600;
  color: #384941;
  margin-bottom: 20px;
}



.finish-options label:hover { border-color: #384941; }
.finish-options input[type="radio"] { accent-color: #384941; margin-right: 8px; }
.finish-options .price { font-weight: 600; color: #384941; }

.facade-divider {
  border: none;
  border-top: 1px solid #dddddd;
  height: 1.5px !important;
  margin: 40px 0 20px;
}

.facade-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.facade-grid {
  display: grid;
     grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
}
.facade-card {
  border: 2px solid #dfe5e1;
      box-shadow: 0 0 20px #00000029;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.facade-card img { width: 100%; display: block; }
.facade-card p {
  margin: 0;
  padding: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  background: #f7f8f7;
}
.facade-card:hover { border-color: #384941; transform: translateY(-3px); }
.facade-card.selected { border-color: #c22b26; box-shadow: 0 0 0 2px #c22b26; }

.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 80px;
}
.btn-nav {
  background: #fff;
  border: 2px solid #1f2a28;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-nav:hover:not([disabled]) { background: #1f2a28; color: #fff; }
.btn-nav.next {
  background: #c22b26;
  color: #fff;
  border: none;
}
.btn-nav.next[disabled] { opacity: 0.5; cursor: not-allowed; }


.exterior-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}

.exterior-preview {
  flex: 1 1 55%;
}
.exterior-preview img {
  width: 100%;
  border-radius: 8px;
  border: 2px solid #dfe5e1;
}

.exterior-options {
  flex: 1 1 40%;
}

.section-label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #1f2a28;
}

.colour-grid,
.roof-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 14px;
  margin-bottom: 25px;
}

.colour-card,
.roof-card {
     border: 2px solid #dfe5e1;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s 
ease;
    box-shadow: 0 0 20px #00000029;
}

.colour-card img,
.roof-card img {
  width: 100%;
  display: block;
  height: 80px;
}
.colour-card p,
.roof-card p {
  margin: 0;
  padding: 8px;
  font-weight: 600;
  background: #f7f8f7;
      text-transform: uppercase;
}

.colour-card:hover,
.roof-card:hover {
  border-color: #384941;
  transform: translateY(-3px);
}
.colour-card.selected,
.roof-card.selected {
  border-color: #394a42;
    box-shadow: 0 0 0 2px #394a42;
}

.roof-title {
  margin-top: 20px;
}

/* footer nav buttons */
.step-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 80px;
}

.btn-nav {
  background: #fff;
  border: 2px solid #1f2a28;
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-nav:hover:not([disabled]) {
  background: #1f2a28;
  color: #fff;
}

.btn-nav.next {
  background: #c22b26;
  color: #fff;
  border: none;
}

.btn-nav.next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
span.instructions {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}
span.option-count {
    font-weight: 600;
}


 .compare-table {
    margin-top: 30px;
}
 .compare-table .compare-table-header {
    align-items: center;
    display: flex
;
    justify-content: space-between;
}
.compare-table .column-headings
 {
    display: flex
;
    gap: 10px;
    margin: 20px 0 10px;
    padding-left: 100px;
}
.compare-table .column-headings .column-heading.mobile {
    font-weight: 400;
    width: 100px;
}
 .compare-table .column-headings .column-heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 25px;
    padding-top: 30px;
    position: relative;
    width: 25%;
}
.compare-table .column-headings .column-heading:before {
    content: "Selected";
    font-size: 20px;
    font-weight: 400;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    transition: opacity .5s 
ease;
}
 .compare-table .column-row {
    display: flex
;
    gap: 10px;
}
 .compare-table .column-row .row-heading {
    font-weight: 600;
    padding: 15px 5px;
    width: 100px;
}
.compare-table .column-row .column {
    padding: 15px 10px;
    position: relative;
    width: 25%;
    border-bottom: 1px solid #ddd;
}
 .compare-table .column-row .column ul {
    margin: 0;
    padding-left: 20px;
}
 .inner {
    display: flex;
    flex-direction: column;
}
 .inner .image {
    border-bottom: 1px solid #ddd;
    position: relative;
}
 .inner .text {
    padding: 30px;
}
.inner .text h2 {
    margin-bottom: 20px;
}
.text .text-footer {
          align-items: center;
    display: flex
;
    justify-content: center;
    margin-top: 20px;
    }
     .text .text-footer .text-left {
    align-items: center;
    display: flex
;
    font-weight: 600;
    gap: 10px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    transition: opacity .5s 
ease;
}
.text .text-footer .text-left .pyht-icon {
    height: 16px;
    width: 16px;
}
.pyht-app .pyht-selectable {
    background-color: #fff;
    box-shadow: 0 0 20px #00000029;
    position: relative;
}
.image img {
    position: relative;
    width: 100%;
}
.pyht-app .footer-nav .offer-subtract-ticker {
    -webkit-animation: fadein-ticker 1s;
    animation: fadein-ticker 1s;
    background-color: #394a42;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    bottom: -2px;
    box-shadow: 0 -8px 37px #00000050;
    color: #fff;
    display: none;
    left: 50%;
    padding: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pyht-app .footer-nav .offer-subtract-ticker .ticker-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}
.pyht-app .footer-nav .offer-subtract-ticker p {
    margin: 0;
}
.pyht-app .footer-nav .offer-subtract-ticker .ticker-flex {
    align-items: flex-end;
    display: flex
;
    gap: 20px;
    justify-content: center;
}
.pyht-app .footer-nav .offer-subtract-ticker .ticker-strikethrough {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 5px;
    text-decoration: line-through;
}
.pyht-app .footer-nav .offer-subtract-ticker p {
    margin: 0;
}
.pyht-app .footer-nav .offer-subtract-ticker .ticker-total {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.15px;
    line-height: 1;
    margin-top: 10px;
}
.pyht-app .footer-nav .offer-subtract-ticker p {
    margin: 0;
}
 .final-details-form {
    display: flex
;
    flex-direction: column;
}
.final-details-form .form-group {
    margin-bottom: 20px;
}
.final-details-form .form-group .pyht-text-input {
    display: block;
    margin-bottom: 10px;
    padding-top: 0;
    transition: border-color .3s, color .3s;
    width: 100%;
}
.region .form-controls .btn {
    margin: 0;
    width: calc(50% - 5px);
}
.region .btn.btn-secondary {
    color: #656565;
    border-color: #ddd;
    background: #fff;
}
.region .form-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem #38494158 !important;
}
.situation .form-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.situation .form-controls .btn {
    margin: 0;
    width: 100%;
}
.land-situation-option {
    padding: 5px;
    width: 100%;
}
.land-situation-option .btn {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0;
    width: 100%;
}
.land-situation-option .btn .pyht-icon {
    flex-shrink: 0;
    width: 50px;
}
.land-situation-option .btn span {
    margin-left: 20px;
}
.land-situation-options {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    width: auto;
}
.land-situation-option .btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .13);
    transition: opacity .5s 
ease;
    opacity: 0;
}
 .land-situation-options .land-situation-option .btn {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0;
    width: 100%;
}
.land-situation-options .land-situation-option .btn .pyht-icon {
    flex-shrink: 0;
    width: 50px;
}
.land-situation-options .land-situation-option svg {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #394a42db !important;
    border-color: #394a42db !important;
}
.options {
        gap: 20px;
    }
    .options {
    grid-gap: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.pyht-collapsable-image-content {
    margin: 0;
    position: relative;
}
.pyht-collapsable-image-content {
    background-color: #fff;
    position: relative;
}
.pyht-collapsable-image-content:before {
    border: 4px solid #b62427;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s 
ease;
    z-index: 1;
}
.pyht-collapsable-image-content .pyht-selectable {
    box-shadow: none;
}
.pyht-selectable {
    background-color: #fff;
    box-shadow: 0 0 20px #00000029;
    position: relative;
}
.pyht-collapsable-image-content .content-container {
    padding: 15px;
    position: relative;
}
.pyht-app .pyht-selectable:before {
    border-top: 4px solid rgb(56, 73, 65);
    content: " ";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s;
    z-index: 3;
}
.pyht-collapsable-image-content .pyht-selectable .pyht-icon {
    right: -15px;
}
.pyht-selectable.inset>.icon-check-mark-circle {
    right: 15px;
}
.pyht-collapsable-image-content .pyht-selectable .icon-check-mark-circle {
    right: 15px;
}
.pyht-selectable>.icon-check-mark-circle {
    opacity: 0;
    position: absolute;
    right: -12px;
    top: -14px;
    transition: opacity .15s;
    width: 30px;
    z-index: 30;
}
.pyht-icon svg {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.pyht-collapsable-image-content .image-container {
    height: 100%;
    padding-top: 45%;
    position: relative;
    width: 100%;
}
.pyht-collapsable-image-content .image-container .pyht-loader {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pyht-collapsable-image-content .image-container img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.pyht-collapsable-image-content .content-container {
    padding: 15px;
    position: relative;
}
.pyht-collapsable-image-content .pyht-collapsable .header {
    padding-left: 0;
}
.pyht-collapsable-image-content .header {
    position: relative;
}
.pyht-collapsable .content {
    overflow: hidden;
    transition: height .6s;
}
.pyht-collapsable .header .direction-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    transition: transform .6s;
    width: 10px;
}
.screen-upgrade-options .pyht-collapsable-image-content .flex {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.screen-upgrade-options .pyht-collapsable-image-content .flex .price
 {
    font-size: 14px;
    line-height: 22px;
}
@media screen and (min-width: 768px) and (max-height: 1600px) and (min-width: 1366px) {
  .land-situation .btn {
        padding-bottom: calc(10.7px + .32813vw);
        padding-top: calc(10.7px + .32813vw);
    }
     .final-details-form {
        padding: calc(13px + 1.40625vw);
    }
}
@media screen and (min-width: 768px) and (max-height: 1600px) {
  .land-situation .btn {
        margin-left: 4px;
        margin-right: 4px;
        text-align: left;
        width: calc(33.33333% - 8px);
    }
  .land-situation .btn:first-child {
        margin-left: 0;
    }
     .final-details-form {
        background-color: #fff;
        padding: 30px;
    }
       .final-details-form .form-group {
        display: flex;
                align-items: center;

    }
    .final-details-form .form-group .form-controls {
        width: 100%;
    }
}
@media screen and (min-width: 1366px){
       .final-details-form {
        gap: calc(12px + .9375vw);
    }
      .pyht-app .footer-nav .offer-subtract-ticker .ticker-title {
        font-size: calc(11px + .46875vw);
    }
        .pyht-app .footer-nav .offer-subtract-ticker .ticker-total {
        font-size: calc(13.2px + 1.5vw);
    }
        .pyht-app .footer-nav .offer-subtract-ticker .ticker-strikethrough {
        font-size: calc(11.4px + .65625vw);
    }
       .compare-table {
        margin-top: calc(13px + 1.40625vw);
    }
         .compare-table .column-headings {
        gap: calc(13px + 1.40625vw);
        margin-bottom: calc(13px + 1.40625vw);
        margin-top: calc(14px + 1.875vw);
    }
         .compare-table .column-headings .column-heading.mobile {
        width: calc(29px + 8.90625vw);
    }
    .compare-table .column-headings .column-heading {
        font-size: calc(11.4px + .65625vw);
        padding-left: calc(12.5px + 1.17188vw);
        padding-top: calc(13px + 1.40625vw);
        width: calc(25% - 7.25px - 2.22656vw);
    }
    .compare-table .column-row {
        gap: calc(13px + 1.40625vw);
    }
    .compare-table .column-row .row-heading {
        padding-bottom: calc(11px + .46875vw);
        padding-top: calc(11px + .46875vw);
        width: calc(29px + 8.90625vw);
    }
    .compare-table .column-row .column {
        padding-bottom: calc(11px + .46875vw);
        padding-top: calc(11px + .46875vw);
        width: calc(25% - 7.25px - 2.22656vw);
    }
    .inner .text {
        padding: calc(13px + 1.40625vw);
    }
    .pyht-app .footer-nav .offer-subtract-ticker {
        padding-left: calc(15px + 2.34375vw);
        padding-right: calc(15px + 2.34375vw);
    }
}

@media screen and (min-width: 992px){
  /* .pyht-app .pyht-collapsable .header {
        padding-left: 40px;
    } */
   .pyht-collapsable-image-content .pyht-selectable .icon-check-mark-circle {
        right: -12px;
    }
  .pyht-collapsable-image-content .content-container {
        padding: 30px;
    }
  .pyht-collapsable-image-content {
        box-shadow: 0 0 20px #00000029;
        margin-bottom: 60px;
    }
  .land-situation-options .land-situation-option {
        width: 50%;
    }

  .situation .form-controls .btn {
        flex-grow: 1;
    }
  .situation .form-controls {
        flex-wrap: nowrap;
    }
  .region .form-controls {
        flex-wrap: nowrap;
    }
  .region .form-controls .btn {
        width: auto;
    }
  .text .text-footer {
        justify-content: space-between;
    }
   .inner .text {
        flex-grow: 1;
    }
       .compare-table .column-headings {
        gap: 20px;
        margin: 40px 0 30px;
        padding-left: 0;
    }
    .compare-table .column-row .column {
        padding: 15px 5px;
        width: calc(25% - 37.5px);
    }
    .compare-table .column-row {
        gap: 20px;
        padding-left: 0;
    }
    .compare-table .column-headings .column-heading {
        width: calc(25% - 37.5px);
    }
    .compare-table .column-row .row-heading {
        width: 150px;
    }
         .inner {
        flex-direction: row;
    }
        .inner .image {
        border-bottom: 0;
        border-left: 1px solid #ddd;
        flex-shrink: 0;
        order: 2;
        width: 50%;
    }
    .pyht-collapsable-image-content .content-container {
        padding: 30px;
    }
.pyht-collapsable-image-content .header .direction-icon {
        display: none;
    }
    .pyht-collapsable .header .direction-icon {
        left: 0;
        right: auto;
        width: 20px;
    }
}


@media screen and (min-width: 768px){   
  .screen-upgrade-options .pyht-collapsable-image-content .flex .price {
        font-size: calc(10.8px + .375vw);
        line-height: calc(11.4px + .65625vw);
    }
  .pyht-collapsable-image-content .image-container .pyht-fancybox {
        display: none;
    } 
  .region .form-controls .btn {
        width: calc(33.33333% - 6.66667px);
    }
   .final-details-form {
        grid-gap: 20px;
        display: grid
;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
       .compare-table .column-headings .column-heading.mobile {
        width: 150px;
    }
    .inner {
        display: flex
;
    }
        .pyht-app .footer-nav .offer-subtract-ticker {
        display: block;
    }
    .final-details-form .form-group.half {
        grid-column: span 1;
    }
    .final-details-form .form-group {
        grid-column: span 2;
        margin: 0;
    }
}

.product-review
 {
    display: none !important;
}
/*-----------------------------------------------------------------------------*/


/* Mobile responsive floor plan */
@media screen and (max-width: 991px) {
  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    display: flex !important;
    flex-direction: column;
    padding: 20px;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    width: 100%;
    padding: 0;
    height: auto;
    overflow: visible;
  }

  div#svgContainer {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  div#svgContainer svg {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-options-container {
    width: 100%;
    margin-top: 20px;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-details .icons-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-details .details .icons-row .icons-item {
    flex: 0 0 45%;
  }
}

@media screen and (max-width: 991px) {
  .pyht-app,
  .route-container,
  .screen-container,
  .screen,
  .container,
  .floorplans-container {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .filters-desktop {
    overflow-x: unset;
  }
  .pyht-app .pyht-house-filters .filter-btns {
    align-items: center;
    display: flex;
    justify-content: start;
}

  .pyht-app .pyht-house-filters {
    flex-wrap: wrap;
  }

  .pyht-search-results-bar {
    display: block;
  }

  .pyht-app .pyht-search-results-bar .sort-container {
    position: static;
    transform: none;
    margin-top: 10px;
  }

  #dynamicFloorPlans,
  .floorplan-results,
  .slick-list,
  .slick-track,
  .slick-slide {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    /* transform: none !important; */
  }

  .slick-list {
    overflow: hidden !important;
  }

  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    display: flex !important;
    flex-direction: column;
    padding: 20px;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  div#svgContainer,
  div[id^="svgContainer"] {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
  }

  div#svgContainer svg,
  div[id^="svgContainer"] svg {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .pyht-app .footer-nav {
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  #dynamicFloorPlans .slick-slide {
    opacity: 1 !important;
    visibility: visible !important;
  }

  #dynamicFloorPlans .slick-slide > div {
    width: 100% !important;
  }

  #dynamicFloorPlans .pyht-selectable {
    width: 100% !important;
  }
}

@media screen and (max-width: 991px) {
  #dynamicFloorPlans {
    width: 100% !important;
    overflow: hidden;
  }

  #dynamicFloorPlans .slick-list {
    overflow: hidden !important;
    width: 100% !important;
    height: auto !important;
    padding-top: 20px !important;
    margin-bottom: 30px !important;
  }

  #dynamicFloorPlans .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #dynamicFloorPlans .slick-slide {
    margin: 0 !important;
    padding: 0 10px !important;
    height: auto !important;
  }

  #dynamicFloorPlans .slick-slide > div {
    width: 100% !important;
  }

  #dynamicFloorPlans .pyht-selectable {
    width: 100% !important;
    display: block;
  }

  #dynamicFloorPlans .slick-prev,
  #dynamicFloorPlans .slick-next {
    width: 42px !important;
    height: 42px !important;
    z-index: 99;
  }
}

@media screen and (max-width: 991px) {
  #dynamicFloorPlans .slick-list {
    height: auto !important;
  }

  #dynamicFloorPlans .slick-track {
    height: auto !important;
  }

  #dynamicFloorPlans .slick-slide {
    height: auto !important;
    margin-bottom:30px !important;
  }

  .pyht-app .pyht-floorplan-customiser .layout-desktop {
    min-height: auto !important;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-viewer {
    height: auto !important;
    min-height: auto !important;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-options-container {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .pyht-app .pyht-floorplan-customiser .floorplan-options {
    max-height: none !important;
    overflow: visible !important;
  }

  .simplebar-content-wrapper,
  .simplebar-mask,
  .simplebar-offset {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
}

@media screen and (max-width: 1199px) {
    header nav .navbar-top .left .navbar-logo img {
        object-fit: contain !important;
        position: absolute;
        width: 100%;
        /* height: 79%; */
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
}

@media screen and (min-width: 1200px) {
    header nav .navbar-top {
       height: 10px !important;
        min-height: 10px !important;
        background: #000000 !important;
    }
}

.facade-preview {
  flex: 1 1 45%;
  max-width: 45%;
}

@media screen and (max-width: 767px) {
  .facade-preview {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .new-theme .pyht-app .footer-nav .footer-center .breakdown .breakdown-label {
    display: none !important;
  }
}

/* ==========================================
   HEADER FIX - FLOORPLAN PAGE
========================================== */

/* Mobile & Tablet */
@media (max-width: 1199px) {

    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }

    /* Hide phone + contact on tablet/mobile */
    header nav .navbar-top .left .ms-4 {
        display: none !important;
    }

    /* Show logo */
    header nav .navbar-top .left .navbar-logo {
        display: block !important;
    }

    header nav .navbar-top .left .navbar-logo img {
        width: 180px;
        height: auto;
        display: block;
    }
}


/* Desktop */
@media (min-width: 1200px) {

    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
        gap: 20px;
    }

    /* Hide duplicate logo from black bar */
    header nav .navbar-top .left .navbar-logo {
        display: none !important;
    }

    /* Show phone & contact */
    header nav .navbar-top .left .ms-4 {
        display: flex !important;
        align-items: center;
        gap: 24px;
        margin: 0 !important;
    }

    header nav .navbar-top .left .ms-4 a {
              display: flex;
        align-items: center;
        gap: 8px;
        color: #ffffff !important;
        text-decoration: none;
        white-space: nowrap;
        margin-left: 10px;
    }

    header nav .navbar-top .left .ms-4 i {
        font-size: 14px;
    }
}




@media screen and (min-width: 1200px) {
    header nav .navbar-bottom {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
    }
      header nav .navbar-top .left {
      display: flex;
    }
}

@media screen and (max-width: 1199px) {
    header nav .navbar-top .left {
        display: flex !important;
    }


}


/* =========================
   MOBILE + TABLET
   ========================= */
@media (max-width: 1199px) {

    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }

    /* header nav .navbar-bottom .left {
        display: none !important;
    } */

    header nav .navbar-top .left .navbar-logo img {
        width: 180px;
        height: auto;
        object-fit: contain;
    }
}

/* =========================
   DESKTOP
   ========================= */
/* ======================================
   MOBILE + TABLET
====================================== */

@media (max-width: 1199px) {

    /* Hide desktop logo */
    header nav .navbar-bottom .left {
        display: none !important;
    }

    /* Show mobile logo */
    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }

    header nav .navbar-top {
         height: 10px !important;
        min-height: 10px !important;
        background: #fff;
    }

    header nav .navbar-top .left .navbar-logo {
        display: flex;
        align-items: center;
        position: relative;
    }

    header nav .navbar-top .left .navbar-logo img {
        width: 180px;
        height: auto;
        position: static;
        object-fit: contain;
    }
}


/* ======================================
   DESKTOP
====================================== */

@media (min-width: 1200px) {


    /* Show desktop logo */
    header nav .navbar-bottom .left {
        display: flex !important;
        align-items: center;
        padding-left: calc(3.6px + 0.6875vw) !important;
    }

    header nav .navbar-bottom .left .navbar-logo img {
        width: 220px;
        height: auto;
    }
}



a.product-review
 {
    display: none;
}


/* Hide both links on mobile/tablet */
header nav .navbar-top .left .ms-4 {
    display: none !important;
}

/* Show on desktop */
@media (min-width: 1200px) {
    header nav .navbar-top .left .ms-4 {
        display: flex !important;
        gap: 24px;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    header nav .navbar-top .left .ms-4 {
        display: none !important;
    }
}

/* Mobile + Tablet */
@media (max-width: 1199px) {

    header nav .navbar-top .left .ms-4 {
        display: none !important;
    }

    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }
}

/* ==========================================
   MOBILE + TABLET (0 - 1199px)
========================================== */

@media (max-width: 1199px) {

    /* Show logo */
    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }

    /* Hide phone + contact */
    header nav .navbar-top .left .ms-4 {
        display: none !important;
    }

    /* Ensure logo displays properly */
    header nav .navbar-top .left .navbar-logo {
        display: flex !important;
    }

    header nav .navbar-top .left .navbar-logo img {
        width: 180px;
        height: auto;
        object-fit: contain;
        position: static !important;
    }
}


/* ==========================================
   DESKTOP (1200px+)
========================================== */

@media (min-width: 1200px) {

    /* Show top-left area */
    header nav .navbar-top .left {
        display: flex !important;
        align-items: center;
    }

    /* Hide duplicate logo in black bar */
    header nav .navbar-top .left .navbar-logo {
        display: none !important;
    }

    /* Show phone + contact */
    header nav .navbar-top .left .ms-4 {
        display: flex !important;
        align-items: center;
        gap: 24px;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    /* Contact links styling */
    header nav .navbar-top .left .ms-4 a {
        color: #fff !important;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
    }

    header nav .navbar-top .left .ms-4 a:hover {
        opacity: 0.8;
    }
}

.product-review {
  display: none !important;
}

.js-mega-mobile-toggle {
  display: none;
}

.right a span {
    color: white;
}


@media screen and (min-width: 992px) {
    footer .footer-top .right {
        width: 50%;
        margin-top: 0;
        display: block;
        justify-content: flex-end !important;
        text-align: end;
    }
}



.make-enquiry 
   {
    background-color: #000000 !important;
    color: #e0c492 !important;
}