@import url("https://fonts.googleapis.com/css?family=Montserrat:500|Open+Sans&display=swap");
html {
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  margin-top: 0;
  padding: 0;
  font-weight: 500; }

*, ::after, ::before {
  box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  color: #1a1a1a; }

picture {
  width: 100%; }

hr {
  border-color: #c7c7c7; }

.inner, .main-content {
  max-width: 1300px;
  margin: 0 auto; }

.pagewrap {
  position: relative; }

@keyframes width-0-to-100 {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes height-0-to-100 {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
.bc-form-validative-styling .bc-form-item input:not(:placeholder-shown):not(:focus):valid, .bc-form-validative-styling .bc-form-item textarea:not(:placeholder-shown):not(:focus):valid {
  border-color: #67c278; }

.bc-form-item {
  font-family: "Montserrat";
  width: 100%;
  text-align: left;
  transition: all .1s;
  font-size: 1rem;
  margin-bottom: .75rem; }
.bc-form-item label {
  width: 100%;
  font-size: 1.15rem;
  padding: .75rem 0; }
.bc-form-item input, .bc-form-item textarea, .bc-form-item select {
  font-family: "Montserrat";
  width: 100%;
  font-size: 1.25rem;
  padding: .5rem;
  outline: none;
  border: none;
  border-bottom: 0.125rem solid #d3d3d3;
  border-radius: 0.25rem;
  box-shadow: 0 0.075rem 1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #333333; }
.bc-form-item input:required, .bc-form-item textarea:required, .bc-form-item select:required {
  border-color: #d3d3d3; }
.bc-form-item input:focus, .bc-form-item textarea:focus, .bc-form-item select:focus {
  border-color: #3891a7; }
.bc-form-item input:not(:placeholder-shown):not(:focus):invalid, .bc-form-item textarea:not(:placeholder-shown):not(:focus):invalid, .bc-form-item select:not(:placeholder-shown):not(:focus):invalid {
  border-color: #ab3e3c; }
.bc-form-item input[type=checkbox], .bc-form-item textarea[type=checkbox], .bc-form-item select[type=checkbox] {
  width: auto; }
.bc-form-item textarea {
  height: 100%;
  resize: vertical;
  min-height: 150px; }

.node-type-webform .form-actions .bc-form-button {
  font-family: "Montserrat";
  width: 100%;
  background-color: #d3d3d3;
  color: #1a1a1a;
  padding: .5rem 2rem;
  font-size: 1.5rem;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-top-width: 0.0625rem;
  border-bottom-width: calc(.2rem + .0625rem);
  border-radius: 0.5rem;
  border-color: rgba(0, 0, 0, 0.2); }
.node-type-webform .form-actions .bc-form-button.bc-form-button-green {
  background-color: #47AF5A;
  color: #fafafa; }
.node-type-webform .form-actions .bc-form-button.bc-form-button-green:hover {
  background-color: #31793e; }
.node-type-webform .form-actions .bc-form-button.bc-form-button-blue {
  background-color: #3891a7;
  color: #fafafa; }
.node-type-webform .form-actions .bc-form-button.bc-form-button-blue:hover {
  background-color: #255f6e; }
.node-type-webform .form-actions .bc-form-button.bc-form-button-red {
  background-color: #85302F;
  color: #fafafa; }
.node-type-webform .form-actions .bc-form-button.bc-form-button-red:hover {
  background-color: #4c1c1b; }
.node-type-webform .form-actions .bc-form-button:active:not(:disabled) {
  border-style: solid;
  border-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-width: calc(.2rem + .0625rem);
  border-bottom-width: 0.0625rem; }
.node-type-webform .form-actions .bc-form-button:disabled {
  background-color: #d3d3d3;
  color: #676767;
  cursor: not-allowed; }
.node-type-webform .form-actions .bc-form-button:disabled:hover {
  background-color: #d3d3d3;
  color: #676767; }

.sticky-top {
  position: fixed;
  width: 100%;
  z-index: 1020;
  transition: 0.1s all;
  font-family: "Montserrat"; }
.sticky-top a {
  text-decoration: none;
  cursor: pointer; }
.sticky-top a:hover {
  text-decoration: underline; }
.sticky-top .strapline {
  background-color: #74bed1;
  color: #fafafa;
  font-size: 0.75rem; }
.sticky-top .strapline .inner {
  display: flex;
  justify-content: space-between;
  padding: 0.15rem 1rem; }
.sticky-top .strapline .inner .items {
  display: flex; }
.sticky-top .strapline .inner .items a:first-of-type {
  padding: 0; }
.sticky-top .strapline .inner .items a {
  color: #fafafa;
  padding-left: 2.5rem;
  display: flex;
  align-items: center; }
.sticky-top .strapline .inner .items a svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.25rem; }
.sticky-top .navbar {
  margin: 0px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
  position: static; }
.sticky-top .navbar .contextual-links-region {
  position: static; }
.sticky-top .navbar .inner {
  padding: 0 1rem; }
.sticky-top .navbar .inner .head-row {
  display: flex;
  justify-content: space-between; }
.sticky-top .navbar .inner .head-row#top {
  z-index: 1209;
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 0 .2rem; }
.sticky-top .navbar .inner .head-row#top .logo-container {
  display: flex;
  align-items: center;
  user-select: none;
  order: 1; }
.sticky-top .navbar .inner .head-row#top .logo-container svg {
  height: 30px;
  width: 175px; }
.sticky-top .navbar .inner .head-row#top .search {
  padding: .5rem 0 0;
  flex: 1 1 100%;
  order: 3; }
.sticky-top .navbar .inner .head-row#top .search .views-exposed-widgets {
  display: flex;
  margin: 0px;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center; }
.sticky-top .navbar .inner .head-row#top .search .views-exposed-widgets* {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center; }
.sticky-top .navbar .inner .head-row#top .search .views-exposed-widgets .views-exposed-widget {
  padding: 0px; }
.sticky-top .navbar .inner .head-row#top .search .views-exposed-widgets .views-widget-filter-search_api_views_fulltext {
  flex: 1 1 100%; }
.sticky-top .navbar .inner .head-row#top .search .views-exposed-widgets .views-widget-filter-keys {
  flex: 1 1 100%; }
.sticky-top .navbar .inner .head-row#top .search .sidebar-toggle {
  display: block;
  font-size: 1.175rem;
  padding: 0 0.4rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  cursor: pointer;
  user-select: none; }
.sticky-top .navbar .inner .head-row#top .search .sidebar-toggle:hover {
  background-color: #f9f9f9; }
.sticky-top .navbar .inner .head-row#top .search input, .sticky-top .navbar .inner .head-row#top .search button {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: normal;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  outline: none;
  padding: 0.375rem;
  margin: 0px; }
.sticky-top .navbar .inner .head-row#top .search input {
  width: 100%;
  color: #545454;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.sticky-top .navbar .inner .head-row#top .search input:focus, .sticky-top .navbar .inner .head-row#top .search input:focus + button {
  border: 1px solid #c6c6c6; }
.sticky-top .navbar .inner .head-row#top .search button {
  margin-left: -1px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  cursor: pointer; }
.sticky-top .navbar .inner .head-row#top .search button svg {
  height: 1.05rem;
  width: 1.5rem; }
.sticky-top .navbar .inner .head-row#top a.icon {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0.25rem; }
.sticky-top .navbar .inner .head-row#top a.icon svg {
  height: 1.5rem;
  width: 1.35rem; }
.sticky-top .navbar .inner .head-row#top a.icon span {
  display: none; }
.sticky-top .navbar .inner .head-row#top #phone-icon {
  color: #3891a7;
  order: 0; }
.sticky-top .navbar .inner .head-row#top .icon-wrapper {
  display: flex;
  align-items: center;
  order: 2; }
.sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon {
  display: none; }
.sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon {
  color: #47AF5A; }
.sticky-top .navbar .inner .head-row#bottom {
  z-index: 121;
  padding: 0;
  background-color: #ffffff; }
.sticky-top .navbar .inner .head-row#bottom .region-page-top-main-menu {
  width: 100%; }
.sticky-top .navbar .inner .head-row#bottom .category-menu {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li {
  list-style: none; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li {
  display: flex; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li a, .sticky-top .navbar .inner .head-row#bottom .category-menu li a.main-category-link, .sticky-top .navbar .inner .head-row#bottom .category-menu li .main-category-text {
  color: #1a1a1a;
  width: 100%; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .main-category-text {
  display: none;
  user-select: none; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus {
  display: none; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu-strapline {
  display: none;
  margin-top: .5rem;
  padding: .25rem .5rem;
  background-color: #183e48;
  color: #fafafa; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu-strapline .inner {
  padding: .25rem 1rem;
  display: flex;
  justify-content: center; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu-strapline .inner span {
  padding: 0 1rem; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu {
  padding: 0;
  margin: 0; }
.sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu li {
  list-style: none; }
.sticky-top .navbar .inner .dark-overlay {
  background: #1a1a1a;
  opacity: 0.25;
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 102;
  top: 112px; }

.social-media-icon {
  color: #fafafa; }
.social-media-icona, .social-media-icon a {
  text-decoration: none; }
.social-media-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #255f6e;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.25rem; }
.social-media-icon:hover > svg {
  background-color: #1e4f5b;
  color: #fafafa; }

footer {
  border-top: 2px solid #d3d3d3; }
footer img {
  width: 100%;
  max-width: 250px; }
footer a {
  text-decoration: none;
  color: #404040; }
footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 2rem; }
footer .inner .column {
  display: flex;
  flex-direction: column;
  flex: 100%; }
footer .inner .column ul {
  padding: 0;
  margin: 0; }
footer .inner .column ul li {
  list-style: none; }
footer .inner .column ul li {
  font-size: 0.9rem; }
footer .inner .row {
  display: flex;
  flex: 100%; }
footer .inner .copyright {
  font-size: 0.75rem;
  color: #5a5a5a; }

section.fullscreen-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #4d4d4dbb;
  padding: 1.5rem; }
section.fullscreen-popup .close-popup {
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer; }
section.fullscreen-popup .close-popup svg {
  width: 2.5rem;
  height: 2.5rem; }

.discount-popup {
  font-family: "Montserrat";
  display: flex;
  position: relative;
  background-color: #fafafa;
  color: #1a1a1a;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  max-width: 1100px;
  font-size: 1.25rem; }
.discount-popup .discount-popup-image-container {
  flex: 0 40%;
  background: url("/assets/img/matki_lifestyle.jpg") center center;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  display: none; }
.discount-popup .discount-popup-content-container {
  flex: 0 100%;
  padding: 1.5rem 1.5rem 0 1.5rem;
  text-align: center; }
.discount-popup .popup-title-container {
  text-align: center; }
.discount-popup .popup-title-container .popup-title {
  margin: 0;
  line-height: .6;
  font-size: 2.25rem; }
.discount-popup .popup-title-container .popup-title-subtext {
  font-size: 1.25rem;
  color: #4d4d4d; }
.discount-popup .socials-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center; }
.discount-popup .socials-wrapper .socials-left {
  flex: 0 100%; }
.discount-popup .socials-wrapper .socials-right {
  flex: 1 auto; }
.discount-popup .bc-form-item {
  margin-bottom: 0; }
.discount-popup .bc-form-item-checkbox label {
  font-size: .75rem; }

/* Trust Signals */
.trust-signal-track {
  display: flex;
  margin-right: -0.75rem;
  margin-left: -0.75rem; }
.trust-signal-track .trust-signal {
  flex: 1 1 100%;
  margin: 0 0.75rem;
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #4d4d4d;
  z-index: 99999; }
.trust-signal-track .trust-signal .trust-signal-inner {
  display: flex;
  align-items: center;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  padding: 0.75rem 0;
  height: 65px; }
.trust-signal-track .trust-signal .trust-signal-inner .trust-signal-image-container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 0.5rem; }
.trust-signal-track .trust-signal .trust-signal-inner .trust-signal-image-container svg {
  height: 50px;
  width: 120px; }
.trust-signal-track .trust-signal .trust-signal-inner .trust-signal-text {
  display: flex;
  align-items: center;
  padding: 0 0.5rem; }
.trust-signal-track .trust-signal#trustpilot .trust-signal-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.5rem; }
.trust-signal-track .trust-signal#trustpilot .trust-signal-inner .trust-signal-text {
  padding: 0.125rem 0;
  text-align: center; }
.trust-signal-track .trust-signal#trustpilot .trust-signal-inner .trust-signal-image-container {
  padding: 0.125rem 0; }
.trust-signal-track .trust-signal#trustpilot .trust-signal-inner .trust-signal-image-container svg {
  height: 35px;
  width: 120px; }
.trust-signal-track .trust-signal#paypal .trust-signal-inner .trust-signal-image-container svg {
  height: 50px;
  width: 120px; }

.product_top {
  display: block;
  position: relative;
  font-size: 1px;
  top: -128px;
  visibility: hidden; }

.tile-grid {
  margin-right: -16px; }
.tile-grid .tile {
  margin: 0 0 16px 0; }
.tile-grid .tile .tile-inner {
  width: calc(100% - 16px); }

ul.tile-grid {
  margin-bottom: 0; }

.tile-grid {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  transition: 0.2s all;
  font-family: "Montserrat";
  font-weight: 500;
  padding: 0px;
  margin-bottom: 0; }
.tile-grid .tile {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  position: relative;
  min-height: 120px; }
.tile-grid .tile .tile-inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #d3d3d3;
  color: #1a1a1a;
  height: 100%;
  border-radius: 0.25rem; }
.tile-grid .tile .tile-inner:hover {
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.tile-grid .tile .tile-inner a {
  text-decoration: none; }
.tile-grid .tile .tile-inner .image-block {
  display: flex;
  flex: 0 0 auto;
  order: 0;
  position: relative; }
.tile-grid .tile .tile-inner .image-block a {
  display: block;
  width: 100%; }
.tile-grid .tile .tile-inner .image-block a img {
  border-style: none;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  align-self: center; }
.tile-grid .tile .tile-inner .image-block .category-title {
  position: absolute;
  left: 0;
  bottom: .75rem;
  width: 100%;
  padding: .5rem;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  color: #fafafa;
  background: rgba(26, 26, 26, 0.75); }
.tile-grid .tile .tile-inner .image-block .product-badge {
  position: absolute;
  padding: .25rem;
  text-align: center;
  font-size: 0.8rem;
  margin: 0; }
.tile-grid .tile .tile-inner .image-block .product-badge.top-left {
  top: 0;
  left: 0;
  border-top-left-radius: .25rem;
  border-bottom-right-radius: .25rem; }
.tile-grid .tile .tile-inner .image-block .product-badge.top-right {
  top: 0;
  right: 0;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }
.tile-grid .tile .tile-inner .image-block .product-badge.top {
  top: 0;
  left: 0;
  width: 100%;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }
.tile-grid .tile .tile-inner .image-block .product-badge.bottom {
  left: 0;
  width: 100%;
  bottom: 0; }
.tile-grid .tile .tile-inner .info-block {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  order: 1;
  padding: .5rem; }
.tile-grid .tile .tile-inner .info-block .blog-title {
  display: block;
  font-size: 1.15rem;
  color: #404040;
  margin-bottom: .5rem; }
.tile-grid .tile .tile-inner .info-block a {
  display: block;
  color: #3891a7;
  text-decoration: none; }
.tile-grid .tile .tile-inner .info-block .product-code {
  display: block;
  font-size: 0.75rem;
  color: #9a9a9a;
  width: 100%;
  text-align: center; }
.tile-grid .tile .tile-inner .info-block .field-name-field-anchor-title {
  display: block;
  font-size: 0.9rem;
  color: #343434;
  height: 62px;
  overflow: hidden; }
.tile-grid .tile .tile-inner .info-block .product-prices {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: .5rem 0; }
.tile-grid .tile .tile-inner .info-block .product-prices .left, .tile-grid .tile .tile-inner .info-block .product-prices .right {
  flex: 0 1 50%; }
.tile-grid .tile .tile-inner .info-block .product-prices .right {
  justify-content: right; }
.tile-grid .tile .tile-inner .info-block .product-prices .left, .tile-grid .tile .tile-inner .info-block .product-prices .right, .tile-grid .tile .tile-inner .info-block .product-prices .field-name-commerce-price, .tile-grid .tile .tile-inner .info-block .product-prices .field-name-field-rrp, .tile-grid .tile .tile-inner .info-block .product-prices .field-name-field-saving {
  display: flex;
  display: flex;
  align-items: center; }
.tile-grid .tile .tile-inner .info-block .product-prices .field-name-commerce-price {
  color: #2b7081;
  font-size: 1rem; }
.tile-grid .tile .tile-inner .info-block .product-prices .field-name-field-rrp {
  text-decoration: line-through;
  color: #9a9a9a;
  padding: 0 .5rem;
  font-size: 0.75rem; }
.tile-grid .tile .tile-inner .info-block .product-prices .field-name-field-saving {
  color: #85302F;
  font-size: 0.9rem; }
.tile-grid .tile .tile-inner .info-block .product-delivery {
  height: 1.5rem;
  margin-bottom: .5rem; }
.tile-grid .tile .tile-inner .info-block .product-delivery .product-delivery-content {
  display: flex;
  align-items: center; }
.tile-grid .tile .tile-inner .info-block .product-delivery .product-delivery-content img {
  height: 16px; }
.tile-grid .tile .tile-inner .info-block .product-delivery .product-delivery-content .product-free-delivery {
  padding: 0 .5rem;
  color: #2b7081; }
.tile-grid .tile .tile-inner .info-block .view-product {
  display: block;
  font-family: "Montserrat";
  padding: .5rem;
  font-size: 0.9rem;
  text-align: center;
  background-color: #d4ebf1;
  color: #2b7081;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  transition: .15s all;
  cursor: pointer;
  width: 100%; }
.tile-grid .tile .tile-inner .info-block .view-product:hover {
  background-color: #61b5ca;
  color: #fafafa; }
.tile-grid .tile .tile-inner .dark {
  background: #1a1a1a;
  color: #fafafa; }
.tile-grid .tile .tile-inner .dark.transparent {
  background: rgba(26, 26, 26, 0.75); }
.tile-grid .tile .tile-inner .yellow {
  background-color: #ffe74c;
  color: #1a1a1a; }
.tile-grid .tile .tile-inner .yellow.transparent {
  background-color: rgba(255, 231, 76, 0.85); }
.tile-grid .tile .tile-inner .red {
  background-color: #85302F;
  color: #fafafa; }
.tile-grid .tile .tile-inner .red.transparent {
  background-color: rgba(133, 48, 47, 0.8); }
.tile-grid .tile .tile-inner .green {
  background-color: #47AF5A;
  color: #fafafa; }
.tile-grid .tile .tile-inner .green.transparent {
  background-color: rgba(71, 175, 90, 0.8); }
.tile-grid .tile-extra {
  display: flex; }

/* 
All tiles start at 100% width (1 per row)
Class format : tile-grid-{v:xs}-{v:sm}-{v:md}-{v:lg}
v = tiles per row
*/
.banner {
  display: flex;
  flex: 0 0 100%; }
.banner div {
  width: 100%; }
.banner img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid #d3d3d3;
  width: 100%;
  height: auto; }

.bottom-content .inner {
  padding: 1rem; }
.bottom-content .inner .tabs {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .5rem; }
.bottom-content .inner .tabs li {
  list-style: none; }
.bottom-content .inner .tabs li {
  flex: 1 1 100%;
  order: 0;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  margin-bottom: .5rem;
  border-radius: 0.25rem; }
.bottom-content .inner .tabs li .title {
  color: #1a1a1a;
  background-color: #d4ebf1;
  margin: 0;
  padding: .5rem;
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: 100;
  user-select: none;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center; }
.bottom-content .inner .tabs li .title::after {
  content: "+";
  display: block;
  position: relative;
  right: .5rem; }
.bottom-content .inner .tabs li .content {
  display: none;
  padding: 0 .5rem;
  font-size: 0.9rem; }
.bottom-content .inner .tabs li .content *:first-child {
  margin-top: .15rem; }
.bottom-content .inner .tabs li .content h1, .bottom-content .inner .tabs li .content h2, .bottom-content .inner .tabs li .content h3, .bottom-content .inner .tabs li .content h4, .bottom-content .inner .tabs li .content h5, .bottom-content .inner .tabs li .content h6 {
  font-size: 1rem; }
.bottom-content .inner .tabs li.active {
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  border: 1px solid #bababa; }
.bottom-content .inner .tabs li.active .title {
  color: #2b7081; }
.bottom-content .inner .tabs li.active .title::after {
  content: ""; }
.bottom-content .inner .tabs li.active .content {
  display: block; }
.bottom-content .inner .tabs li:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

.bottom-strapline {
  background-color: #2b7081;
  color: #fafafa;
  text-align: center;
  padding: 1rem;
  margin: 0 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
.bottom-strapline h2 {
  margin: 0;
  color: #fafafa; }
.bottom-strapline .voucher {
  padding: 0.5rem;
  border: 2px dashed #fafafa;
  display: inline-block;
  border-radius: 0.25rem; }

.carousel-track {
  max-height: 480px;
  overflow: hidden; }
.carousel-track img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
.carousel-track picture:not(:first-child) {
  display: none; }
.carousel-track.slick-initialized picture {
  display: block; }

.breadcrumbs {
  padding: 0 0 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.breadcrumbs .item {
  color: #939393;
  text-decoration: none;
  font-size: 0.9rem; }
.breadcrumbs .item:not(:last-of-type):after {
  content: " /";
  display: inline-block;
  padding: 0 0 0 .25rem; }
.breadcrumbs .item:hover {
  text-decoration: underline; }

.item-list {
  /*margin: 1rem 0 5rem;  */ }

.pager {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  text-align: center; }
.pager li {
  list-style: none; }
.pager li {
  display: inline-block;
  margin: 0 .25rem; }
.pager a {
  cursor: pointer;
  text-align: center; }
.pager .pager-item a {
  text-decoration: none;
  color: #1a1a1a;
  padding: .25rem .5rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem; }
.pager .pager-item a:hover {
  text-decoration: underline; }
.pager .pager-item a:hover {
  background-color: #c1e2ea; }
.pager .pager-current {
  background-color: #61b5ca;
  border-color: #3891a7;
  color: #fafafa;
  padding: .25rem .5rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.25rem; }
.pager .pager-current:hover {
  background-color: #3891a7; }
.pager .pager-first::before, .pager .pager-first::after, .pager .pager-last::before, .pager .pager-last::after, .pager .pager-previous::before, .pager .pager-next::before {
  content: "";
  position: relative;
  border: solid #4d4d4d;
  border-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 .2rem .2rem 0;
  border-radius: 1px;
  display: inline-block;
  padding: .25rem;
  z-index: 90; }
.pager .pager-first, .pager .pager-last, .pager .pager-previous, .pager .pager-next {
  position: relative; }
.pager .pager-first::after, .pager .pager-last::after, .pager .pager-previous::after, .pager .pager-next::after {
  margin-left: -.125rem; }
.pager .pager-first a, .pager .pager-last a, .pager .pager-previous a, .pager .pager-next a {
  padding: .5rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
.pager .pager-first a:hover, .pager .pager-last a:hover, .pager .pager-previous a:hover, .pager .pager-next a:hover {
  border-bottom: 1px solid #4d4d4d; }
.pager .pager-previous::before, .pager .pager-previous::after, .pager .pager-first::before, .pager .pager-first::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }
.pager .pager-next::before, .pager .pager-next::after, .pager .pager-last::before, .pager .pager-last::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }
.pager .pager-ellipsis {
  display: none; }

.toggle-button {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  left: 0;
  top: 116px;
  padding: .25rem;
  background-color: #3891a7;
  border-bottom: 1px solid #3891a7;
  color: #fafafa;
  cursor: pointer;
  font-family: "Montserrat";
  z-index: 1011; }
.toggle-button svg {
  width: 1.5rem; }
.toggle-button span {
  font-size: 1.25rem;
  padding: 0 .25rem; }

.sidemenu {
  padding-top: 2rem;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 116px);
  overflow-y: scroll;
  top: 116px;
  left: -100vw;
  transition: .2s all;
  z-index: 100;
  padding: 1rem;
  background-color: #fff; }
.sidemenu .toggle-button {
  position: initial;
  display: flex;
  margin: 1rem 0;
  border-radius: 0.25rem; }
.sidemenu.active {
  left: 0;
  padding-top: 2rem; }
.sidemenu .header {
  padding-top: 0; }
.sidemenu .header .clear {
  color: #3891a7; }
.sidemenu .content {
  display: none; }

.block-facetapi {
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem; }
.block-facetapi:last-of-type {
  margin-bottom: 0; }
.block-facetapi .block-title {
  margin: 0;
  padding: .5rem;
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  color: #404040;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #e0e0e0; }
.block-facetapi .block-title::after {
  content: "+";
  color: #3891a7;
  display: block;
  position: relative;
  right: .5rem;
  font-size: 1.75rem;
  margin-top: -.5rem; }
.block-facetapi .item-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(1, 0, 0, 1); }
.block-facetapi .item-list ul {
  padding: 0;
  margin: 0; }
.block-facetapi .item-list ul li {
  list-style: none; }
.block-facetapi .item-list ul li {
  padding: .5rem .75rem;
  font-weight: 600;
  cursor: pointer; }
.block-facetapi .item-list ul li input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer; }
.block-facetapi .item-list ul li input:hover ~ .checkbox {
  border-color: #3891a7; }
.block-facetapi .item-list ul li input:checked ~ .checkbox {
  border: 2px solid #3891a7; }
.block-facetapi .item-list ul li input:checked ~ .checkbox::before {
  height: 7px;
  width: 12px;
  border-left: 2px solid #3891a7;
  border-bottom: 2px solid #3891a7;
  transform: rotate(-45deg);
  left: 2px;
  top: 3px;
  position: absolute;
  content: ''; }
.block-facetapi .item-list ul li .checkbox {
  height: 20px;
  width: 20px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  margin-right: .5rem;
  position: relative; }
.block-facetapi .item-list ul li .facetapi-checkbox {
  color: #3a3a3a; }
.block-facetapi .item-list ul li .facetapi-checkbox .count {
  color: #878787; }
.block-facetapi .item-list ul li.view-more, .block-facetapi .item-list ul li.view-less {
  background-color: #ededed; }
.block-facetapi .item-list ul li.view-more span, .block-facetapi .item-list ul li.view-less span {
  color: #343434;
  text-align: center;
  text-decoration: underline;
  width: 100%; }
.block-facetapi .item-list.expanded li {
  display: flex; }
.block-facetapi.active .block-title {
  border-radius: 0; }
.block-facetapi.active .block-title::after {
  content: "-";
  right: .7rem; }
.block-facetapi.active .item-list {
  max-height: 4000px; }

.photosphere-container {
  margin-top: 2rem; }

/* the viewer container must have a defined size */
.photosphere-viewer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.photosphere-close {
  position: absolute;
  z-index: 1600;
  top: 0;
  left: 0;
  background-color: #47AF5A;
  color: #fafafa;
  padding: .5rem;
  font-family: "Montserrat";
  border-bottom-right-radius: .25rem; }

.photosphere-viewer-container {
  z-index: 1500;
  display: none;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000050; }

.photosphere-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  width: 600px;
  height: 600px; }

.photosphere-preview img {
  width: 100%;
  height: auto; }

#viewer {
  width: 100%;
  height: 100%; }

.view-sitemap-categories > .view-content > .item-list > ul {
  display: flex;
  flex-flow: column wrap;
  padding: 0; }

.view-sitemap-categories > .view-content > .item-list > ul > li {
  flex-basis: content;
  margin: 10px 10px 0 0;
  /*    flex: 1 0 300px;*/
  /*    background: #efefef;*/
  padding: 5px; }

.sitetree ul, .sitetree li {
  position: relative; }

.sitetree ul {
  list-style: none;
  padding-left: 32px; }

.sitetree li::before, .sitetree li::after {
  content: "";
  position: absolute;
  left: -12px; }

.sitetree li::before {
  border-top: 1px solid #000;
  top: 11px;
  width: 8px;
  height: 0; }

.sitetree li::after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0px;
  top: 2px; }

.sitetree ul > li:last-child::after {
  height: 10px; }

.view-sitemap-categories > .view-content > .item-list > ul > li::before, .view-sitemap-categories > .view-content > .item-list > ul > li::after {
  border: none; }

#sidebar #block-views-blog-tags-block {
  text-align: left; }

.view-blog-tags .item-list ul {
  padding: 0px; }

.view-blog-tags .item-list a {
  color: black;
  background-color: #ccc; }

.view-blog-tags .item-list li:nth-child(-n+22) a {
  background-color: #ffc080; }

.view-blog-tags .item-list li:nth-child(-n+4) a {
  background-color: #7fffff; }

.view-latest-blogs .tile-grid .tile .tile-inner .image-block img {
  width: 480px;
  height: auto; }

.main-content {
  padding: 1rem;
  display: block; }

/* Some elements have bottom padding, better to control section margins separately */
section#trust-signals-top, section#hero-banner, section#free-delivery-banner, section#paypal-credit-banner, section#visit-showroom-banner, section#bayswater-banner {
  margin-bottom: 0.75rem; }

section#trust-signals-top {
  height: 85px; }

.view-latest-blogs .tile-grid .tile .tile-inner .image-block img {
  width: 480px;
  height: auto; }

.carousel-track {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px; }

#hero-banner {
  /*Prepare aspect ratio*/
  width: 100%;
  padding-top: 25.236593%;
  position: relative; }

.view-categories ul li:nth-child(n+9) {
  /* Display 8 or 9 categories depending on 2/3/4 grid width*/
  display: none; }
@media (max-width: 991px) {
  .view-categories ul li:nth-child(n+9) {
    display: block; } }
@media (max-width: 767px) {
  .view-categories ul li:nth-child(n+9) {
    display: none; } }

.main-content {
  padding: 1rem; }

.category-header .title {
  font-size: 2rem;
  margin: 0 0 1rem;
  text-align: center; }

.category-main {
  display: flex; }
.category-main h1, .category-main h2, .category-main h3, .category-main h4, .category-main h5, .category-main h6 {
  margin: 0; }
.category-main .sidemenu, .category-main .products {
  display: flex;
  flex-direction: column; }
.category-main .sidemenu .header, .category-main .products .header {
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: .5rem 0 1rem; }
.category-main .products {
  flex: 1 1 auto; }
.category-main .products .header .product-count {
  color: #a0a0a0; }

section#product-tile-grid .tile-grid .tile .tile-inner a img {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
section#product-tile-grid .tile-grid .tile .tile-inner:hover {
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }

.page-node-showrooms-page .info-page-header-container {
  position: relative; }
.page-node-showrooms-page .info-page-header-container .info-page-header {
  margin: 1rem 0 1rem;
  padding: .5rem;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.5rem;
  line-height: 1.15;
  color: #255f6e;
  background-color: #fff;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.page-node-showrooms-page .info-page-header-container .info-page-header-background {
  position: absolute;
  animation: 1s ease-in-out 2s 1 forwards width-0-to-100;
  width: 0;
  height: 100%;
  left: -10px;
  bottom: -10px;
  background-color: #3891a7;
  z-index: -1; }
.page-node-showrooms-page .info-page-content-container {
  font-family: "Montserrat";
  padding: 1rem; }
.page-node-showrooms-page .info-page-content-background {
  position: absolute;
  top: -20px;
  left: 0;
  height: calc(100% + 40px);
  width: 100%;
  background: #328094;
  background: linear-gradient(106deg, #0d8199 20%, #248692 40%, #0b8099 100%);
  z-index: -1;
  transform: rotate(-0.1deg);
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.page-node-showrooms-page .info-page-content-header {
  font-size: 1.5rem;
  position: relative;
  left: -10px;
  top: -10px;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  background-color: #255f6e;
  color: #fafafa;
  transform: rotate(-0.1deg);
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.page-node-showrooms-page h1 {
  position: relative;
  z-index: 1;
  margin: 1rem 0 1rem;
  padding: .5rem;
  text-align: center;
  font-family: "Montserrat";
  font-size: 2.5rem;
  line-height: 1.15;
  color: #255f6e; }
.page-node-showrooms-page h1::before {
  position: absolute;
  display: block;
  animation: 1s ease-in-out 2s 1 forwards width-0-to-100;
  content: "";
  bottom: -10px;
  left: -10px;
  height: 100%;
  background: #328094;
  background: linear-gradient(106deg, #0d8199 20%, #248692 40%, #0b8099 100%);
  z-index: -2;
  transform: rotate(-0.1deg);
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.page-node-showrooms-page h1::after {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  visibility: visible;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.page-node-showrooms-page section#showroom-introduction {
  margin: 0 0 2rem; }
.page-node-showrooms-page section#showroom-introduction .info-page-content-container .info-page-content-text {
  margin: 0 0 2rem; }
.page-node-showrooms-page section#showroom-introduction .info-page-content-container .info-page-content-text p {
  padding: 0 1rem; }
.page-node-showrooms-page section#showroom-introduction .info-page-content-container .video-container {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  overflow: hidden;
  padding-top: 56.25%; }
.page-node-showrooms-page section#showroom-introduction .info-page-content-container .video-container .video-background {
  animation: 1s ease-in-out 3s 1 forwards height-0-to-100;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #3891a7;
  z-index: -1;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.page-node-showrooms-page section#showroom-introduction .info-page-content-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: .75rem;
  z-index: 1; }
.page-node-showrooms-page section#illustrations {
  margin: 2rem 0; }
.page-node-showrooms-page section#illustrations .illustration-grid {
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat"; }
.page-node-showrooms-page section#illustrations .illustration-grid .illustration-box {
  display: flex;
  flex-direction: column;
  flex: 0 0 25%; }
.page-node-showrooms-page section#illustrations .illustration-grid .illustration-box .illustration-box-inner {
  display: flex;
  flex-direction: column;
  padding: 0 .75rem; }
.page-node-showrooms-page section#illustrations .illustration-grid .illustration-box .illustration-box-inner hr {
  border: 2px solid #2b7081;
  border-radius: 0.25rem;
  width: 75%;
  margin: 0; }
.page-node-showrooms-page section#illustrations .illustration-grid .illustration-box .illustration-box-inner .illustration-header {
  font-size: 1.15rem; }
.page-node-showrooms-page section#illustrations .illustration-svg {
  display: flex;
  justify-content: center;
  align-items: center; }
.page-node-showrooms-page section#illustrations svg {
  height: auto;
  width: 80%; }
.page-node-showrooms-page section#about-us {
  position: relative;
  z-index: 1; }
.page-node-showrooms-page section#about-us .info-page-content-container {
  color: #fafafa; }
.page-node-showrooms-page section#about-us .info-page-content-container p {
  margin-top: 0; }
.page-node-showrooms-page section#why-us {
  position: relative;
  z-index: 1;
  margin: 4rem 0 1rem 0; }
.page-node-showrooms-page section#why-us .info-page-content-container {
  display: flex;
  flex-wrap: wrap; }
.page-node-showrooms-page section#why-us .text-container {
  flex: 0 100%; }
.page-node-showrooms-page section#why-us .team-photo {
  display: none;
  flex: 0 0 100%;
  justify-content: center; }
.page-node-showrooms-page section#why-us .team-photo img {
  position: relative;
  margin-top: 0;
  width: 60%;
  height: auto;
  z-index: 1; }
.page-node-showrooms-page section#why-us .why-us-strap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto; }
.page-node-showrooms-page section#why-us .why-us-strap .why-us-bubbles {
  flex: 0 100%;
  text-align: center; }
.page-node-showrooms-page section#why-us .why-us-strap .why-us-bubbles svg {
  width: 90px;
  height: auto; }
.page-node-showrooms-page section#why-us .why-us-strap .why-us-text {
  flex: 0 100%; }
.page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading {
  color: #1e4f5b;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.2; }
.page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading-2 {
  font-size: 1.25rem;
  color: #1a1a1a;
  text-decoration: underline;
  text-decoration-color: #85302F;
  text-decoration-thickness: 2px;
  margin: 0; }
.page-node-showrooms-page section#factory-image-carousel {
  position: relative;
  z-index: 1;
  margin: 1rem 0 3rem; }
.page-node-showrooms-page section#factory-image-carousel .visit-today {
  color: #fafafa;
  text-align: right;
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -15px;
  height: 60px;
  padding: .5rem 1rem;
  background-color: #255f6e;
  transform: rotate(0.5deg);
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  z-index: 3; }
.page-node-showrooms-page section#factory-image-carousel .factory-image-carousel {
  padding: 0 1rem; }
