:root {
  --branding-color-1: #9f665d;
  --branding-color-2: #5b7979;
  --branding-color-3: #f2ece6;
  --branding-color-4: #595653;
  --branding-color-4-disabled: 0.3;
}
body.z-config-phenix {
  --branding-color-1: #A61763;
  --branding-color-2: #72053E;
  --branding-color-3: #EDEAE8;
  --branding-color-4: #7F6673;
}
html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  zzzzzfont-size: 0.0694vw;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  color: red;
}
*:not(p) {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body .z-hide {
  display: none;
}
.z-hide-important {
  display: none !important;
}
.z-jq-hide {
  display: none !important;
}
#panorama {
  position: fixed;
  left: 0;
  top: 53px;
  height: calc(100% - 113px);
  z-index: -1;
  /* Or appears behind but the pano gets the button taps. */
  z-index: 0;
  /* Or appears behind but the pano gets the button taps. */
  position: absolute;
}
.pnlm-load-box {
  display: none !important;
}
.pnlm-controls-container {
  display: none !important;
}
.pnlm-loading {
  display: none !important;
}
/*
@media only screen and (min-width: 451px)
{

body
{
background-color: #aaa !important;
}

.z-page
{
left: ~"calc((100% - 450px)/2)" !important;
width: 450px !important;
border: 1px solid black;
}

}
*/
/*
// Switch to mobile layout when get to size where other layout changes fall apart.
@media only screen and (min-width: 850px)
{
	.z-hide-if-not-mobile
	{
	display: none;
	}
}
@media only screen and (max-width: 850px)
{
	.z-hide-if-mobile
	{
	display: none;
	}
}
@mobile-switch: 850px;
*/
@media only screen and (min-width: 768px) {
  .z-utils-mobile-detect {
    display: none !important;
  }
}
.z-busy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 9999;
}
.z-busy div {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  font-size: 0;
  border: 2px solid #44C63C;
  zzborder-radius: 30px;
  background-color: white;
}
.z-busy img {
  width: 100%;
  box-shadow: 0px 0px 30px 5px rgba(68, 68, 68, 0.6);
}
.z-tools-selector-desktop {
  position: fixed;
  top: calc(60px + 60px);
  left: 3%;
  width: 94%;
  background-color: #F4F2F1;
}
.z-tools-selector-desktop .top-selector {
  display: flex;
  width: 100%;
  zbackground-color: var(--branding-color-3);
  background-color: var(--branding-color-4);
  height: 60px;
}
.z-tools-selector-desktop .top-selector .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  zwidth: 200px;
  height: 60px;
  border-right: 1px solid #979797;
  cursor: pointer;
  transition: background-color 0.2s;
  zzbackground-color: pink;
}
.z-tools-selector-desktop .top-selector .selector .text {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  zzmargin-right: 5px;
  zcolor: var(--branding-color-4);
  color: white;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  transition: color 0.2s;
  zbackground-color: magenta;
}
.z-tools-selector-desktop .top-selector .selector .icon {
  width: 18px;
  margin-left: 5px;
  margin-right: 10px;
}
.z-tools-selector-desktop .top-selector .selector .icon.hover {
  display: none;
}
.z-tools-selector-desktop .top-selector .selector .icon2.hover {
  zzzdisplay: none;
}
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) {
  background-color: var(--branding-color-1);
}
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) .text {
  color: white;
}
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) .icon.hover,
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) .icon2.hover {
  display: inline-block;
}
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) .icon.no-hover {
  display: none;
}
.z-tools-selector-desktop .top-selector .selector:hover:not(.upload-menu-open):not(.disabled) .icon2.no-hover {
  zzzzdisplay: none;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .icon2 {
  width: 10px;
  margin-left: 10px;
  zbackground-color: cyan;
}
.z-tools-selector-desktop .top-selector .selector:last-child {
  border-right: none;
}
.z-tools-selector-desktop .top-selector .selector.disabled .text {
  opacity: var(--branding-color-4-disabled);
}
.z-tools-selector-desktop .top-selector .selector.disabled {
  cursor: default;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo {
  align-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors {
  display: flex;
  flex-direction: column;
  zalign-content: flex-start;
  justify-content: center;
  zalign-items: flex-start;
  flex-grow: 1;
  width: 100%;
  top: 90px;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  zbackground-color: yellow;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors .upload-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  zbackground-color: #f4f2f1;
  background-color: var(--branding-color-4);
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors .upload-selector:hover {
  background-color: var(--branding-color-2);
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors .upload-selector:hover .text {
  color: #ffffff;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors .upload-selector.top-border {
  border-top: 1px solid #979797;
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors.open {
  margin-top: 120px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.35);
}
.z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors.open .menu {
  zbackground-color: #ffffff;
  background-color: var(--branding-color-4);
}
.z-tools-selector-desktop .top-selector .selector.compare.enabled {
  background-color: var(--branding-color-2);
}
.z-tools-selector-desktop .top-selector .selector.compare.enabled p {
  color: #fff;
}
.z-tools-selector-desktop .top-selector .selector.compare.disabled p {
  opacity: var(--branding-color-4-disabled);
  cursor: default;
}
.z-tools-selector-desktop .top-selector .selector.compare {
  zposition: relative;
  zmargin-top: -77px !important;
}
.z-tools-selector-desktop .top-selector .selector.compare .compare-help {
  position: absolute;
  width: 370px;
  padding: 13px 0 13px 0;
  background-color: var(--branding-color-2);
  color: white;
  margin: 0;
  top: -52px;
  wrong-margin-top: -120px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  z-index: 0;
}
.z-tools-selector-desktop .top-selector .selector.compare .compare-help span {
  text-decoration: underline;
  cursor: pointer;
}
.z-tools-selector-desktop .top-selector .selector.compare .compare-help .tab {
  position: absolute;
  margin-left: 170px;
  margin-top: -10px;
  width: 33px;
  height: 33px;
  transform: rotate(45deg);
  background-color: var(--branding-color-2);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .z-tools-selector-desktop {
    display: none;
  }
}
body.z-config-stairs-enabled .z-tools-selector-desktop .top-selector .selector.upload-a-photo .upload-selectors.open {
  margin-top: 240px;
}
body.z-hide-as-editing-stairs .z-tools-selector-desktop {
  visibility: hidden;
}
.z-tools-selector {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #edeae8;
  padding-left: 14px;
  padding-right: 14px;
  zbackground-color: pink;
  z-index: 1;
}
.z-tools-selector .desktop-left-bg {
  display: none;
}
.z-tools-selector .close {
  zposition: absolute;
  zright: -5px;
  ztop: 11px;
  position: fixed;
  left: auto;
  right: 9px;
  top: 11px;
  width: 30px;
  cursor: pointer;
  zbackground-color: yellow;
}
.z-tools-selector .header {
  zdisplay: flex;
  zjustify-content: center;
  zalign-items: center;
  position: relative;
  height: 53px;
  border-bottom: 1px solid #979797;
  zbackground-color: yellow;
}
.z-tools-selector .header .logo {
  zmargin-left: 30px;
  zdisplay: flex;
  zjustify-content: center;
  zalign-items: center;
  zflex-grow: 999;
  text-align: center;
  padding-top: 16px;
  zbackground-color: cyan;
}
.z-tools-selector .header .logo img {
  width: 156px;
}
.z-tools-selector .selectors {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  margin-left: 16px;
  margin-right: 16px;
}
.z-tools-selector .selectors .desktop-title {
  display: none;
}
.z-tools-selector .selectors .selector {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 78px;
  cursor: pointer;
  zbackground-color: pink;
  border-bottom: 1px solid #a49993;
}
.z-tools-selector .selectors .selector .text {
  flex-grow: 999;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  zbackground-color: magenta;
}
.z-tools-selector .selectors .selector .icon {
  width: 17px;
}
.z-tools-selector .selectors .selector.disabled {
  cursor: default;
}
.z-tools-selector .selectors .selector.disabled .text {
  opacity: var(--branding-color-4-disabled);
}
@media only screen and (min-width: 768px) {
  .z-tools-selector {
    width: 416px;
    left: auto;
    right: 0;
    top: 60px;
    cursor: pointer;
  }
  .z-tools-selector .desktop-left-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    width: calc(100% - 416px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    cursor: pointer;
  }
  .z-tools-selector .mobile-only {
    display: none;
  }
  .z-tools-selector .close {
    right: 54px;
    top: 14px;
  }
  .z-tools-selector .selectors .desktop-title {
    display: block;
    opacity: 1;
    color: var(--branding-color-4);
    font-family: 'DM Serif Display', serif;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: left;
    line-height: 33px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .z-tools-selector .selectors .selector .text {
    font-size: 17px;
    letter-spacing: 0.7px;
    margin-left: 29px;
    zbackground-color: magenta;
  }
  .z-tools-selector .selectors .selector .icon {
    margin-right: 29px;
  }
  .z-tools-selector .selectors .selector.mobile-only {
    display: none;
  }
}
body.z-config-mobile .z-tools-selector .selectors .selector.upload-a-photo {
  display: none !important;
}
/*
body.z-config-phone,body.z-config-tablet
{
	.z-tools-selector .selectors .selector.upload-a-photo
	{
	display: none !important;
	}
}
*/
.z-tools-selector2-mobile {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  test-background-color: yellow;
  test-z-index: 999;
  position: absolute;
}
.z-tools-selector2-mobile .selectors {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(247, 244, 242, 0.9);
}
.z-tools-selector2-mobile .selectors .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  cursor: pointer;
  border-right: 1px solid #a49993;
}
.z-tools-selector2-mobile .selectors .selector .text {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: center;
}
.z-tools-selector2-mobile .selectors .selector:last-child {
  border-right: none;
}
.z-tools-selector2-mobile .selectors .selector.disabled .text {
  opacity: var(--branding-color-4-disabled);
}
body.z-hide-as-editing-stairs .z-tools-selector2-mobile {
  visibility: hidden;
}
.z-floor-selector {
  position: fixed;
  top: 300px;
  zzzheight: calc(100% - 330px);
  left: 0;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  padding-left: 119px;
  padding-right: 119px;
  background-color: #F4F3F2;
  background-color: yellow;
  qqqqqborder: 2px solid red;
  qqqqdisplay: flex;
  zzflex-wrap: wrap;
  zzheight: 100%;
  zzzoverflow-y: auto;
  /*

	.heading
	{
	color: rgba(0,0,0,1);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	line-height: 30px;

	margin-top: 5px;
	margin-bottom: 0px;
	}

	.product-thumbnails
	{
	font-size: 0;
	height: ~"calc(100% - 450px)"; // Fill pxaining parent div height (but needs fixed height above)
	overflow-y: auto;
	//background-color: yellow;
	}

	.product-thumbnail
	{
	position: relative;
	display: inline-block;
	width: 192px;
	padding-top: 15px;
	margin-right: 35px;
	margin-bottom: 35px;

		.thumbnail
		{
		zmargin-top: 18px;
		width: 100%;
		}

		.favourite
		{
		position: absolute;
		display: inline-block;
		margin-left: -16px;
		margin-top: -15px;
		width: 35px;
		height: 35px;
		zzbackground-color: rgba(244,242,241, 1);
		border-radius: 35px;
		background: url("assets/love [1489].svg") no-repeat center; 
		background-color: rgba(244,242,241, 1);
		background-size: 22px;
		}

		.favourite.selected
		{
		background: url("assets/love [1489]-23.png") no-repeat center; 
		background-color: rgba(244,242,241, 1);
		background-size: 22px;
		padding: 0px;
		}

		.text-main-type
		{
		margin-top: 3px;
		margin-bottom: 0;
		color: rgba(0,0,0,1);
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.8px;
		text-align: left;
		line-height: 30px;
		text-transform: uppercase;		
		}
		.text-range
		{
		margin-top: -3px;
		margin-bottom: 0;
		color: rgba(0,0,0,1);
		//font-family: "DMSerifText-Regular";
		font-family: 'DM Serif Display', serif;
		font-size: 23px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0px;
		text-align: left;
		line-height: 28px;
		}
		.text-type
		{
		margin-top: 2px;
		margin-bottom: 0;
		color: rgba(115,100,95,1);
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0px;
		text-align: left;
		line-height: 20px;
		}
		.text-colour
		{
		margin-top: 2px;
		margin-bottom: 0;
		color: rgba(115,100,95,1);
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0px;
		text-align: left;
		line-height: 20px;
		}

	}
*/
}
.z-floor-selector .title {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 9px;
  margin-left: 25px;
}
.z-floor-selector .col-1 {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
}
.z-floor-selector .col-2 {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
}
.z-floor-selector .col-3 {
  border: 2px solid red;
  display: flex;
  flex-direction: column;
}
.z-floor-selector .row-1 {
  border: 2px solid red;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 22px;
}
.z-floor-selector .row-1 .product-search {
  width: 420px;
  height: 48px;
  cursor: pointer;
}
.z-floor-selector .row-1 .product-search input {
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 23px;
  border-radius: 24px;
  border: 1px solid #458266;
  width: 100%;
  padding: 12px 24px 12px 24px;
  background-color: transparent;
  cursor: pointer;
}
.z-floor-selector .row-1 .product-search-button {
  width: 98px;
  height: 48px;
  padding-top: 14px;
  border-radius: 29px;
  text-align: center;
  background-color: #458266;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
}
.z-floor-selector .row-2 {
  border: 2px solid red;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 22px;
}
.z-floor-selector .row-2 .product-type {
  width: 300px;
  height: 48px;
}
.z-floor-selector .row-2 .product-type .menu {
  width: 100%;
  height: 100%;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  zline-height: 30px;
  border-radius: 24px;
  border: 1px solid #458266;
  padding: 14px 24px 12px 24px;
}
.z-floor-selector .row-2 .product-type .icon {
  position: absolute;
  width: 10px;
  margin-left: 273px;
  margin-top: -25px;
}
.z-floor-selector .row-2 .product-colour {
  width: 300px;
  height: 48px;
}
.z-floor-selector .row-2 .product-colour .menu {
  width: 100%;
  height: 100%;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  zline-height: 30px;
  border-radius: 24px;
  border: 1px solid #458266;
  padding: 14px 24px 12px 24px;
}
.z-floor-selector .row-2 .product-colour .icon {
  position: absolute;
  width: 10px;
  margin-left: 273px;
  margin-top: -25px;
}
.z-floor-selector .row-2 .product-shade {
  width: 280px;
  height: 48px;
}
.z-floor-selector .row-2 .product-shade .tick-box {
  border: 1px solid #73645f;
  display: inline-block;
  width: 13px;
  height: 13px;
}
.z-floor-selector .row-2 .product-shade .tick-box-label {
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  zline-height: 20px;
  display: inline-block;
  margin-top: 14px;
  margin-left: 10px;
  margin-right: 20px;
}
.z-floor-selector .heading {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.z-floor-selector .product-thumbnails-container {
  zzheight: 200px;
  height: calc(100% - 300px);
  zbackground-color: pink;
}
.z-floor-selector .product-thumbnails-container .products-heading {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 0px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnails {
  border: 2px solid red;
  display: flex;
  flex-wrap: wrap;
  height: 1px;
  overflow: auto;
  background-color: cyan;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail {
  zzposition: relative;
  zzdisplay: inline-block;
  width: 192px;
  padding-top: 15px;
  margin-right: 35px;
  margin-bottom: 35px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .thumbnail {
  zmargin-top: 18px;
  width: 100%;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .favourite {
  position: absolute;
  display: inline-block;
  margin-left: -16px;
  margin-top: -15px;
  width: 35px;
  height: 35px;
  zzbackground-color: #f4f2f1;
  border-radius: 35px;
  background: url("assets/love [1489].svg") no-repeat center;
  background-color: #f4f2f1;
  background-size: 22px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .favourite.selected {
  background: url("assets/love [1489]-23.png") no-repeat center;
  background-color: #f4f2f1;
  background-size: 22px;
  padding: 0px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .text-main-type {
  margin-top: 3px;
  margin-bottom: 0;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .text-range {
  margin-top: -3px;
  margin-bottom: 0;
  color: #000000;
  font-family: 'DM Serif Display', serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 28px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .text-type {
  margin-top: 2px;
  margin-bottom: 0;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
.z-floor-selector .product-thumbnails-container .product-thumbnail .text-colour {
  margin-top: 2px;
  margin-bottom: 0;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
.z-upload-selector {
  position: fixed;
  left: 633rem;
  top: 170rem;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.35);
  background-color: #f4f2f1;
}
.z-upload-selector .selector {
  width: 241rem;
  height: 60rem;
  cursor: pointer;
}
.z-upload-selector .selector.desktop {
  height: 61prem;
  border-bottom: 1px solid #979797;
}
.z-upload-selector .text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15rem;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8rem;
  text-align: center;
  line-height: 29rem;
}
.z-product-type-selector {
  position: fixed;
  left: 180rem;
  top: 500rem;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.18);
  background-color: #f4f2f1;
  padding-top: 20rem;
}
.z-product-type-selector .selector {
  width: 299rem;
  cursor: pointer;
}
.z-product-type-selector .selector .tick-box {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #458266;
  margin-top: 3rem;
  margin-left: 25rem;
  width: 13rem;
  height: 13rem;
}
.z-product-type-selector .selector .tick-box-label {
  vertical-align: top;
  margin-top: 0rem;
  margin-bottom: 7rem;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
  display: inline-block;
  margin-left: 11rem;
  zzbackground-color: yellow;
}
@zzzzimport "_Test.less";
.z-header {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 53px;
  background-color: var(--branding-color-3);
  position: absolute;
  z-index: 1;
}
.z-header .back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 100%;
  cursor: pointer;
  background-color: var(--branding-color-2);
  transition: background-color 0.2s;
}
.z-header .back .icon {
  width: 17px;
  margin-left: 17px;
  margin-right: 17px;
}
.z-header .back .text {
  display: none;
}
.z-header .back:hover {
  background-color: var(--branding-color-1);
}
.z-header .logo {
  position: fixed;
  display: block;
  left: 50%;
  margin-left: -78px;
  margin-top: 10px;
}
.z-header .logo img {
  width: 156px;
}
.z-header .logo img.z-config-show-if-phenix {
  margin-top: -5px;
  zzwidth: 200px;
}
.z-header .open-tools {
  visibility: hidden;
  position: fixed;
  right: 0;
  width: 20px;
  margin-right: 14px;
  cursor: pointer;
  zbackground-color: yellow;
}
@media only screen and (min-width: 768px) {
  .z-header {
    height: 60px;
  }
  .z-header .back {
    width: 295px;
  }
  .z-header .back .icon {
    width: 17px;
    margin-left: 17px;
    margin-right: 17px;
  }
  .z-header .back .text {
    display: block;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 25px;
  }
  .z-header .logo {
    margin-left: -112px;
  }
  .z-header .logo img {
    width: 225px;
  }
  .z-header .logo img.z-config-show-if-phenix {
    margin-top: -5px;
    width: 200px;
  }
  .z-header .open-tools {
    margin-right: 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 825px) {
  .z-header .logo {
    margin-left: -68px;
    zbackground-color: yellow;
  }
}
.z-page {
  opacity: 0;
}
.z-scene-render {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  -webkit-overflow-scrolling: touch;
  /* momentum scrolling. */
  font-size: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
}
.z-scene-render canvas {
  zwidth: 100%;
  zheight: 100%;
  z-index: 9999;
}
.z-scene-render {
  text-align: center;
}
.visualizer-plugin-render-canvas.fill-height {
  width: auto;
  height: 100%;
}
.visualizer-plugin-render-canvas.fill-width {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .z-scene-render {
    top: 60px;
    height: calc(100% - 60px);
  }
}
.z-paint-selector {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.z-paint-selector .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  zbackground-color: cyan;
}
.z-paint-selector .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  align-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  justify-content: center;
  zbackground-color: pink;
}
.z-paint-selector .thumbnails .thumbnail {
  width: 70px;
  height: 70px;
  position: relative;
  border-radius: 150px;
  cursor: pointer;
  zbackground-color: red;
}
@media only screen and (min-width: 768px) {
  .z-paint-selector {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.z-popup-room-selector {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  overflow-y: auto;
  background-color: #edeae8;
  zbackground-color: yellow;
}
.z-popup-room-selector .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-left: 15px;
  text-align: center;
  zbackground-color: green;
}
.z-popup-room-selector .close {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 30px;
  cursor: pointer;
  zbackground-color: cyan;
}
.z-popup-room-selector .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5%;
  align-content: flex-start;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
  zbackground-color: pink;
}
.z-popup-room-selector .thumbnails .thumbnail {
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.z-popup-room-selector .thumbnails .thumbnail:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .z-popup-room-selector {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media only screen and (min-width: 901px) and (max-width: 99999px) {
  .z-popup-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-room-selector .thumbnails .thumbnail {
    width: 21.25%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 900px) {
  .z-popup-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-room-selector .thumbnails .thumbnail {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 650px) {
  .z-popup-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-room-selector .thumbnails .thumbnail {
    width: 47.5%;
  }
}
.z-popup-saved-room-selector {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  overflow-y: auto;
  background-color: #edeae8;
  zbackground-color: yellow;
}
.z-popup-saved-room-selector .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-left: 15px;
  text-align: center;
  zbackground-color: green;
}
.z-popup-saved-room-selector .close {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 30px;
  cursor: pointer;
  zbackground-color: cyan;
}
.z-popup-saved-room-selector .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5%;
  align-content: flex-start;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
  zbackground-color: pink;
}
.z-popup-saved-room-selector .thumbnails .room {
  position: relative;
  zmargin-left: 10px;
  zmargin-right: 20px;
  width: 100%;
}
.z-popup-saved-room-selector .thumbnails .room .thumbnail {
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.z-popup-saved-room-selector .thumbnails .room .thumbnail:hover {
  opacity: 0.8;
}
.z-popup-saved-room-selector .thumbnails .room .delete {
  position: absolute;
  color: #000;
  cursor: pointer;
  width: 35px;
  margin-left: -17px;
  margin-top: -17px;
  border-radius: 35px;
  background-color: #f4f2f1;
  zbackground-color: green;
}
@media only screen and (min-width: 768px) {
  .z-popup-saved-room-selector {
    top: 60px;
    height: calc(100% - 60px);
  }
}
@media only screen and (min-width: 901px) and (max-width: 99999px) {
  .z-popup-saved-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-saved-room-selector .thumbnails .room {
    width: 21.25%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 900px) {
  .z-popup-saved-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-saved-room-selector .thumbnails .room {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 650px) {
  .z-popup-saved-room-selector .thumbnails {
    margin-left: 70px;
    margin-right: 70px;
    width: calc(100% - 140px);
  }
  .z-popup-saved-room-selector .thumbnails .room {
    width: 47.5%;
  }
}
.z-current-product-and-options.mobile {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  background-color: #edeae8;
  background-color: yellow;
  position: absolute;
}
.z-current-product-and-options.mobile .current-floor {
  height: 103px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  background-color: var(--branding-color-3);
  zbackground-color: pink;
}
.z-current-product-and-options.mobile .current-floor .text-main-type {
  padding-top: 10px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 30px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 30px;
  text-transform: uppercase;
  zbackground-color: cyan;
}
.z-current-product-and-options.mobile .current-floor .text-range {
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 36px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 27px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 28px;
  zbackground-color: pink;
}
.z-current-product-and-options.mobile .current-floor .row {
  display: flex;
  zjustify-content: flex-start;
  align-items: flex-start;
  zheight: 30px;
  zbackground-color: pink;
}
.z-current-product-and-options.mobile .current-floor .row .text-colour {
  flex-grow: 999;
  margin: 0;
  margin-left: 15px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
.z-current-product-and-options.mobile .current-floor .row .text-type {
  margin: 0;
  margin-right: 15px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
}
.z-current-product-and-options.mobile .selectors {
  display: flex;
  justify-content: space-around;
  zflex-direction: column;
  align-items: center;
  background-color: var(--branding-color-3);
  zbackground-color: yellow;
  height: 50px;
  /*.favourite:hover
				{
				background: url("assets/fav-hover.svg") no-repeat center; 
				background-color: var(--branding-color-1);
				background-size: 22px;
				}*/
}
.z-current-product-and-options.mobile .selectors .selector {
  cursor: pointer;
  zbackground-color: pink;
}
.z-current-product-and-options.mobile .selectors .selector .icon {
  width: 26px;
}
.z-current-product-and-options.mobile .selectors .selector .icon.not-favourite {
  width: 28px;
}
.z-current-product-and-options.mobile .selectors .selector .icon.is-favourite {
  width: 28px;
}
.z-current-product-and-options.mobile .selectors .selector .icon.add-to-basket {
  width: 25px;
}
.z-current-product-and-options.mobile .selectors .favourite {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: url("assets/fav-disabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-current-product-and-options.mobile .selectors .favourite.selected {
  background: url("assets/fav-enabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-current-product-and-options.mobile .selectors .selector.disabled img {
  opacity: 0.2;
}
.z-current-product-and-options.mobile .selectors .divider-vertical-line {
  border-right: 1px solid rgba(151, 151, 151, 0.3);
  height: 100%;
}
.z-current-product-and-options.mobile .change {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #363936;
  cursor: pointer;
}
.z-current-product-and-options.mobile .change p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 2px;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .z-current-product-and-options.mobile {
    display: none;
  }
}
body.z-hide-as-editing-stairs .z-current-product-and-options.mobile {
  visibility: hidden;
}
.z-current-product-and-options.desktop {
  position: fixed;
  right: 3%;
  top: calc(60px + 60px + 60px);
  width: 300px;
  zbackground-color: green;
}
.z-current-product-and-options.desktop .closed-container {
  display: flex;
  align-items: center;
  align-content: center;
  height: 60px;
  width: calc(100% - 40px -22px);
  border-left: 20px solid var(--branding-color-1);
  cursor: pointer;
  background-color: rgba(244, 242, 241, 0.8);
  transition: background-color 0.2s;
  zbackground-color: yellow;
}
.z-current-product-and-options.desktop .closed-container .compare-help-2 {
  position: absolute;
  width: 370px;
  padding: 13px 0 13px 0;
  background-color: var(--branding-color-2);
  color: white;
  margin: 0;
  left: -70px;
  top: 84px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  z-index: 0;
}
.z-current-product-and-options.desktop .closed-container .compare-help-2 span {
  text-decoration: underline;
  cursor: pointer;
}
.z-current-product-and-options.desktop .closed-container .compare-help-2 .tab {
  position: absolute;
  margin-left: 170px;
  margin-top: -65px;
  width: 33px;
  height: 33px;
  transform: rotate(45deg);
  background-color: var(--branding-color-2);
  z-index: -1;
}
.z-current-product-and-options.desktop .closed-container .thumbnail {
  margin-left: 38px;
  width: 36px;
  border-radius: 36px;
}
.z-current-product-and-options.desktop .closed-container .text-range {
  flex-grow: 999;
  margin-left: 11px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 22px;
  transition: color 0.2s;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .closed-container .icon-open {
  color: #000;
  width: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 16px;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .closed-container .icon-open.hover {
  display: none;
}
.z-current-product-and-options.desktop .closed-container:hover {
  background-color: var(--branding-color-1);
}
.z-current-product-and-options.desktop .closed-container:hover .text-range {
  color: white;
}
.z-current-product-and-options.desktop .closed-container:hover .icon-open.no-hover {
  display: none;
}
.z-current-product-and-options.desktop .closed-container:hover .icon-open.hover {
  display: inline-block;
}
.z-current-product-and-options.desktop .opened-container {
  cursor: pointer;
  zbackground-color: #F4F2F1;
  background-color: var(--branding-color-3);
}
.z-current-product-and-options.desktop .opened-container .title-container {
  display: flex;
  align-items: center;
  align-content: center;
  height: 60px;
  width: calc(100% - 40px -22px);
  border-left: 20px solid var(--branding-color-1);
  margin-bottom: 16px;
  zbackground-color: cyan;
}
.z-current-product-and-options.desktop .opened-container .title-container .title {
  flex-grow: 999;
  margin-left: 40px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .opened-container .title-container .icon-close {
  color: #000;
  width: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 16px;
  zbackground-color: pink !important;
}
.z-current-product-and-options.desktop .opened-container .current-floor {
  margin-left: 60px;
  margin-right: 60px;
  width: calc(100% - 60px - 60px);
  border-bottom: 1px solid #979797;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail {
  width: 100%;
  cursor: pointer;
  zbackground-color: yellow;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .thumbnail {
  width: 100%;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .favourite {
  position: absolute;
  display: inline-block;
  margin-left: -17px;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: url("assets/fav-disabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .favourite.selected {
  background: url("assets/fav-enabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
@media (hover: hover) {
  .z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .favourite:hover {
    background: url("assets/fav-hover.svg") no-repeat center;
    background-color: var(--branding-color-1);
    background-size: 22px;
  }
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .text-main-type {
  margin-top: 5px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 16px;
  text-transform: uppercase;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .text-range {
  margin-top: 8px;
  margin-bottom: 4px;
  color: var(--branding-color-4);
  font-family: "DMSerifText-Regular";
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 21px;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .text-type {
  margin-top: 1px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
}
.z-current-product-and-options.desktop .opened-container .current-floor .product-thumbnail .text-colour {
  margin-top: 3px;
  margin-bottom: 18px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
}
.z-current-product-and-options.desktop .opened-container .selectors {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  zbackground-color: yellow;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector {
  display: flex;
  align-items: center;
  height: 45px;
  cursor: pointer;
  zbackground-color: pink;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector .icon {
  color: #000000;
  height: 20px;
  padding-right: 7px;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector .icon.add-to-basket {
  zzwidth: 25px;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector p {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--branding-color-4);
}
.z-current-product-and-options.desktop .opened-container .selectors .selector.padding {
  height: 15px;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector.floor-wall {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: default;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector.floor-wall .icon {
  padding-right: 0px;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector.floor-wall .icon.left {
  height: 35px;
  margin-right: 15px;
  cursor: pointer;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector.floor-wall .icon.right {
  height: 35px;
  margin-left: 15px;
  cursor: pointer;
}
.z-current-product-and-options.desktop .opened-container .selectors .selector .disabled .icon {
  opacity: 0.2;
  cursor: default !important;
}
@media only screen and (max-width: 767px) {
  .z-current-product-and-options.desktop {
    display: none;
  }
}
.z-previous .z-current-product-and-options.desktop {
  position: fixed;
  right: auto;
  left: 3%;
}
@media only screen and (min-width: 851px) and (max-width: 900px) {
  .z-current-product-and-options.desktop.is-open {
    width: 240px;
  }
  .z-current-product-and-options.desktop.is-open .current-floor {
    margin-left: 30px !important;
    width: calc(100% - 30px - 30px) !important;
  }
  .z-current-product-and-options.desktop.is-open .title-container .title {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .z-current-product-and-options.desktop.is-open {
    width: 180px;
  }
  .z-current-product-and-options.desktop.is-open .current-floor {
    margin-left: 20px !important;
    width: calc(100% - 20px - 20px) !important;
  }
  .z-current-product-and-options.desktop.is-open .title-container .title {
    margin-left: 5px;
  }
}
@media only screen and (max-height: 750px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.95);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.95);
  }
}
@media only screen and (max-height: 720px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.9);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.9);
  }
}
@media only screen and (max-height: 690px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.85);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.85);
  }
}
@media only screen and (max-height: 660px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.8);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.8);
  }
}
@media only screen and (max-height: 630px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.75);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.75);
  }
}
@media only screen and (max-height: 600px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.7);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.7);
  }
}
@media only screen and (max-height: 570px) {
  .z-previous .z-current-product-and-options.desktop .opened-container {
    transform-origin: top left;
    transform: scale(0.65);
  }
  .z-current .z-current-product-and-options.desktop .opened-container {
    transform-origin: top right;
    transform: scale(0.65);
  }
}
body.z-hide-as-editing-stairs .z-current-product-and-options.desktop {
  visibility: hidden;
}
.z-previous .z-current-product-and-options.desktop .compare-help-2 {
  display: none !important;
}
.z-menu-selector {
  width: 100%;
  zheight: 250px;
  margin-top: 20px;
  padding: 25px 25px 15px 25px;
  box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.18);
  opacity: 1;
  background-color: #f4f2f1;
  zbackground-color: green;
  position: relative;
  z-index: 10;
}
.z-menu-selector .items {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
  height: 100%;
  margin-top: -8px;
  overflow-y: auto;
  zbackground-color: cyan;
}
.z-menu-selector .items .item {
  display: flex;
  justify-content: left;
  zalign-items: flex-start;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  zbackground-color: yellow;
  zborder: 1px solid black;
}
.z-menu-selector .items .item .tick-box {
  border: 1px solid var(--branding-color-2);
  width: 13px;
  height: 13px;
  cursor: pointer;
  zbackground-color: pink;
}
.z-menu-selector .items .item .tick-box.selected {
  background-color: var(--branding-color-2);
}
.z-menu-selector .items .item .label {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  margin-top: -2px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 0px;
  cursor: pointer;
  zbackground-color: pink;
}
.z-menu-selector .items .item.unavailable-so-hide {
  display: none;
}
.z-landing-page {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  zbackground-color: #edeae8;
  zbackground-color: yellow;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}
.z-landing-page .bg-image {
  top: 53px;
  left: -20px;
  width: calc(100% + 40px);
  zwidth: 100%;
  background-image: url("assets/Rivermill_Ember_APX102_RS.png");
  filter: blur(8px);
  -webkit-filter: blur(8px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -20px;
  bottom: -20px;
  position: fixed;
  top: 0;
  height: 100%;
}
.z-landing-page .bg-image .overlay {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.z-landing-page .title {
  margin-top: 39px;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 14px;
  text-align: center;
  color: white;
  font-family: 'DM Serif Display', serif;
  width: 250px;
  margin-left: calc((100% - 250px)/2);
}
.z-landing-page .selectors {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  zjustify-content: center;
  zzbackground-color: pink;
  height: calc(100% - 240px);
  height: calc(100% - 130px);
  overflow-y: auto;
}
.z-landing-page .selectors .selector-container {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  cursor: pointer;
  zbackground-color: pink;
}
.z-landing-page .selectors .selector-container:last-child {
  border-bottom: none;
}
.z-landing-page .selectors .selector {
  display: flex;
  align-items: center;
  width: 240px;
  height: 75px;
  cursor: pointer;
  zbackground-color: green;
}
.z-landing-page .selectors .selector .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  zbackground-color: yellow;
}
.z-landing-page .selectors .selector .icon-container .icon {
  zbackground-color: green;
}
.z-landing-page .selectors .selector p {
  margin-left: 12px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  zbackground-color: cyan;
}
.z-landing-page .selectors .upload-a-photo .icon {
  width: 31px;
}
.z-landing-page .selectors .take-a-photo .icon {
  width: 27px;
}
.z-landing-page .selectors .decorate-sample-room .icon {
  width: 27px;
}
.z-landing-page .selectors .decorate-saved-room .icon {
  width: 32px;
}
.z-landing-page .selectors .view-360 .icon {
  width: 27px;
}
.z-landing-page .selectors .selector-container.desktop {
  display: none;
}
.z-landing-page .help {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
  zzzheight: 110px;
  background-color: rgba(244, 242, 241, 0.9);
  position: absolute;
}
.z-landing-page .help img {
  zalign-self: flex-start;
  margin: 19px 16px 0 16px;
  width: 22px;
}
.z-landing-page .help p {
  margin-right: 5px;
  opacity: 0.9;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 25px;
}
.z-landing-page .help p span {
  text-decoration: underline;
}
body.z-config-mobile .z-landing-page .selectors .selector-container.upload-a-photo {
  display: none !important;
}
body.z-config-desktop .z-landing-page .selectors .selector-container.non-desktop {
  display: none !important;
}
body.z-config-desktop .z-landing-page .selectors .selector-container.desktop {
  display: flex !important;
}
@media only screen and (min-width: 768px) {
  .z-landing-page {
    top: 60px;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .z-landing-page .title {
    margin-top: 142px;
    margin-bottom: 75px;
    margin-left: 0;
    width: 100%;
    font-size: 62px;
    zbackground-color: pink;
  }
  .z-landing-page .selectors {
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    margin-left: 10%;
    justify-content: flex-start;
    height: auto;
    overflow-y: hidden;
    zbackground-color: pink;
  }
  .z-landing-page .selectors .selector-container {
    justify-content: center;
    width: 43.5%;
    margin-left: 3.1%;
    margin-right: 3.1%;
    zbackground-color: yellow;
  }
  .z-landing-page .selectors .selector {
    width: 90%;
    margin-left: 10%;
    height: 100px;
    zbackground-color: cyan;
  }
  .z-landing-page .selectors .selector p {
    margin-left: 40px;
    font-size: 18px;
  }
  .z-landing-page .selectors .upload-a-photo .icon {
    width: 40px;
  }
  .z-landing-page .selectors .take-a-photo .icon {
    width: 40px;
  }
  .z-landing-page .selectors .decorate-sample-room .icon {
    width: 40px;
  }
  .z-landing-page .selectors .decorate-saved-room .icon {
    width: 42px;
  }
  .z-landing-page .selectors .view-360 .icon {
    width: 34px;
  }
  .z-landing-page .help {
    align-items: center;
  }
  .z-landing-page .help img {
    margin: 0px 16px 0 16px;
  }
}
@media only screen and (min-width: 1222px) {
  .z-landing-page .selectors {
    width: 963px !important;
    margin-left: calc((100% - 963px)/2);
    zbackground-color: green;
  }
}
body.z-config-phenix .z-landing-page .bg-image {
  background-image: url("assets-phenix/Rivermill_Ember_APX102_RS.png");
}
.z-floors-and-filters-selector.is-open {
  height: calc(100% - 113px);
}
.z-floors-and-filters-selector {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  zbackground-color: #edeae8;
  zzbackground-color: yellow;
  position: absolute;
}
.z-floors-and-filters-selector .top {
  display: flex;
  align-items: flex-start;
  height: 72px;
  border-bottom: 1px solid #979797;
  background-color: var(--branding-color-3);
  cursor: pointer;
  zbackground-color: yellow;
}
.z-floors-and-filters-selector .top .title {
  flex-grow: 999;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 27px;
  font-weight: 400;
  margin-top: 22px;
  margin-left: 15px;
}
.z-floors-and-filters-selector .top .icon {
  color: #000;
  cursor: pointer;
}
.z-floors-and-filters-selector .top .icon.close {
  width: 30px;
  margin-top: 26px;
  margin-right: 16px;
}
.z-floors-and-filters-selector .top .icon.open {
  width: 20px;
  margin-top: 30px;
  margin-right: 21px;
}
.z-floors-and-filters-selector .top .icon.open.hover {
  display: none;
}
.z-floors-and-filters-selector .selectors {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  height: calc(100% - 15px);
  overflow-y: auto;
  background-color: var(--branding-color-3);
}
.z-floors-and-filters-selector .selectors .selector {
  display: flex;
  align-items: center;
  zzzwidth: 100%;
  min-height: 50px;
  cursor: pointer;
}
.z-floors-and-filters-selector .selectors .selector .text {
  flex-grow: 999;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  line-height: 25px;
  margin-left: 15px;
  zbackground-color: magenta;
}
.z-floors-and-filters-selector .selectors .selector .icon {
  color: #000;
  margin-right: 23px;
  width: 16px;
}
.z-floors-and-filters-selector .selectors .divider-line {
  border-bottom: 1px solid #979797;
}
.z-floors-and-filters-selector .selectors .blank {
  width: 100%;
  zmin-height: 80px;
}
.z-floors-and-filters-selector .selectors .under-tabs-line,
.z-floors-and-filters-selector .selectors .tabs-close {
  display: none;
}
body:not(.z-config-is-textureable-walls) .z-floors-and-filters-selector .selectors .flooring-for-walls {
  display: none !important;
}
body:not(.z-config-is-paintable-walls) .z-floors-and-filters-selector .selectors .paint {
  display: none !important;
}
body:not(.z-config-is-textureable-floors) .z-floors-and-filters-selector .selectors .browse-floors {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .main-selector {
    margin-top: 20px !important;
  }
  .z-floors-and-filters-selector {
    position: fixed;
    top: calc(60px + 60px + 60px);
    left: 3%;
    right: 3%;
    width: 94%;
  }
  .z-floors-and-filters-selector .divider-line,
  .z-floors-and-filters-selector .blank {
    display: none;
  }
  .z-floors-and-filters-selector .selectable-content .main-selector {
    position: fixed;
    left: 3%;
    top: calc(60px + 60px + 60px + 65px - 5px);
    width: 94%;
    padding-left: 9%;
    padding-right: 9%;
    zbackground-color: #F4F2F1;
    background-color: var(--branding-color-3);
    bottom: 3%;
    overflow-y: auto;
    padding-top: 20px;
    zbackground-color: pink;
  }
  .z-floors-and-filters-selector .top {
    border-bottom: none;
    border-left: 20px solid var(--branding-color-1);
    height: 60px;
    background-color: rgba(244, 242, 241, 0.9);
    transition: background-color 0.2s;
  }
  .z-floors-and-filters-selector .top .title {
    font-size: 24px;
    margin-top: 15px;
    margin-left: 40px;
    transition: color 0.2s;
  }
  .z-floors-and-filters-selector .top .icon.close {
    margin-top: 19px;
    margin-right: 16px;
    zbackground-color: pink;
  }
  .z-floors-and-filters-selector .top .icon.open {
    margin-top: 20px;
    margin-right: 21px;
    transition: color 0.2s;
    zbackground-color: yellow;
  }
  .z-floors-and-filters-selector .top:hover {
    background-color: var(--branding-color-1);
    opacity: 0.9;
  }
  .z-floors-and-filters-selector .top:hover .title {
    color: white;
  }
  .z-floors-and-filters-selector .top:hover .icon.open.no-hover {
    display: none;
  }
  .z-floors-and-filters-selector .top:hover .icon.open.hover {
    display: inline-block;
  }
  .z-floors-and-filters-selector .selectors {
    display: flex;
    flex-direction: row;
    padding-left: 10%;
    width: 100%;
    padding-right: 10%;
    padding-top: 25px;
    height: 80px;
    zbackground-color: #F4F2F1;
    zbackground-color: pink;
    background-color: var(--branding-color-3);
  }
  .z-floors-and-filters-selector .selectors .selector {
    flex-grow: 1;
    height: 55px;
    background-color: white;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px 3px 0 0;
    zbackground-color: yellow;
    background-color: var(--branding-color-3);
    border: 1px solid rgba(151, 151, 151, 0.3);
    border-bottom: none;
  }
  .z-floors-and-filters-selector .selectors .selector .text {
    margin-left: 0;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    padding: 0 5px;
    zbackground-color: yellow;
  }
  .z-floors-and-filters-selector .selectors .selector .icon {
    display: none;
  }
  .z-floors-and-filters-selector .selectors .selector:hover {
    background-color: var(--branding-color-1);
  }
  .z-floors-and-filters-selector .selectors .selector:hover .text {
    color: white;
  }
  .z-floors-and-filters-selector .selectors .selector.selected {
    background-color: var(--branding-color-1);
  }
  .z-floors-and-filters-selector .selectors .selector.selected .text {
    color: white;
  }
  .z-floors-and-filters-selector .selectors .under-tabs-line {
    position: absolute;
    display: block;
    margin-left: 0;
    left: 4.3%;
    margin-top: 55px;
    width: 92%;
    border-top: 1px solid #979797;
    opacity: 0.3;
  }
  .z-floors-and-filters-selector .selectors .tabs-close {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    margin-top: -10px;
    margin-left: calc(90% - 47px);
    zbackground-color: yellow;
  }
  .z-floors-and-filters-selector.is-open .top {
    display: none !important;
  }
}
body.z-hide-as-editing-stairs .z-floors-and-filters-selector {
  visibility: hidden;
}
.z-browse-floors-selector-mobile {
  width: 100%;
  margin-top: -8px;
}
.z-browse-floors-selector-mobile .title {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 18px;
  margin-bottom: 9px;
  margin-left: 30px;
  zbackground-color: cyan;
}
.z-browse-floors-selector-mobile .product-search {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  height: 40px;
  cursor: pointer;
}
.z-browse-floors-selector-mobile .product-search input {
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 23px;
  border-radius: 24px;
  border: 1px solid var(--branding-color-2);
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  cursor: pointer;
}
.z-browse-floors-selector-mobile .product-type {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  height: 40px;
  cursor: pointer;
  zposition: relative;
  zbackground-color: yellow;
}
.z-browse-floors-selector-mobile .product-type .menu {
  width: 100%;
  height: 100%;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  border-radius: 24px;
  border: 1px solid var(--branding-color-2);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  zbackground-color: pink;
}
.z-browse-floors-selector-mobile .product-type .menu.open {
  border-color: var(--branding-color-1);
}
.z-browse-floors-selector-mobile .product-type .icon {
  display: block;
  width: 10px;
  margin-left: calc(100% - 31px);
  margin-top: -21px;
}
.z-browse-floors-selector-mobile .product-search-button {
  margin-top: 22px;
  margin-bottom: 29px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  height: 45px;
  padding-top: 13px;
  border-radius: 29px;
  text-align: center;
  background-color: var(--branding-color-2);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  cursor: pointer;
}
.z-browse-floors-selector-mobile .product-search-button.desktop {
  display: none;
}
.z-browse-floors-selector-mobile .colour-and-shade {
  display: none;
}
.z-browse-floors-selector-mobile .divider-line {
  border-bottom: 11px solid #979797;
  width: 100%;
}
.z-browse-floors-selector-mobile .product-colour {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  height: 40px;
  margin-bottom: 24px;
  cursor: pointer;
  zbackground-color: yellow;
}
.z-browse-floors-selector-mobile .product-colour .menu {
  width: 100%;
  height: 100%;
  color: #73645f;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  border-radius: 24px;
  border: 1px solid var(--branding-color-2);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  zbackground-color: pink;
}
.z-browse-floors-selector-mobile .product-colour .menu.open {
  border-color: var(--branding-color-1);
}
.z-browse-floors-selector-mobile .product-colour .icon {
  display: block;
  width: 10px;
  margin-left: calc(100% - 31px);
  margin-top: -21px;
}
.z-browse-floors-selector-mobile .product-shade {
  display: flex;
  margin-left: 30px;
  margin-top: -5px;
  height: 40px;
  gap: 0px 15px;
  zbackground-color: cyan;
}
.z-browse-floors-selector-mobile .product-shade .filter-selector {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13px;
  zbackground-color: pink;
}
.z-browse-floors-selector-mobile .product-shade .filter-selector .tick-box {
  border: 1px solid var(--branding-color-2);
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.z-browse-floors-selector-mobile .product-shade .filter-selector .tick-box.selected {
  background-color: var(--branding-color-2);
}
.z-browse-floors-selector-mobile .product-shade .filter-selector .tick-box-label {
  margin-top: -2px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  zline-height: 20px;
  margin-left: 10px;
  margin-right: 20px;
  cursor: pointer;
  zbackground-color: yellow;
}
.z-browse-floors-selector-mobile .product-riser {
  display: flex;
  margin-left: 30px;
  margin-top: -5px;
  height: 40px;
  gap: 0px 15px;
  zbackground-color: yellow;
}
.z-browse-floors-selector-mobile .product-riser .riser-selector {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13px;
  zbackground-color: pink;
}
.z-browse-floors-selector-mobile .product-riser .riser-selector .tick-box {
  border: 1px solid var(--branding-color-2);
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.z-browse-floors-selector-mobile .product-riser .riser-selector .tick-box.selected {
  background-color: var(--branding-color-2);
}
.z-browse-floors-selector-mobile .product-riser .riser-selector .tick-box-label {
  margin-top: -2px;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  zline-height: 20px;
  margin-left: 10px;
  margin-right: 20px;
  cursor: pointer;
  zbackground-color: yellow;
}
@media only screen and (min-width: 768px) {
  .z-browse-floors-selector-mobile {
    zbackground-color: pink;
  }
  .z-browse-floors-selector-mobile .colour-and-shade {
    display: block;
    width: 0;
  }
  .z-browse-floors-selector-mobile .divider-line {
    display: none;
  }
  .z-browse-floors-selector-mobile .title {
    font-size: 15px;
  }
  .z-browse-floors-selector-mobile .product-search {
    margin-left: 15px;
    margin-right: 15px;
    width: 420px;
    height: 48px;
  }
  .z-browse-floors-selector-mobile .product-search-button.mobile {
    display: none;
  }
  .z-browse-floors-selector-mobile .product-search-button.desktop {
    display: block;
    margin-left: 457px;
    margin-top: -48px;
    height: 48px;
    width: 98px;
    padding-top: 14px;
    transition: background-color 0.2s;
  }
  .z-browse-floors-selector-mobile .product-search-button:hover {
    background-color: var(--branding-color-1);
  }
  .z-browse-floors-selector-mobile .product-search input {
    font-size: 15px;
  }
  .z-browse-floors-selector-mobile .product-type {
    width: 300px;
    height: 48px;
  }
  .z-browse-floors-selector-mobile .product-type .menu {
    padding-top: 13px;
    font-size: 15px;
  }
  .z-browse-floors-selector-mobile .product-type .icon {
    margin-left: 270px;
    margin-top: -25px;
  }
  .z-browse-floors-selector-mobile .product-colour {
    width: 300px;
    height: 48px;
  }
  .z-browse-floors-selector-mobile .product-colour .menu {
    padding-top: 13px;
    font-size: 15px;
  }
  .z-browse-floors-selector-mobile .product-colour .icon {
    margin-left: 270px;
    margin-top: -25px;
  }
  .z-browse-floors-selector-mobile .colour-container {
    margin-left: 330px;
    margin-top: -94px;
    zbackground-color: yellow;
  }
  .z-browse-floors-selector-mobile .shade-container {
    margin-left: 655px;
    margin-top: -94px;
  }
  .z-browse-floors-selector-mobile .shade-container .title {
    margin-bottom: 16px;
  }
  .z-browse-floors-selector-mobile .riser-container {
    width: 200px;
  }
  .z-browse-floors-selector-mobile .riser-container .title {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .z-browse-floors-selector-mobile .shade-container {
    position: static;
    margin-left: 0px;
    margin-top: 0px;
  }
  .z-browse-floors-selector-mobile .riser-container {
    position: static;
    width: 200px;
    margin-left: 329px;
    margin-top: -88px;
  }
}
.z-saved-room-selector {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  zbackground-color: cyan !important;
}
.z-saved-room-selector .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  zbackground-color: cyan;
}
.z-saved-room-selector .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 5%;
  align-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  zbackground-color: pink;
}
.z-saved-room-selector .thumbnails .room {
  position: relative;
  width: 100%;
}
.z-saved-room-selector .thumbnails .room .thumbnail {
  width: 100%;
  cursor: pointer;
  transition: opacity 0.2s;
}
.z-saved-room-selector .thumbnails .room .thumbnail:hover {
  opacity: 0.8;
}
.z-saved-room-selector .thumbnails .room .delete {
  position: absolute;
  color: #000;
  cursor: pointer;
  width: 35px;
  margin-left: -17px;
  margin-top: -17px;
  border-radius: 35px;
  background-color: #f4f2f1;
  zbackground-color: green;
}
@media only screen and (min-width: 768px) {
  .z-saved-room-selector {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 901px) and (max-width: 99999px) {
  .z-saved-room-selector .thumbnails .room {
    width: 21.25%;
  }
}
@media only screen and (min-width: 651px) and (max-width: 900px) {
  .z-saved-room-selector .thumbnails .room {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 650px) {
  .z-saved-room-selector .thumbnails .room {
    width: 47.5%;
  }
}
.z-floors {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.z-floors .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-left: 15px;
}
.z-floors .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 5%;
  align-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  zbackground-color: pink;
}
.z-floors .product-thumbnail {
  width: 100%;
  cursor: pointer;
  zbackground-color: cyan;
}
.z-floors .product-thumbnail .thumbnail {
  width: 100%;
  transition: opacity 0.2s;
}
.z-floors .product-thumbnail .favourite {
  position: absolute;
  display: inline-block;
  margin-left: -17px;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: url("assets/fav-disabled.svg") no-repeat center;
  zbackground-color: #F4F2F1;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-floors .product-thumbnail .favourite.selected {
  background: url("assets/fav-enabled.svg") no-repeat center;
  zbackground-color: #F4F2F1;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
@media (hover: hover) {
  .z-floors .product-thumbnail .favourite:hover {
    background: url("assets/fav-hover.svg") no-repeat center;
    background-color: var(--branding-color-1);
    background-size: 22px;
  }
}
.z-floors .product-thumbnail .text-main-type {
  margin-top: 9px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
  width: 100%;
}
.z-floors .product-thumbnail .text-range {
  margin-top: 8px;
  margin-bottom: 5px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 21px;
  width: 100%;
}
.z-floors .product-thumbnail .text-type {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  width: 100%;
}
.z-floors .product-thumbnail .text-colour {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
  width: 100%;
}
.z-floors .product-thumbnail:hover .thumbnail {
  opacity: 0.8;
}
@media only screen and (min-width: 1501px) and (max-width: 99999px) {
  .z-floors .product-thumbnail {
    width: 16%;
  }
}
@media only screen and (min-width: 1224px) and (max-width: 1500px) {
  .z-floors .product-thumbnail {
    width: 21.25%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1223px) {
  .z-floors .product-thumbnail {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .z-floors .product-thumbnail {
    width: 47.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .z-floors .product-thumbnails {
    zbackground-color: pink;
  }
  .z-floors .product-thumbnails .product-thumbnail {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.z-favourite-floors {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.z-favourite-floors .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  zbackground-color: cyan;
}
.z-favourite-floors .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 5%;
  align-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  zbackground-color: pink;
}
.z-favourite-floors .product-thumbnail {
  width: 100%;
  cursor: pointer;
}
.z-favourite-floors .product-thumbnail .thumbnail {
  width: 100%;
}
.z-favourite-floors .product-thumbnail .favourite {
  position: absolute;
  display: inline-block;
  margin-left: -17px;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: url("assets/fav-disabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-favourite-floors .product-thumbnail .favourite.selected {
  background: url("assets/fav-enabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
@media (hover: hover) {
  .z-favourite-floors .product-thumbnail .favourite:hover {
    background: url("assets/fav-hover.svg") no-repeat center;
    background-color: var(--branding-color-1);
    background-size: 22px;
  }
}
.z-favourite-floors .product-thumbnail .text-main-type {
  margin-top: 9px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
}
.z-favourite-floors .product-thumbnail .text-range {
  margin-top: 8px;
  margin-bottom: 5px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 21px;
}
.z-favourite-floors .product-thumbnail .text-type {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
.z-favourite-floors .product-thumbnail .text-colour {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .z-favourite-floors {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 99999px) {
  .z-favourite-floors .product-thumbnail {
    width: 16%;
  }
}
@media only screen and (min-width: 1224px) and (max-width: 1500px) {
  .z-favourite-floors .product-thumbnail {
    width: 21.25%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1223px) {
  .z-favourite-floors .product-thumbnail {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .z-favourite-floors .product-thumbnail {
    width: 47.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .z-favourite-floors .product-thumbnails {
    zbackground-color: pink;
  }
  .z-favourite-floors .product-thumbnails .product-thumbnail {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.z-recent-floors {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.z-recent-floors .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 15px;
  zbackground-color: cyan;
}
.z-recent-floors .product-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 5%;
  align-content: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  zbackground-color: pink;
}
.z-recent-floors .product-thumbnail {
  width: 100%;
  cursor: pointer;
}
.z-recent-floors .product-thumbnail .thumbnail {
  width: 100%;
}
.z-recent-floors .product-thumbnail .favourite {
  position: absolute;
  display: inline-block;
  margin-left: -17px;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: url("assets/fav-disabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
.z-recent-floors .product-thumbnail .favourite.selected {
  background: url("assets/fav-enabled.svg") no-repeat center;
  background-color: var(--branding-color-3);
  background-size: 22px;
}
@media (hover: hover) {
  .z-recent-floors .product-thumbnail .favourite:hover {
    background: url("assets/fav-hover.svg") no-repeat center;
    background-color: var(--branding-color-1);
    background-size: 22px;
  }
}
.z-recent-floors .product-thumbnail .text-main-type {
  margin-top: 9px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
}
.z-recent-floors .product-thumbnail .text-range {
  margin-top: 8px;
  margin-bottom: 5px;
  color: var(--branding-color-4);
  font-family: 'DM Serif Display', serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 21px;
}
.z-recent-floors .product-thumbnail .text-type {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
.z-recent-floors .product-thumbnail .text-colour {
  margin-top: 2px;
  margin-bottom: 0;
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .z-recent-floors {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1501px) and (max-width: 99999px) {
  .z-recent-floors .product-thumbnail {
    width: 16%;
  }
}
@media only screen and (min-width: 1224px) and (max-width: 1500px) {
  .z-recent-floors .product-thumbnail {
    width: 21.25%;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1223px) {
  .z-recent-floors .product-thumbnail {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .z-recent-floors .product-thumbnail {
    width: 47.5%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 599px) {
  .z-recent-floors .product-thumbnails {
    zbackground-color: pink;
  }
  .z-recent-floors .product-thumbnails .product-thumbnail {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .z-footer-mobile {
    display: none;
  }
}
.z-scan-qr-code-popup {
  position: fixed;
  left: 0px;
  top: 53px;
  width: 100%;
  height: calc(100% - 53px);
  background-color: rgba(0, 0, 0, 0.33);
  position: absolute;
}
.z-scan-qr-code-popup .container {
  position: relative;
  width: 600px;
  margin-left: calc((100% - 600px)/2);
  margin-top: 40px;
  padding: 20px 0px;
  text-align: center;
  border: 1px solid #444;
  background-color: #edeae8;
  zbackground-color: yellow;
}
.z-scan-qr-code-popup .button {
  margin-top: 22px;
  margin-bottom: 29px;
  margin-left: 200px;
  zmargin-right: 15px;
  width: 200px;
  height: 45px;
  padding-top: 13px;
  border-radius: 29px;
  text-align: center;
  background-color: #458266;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 18px;
  cursor: pointer;
}
.z-scan-qr-code-popup .heading {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0px;
  margin-left: 15px;
  text-align: center;
  zbackground-color: green;
}
.z-scan-qr-code-popup .text {
  color: var(--branding-color-4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  zbackground-color: pink;
}
.z-scan-qr-code-popup .close {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 30px;
  cursor: pointer;
  zbackground-color: cyan;
}
.z-scan-qr-code-popup .waiting,
.z-scan-qr-code-popup .found {
  margin-top: 10px;
}
.z-scan-qr-code-popup .waiting {
  color: red;
}
.z-scan-qr-code-popup .found {
  color: #458266;
}
.z-scan-qr-code-popup .qr-code-container img {
  margin-top: 20px;
  margin-left: 35%;
  width: 30%;
}
@media only screen and (min-width: 500px) and (max-width: 700px) {
  .z-scan-qr-code-popup .container {
    width: 400px;
    margin-left: calc((100% - 400px)/2);
  }
  .z-scan-qr-code-popup .qr-code-container img {
    margin-left: 30%;
    width: 40%;
  }
}
@media only screen and (max-width: 500px) {
  .z-scan-qr-code-popup .container {
    width: 90%;
    margin-left: 5%;
  }
  .z-scan-qr-code-popup .qr-code-container img {
    margin-left: 25%;
    width: 50%;
  }
}
.z-before-after-viewer {
  position: absolute;
  left: 0;
  top: 60px;
  width: 0px;
  height: calc(100% - 60px);
  text-align: center;
  background-color: green;
}
.z-before-after-viewer .before-after-viewer-divider {
  position: fixed;
  left: 38px;
  top: 60px;
  font-size: 15px;
  width: 3px;
  background-color: #000;
}
.z-before-after-viewer .before-after-viewer-slider {
  position: absolute;
  position: fixed;
  display: inline-block;
  top: 300px;
  left: 0px;
  width: 20px;
  height: 50px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #edeae8;
}
.z-before-after-viewer .before-after-viewer-slider .line {
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #363936;
  margin-top: 13px;
}
body.z-config-phenix .favourite {
  background-image: url("assets-phenix/fav-disabled.svg") !important;
  background-color: var(--branding-color-3);
}
body.z-config-phenix .favourite.selected {
  background-image: url("assets-phenix/fav-enabled.svg") !important;
  background-color: var(--branding-color-3);
}
@media (hover: hover) {
  body.z-config-phenix .favourite:hover {
    background-image: url("assets-phenix/fav-hover.svg") !important;
    background-color: #5e7a87 !important;
  }
}
