@charset "UTF-8";
.noDesktop {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .noDesktop {
    display: block !important;
  }
  .noLaptop {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .noDesktop, .noLaptop {
    display: block !important;
  }
  .noBigTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .noDesktop, .noLaptop, .noBigTablet {
    display: block !important;
  }
  .noTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 650px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet {
    display: block !important;
  }
  .noBigPhone {
    display: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet, .noBigPhone {
    display: block !important;
  }
  .noPhone {
    display: none !important;
  }
}
.smoothPX {
  transition: all 0.25s linear;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
body p, body ul, body ol, body table {
  margin-bottom: 1.2em;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
  color: #70215E;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 0.7em;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #007ac1;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500;
}
h1.magenta, h2.magenta, h3.magenta, h4.magenta, h5.magenta, h6.magenta {
  color: #eb1a74;
}
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
  color: #74af26;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #007ac1;
}
h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #fcd623;
}
h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple {
  color: #9685c5;
}
h1.plumHeader, h2.plumHeader, h3.plumHeader, h4.plumHeader, h5.plumHeader, h6.plumHeader {
  color: #B5B09A;
}
h1.header, h2.header, h3.header, h4.header, h5.header, h6.header {
  padding-bottom: calc((calc(24px + 2vw)) / 2);
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
h1.header:after, h2.header:after, h3.header:after, h4.header:after, h5.header:after, h6.header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  width: 3em;
  height: 2px;
  background-color: #000000;
  opacity: 0.5;
}

h1 {
  margin-bottom: 0.5em;
  line-height: 1em;
  font-size: 48px;
  font-size: clamp(40px, 6.5vw, 54px);
}

h2 {
  line-height: 1.1em;
  font-size: 40px;
  font-size: clamp(30px, 5.5vw, 40px);
}

h3 {
  line-height: 1.2em;
  font-size: 36px;
  font-size: clamp(26px, 4.5vw, 36px);
}

h4 {
  margin-bottom: 0.75em;
  font-size: 28px;
  font-size: clamp(21px, 4vw, 32px);
}

h5 {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}

h6 {
  margin-bottom: 0.9em;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.clearit {
  height: 0px;
  overflow: hidden;
  clear: both;
  width: 100%;
  display: block;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 190px;
}

body {
  width: 100%;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  scroll-padding-top: 190px;
}

.page {
  overflow: hidden;
  z-index: 2;
  width: 100%;
  padding-top: 145px;
  margin-top: -145px;
}

.section {
  width: 100%;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  width: calc(100% - (calc((calc(24px + 2vw)) * 2)));
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  clear: both;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg > a {
  display: block;
  float: left;
  width: 100%;
}
.bg span {
  float: left;
  width: 100%;
  display: block;
}

.widthInd {
  display: none;
}

p, ul, ol, table, blockquote {
  padding: 0;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}

@media only screen and (max-width: 900px) {
  .wrapper {
    width: calc(100% - (calc(24px + 2vw)));
  }
}
body.home #page-container {
  overflow: auto !important;
  overflow-y: auto !important;
}

.logo {
  width: 100%;
  display: block;
  padding: 0;
}
.logo span {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/Penthouse-Logo-Oval.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  float: left;
  padding-top: 45%;
}
.logo:after {
  content: "";
  display: table;
  clear: both;
  opacity: 0;
}
.logo p {
  opacity: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 1px;
}

.text img {
  width: auto;
  max-width: 100%;
}

.noSpace {
  margin-bottom: 0;
}

.wrapper {
  width: calc(100% - (calc((calc(24px + 2vw)) * 2)));
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  clear: both;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

html body .retailerLink,
html body .wpsl-directions {
  color: blue;
  text-decoration: underline;
}

.wpsl-stores p {
  padding: 0;
}

#wpsl-result-list li p {
  padding-bottom: 0;
}

html body.page-template-page-inspiration-gallery #page-container,
html body.page-template-page-new-home #page-container {
  padding-top: 0 !important;
}

.image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.image.contained img {
  object-fit: contain;
}
.image.leftTop img {
  object-position: top left;
}
.image.centerTop img {
  object-position: top center;
}
.image.rightTop img {
  object-position: top right;
}
.image.leftCentre img {
  object-position: center left;
}
.image.centreCentre img {
  object-position: center center;
}
.image.rightCentre img {
  object-position: center right;
}
.image.leftBottom img {
  object-position: bottom left;
}
.image.centreBottom img {
  object-position: bottom center;
}
.image.rightBottom img {
  object-position: bottom right;
}
.image a {
  display: block;
  width: 100%;
}
.image.dimImage:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
  pointer-events: none;
}

/*
img {
	display: block;
	object-position: center center;
	object-fit: contain;
	&.leftTop { object-position: top left; }
	&.centerTop { object-position: top center; }
	&.rightTop { object-position: top right; }
	&.leftCentre { object-position: center left; }
	&.centreCentre { object-position: center center; }
	&.rightCentre { object-position: center right; }
	&.leftBottom { object-position: bottom left; }
	&.centreBottom { object-position: bottom center; }
	&.rightBottom { object-position: bottom right; }
}
*/
.imageHolder {
  width: 100%;
}
.imageHolder.leftTop img {
  object-position: top left;
}
.imageHolder.centerTop img {
  object-position: top center;
}
.imageHolder.rightTop img {
  object-position: top right;
}
.imageHolder.leftCentre img {
  object-position: center left;
}
.imageHolder.centreCentre img {
  object-position: center center;
}
.imageHolder.rightCentre img {
  object-position: center right;
}
.imageHolder.leftBottom img {
  object-position: bottom left;
}
.imageHolder.centreBottom img {
  object-position: bottom center;
}
.imageHolder.rightBottom img {
  object-position: bottom right;
}
.imageHolder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.imageHolder .frame, .imageHolder a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.imageHolder .missingImage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  background-color: #F0F0F0;
}
.imageHolder span {
  display: block;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
  max-height: 350px;
  pointer-events: none;
}
.imageHolder.compat-object-fit {
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.imageHolder.compat-object-fit img {
  opacity: 0;
}

.image.natural,
.natural .image {
  padding: 0;
}
.image.natural .imageHolder,
.natural .image .imageHolder {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: auto;
}
.image.natural .imageHolder img, .image.natural .imageHolder a,
.natural .image .imageHolder img,
.natural .image .imageHolder a {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: auto;
}
.image.natural .imageHolder span,
.natural .image .imageHolder span {
  display: none;
}

.image.inline,
.inline .image {
  display: inline-block;
  float: right;
  margin-left: calc((calc(24px + 2vw)) / 2);
  margin-bottom: 12px;
}

.wrapper.hasBackground .bgImage {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  mix-blend-mode: luminosity;
  opacity: 0.25;
}

.bgImage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bgImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bgImage.leftTop img {
  object-position: top left;
}
.bgImage.centerTop img {
  object-position: top center;
}
.bgImage.rightTop img {
  object-position: top right;
}
.bgImage.leftCentre img {
  object-position: center left;
}
.bgImage.centreCentre img {
  object-position: center center;
}
.bgImage.rightCentre img {
  object-position: center right;
}
.bgImage.leftBottom img {
  object-position: bottom left;
}
.bgImage.centreBottom img {
  object-position: bottom center;
}
.bgImage.rightBottom img {
  object-position: bottom right;
}

.opacity10 {
  opacity: 0.1;
}

.opacity20 {
  opacity: 0.2;
}

.opacity30 {
  opacity: 0.3;
}

.opacity40 {
  opacity: 0.4;
}

.opacity50 {
  opacity: 0.5;
}

.opacity60 {
  opacity: 0.6;
}

.opacity70 {
  opacity: 0.7;
}

.opacity80 {
  opacity: 0.8;
}

.opacity90 {
  opacity: 0.9;
}

hr {
  display: block;
  width: 100%;
  border: 0;
  height: 1px;
  background-color: #cccccc;
}

.max500px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max950px {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.hasBackground {
  padding: calc(24px + 2vw);
}
.hasBackground .bgImage {
  z-index: -10;
  mix-blend-mode: luminosity;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.25;
}

.blendedNormal {
  mix-blend-mode: normal;
}

.blendedScreen {
  mix-blend-mode: screen;
}

.blendedOverlay {
  mix-blend-mode: overlay;
}

.blendedLighten {
  mix-blend-mode: lighten;
}

.blendedColorDodge {
  mix-blend-mode: colordodge;
}

.blendedColorBurn {
  mix-blend-mode: colorburn;
}

.blendedHardLight {
  mix-blend-mode: hardlight;
}

.blendedSoftLight {
  mix-blend-mode: softlight;
}

.blendedDifference {
  mix-blend-mode: difference;
}

.blendedExclusion {
  mix-blend-mode: exclusion;
}

.blendedSaturation {
  mix-blend-mode: saturation;
}

.blendedColor {
  mix-blend-mode: color;
}

.blendedLuminosity {
  mix-blend-mode: luminosity;
}

.bigList {
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}

.blockLink, input[type=submit], button, .button,
.blockLink a,
input[type=submit] a,
button a,
.button a {
  color: #70215E;
  font-weight: 500;
}

.blockLink, input[type=submit], button, .button {
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #70215E;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  display: inline-block;
  text-decoration: none !important;
}

.hasColour.purpleBack .blockLink, .hasColour.purpleBack input[type=submit], .hasColour.purpleBack button, .hasColour.purpleBack .button,
.hasColour.purpleBack .blockLink a,
.hasColour.purpleBack input[type=submit] a,
.hasColour.purpleBack button a,
.hasColour.purpleBack .button a {
  color: #FFFFFF;
}
.hasColour.purpleBack .blockLink, .hasColour.purpleBack input[type=submit], .hasColour.purpleBack button, .hasColour.purpleBack .button {
  border-bottom: solid 2px #FFFFFF;
}

input[type=submit], button, .button {
  border-radius: 0;
  padding: 1.25em 1.5em;
  border: solid 1px #FFFFFF;
}

.smallPrint {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}

.socials {
  width: auto;
  list-style-type: none;
}
.socials li {
  width: clamp(28px, 4vw, 42px);
  height: clamp(28px, 4vw, 42px);
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 1;
  transition: all 0.35s ease;
  background-color: #70215E;
  margin-left: 12px;
  margin-bottom: 8px;
}
.socials:hover li div {
  opacity: 1;
}
.socials a {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s ease;
}
.socials a div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center center;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}
.socials a div p {
  opacity: 0;
  font-size: 1px;
}
.socials a div.connect {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/connect.svg");
}
.socials a div.fb {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/facebook.svg");
}
.socials a div.tw {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/x-white.svg");
}
.socials a div.li {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/linkedin.svg");
}
.socials a div.wp {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/wordpress.svg");
}
.socials a div.pt {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/pinterest.svg");
}
.socials a div.ig {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/instagram.svg");
}
.socials a div.th {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/threads.svg");
}

@media only screen and (max-width: 900px) {
  .wrapper {
    width: calc(100% - calc(24px + 2vw));
  }
} /*$tablet ends*/
.text a, .additionalText a {
  text-decoration: underline;
  font-weight: 600;
}
.text .blockLink,
.text .blockLink a, .additionalText .blockLink,
.additionalText .blockLink a {
  text-decoration: none;
}
.text hr, .additionalText hr {
  margin: calc((calc(24px + 2vw)) / 2) 0;
}
.text ul, .additionalText ul {
  list-style-type: none;
}
.text ul li, .additionalText ul li {
  padding-left: 1.4em;
  margin-bottom: 0.8em;
}
.text ul li:before, .additionalText ul li:before {
  position: absolute;
  left: 0;
  top: 0.6em;
  right: auto;
  bottom: auto;
  width: 0.6em;
  height: 0.6em;
  content: "";
  display: block;
  background-color: #70215E;
}
.text p + ol, .additionalText p + ol {
  margin-top: 1.2em;
}
.text ol, .additionalText ol {
  list-style: none;
  counter-reset: item;
}
.text ol li, .additionalText ol li {
  counter-increment: item;
  margin-bottom: 0.6em;
}
.text ol li:before, .additionalText ol li:before {
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 600;
  color: #70215E;
  margin-right: 0.25em;
  content: counter(item) ". ";
  text-align: center;
  display: inline-block;
  margin-bottom: 0;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.text *:last-child, .additionalText *:last-child {
  margin-bottom: 0;
}
.text .doWithTick,
.text .dontWithCross, .additionalText .doWithTick,
.additionalText .dontWithCross {
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
  font-weight: 600;
  color: #000000;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.text .doWithTick a,
.text .dontWithCross a, .additionalText .doWithTick a,
.additionalText .dontWithCross a {
  color: #007ac1;
  text-decoration: underline;
}
.text .doWithTick:before,
.text .dontWithCross:before, .additionalText .doWithTick:before,
.additionalText .dontWithCross:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  max-width: 1em;
  max-height: 1em;
  min-width: 1em;
  min-height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/cross.svg");
  margin-right: 0.5em;
}
.text .doWithTick:before, .additionalText .doWithTick:before {
  content: "";
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/tick.svg");
}

.introText + div {
  margin-top: calc((calc(24px + 2vw)) / 2);
}

.textHeading {
  padding-bottom: calc((calc(24px + 2vw)) / 4);
}

.positioner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.positioner > *:last-child {
  margin-bottom: 0;
}
.positioner.fullWidth {
  max-width: none;
}
.positioner .hasColour *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 650px) {
  .textHeading.hasColour + .flexer .hasColour {
    margin-top: 0;
  }
} /*$bigPhone ends*/
body #main-header,
body .mob-menu-header-holder, body .mobmenu, body .mobmenu-overlay {
  display: none;
}

body.home #page-container {
  overflow: visible !important;
}

#main-content > .container:first-child {
  padding-top: calc(24px + 2vw) !important;
}

body.mob-menu-overlay,
body.mob-menu-slideout,
body.mob-menu-slideout-over,
body.mob-menu-slideout-top {
  padding-top: 0 !important;
  overflow: auto !important;
}

.topBanner {
  display: block;
  /*$bigPhone ends*/
}
.topBanner img {
  display: block;
}
.topBanner img.mobileImage {
  display: none;
}
@media only screen and (max-width: 650px) {
  .topBanner img.mobileImage {
    display: block;
  }
  .topBanner img.desktopImage {
    display: none;
  }
}

#headerNav {
  position: sticky;
  top: 0;
  z-index: 10;
  overflow: visible;
  margin-bottom: calc(24px + 2vw);
  margin-bottom: 0;
  background-color: #FFFFFF;
  width: 100%;
  padding: calc((calc(24px + 2vw)) / 4) 0;
  padding-top: calc((calc(24px + 2vw)) / 2 * 0.75);
  padding-bottom: 0;
  background-color: #70215E;
}
#headerNav .headSpace {
  display: block;
  width: 100%;
  overflow: hidden;
}
#headerNav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #70215E;
  z-index: -1;
}
#headerNav .flexer {
  width: 100%;
  align-items: flex-end;
}
#headerNav a {
  text-decoration: none;
}
#headerNav .menuLeft,
#headerNav .menuRight {
  flex-grow: 1;
  width: calc((100% - 220px) / 2);
}
#headerNav .menuLeft ul,
#headerNav .menuRight ul {
  display: block;
  list-style-type: none;
  padding: calc((calc(24px + 2vw)) / 4) 0 0;
  margin: 0;
  text-align: left;
}
#headerNav .menuLeft ul li,
#headerNav .menuRight ul li {
  display: inline-block;
  position: relative;
  padding-bottom: calc((calc(24px + 2vw)) / 4);
}
#headerNav .menuLeft ul li.parent-item:after,
#headerNav .menuRight ul li.parent-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #F0F0F0;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 11;
}
#headerNav .menuLeft ul li ul,
#headerNav .menuRight ul li ul {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  left: auto;
  top: calc(100% - 1px);
  right: 0;
  bottom: auto;
  background-color: #F0F0F0;
  padding: calc((calc(24px + 2vw)) / 4);
  min-width: 100%;
  z-index: 10;
  border: solid 1px #FFFFFF;
}
#headerNav .menuLeft ul li ul li,
#headerNav .menuRight ul li ul li {
  padding: 0;
  width: 100%;
  display: block;
}
#headerNav .menuLeft ul li ul a,
#headerNav .menuRight ul li ul a {
  padding: 6px;
  color: #70215E;
  transition: background-color 0.5s;
  width: 100%;
  display: block;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
#headerNav .menuLeft ul li ul a:hover,
#headerNav .menuRight ul li ul a:hover {
  background-color: #FFFFFF;
}
#headerNav .menuLeft ul li:hover.parent-item:after,
#headerNav .menuRight ul li:hover.parent-item:after {
  opacity: 1;
}
#headerNav .menuLeft ul li:hover ul,
#headerNav .menuRight ul li:hover ul {
  pointer-events: all;
  opacity: 1;
}
#headerNav .menuLeft a,
#headerNav .menuRight a {
  padding: 0 calc((calc(24px + 2vw)) / 4) 0;
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF;
  width: auto;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 1.5vw, 20px);
}
#headerNav .menuLeft {
  margin-right: auto;
  margin-left: 0;
}
#headerNav .menuLeft ul li ul {
  left: 0;
  right: auto;
}
#headerNav .menuRight {
  margin-left: auto;
  margin-right: 0;
}
#headerNav .menuRight ul {
  justify-content: flex-start;
  text-align: right;
}
#headerNav .brand {
  width: 25%;
  min-width: 155px;
  max-width: 220px;
  margin-bottom: calc(0px - calc((calc(24px + 2vw)) / 2));
  z-index: 10;
}
#headerNav #mobileNav {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  padding: calc((calc(24px + 2vw)) / 4) calc((calc(24px + 2vw)) / 2);
}
#headerNav #mobileNav .brand {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  padding: 0;
  padding-left: 0;
}
#headerNav #mobileNav .brandSpacer {
  opacity: 0;
  pointer-events: none;
  order: 2;
}
#headerNav #mobileNav .brand {
  order: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(-30%);
}
#headerNav #mobileNav .menuHandle {
  order: 3;
}
#headerNav #mobileNav a.quickEnquiry {
  color: #FFFFFF;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 1.5vw, 20px);
}

#headerNav.compact {
  background-color: #70215E;
}
#headerNav.compact:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #70215E;
  z-index: -1;
}
#headerNav.compact #mainNavID {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
#headerNav.compact #mobileNav {
  display: flex;
}
#headerNav.compact #mobileNav .menuHandle {
  display: flex;
}

@media only screen and (max-width: 900px) {
  #headerNav .menuLeft,
  #headerNav .menuRight {
    width: calc((100% - 150px) / 2);
  }
  #headerNav .brand {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 700px) {
  #headerNav {
    background-color: rgba(110, 0, 89, 0.75);
  }
  #headerNav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 4, 63, 0.55);
    z-index: -1;
  }
  #headerNav #mainNavID {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
  }
  #headerNav #mobileNav {
    display: flex;
  }
  #headerNav #mobileNav .menuHandle {
    display: flex;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 500px) {
  #headerNav #mobileNav a.quickEnquiry span {
    display: none;
  }
  #headerNav #mobileNav .brand {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
} /*$phone ends*/
.menuHandle {
  line-height: 1em;
  display: none;
  cursor: pointer;
  color: #FFFFFF;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 1.5vw, 20px);
  /* Icon 1 */
}
.menuHandle .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
}
.menuHandle #indicator {
  width: 20px;
  height: 15px;
  margin-right: 9px;
  cursor: pointer;
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.menuHandle #indicator span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menuHandle #indicator span:nth-child(1) {
  top: 0px;
  transform-origin: center center;
}
.menuHandle #indicator span:nth-child(2) {
  top: calc(50% - 1px);
  transform-origin: left center;
}
.menuHandle #indicator span:nth-child(3) {
  top: auto;
  bottom: 0;
  transform-origin: center center;
}

.menuHandle.active #indicator span:nth-child(2) {
  opacity: 0;
}
.menuHandle.active #indicator span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.menuHandle.active #indicator span:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

body.dormant {
  overflow: hidden;
}

.menuOverlay, .searchOverlay {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  pointer-events: none;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.2);
  transform-origin: center center;
  transition: all 0.35s ease;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 1.5vw, 20px);
}
.menuOverlay pre, .searchOverlay pre {
  color: #FFFFFF;
}
.menuOverlay .brand, .searchOverlay .brand {
  width: 50%;
  max-width: 130px;
  min-width: 90px;
  margin: calc((calc(24px + 2vw)) / 2) auto;
  margin-left: 18px;
  pointer-events: all;
}
.menuOverlay nav, .searchOverlay nav {
  overflow: hidden;
}
.menuOverlay .wrapper, .searchOverlay .wrapper {
  text-align: left;
  max-width: 450px;
}
.menuOverlay .closeMenu.topClose, .searchOverlay .closeMenu.topClose {
  margin: 0;
  position: absolute;
  right: calc((calc(24px + 2vw)) / 2);
  top: calc((calc(24px + 2vw)) / 2);
  left: auto;
  bottom: auto;
}
.menuOverlay p.closeMenu,
.menuOverlay .closeMenu, .searchOverlay p.closeMenu,
.searchOverlay .closeMenu {
  white-space: nowrap;
  width: auto;
  color: #70215E;
  margin: 18px auto;
  margin-left: 18px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: calc(24px + 2vw);
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-weight: 500;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.menuOverlay h6, .searchOverlay h6 {
  margin: 0;
}
.menuOverlay .flexer.menuFlex, .searchOverlay .flexer.menuFlex {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: auto;
  padding-right: 50px;
  width: calc(100% + 50px);
  scrollbar-width: none;
  z-index: 3;
  max-height: 100%;
}
.menuOverlay .flexer::-webkit-scrollbar, .searchOverlay .flexer::-webkit-scrollbar {
  display: none;
}
.menuOverlay .menuScroller, .searchOverlay .menuScroller {
  height: auto;
  min-height: 100%;
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.menuOverlay .backer, .searchOverlay .backer {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  object-fit: cover;
}
.menuOverlay .iconLink, .searchOverlay .iconLink {
  border-bottom: 0;
  pointer-events: all;
}
.menuOverlay .iconLink.samplesLink::before, .searchOverlay .iconLink.samplesLink::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-small.svg");
}
.menuOverlay .iconLink.searchLink::before, .searchOverlay .iconLink.searchLink::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/search_icon_purple.svg");
}
.menuOverlay .iconLink.closeLink::before, .searchOverlay .iconLink.closeLink::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/close_icon_purple.svg");
}