.page-node-showrooms-page section#factory-image-carousel .factory-image-carousel img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: .25rem; }
.page-node-showrooms-page section#factory-image-carousel .factory-image-carousel .media:first-child {
  margin-top: 15px; }
.page-node-showrooms-page section#showroom-info {
  margin: 2rem 0 0 0;
  position: relative;
  z-index: 1; }
.page-node-showrooms-page section#showroom-info .info-page-content-background {
  height: 95%;
  background: linear-gradient(106deg, #0d96ae 20%, #259ca9 40%, #0b859a 100%); }
.page-node-showrooms-page section#showroom-info .info-page-content-container {
  display: flex;
  flex-wrap: wrap; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info {
  display: flex;
  flex-wrap: wrap;
  padding: .25rem;
  background-color: #fafafa;
  flex: 1 100%;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section {
  flex: 1 auto;
  padding: .5rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section h3 {
  margin-bottom: 16px;
  color: #000; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section ul {
  padding: 0;
  margin: 0;
  width: 100%; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section ul li {
  list-style: none; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section ul li {
  display: flex;
  align-items: center;
  padding: .25rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times h3 {
  color: #000; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times .left {
  flex: 0 1 auto;
  padding-right: .25rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times hr {
  height: 0;
  flex: 1 0 auto;
  border: 1px solid #1e4f5b;
  margin: 0 auto; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times .right {
  flex: 0 1 auto;
  padding-left: .25rem;
  text-align: right;
  white-space: nowrap; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times .weekend {
  color: #2777bd;
  border-color: #2777bd; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.address li {
  padding: .25rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days {
  display: flex;
  justify-content: center;
  flex: 1 100%;
  padding: 1rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .75rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container h3 {
  padding: .75rem;
  background-color: #ff3248;
  color: #fafafa;
  width: 100%;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1.2;
  transform: rotate(0.5deg); }
.page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container h3 span {
  font-size: 3.5rem;
  color: #4c0008;
  display: block;
  margin-bottom: -.25rem; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .map-section {
  flex: 0 100%;
  position: relative; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .map-section .find-us {
  color: #fafafa;
  text-align: right;
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -15px;
  height: 60px;
  padding: .5rem 1rem;
  background-color: #255f6e;
  transform: rotate(0.5deg);
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125);
  z-index: 3; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .map-section .map-container {
  padding: .75rem .25rem 1rem;
  position: relative; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .map-section .map-container svg {
  display: none;
  top: -50px;
  right: 250px;
  height: 110px;
  width: auto;
  position: absolute; }
.page-node-showrooms-page section#showroom-info .info-page-content-container .map-section .map-container iframe {
  width: 100%;
  z-index: 2;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.25); }
.page-node-showrooms-page section#voucher {
  margin-bottom: 2rem; }
.page-node-showrooms-page section#voucher .voucher-container {
  display: flex;
  margin: 0 1rem;
  flex-wrap: wrap;
  background-color: #FAFDFF;
  color: #043a48;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.125); }
.page-node-showrooms-page section#voucher .voucher-info {
  flex: 0 auto;
  font-family: "Montserrat";
  padding: 1rem 1rem; }
.page-node-showrooms-page section#voucher .voucher-graphics {
  display: flex;
  flex: 1 0 100%; }
.page-node-showrooms-page section#voucher .voucher-graphics .voucher-graphic-wrapper {
  display: flex;
  flex: 0 100%;
  padding: 1rem; }
.page-node-showrooms-page section#voucher .voucher-graphics svg {
  margin: 0 auto;
  max-width: 200px;
  width: 100%; }
.page-node-showrooms-page .webform-client-form {
  display: flex;
  padding: 1rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
  background: #fefefe;
  background: radial-gradient(ellipse at top left, #f8feff, transparent), radial-gradient(ellipse at 10% 50%, #fff, transparent), radial-gradient(ellipse at bottom right, #dfe1ff, transparent); }
.page-node-showrooms-page .webform-client-form .form-actions {
  width: auto; }
.page-node-showrooms-page .webform-client-form .form-actions .webform-submit {
  width: 100%;
  height: auto;
  padding: .5rem 2rem; }
.page-node-showrooms-page .webform-client-form fieldset {
  border: none; }
.page-node-showrooms-page .webform-client-form .webform-component-textarea textarea, .page-node-showrooms-page .webform-client-form .webform-component-textfield input[type="text"] {
  border: 1px solid #e3e0e0;
  background: #fff;
  border-radius: .25rem; }
.page-node-showrooms-page .webform-component--showroom-contact {
  font-family: "Montserrat"; }
.page-node-showrooms-page .webform-component--showroom-contact legend {
  color: #272727;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  margin: 0; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper {
  position: relative;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  background: none;
  box-shadow: none; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--figure {
  display: none;
  flex: 0 50%;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  position: relative; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--figure svg {
  max-width: 300px;
  height: auto;
  opacity: 0.6; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--details {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border: none; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--details.contact-form-details {
  flex: 0 100%; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--details.contact-form-message {
  flex: 0 100%; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--details .form-textarea-wrapper {
  width: 100%;
  min-height: 150px; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .form-actions {
  width: 100%; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .form-actions .webform-submit {
  width: 100%; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .contact-form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-color: #ffffffd9;
  background: radial-gradient(ellipse at top left, #e0daffe6, #0dcea169), radial-gradient(ellipse at 10% 50%, #4a586f40, transparent), radial-gradient(ellipse at bottom right, #f9ffff, #ffffffc7);
  padding: .5rem;
  border-radius: 0.25rem; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .contact-form-success .success-envelope-md {
  display: none;
  padding: 2rem;
  height: 100%; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .contact-form-success .success-envelope-md svg {
  max-width: 600px; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .contact-form-success .success-envelope-xs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem; }
.page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .contact-form-success .success-envelope-xs svg {
  max-width: 300px; }

/* -- Use this for special cases -- */
/* 
  'Display' utility classes would technically be 'mobile first' as opposed to 'Hide'
  but we'd be re-creating a framework design when really we just want to hide things
  and then we don't need to worry about what 'display' value an element needs.
*/
@media (max-width: 374px) {
  .hide-xs {
    display: none !important; }

  .page-content {
    margin-top: 150px; } }
@media (max-width: 639px) {
  .hide-sm {
    display: none !important; }

  .page-content {
    margin-top: 160px; } }
@media (max-width: 767px) {
  .hide-md {
    display: none !important; }

  .sticky-top .navbar .inner .head-row#bottom {
    position: absolute;
    display: block;
    height: calc(100vh - 120px);
    width: 100vw;
    left: 0;
    top: 112px;
    overflow-y: scroll;
    transition: 0.2s all;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .sticky-top .navbar .inner .head-row#bottom.inactive, .sticky-top .navbar .inner .head-row#bottom.inactive + .dark-overlay {
    left: -200vw; }
  .sticky-top .navbar .inner .head-row#bottom .dark-overlay {
    left: 0; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu {
    flex-direction: column; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li {
    margin: .5rem .5rem 0 .5rem;
    padding: 0px;
    flex-direction: column; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li a, .sticky-top .navbar .inner .head-row#bottom .category-menu li a.main-category-link, .sticky-top .navbar .inner .head-row#bottom .category-menu li .main-category-text {
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #f9f9f9;
    font-size: 0.9rem;
    padding: 0.5rem;
    box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.075);
    cursor: pointer; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li:hover a.main-category-link, .sticky-top .navbar .inner .head-row#bottom .category-menu li:hover .main-category-text {
    background-color: #ededed; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .main-category-link {
    display: none; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .main-category-text {
    display: block; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus.expand {
    display: block; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus.expand .menu-image {
    display: none; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus.expand .submenu-strapline .inner {
    flex-wrap: wrap; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus.expand .submenu-strapline .inner span {
    text-align: center;
    width: 100%; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.main-menu-text {
    display: flex; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.main-menu-text a {
    font-size: 1.15rem;
    color: #fafafa;
    background-color: #74bed1; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.main-menu-text:hover a {
    background-color: #61b5ca; }

  #hero-banner {
    padding-top: 60.52512%; } }
@media (max-width: 991px) {
  .hide-lg {
    display: none !important; }

  header#bottom {
    position: static; }

  header#top, .logged-in.navbar-horizontal #top, .logged-in.navbar-vertical #top {
    position: fixed; }

  header#top.open, .logged-in.navbar-horizontal #top.open, .logged-in.navbar-vertical #top.open {
    position: fixed; }

  .front div#topline {
    display: block; }

  body > section:first-of-type {
    margin-top: 0 !important; } }
/* -- Use this for most responsive design (Mobile First) -- */
@media (min-width: 375px) {
  .sticky-top .strapline {
    font-size: 0.9rem; }
  .sticky-top .navbar .inner .head-row {
    margin: 0px; }
  .sticky-top .navbar .inner .head-row#top .logo-container svg {
    width: 200px; }
  .sticky-top .navbar .inner .head-row#top .search .sidebar-toggle {
    font-size: 1.275rem; }
  .sticky-top .navbar .inner .head-row#top .search input, .sticky-top .navbar .inner .head-row#top .search button {
    font-size: 1rem; }
  .sticky-top .navbar .inner .head-row#top .search button svg {
    height: 1.18rem; }
  .sticky-top .navbar .inner .head-row#top a.icon svg {
    height: 1.5rem;
    width: 1.5rem; }
  .sticky-top .navbar .inner .head-row#bottom {
    top: 119px;
    width: 75vw; }
  .sticky-top .navbar .inner .dark-overlay {
    top: 123px; }

  .tile-grid.tile-grid-2-2-3-4 .tile, .tile-grid.tile-grid-2-2-3-3 .tile, .tile-grid.tile-grid-2-2-2-3 .tile, .tile-grid.tile-grid-2-2-4-4 .tile {
    flex: 0 1 50%; }
  .tile-grid.tile-grid-2-2-3-4 .tile-extra, .tile-grid.tile-grid-2-2-3-3 .tile-extra, .tile-grid.tile-grid-2-2-2-3 .tile-extra, .tile-grid.tile-grid-2-2-4-4 .tile-extra {
    display: none; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left {
    flex-wrap: wrap; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left .price, .tile-grid .tile .tile-inner .info-block .product-prices .left .rrp {
    flex: 0 1 100%;
    justify-content: center; }

  .sidemenu {
    height: calc(100vh - 123px); }

  .sidemenu, .toggle-button {
    top: 123px; }

  .page-node-showrooms-page section#illustrations .illustration-grid .illustration-box {
    flex: 0 0 50%; } }
@media (min-width: 640px) {
  .sticky-top .navbar .inner .head-row#top .logo-container {
    order: 0; }
  .sticky-top .navbar .inner .head-row#top .logo-container svg {
    width: 200px; }
  .sticky-top .navbar .inner .head-row#top .search .sidebar-toggle {
    font-size: 1.42rem; }
  .sticky-top .navbar .inner .head-row#top .search input, .sticky-top .navbar .inner .head-row#top .search button {
    font-size: 1.15rem; }
  .sticky-top .navbar .inner .head-row#top .search button svg {
    height: 1.375rem; }
  .sticky-top .navbar .inner .head-row#top a.icon svg {
    height: 2rem;
    width: 2rem; }
  .sticky-top .navbar .inner .head-row#top #phone-icon {
    order: 1; }
  .sticky-top .navbar .inner .head-row#top #phone-icon span {
    display: flex; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper {
    order: 2; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper svg {
    padding: 0 .15rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon {
    display: flex;
    margin: 0 .5rem 0 0;
    color: #fafafa;
    background-color: #85302F; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon:hover > span {
    background-color: #5f2222; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon svg {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon span {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: .25rem;
    display: flex; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon {
    color: #fafafa;
    background-color: #47AF5A; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon:hover {
    background-color: #388b47; }
  .sticky-top .navbar .inner .head-row#bottom {
    top: 130px; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu-strapline {
    display: block; }
  .sticky-top .navbar .inner .dark-overlay {
    top: 130px; }

  .tile-grid.tile-grid-1-2-3-4 .tile {
    flex: 0 1 50%; }
  .tile-grid.tile-grid-1-2-3-4 .tile-extra {
    display: none; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left {
    flex-wrap: nowrap; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left .price, .tile-grid .tile .tile-inner .info-block .product-prices .left .rrp {
    flex: 0 0 auto;
    justify-content: left; }

  footer .inner .column {
    flex: 50%; }

  .sidemenu {
    height: calc(100vh - 128px); }

  .sidemenu, .toggle-button {
    top: 128px; }

  .page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container h3 span {
    display: inline; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-bubbles {
    flex: 0 20%; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-bubbles svg {
    width: 110px; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-text {
    flex: 0 80%; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading {
    font-size: 1.5rem; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading-2 {
    margin: 0; } }
@media (min-width: 768px) {
  .sticky-top .navbar .inner .head-row#top .search {
    flex: 0 300px;
    order: 1;
    padding: 0; }
  .sticky-top .navbar .inner .head-row#top .search .sidebar-toggle {
    display: none; }
  .sticky-top .navbar .inner .head-row#top .search input, .sticky-top .navbar .inner .head-row#top .search button {
    font-size: 1rem; }
  .sticky-top .navbar .inner .head-row#top .search button svg {
    height: 1.18rem; }
  .sticky-top .navbar .inner .head-row#top #phone-icon {
    display: none; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper {
    order: 2; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper svg {
    padding: 0 .15rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon {
    display: flex;
    margin: 0 .5rem 0 0;
    color: #fafafa;
    background-color: #85302F; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon:hover > span {
    background-color: #5f2222; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon svg {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon span {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: .25rem;
    display: flex; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon {
    color: #fafafa;
    background-color: #47AF5A;
    height: 2rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon:hover {
    background-color: #388b47; }
  .sticky-top .navbar .inner .head-row#bottom {
    width: 100%; }
  .sticky-top .navbar .inner .head-row#bottom:hover + .dark-overlay {
    display: block;
    left: 0;
    top: 140px; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.main-menu-text {
    display: none; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.depth-1 {
    flex-grow: 1; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.depth-2 {
    margin-bottom: .5rem; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li.depth-3 {
    margin-bottom: 0px; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li a {
    font-size: 0.75rem;
    text-align: center;
    padding: .5rem .25rem; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li:hover .submenus {
    display: block; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li:hover a {
    background-color: #f9f9f9; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus {
    position: absolute;
    top: 121px;
    left: 0;
    width: 100%;
    z-index: 1021;
    box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #f9f9f9;
    min-height: 300px;
    /* Submenu stays displayed until mouse is off button or submenu */ }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus:hover {
    display: block; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .inner {
    display: flex;
    padding: 1rem; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu-strapline {
    margin-top: 0; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu:hover a {
    background-color: transparent; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu a, .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu span {
    text-align: left !important;
    background-color: transparent; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu a {
    color: #404040; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu .submenu-header {
    font-size: 1.15rem;
    padding: 0 0 .25rem;
    margin: 0 0 .25rem;
    border-bottom: 1px dashed #d3d3d3;
    color: #1a1a1a;
    display: flex;
    align-items: center; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu .submenu-header img {
    height: 30px;
    padding: 0 .5rem 0 0; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 {
    display: flex;
    flex-direction: column;
    flex: 1 1 25%; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2:not(:last-child) {
    padding: 0 1rem 0 0; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 > li > a, .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 > li > span.nolink {
    font-size: 1.15rem;
    padding: 0 0 .25rem;
    margin: 0 0 .25rem;
    border-bottom: 1px dashed #d3d3d3;
    color: #1a1a1a;
    display: flex;
    align-items: center; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 > li > a img, .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 > li > span.nolink img {
    height: 30px;
    padding: 0 .5rem 0 0; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 li {
    display: flex;
    flex-direction: column; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 li.menu-image {
    display: flex;
    justify-content: center; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 li.menu-image img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-2 li.menu-image a {
    border-bottom: none; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus .submenu.depth-3 li a {
    padding: .25rem 0;
    font-size: .9rem; }
  .sticky-top .navbar .inner .dark-overlay {
    display: none; }

  .carousel-track {
    max-height: 320px; }

  .tile-grid.tile-grid-1-2-3-4 .tile, .tile-grid.tile-grid-2-2-3-3 .tile, .tile-grid.tile-grid-2-2-3-4 .tile {
    flex: 0 1 33.33%; }
  .tile-grid.tile-grid-1-2-3-4 .tile-extra, .tile-grid.tile-grid-2-2-3-3 .tile-extra, .tile-grid.tile-grid-2-2-3-4 .tile-extra {
    display: flex; }
  .tile-grid.tile-grid-1-1-2-3 .tile {
    flex: 0 1 50%; }
  .tile-grid.tile-grid-1-1-2-3 .tile-extra {
    display: none; }
  .tile-grid.tile-grid-2-2-4-4 .tile {
    flex: 0 1 25%; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left {
    flex-wrap: wrap; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left .price, .tile-grid .tile .tile-inner .info-block .product-prices .left .rrp {
    flex: 0 1 100%;
    justify-content: center; }

  .toggle-button {
    display: none; }

  .sidemenu {
    position: initial;
    flex: 0 1 auto;
    width: 300px;
    min-width: 300px;
    overflow: hidden;
    height: 100%;
    padding: 0 1.5rem 0 0; }
  .sidemenu .toggle-button {
    display: none; }
  .sidemenu .content {
    display: block; }
  .sidemenu .content img, .sidemenu .content p, .sidemenu .content ul {
    margin: .5rem 0; }
  .sidemenu .content img {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  .sidemenu .content .categories {
    padding: 0; }
  .sidemenu .content .categories li {
    list-style: none;
    padding: .15rem 0; }
  .sidemenu .content .categories li a {
    color: #3891a7;
    text-decoration: none; }
  .sidemenu .content .categories li a:hover {
    text-decoration: underline; }

  .page-node-showrooms-page .info-page-header-container .info-page-header {
    font-size: 3rem; }
  .page-node-showrooms-page .info-page-content-header {
    font-size: 1.75rem; }
  .page-node-showrooms-page section#why-us .team-photo {
    display: flex; }
  .page-node-showrooms-page section#why-us .team-photo img {
    width: 60%; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading {
    font-size: 1.75rem; }
  .page-node-showrooms-page section#why-us .why-us-strap .why-us-subheading-2 {
    font-size: 1.25rem;
    margin: 0; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info {
    flex: 1 60%; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section {
    flex: 1 auto; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .showroom-info .section.opening-times h3 {
    font-size: 1rem; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days {
    flex: 1 40%; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container h3 {
    font-size: 3.25rem; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .open-7-days .open-7-days-container h3 span {
    font-size: 4.25rem; }
  .page-node-showrooms-page section#showroom-info .info-page-content-container .map-section .map-container svg {
    display: block; }
  .page-node-showrooms-page section#voucher .voucher-container {
    flex-wrap: nowrap; }
  .page-node-showrooms-page section#voucher .voucher-container .voucher-info {
    flex: 0 auto;
    padding: 1rem 3rem; }
  .page-node-showrooms-page section#voucher .voucher-container .voucher-graphics {
    flex: 1 0 40%;
    padding-right: 2rem; }
  .page-node-showrooms-page section#voucher .voucher-container .voucher-graphics .voucher-graphic-wrapper {
    flex: 0 50%; }
  .page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--figure {
    display: flex; }
  .page-node-showrooms-page .webform-component--showroom-contact .fieldset-wrapper .webform-component--showroom-contact--details {
    flex: 0 50%; }
  .page-node-showrooms-page .webform-component--showroom-contact .contact-form-success .success-envelope-xs {
    display: none; }
  .page-node-showrooms-page .webform-component--showroom-contact .contact-form-success .success-envelope-md {
    display: flex;
    justify-content: center;
    align-items: center; }

  section.fullscreen-popup {
    padding: 3rem; }

  .discount-popup .discount-popup-image-container {
    display: block; }
  .discount-popup .popup-title-container {
    text-align: center; }
  .discount-popup .popup-title-container .popup-title {
    margin: 0;
    line-height: .6;
    font-size: 2.25rem; }
  .discount-popup .popup-title-container .popup-title-subtext {
    font-size: 1.25rem;
    color: #4d4d4d; }
  .discount-popup .socials-wrapper {
    display: flex;
    align-items: center; }
  .discount-popup .socials-wrapper .socials-left {
    flex: 0 auto;
    text-align: left; }
  .discount-popup .socials-wrapper .socials-right {
    flex: 1 auto;
    text-align: right; }

  .view-sitemap-categories > .view-content > .item-list > ul {
    height: 180ex; }

  .photosphere-close {
    top: 2rem;
    left: 2rem; }

  .photosphere-viewer-container {
    padding: 2rem; } }
@media (min-width: 992px) {
  .sticky-top .navbar .inner .head-row#top .logo-container svg {
    width: 270px;
    height: 40px; }
  .sticky-top .navbar .inner .head-row#top .search {
    order: 1; }
  .sticky-top .navbar .inner .head-row#top .search .sidebar-toggle {
    display: none; }
  .sticky-top .navbar .inner .head-row#top .search input, .sticky-top .navbar .inner .head-row#top .search button {
    font-size: 1rem; }
  .sticky-top .navbar .inner .head-row#top .search button svg {
    height: 1.19rem; }
  .sticky-top .navbar .inner .head-row#top #phone-icon {
    display: none; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper {
    order: 2; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper svg {
    padding: 0 .15rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon {
    display: flex;
    margin: 0 .5rem 0 0;
    color: #fafafa;
    background-color: #85302F; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon:hover > span {
    background-color: #5f2222; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon svg {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #sale-icon span {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    padding: .25rem;
    display: flex; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon {
    color: #fafafa;
    background-color: #47AF5A; }
  .sticky-top .navbar .inner .head-row#top .icon-wrapper #basket-icon:hover {
    background-color: #388b47; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li a {
    font-size: 0.9rem; }
  .sticky-top .navbar .inner .head-row#bottom .category-menu li .submenus {
    top: 125px; }

  .tile-grid .tile .hero-title {
    font-size: 1.15rem; }
  .tile-grid.tile-grid-1-2-3-4 .tile {
    flex: 0 1 25%; }
  .tile-grid.tile-grid-1-2-3-4 .tile-extra {
    display: none; }
  .tile-grid.tile-grid-1-1-2-3 .tile, .tile-grid.tile-grid-2-2-2-3 .tile {
    flex: 0 1 33.33%; }
  .tile-grid.tile-grid-1-1-2-3 .tile-extra, .tile-grid.tile-grid-2-2-2-3 .tile-extra {
    display: flex; }
  .tile-grid.tile-grid-2-2-3-4 .tile {
    flex: 0 1 25%; }
  .tile-grid.tile-grid-2-2-3-4 .tile-extra {
    display: none; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left {
    flex-wrap: nowrap; }
  .tile-grid .tile .tile-inner .info-block .product-prices .left .price, .tile-grid .tile .tile-inner .info-block .product-prices .left .rrp {
    flex: 0 0 auto;
    justify-content: left; }

  footer .inner .column {
    flex: 25%; }

  .page-node-showrooms-page section#showroom-introduction .info-page-content-container .video-container {
    width: 80%;
    padding-top: 45%; }
  .page-node-showrooms-page section#illustrations .illustration-grid .illustration-box {
    flex: 0 0 25%; }
  .page-node-showrooms-page section#about-us .info-page-content-container {
    display: flex;
    flex-wrap: wrap; }
  .page-node-showrooms-page section#about-us .info-page-content-container p {
    flex: 0 50%;
    padding: 0 1rem; }
  .page-node-showrooms-page section#about-us .info-page-content-container p:nth-child(1) {
    order: 1; }
  .page-node-showrooms-page section#about-us .info-page-content-container p:nth-child(2) {
    order: 3; }
  .page-node-showrooms-page section#about-us .info-page-content-container p:nth-child(3) {
    order: 2; }
  .page-node-showrooms-page section#about-us .info-page-content-container p:nth-child(4) {
    order: 4; }
  .page-node-showrooms-page section#why-us .text-container {
    flex: 0 50%; }
  .page-node-showrooms-page section#why-us .team-photo {
    display: flex;
    flex: 0 0 50%; }
  .page-node-showrooms-page section#why-us .team-photo img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1; }

  .node-product-display .content .top-area .col-md-12 .row .col-md-6:first-of-type {
    position: sticky;
    top: 220px; }

  .view-sitemap-categories > .view-content > .item-list > ul {
    height: 120ex; } }

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