
/*
font-family: 'Roboto', sans-serif;
Thin 100
Regular 400
Regular 400 Italic
Medium 500
Bold 700


*/



html, body {

    padding: 0;
    margin: 0;
}

body {
color: #333;
background: rgb(247,246,241);
text-align:center;
font-family: 'Roboto', sans-serif;
font-weight:400;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: clamp(0.75em, 1vw, 1.5em);
line-height: 1.5;

}

h1,h2,h3,h4{font-weight: 400;line-height: 1.2; margin: 1em auto 0.5em auto; letter-spacing: 0.02em;}
h1{font-size: clamp(1em, 3.5vw, 3em); font-weight:100;}
h2{font-size: clamp(0.9em, 2.5vw, 2em); font-weight:700;}
h3{font-size: clamp(0.85em, 1.5vw, 1.05em); font-weight: 500;text-transform: uppercase; letter-spacing: 0.04em;}
h4{font-size: clamp(0.75em, 1.25vw, 0.85em); font-weight:400; }
/*p{font-size: clamp(0.75em, 1vw, 1.5em);}*/
strong{font-weight: 500;}
sup {line-height: normal;}

a{color:#999;}

.specification-table th a, .menu a, .pp-colourlist a, .screen-product-list a, a.button {color:#333; text-decoration:none;}

img {
    max-width: 100%;
}

ul,ol{list-style: none;}
form, fieldset,input{border:none;padding: 0;
 margin: 0;}

/* lazy load styles */
img.lazy {
  opacity: 0;
  }
  img:not(.initial) {
  transition: opacity 1s;
  }
  img.initial,
  img.loaded,
  img.error {
  opacity: 1;
  }
  img:not([src]) {
  visibility: hidden;
  }
  /* End lazy load styles */

  .mobilehide {display: contents;}
  
.page{padding:0 0 0 10%;}

.screen-splash .page, .screen-services .page{padding:0 0 0 0;}

.controlback{display:none;}
.screen-embedded .controlback{display:inline-block;}
.screen-embedded .menu-enquire{display:none;}


.navigation-container{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  
  z-index: 1;
  background: rgba(233,233,228,0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  width: 10%;
  height: 100%;
}


.navigation .menu {
  display: flex;
  margin: auto;
  max-width: 100vw;
  padding: 0;
  height: 92vh;
  margin-top:8vh;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}


.menu li {
  line-height: 70px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: clamp(0.75em, 1.1vw, 1em);
  color: #333;
  height: 100%;
}


.menu a {
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}

.screen-contact .menu-enquire a,.screen-product .menu-products a, .screen-products .menu-products a, .screen-services .menu-services a, .screen-surfaces .menu-surfaces a, .screen-surface .menu-surfaces a, .screen-inspo .menu-inspo a, .screen-splash .menu-splash a  {
  background: #333;
  color: #fff;
}


.pswp__bg {
 
  background: rgba(247,246,241,0.9);
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(247,246,241,0.9) !important;
}
button.pswp__button.pswp__button--share, button.pswp__button.pswp__button--fs, button.pswp__button.pswp__button--zoom{
  display: none !important;
}

button.pswp__button.pswp__button--close {
  opacity: 1 !important;
  right: 2vw;
  top: 2vw;
  background-color: #000;
}

.pswp__caption__center{color:#222 !important;}


/* Carousel and Slick styles */
.screen-carousel-container{position:relative;}
.screen-carousel-container ul{margin:0 auto; padding:0;}
.screen-carousel-container li{margin:0; padding:0; display: block; }
.screen-carousel-container .slick-list li{display: flex;
  align-content: center;
  align-items: center; flex-direction: row-reverse;}
.screen-carousel-container li:focus, .slick-arrow:focus {outline: 0;}
 
.article-image{width:40%; transform: translateX(-10px);}
.article-image img{width:100%; height: 100vh; margin:0 !important; object-fit: cover;object-position: right center;}

.article-content{width:60%;}
.article-content h1{margin-top:0;}
.article-container {
  text-align: left;
  padding: 1vw 8vw;
}
a.button {
  background: rgba(0,0,0,0.05);
  line-height: 6vh;
  display: inline-block;
  padding: 0 4vh;
  border-radius: 5px;
}

.screen-carousel-container ul.slick-dots{position: fixed; bottom:2vh; display: inline-block; transform: translate(-50%, 0); background:none;}
.screen-carousel-container ul.slick-dots{transform: translate(50%, 0); }
.slick-dots li{transition: all 1s; display: inline-block; position: relative; margin:0 10px; width: 2vw; height: 2vw; border-radius: 50%; background: rgba(0,0,0,0.05)}
.slick-dots li.slick-active{background: rgba(0,0,0,0.1);}
.slick-dots button{opacity: 0; -webkit-appearance: none;-moz-appearance:none;appearance: none; min-height: 25px; text-indent: -10000px; padding:0; height: 25px; width: 25px; display: block; position: absolute; top:-25%; left:-25%;}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{

}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* End Carousel styles */


/* partner styles */

span.authpartnerlogo {
  line-height:0;
  font-size:0;
  position: fixed;
  top: 0;
  width:10%;
  left: 0;
  z-index:1;
}



.authpartnerlogo img {
  width: 100%;
    height: 3.6vw;
    aspect-ratio: 10 / 4;
    object-fit: cover;}

/* end partner styles */

.screen-product-list{

  display: grid;
  margin:0;
  padding:1vw;
  grid-template-columns: repeat(4, minmax(23%, 1fr));
  column-gap: 1vw;
  row-gap: 1vw;
}

.screen-product-list li {
  padding: 0;
  
  background: #fff;
}

.screen-product-list li .label {
  position: relative;
  z-index:1;
  transform: translateY(-50%);
}




.pp-colourlist {
  margin:  0;
  padding: 1vw;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, minmax(12%, 1fr));
  grid-gap: 1vw;
  row-gap: 2vw;
  align-items: start;
  line-height: 0;
}

.pp-colourlist li {
  margin: 0;
  padding: 0;
  position: relative;
}
.colourname span{display:none;}
.colourname::after, .colourname span, .colourname-id {font-size: 70%; text-transform: initial; color: #999;}
.colournames h4 {margin-top: 0.5em;}

   .pp-tag-tm20 .colourname::after {content: " (20mm)";}
   .pp-tag-tm12 .colourname::after {content: " (12mm)";}
   .pp-tag-tm6 .colourname::after, .tm6 .colourname::after {content: " (6mm)";}

.pp-colourlist li.bookmatch {
  grid-column: span 2 / span 2;
}

.pp-colourlist img {
  
  object-fit: cover;
  aspect-ratio: 1/2;
  object-position: center bottom;
  background-size: cover;
  background-position: center;

}

.pp-colourlist .bookmatch img {
  aspect-ratio: 1/0.96;
}

.pp-colourlist li::after, .pp-colourlist li::before{
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  top: -20px;
  right: 0px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  text-transform:uppercase;
  background: rgba(50,50,50,1);
  z-index:1;
}

.pp-colourlist li::before{border-radius: 0px; height: 30px; line-height: 30px;  width: 65px; top: 0px; right: 43px;}



.pp-colourlist li.pp-tag-tm12::after {
content: "TM12";
}

.pp-colourlist li.pp-tag-tm20::after {
content: "TM20";
}

.pp-colourlist li.bookmatch::after {
content: "Bookmatch";
font-size: 7px;
}

.pp-colourlist li.fullbody::after {
content: "Full Body";
font-size: 7px;
}

/* Send Selected Swatches */

.sendselect{position:absolute; top:0%; left:0; border:10px solid transparent; background:rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.7em;}
.sendselect.highlighted{background:#96805e; color:#fff;}
.uncheckallbutton{text-transform:uppercase; text-decoration:none; letter-spacing:0.2em; font-size:0.7em; margin-left:10px;}
.createlist.highlighted{background:#96805e; color:#fff;}
input[type=checkbox] {
        position: relative;
        cursor: pointer;
       margin-right: 10px;
   }
   input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background-color:#fff;
        border:1px solid #96805e;
}
input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        background-color:#96805e;
        border:1px solid #96805e;
}
   input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 7px;
}

/*  End Selected COlours Swatches */


/* control buttons */


.brand-advanced-search, .createlist, .sendselect, .uncheckallbutton, .colourname.pt, .colourname-pt, fieldset[data-filter-group^="finish"], fieldset[data-filter-group^="brand"],fieldset[data-filter-group^="format"],[data-toggle=".pp-granite"],[data-toggle=".pp-precious"] {display:none;}


.show-filters-button{display:none; position: fixed; bottom:2vh; left:11%; z-index:2; width:8%;}
.screen-products .show-filters-button{display:inline-block;}
.screen-surfaces .show-filters-button{display:inline-block;}

.controls-container {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 74%;
    background: rgba(247,246,241, 0.8);
    padding: 0 2% 2%;
    left: 50%;
    transform: translate(-50%, -10vh);
    border-radius: 5px;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  display:none;
}

fieldset {
  display: flex;
  justify-content: flex-start;
  margin: auto;
  column-gap: 1vw;
  padding: 0;
}

legend {
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  
  line-height: 2em;
  padding: 1vh 0 0 0;
}

button sup {
    line-height: normal;
}
button {
  border: none;
  line-height: 1;
  padding: 2vh 1%;
  background: rgba(0,0,0,0.7);-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);

  letter-spacing: 0.05em;
  margin: 0.25em auto 0.25em auto;
  border-radius: 5px;
  display: block;
  width:98%;
  color:#fff;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.control.reset {
  background: rgba(255,255,255,0.6);
  color: #333;
max-width:100px;
}

button.mixitup-control-active {
  background: #222;
}

/* end control buttons */




.product-columns {
  
    margin: 0;
    background: #fff;
    display: flex;
    align-items: center;

}
.product-info, .details {height: calc(100vh); }
 .product-info,  .details, .product-gallery ul {overflow: auto;}
.screen-embedded .product-info, .screen-embedded .details, .screen-embedded .product-gallery ul {
  overflow: auto; 
  -ms-overflow-style: -ms-autohiding-scrollbar; 
  -webkit-overflow-scrolling: touch; 
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
  .screen-embedded .product-info::-webkit-scrollbar, 
  .screen-embedded .details::-webkit-scrollbar, 
  .screen-embedded .product-gallery ul::-webkit-scrollbar 
  {display: none;}

.product-image, .product-image img{max-height: calc(100vh);}


.product-image{min-width:55%; overflow:hidden;}
.product-intro, .product-table{text-align:left;}
.product-gallery{max-width:100%;}
.product-table {margin-bottom: 10vh;}

.product-info {
  padding-right: 1vw;
}

.product-intro h1{text-indent:-3px;}
.product-image img{aspect-ratio: 1.25 / 1; object-fit: cover;}

.product-gallery ul {
  display: flex;
    justify-content: flex-start;
    column-gap: 1%;
  padding: 1vw 0;
  margin: 0;
  line-height: 0;
  overflow: auto;
  width:100%;
}

.product-gallery ul li {
  min-width: 14vw;
  scroll-snap-align: end;
}

.product-gallery li img{aspect-ratio: 1 / 1; object-fit: cover;  max-height: 40vh; object-position: center;}

.specification-table{border:none; max-width:1000px; width:100%; padding:0; margin:0 auto; border-collapse: collapse; margin-bottom: 7vh;}
.specification-table thead th{text-transform:uppercase; letter-spacing: 0.2em; font-weight: 500; font-size:0.8em;  color:#cdcdcd; text-align:left; border-bottom: 1px solid #cdcdcd;}
.specification-table .row1 td{text-align:center;}
.specification-table th{width:25%; white-space: nowrap;font-weight: 500;}
.specification-table th span{display: block; font-weight: 400;}
.specification-table tr, .specification-table th, .specification-table td{vertical-align:top;}
.specification-table td, .specification-table th{padding:2vh 1vh;}
.specification-table thead th{padding:2vw 1vw 1vw 0vw;}
.specification-table td{border-top:1px solid #cdcdcd; text-align:left;}
.specification-table .no-border td{border-top:none; padding-top:0;}
.specification-table .span-row td{border-top:1px solid #cdcdcd;}
.specification-table .span-row td:nth-child(2){border-left:none;}
.specification-table .row-spacer td{height:2vw; border-top:1px solid #fff;}
.specification-table img{width: 20vw; max-width:100%; height:auto;}
.specification-table i.fa {color: #cdcdcd;}
.tm-prices{display:none;}



.insta-qr-code{
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  font-size:0;
  display:inline-block;
  z-index:2;
  width:7%;
}

.screen-surface .insta-qr-code{
  top: 2vw;
  bottom:auto;}
.insta-qr-code canvas{width:100%;}

.screen-product .insta-qr-code{
  left: 12vw;
  right:auto;}


   /* Colour Page */

   
.screen-surface .columns {
    display: flex;
    
    margin: auto;
    align-items: center;
    justify-content: space-evenly;
}

  .swatches ul {list-style: none; position: relative; z-index:1; padding: 0; margin: auto; line-height: 0;}
  .swatches li{padding: 0; margin:0; z-index: 4; overflow: visible; display: block; width:100%;}
  .swatches ul img{max-height: 75vh;border-left: 1px solid rgba(255,255,255,0.5);border-right: 1px solid rgba(0,0,0,0.05);border-top: 1px solid rgba(255,255,255,0.5);border-bottom: 1px solid rgba(0,0,0,0.05);
    aspect-ratio: 1 / 2;
    object-fit: cover;}
  
  .swatches li:nth-child(1){right:0vw; top:0vw; position: relative; z-index: 5;}
  .swatches li:nth-child(2){right:1.25vw; top:0.5vw; position: absolute; z-index: 3; transform: scale(0.90, 0.90); transform-origin: 0% 50%;}
  .swatches li:nth-child(3){right:2.25vw; top:1vw; position: absolute; z-index: 2; transform: scale(0.80, 0.80); transform-origin: 0% 50%;}
  .swatches li:nth-child(4){right:3.25vw; top:1.5vw; position: absolute; z-index: 1; transform: scale(0.70, 0.70); transform-origin: 0% 50%;}
  .swatches li:nth-child(5), .swatches li:nth-child(6), .swatches li:nth-child(7), .swatches li:nth-child(8), .swatches li:nth-child(9), .swatches li:nth-child(10){display:none;}

 
  .details {text-align:left; width: 40%;}
    .details-content{margin-top:12.5vh;}
  .details h1.colourname {margin-top: 0;}
  /* modal */
  
  
  .blocker {z-index: 2; background-color: rgba(0,0,0,0.5); padding:0;}
  .modal {max-width: 1000px; padding: 2vw; border-radius:5px; box-shadow: none; background: rgba(247,246,241,0.9);}
  .modal h3::before{content:none;}
  .specification-table th span.pp-helper{  display: inline-block;}
  .pp-helper{width: 18px;
      height: 18px;
      background-size: contain;
      background-color: transparent;
      padding: 0;
      margin: 0;
      position: relative;
      top: -3px;
    
      background-position: center;
      background-image:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTEwLjUsOTYuNmwyNS42LTE3LjNoNDUuOGM2LjEsMCwxMS00LjksMTEtMTFWMTRjMC02LjEtNC45LTExLTExLTExSDE4LjFjLTYuMSwwLTExLDQuOS0xMSwxMXY0NnY4LjJ2MjYuNSAgQzcuMSw5Ni42LDkuMSw5Ny42LDEwLjUsOTYuNnogTTUzLjYsNjAuMWMwLDEuMi0wLjksMi4xLTIuMSwyLjFoLTUuNGMtMS4yLDAtMi4xLTAuOS0yLjEtMi4xdi0zLjVjMC0xLjIsMC45LTIuMSwyLjEtMi4xaDUuNCAgYzEuMiwwLDIuMSwwLjksMi4xLDIuMVY2MC4xeiBNMzkuNSwyMy4xYzIuNi0yLDYtMywxMC4yLTNjNC41LDAsOC4xLDEuMSwxMC43LDMuNGMyLjYsMi4zLDMuOSw1LjQsMy45LDkuMmMwLDIuNC0wLjcsNC42LTIuMSw2LjYgIGMtMS40LDItMy4yLDMuNi01LjQsNC43Yy0xLjIsMC44LTIsMS43LTIuNSwyLjZDNTQsNDcuMiw1My44LDQ4LDUzLjcsNDljLTAuMSwwLjgtMC43LDEuMy0xLjUsMS4zaC02LjZjLTAuOSwwLTEuNi0wLjctMS41LTEuNiAgYzAuMi0xLjksMC42LTMuMywxLjQtNC40YzAuOS0xLjMsMi42LTIuOSw1LjEtNC42YzEuMy0wLjgsMi4zLTEuOCwzLTNjMC43LTEuMiwxLjEtMi41LDEuMS00LjFjMC0xLjYtMC40LTIuOS0xLjMtMy44ICBjLTAuOS0xLTIuMS0xLjQtMy43LTEuNGMtMS4zLDAtMi4zLDAuNC0zLjIsMS4yYy0wLjUsMC41LTAuOSwxLjEtMS4xLDEuOWMtMC4zLDEtMS4yLDEuNi0yLjIsMS41TDM3LjEsMzJjLTAuOCwwLTEuNC0wLjctMS4zLTEuNCAgQzM2LDI3LjMsMzcuMiwyNC44LDM5LjUsMjMuMXoiPjwvcGF0aD48L3N2Zz4=")
      ;
      }
     .modal a.close-modal{ top: 12.5px; right: 12.5px;}
  
  .table-scroller {overflow: auto;max-width: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;-webkit-overflow-scrolling: touch;}
  .pp-table{text-align: left; font-size: 80%; display: table; border-collapse: collapse; width: 100%;}
  .pp-table th {text-transform: uppercase; font-weight: 500;}
  .pp-table th,.pp-table td {padding: 1.5em 0.3em; vertical-align: middle; border: 1px solid rgba(0,0,0,0.1); white-space: nowrap;}
  
  .pp-sizes {display: flex;flex-wrap: wrap;margin-left: -1%;}
  .pp-sizes span {transform: translate(0px, -100%); display: block; white-space: nowrap;}
  .pp-sizes div {display: block; box-shadow: -2px 2px 4px rgba(0,0,0,0.15); margin: 1% 1% 20px 1%; background-position: center; color: #383838; vertical-align: middle; text-align: center;}
  .pp-sizes div.pp-sizes-full{font-size:0.8em; ;}
  .pp-sizes div.pp-sizes-scaled{font-size:0.5em;display: none}
  
  .modal-bookmatch .pp-sizes div{width:150px !important; height:150px !important; background-size: 100% !important;}
  .modal-bookmatch p::before {content: "Two slabs, both Block A and Block B are shown in the swatch image. ";}
  
  
  .pp-sizes div:nth-child(3),.pp-sizes div:nth-child(4){background-position: right top;}
  .pp-sizes div:nth-child(5),.pp-sizes div:nth-child(6){background-position: left bottom; }
  .pp-sizes div:nth-child(7),.pp-sizes div:nth-child(8){background-position: left top; }
  .pp-sizes div:nth-child(9),.pp-sizes div:nth-child(10){background-position: right bottom;}
  .pp-sizes div:nth-child(11),.pp-sizes div:nth-child(12){background-position: center; }
  .pp-sizes div:nth-child(13),.pp-sizes div:nth-child(14){background-position: left bottom; }
  
  #faces{max-width: 1200px;}
  .pp-faces ul{list-style: none; display:flex; position: relative; padding: 0; margin: 1em auto 2em auto; line-height: 0;}
  .pp-faces li {position: relative; margin: 0; padding: 0;}
  
  .pp-faces li img{border-right: 1px solid rgba(0,0,0,0.2); border-left: 1px solid rgba(255,255,255,0.3);}
  .pp-faces li:last-child img {border-right: 1px solid transparent;}
  .pp-faces li:first-child img {border-left: 1px solid transparent;}
  .pp-faces li figcaption span{display:none;}

  

  
  .pp-tag-active .tile-thickness {display: none !important;}
  
  ul.flex{margin:0 0 3em 0; padding:0; list-style:none; display: flex;}
     ul.flex li{display: block; margin: 0;
      text-align: center;
      flex-basis: 0;
      flex-grow: 1;}
  
  .swatches figcaption, .pp-faces figcaption {
      width: 100%;
      text-align: center;
    
      font-size: 0.8em;
      
      position: absolute;
      bottom: -2em;
      display: none;
  }
  .pp-faces figcaption {display: block;}
  .swatches li:nth-child(1) figcaption {display: block;}
  
  .pswp__caption__center {
      text-align: center;
      max-width: 420px;
      line-height: 20px;
      color: #CCC;
      font-size: 0.8em;
  }

  /* End Colour Page */


/* backstretch styles */

.slideshow {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3500;
  width: 100%;
  height: 100%;
  display: none;
}

.running-timer{position: absolute; top: 30px; right:190px; line-height: 1; font-size: small;}
.day-message{display:inline;}

.nighttime{opacity:0; transition: all 1s; }
.night{position: absolute; width:100vw; height:100vh; background: rgba(0, 0, 0, 1); z-index: 3600; top: 0; left: 0;  opacity:1; }


/* for mobile screens */
@media screen and (max-width: 1480px) {
 
  .screen-product-list, .pp-colourlist{grid-template-columns: repeat(4, minmax(23%, 1fr));grid-gap: 2vw;}
}



/* for mobile screens */
@media screen and (max-width: 1023px) {
.mobilehide{display:none !important;}
.product-columns, .screen-surface .columns, .screen-carousel-container .slick-list li{display: block;}
.insta-qr-code{position: relative; width:25%; margin-bottom:50px; left:unset !important; right:unset !important; bottom:unset !important; top:unset !important;}
.product-image, .product-image img, .swatches ul img,.article-image img {max-height: calc(50vh);}
.product-image{margin-top: 70px;}
.swatches{margin-top:40px;}
.details-content { margin-top: 5.5vh;}
.product-info, .details, .swatches ul, .article-content, .article-image {height: unset; width:unset !important;}
body, p, h1, h2, h3, .menu li {font-size:unset;}
h1 {font-size: 2.5em; margin-top: 0;}

.product-gallery ul li {min-width: 35vw;}
.screen-splash .page, .screen-services .page, .page{padding:70px 0 0 0}
.screen-product .page{padding-top:0;}
.details, .product-info {padding: 0 2vw 2vw 2vw;}
 .article-container {padding: 3vh 2vw;}
.controls-container {width: 96vw; transform: translate(-50%, -10vh);}
.controls-container button{font-size: x-small;}
.product-table{margin-bottom:0;overflow: scroll; max-width: 100%;}
.show-filters-button {width: 150px; left: 5vw;}
.specification-table{margin:0 auto;}
span.authpartnerlogo {top: unset;bottom: unset; position: relative;width: 100%;
  background: white;
  display: block;}
.authpartnerlogo img {width:200px; height:auto;}
.navigation-container {height:auto; width:100%;}
.navigation .menu {
  display: flex;
  margin: auto;
  height: auto;
  margin-top: 0;
  flex-direction: row !important;
 justify-content: space-around;}
.menu li {width: 100%;}
.menu a { display: block; width:auto;}
}


@media screen and (max-width: 800px) {
 
  .screen-product-list, .pp-colourlist{grid-template-columns: repeat(2, minmax(48%, 1fr));grid-gap: 2vw;}
  .screen-product .specification-table{font-size: x-small;}
  .article-image{transform: translateX(0px);}

}