.menuOverlay {
  background-color: #FFFFFF;
}
.menuOverlay a {
  color: #70215E;
  text-decoration: none;
}
.menuOverlay .rangeBrowser {
  pointer-events: all;
  margin-bottom: calc(24px + 2vw);
}
.menuOverlay .rangeBrowser h5 {
  color: #FFFFFF;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.menuOverlay .rangeBrowser .rangeTrack.flickity-enabled .flickity-prev-next-button {
  display: none;
}
.menuOverlay ul {
  list-style-type: none;
  width: 100%;
  max-width: 450px;
  margin: auto;
  pointer-events: all;
}
.menuOverlay ul li {
  width: 100%;
  padding: 12px 18px;
}
.menuOverlay ul li + li {
  border-top: 1px solid #F0F0F0;
}
.menuOverlay i.dropdownIcon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  left: auto;
  top: 12px;
  right: 0;
  bottom: auto;
  width: calc(12px + 1em);
  height: calc(12px + 1em);
  cursor: pointer;
}
.menuOverlay i.dropdownIcon span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-style: normal;
  color: #70215E;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: clamp(30px, 5.5vw, 40px);
}
.menuOverlay i.dropdownIcon span::before {
  content: "+";
}
.menuOverlay #overlayMenu li.has-sub ul {
  opacity: 0;
  overflow: hidden;
  max-height: 1px;
  transition: all 0.35s ease;
}
.menuOverlay #overlayMenu li.has-sub.expanded ul {
  opacity: 1;
  max-height: 1000px;
}
.menuOverlay #overlayMenu li.has-sub.expanded i.dropdownIcon span::before {
  content: "-";
}
.menuOverlay ul.quickLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.menuOverlay ul.quickLinks li + li {
  border: 0;
}
.menuOverlay ul.quickLinks li {
  width: 50%;
  flex-grow: 1;
  min-width: 200px;
}
.menuOverlay ul.quickLinks li .iconLink {
  justify-content: center;
  display: inline-flex;
}

.searchOverlay {
  background-color: #FFFFFF;
}
.searchOverlay .wrapper {
  text-align: center;
  max-width: 600px;
}
.searchOverlay .searchHolder {
  pointer-events: all;
  width: auto;
  max-width: 80%;
  margin: auto;
  text-align: center;
}
.searchOverlay .searchHolder > h4 {
  color: #70215E;
  text-align: center;
  margin-bottom: 1.2em;
}
.searchOverlay .searchHolder > h6 {
  margin-bottom: 1.2em;
}
.searchOverlay .searchHolder .closeMenu {
  margin-top: calc((calc(24px + 2vw)) / 2);
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  margin-left: auto;
  margin-right: auto;
}
.searchOverlay .aws-container {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.searchOverlay .filters-container {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.searchOverlay .filters-container .filter-title {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.searchOverlay .productSideBar a.reset,
.searchOverlay .productSideBar .filterToggle,
.searchOverlay .productSideBar p.disclaimer,
.searchOverlay .productSideBar .penthouseDropdown {
  display: none;
}
.searchOverlay .productSideBar .penthouseColours {
  margin-top: calc(24px + 2vw);
}
.searchOverlay .closeMenu {
  margin-top: calc(24px + 2vw);
}
.searchOverlay .yith-wcan-filters {
  padding-top: calc((calc(24px + 2vw)) / 2);
}
.searchOverlay .yith-wcan-filters h6.mainTitle {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.searchOverlay a.viewColours {
  text-decoration: none;
  margin-top: calc((calc(24px + 2vw)) / 2);
  padding-top: calc((calc(24px + 2vw)) / 2);
  border-top: solid 1px #F0F0F0;
  display: block;
}
.searchOverlay a.viewColours h6 {
  margin-bottom: 1.2em;
}

.menuOverlay.active, .searchOverlay.active {
  pointer-events: all;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .menuOverlay .wrapper, .searchOverlay .wrapper {
    width: 100%;
    padding: calc((calc(24px + 2vw)) / 4);
  }
} /*$tablet ends*/
body footer.et-l.et-l--footer {
  display: none;
}

.footAccreditations + .penthouse-footer {
  margin-top: 0;
}

.penthouse-footer {
  background-color: #70215E;
  margin-top: calc(24px + 2vw);
}
.penthouse-footer .footFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.penthouse-footer .footLeft {
  padding: calc((calc(24px + 2vw)) / 2) 0;
  padding-right: calc((calc(24px + 2vw)) / 2);
  width: 66%;
  min-width: 240px;
  flex-grow: 1;
}
.penthouse-footer .footLeft .flexer {
  flex-wrap: wrap;
}
.penthouse-footer ul {
  list-style-type: none;
}
.penthouse-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.penthouse-footer .brand {
  width: 110px;
  margin-bottom: calc((calc(24px + 2vw)) / 4);
}
.penthouse-footer address {
  min-width: 240px;
  padding-right: calc((calc(24px + 2vw)) / 2);
  padding-bottom: calc((calc(24px + 2vw)) / 2);
}
.penthouse-footer address * {
  font-style: normal;
}
.penthouse-footer address ul {
  color: #FFFFFF;
}
.penthouse-footer address ul + ul {
  margin-top: calc((calc(24px + 2vw)) / 4);
}
.penthouse-footer address a {
  color: #FFFFFF;
}
.penthouse-footer .footMenu {
  padding-right: calc((calc(24px + 2vw)) / 2);
  padding-bottom: calc((calc(24px + 2vw)) / 2);
}
.penthouse-footer .socialMedia {
  padding-right: calc((calc(24px + 2vw)) / 2);
  padding-bottom: calc((calc(24px + 2vw)) / 2);
}
.penthouse-footer .socials li {
  background-color: #FFFFFF;
  margin: 0;
  margin-right: 12px;
  margin-bottom: 12px;
}
.penthouse-footer .socials a div.connect {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/connect-purple.svg");
}
.penthouse-footer .socials a div.fb {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/facebook-purple.svg");
}
.penthouse-footer .socials a div.tw {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/x-purple.svg");
}
.penthouse-footer .socials a div.li {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/linkedin-purple.svg");
}
.penthouse-footer .socials a div.wp {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/wordpress-purple.svg");
}
.penthouse-footer .socials a div.pt {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/pinterest-purple.svg");
}
.penthouse-footer .socials a div.ig {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/instagram-purple.svg");
}
.penthouse-footer .socials a div.th {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/socials/threads-purple.svg");
}
.penthouse-footer .accredHolder {
  width: 33%;
  min-width: 270px;
  background-color: rgb(100.1820689655, 29.5179310345, 84.0813793103);
  padding: calc((calc(24px + 2vw)) / 2) 0;
  flex-grow: 1;
}
.penthouse-footer .newsLetter {
  padding: calc((calc(24px + 2vw)) / 2);
  background-color: #F2F2F2;
  width: 33%;
  min-width: 270px;
  flex-grow: 1;
}
.penthouse-footer .newsLetter .nlHeader {
  width: 70%;
  max-width: 200px;
  display: block;
  transform: translateX(-5%);
}
.penthouse-footer .newsLetter .nlHeader h5 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.penthouse-footer .newsLetter .nlHeader span {
  display: block;
  width: 100%;
  padding-top: 30%;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/hear-from-us.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.penthouse-footer .newsLetter h6 {
  font-weight: 500;
  margin-bottom: calc((calc(24px + 2vw)) / 4);
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.penthouse-footer .newsLetter form {
  display: block;
}
.penthouse-footer .newsLetter form label {
  width: 100%;
  display: block;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.penthouse-footer .newsLetter form input[type=email] {
  width: 100%;
  border: solid 1px #cccccc;
  padding: 1em;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.penthouse-footer .newsLetter form button {
  margin-top: calc((calc(24px + 2vw)) / 2);
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}

.smallLinks {
  width: 100%;
  display: block;
  margin-bottom: calc((calc(24px + 2vw)) / 4);
  margin-top: 0;
}
.smallLinks a {
  color: #606060;
  text-decoration: none;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.smallLinks ul {
  list-style-type: none;
  margin: 0;
}
.smallLinks ul li {
  display: inline-block;
  padding: calc((calc(24px + 2vw)) / 4);
  padding-left: 0px;
}

.kingsfordCredit {
  padding: calc((calc(24px + 2vw)) / 4) 0;
  text-align: right;
}
.kingsfordCredit a {
  text-decoration: none;
  color: #606060;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}

.footAccreditations {
  background-color: rgb(100.1820689655, 29.5179310345, 84.0813793103);
  padding: calc((calc(24px + 2vw)) / 2);
  margin-top: calc(24px + 2vw);
}

.footAccreditations .flexer, .accredHolder .flexer {
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}
.footAccreditations .flexer .text *, .accredHolder .flexer .text * {
  text-align: center;
}
.footAccreditations .flexer .accredLogos, .accredHolder .flexer .accredLogos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: calc((calc(24px + 2vw)) / 4) 0;
}
.footAccreditations .flexer .accredLogos img, .accredHolder .flexer .accredLogos img {
  width: clamp(60px, 20%, 110px);
  height: clamp(60px, 20%, 110px);
  margin: calc((calc(24px + 2vw)) / 4) calc((calc(24px + 2vw)) / 2);
  object-fit: contain;
  object-position: center top;
}

.accredHolder .flexer .accredLogos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.accredHolder .flexer .accredLogos img {
  margin: calc((calc(24px + 2vw)) / 4);
}

.contactView .flexer {
  flex-wrap: wrap;
  align-content: flex-start;
}
.contactView div[data-block=contactForm] {
  width: 50%;
}
.contactView .quickEnquiry {
  margin-top: 0;
}
.contactView .contactDetails {
  padding-right: calc(24px + 2vw);
  width: 50%;
  flex-grow: 1;
}
.contactView .contactDetails .socials {
  margin-left: calc(0px - (calc(24px + 2vw)) / 4);
}
.contactView p.bigTel {
  margin-bottom: 0;
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}
.contactView p.officeHours {
  font-weight: 500;
}
.contactView address {
  font-style: normal;
  border-top: solid 1px #F0F0F0;
  margin-top: calc((calc(24px + 2vw)) / 2);
  padding-top: calc((calc(24px + 2vw)) / 2);
}
.contactView address ul {
  list-style-type: none;
}

#quickEnquiry {
  background-color: #F0F0F0;
  padding: calc(24px + 2vw);
  margin: auto;
  order: 3;
  max-width: 1100px;
}
#quickEnquiry .formHead {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
  padding: 0 0 calc((calc(24px + 2vw)) / 2) 0;
}
#quickEnquiry .formBody {
  padding-bottom: 0;
}
.contactForm form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.contactForm form .textFields {
  width: 100%;
}
.contactForm form .form-header {
  border-bottom: solid 1px #70215E;
  padding-bottom: 1.3em;
  margin-bottom: 1.3em;
  width: 100%;
}
.contactForm form .form-header *:last-child {
  margin-bottom: 0;
}
.contactForm form .form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.contactForm form .form-group.inline {
  display: inline-flex;
  width: auto;
  margin-right: 12px;
}
.contactForm form .form-group + .form-group {
  margin-top: 1.8em;
}
.contactForm form .form-group.has-danger input, .contactForm form .form-group.has-danger textarea {
  border-color: #D9000D;
}
.contactForm form .form-group.has-danger .pristine-error {
  margin-top: 4px;
  color: red;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.contactForm form .form-group.hidden {
  display: none;
}
.contactForm form label {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.contactForm form span.required {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
  color: #D9000D;
}
.contactForm form input, .contactForm form textarea {
  border: solid 1px #F0F0F0;
  padding: 0.5em;
  width: 100%;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.contactForm form textarea {
  min-height: 8em;
}
.contactForm form .submitArea {
  width: 100%;
}
.contactForm form .submitArea input, .contactForm form .submitArea button {
  width: auto;
  cursor: pointer;
  padding: 0.75em 1.25em;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #70215E;
  white-space: nowrap;
  margin-top: calc((calc(24px + 2vw)) / 2);
  line-height: 1.2em;
  transition: background-color 350ms ease-in;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  border: 1px solid transparent;
  box-sizing: content-box;
}
.contactForm form .submitArea input:after, .contactForm form .submitArea button:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #70215E;
  border-right: solid 2px #70215E;
  transform-origin: center center;
  transform: rotate(45deg);
}
.contactForm form .submitArea input:hover, .contactForm form .submitArea button:hover {
  border: 1px solid #70215E;
}

.customSelect {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  border: solid 1px #F0F0F0;
  border-radius: 0em;
  padding: 12px 18px;
  font-size: var(--kc-body-font-size-clamp);
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
}
.customSelect select, .customSelect::after {
  grid-area: select;
}
.customSelect:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #70215E;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  z-index: 2;
}
.customSelect select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}
.customSelect select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
.customSelect select::-ms-expand {
  display: none;
}
.customSelect select {
  font-size: clamp(1em, 1vw, 2em);
}
.customSelect select[multiple] {
  padding-right: 0;
  height: 6rem;
}
.customSelect select[multiple] option {
  white-space: normal;
  outline-color: #70215E;
}

.customSelect + label {
  margin-top: 2rem;
}

label + .customSelect {
  margin-top: 8px;
}

.customSelect--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

@media only screen and (max-width: 900px) {
  .contactView div[data-block=contactForm] {
    width: 100%;
  }
  .contactView .contactDetails {
    padding-right: 0;
    width: 100%;
    min-width: 0;
    flex-grow: 1;
  }
} /*$smallTablet ends*/
.bannerHolder.lifeInColour {
  /*1400px ends*/
  /*850px ends*/
  /*650px ends*/
}
@media only screen and (max-width: 1400px) {
  .bannerHolder.lifeInColour img.headlineImage {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 850px) {
  .bannerHolder.lifeInColour img.headlineImage {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 650px) {
  .bannerHolder.lifeInColour img.headlineImage {
    margin-top: 0px;
  }
}

.bannerHolder {
  width: 100%;
}
.bannerHolder img {
  width: 100%;
  display: block;
}
.bannerHolder .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  pointer-events: none;
  padding: calc((calc(24px + 2vw)) * 2) 0;
}
.bannerHolder .flexer .stilt {
  width: 1px;
  height: clamp(500px, 80vh, 700px);
  display: block;
}
.bannerHolder .wrapper {
  text-align: center;
  pointer-events: all;
}
.bannerHolder h1 + h2 {
  padding-top: calc((calc(24px + 2vw)) / 2);
  font-size: 28px;
  font-size: clamp(21px, 4vw, 32px);
}
.bannerHolder h1 + h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 25%;
  min-width: 120px;
  height: 2px;
  background-color: #cccccc;
  transform: translateX(-50%);
}
.bannerHolder.lightText * {
  color: #FFFFFF;
}
.bannerHolder.lightText .bannerText h1 + h2:before {
  background-color: #FFFFFF;
}
.bannerHolder.extraLargeHeading h1 {
  font-size: 54px;
}
@supports (font-size: clamp(1em, 1vw, 2em)) {
  .bannerHolder.extraLargeHeading h1 {
    font-size: clamp(40px, 7.5vw, 64px);
  }
}
.bannerHolder.largeHeading h1 {
  font-size: 48px;
  font-size: clamp(40px, 6.5vw, 54px);
}
.bannerHolder.mediumHeading h1 {
  font-size: 36px;
  font-size: clamp(26px, 4.5vw, 36px);
}
.bannerHolder.smallHeading h1 {
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}
.bannerHolder .image.bgImage, .bannerHolder .image.bgImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bannerHolder .image.bgImage.imgContain img, .bannerHolder .image.bgImage img.imgContain img {
  object-fit: contain;
}
.bannerHolder .image.bgImage img.mobileImage, .bannerHolder .image.bgImage img img.mobileImage {
  display: none;
}
.bannerHolder .bannerTrack {
  z-index: 1;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bannerHolder .bannerTrack .image, .bannerHolder .bannerTrack .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bannerHolder .bannerTrack .image.imgContain img, .bannerHolder .bannerTrack .image img.imgContain img {
  object-fit: contain;
}
.bannerHolder .bannerTrack .banner {
  display: none;
  background-color: #F0F0F0;
}
.bannerHolder .bannerTrack .banner:first-child {
  display: flex;
}
.bannerHolder .bannerTrack .banner.hasMobile img.mobileImage {
  display: none;
}
.bannerHolder video {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bannerHolder video.videoBG {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center top;
  transform: translateX(-50%);
  aspect-ratio: 1080/720;
}
.bannerHolder .unionJack {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/union-jack-crop.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  z-index: 3;
  pointer-events: none;
  width: 20%;
  max-width: 250px;
  min-width: 80px;
}
.bannerHolder .unionJack span {
  display: block;
  width: 100%;
  padding-top: 50%;
}
.bannerHolder .bannerTrack.flickity-enabled .carousel-cell, .bannerHolder .bannerTrack.flickity-enabled .banner {
  display: flex;
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}
.bannerHolder .bannerTrack.flickity-enabled .carousel-cell.is-selected, .bannerHolder .bannerTrack.flickity-enabled .banner.is-selected {
  opacity: 1 !important;
}
.bannerHolder .bannerTrack.flickity-enabled .flickity-slider {
  width: 100%;
}
.bannerHolder .bannerTrack.flickity-enabled .flickity-viewport {
  overflow: visible;
}
.bannerHolder .bannerTrack.flickity-enabled .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: calc((calc(24px + 2vw)) / 2);
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: auto;
}
.bannerHolder .bannerTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: 0.3em;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.bannerHolder .bannerTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: #70215E;
  opacity: 1;
}
.bannerHolder .keyPoints .keyPoint .keyPointHolder.hasColour {
  padding: calc((calc(24px + 2vw)) / 4);
}
.bannerHolder .keyPoints .keyPoint .text {
  width: 100%;
}
.bannerHolder .keyPoints .keyPoint .text.hasColour {
  padding: calc((calc(24px + 2vw)) / 2);
}
.bannerHolder .keyPoints .keyPoint a {
  text-decoration: none;
}

.bigBannerTrack.flickity-enabled .carousel-cell, .bigBannerTrack.flickity-enabled .bannerHolder {
  display: flex;
  opacity: 0 !important;
  transition: opacity 1s ease !important;
  min-height: 100%;
}
.bigBannerTrack.flickity-enabled .carousel-cell.is-selected, .bigBannerTrack.flickity-enabled .bannerHolder.is-selected {
  opacity: 1 !important;
}
.bigBannerTrack.flickity-enabled .flickity-slider {
  width: 100%;
}
.bigBannerTrack.flickity-enabled .flickity-viewport {
  overflow: visible;
}
.bigBannerTrack.flickity-enabled .flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: calc((calc(24px + 2vw)) / 2);
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: auto;
}
.bigBannerTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: 0.3em;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.bigBannerTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: #70215E;
  opacity: 1;
}

@media only screen and (max-width: 650px) {
  .bannerHolder .flexer {
    padding-top: calc((calc(24px + 2vw)) * 2 * 1.5);
  }
  .bannerHolder .image.bgImage img.desktopImage, .bannerHolder .image.bgImage img img.desktopImage,
  .bannerHolder .bannerTrack .banner.hasMobile img.desktopImage {
    display: none;
  }
  .bannerHolder .image.bgImage img.mobileImage, .bannerHolder .image.bgImage img img.mobileImage,
  .bannerHolder .bannerTrack .banner.hasMobile img.mobileImage {
    display: block;
  }
} /*$bigPhone ends*/
.bannerStyle1 h1,
.bannerStyle3 h1 {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.bannerStyle1 .keyPoints,
.bannerStyle3 .keyPoints {
  margin: calc(24px + 2vw);
  margin-bottom: 0;
}
.bannerStyle1 .keyPoints .keyPoint .text.purpleBack,
.bannerStyle3 .keyPoints .keyPoint .text.purpleBack {
  background-color: rgb(100.1820689655, 29.5179310345, 84.0813793103);
}
.bannerStyle1 .keyPoints .keyPoint .text.purpleBack *,
.bannerStyle3 .keyPoints .keyPoint .text.purpleBack * {
  color: #FFFFFF;
}
.bannerStyle1 .keyPoints.smallIcons .keyPoint .image, .bannerStyle1 .keyPoints.mediumIcons .keyPoint .image, .bannerStyle1 .keyPoints.largeIcons .keyPoint .image,
.bannerStyle3 .keyPoints.smallIcons .keyPoint .image,
.bannerStyle3 .keyPoints.mediumIcons .keyPoint .image,
.bannerStyle3 .keyPoints.largeIcons .keyPoint .image {
  display: block;
  aspect-ratio: 1/1;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.bannerStyle1 .keyPoints.smallIcons .keyPoint .image img, .bannerStyle1 .keyPoints.mediumIcons .keyPoint .image img, .bannerStyle1 .keyPoints.largeIcons .keyPoint .image img,
.bannerStyle3 .keyPoints.smallIcons .keyPoint .image img,
.bannerStyle3 .keyPoints.mediumIcons .keyPoint .image img,
.bannerStyle3 .keyPoints.largeIcons .keyPoint .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bannerStyle1 .positioner img,
.bannerStyle3 .positioner img {
  width: 90%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 650px) {
  .bannerStyle1 .keyPoints,
  .bannerStyle3 .keyPoints {
    margin: calc(24px + 2vw) 0;
    justify-content: center;
  }
  .bannerStyle1 .keyPoints .keyPoint,
  .bannerStyle3 .keyPoints .keyPoint {
    max-width: 80%;
  }
  .bannerStyle1 .keyPoints.largeIcons .keyPoint .image,
  .bannerStyle3 .keyPoints.largeIcons .keyPoint .image {
    width: 50%;
    max-width: 100px;
  }
  .bannerStyle1 .keyPoints.mediumIcons .keyPoint .image,
  .bannerStyle3 .keyPoints.mediumIcons .keyPoint .image {
    width: 30%;
    max-width: 70px;
  }
  .bannerStyle1 .keyPoints.smallIcons .keyPoint .image,
  .bannerStyle3 .keyPoints.smallIcons .keyPoint .image {
    width: 25%;
    min-width: 40px;
    max-width: 50px;
    margin-bottom: calc((calc(24px + 2vw)) / 4);
  }
} /*$bigPhone ends*/
.bannerStyle2 {
  text-align: center;
  padding: calc(24px + 2vw) 0 0 0;
}
.bannerStyle2 h1 {
  margin: calc((calc(24px + 2vw)) / 2) 0;
  color: #70215E;
}
.bannerStyle2 h1 + * {
  padding-top: calc((calc(24px + 2vw)) / 2);
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.bannerStyle2 h1 + *:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 25%;
  min-width: 120px;
  height: 2px;
  background-color: #cccccc;
  transform: translateX(-50%);
}

.bannerStyle4 .flexer {
  padding: 0;
}
.bannerStyle4.hasColour {
  padding: 0 !important;
}
.bannerStyle4 video {
  width: 100%;
  z-index: 2;
}

.blockContent {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  z-index: 3;
}
.blockContent > .wrapper:first-child {
  padding-top: calc(24px + 2vw);
}
.blockContent > .wrapper:first-child .block:first-child {
  margin-top: 0;
}

.block {
  margin-top: calc(24px + 2vw);
}
.block.noSpace {
  margin-top: 0;
}
.block.halfSpace {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.block.doubleSpace {
  margin-top: calc((calc(24px + 2vw)) * 2);
}

.backgroundImage {
  padding: calc(24px + 2vw) 0;
  margin-top: calc(24px + 2vw);
}
.backgroundImage .block {
  margin-top: 0;
  margin-bottom: 0;
}
.backgroundImage .bgImage {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: 0.15;
  mix-blend-mode: luminosity;
}

.block.noBack {
  background-color: transparent;
}

.hasColour {
  padding: calc(24px + 2vw);
}
.hasColour.whiteBack {
  background-color: #FFFFFF;
}
.hasColour.purpleBack {
  background-color: #70215E;
}
.hasColour.purpleBack * {
  color: #FFFFFF;
}
.hasColour.blackBack {
  background-color: #000000;
}
.hasColour.blackBack * {
  color: #FFFFFF;
}
.hasColour.greyBack {
  background-color: #F2F2F2;
}

.block.textAlignCentre * {
  text-align: center;
}
.block.textAlignCentre li {
  text-align: left;
}
.block.textAlignCentre h1, .block.textAlignCentre h2, .block.textAlignCentre h3, .block.textAlignCentre h4, .block.textAlignCentre h5, .block.textAlignCentre h6 {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.block.textAlignCentre .positioner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.block.textAlignRight * {
  text-align: right;
}
.block.textAlignRight li {
  text-align: left;
}
.block.textAlignRight h1, .block.textAlignRight h2, .block.textAlignRight h3, .block.textAlignRight h4, .block.textAlignRight h5, .block.textAlignRight h6 {
  text-align: right;
  width: 100%;
  display: inline-block;
}

.block.vertAlignTop {
  align-items: flex-start;
}

.block.vertAlignBottom {
  align-items: flex-start;
}

/*Mac Image Width Only*/
.image.max150px {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.image.max300px {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.image.max450px {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.image.max600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.max500px {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.max750px {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.max950px {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.max1050px {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.max1200px {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.textContent.hasColour {
  padding: 0;
}
.textContent.hasColour .text {
  padding: calc(24px + 2vw);
}
.textContent.hasColour.textLeft .text {
  padding-right: 0px;
}
.textContent.hasColour.textRight .text {
  padding-left: 0px;
}

.textContent {
  overflow: hidden;
  width: 100%;
  display: block;
}
.textContent .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  padding: 0;
  z-index: 2;
}
.textContent .noBack {
  padding-left: 0;
  padding-right: calc(24px + 2vw);
}
.textContent .positioner {
  margin-left: 0;
}
.textContent .positioner hr {
  border: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 1.2em;
}
.textContent .text {
  width: calc(50% - (calc((calc(24px + 2vw)) / 2)));
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.textContent .text * {
  text-align: left;
}
.textContent.textAlignCentre .text * {
  text-align: center;
}
.textContent.textContent.noBack.textLeft .text {
  padding-right: calc((calc(24px + 2vw)) / 2);
}
.textContent.textContent.noBack.textRight .text {
  padding-left: calc((calc(24px + 2vw)) / 2);
}
.textContent .sideContent {
  width: calc(50% - (calc((calc(24px + 2vw)) / 2)));
}
.textContent.additionalTextSide .introText .text {
  width: 100%;
}
.textContent.additionalTextSide .introText .positioner {
  margin-left: auto;
  margin-right: auto;
}
.textContent.additionalTextSide .flexer:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(24px + 2vw);
  bottom: calc(24px + 2vw);
  width: 1px;
  background-color: #cccccc;
}
.textContent.additionalTextSide .flexer.whiteBack:before {
  background-color: #cccccc;
}
.textContent.additionalTextSide .flexer.noBack:before, .textContent.additionalTextSide .flexer.goldBack:before {
  background-color: #FFFFFF;
}
.textContent.additionalTextSide .flexer.beigeBack:before {
  background-color: #70215E;
}

.textContent.text33 .text {
  width: calc(33% - (calc((calc(24px + 2vw)) / 2)));
  min-width: 320px;
}
.textContent.text33 .sideContent {
  width: calc(67% - (calc((calc(24px + 2vw)) / 2)));
}

.textContent.text50 .text {
  width: calc(50% - (calc((calc(24px + 2vw)) / 2)));
}
.textContent.text50 .sideContent {
  width: calc(50% - (calc((calc(24px + 2vw)) / 2)));
}

.textContent.text66 .text {
  width: calc(66% - (calc((calc(24px + 2vw)) / 2)));
}
.textContent.text66 .sideContent {
  width: calc(34% - (calc((calc(24px + 2vw)) / 2)));
}

.textContent.text75 .text {
  width: calc(75% - (calc((calc(24px + 2vw)) / 2)));
}
.textContent.text75 .sideContent {
  width: calc(25% - (calc((calc(24px + 2vw)) / 2)));
}

.textContent.text80 .text {
  width: calc(80% - (calc((calc(24px + 2vw)) / 2)));
}
.textContent.text80 .sideContent {
  width: calc(5% - (calc((calc(24px + 2vw)) / 2)));
}

.textContent.vertAlignTop .positioner {
  margin-top: 0;
  margin-bottom: auto;
}

.textContent.vertAlignCentre .flexer {
  align-items: center;
}
.textContent.vertAlignCentre .positioner {
  margin-top: auto;
  margin-bottom: auto;
}

.textContent.vertAlignBottom .flexer {
  align-items: flex-end;
}
.textContent.vertAlignBottom .positioner {
  margin-top: auto;
  margin-bottom: 0;
}

.textContent.textLeft.noBack .text {
  padding-right: calc(24px + 2vw);
  padding-left: 0;
}

.textContent.textRight .sideContent {
  order: 1;
}
.textContent.textRight .text {
  order: 2;
}
.textContent.textRight.noBack .text {
  padding-left: calc(24px + 2vw);
  padding-right: 0;
}

.slideshow .image {
  width: 100%;
  aspect-ratio: 1.5/1;
}
.slideshow .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*$tablet ends*/
@media only screen and (max-width: 1100px) {
  .laptopBreak .textContent .flexer,
  .laptopBreak .textContent.text33 .flexer,
  .laptopBreak .textContent.text50 .flexer,
  .laptopBreak .textContent.text66 .flexer,
  .laptopBreak .textContent.text75 .flexer,
  .laptopBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .laptopBreak .textContent .text,
  .laptopBreak .textContent.text33 .text,
  .laptopBreak .textContent.text50 .text,
  .laptopBreak .textContent.text66 .text,
  .laptopBreak .textContent.text75 .text,
  .laptopBreak .textContent.text80 .text {
    width: 100%;
  }
  .laptopBreak .textContent .sideContent,
  .laptopBreak .textContent.text33 .sideContent,
  .laptopBreak .textContent.text50 .sideContent,
  .laptopBreak .textContent.text66 .sideContent,
  .laptopBreak .textContent.text75 .sideContent,
  .laptopBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .laptopBreak .textContent .sideContent.hideOnMobile,
  .laptopBreak .textContent.text33 .sideContent.hideOnMobile,
  .laptopBreak .textContent.text50 .sideContent.hideOnMobile,
  .laptopBreak .textContent.text66 .sideContent.hideOnMobile,
  .laptopBreak .textContent.text75 .sideContent.hideOnMobile,
  .laptopBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .laptopBreak .textContent.additionalTextSide .flexer:before,
  .laptopBreak .textContent.text33.additionalTextSide .flexer:before,
  .laptopBreak .textContent.text50.additionalTextSide .flexer:before,
  .laptopBreak .textContent.text66.additionalTextSide .flexer:before,
  .laptopBreak .textContent.text75.additionalTextSide .flexer:before,
  .laptopBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .laptopBreak .textContent.hasColour {
    padding: 0;
  }
  .laptopBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .laptopBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .laptopBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .laptopBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .laptopBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .laptopBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .laptopBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$laptop ends*/
@media only screen and (max-width: 900px) {
  .bigTabletBreak .textContent .flexer,
  .bigTabletBreak .textContent.text33 .flexer,
  .bigTabletBreak .textContent.text50 .flexer,
  .bigTabletBreak .textContent.text66 .flexer,
  .bigTabletBreak .textContent.text75 .flexer,
  .bigTabletBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .bigTabletBreak .textContent .text,
  .bigTabletBreak .textContent.text33 .text,
  .bigTabletBreak .textContent.text50 .text,
  .bigTabletBreak .textContent.text66 .text,
  .bigTabletBreak .textContent.text75 .text,
  .bigTabletBreak .textContent.text80 .text {
    width: 100%;
  }
  .bigTabletBreak .textContent .sideContent,
  .bigTabletBreak .textContent.text33 .sideContent,
  .bigTabletBreak .textContent.text50 .sideContent,
  .bigTabletBreak .textContent.text66 .sideContent,
  .bigTabletBreak .textContent.text75 .sideContent,
  .bigTabletBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .bigTabletBreak .textContent .sideContent.hideOnMobile,
  .bigTabletBreak .textContent.text33 .sideContent.hideOnMobile,
  .bigTabletBreak .textContent.text50 .sideContent.hideOnMobile,
  .bigTabletBreak .textContent.text66 .sideContent.hideOnMobile,
  .bigTabletBreak .textContent.text75 .sideContent.hideOnMobile,
  .bigTabletBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .bigTabletBreak .textContent.additionalTextSide .flexer:before,
  .bigTabletBreak .textContent.text33.additionalTextSide .flexer:before,
  .bigTabletBreak .textContent.text50.additionalTextSide .flexer:before,
  .bigTabletBreak .textContent.text66.additionalTextSide .flexer:before,
  .bigTabletBreak .textContent.text75.additionalTextSide .flexer:before,
  .bigTabletBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .bigTabletBreak .textContent.hasColour {
    padding: 0;
  }
  .bigTabletBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .bigTabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .tabletBreak .textContent .flexer,
  .tabletBreak .textContent.text33 .flexer,
  .tabletBreak .textContent.text50 .flexer,
  .tabletBreak .textContent.text66 .flexer,
  .tabletBreak .textContent.text75 .flexer,
  .tabletBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .tabletBreak .textContent .text,
  .tabletBreak .textContent.text33 .text,
  .tabletBreak .textContent.text50 .text,
  .tabletBreak .textContent.text66 .text,
  .tabletBreak .textContent.text75 .text,
  .tabletBreak .textContent.text80 .text {
    width: 100%;
  }
  .tabletBreak .textContent .sideContent,
  .tabletBreak .textContent.text33 .sideContent,
  .tabletBreak .textContent.text50 .sideContent,
  .tabletBreak .textContent.text66 .sideContent,
  .tabletBreak .textContent.text75 .sideContent,
  .tabletBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .tabletBreak .textContent .sideContent.hideOnMobile,
  .tabletBreak .textContent.text33 .sideContent.hideOnMobile,
  .tabletBreak .textContent.text50 .sideContent.hideOnMobile,
  .tabletBreak .textContent.text66 .sideContent.hideOnMobile,
  .tabletBreak .textContent.text75 .sideContent.hideOnMobile,
  .tabletBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .tabletBreak .textContent.additionalTextSide .flexer:before,
  .tabletBreak .textContent.text33.additionalTextSide .flexer:before,
  .tabletBreak .textContent.text50.additionalTextSide .flexer:before,
  .tabletBreak .textContent.text66.additionalTextSide .flexer:before,
  .tabletBreak .textContent.text75.additionalTextSide .flexer:before,
  .tabletBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .tabletBreak .textContent.hasColour {
    padding: 0;
  }
  .tabletBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .tabletBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .tabletBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .tabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .tabletBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .tabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .tabletBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$tablet ends*/
@media only screen and (max-width: 700px) {
  .smallTabletBreak .textContent .flexer,
  .smallTabletBreak .textContent.text33 .flexer,
  .smallTabletBreak .textContent.text50 .flexer,
  .smallTabletBreak .textContent.text66 .flexer,
  .smallTabletBreak .textContent.text75 .flexer,
  .smallTabletBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .smallTabletBreak .textContent .text,
  .smallTabletBreak .textContent.text33 .text,
  .smallTabletBreak .textContent.text50 .text,
  .smallTabletBreak .textContent.text66 .text,
  .smallTabletBreak .textContent.text75 .text,
  .smallTabletBreak .textContent.text80 .text {
    width: 100%;
  }
  .smallTabletBreak .textContent .sideContent,
  .smallTabletBreak .textContent.text33 .sideContent,
  .smallTabletBreak .textContent.text50 .sideContent,
  .smallTabletBreak .textContent.text66 .sideContent,
  .smallTabletBreak .textContent.text75 .sideContent,
  .smallTabletBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .smallTabletBreak .textContent .sideContent.hideOnMobile,
  .smallTabletBreak .textContent.text33 .sideContent.hideOnMobile,
  .smallTabletBreak .textContent.text50 .sideContent.hideOnMobile,
  .smallTabletBreak .textContent.text66 .sideContent.hideOnMobile,
  .smallTabletBreak .textContent.text75 .sideContent.hideOnMobile,
  .smallTabletBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .smallTabletBreak .textContent.additionalTextSide .flexer:before,
  .smallTabletBreak .textContent.text33.additionalTextSide .flexer:before,
  .smallTabletBreak .textContent.text50.additionalTextSide .flexer:before,
  .smallTabletBreak .textContent.text66.additionalTextSide .flexer:before,
  .smallTabletBreak .textContent.text75.additionalTextSide .flexer:before,
  .smallTabletBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .smallTabletBreak .textContent.hasColour {
    padding: 0;
  }
  .smallTabletBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .smallTabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .bigPhoneBreak .textContent .flexer,
  .bigPhoneBreak .textContent.text33 .flexer,
  .bigPhoneBreak .textContent.text50 .flexer,
  .bigPhoneBreak .textContent.text66 .flexer,
  .bigPhoneBreak .textContent.text75 .flexer,
  .bigPhoneBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .bigPhoneBreak .textContent .text,
  .bigPhoneBreak .textContent.text33 .text,
  .bigPhoneBreak .textContent.text50 .text,
  .bigPhoneBreak .textContent.text66 .text,
  .bigPhoneBreak .textContent.text75 .text,
  .bigPhoneBreak .textContent.text80 .text {
    width: 100%;
  }
  .bigPhoneBreak .textContent .sideContent,
  .bigPhoneBreak .textContent.text33 .sideContent,
  .bigPhoneBreak .textContent.text50 .sideContent,
  .bigPhoneBreak .textContent.text66 .sideContent,
  .bigPhoneBreak .textContent.text75 .sideContent,
  .bigPhoneBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .bigPhoneBreak .textContent .sideContent.hideOnMobile,
  .bigPhoneBreak .textContent.text33 .sideContent.hideOnMobile,
  .bigPhoneBreak .textContent.text50 .sideContent.hideOnMobile,
  .bigPhoneBreak .textContent.text66 .sideContent.hideOnMobile,
  .bigPhoneBreak .textContent.text75 .sideContent.hideOnMobile,
  .bigPhoneBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .bigPhoneBreak .textContent.additionalTextSide .flexer:before,
  .bigPhoneBreak .textContent.text33.additionalTextSide .flexer:before,
  .bigPhoneBreak .textContent.text50.additionalTextSide .flexer:before,
  .bigPhoneBreak .textContent.text66.additionalTextSide .flexer:before,
  .bigPhoneBreak .textContent.text75.additionalTextSide .flexer:before,
  .bigPhoneBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .bigPhoneBreak .textContent.hasColour {
    padding: 0;
  }
  .bigPhoneBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .bigPhoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 500px) {
  .phoneBreak .textContent .flexer,
  .phoneBreak .textContent.text33 .flexer,
  .phoneBreak .textContent.text50 .flexer,
  .phoneBreak .textContent.text66 .flexer,
  .phoneBreak .textContent.text75 .flexer,
  .phoneBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .phoneBreak .textContent .text,
  .phoneBreak .textContent.text33 .text,
  .phoneBreak .textContent.text50 .text,
  .phoneBreak .textContent.text66 .text,
  .phoneBreak .textContent.text75 .text,
  .phoneBreak .textContent.text80 .text {
    width: 100%;
  }
  .phoneBreak .textContent .sideContent,
  .phoneBreak .textContent.text33 .sideContent,
  .phoneBreak .textContent.text50 .sideContent,
  .phoneBreak .textContent.text66 .sideContent,
  .phoneBreak .textContent.text75 .sideContent,
  .phoneBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .phoneBreak .textContent .sideContent.hideOnMobile,
  .phoneBreak .textContent.text33 .sideContent.hideOnMobile,
  .phoneBreak .textContent.text50 .sideContent.hideOnMobile,
  .phoneBreak .textContent.text66 .sideContent.hideOnMobile,
  .phoneBreak .textContent.text75 .sideContent.hideOnMobile,
  .phoneBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .phoneBreak .textContent.additionalTextSide .flexer:before,
  .phoneBreak .textContent.text33.additionalTextSide .flexer:before,
  .phoneBreak .textContent.text50.additionalTextSide .flexer:before,
  .phoneBreak .textContent.text66.additionalTextSide .flexer:before,
  .phoneBreak .textContent.text75.additionalTextSide .flexer:before,
  .phoneBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .phoneBreak .textContent.hasColour {
    padding: 0;
  }
  .phoneBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .phoneBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .phoneBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .phoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .phoneBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .phoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .phoneBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$phone ends*/
@media only screen and (max-width: 350px) {
  .smallPhoneBreak .textContent .flexer,
  .smallPhoneBreak .textContent.text33 .flexer,
  .smallPhoneBreak .textContent.text50 .flexer,
  .smallPhoneBreak .textContent.text66 .flexer,
  .smallPhoneBreak .textContent.text75 .flexer,
  .smallPhoneBreak .textContent.text80 .flexer {
    flex-wrap: wrap;
  }
  .smallPhoneBreak .textContent .text,
  .smallPhoneBreak .textContent.text33 .text,
  .smallPhoneBreak .textContent.text50 .text,
  .smallPhoneBreak .textContent.text66 .text,
  .smallPhoneBreak .textContent.text75 .text,
  .smallPhoneBreak .textContent.text80 .text {
    width: 100%;
  }
  .smallPhoneBreak .textContent .sideContent,
  .smallPhoneBreak .textContent.text33 .sideContent,
  .smallPhoneBreak .textContent.text50 .sideContent,
  .smallPhoneBreak .textContent.text66 .sideContent,
  .smallPhoneBreak .textContent.text75 .sideContent,
  .smallPhoneBreak .textContent.text80 .sideContent {
    width: 100%;
  }
  .smallPhoneBreak .textContent .sideContent.hideOnMobile,
  .smallPhoneBreak .textContent.text33 .sideContent.hideOnMobile,
  .smallPhoneBreak .textContent.text50 .sideContent.hideOnMobile,
  .smallPhoneBreak .textContent.text66 .sideContent.hideOnMobile,
  .smallPhoneBreak .textContent.text75 .sideContent.hideOnMobile,
  .smallPhoneBreak .textContent.text80 .sideContent.hideOnMobile {
    display: none;
  }
  .smallPhoneBreak .textContent.additionalTextSide .flexer:before,
  .smallPhoneBreak .textContent.text33.additionalTextSide .flexer:before,
  .smallPhoneBreak .textContent.text50.additionalTextSide .flexer:before,
  .smallPhoneBreak .textContent.text66.additionalTextSide .flexer:before,
  .smallPhoneBreak .textContent.text75.additionalTextSide .flexer:before,
  .smallPhoneBreak .textContent.text80.additionalTextSide .flexer:before {
    display: none;
  }
  .smallPhoneBreak .textContent.hasColour {
    padding: 0;
  }
  .smallPhoneBreak .textContent.hasColour .text {
    padding: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.hasColour.textLeft .text {
    padding-right: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.hasColour.textRight .text {
    padding-left: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.textLeft.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
  .smallPhoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.textRight.noBack .text {
    padding-right: 0;
    padding-left: 0;
  }
} /*$smallPhone ends*/
.textContent.imageSide .text {
  width: 50%;
}
.textContent.imageSide .sideContent {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  align-self: stretch;
}
.textContent.imageSide .sideContent .image {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  align-self: stretch;
  flex-grow: 1;
}
.textContent.imageSide .sideContent .image img {
  object-fit: cover;
  width: 100%;
  flex-grow: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.textContent.imageSide .sideContent .image a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  flex-grow: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.textContent.imageSide .sideContent .image span {
  display: block;
  width: 10px;
  padding-top: 66%;
  max-height: 500px;
}
.textContent.imageSide .sideContent h2.imageHeader {
  display: inline-block;
  background-color: white;
  padding: 18px;
  color: #70215E;
  width: auto;
  position: absolute;
  left: 0;
  top: calc(24px + 2vw);
  right: auto;
  bottom: auto;
  max-width: calc(100% - (calc(24px + 2vw)));
}
.textContent.imageSide.noCrop .sideContent {
  align-self: auto;
}
.textContent.imageSide.noCrop .sideContent .image {
  align-self: auto;
}
.textContent.imageSide.noCrop .sideContent .image img, .textContent.imageSide.noCrop .sideContent .image a {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  object-fit: contain;
  object-position: center top;
}
.textContent.imageSide.noCrop .sideContent span {
  display: none;
}
.textContent.imageSide.noCrop.vertAlignCentre .sideContent .image img {
  object-position: center center;
}
.textContent.imageSide.noCrop.vertAlignBottom .sideContent .image img {
  object-position: center bottom;
}
.textContent.imageSide.hasColour {
  padding: 0;
}
.textContent.imageSide.hasColour .textHeading {
  padding: calc(24px + 2vw);
}
.textContent.imageSide.hasColour .text {
  padding: calc(24px + 2vw);
}

.textContent.imageSide.text33 .text {
  width: 33%;
}
.textContent.imageSide.text33 .sideContent {
  width: 67%;
}

.textContent.imageSide.text50 .text {
  width: 50%;
}
.textContent.imageSide.text50 .sideContent {
  width: 50%;
}

.textContent.imageSide.text66 .text {
  width: 66%;
}
.textContent.imageSide.text66 .sideContent {
  width: 34%;
}

.textContent.imageSide.text75 .text {
  width: 75%;
}
.textContent.imageSide.text75 .sideContent {
  width: 25%;
}

.textContent.imageSide80 .text {
  width: 80%;
}
.textContent.imageSide80 .sideContent {
  width: 20%;
}

@media only screen and (max-width: 1100px) {
  .laptopBreak .textContent.imageSide .text,
  .laptopBreak .textContent.imageSide.text33 .text,
  .laptopBreak .textContent.imageSide.text50 .text,
  .laptopBreak .textContent.imageSide.text66 .text,
  .laptopBreak .textContent.imageSide.text75 .text,
  .laptopBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .laptopBreak .textContent.imageSide .sideContent,
  .laptopBreak .textContent.imageSide.text33 .sideContent,
  .laptopBreak .textContent.imageSide.text50 .sideContent,
  .laptopBreak .textContent.imageSide.text66 .sideContent,
  .laptopBreak .textContent.imageSide.text75 .sideContent,
  .laptopBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .laptopBreak .textContent.imageSide .sideContent .image,
  .laptopBreak .textContent.imageSide.text33 .sideContent .image,
  .laptopBreak .textContent.imageSide.text50 .sideContent .image,
  .laptopBreak .textContent.imageSide.text66 .sideContent .image,
  .laptopBreak .textContent.imageSide.text75 .sideContent .image,
  .laptopBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .laptopBreak .textContent.imageSide .sideContent img,
  .laptopBreak .textContent.imageSide.text33 .sideContent img,
  .laptopBreak .textContent.imageSide.text50 .sideContent img,
  .laptopBreak .textContent.imageSide.text66 .sideContent img,
  .laptopBreak .textContent.imageSide.text75 .sideContent img,
  .laptopBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .laptopBreak .textContent.imageSide .sideContent span,
  .laptopBreak .textContent.imageSide.text33 .sideContent span,
  .laptopBreak .textContent.imageSide.text50 .sideContent span,
  .laptopBreak .textContent.imageSide.text66 .sideContent span,
  .laptopBreak .textContent.imageSide.text75 .sideContent span,
  .laptopBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .laptopBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .laptopBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .laptopBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .laptopBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$laptop ends*/
@media only screen and (max-width: 900px) {
  .bigTabletBreak .textContent.imageSide .text,
  .bigTabletBreak .textContent.imageSide.text33 .text,
  .bigTabletBreak .textContent.imageSide.text50 .text,
  .bigTabletBreak .textContent.imageSide.text66 .text,
  .bigTabletBreak .textContent.imageSide.text75 .text,
  .bigTabletBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .bigTabletBreak .textContent.imageSide .sideContent,
  .bigTabletBreak .textContent.imageSide.text33 .sideContent,
  .bigTabletBreak .textContent.imageSide.text50 .sideContent,
  .bigTabletBreak .textContent.imageSide.text66 .sideContent,
  .bigTabletBreak .textContent.imageSide.text75 .sideContent,
  .bigTabletBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .bigTabletBreak .textContent.imageSide .sideContent .image,
  .bigTabletBreak .textContent.imageSide.text33 .sideContent .image,
  .bigTabletBreak .textContent.imageSide.text50 .sideContent .image,
  .bigTabletBreak .textContent.imageSide.text66 .sideContent .image,
  .bigTabletBreak .textContent.imageSide.text75 .sideContent .image,
  .bigTabletBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bigTabletBreak .textContent.imageSide .sideContent img,
  .bigTabletBreak .textContent.imageSide.text33 .sideContent img,
  .bigTabletBreak .textContent.imageSide.text50 .sideContent img,
  .bigTabletBreak .textContent.imageSide.text66 .sideContent img,
  .bigTabletBreak .textContent.imageSide.text75 .sideContent img,
  .bigTabletBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .bigTabletBreak .textContent.imageSide .sideContent span,
  .bigTabletBreak .textContent.imageSide.text33 .sideContent span,
  .bigTabletBreak .textContent.imageSide.text50 .sideContent span,
  .bigTabletBreak .textContent.imageSide.text66 .sideContent span,
  .bigTabletBreak .textContent.imageSide.text75 .sideContent span,
  .bigTabletBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .bigTabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .bigTabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .bigTabletBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .tabletBreak .textContent.imageSide .text,
  .tabletBreak .textContent.imageSide.text33 .text,
  .tabletBreak .textContent.imageSide.text50 .text,
  .tabletBreak .textContent.imageSide.text66 .text,
  .tabletBreak .textContent.imageSide.text75 .text,
  .tabletBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .tabletBreak .textContent.imageSide .sideContent,
  .tabletBreak .textContent.imageSide.text33 .sideContent,
  .tabletBreak .textContent.imageSide.text50 .sideContent,
  .tabletBreak .textContent.imageSide.text66 .sideContent,
  .tabletBreak .textContent.imageSide.text75 .sideContent,
  .tabletBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .tabletBreak .textContent.imageSide .sideContent .image,
  .tabletBreak .textContent.imageSide.text33 .sideContent .image,
  .tabletBreak .textContent.imageSide.text50 .sideContent .image,
  .tabletBreak .textContent.imageSide.text66 .sideContent .image,
  .tabletBreak .textContent.imageSide.text75 .sideContent .image,
  .tabletBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .tabletBreak .textContent.imageSide .sideContent img,
  .tabletBreak .textContent.imageSide.text33 .sideContent img,
  .tabletBreak .textContent.imageSide.text50 .sideContent img,
  .tabletBreak .textContent.imageSide.text66 .sideContent img,
  .tabletBreak .textContent.imageSide.text75 .sideContent img,
  .tabletBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .tabletBreak .textContent.imageSide .sideContent span,
  .tabletBreak .textContent.imageSide.text33 .sideContent span,
  .tabletBreak .textContent.imageSide.text50 .sideContent span,
  .tabletBreak .textContent.imageSide.text66 .sideContent span,
  .tabletBreak .textContent.imageSide.text75 .sideContent span,
  .tabletBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .tabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .tabletBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .tabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .tabletBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$tablet ends*/
@media only screen and (max-width: 700px) {
  .smallTabletBreak .textContent.imageSide .text,
  .smallTabletBreak .textContent.imageSide.text33 .text,
  .smallTabletBreak .textContent.imageSide.text50 .text,
  .smallTabletBreak .textContent.imageSide.text66 .text,
  .smallTabletBreak .textContent.imageSide.text75 .text,
  .smallTabletBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .smallTabletBreak .textContent.imageSide .sideContent,
  .smallTabletBreak .textContent.imageSide.text33 .sideContent,
  .smallTabletBreak .textContent.imageSide.text50 .sideContent,
  .smallTabletBreak .textContent.imageSide.text66 .sideContent,
  .smallTabletBreak .textContent.imageSide.text75 .sideContent,
  .smallTabletBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .smallTabletBreak .textContent.imageSide .sideContent .image,
  .smallTabletBreak .textContent.imageSide.text33 .sideContent .image,
  .smallTabletBreak .textContent.imageSide.text50 .sideContent .image,
  .smallTabletBreak .textContent.imageSide.text66 .sideContent .image,
  .smallTabletBreak .textContent.imageSide.text75 .sideContent .image,
  .smallTabletBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .smallTabletBreak .textContent.imageSide .sideContent img,
  .smallTabletBreak .textContent.imageSide.text33 .sideContent img,
  .smallTabletBreak .textContent.imageSide.text50 .sideContent img,
  .smallTabletBreak .textContent.imageSide.text66 .sideContent img,
  .smallTabletBreak .textContent.imageSide.text75 .sideContent img,
  .smallTabletBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .smallTabletBreak .textContent.imageSide .sideContent span,
  .smallTabletBreak .textContent.imageSide.text33 .sideContent span,
  .smallTabletBreak .textContent.imageSide.text50 .sideContent span,
  .smallTabletBreak .textContent.imageSide.text66 .sideContent span,
  .smallTabletBreak .textContent.imageSide.text75 .sideContent span,
  .smallTabletBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .smallTabletBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .smallTabletBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .smallTabletBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .bigPhoneBreak .textContent.imageSide .text,
  .bigPhoneBreak .textContent.imageSide.text33 .text,
  .bigPhoneBreak .textContent.imageSide.text50 .text,
  .bigPhoneBreak .textContent.imageSide.text66 .text,
  .bigPhoneBreak .textContent.imageSide.text75 .text,
  .bigPhoneBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .bigPhoneBreak .textContent.imageSide .sideContent,
  .bigPhoneBreak .textContent.imageSide.text33 .sideContent,
  .bigPhoneBreak .textContent.imageSide.text50 .sideContent,
  .bigPhoneBreak .textContent.imageSide.text66 .sideContent,
  .bigPhoneBreak .textContent.imageSide.text75 .sideContent,
  .bigPhoneBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .bigPhoneBreak .textContent.imageSide .sideContent .image,
  .bigPhoneBreak .textContent.imageSide.text33 .sideContent .image,
  .bigPhoneBreak .textContent.imageSide.text50 .sideContent .image,
  .bigPhoneBreak .textContent.imageSide.text66 .sideContent .image,
  .bigPhoneBreak .textContent.imageSide.text75 .sideContent .image,
  .bigPhoneBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .bigPhoneBreak .textContent.imageSide .sideContent img,
  .bigPhoneBreak .textContent.imageSide.text33 .sideContent img,
  .bigPhoneBreak .textContent.imageSide.text50 .sideContent img,
  .bigPhoneBreak .textContent.imageSide.text66 .sideContent img,
  .bigPhoneBreak .textContent.imageSide.text75 .sideContent img,
  .bigPhoneBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .bigPhoneBreak .textContent.imageSide .sideContent span,
  .bigPhoneBreak .textContent.imageSide.text33 .sideContent span,
  .bigPhoneBreak .textContent.imageSide.text50 .sideContent span,
  .bigPhoneBreak .textContent.imageSide.text66 .sideContent span,
  .bigPhoneBreak .textContent.imageSide.text75 .sideContent span,
  .bigPhoneBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .bigPhoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .bigPhoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .bigPhoneBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 500px) {
  .phoneBreak .textContent.imageSide .text,
  .phoneBreak .textContent.imageSide.text33 .text,
  .phoneBreak .textContent.imageSide.text50 .text,
  .phoneBreak .textContent.imageSide.text66 .text,
  .phoneBreak .textContent.imageSide.text75 .text,
  .phoneBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .phoneBreak .textContent.imageSide .sideContent,
  .phoneBreak .textContent.imageSide.text33 .sideContent,
  .phoneBreak .textContent.imageSide.text50 .sideContent,
  .phoneBreak .textContent.imageSide.text66 .sideContent,
  .phoneBreak .textContent.imageSide.text75 .sideContent,
  .phoneBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .phoneBreak .textContent.imageSide .sideContent .image,
  .phoneBreak .textContent.imageSide.text33 .sideContent .image,
  .phoneBreak .textContent.imageSide.text50 .sideContent .image,
  .phoneBreak .textContent.imageSide.text66 .sideContent .image,
  .phoneBreak .textContent.imageSide.text75 .sideContent .image,
  .phoneBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .phoneBreak .textContent.imageSide .sideContent img,
  .phoneBreak .textContent.imageSide.text33 .sideContent img,
  .phoneBreak .textContent.imageSide.text50 .sideContent img,
  .phoneBreak .textContent.imageSide.text66 .sideContent img,
  .phoneBreak .textContent.imageSide.text75 .sideContent img,
  .phoneBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .phoneBreak .textContent.imageSide .sideContent span,
  .phoneBreak .textContent.imageSide.text33 .sideContent span,
  .phoneBreak .textContent.imageSide.text50 .sideContent span,
  .phoneBreak .textContent.imageSide.text66 .sideContent span,
  .phoneBreak .textContent.imageSide.text75 .sideContent span,
  .phoneBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .phoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .phoneBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .phoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .phoneBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$phone ends*/
@media only screen and (max-width: 350px) {
  .smallPhoneBreak .textContent.imageSide .text,
  .smallPhoneBreak .textContent.imageSide.text33 .text,
  .smallPhoneBreak .textContent.imageSide.text50 .text,
  .smallPhoneBreak .textContent.imageSide.text66 .text,
  .smallPhoneBreak .textContent.imageSide.text75 .text,
  .smallPhoneBreak .textContent.imageSide.text80 .text {
    width: 100%;
  }
  .smallPhoneBreak .textContent.imageSide .sideContent,
  .smallPhoneBreak .textContent.imageSide.text33 .sideContent,
  .smallPhoneBreak .textContent.imageSide.text50 .sideContent,
  .smallPhoneBreak .textContent.imageSide.text66 .sideContent,
  .smallPhoneBreak .textContent.imageSide.text75 .sideContent,
  .smallPhoneBreak .textContent.imageSide.text80 .sideContent {
    width: 100%;
    display: block;
  }
  .smallPhoneBreak .textContent.imageSide .sideContent .image,
  .smallPhoneBreak .textContent.imageSide.text33 .sideContent .image,
  .smallPhoneBreak .textContent.imageSide.text50 .sideContent .image,
  .smallPhoneBreak .textContent.imageSide.text66 .sideContent .image,
  .smallPhoneBreak .textContent.imageSide.text75 .sideContent .image,
  .smallPhoneBreak .textContent.imageSide.text80 .sideContent .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .smallPhoneBreak .textContent.imageSide .sideContent img,
  .smallPhoneBreak .textContent.imageSide.text33 .sideContent img,
  .smallPhoneBreak .textContent.imageSide.text50 .sideContent img,
  .smallPhoneBreak .textContent.imageSide.text66 .sideContent img,
  .smallPhoneBreak .textContent.imageSide.text75 .sideContent img,
  .smallPhoneBreak .textContent.imageSide.text80 .sideContent img {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .smallPhoneBreak .textContent.imageSide .sideContent span,
  .smallPhoneBreak .textContent.imageSide.text33 .sideContent span,
  .smallPhoneBreak .textContent.imageSide.text50 .sideContent span,
  .smallPhoneBreak .textContent.imageSide.text66 .sideContent span,
  .smallPhoneBreak .textContent.imageSide.text75 .sideContent span,
  .smallPhoneBreak .textContent.imageSide.text80 .sideContent span {
    display: none;
  }
  .smallPhoneBreak .textContent.textLeft .text {
    margin-bottom: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.textLeft.hasColour .text {
    margin-bottom: 0;
  }
  .smallPhoneBreak .textContent.textRight .sideContent {
    margin-bottom: calc(24px + 2vw);
  }
  .smallPhoneBreak .textContent.textRight.hasColour .sideContent {
    margin-bottom: 0;
  }
} /*$smallPhone ends*/
.wrapper:first-child:has(.noSpace),
.wrapper:has(.noSpace) {
  margin-top: 0;
  padding-top: 0;
}

.textAlignCentre .keyPoints {
  justify-content: center;
}
.textAlignCentre .keyPoint {
  justify-content: center;
}
.textAlignCentre .keyPoint .image {
  margin-left: auto;
  margin-right: auto;
}
.textAlignCentre.iconLeft .keyPointHolder {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.textAlignRight .keyPoints {
  justify-content: flex-end;
}
.textAlignRight .keyPoint .image {
  margin-left: auto;
  margin-right: 0;
}
.textAlignRight.iconLeft .keyPointHolder {
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
}

.keyPointsBlock.fullWidthBG::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  transform: translate(-50%);
  background-color: inherit;
  z-index: 1;
}

.keyPoints {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  align-content: flex-start;
  align-items: stretch;
  z-index: 2;
}
.keyPoints .keyPoint {
  padding: calc((calc(24px + 2vw)) / 4);
  display: flex;
  align-items: stretch;
}
.keyPoints .keyPoint .keyPointHolder {
  width: 100%;
}
.keyPoints .keyPoint .keyPointHolder.hasColour {
  padding: calc((calc(24px + 2vw)) / 2);
  width: 100%;
}
.keyPoints .keyPoint .text {
  width: 100%;
}
.keyPoints .keyPoint .image {
  margin: 0 auto calc((calc(24px + 2vw)) / 2) auto;
  aspect-ratio: 1/1;
  display: block;
}
.keyPoints .keyPoint .image span {
  display: block;
  width: 100%;
  pointer-events: none;
  padding-top: 100%;
}
.keyPoints .keyPoint .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.keyPoints .keyPoint .blockLink {
  margin-top: calc((calc(24px + 2vw)) / 4);
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.keyPoints.iconLeft .keyPointHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  width: fit-content !important;
}
.keyPoints.iconLeft .keyPointHolder .image {
  order: 0;
  width: fit-content;
  margin-right: 1em;
}
.keyPoints.iconLeft .keyPointHolder .text {
  order: 1;
  width: fit-content;
}
.keyPoints.iconAbove .keyPoint .image {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.keyPoints.largeIcons .keyPoint .image {
  width: 80%;
}
.keyPoints.mediumIcons .keyPoint .image {
  width: 50%;
}
.keyPoints.smallIcons .keyPoint .image {
  width: 25%;
  min-width: 60px;
}
.keyPoints.textSizeIcons .keyPoint .image {
  width: 1.5em;
}
.keyPoints.width25 .keyPoint {
  width: 25%;
}
.keyPoints.width33 .keyPoint {
  width: 33%;
}
.keyPoints.width50 .keyPoint {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .keyPoints.width25 .keyPoint {
    width: 50%;
  }
  .keyPoints.width33 .keyPoint {
    width: 50%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .keyPoints .keyPoint + .keyPoint {
    margin-top: calc((calc(24px + 2vw)) / 2);
  }
  .keyPoints.width25 .keyPoint {
    width: 100%;
  }
  .keyPoints.width33 .keyPoint {
    width: 100%;
  }
  .keyPoints.width50 .keyPoint {
    width: 100%;
  }
} /*$bigPhone ends*/
.customBanner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 0 calc(24px + 2vw);
}
.customBanner .badge {
  position: absolute;
  width: 25%;
  display: none;
}
.customBanner .text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  max-width: 33%;
  min-width: 300px;
  margin: calc((calc(24px + 2vw)) * 2) auto;
  width: auto;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 3;
}
.customBanner .text .stilt {
  width: 1px;
  padding-top: 75%;
}
.customBanner .text .positioner {
  padding: calc(calc((calc(24px + 2vw)) / 2) + calc((calc(24px + 2vw)) / 4));
}
.customBanner.smallTextBox .text {
  max-width: 33%;
}
.customBanner.mediumTextBox .text {
  max-width: 50%;
}
.customBanner.largeTextBox .text {
  max-width: 66%;
}
.customBanner.vertAlignTop {
  padding-bottom: calc(24px + 2vw);
}
.customBanner.vertAlignTop .text {
  margin-top: 0;
  margin-bottom: auto;
}
.customBanner.vertAlignBottom {
  padding-top: calc(24px + 2vw);
}
.customBanner.vertAlignBottom .text {
  margin-bottom: 0;
  margin-top: auto;
}
.customBanner.textRight .badge {
  left: calc(24px + 2vw);
  top: 0;
  display: block;
}
.customBanner.textRight .text {
  margin-right: 0;
}
.customBanner.textLeft .badge {
  right: calc(24px + 2vw);
  top: 0;
  display: block;
}
.customBanner.textLeft .text {
  margin-left: 0;
}
.customBanner .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  background-color: #F0F0F0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.customBanner .flexer .image {
  flex-grow: 1;
  flex-basis: 1;
}
.customBanner .flexer .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

@media only screen and (max-width: 768px) {
  .customBanner {
    flex-direction: column;
    min-height: 80vh;
  }
  .customBanner .text {
    max-width: 66%;
  }
  .customBanner .flexer {
    flex-direction: column;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .customBanner .badge {
    display: none;
  }
  .customBanner.textRight .text {
    margin-right: auto;
  }
  .customBanner.textRight .badge {
    display: none;
  }
  .customBanner.textLeft .text {
    margin-left: auto;
  }
  .customBanner.textLeft .badge {
    display: none;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 500px) {
  .customBanner {
    padding: 0 calc((calc(24px + 2vw)) / 2);
  }
  .customBanner .text {
    min-width: 100%;
  }
} /*$phone ends*/
.videoBlock .introText * {
  text-align: center;
}
.videoBlock .intro_text + .video_embed_code,
.videoBlock .video_embed_code + .outtro_text {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.videoBlock .video_embed_code {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.videoBlock .video_embed_code .proportioner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoBlock .video_embed_code .proportioner > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.videoBlock .video_embed_code iframe, .videoBlock .video_embed_code .videoHolder object, .videoBlock .video_embed_code .videoHolder embed, .videoBlock .video_embed_code video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featureVideo.block .wp-video {
  margin: auto;
  max-width: 720px;
  /*$tablet ends*/
}
@media only screen and (max-width: 768px) {
  .featureVideo.block .wp-video {
    max-width: 100%;
  }
}
.featureVideo.block .mejs-container {
  background-color: transparent;
}
.featureVideo.block .mejs-container .mejs-mediaelement {
  background-color: #B5B09A;
}
.featureVideo.block .mejs-container.videoSD {
  /*$bigPhone ends*/
}
@media only screen and (min-width: 650px) {
  .featureVideo.block .mejs-container.videoSD {
    display: none;
  }
}
.featureVideo.block .mejs-container.videoHD {
  /*$bigPhone ends*/
}
@media only screen and (max-width: 650px) {
  .featureVideo.block .mejs-container.videoHD {
    display: none;
  }
}
.featureVideo.block .mejs-controls {
  background-color: #70215E;
}
.featureVideo.block .mejs-controls.mejs-time-rail.mejs-time-current {
  background-color: #B5B09A;
}
.featureVideo.block .mejs-inner {
  min-height: 100%;
}
.featureVideo.block .mediaelementwrapper {
  min-height: 100%;
}
.featureVideo.block .mejs-overlay {
  min-height: 100%;
}
.featureVideo.block .mejs-layers {
  min-height: 100%;
  position: initial;
}
.featureVideo.block .mejs-overlay-button {
  opacity: 0.5;
}
.featureVideo.block .mejs-overlay-button:hover {
  opacity: 1;
}

.handPicked {
  background-color: #F2F2F2;
}
.handPicked .flexer {
  align-content: stretch;
  align-items: stretch;
}
.handPicked .left, .handPicked .right {
  width: 50%;
  flex-grow: 1;
}
.handPicked .left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.handPicked .right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.handPicked .right .image {
  width: 100%;
}
.handPicked .right .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.handPicked .right .stilt {
  width: 1px;
  display: block;
  padding-top: 100%;
}
.handPicked .introText {
  width: 100%;
  max-width: 100%;
}
.handPicked .introText .positioner {
  padding-top: calc((calc(24px + 2vw)) / 2);
}
.handPicked .introText .positioner:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 25%;
  min-width: 120px;
  height: 2px;
  background-color: #FFFFFF;
  transform: translateX(-50%);
}
.handPicked .cameos {
  width: 100%;
  margin-top: 0;
  background-color: #F2F2F2;
  flex-grow: 1;
  padding: calc(24px + 2vw);
  padding-top: 0px;
  overflow: hidden;
}
.handPicked .cameos .carpetCameos + .blockLink {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.handPicked .cameos .carpetCameos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
}
.handPicked .cameos .carpetCameos:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: solid 4px #FFFFFF;
}
.handPicked .cameos .carpetCameos .image:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  top: -2px;
  right: auto;
  bottom: auto;
  width: 200vw;
  height: calc(50% + 2px);
  background-color: #70215E;
  pointer-events: none;
}
.handPicked .cameos .carpetCameos.noRightImage .image {
  width: 25%;
}
.handPicked .cameos .carpetCameos .image {
  width: 50%;
  flex-grow: 1;
}
.handPicked .cameos .carpetCameos .image .stilt {
  display: block;
  width: 1px;
  padding-top: 100%;
}
.handPicked .cameos .carpetCameos .image a {
  border: solid 2px #FFFFFF;
}
.handPicked .cameos .carpetCameos .image a, .handPicked .cameos .carpetCameos .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .handPicked .flexer {
    flex-wrap: wrap;
  }
  .handPicked .left, .handPicked .right {
    width: 100%;
  }
  .handPicked .left {
    order: 1;
  }
  .handPicked .right {
    order: 0;
  }
  .handPicked .right .stilt {
    padding-top: 66%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 700px) {
  .handPicked .cameos .carpetCameos.noRightImage .image {
    width: 50%;
  }
} /*$smallTablet ends*/
.keyFeaturesSlider.hasColour {
  padding: 0;
}
.keyFeaturesSlider.hasColour .left {
  padding: calc(24px + 2vw);
}
.keyFeaturesSlider .flexer {
  align-content: stretch;
  align-items: stretch;
}
.keyFeaturesSlider .left, .keyFeaturesSlider .right {
  width: 50%;
  flex-grow: 1;
}
.keyFeaturesSlider .left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.keyFeaturesSlider .right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.keyFeaturesSlider .right .image {
  width: 100%;
}
.keyFeaturesSlider .right .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.keyFeaturesSlider .right .stilt {
  width: 1px;
  display: block;
  padding-top: 100%;
}

.featuresTrack, .hasColour .featuresTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: calc(24px + 2vw);
  width: 100%;
}
.featuresTrack .feature, .hasColour .featuresTrack .feature {
  padding: calc((calc(24px + 2vw)) / 4);
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 100%;
}
.featuresTrack .feature .text, .hasColour .featuresTrack .feature .text {
  padding: calc((calc(24px + 2vw)) / 2);
}
.featuresTrack .feature .text p, .featuresTrack .feature .text ul, .featuresTrack .feature .text ol, .featuresTrack .feature .text table, .hasColour .featuresTrack .feature .text p, .hasColour .featuresTrack .feature .text ul, .hasColour .featuresTrack .feature .text ol, .hasColour .featuresTrack .feature .text table {
  color: #000000;
}
.featuresTrack .feature .text h1, .featuresTrack .feature .text h2, .featuresTrack .feature .text h3, .featuresTrack .feature .text h4, .featuresTrack .feature .text h5, .featuresTrack .feature .text h6, .hasColour .featuresTrack .feature .text h1, .hasColour .featuresTrack .feature .text h2, .hasColour .featuresTrack .feature .text h3, .hasColour .featuresTrack .feature .text h4, .hasColour .featuresTrack .feature .text h5, .hasColour .featuresTrack .feature .text h6 {
  color: #70215E;
}
.featuresTrack .feature .imageHolder, .hasColour .featuresTrack .feature .imageHolder {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  width: 20%;
  min-width: 60px;
}
.featuresTrack .feature .imageHolder span, .hasColour .featuresTrack .feature .imageHolder span {
  display: block;
  width: 100%;
  pointer-events: none;
  padding-top: 100%;
}
.featuresTrack .feature .imageHolder img, .hasColour .featuresTrack .feature .imageHolder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.featuresTrack.flickity-enabled .flickity-viewport,
.featuresTrack.flickity-enabled .flickity-slider, .hasColour .featuresTrack.flickity-enabled .flickity-viewport,
.hasColour .featuresTrack.flickity-enabled .flickity-slider {
  width: 100%;
}
.featuresTrack.flickity-enabled .flickity-prev-next-button.next, .hasColour .featuresTrack.flickity-enabled .flickity-prev-next-button.next {
  right: auto;
  left: 100%;
  border-radius: 0;
  background-color: transparent;
}
.featuresTrack.flickity-enabled .flickity-prev-next-button.previous, .hasColour .featuresTrack.flickity-enabled .flickity-prev-next-button.previous {
  left: auto;
  right: 100%;
  border-radius: 0;
  background-color: transparent;
}
.featuresTrack.flickity-enabled .flickity-button-icon, .hasColour .featuresTrack.flickity-enabled .flickity-button-icon {
  fill: #70215E;
}
.featuresTrack.flickity-enabled .flickity-page-dots, .hasColour .featuresTrack.flickity-enabled .flickity-page-dots {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: auto;
}
.featuresTrack.flickity-enabled .flickity-page-dots li, .hasColour .featuresTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: 0.3em;
  border-radius: 0;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.featuresTrack.flickity-enabled .flickity-page-dots li.is-selected, .hasColour .featuresTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: #70215E;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .keyFeaturesSlider .flexer {
    flex-wrap: wrap;
  }
  .keyFeaturesSlider .left, .keyFeaturesSlider .right {
    width: 100%;
  }
  .keyFeaturesSlider .left {
    order: 1;
  }
  .keyFeaturesSlider .right {
    order: 0;
  }
  .keyFeaturesSlider .right .stilt {
    padding-top: 66%;
  }
} /*$tablet ends*/
/*$bigPhone ends*/
.flexer.galleryFlex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}

.roomsetHolder {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.roomsetHolder .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  min-height: 100%;
}
.roomsetHolder .text {
  padding: calc(24px + 2vw);
  background-color: #F2F2F2;
  width: 100%;
  z-index: 3;
  flex-grow: 1;
}
.roomsetHolder .text .positioner {
  padding-top: calc((calc(24px + 2vw)) / 2);
}
.roomsetHolder .text .positioner h5, .roomsetHolder .text .positioner h6 {
  color: #000000;
}
.roomsetHolder .text .positioner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 25%;
  min-width: 70px;
  max-width: 100px;
  height: 2px;
  background-color: #70215E;
}
.roomsetHolder .roomset {
  width: 100%;
}
.roomsetHolder .roomset .roomsetImage {
  background-color: #F0F0F0;
}
.roomsetHolder .roomset .roomsetImage .image, .roomsetHolder .roomset .roomsetImage .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.roomsetHolder .roomset .roomsetImage > .stilt {
  display: block;
  width: 1px;
  padding-top: 66%;
  max-height: 70vh;
}
.roomsetHolder .roomset .roomsetImage a.zoomImage {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/zoom-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: calc((calc(24px + 2vw)) / 4);
  bottom: calc((calc(24px + 2vw)) / 4);
  width: 40px;
  display: block;
}
.roomsetHolder .roomset .roomsetImage a.zoomImage p {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.roomsetHolder .roomset .roomsetImage a.zoomImage span {
  display: block;
  width: 100%;
  padding-top: 110%;
}

.penthouseCameo {
  position: absolute;
  left: calc((calc(24px + 2vw)) / 2);
  bottom: calc((calc(24px + 2vw)) / 2);
  width: 33%;
  min-width: 120px;
  max-width: 250px;
  padding: 4px;
  background-color: #FFFFFF;
  text-decoration: none;
}
.penthouseCameo .image .arrow {
  position: absolute;
  left: 50%;
  bottom: calc((calc(24px + 2vw)) / 4);
  width: 50%;
  max-width: 150px;
  transform: translateX(50%);
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.penthouseCameo .image .arrow span {
  width: 100%;
  display: block;
  padding-top: 50%;
}
.penthouseCameo .details {
  padding: calc((calc(24px + 2vw)) / 4);
}
.penthouseCameo .details h6 {
  margin-bottom: 4px;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.penthouseCameo .details p {
  color: #000000;
  margin-bottom: 0;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}

.roomsetHolder.fullWidth {
  width: 100%;
}
.roomsetHolder.fullWidth .text {
  position: absolute;
  top: 0;
  right: calc(24px + 2vw);
  max-width: 33%;
  min-width: 270px;
}
.roomsetHolder.fullWidth > .stilt {
  display: block;
  width: 1px;
  padding-top: 66%;
}

.roomsetHolder.halfWidth {
  width: calc(50% - calc((calc(24px + 2vw)) / 4));
}
.roomsetHolder.halfWidth .flexer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.roomsetHolder.halfWidth .roomset {
  order: 0;
}
.roomsetHolder.halfWidth .roomset .roomsetImage > .stilt {
  display: block;
  width: 1px;
  padding-top: 120%;
}
.roomsetHolder.halfWidth .text {
  order: 1;
}

@media only screen and (max-width: 768px) {
  .roomsetHolder.fullWidth,
  .roomsetHolder.halfWidth {
    width: 100%;
  }
  .roomsetHolder.fullWidth .flexer,
  .roomsetHolder.halfWidth .flexer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .roomsetHolder.fullWidth .roomset,
  .roomsetHolder.halfWidth .roomset {
    order: 0;
  }
  .roomsetHolder.fullWidth .roomset .roomsetImage > .stilt,
  .roomsetHolder.halfWidth .roomset .roomsetImage > .stilt {
    display: block;
    width: 1px;
    padding-top: 120%;
  }
  .roomsetHolder.fullWidth .text,
  .roomsetHolder.halfWidth .text {
    order: 1;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }
} /*$tablet ends*/
.imageGallery {
  text-align: center;
}
.imageGallery.noBack {
  padding-bottom: 0px;
  padding: 0;
}
.imageGallery.hasBackground {
  padding: calc(24px + 2vw) 0;
}
.imageGallery.hasHeader .wrapper .text {
  padding-bottom: 24px;
}
.imageGallery .text * {
  margin-left: auto;
  margin-right: auto;
}
.imageGallery .text + .thumbs {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.imageGallery .thumbs + .outtroText {
  margin-top: calc(24px + 2vw);
}
.imageGallery .thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% + calc((calc(24px + 2vw)) / 4));
}
.imageGallery .thumbs .image {
  width: 33.3333333333%;
  padding: calc(calc((calc(24px + 2vw)) / 4)) calc(calc((calc(24px + 2vw)) / 4)) 0 0;
}
.imageGallery .thumbs.containThumbs .image img {
  object-fit: contain;
  object-position: center center;
}
.imageGallery .instaLink {
  margin: calc((calc(24px + 2vw)) / 2) 0;
}
.imageGallery .instaLink a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.imageGallery .instaLink a p {
  display: block;
  padding: 12px 0px;
  margin: 0;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.imageGallery .instaLink a .imageHolder {
  width: calc(20px + 2vw);
  max-width: 40px;
  padding: 0;
  margin: 18px;
}

.imageGallery.beigeBack .text h1:after, .imageGallery.beigeBack .text h2:after,
.imageGallery.greyBack .text h1:after,
.imageGallery.greyBack .text h2:after,
.imageGallery.whiteBack .text h1:after,
.imageGallery.whiteBack .text h2:after {
  background-color: #70215E;
}

.imageGallery.thumb50 .thumbs .image {
  width: 50%;
}

.imageGallery.thumb33 .thumbs .image {
  width: 33.3333333333%;
}

.imageGallery.thumb25 .thumbs .image {
  width: 25%;
}

.imageGallery.thumb20 .thumbs .image {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .imageGallery.thumb50 .thumbs .image {
    width: 50%;
  }
  .imageGallery.thumb33 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.thumb25 .thumbs .image {
    width: 25%;
  }
  .imageGallery.thumb20 .thumbs .image {
    width: 20%;
  }
}
@media only screen and (max-width: 700px) {
  .imageGallery.thumb50 .thumbs .image {
    width: 50%;
  }
  .imageGallery.thumb33 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.thumb25 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.thumb20 .thumbs .image {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery.thumb50 .thumbs .image {
    width: 50%;
  }
  .imageGallery.thumb33 .thumbs .image {
    width: 50%;
  }
  .imageGallery.thumb25 .thumbs .image {
    width: 50%;
  }
  .imageGallery.thumb20 .thumbs .image {
    width: 50%;
  }
}
.divider {
  display: block;
  border-top: 1px solid #606060;
}
.divider.lightGreyLine {
  border-color: #cccccc;
}
.divider.greyLine {
  border-color: #CCCCCC;
}
.divider.purpleLine {
  border-color: #70215E;
}

.customCode.forceHeight iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.customCode.forceHeight.height30 {
  padding-top: 33%;
}
.customCode.forceHeight.height66 {
  padding-top: 66%;
}
.customCode.forceHeight.height75 {
  padding-top: 75%;
}
.customCode.forceHeight.height100 {
  padding-top: 100%;
}

.hiddenCode {
  display: none;
}

.teamGrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.teamGrid .teamMember {
  width: calc(33% - (calc(24px + 2vw)) / 2);
  margin-left: calc((calc(24px + 2vw)) / 4);
  margin-right: calc((calc(24px + 2vw)) / 4);
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  background-color: #F0F0F0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.teamGrid .teamMember .image {
  order: 1;
  width: 100%;
}
.teamGrid .teamMember .details {
  order: 2;
  width: 100%;
  padding: calc((calc(24px + 2vw)) / 2);
}
.teamGrid .teamMember h3.memberName {
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}

.testimonials {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
.testimonials .tlHeader {
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: calc((calc(24px + 2vw)) / 4) calc(24px + 2vw);
  text-align: center;
}
.testimonials .tlHeader h5 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.testimonials .tlHeader span {
  display: inline-block;
  width: 100%;
  max-width: 440px;
  padding-top: 20%;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/happy-customers.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  background-color: #FFFFFF;
  margin: auto;
  z-index: 2;
}
.testimonials .tlHeader:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  border: solid 1px #cccccc;
  border-bottom: 0;
  z-index: 1;
}
.testimonials .borderBlock {
  border: solid 1px #cccccc;
  border-top: 0;
  padding: calc(24px + 2vw);
  padding-top: 0px;
  display: block;
  text-align: center;
}
.testimonials .borderBlock > p:first-child {
  font-weight: 500;
}
.testimonials .testimonialTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0 calc(24px + 2vw);
  margin-top: calc((calc(24px + 2vw)) / 2);
}
.testimonials .testimonialTrack .testimonial {
  width: 100%;
  display: block;
}
.testimonials .testimonialTrack blockquote {
  text-align: center;
  border: 0;
  padding: 0;
  width: 100%;
}
.testimonials .testimonialTrack blockquote p + p {
  margin-top: 0.75em;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.testimonials .testimonialTrack blockquote h5 {
  color: #70215E;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-viewport,
.testimonials .testimonialTrack.flickity-enabled .flickity-slider {
  width: 100%;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-prev-next-button.next {
  right: auto;
  left: calc(100% - 12px);
  border-radius: 0;
  background-color: transparent;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-prev-next-button.previous {
  left: auto;
  right: calc(100% - 12px);
  border-radius: 0;
  background-color: transparent;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-button-icon {
  fill: #70215E;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-page-dots {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: calc((calc(24px + 2vw)) / 2);
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: auto;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-page-dots li {
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: 0.3em;
  border-radius: 0;
  background-color: #cccccc;
  opacity: 0.8;
}
.testimonials .testimonialTrack.flickity-enabled .flickity-page-dots li.is-selected {
  background-color: #70215E;
  opacity: 1;
}

@media only screen and (max-width: 500px) {
  .testimonials .testimonialTrack {
    padding: 0;
  }
  .testimonials .testimonialTrack.flickity-enabled .flickity-prev-next-button.next,
  .testimonials .testimonialTrack.flickity-enabled .flickity-prev-next-button.previous {
    display: none;
  }
} /*$phone ends*/
.blockContent + .priceListLogin {
  margin-top: calc((calc(24px + 2vw)) / 2);
}

.priceLists {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.priceLists p.adminNote {
  display: inline-block;
  margin: 24px auto;
  padding: 12px 14px;
  background-color: rgba(0, 0, 0, 0.03);
  border: solid 1px #F0F0F0;
  text-align: center;
  width: fit-content;
  border-radius: 3px;
}
.priceLists p.modified {
  font-size: 12px;
}
.priceLists a {
  width: 100%;
}
.priceLists img {
  border: solid 1px #cccccc;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.priceLists .priceListDownloads {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 24px;
}
.priceLists .priceListDownloads p.logout {
  width: 100%;
  text-align: center;
}
.priceLists .priceListDownload {
  display: inline-block;
  margin: 24px auto;
  padding: 12px 14px;
  background-color: rgba(0, 0, 0, 0.03);
  border: solid 1px #F0F0F0;
  text-align: center;
  width: fit-content;
  border-radius: 3px;
  max-width: 300px;
}
.priceLists .priceListDownload .downloadLink {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 3px;
  background-color: #74af26;
  color: #FFFFFF;
  margin-top: 8px;
}

.loginHolder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.loginHolder .priceListLogin.failedLogin {
  border: solid 1px red;
}
.loginHolder .priceListLogin.failedLogin p.failed {
  color: #D9000D;
}
.loginHolder .priceListLogin {
  width: fit-content;
  max-width: 500px;
  display: inline-block;
  margin: 24px auto;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border: solid 1px #F0F0F0;
  text-align: center;
  border-radius: 3px;
}
.loginHolder .priceListLogin::before {
  content: "Retailer Login";
  display: block;
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
  width: 100%;
  color: #70215E;
  margin: 8px 0 12px 0;
}
.loginHolder .priceListLogin p.login-username,
.loginHolder .priceListLogin p.login-password {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.loginHolder .priceListLogin p.login-username label, .loginHolder .priceListLogin p.login-username input,
.loginHolder .priceListLogin p.login-password label,
.loginHolder .priceListLogin p.login-password input {
  padding: 8px;
}
.loginHolder .priceListLogin p.login-username label,
.loginHolder .priceListLogin p.login-password label {
  width: 40%;
}
.loginHolder .priceListLogin p.login-username input,
.loginHolder .priceListLogin p.login-password input {
  width: 60%;
  min-width: 200px;
  font-size: 14px;
}
.loginHolder .priceListLogin input[type=submit] {
  cursor: pointer;
  pointer-events: all;
  background-color: #70215E;
  color: #FFFFFF;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-resize .carousel-cell {
  min-height: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

body .fslightbox-container {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.9);
}
body .fslightbox-container .fslightbox-svg-path {
  fill: #FFFFFF;
}
body .fslightbox-container .fslightbox-toolbar {
  background: transparent;
  background-color: rgba(110, 0, 89, 0.75);
}
body .fslightbox-container .fslightbox-caption {
  background: transparent;
}
body .fslightbox-container .fslightbox-caption .fslightbox-caption-inner {
  color: #000000;
}

.aws-container {
  max-width: calc(1100px / 2);
  margin-left: auto;
  margin-right: auto;
}

.aws-search-result ul li.aws_result_item .aws_result_link .aws_result_title,
.aws-search-result ul li.aws_result_item .aws_result_link .aws_result_excerpt,
.aws-search-result ul li.aws_result_item .aws_result_link .aws_result_price {
  line-height: 1.2em;
}
.aws-search-result ul li.aws_result_item .aws_result_link .aws_result_excerpt {
  color: #70215E;
}
.aws-search-result ul li.aws_result_item .aws_result_link .aws_result_price {
  display: none;
}

.searchHolder .aws-container .aws-search-label,
.searchHolder .aws-container .aws-search-field {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}

.aws-search-result .aws_result_scroll {
  max-height: 350px !important;
}

.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_tax .aws_result_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_tax .aws_result_head .aws_tax_image {
  width: 60px;
  display: block;
  margin-right: 15px;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_content .aws_result_head {
  margin-bottom: 4px;
}
.aws-search-result .aws_result_scroll .aws_result_inner .aws_results .aws_result_content .aws_result_term {
  padding-top: 0;
}
.aws-search-result .aws_result_content .aws_result_price {
  display: none;
}
.aws-search-result .aws_result_content .aws_result_title,
.aws-search-result .aws_result_content .aws_result_head,
.aws-search-result .aws_result_content .aws_result_excerpt,
.aws-search-result .aws_result_content .aws_result_term,
.aws-search-result .aws_result_content .aws_result_price {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.2em;
  margin: 0;
}

/*

<div class="aws_result_scroll"><div class="aws_result_inner"><div class="aws_results style-inline"><a href="https://dev.riviera.loc:8890/carpet/cliff-view/" class="aws_result_item" data-title="Cliff View"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3075-Cliff-View-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Cliff View</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a href="https://dev.riviera.loc:8890/carpet/silver-sail/" class="aws_result_item" data-title="Silver Sail"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3074-Silver-Sail-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Silver Sail</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a href="https://dev.riviera.loc:8890/carpet/soft-mink/" class="aws_result_item hovered" data-title="Soft Mink"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3073-Soft-Mink-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Soft Mink</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a href="https://dev.riviera.loc:8890/carpet/vanilla/" class="aws_result_item" data-title="Vanilla"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3072-Vanilla-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Vanilla</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a href="https://dev.riviera.loc:8890/carpet/warm-sand/" class="aws_result_item" data-title="Warm Sand"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3071-Warm-Sand-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Warm Sand</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a href="https://dev.riviera.loc:8890/carpet/bronze-tan/" class="aws_result_item" data-title="Bronze Tan"><span class="aws_result_image"><img src="https://dev.riviera.loc:8890/wp-content/uploads/2023/02/St-Tropez-3070-Bronze-Tan-150x150.jpg"></span><span class="aws_result_content"><span class="aws_result_head"><span class="aws_result_title">Bronze Tan</span><span class="aws_result_price"><span class="woocommerce-Price-amount amount"><bdi><span class="woocommerce-Price-currencySymbol">£</span>0.00</bdi></span></span></span><span class="aws_result_term">St <strong>Tropez</strong></span></span></a><a class="aws_result_item aws_search_more" href="#">View all results</a></div></div></div>

*/
#wpsl-search-wrap div label {
  white-space: nowrap;
}

html #wpsl-search-wrap .wpsl-input,
html #wpsl-search-wrap .wpsl-select-wrap div {
  margin-right: 18px;
}

#wpsl-result-list .wpsl-store-location a, #wpsl-result-list .wpsl-direction-wrap a {
  text-decoration: none;
}
#wpsl-result-list .wpsl-store-location.homeService .storeAddress {
  padding-right: 4em;
}
#wpsl-result-list .wpsl-store-location.homeService::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5em;
  aspect-ratio: 1/1.35;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/HomeServiceLogo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#wpsl-result-list .homeServiceNote p {
  color: #70215E;
  margin: 8px 0;
  font-weight: 500;
}
#wpsl-result-list .homeServiceNote p::before {
  content: "✓";
}

/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #2d4156;
  --cc-btn-primary-bg: #70215E;
  --cc-btn-primary-text: white;
  --cc-btn-primary-hover-bg: #70215E;
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #919ea6;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
}

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  font-family: inherit;
  padding: 1.05em 2.1em 1.5em 2.1em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 25em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}

#c-ttl {
  margin: 0 0 0.7em 0;
  font-size: 1.05em;
}

#c-txt {
  margin-bottom: 1.4em;
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 4px;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

#s-cnt #s-rall-bn {
  float: none;
  margin-left: 1em;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}

#s-bl .c-bl:first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  margin-top: 2em;
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}

#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 1em;
  color: #2d4156;
  color: var(--cc-block-text);
}

.cc_div .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 5.125em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.5em 2.5em;
  display: block;
  width: 100%;
}

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.5em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em;
}

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
}

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.5em;
  height: 5.125em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
}

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.515em;
  margin: 0;
  font-weight: initial;
  position: relative;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em;
}

#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
}

/** works only on webkit-based browsers **/
#s-bl::-webkit-scrollbar {
  width: 0.9em;
  height: 100%;
  background: transparent;
  border-radius: 0 0.25em 0.25em 0;
}

#s-bl::-webkit-scrollbar-thumb {
  border: 0.25em solid var(--cc-bg);
  background: #cfd5db;
  background: var(--cc-webkit-scrollbar-bg);
  border-radius: 100em;
}

#s-bl::-webkit-scrollbar-thumb:hover {
  background: #9199a0;
  background: var(--cc-webkit-scrollbar-bg-hover);
}

#s-bl::-webkit-scrollbar-button {
  width: 10px;
  height: 5px;
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  overflow: hidden;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .c-tgl {
  width: 3.6em;
  height: 1.6em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: absolute;
  left: 0.24em;
  top: 0.25em;
  width: 1.1em;
  height: 1.1em;
  border: none;
  box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform 0.25s ease;
  border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.95em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: 0.8em;
  padding-left: 1.2em;
}

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent,
html.force--consent.show--settings {
  overflow-y: hidden !important;
}

html.force--consent,
html.force--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  position: absolute;
  content: "";
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}

.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  border: solid #ffffff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: 0.13em;
  display: inline-block;
  padding-bottom: 0.55em;
  content: "";
  margin: 0 auto;
  transform: rotate(45deg);
  margin-top: 0.31em;
  margin-left: 0.1em;
}

#s-c-bn::before,
#s-c-bn::after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}

#s-c-bn::after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity 0.25s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  right: 0.84em;
  top: 0.4em;
  content: " ";
  height: 0.85em;
  width: 0.09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}

.cc_div .off-i::before {
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  transform: rotate(-45deg);
}

.cc_div .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1.25em;
  right: 1.25em;
  overflow: hidden;
  padding: 1.3em 2.4em;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.625em 0 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 540px;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.8em;
  padding-right: 1.8em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 1.6em !important;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: 100vw;
    max-width: 100vw;
  }
  #cm.top {
    top: 0;
    bottom: unset;
  }
  #cm.bottom {
    bottom: 0;
    top: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    font-size: 1.1em;
    right: 0.9em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: unset;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    float: unset;
  }
  #cm.cloud {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.cc_div.ie .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
.elementor-col-100 {
  width: 100%;
}

p#breadcrumbs {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
p#breadcrumbs a {
  text-decoration: none;
  color: #70215E;
}

.categoryHeader {
  padding: calc(24px + 2vw);
  text-align: center;
  padding: calc(24px + 2vw) 0 0 0;
}
.categoryHeader header, .categoryHeader #breadcrumbs {
  text-align: center;
}
.categoryHeader #breadcrumbs .breadcrumb_last {
  display: none;
}
.categoryHeader h1 {
  margin: calc((calc(24px + 2vw)) / 2) 0;
  color: #70215E;
  font-family: "Montserrat", "Georgia", "Times", serif;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  font-weight: 500;
}
.categoryHeader h1:after {
  content: "";
  display: block;
  width: 25%;
  margin: calc((calc(24px + 2vw)) / 2) auto;
  min-width: 120px;
  height: 2px;
  background-color: #cccccc;
}

.single_add_to_cart_button,
.add_to_cart_button {
  text-transform: none;
  padding: 0.5em 1em;
  width: fit-content;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #70215E;
  color: #FFFFFF;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
  transition: background-color 250ms ease-out;
}
.single_add_to_cart_button::before,
.add_to_cart_button::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-small-white.svg");
}
.single_add_to_cart_button:hover,
.add_to_cart_button:hover {
  background-color: rgb(139.5751724138, 41.1248275862, 117.1434482759);
}

.iconLink {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-bottom: 0.5em;
  text-decoration: none;
  color: #70215E;
  font-weight: 500;
  border-bottom: solid 2px #70215E;
}
.iconLink::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.iconLink.swatches::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-small.svg");
}
.iconLink.spec::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/spec-icon.svg");
}

/* The container must be positioned relative: */
.penthouseDropdown {
  position: relative;
  font-family: Arial;
}
.penthouseDropdown select {
  /* styling */
  background-color: white;
  border: thin solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  appearance: none;
  font-family: "Montserrat", "Georgia", "Times", serif;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.penthouseDropdown select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.penthouseDropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.generalCatPoints,
.catKeyPoints {
  color: #000000;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.generalCatPoints ul,
.catKeyPoints ul {
  list-style-type: disc;
}
.generalCatPoints ul li,
.catKeyPoints ul li {
  margin-left: 1.25em;
  font-weight: 500;
}

.catProperties img {
  width: calc(25% - 15px);
  max-width: 65px;
  min-width: 50px;
  margin-top: 12px;
  margin-right: 12px;
}

ul.propertyList li {
  list-style-type: disc;
  margin: 0;
  margin-left: 1.25em;
  display: none;
}
ul.propertyList li p {
  margin: 0;
  font-weight: 500;
}
ul.propertyList li.suitability, ul.propertyList li.nominalthickness, ul.propertyList li.tograting {
  display: list-item;
}
ul.propertyList li.nominalthickness p::after {
  content: " thickness";
}
ul.propertyList li.tograting p::after {
  content: " tog rating";
}
ul.propertyList li h6 {
  display: none;
}

.product.post-815 ul.propertyList li.backing,
.product-815 ul.propertyList li.backing {
  display: list-item;
  order: 0;
}

p.loopNote {
  margin: 0;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
p.loopNote a {
  white-space: nowrap;
}
p.loopNote.maxSample {
  margin-left: calc((calc(24px + 2vw)) / 2);
  border: solid 1px red;
  padding: 12px;
}

.alreadyInSamples {
  display: inline-block;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.1);
}

.ranges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

ul.products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: calc(100% + (calc(24px + 2vw)) / 2);
  min-width: calc(100% + (calc(24px + 2vw)) / 2);
}
ul.products > li {
  list-style-type: none;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  padding-right: calc((calc(24px + 2vw)) / 2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
ul.products li > a:first-child {
  text-decoration: none;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: #000000;
}
ul.products li > a:first-child .loopImage {
  display: block;
  width: 100%;
}
ul.products li > a:first-child .loopImage span {
  display: block;
  padding-top: 100%;
}
ul.products li > a:first-child .loopImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
ul.products li > a:first-child .loopImage .currentlyViewing {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  display: block;
  text-align: center;
  padding: calc((calc(24px + 2vw)) / 4);
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
ul.products li > a:first-child .details {
  width: 100%;
  padding: clamp(18px, (calc(24px + 2vw)) / 2, 32px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
ul.products li > a:first-child .catProperties {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  width: 100%;
  max-width: 320px;
}
ul.products li > a:first-child h2 {
  order: 0;
  color: #70215E;
  font-size: 24px;
}
@supports (font-size: clamp(1em, 1vw, 2em)) {
  ul.products li > a:first-child h2 {
    font-size: clamp(22px, 3.5vw, 28px);
  }
}
ul.products li > a:first-child h2::before {
  content: "";
  display: block;
  width: 3em;
  border-top: 2px solid #70215E;
  margin: 12px 0 24px 0;
}
ul.products li > a:first-child .blockLink {
  margin-top: auto;
  margin-bottom: calc((calc(24px + 2vw)) / 4);
}
ul.products li > a:first-child .rangeLink {
  background-color: #70215E;
  color: #FFFFFF;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  text-transform: none;
}
ul.products li > a:first-child .rangeLink::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-thicker.svg");
  background-size: contain;
}
ul.products a.added_to_cart {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 12px;
  text-align: center;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
  -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
  animation: fadein 2s;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #70215E;
  font-weight: 500;
  margin-left: clamp(18px, (calc(24px + 2vw)) / 4, 32px);
  margin-right: 0;
  margin-bottom: 0;
  text-decoration: none;
}
ul.products a.added_to_cart::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

ul.products li.product_cat-ecofelt-underlay a:first-child {
  flex-grow: 0;
}
ul.products li.product_cat-ecofelt-underlay .propertyList {
  margin: 0;
  margin-left: calc((calc(24px + 2vw)) / 2);
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
ul.products li.product_cat-ecofelt-underlay .propertyList .property h6, ul.products li.product_cat-ecofelt-underlay .propertyList .property p.value {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  color: #000000;
}
ul.products li.product_cat-ecofelt-underlay .catKeyPoints {
  display: none;
}

ul.products li.product .add_to_cart_button.added,
.woocommerce .shopWrapper ul.products li.product .add_to_cart_button.added,
.woocommerce .shopWrapper #respond input#submit.added,
.woocommerce .shopWrapper a.button.added,
.woocommerce .shopWrapper button.button.added,
.woocommerce .shopWrapper input.button.added {
  display: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
ul.products li.product .add_to_cart_button.loading,
.woocommerce .shopWrapper ul.products li.product .add_to_cart_button.loading,
.woocommerce .shopWrapper #respond input#submit.loading,
.woocommerce .shopWrapper a.button.loading,
.woocommerce .shopWrapper button.button.loading,
.woocommerce .shopWrapper input.button.loading {
  background-image: none !important;
  position: relative;
  opacity: 0.5;
}
ul.products li.product .add_to_cart_button.loading::before,
.woocommerce .shopWrapper ul.products li.product .add_to_cart_button.loading::before,
.woocommerce .shopWrapper #respond input#submit.loading::before,
.woocommerce .shopWrapper a.button.loading::before,
.woocommerce .shopWrapper button.button.loading::before,
.woocommerce .shopWrapper input.button.loading::before {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/loading-icon-white.svg");
  animation: rotating 2s linear infinite;
}

/* Top Level Specifics */
ul.products li.product.product-category {
  border: 0;
}
ul.products li.product.product-category .details {
  flex-grow: 1;
}
ul.products li.product.product-category.top-level {
  width: 33.3333333333%;
}
ul.products li.product.product-category.top-level > a {
  background-color: #F0F0F0;
}

/* Range Level Specifics */
ul.products li.product.product-category {
  border: 0;
  margin-bottom: calc(24px + 2vw);
}
ul.products li.product.product-category.range-level {
  width: 33.3333333333%;
}
ul.products li.product.product-category.range-level > a {
  border-left: 1px solid #cccccc;
}
ul.products li.product.product-category.range-level .details {
  padding-bottom: 0;
}
ul.products li.product.product-category.range-level .details .catKeyPoints {
  margin-left: 0;
  display: block;
}
ul.products li.product.product-category.range-level .details .catKeyPoints li {
  display: none;
}
ul.products li.product.product-category.range-level .details .catKeyPoints li.pile_content,
ul.products li.product.product-category.range-level .details .catKeyPoints li.colours,
ul.products li.product.product-category.range-level .details .catKeyPoints li.weightList {
  display: list-item;
}

/* Product Level Specifics */
ul.products li.product {
  width: 25%;
  border-left: solid 1px #cccccc;
}
ul.products a.woocommerce-LoopProduct-link:first-child .details {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: calc((calc(24px + 2vw)) / 4);
}
ul.products a.woocommerce-LoopProduct-link:first-child .details h2 {
  order: 1;
  color: #000000;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
ul.products a.woocommerce-LoopProduct-link:first-child .details h2::before {
  display: none;
}
ul.products a.woocommerce-LoopProduct-link:first-child .details h2.rangeTitle {
  order: 0;
  color: #70215E;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
ul.products a.add_to_cart_button {
  margin-left: clamp(18px, (calc(24px + 2vw)) / 4, 32px);
  margin-top: auto;
  margin-bottom: 0;
}
ul.products a.viewMoreProduct {
  text-decoration: none;
  margin-left: clamp(18px, (calc(24px + 2vw)) / 4, 32px);
  margin-top: calc((calc(24px + 2vw)) / 4);
  color: #000000;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
ul.products p.unavailable {
  margin-left: clamp(18px, (calc(24px + 2vw)) / 4, 32px);
}
ul.products .catKeyPoints {
  display: none;
}
ul.products .catKeyPoints.searchCatPoints {
  display: block;
  margin-left: calc((calc(24px + 2vw)) / 2);
}
ul.products .catKeyPoints.searchCatPoints li {
  display: none;
}
ul.products .catKeyPoints.searchCatPoints li.pile_content,
ul.products .catKeyPoints.searchCatPoints li.weightList {
  display: list-item;
}

/* All Carpets Level Specifics */
.allCarpets {
  margin-top: calc(24px + 2vw);
}
.allCarpets .productSideBar {
  order: 1;
  width: 260px;
  min-width: 260px;
  padding-left: calc((calc(24px + 2vw)) / 2);
}
.allCarpets ul.products {
  width: calc(100% - 260px);
  min-width: calc(100% - 260px);
}
.allCarpets ul.products a.woocommerce-LoopProduct-link:first-child .details {
  padding-bottom: 0;
}
.allCarpets ul.products .catKeyPoints {
  display: block;
  margin-left: calc((calc(24px + 2vw)) / 2);
}
.allCarpets ul.products .catKeyPoints li {
  display: none;
}
.allCarpets ul.products .catKeyPoints li.pile_content,
.allCarpets ul.products .catKeyPoints li.weightList {
  display: list-item;
}

.rangeNote {
  font-size: 36px;
  font-size: clamp(26px, 4.5vw, 36px);
}

.loopFoot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: calc((calc(24px + 2vw)) / 2);
  margin-top: calc(24px + 2vw);
  border-top: solid 1px #F0F0F0;
}
.loopFoot .woocommerce-result-count {
  margin: 0;
  width: 250px;
  display: inline-block;
}
.loopFoot .woocommerce-pagination {
  width: calc(100% - 250px);
  display: inline-block;
}

@media only screen and (max-width: 1400px) {
  .allCarpets ul.products li.product {
    width: 33.3333333333%;
  }
} /*$maxWidth ends*/
@media only screen and (max-width: 900px) {
  .allCarpets .productSideBar {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    order: 0;
    margin-bottom: calc((calc(24px + 2vw)) / 2);
  }
  .allCarpets .productSideBar button.filterToggle {
    display: block;
  }
  .allCarpets .productSideBar ul.filter-items.filter-checkbox.level-0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .allCarpets .productSideBar ul.filter-items.filter-checkbox.level-0 > li {
    width: calc(20% - 80px);
    width: fit-content;
    padding-right: 40px;
    margin-right: 30px;
    display: inline-block;
    font-weight: 500;
  }
  .allCarpets .productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
    width: calc(16.6666666667% - 10px);
  }
  .allCarpets .productSideBar .kc_filters,
  .allCarpets .productSideBar .yith-wcan-filters {
    max-height: 1px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    margin-bottom: 12px;
    transition: all 0.35s ease;
  }
  .allCarpets .productSideBar .kc_filters .filters-container,
  .allCarpets .productSideBar .yith-wcan-filters .filters-container {
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .allCarpets .productSideBar.expanded .kc_filters,
  .allCarpets .productSideBar.expanded .yith-wcan-filters {
    max-height: fit-content;
    opacity: 1;
    pointer-events: all;
    overflow: visible;
    margin-bottom: 30px;
  }
  .allCarpets ul.products {
    order: 1;
    padding-left: 0;
    margin: 0;
    width: calc(100% + (calc(24px + 2vw)) / 2);
    min-width: calc(100% + (calc(24px + 2vw)) / 2);
  }
  .allCarpets ul.products li.product {
    width: 33.3333333333%;
  }
  .allCarpets ul.products li.product.product-category.top-level {
    width: 50%;
  }
  .allCarpets ul.products li.product.product-category.range-level {
    width: 50%;
  }
  ul.products li.product {
    width: 33.3333333333%;
  }
  ul.products li.product.product-category.top-level {
    width: 50%;
  }
  ul.products li.product.product-category.range-level {
    width: 50%;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .allCarpets ul.products > li,
  .allCarpets ul.products li.product,
  ul.products > li,
  ul.products li.product {
    width: 33.3333333333%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .allCarpets ul.products,
  ul.products {
    justify-content: flex-start;
  }
  .allCarpets ul.products > li,
  .allCarpets ul.products li.product,
  ul.products > li,
  ul.products li.product {
    width: 50%;
  }
  .ranges ul.products {
    justify-content: flex-start;
  }
  .allCarpets .productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.filter-has-3-column {
    width: calc(25% - 10px);
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 540px) {
  .ranges ul.products {
    justify-content: center;
  }
  .ranges ul.products li.product.product-category.top-level, .ranges ul.products li.product.product-category.range-level {
    width: 90%;
  }
} /*500px ends*/
@media only screen and (max-width: 400px) {
  .allCarpets ul.products,
  ul.products {
    justify-content: center;
    min-width: 100%;
  }
  .allCarpets ul.products li.product,
  ul.products li.product {
    width: calc(50% - (calc(24px + 2vw)) / 4);
    margin: calc((calc(24px + 2vw)) / 4 / 2);
    padding-right: 0;
    border: solid 1px #F0F0F0;
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .allCarpets ul.products li.product a:first-child,
  ul.products li.product a:first-child {
    display: grid;
    grid-template-areas: "loopImage " "details " "catKeyPoints";
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .allCarpets ul.products li.product a:first-child .loopImage,
  ul.products li.product a:first-child .loopImage {
    grid-area: loopImage;
    width: 100%;
    min-width: 100%;
    margin-bottom: calc((calc(24px + 2vw)) / 2);
  }
  .allCarpets ul.products li.product a:first-child .details,
  ul.products li.product a:first-child .details {
    grid-area: details;
    margin: 0;
    padding: 0;
  }
  .allCarpets ul.products li.product a:first-child .catKeyPoints,
  ul.products li.product a:first-child .catKeyPoints {
    grid-area: catKeyPoints;
    margin: 0;
    margin-bottom: calc((calc(24px + 2vw)) / 4);
    padding: 0;
    display: none;
  }
  .allCarpets ul.products li.product a:first-child .catKeyPoints ul,
  ul.products li.product a:first-child .catKeyPoints ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .allCarpets ul.products li.product a:first-child .catKeyPoints ul li.colours,
  ul.products li.product a:first-child .catKeyPoints ul li.colours {
    display: none;
  }
  .allCarpets ul.products li.product .loopNote,
  ul.products li.product .loopNote {
    margin-left: 0;
  }
  .allCarpets ul.products li.product a.added_to_cart,
  .allCarpets ul.products li.product a.add_to_cart_button,
  .allCarpets ul.products li.product a.viewMoreProduct,
  ul.products li.product a.added_to_cart,
  ul.products li.product a.add_to_cart_button,
  ul.products li.product a.viewMoreProduct {
    margin-left: 0;
  }
  .allCarpets ul.products li.product a.added_to_cart::before,
  .allCarpets ul.products li.product a.add_to_cart_button::before,
  .allCarpets ul.products li.product a.viewMoreProduct::before,
  ul.products li.product a.added_to_cart::before,
  ul.products li.product a.add_to_cart_button::before,
  ul.products li.product a.viewMoreProduct::before {
    display: none;
  }
  .ranges ul.products li.product.product-category.top-level, .ranges ul.products li.product.product-category.range-level {
    width: 100%;
  }
  .ranges ul.products li.product.product-category.top-level a, .ranges ul.products li.product.product-category.range-level a {
    display: block;
  }
  .ranges ul.products li.product.product-category.top-level a .details, .ranges ul.products li.product.product-category.range-level a .details {
    padding: 24px;
    padding-top: 0px;
  }
  .ranges ul.products li.product.product-category.top-level a .loopImage, .ranges ul.products li.product.product-category.range-level a .loopImage {
    width: 100%;
    max-height: 60vh;
  }
} /*$smallPhone ends*/
.categoryIntro {
  width: calc(100% + 12px);
  display: grid;
  grid-template-areas: "categoryDesc catProperties" "categoryDesc catKeyPoints";
  grid-template-columns: 1fr 33.3333333333%;
  grid-template-rows: auto 1fr;
  margin: calc(24px + 2vw) auto calc(24px + 2vw);
}
.categoryIntro.mainShopIntro {
  margin-top: 0;
  margin-bottom: 12px;
}
.categoryIntro .categoryDesc {
  grid-area: categoryDesc;
  border-right: 1px solid #cccccc;
  padding-right: calc(24px + 2vw);
  text-align: left;
}
.categoryIntro .catProperties {
  grid-area: catProperties;
  padding: calc((calc(24px + 2vw)) / 4) 0 calc((calc(24px + 2vw)) / 2) 0;
  padding-left: calc(24px + 2vw);
  text-align: left;
  max-width: 380px;
}
.categoryIntro .catKeyPoints {
  grid-area: catKeyPoints;
  text-align: left;
  padding-left: calc(24px + 2vw);
}

@media only screen and (max-width: 700px) {
  .categoryIntro {
    grid-template-areas: "categoryDesc catProperties" "catKeyPoints catProperties";
    grid-template-columns: 1fr 33%;
    grid-template-rows: auto;
  }
  .categoryIntro .catKeyPoints {
    padding: 0;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .categoryIntro {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-areas: "categoryDesc" "catProperties" "catKeyPoints";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .categoryIntro .categoryDesc,
  .categoryIntro .catProperties,
  .categoryIntro .catKeyPoints {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }
  .categoryIntro .categoryDesc {
    text-align: centre;
  }
} /*$bigPhone ends*/
.catSpecification {
  display: block;
  border: solid 1px #cccccc;
  padding: calc(24px + 2vw);
  margin-top: calc(24px + 2vw);
}
.catSpecification .specs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: calc(24px + 2vw);
}
.catSpecification .specLeft {
  width: 66%;
  padding-right: calc(24px + 2vw);
  border-right: solid 1px #cccccc;
}
.catSpecification .propertyList .property {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #70215E;
  padding: 12px 12px 12px 0;
}
.catSpecification .propertyList .property h6 {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.catSpecification .propertyList .property .title, .catSpecification .propertyList .property .weight {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  margin: 0;
}
.catSpecification .propertyList .property .tog {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
}
.catSpecification .propertyList .property p, .catSpecification .propertyList .property .value {
  margin: 0;
  font-weight: 500;
  flex-grow: 1;
}
.catSpecification .propertyList .property .suitability {
  flex-grow: 1;
}
.catSpecification .weightList .property {
  border-color: #cccccc;
}
.catSpecification .weightList .property:first-child, .catSpecification .weightList .property:last-child {
  border-color: #70215E;
}
.catSpecification .weightList .property .weight {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
}
.catSpecification .weightList .propHeader h6.title {
  font-weight: 400;
}
.catSpecification .weightList .propHeader h6.title span {
  white-space: nowrap;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.catSpecification .specNote {
  margin-top: 12px;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.catSpecification .specRight {
  padding-left: calc(24px + 2vw);
  width: 33%;
}
.catSpecification .specRight .catProperties {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  display: block;
}
.catSpecification .specRight .catProperties img {
  width: clamp(50px, 20%, 60px);
}

.product_cat-ecofelt-underlay .catSpecification .propertyList .property .title, .product_cat-ecofelt-underlay .catSpecification .propertyList .property .weight {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

@media only screen and (max-width: 900px) {
  .catSpecification .specs {
    flex-wrap: wrap;
  }
  .catSpecification .specLeft {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .catSpecification .specLeft .propertyList .property .title, .catSpecification .specLeft .propertyList .property .weight {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0;
    font-size: 14px;
    font-size: clamp(14px, 1.5vw, 15px);
    margin: 0;
  }
  .catSpecification .specRight {
    padding-left: 0;
    width: 100%;
    margin-top: calc(24px + 2vw);
  }
  .product_cat-ecofelt-underlay .catSpecification .propertyList .property .title, .product_cat-ecofelt-underlay .catSpecification .propertyList .property .weight {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
} /*$bigTablet ends*/
.rangeHeader {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-areas: "rangeImage spacer rangeBreadCrumb" "rangeImage spacer rangeDesc";
  grid-template-columns: clamp(200px, 50%, 450px) calc(24px + 2vw) 1fr;
  grid-template-rows: auto 1fr;
  justify-items: stretch;
  background-color: #F0F0F0;
  padding: calc(24px + 2vw);
  margin-top: calc(24px + 2vw);
  margin-bottom: calc(24px + 2vw);
}
.rangeHeader p#breadcrumbs {
  grid-area: rangeBreadCrumb;
}
.rangeHeader header {
  grid-area: rangeDesc;
  text-align: left;
  display: block;
  align-self: center;
}
.rangeHeader header > h1:first-child::before {
  content: "";
  display: block;
  width: 3em;
  border-top: 2px solid #70215E;
  margin: 12px 0 24px 0;
  max-width: 100px;
}
.rangeHeader .categoryIntro {
  grid-template-areas: "categoryDesc" "catKeyPoints" "catProperties" "catLinks";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  margin: 0;
}
.rangeHeader .categoryDesc {
  border-right: 0;
  padding-right: 0;
}
.rangeHeader .catProperties {
  padding-left: 0;
  max-width: 320px;
}
.rangeHeader .catKeyPoints {
  display: none;
  padding-left: 0;
}
.rangeHeader .catKeyPoints ul {
  columns: 2;
  width: fit-content;
}
.rangeHeader .catKeyPoints ul li {
  width: fit-content;
  max-width: 270px;
}
.rangeHeader .catLinks {
  margin-left: calc(0px - (calc(24px + 2vw)) / 2);
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.rangeHeader .catLinks .iconLink {
  display: inline-flex;
  margin-left: calc((calc(24px + 2vw)) / 2);
  margin-top: calc((calc(24px + 2vw)) / 2);
}

.rangeImage {
  grid-area: rangeImage;
  margin-left: calc(0px - (24px + 2vw));
  margin-bottom: calc(0px - (24px + 2vw));
  margin-top: calc(0px - (24px + 2vw));
  display: block;
}
.rangeImage .roomsetBanner, .rangeImage .image {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  max-height: 100%;
}
.rangeImage .roomsetBanner > img, .rangeImage .image > img {
  display: block;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.rangeImage .roomsetBanner:first-child, .rangeImage .image:first-child {
  display: flex;
}
.rangeImage .roomsetBanner span, .rangeImage .image span {
  display: block;
  padding-top: 130%;
}

.rangeIcon {
  display: block;
  position: absolute;
  right: calc((calc(24px + 2vw)) / 2);
  bottom: calc((calc(24px + 2vw)) / 2);
  pointer-events: none;
  width: 23%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.rangeIcon span {
  display: block;
  padding-top: 100%;
}
.rangeIcon p {
  position: absolute;
  opacity: 0;
}
.rangeIcon.natural_undyed_yarn {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/natural_undyed_yarn.svg");
}
.rangeIcon.two_ply_yarn {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/2_ply_yarn.svg");
}
.rangeIcon.three_ply_yarn {
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/3_ply_yarn.svg");
}

@media only screen and (max-width: 900px) {
  header > h1:first-child {
    font-size: 40px;
    font-size: clamp(30px, 5.5vw, 40px);
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .rangeHeader {
    grid-template-columns: 1fr calc(24px + 2vw) 1fr;
  }
} /*$tablet ends*/
@media only screen and (max-width: 700px) {
  .rangeHeader {
    grid-template-areas: "rangeImage" "rangeBreadCrumb" "rangeDesc";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .rangeHeader p#breadcrumbs {
    grid-area: rangeBreadCrumb;
    margin-top: calc((calc(24px + 2vw)) / 2);
  }
  .rangeHeader header {
    grid-area: rangeDesc;
  }
  .rangeHeader .rangeImage {
    grid-area: rangeImage;
    position: relative;
    margin-top: calc(0px - (24px + 2vw));
    margin-left: calc(0px - (24px + 2vw));
    width: calc(100% + calc(24px + 2vw) * 2);
    max-height: 45vh;
    margin-bottom: calc((calc(24px + 2vw)) / 2);
  }
} /*$smallTablet ends*/
.productWrapper {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-areas: "productImage spacer productBreadCrumb" "productImage spacer productDesc";
  grid-template-columns: clamp(200px, 50%, 628px) calc(24px + 2vw) 1fr;
  grid-template-rows: auto 1fr;
  justify-items: stretch;
  padding: calc(24px + 2vw);
  margin-top: calc(24px + 2vw);
  margin-bottom: calc(24px + 2vw);
}
.productWrapper p#breadcrumbs {
  grid-area: productBreadCrumb;
}
.productWrapper .summary {
  grid-area: productDesc;
  text-align: left;
  display: block;
}
.productWrapper .summary > h1:first-child::before {
  content: "";
  display: block;
  width: 3em;
  border-top: 2px solid #70215E;
  margin: 12px 0 24px 0;
  max-width: 100px;
}
.productWrapper .summary .loopNote,
.productWrapper .summary .loopNote.maxSample {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  margin-left: 0;
}
.productWrapper form.cart {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}
.productWrapper .catProperties {
  padding-left: 0;
  max-width: 430px;
}
.productWrapper .catProperties img {
  width: 60px;
}
.productWrapper .catKeyPoints {
  padding-left: 0;
}
.productWrapper .catKeyPoints ul {
  columns: 2;
  width: fit-content;
}
.productWrapper .catKeyPoints ul li {
  width: fit-content;
}
.productWrapper .catLinks {
  display: block;
  margin-left: calc(0px - (calc(24px + 2vw)) / 2);
}
.productWrapper .catLinks .iconLink {
  display: inline-flex;
  margin-left: calc((calc(24px + 2vw)) / 2);
  margin-top: calc((calc(24px + 2vw)) / 2);
}

.productImage {
  grid-area: productImage;
  margin-left: calc(0px - (24px + 2vw));
  margin-bottom: calc(0px - (24px + 2vw));
  margin-top: calc(0px - (24px + 2vw));
  display: block;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  min-height: 100%;
}
.productImage > img {
  display: block;
  min-height: 100%;
  object-fit: cover;
}

.productWrapper .summary {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.productWrapper .summary p#breadcrumbs {
  order: 0;
}
.productWrapper .summary h1.product_title {
  order: 2;
}
.productWrapper .summary h2.rangeTitle {
  order: 1;
  color: #000000;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.productWrapper .summary h2.rangeTitle::before {
  content: "";
  display: block;
  width: 3em;
  border-top: 2px solid #70215E;
  margin: 12px 0 24px 0;
}
.productWrapper .summary * {
  order: 3;
}

.product_cat-ecofelt-underlay .productWrapper .summary .catKeyPoints {
  display: none;
}

@media only screen and (max-width: 900px) {
  .summary > h1:first-child {
    font-size: 40px;
    font-size: clamp(30px, 5.5vw, 40px);
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 768px) {
  .productWrapper {
    grid-template-areas: "productImage" "productBreadCrumb" "productDesc";
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding-left: 0;
    padding-right: 0;
  }
  .productWrapper p#breadcrumbs {
    grid-area: productBreadCrumb;
    margin-top: calc(24px + 2vw);
  }
  .productWrapper .summary {
    grid-area: productDesc;
  }
  .productWrapper .productImage {
    grid-area: productImage;
    position: relative;
    margin-top: calc(0px - (24px + 2vw));
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    min-height: 50vh;
  }
} /*$tablet ends*/
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  margin: 0 auto 2em auto;
  border: 1px solid #70215E;
  border-top: 3px solid #70215E;
  width: auto;
  max-width: 950px;
  text-align: center;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  color: #70215E;
  position: relative;
  top: auto;
  left: auto;
}
.woocommerce .woocommerce-message ul,
.woocommerce .woocommerce-error ul,
.woocommerce .woocommerce-info ul {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .accountWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(24px + 2vw);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-navigation {
  width: 25%;
  max-width: 200px;
  min-width: 150px;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-navigation li {
  width: 100%;
  display: block;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-navigation li + li {
  border-top: solid 1px #F0F0F0;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-navigation a {
  display: block;
  width: 100%;
  padding: calc((calc(24px + 2vw)) / 4);
  text-decoration: none;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content {
  flex-grow: 1;
  padding-left: calc(24px + 2vw);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  max-width: calc(1100px * 0.75);
  margin-left: auto;
  margin-right: auto;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin: calc((calc(24px + 2vw)) / 2) 0;
  border: 0;
  background-color: #F0F0F0;
  padding: calc((calc(24px + 2vw)) / 2);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  position: relative;
  left: auto;
  top: 1.5em;
  right: auto;
  bottom: auto;
  color: #70215E;
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-orders-table {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  background-color: #F0F0F0;
  border: 0;
  border-radius: 0;
  padding: calc((calc(24px + 2vw)) / 2);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.woocommerce .accountWrapper .woocommerce-MyAccount-content > p {
  border-bottom: solid 1px #F0F0F0;
  padding-bottom: calc((calc(24px + 2vw)) / 4);
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content > p mark {
  background-color: transparent;
  font-weight: 500;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content > h2 {
  font-size: 28px;
  font-size: clamp(21px, 4vw, 32px);
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content ol.woocommerce-OrderUpdates {
  padding: calc((calc(24px + 2vw)) / 2);
  background-color: #F0F0F0;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content ol.woocommerce-OrderUpdates li {
  margin-left: calc((calc(24px + 2vw)) / 2);
  font-weight: 500;
  color: #70215E;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content ol.woocommerce-OrderUpdates li p.woocommerce-OrderUpdate-meta {
  font-weight: 500;
  color: #70215E;
}
.woocommerce .accountWrapper .woocommerce-MyAccount-content ol.woocommerce-OrderUpdates .woocommerce-OrderUpdate-description {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .woocommerce .accountWrapper {
    flex-wrap: wrap;
  }
  .woocommerce .accountWrapper .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce .accountWrapper .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce .accountWrapper .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    max-width: 100%;
  }
  .woocommerce .woocommerce-orders-table tbody tr {
    margin-top: calc((calc(24px + 2vw)) / 2);
    margin-bottom: calc((calc(24px + 2vw)) / 2);
  }
} /*$tablet ends*/
.emptySamples {
  text-align: center;
  margin-bottom: calc(24px + 2vw);
}

html .woocommerce table.shop_table {
  border: 0;
}
html .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name {
  width: 40%;
}
html .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  html .woocommerce table.shop_table_responsive tr td::before,
  html .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: normal;
  }
} /*$tablet ends*/
.woocommerce .cartWrapper {
  background-color: #F0F0F0;
}
.woocommerce .cartWrapper table.shop_table .product-thumbnail {
  max-width: 120px;
  width: 120px;
}
.woocommerce .cartWrapper table.shop_table .product-thumbnail img, .woocommerce .cartWrapper table.shop_table .product-thumbnail a {
  max-width: 100px;
  width: 100px;
  margin: 0;
  display: block;
}
.woocommerce .cartWrapper table.shop_table td.product-name .product-sku,
.woocommerce .cartWrapper table.shop_table th.product-name .product-sku {
  margin: 0;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.woocommerce .cartWrapper table.shop_table td.product-name p, .woocommerce .cartWrapper table.shop_table td.product-name a,
.woocommerce .cartWrapper table.shop_table th.product-name p,
.woocommerce .cartWrapper table.shop_table th.product-name a {
  margin: 0;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
.woocommerce .cartWrapper table.shop_table td.product-name p.category,
.woocommerce .cartWrapper table.shop_table th.product-name p.category {
  display: inline-block;
}
.woocommerce .cartWrapper table.shop_table td.product-name p.category a,
.woocommerce .cartWrapper table.shop_table th.product-name p.category a {
  color: #70215E;
  font-weight: 700;
}
.woocommerce .cartWrapper table.shop_table .product-quantity {
  display: none;
  text-align: right;
  padding-right: 0;
}
.woocommerce .cartWrapper table.shop_table .product-quantity .quantity input {
  width: 100%;
  max-width: 80px;
}
.woocommerce .cartWrapper table.shop_table .product-price {
  text-align: right;
  width: 140px;
  white-space: nowrap;
}
.woocommerce .cartWrapper table.shop_table .product-subtotal {
  display: none;
  text-align: right;
  width: 140px;
  white-space: nowrap;
}
.woocommerce .cartWrapper table.shop_table .amount {
  color: #70215E;
}
.woocommerce .cartWrapper table.shop_table td.product-remove {
  width: 1.2em;
}
.woocommerce .cartWrapper table.shop_table td.product-remove a.remove {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  color: transparent !important;
  font-family: "Montserrat", "Georgia", "Times", serif;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  line-height: 1em;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/cancel_icon_purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce .cartWrapper table.shop_table td.product-remove a.remove:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .cartWrapper td.actions {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: solid 1px #cccccc;
  display: none;
}
.woocommerce .cartWrapper table.shop_table .coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.woocommerce .cartWrapper table.shop_table .coupon input.input-text {
  border: solid 1px #cccccc;
  padding: 0.5em;
  width: 160px;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.woocommerce .cartWrapper p.shortDescription {
  color: #70215E;
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.woocommerce .cartWrapper form button[name=update_cart],
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled] {
  background-color: transparent;
  color: #70215E;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.woocommerce .cartWrapper form button[name=update_cart]::before,
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled]::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/update-cart.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  transition: transform 0.5s ease-in-out;
}
.woocommerce .cartWrapper form button[name=update_cart]:hover,
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled]:hover {
  border: 0;
  color: #70215E;
  background-color: transparent;
}
.woocommerce .cartWrapper form button[name=update_cart]:hover::before,
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled]:hover::before {
  transform: rotate(180deg);
}
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled]:hover {
  color: #70215E;
}
.woocommerce .cartWrapper form button[name=update_cart]:disabled[disabled]:hover::before {
  transform: none;
}
.woocommerce .cartWrapper .cart-collaterals #calc_shipping_country_field,
.woocommerce .cartWrapper .cart-collaterals #calc_shipping_state_field,
.woocommerce .cartWrapper .cart-collaterals #calc_shipping_city_field {
  display: none !important;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals {
  margin-top: 1.2em;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals h2 {
  padding: 0 12px;
  border-bottom: solid 1px #70215E;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals .cart-subtotal,
.woocommerce .cartWrapper .cart-collaterals .cart_totals .order-total {
  text-align: right;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals .cart-subtotal td,
.woocommerce .cartWrapper .cart-collaterals .cart_totals .order-total td {
  width: 260px;
  white-space: nowrap;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals .order-total {
  vertical-align: initial;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals .order-total td {
  white-space: normal;
  vertical-align: text-top;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals .order-total td .includes_tax {
  width: 100%;
  white-space: nowrap;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping {
  text-align: right;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping th {
  vertical-align: initial;
  text-align: right;
  padding-top: calc((calc(24px + 2vw)) / 4);
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping #shipping_method {
  padding-top: calc((calc(24px + 2vw)) / 4);
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping #shipping_method li {
  padding-bottom: calc((calc(24px + 2vw)) / 4);
  text-align: left;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping p.woocommerce-shipping-destination {
  text-align: left;
  margin-bottom: 0;
}
.woocommerce .cartWrapper .cart-collaterals .cart_totals tr.shipping p.woocommerce-shipping-destination strong::before {
  content: "";
  display: block;
  width: 100%;
}
.woocommerce .cartWrapper .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce .cartWrapper .cart-collaterals .wc-proceed-to-checkout a.checkout-button.wc-forward {
  background-color: #70215E;
  padding: 0.75em 1.25em;
  text-transform: none;
  border-radius: 0;
  border: 1px solid transparent;
  color: #FFFFFF;
}
.woocommerce .cartWrapper .cart-collaterals .wc-proceed-to-checkout a.checkout-button.wc-forward::after {
  content: "➤";
  margin-left: 0.75em;
}
.woocommerce .cartWrapper .cart-collaterals .wc-proceed-to-checkout a.checkout-button.wc-forward:hover {
  border: 1px solid #70215E;
  color: #FFFFFF;
  background-color: #70215E;
}

@media only screen and (max-width: 768px) {
  .woocommerce .cartWrapper {
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .woocommerce .cartWrapper table.shop_table .product-quantity {
    display: none;
  }
  .woocommerce .cartWrapper table.shop_table .product-quantity .quantity input {
    width: unset;
  }
  .woocommerce .cartWrapper table.shop_table .product-subtotal {
    width: unset;
  }
  .woocommerce .cartWrapper table.shop_table td.product-remove {
    width: unset;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item + tr.cart_item {
    border-top: solid 1px #cccccc;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td {
    width: 100%;
    border: 0;
    box-sizing: border-box;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td *:last-child {
    margin-bottom: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name::before,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price::before {
    display: none;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name a, .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name p,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price a,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price p,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity a,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity p,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal a,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal p {
    width: 100%;
    text-align: left;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-remove {
    order: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name {
    order: 1;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    opacity: 0;
    order: 2;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price {
    order: 3;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    order: 4;
    display: none;
    flex-grow: 1;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-remove {
    width: 2em;
    padding: 0;
    padding-top: 0.5em;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name {
    width: calc(40% - 2em);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    width: 30%;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price {
    width: 30%;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price::after {
    content: " ea";
    display: inline-block;
    padding-left: 0.25em;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    justify-content: flex-end;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price::before,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity::before {
    margin-right: 0.5em;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    justify-content: flex-end;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price span,
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal span {
    margin-left: 0.5em;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity::before {
    content: "Qty";
    font-weight: normal;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity .quantity input {
    max-width: 80px;
    padding: 0.5em;
  }
  .woocommerce .cartWrapper table.shop_table td.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .woocommerce .cartWrapper table.shop_table td.actions .coupon {
    width: 50%;
  }
  .woocommerce .cartWrapper table.shop_table td.actions button[name=update_cart] {
    width: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .woocommerce .cartWrapper .cart-collaterals .cart_totals tr.cart-subtotal td,
  .woocommerce .cartWrapper .cart-collaterals .cart_totals tr.order-total td {
    width: 100%;
  }
  .woocommerce .cartWrapper table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td::before {
    width: 100%;
    display: block;
    margin-bottom: 8px;
    text-align: left !important;
  }
  .woocommerce .cartWrapper form.woocommerce-shipping-calculator {
    text-align: left;
  }
} /*768px ends*/
@media only screen and (max-width: 650px) {
  .woocommerce .cartWrapper {
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-remove {
    order: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name {
    order: 1;
    width: calc(60% - 2em);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price {
    order: 2;
    width: 40%;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    display: none;
    order: 3;
    width: 60%;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    order: 4;
    width: 40%;
  }
  .woocommerce .cartWrapper table.shop_table td.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .woocommerce .cartWrapper table.shop_table td.actions .coupon {
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  .woocommerce .cartWrapper table.shop_table td.actions .coupon .input-text, .woocommerce .cartWrapper table.shop_table td.actions .coupon .button {
    width: 100%;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 500px) {
  .woocommerce .cartWrapper {
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item {
    justify-content: flex-end;
    align-items: flex-start;
    vertical-align: initial;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-remove {
    order: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name {
    order: 1;
    width: calc(100% - 2em - 125px);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name .shortDescription {
    display: none;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price {
    order: 2;
    width: 125px;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    display: none;
    order: 3;
    width: 105px;
    flex-grow: 1;
    padding: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    order: 4;
    width: calc(100% - 125px);
  }
  .woocommerce .cartWrapper table.shop_table td.actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }
  .woocommerce .cartWrapper table.shop_table td.actions .coupon {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  .woocommerce .cartWrapper table.shop_table td.actions .coupon .input-text, .woocommerce .cartWrapper table.shop_table td.actions .coupon .button {
    width: 100%;
  }
} /*$smallPhone ends*/
@media only screen and (max-width: 350px) {
  .woocommerce .cartWrapper {
    padding: calc((calc(24px + 2vw)) / 2);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-remove {
    order: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name {
    order: 1;
    width: calc(100% - 2em);
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-name .shortDescription {
    display: none;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-quantity {
    display: none;
    order: 2;
    width: 105px;
    flex-grow: 1;
    padding: 0;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-price {
    order: 3;
    width: 125px;
  }
  .woocommerce .cartWrapper table.shop_table tr.cart_item td.product-subtotal {
    order: 4;
    width: 100%;
  }
} /*$smallPhone ends*/
.cartBar {
  background-color: #F0F0F0;
  padding: 12px 0;
}
.cartBar .flexer {
  justify-content: space-between;
  padding: 0 calc((calc(24px + 2vw)) / 4);
}
.cartBar .cartSummary {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.cartBar .cartSummary a {
  text-decoration: none;
  color: #70215E;
}
.cartBar .cartSummary::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/samples-icon-small.svg");
}
.cartBar .cartSummary .checkout {
  border-left: solid 1px #606060;
  margin-left: 12px;
  padding-left: 12px;
}
.cartBar .search .iconLink {
  border: 0;
  padding: 0;
}
.cartBar .search .iconLink::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/search_icon_purple.svg");
}
.cartBar .search .iconLink span {
  margin-left: 0.5em;
}

#headerNav.compact .cartBar .flexer {
  padding: 0 0;
}

@media only screen and (max-width: 650px) {
  .cartBar .checkout {
    display: none;
  }
  .cartBar .search .iconLink span {
    display: none;
  }
} /*$bigPhone ends*/
html .woocommerce table.shop_table tbody th, html .woocommerce table.shop_table tfoot td, html .woocommerce table.shop_table tfoot th {
  font-weight: 500;
}

.return-to-shop {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-form-coupon-toggle {
  padding: clamp(18px, (calc(24px + 2vw)) / 4, 24px);
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  all: unset;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce .checkoutWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: calc((calc(24px + 2vw)) / 2);
  background-color: #F0F0F0;
  margin-top: 0;
}
.woocommerce .checkoutWrapper form.woocommerce-checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .checkoutWrapper form.woocommerce-checkout h3 {
  padding: 0 12px;
  border-bottom: solid 1px #70215E;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 0;
  font-size: 24px;
  font-size: clamp(18px, 3.5vw, 28px);
}
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
  width: calc(50% - (calc(24px + 2vw)) / 4);
  margin: 0;
  margin-bottom: 14px;
}
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #new_order_notes_field {
  width: 100%;
}
.woocommerce .checkoutWrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .input-text {
  padding: 14px;
}
.woocommerce .checkoutWrapper #order_review .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none;
}
.woocommerce .checkoutWrapper #order_review .woocommerce-checkout-review-order-table tr.order-total {
  display: none;
}
.woocommerce .checkoutWrapper #order_review #payment .woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .checkoutWrapper #order_review #payment .woocommerce-SavedPaymentMethods-saveNew input {
  margin: 0;
  margin-right: 0.5em;
  margin-top: 0.25em;
}
.woocommerce .checkoutWrapper #order_review #payment .woocommerce-SavedPaymentMethods-saveNew label {
  line-height: 1.4em;
  width: 80%;
}
.woocommerce .checkoutWrapper #new_order_notes {
  min-height: 200px;
}
.woocommerce .checkoutWrapper .yourOrderWrapper {
  width: 100%;
  order: 2;
}
.woocommerce .checkoutWrapper .yourOrderWrapper #order_review_heading,
.woocommerce .checkoutWrapper .yourOrderWrapper .woocommerce-checkout-review-order-table {
  display: none;
}
.woocommerce .checkoutWrapper #customer_details {
  padding-right: calc((calc(24px + 2vw)) / 4);
  width: 100%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .checkoutWrapper #customer_details .col-1 {
  width: 100%;
  order: 1;
}
.woocommerce .checkoutWrapper #customer_details .col-2 {
  display: none;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  width: 100%;
  order: 0;
}
.woocommerce .checkoutWrapper .woocommerce-checkout-review-order-table {
  background-color: rgba(255, 255, 255, 0.7);
}
.woocommerce .checkoutWrapper .woocommerce-checkout-review-order-table p.shortDescription {
  display: none;
}
.woocommerce .checkoutWrapper .woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-weight: 500;
}
.woocommerce .checkoutWrapper .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount.amount {
  font-weight: 700;
}
.woocommerce .checkoutWrapper #add_payment_method .woocommerce-checkout-payment,
.woocommerce .checkoutWrapper .woocommerce-cart .woocommerce-checkout-payment,
.woocommerce .checkoutWrapper .woocommerce-checkout .woocommerce-checkout-payment {
  padding: clamp(18px, (calc(24px + 2vw)) / 4, 24px);
}
.woocommerce .checkoutWrapper #add_payment_method #payment,
.woocommerce .checkoutWrapper .woocommerce-cart #payment,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment {
  background-color: #FFFFFF;
}
.woocommerce .checkoutWrapper #add_payment_method #payment div.payment_box,
.woocommerce .checkoutWrapper .woocommerce-cart #payment div.payment_box,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment div.payment_box {
  background-color: #F0F0F0;
}
.woocommerce .checkoutWrapper #add_payment_method #payment div.payment_box::before,
.woocommerce .checkoutWrapper .woocommerce-cart #payment div.payment_box::before,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #F0F0F0;
}
.woocommerce .checkoutWrapper #add_payment_method #payment div.payment_box .wc-stripe-elements-field,
.woocommerce .checkoutWrapper .woocommerce-cart #payment div.payment_box .wc-stripe-elements-field,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field {
  border-color: #cccccc;
  padding: 12px;
  border-radius: 0;
}
.woocommerce .checkoutWrapper #add_payment_method #payment div.payment_box fieldset,
.woocommerce .checkoutWrapper .woocommerce-cart #payment div.payment_box fieldset,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment div.payment_box fieldset {
  border: 0;
}
.woocommerce .checkoutWrapper #add_payment_method #payment div.payment_box.payment_method_stripe fieldset + fieldset,
.woocommerce .checkoutWrapper .woocommerce-cart #payment div.payment_box.payment_method_stripe fieldset + fieldset,
.woocommerce .checkoutWrapper .woocommerce-checkout #payment div.payment_box.payment_method_stripe fieldset + fieldset {
  margin-top: calc((calc(24px + 2vw)) / 4);
}
.woocommerce .checkoutWrapper #add_payment_method #place_order,
.woocommerce .checkoutWrapper .woocommerce-cart #place_order,
.woocommerce .checkoutWrapper .woocommerce-checkout #place_order {
  text-align: center;
  justify-content: center;
}
.woocommerce .checkoutWrapper #add_payment_method #wc-stripe-cc-form .form-row,
.woocommerce .checkoutWrapper .woocommerce-cart #wc-stripe-cc-form .form-row,
.woocommerce .checkoutWrapper .woocommerce-checkout #wc-stripe-cc-form .form-row {
  margin-bottom: 0;
  padding: 0;
  margin-top: calc((calc(24px + 2vw)) / 4);
}
.woocommerce .checkoutWrapper #add_payment_method .woocommerce-privacy-policy-text *,
.woocommerce .checkoutWrapper .woocommerce-cart .woocommerce-privacy-policy-text *,
.woocommerce .checkoutWrapper .woocommerce-checkout .woocommerce-privacy-policy-text * {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}

select#referral {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  width: 100%;
  max-width: 495px;
  margin-top: 9px;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
}

#referralText_field {
  display: none;
}
#referralText_field.visible {
  display: block;
}

@media only screen and (max-width: 700px) {
  .woocommerce .checkoutWrapper form.woocommerce-checkout {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .woocommerce .checkoutWrapper .yourOrderWrapper {
    width: 100%;
    margin-top: calc((calc(24px + 2vw)) / 2);
  }
  .woocommerce .checkoutWrapper #customer_details {
    width: 100%;
  }
  .woocommerce .checkoutWrapper #customer_details .col-1 {
    width: 100%;
  }
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_city_field,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_state_field,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_postcode_field {
    width: 48%;
  }
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper #billing_postcode_field::after {
    display: block;
    width: 100%;
    content: "";
  }
  .woocommerce .checkoutWrapper #add_payment_method #place_order,
  .woocommerce .checkoutWrapper .woocommerce-cart #place_order,
  .woocommerce .checkoutWrapper .woocommerce-checkout #place_order {
    font-size: 24px;
    font-size: clamp(18px, 3.5vw, 28px);
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 650px) {
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce .checkoutWrapper .woocommerce-billing-fields__field-wrapper .form-row-wide {
    width: 100% !important;
  }
  .woocommerce .checkoutWrapper #add_payment_method #place_order,
  .woocommerce .checkoutWrapper .woocommerce-cart #place_order,
  .woocommerce .checkoutWrapper .woocommerce-checkout #place_order {
    font-size: 28px;
    font-size: clamp(21px, 4vw, 32px);
  }
} /*$bigPhone ends*/
html .woocommerce .loginWrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
html .woocommerce .loginWrapper > h2 {
  font-size: 36px;
  font-size: clamp(26px, 4.5vw, 36px);
}
html .woocommerce .loginWrapper form.login,
html .woocommerce .loginWrapper form.register {
  border: 0;
  background-color: #B5B09A;
  padding: calc((calc(24px + 2vw)) / 2);
}
html .woocommerce .loginWrapper form.login p.woocommerce-LostPassword,
html .woocommerce .loginWrapper form.register p.woocommerce-LostPassword {
  margin-top: calc((calc(24px + 2vw)) / 4);
}
html .woocommerce .loginWrapper form.login .woocommerce-privacy-policy-text p,
html .woocommerce .loginWrapper form.register .woocommerce-privacy-policy-text p {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
html .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
html .woocommerce form.woocommerce-ResetPassword.lost_reset_password * {
  text-align: center;
}
html .woocommerce form.woocommerce-ResetPassword.lost_reset_password p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .formPadder {
  padding-left: calc((calc(24px + 2vw)) / 4);
  padding-right: calc((calc(24px + 2vw)) / 4);
}
.woocommerce .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  line-height: 1em;
}
.woocommerce .cartWrapper,
.woocommerce .checkoutWrapper,
.woocommerce .checkout_coupon.woocommerce-form-coupon {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: calc((calc(24px + 2vw)) / 2);
}
.woocommerce .cartWrapper {
  max-width: 880px;
}
.woocommerce form input, .woocommerce form textarea {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  padding: 0.5em;
  border: solid 1px #cccccc;
  border-radius: 0;
}
.woocommerce form small {
  font-size: 12px;
  font-size: clamp(11px, 1.3vw, 13px);
}
.woocommerce form select {
  border-radius: 0;
}
.woocommerce form input#submit.alt,
.woocommerce form a.button.alt,
.woocommerce form button.button.alt,
.woocommerce form input.button.alt,
.woocommerce form button.button {
  border-radius: 0;
  cursor: pointer;
  padding: 0.75em 1.25em;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #70215E;
  white-space: nowrap;
  box-sizing: border-box;
  line-height: 1.2em;
  transition: background-color 350ms ease-in;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  border: 1px solid transparent;
  box-sizing: content-box;
  text-transform: none;
}
.woocommerce form input#submit.alt::after,
.woocommerce form a.button.alt::after,
.woocommerce form button.button.alt::after,
.woocommerce form input.button.alt::after,
.woocommerce form button.button::after {
  content: "➤";
  margin-left: 0.75em;
}
.woocommerce form input#submit.alt:hover,
.woocommerce form a.button.alt:hover,
.woocommerce form button.button.alt:hover,
.woocommerce form input.button.alt:hover,
.woocommerce form button.button:hover {
  border: 1px solid #70215E;
  color: #FFFFFF;
  background-color: #70215E;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  border-color: #70215E;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon input {
  min-height: 100%;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon p {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row-first {
  width: 47%;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon p.form-row-last {
  width: auto;
}

html .woocommerce .woocommerce-order-details,
html .woocommerce .woocommerce-customer-details {
  background-color: #F0F0F0;
  padding: calc(24px + 2vw);
}
html .woocommerce .woocommerce-order-details h2.woocommerce-order-details__title,
html .woocommerce .woocommerce-order-details h2.woocommerce-column__title,
html .woocommerce .woocommerce-customer-details h2.woocommerce-order-details__title,
html .woocommerce .woocommerce-customer-details h2.woocommerce-column__title {
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  padding-bottom: calc((calc(24px + 2vw)) / 4);
  border-bottom: solid 1px #70215E;
  font-size: 28px;
  font-size: clamp(21px, 4vw, 32px);
}
html .woocommerce .woocommerce-customer-details address {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: calc((calc(24px + 2vw)) / 2);
}
html .woocommerce .woocommerce-table__product-name.product-name a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
html .woocommerce .woocommerce-table__product-name.product-name p.category {
  font-weight: 700;
  color: #70215E;
  margin: 0;
}
html .woocommerce .woocommerce-table__product-name.product-name strong {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}
html .woocommerce .woocommerce-table--order-details tfoot > tr:first-child {
  margin-top: calc((calc(24px + 2vw)) / 2);
}
html .woocommerce .woocommerce-order {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - (calc((calc(24px + 2vw)) * 2)));
  margin-left: auto;
  margin-right: auto;
}
html .woocommerce .woocommerce-order .woocommerce-notice {
  text-align: center;
  color: #70215E;
  margin-bottom: calc((calc(24px + 2vw)) / 2);
  font-family: "Montserrat", "Georgia", "Times", serif;
  font-size: 28px;
  font-size: clamp(21px, 4vw, 32px);
}
html .woocommerce .woocommerce-order p.orderNote {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: calc(24px + 2vw);
}
html .woocommerce .woocommerce-order ul.order_details {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc((calc(24px + 2vw)) / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
html .woocommerce .woocommerce-order ul.order_details li {
  border-right-style: solid;
  border-right-color: #F0F0F0;
}
html .woocommerce .woocommerce-order ul.order_details li:last-of-type {
  border: 0;
}
html .woocommerce .woocommerce-order table.shop_table {
  border: 0;
}
html .woocommerce .woocommerce-order table.shop_table th {
  font-weight: normal;
  color: #70215E;
}
html .woocommerce .woocommerce-order table.shop_table .product-thumbnail {
  max-width: 120px;
  width: 120px;
}
html .woocommerce .woocommerce-order table.shop_table .product-thumbnail img, html .woocommerce .woocommerce-order table.shop_table .product-thumbnail a {
  max-width: 100px;
  width: 100px;
  margin: 0;
  display: block;
}
html .woocommerce .woocommerce-order table.shop_table .product-quantity {
  text-align: right;
  padding-right: 0;
}
html .woocommerce .woocommerce-order table.shop_table .product-quantity .quantity input {
  width: 100%;
  max-width: 80px;
}
html .woocommerce .woocommerce-order table.shop_table .product-subtotal {
  text-align: right;
  width: 140px;
  white-space: nowrap;
}
html .woocommerce .woocommerce-order table.shop_table .product-total {
  text-align: right;
  width: 140px;
  white-space: nowrap;
}
html .woocommerce .woocommerce-order table.shop_table .amount {
  color: #70215E;
  display: block;
  width: 100%;
  text-align: right;
}
html .woocommerce .woocommerce-order table.shop_table td.product-remove {
  width: 1.2em;
}
html .woocommerce .woocommerce-order table.shop_table td.product-remove a.remove {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  color: #D9000D;
  font-family: "Montserrat", "Georgia", "Times", serif;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  line-height: 1em;
}
html .woocommerce .woocommerce-order table.shop_table td.product-remove a.remove:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  html .woocommerce .woocommerce-order ul.order_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    padding: 0 calc((calc(24px + 2vw)) / 2);
  }
  html .woocommerce .woocommerce-order ul.order_details li {
    border-right-style: 0;
    border-right: 0;
    width: 50%;
    margin: 0;
    padding: calc((calc(24px + 2vw)) / 4);
    border-bottom: solid 1px #F0F0F0;
  }
  html .woocommerce .woocommerce-order ul.order_details li:last-of-type {
    border-bottom: solid 1px #F0F0F0;
    flex-grow: 1;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  html .woocommerce .woocommerce-order ul.order_details li {
    width: 100%;
  }
} /*$bigPhone ends*/
.product-tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.product-tags-list li {
  width: 33.3333%;
  max-width: 90px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1em;
  margin-bottom: 12px;
}
.product-tags-list li a {
  width: 100%;
  display: flex;
  line-height: 1.6em;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}
.product-tags-list a.remove {
  margin-top: -3px;
  font-size: 10px;
  color: #D9000D;
}
.product-tags-list a.removeButton {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 10%;
  top: 3px;
  background-color: red;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 50%;
  font-size: 8px;
  border: solid 1px #FFFFFF;
}
.product-tags-list .activeBadge {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 10%;
  top: 3px;
  background-color: #74af26;
  border: solid 1px #FFFFFF;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/white-tick.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-tags-list .swatch {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 50px;
  border: solid 1px #cccccc;
  border-radius: 50%;
  margin-bottom: 4px;
}
.product-tags-list li.active {
  font-weight: 500;
}
.product-tags-list li.active .swatch {
  border: solid 2px #70215E;
}

.noProducts a.reset,
.productSideBar a.reset {
  border: solid 1px #F0F0F0;
  border-radius: 0.5em;
  padding: 0.5em 0.75em;
  display: inline-block;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/cross.svg");
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: auto 1em;
  padding-left: 2em;
  color: #000000;
  text-decoration: none;
}

.productSideBar p.disclaimer {
  margin-top: 12px;
}

.noProducts {
  display: block;
  width: calc(100% - 260px);
  min-width: calc(100% - 260px);
}

@media only screen and (max-width: 900px) {
  .noProducts {
    order: 1;
    width: 100%;
    min-width: 100%;
  }
} /*$tablet ends*/
.productSideBar .yith-wcan-filters {
  margin-bottom: 0;
}
.productSideBar .yith-wcan-active-filters h4,
.productSideBar .filter-title {
  font-weight: 500;
  color: var(--yith-wcan-filters_colors_titles, #434343);
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 20px);
}
.productSideBar button.filterToggle {
  display: none;
}
.productSideBar button.filterToggle,
.productSideBar button.filterToggle:hover {
  background-color: #F0F0F0;
  color: #000000;
  font-weight: 500;
  padding-top: calc(calc((calc(24px + 2vw)) / 2) * 0.75);
  padding-bottom: calc(calc((calc(24px + 2vw)) / 2) * 0.75);
  padding-left: calc(24px + 2vw);
  margin: 0;
  border: 0;
  width: 100%;
  transition: all 0.35s ease;
  box-sizing: border-box;
  text-align: left;
}
.productSideBar button.filterToggle::before,
.productSideBar button.filterToggle:hover::before {
  content: "";
  color: #70215E;
  position: absolute;
  left: calc((calc(24px + 2vw)) / 4);
  top: 50%;
  width: calc((calc(24px + 2vw)) / 2);
  height: calc((calc(24px + 2vw)) / 2);
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/filter_purple.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.productSideBar button.filterToggle:hover {
  color: #70215E;
  background-color: #cccccc;
}
.productSideBar .yith-wcan-filters {
  background-color: transparent;
  font-size: 1.4em;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter {
  padding-bottom: calc((calc(24px + 2vw)) / 4);
  margin-bottom: calc((calc(24px + 2vw)) / 4);
}
.productSideBar .yith-wcan-filters .yith-wcan-reset-filters {
  margin-bottom: calc((calc(24px + 2vw)) / 4);
  padding: 0;
  background-color: transparent;
  color: #000000;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/cancel_icon_purple.svg");
  background-size: auto 2em;
  background-position: 0em center;
  background-repeat: no-repeat;
  padding: 0em 1.5em;
  padding-left: 2.5em;
  border: 0;
  font-weight: 500;
}
.productSideBar .yith-wcan-filters .yith-wcan-reset-filters:hover {
  color: #000000;
  border: 0;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter:last-of-type {
  border: 0;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter.filter-tax.checkbox-design {
  padding-bottom: 1px;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter.filter-tax.color-design {
  border-top: solid 1px #cccccc;
  padding-top: calc((calc(24px + 2vw)) / 2);
}
.productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
  border: solid 1px #cccccc;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-label {
  color: #000000;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color:hover .term-color {
  border: solid 1px #606060;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color:hover .term-label {
  color: #000000;
}
.productSideBar .yith-wcan-filters .yith-wcan-active-filters {
  border: solid 1px #B5B09A;
  padding: 12px;
}
.productSideBar .yith-wcan-filters .yith-wcan-active-filters .active-filter {
  margin-bottom: 12px;
}
.productSideBar .yith-wcan-filters .yith-wcan-active-filters b {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.productSideBar .yith-wcan-filters li.filter-item.select.active a {
  color: #000000;
  font-style: italic;
}
.productSideBar .yith-wcan-filters li.filter-item.select.active::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/wp-content/themes/kc_penthouse_carpets/img/tick-bronze.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.25em;
  transform: translateY(0.1em);
}
.productSideBar .yith-wcan-filters li.filter-item.select[data-value=uncategorised] {
  display: none;
}
.productSideBar .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-label {
  font-size: 14px;
  font-size: clamp(14px, 1.5vw, 15px);
}

.woocommerce-result-count {
  width: 250px;
  display: inline-block;
}

.woocommerce-pagination {
  display: inline-block;
}
.woocommerce-pagination ul {
  border: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: stretch;
  margin: 0;
}
.woocommerce-pagination ul li {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  margin: 3px;
  border-radius: 0px;
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a {
  padding: 9px;
  display: block;
  min-width: 2em;
  color: #606060;
  text-decoration: none;
}
.woocommerce-pagination ul li span.current {
  color: #70215E;
  font-weight: 700;
}
.woocommerce-pagination ul .page-numbers.prev,
.woocommerce-pagination ul .page-numbers.next {
  color: #70215E;
}

/*
@use '_debug/debug';
*/

/*# sourceMappingURL=penthouse.css.map */
