/********** Template CSS **********/

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #252525;
  letter-spacing: 1.5px;
  font-weight: 400;
}

h1 {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 5px;
}

h2 {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 10px 0 5px;
}

h3 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

h4 {
  color: #929292;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0px;
}

a {
  color: #252525;
  text-decoration: none;
}

a:hover {
  font-weight: 600;
}

.anchor-point {
  top: -120px;
  position: relative;
  visibility: hidden;
}

p,
li {
  line-height: 20px;
}

input {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#page-content {
  margin-top: 100px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.scroll-top {
  opacity: 0;
  position: fixed;
  bottom: 25px;
  left: 25px;
  padding: 5px;
  border: 2px solid #002c53;
  background: #ffffff;
  color: #002c53;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 100;
  transition: all 0.2s ease-out;
}

.scroll-top:hover {
  background: #fafafa;
  border: 2px solid #252525;
  padding: 2px 5px 8px 5px;
}

/* Notification Banner */
.notification-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #002c53;
  border-top: 2px solid #ffffff;
  z-index: 50;
  display: none;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.notification-banner-text {
  margin: 0 15px 0 10px;
  box-sizing: border-box;
  color: #ffffff;
  max-width: 800px;
  text-align: center;
}
.notification-banner-text p {
  margin: 0;
}
.notification-banner-close {
  margin: 0 10px 0 15px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

/* Header */

.header-banner {
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.5px;
}
.header-banner h3 {
  margin-bottom: 2px;
}
header {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  background: #ffffff;
  color: #002c53;
  border-bottom: 3px solid #002c53;
  z-index: 500;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 1.5px;
}

.header-top {
  padding: 15px 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  z-index: 20;
}

.header-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 50%;
	order: 1;
	box-sizing: border-box;
	padding-right: 20px;
	font-family: "Sorts Mill Goudy", serif;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  order: 3;
  box-sizing: border-box;
  padding-left: 20px;
}

.header-logo {
  width: 170px;
  order: 2;
  box-sizing: border-box;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.menu-controls {
  width: 30%;
  box-sizing: border-box;
}

.header-right .menu-controls {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.menu-control-buttons {
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  margin: 5px 10px;
}

.menu-control-buttons i {
  color: #002c53;
  font-size: 16px;
  cursor: pointer;
}

.basket-total {
  font-family: "Open Sans", sans-serif;
  margin-left: 2px;
}

.vat {
  margin: 5px 20px;
}

.vat select,
.vat option {
  border: 0px;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #002c53;
  text-transform: uppercase;
  outline: none;
}

.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.menu-icon .menu-icon_checkbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #002c53;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon.active span:first-of-type,
.menu-icon_checkbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.menu-icon.active span:last-of-type,
.menu-icon_checkbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}

/* Main Menu */

.main-menu {
  flex: 1 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.main-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.5%;
}
.main-menu-divider {
  border-right: 1px solid #002c53;
  height: 14px;
}
.header-left .main-menu {
  justify-content: flex-end;
}

.header-right .main-menu {
  justify-content: flex-start;
}

.sub-menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.main-menu-item a {
  color: #002c53;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 15px 0px;
  text-align: center;
  display: block;
  width: 100%;
}
.sub-menu-item a {
  color: #002c53;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
  display: block;
  width: 100%;
}

.sub-menu-container {
  order: 4;
  width: 100%;
  background: #ffffff;
}

.sub-menu {
  width: 70%;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  max-height: 0px;
  overflow: hidden;
  transition: none;
}

.sub-menu-active {
  padding: 10px 0px;
  transition: all 0.2s ease-in;
  max-height: 1000px;
}

.sub-menu-contact {
  font-family: "Open Sans", sans-serif;
  width: 20%;
  float: right;
  display: none;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 2;
}

.search {
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #002c53;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 20px;
}

.search form {
  flex: 1;
  display: flex;
  flex-flow: row;
}

.search-button {
  background: #ffffff;
  border: none;
  color: #252525;
  cursor: pointer;
}

.search input {
  background: #ffffff;
  border: none;
  flex: 1;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 26px;
}
.search input::placeholder {
  color: #252525;
  opacity: 0.8;
}

.search input:focus,
.search-button:focus {
  outline: none;
}

/* Side Menu */

.side-menu {
  z-index: 0;
  position: fixed;
  top: 0;
  display: flex;
  flex-flow: row;
  width: 100%;
}

.side-menu-left {
  background: #ffffff;
  color: #002c53;
  width: 50%;
  height: 100vh;
  padding-top: 110px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: relative;
  left: -100vw;
  transition: all 0.2s ease-out;
}
.side-menu-container {
  width: 100%;
  height: 75vh;
  max-width: 500px;
  padding-top: 8%;
  display: flex;
  flex-flow: column;
  align-items: center;
  overflow-y: auto;
}
.side-menu-left-items-cont {
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 10vh;
}
.side-menu-left-item,
.side-menu-right-item {
  font-family: "Sorts Mill Goudy", serif;
  padding: 10px 5px;
  text-align: center;
}

.side-menu-left-item a,
.side-menu-left-item.side-menu-left-no-href {
  color: #002c53;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.side-menu-left-search {
  margin: 15px auto 25px;
  width: 100%;
  max-width: 275px;
  text-align: center;
}

.side-menu-left-search .search {
  border-bottom: 1px solid #bababa;
}
.side-menu-left-search .search input::placeholder {
  color: #252525;
  opacity: 0.5;
}

.side-menu-left-search .search-button {
  opacity: 0.6;
}

.side-menu-left-controls {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 15px auto;
  width: 100%;
  max-width: 250px;
}
.side-menu-left-controls i {
  color: #252525;
  font-size: 16px;
}

.side-menu-left-contact {
  margin: 15px auto;
  text-align: center;
}
.side-menu-left-contact a {
  font-size: 10px;
  display: block;
  width: 100%;
  padding: 2px 0px;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.side-menu-right {
  background:  #ffffff;
  color: #ffffff;
  width: 50%;
  height: 100vh;
  padding-top: 110px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  position: relative;
  right: -100vw;
  transition: all 0.2s ease-out;
}

.side-menu-right .side-menu-container {
  direction: rtl;
}
.side-menu-right .side-menu-container .side-menu-right-item {
  direction: ltr;
}
.side-menu-right-items-cont {
  display: none;
}

.side-menu-right-item a,
.side-menu-right-item.side-menu-right-no-href {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.side-menu-right-item p {
  font-family: "Open Sans", sans-serif;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.project-item-menu {
  background-color: #ffffff;
  max-width: 325px !important;
  padding: 20px;
  border-radius: 10px;
  color: #252525;
  box-sizing: border-box;
  margin-top: 20px;
}

.project-item-menu a {
  color: #252525;
  text-transform: none;
}
.project-item-menu a:hover {
  font-weight: 400;
}
.project-item-menu img {
  max-width: 100%;
  margin-bottom: 10px;
}

/* Footer */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.footer-top {
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}
.footer-nt-logo {
  position: absolute;
  top: 10px;
  left: 30px;
}
.footer-nt-logo img {
  height: 50px;
  width: auto;
  opacity: 0.5;
}
.footer-nt-logo img:hover {
  opacity: 0.8;
}
.footer-instagram {
  position: absolute;
  top: 10px;
  right: 30px;
  height: 50px;
  display: flex;
  align-items: center;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-instagram i {
  font-size: 20px;
  padding-left: 10px;
}
.footer-instagram a {
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.footer-instagram a:hover {
  opacity: 0.8;
}

.footer-mid {
  width: 100%;
  background-color: #fafafa;
  color: #002c53;
  border-bottom: 3px solid #002c53;
  font-family: "Sorts Mill Goudy", serif;
  letter-spacing: 1.5px;
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.footer-item a {
  display: block;
  padding: 10px 20px;
  text-align: center;
}
.footer-divider {
  border-right: 1px solid #002c53;
  height: 12px;
}

.footer-bottom {
  padding: 5px 0px 10px;
  width: 100%;
  background-color: #002c53;
  color: #ffffff;
  font-size: 8px;
  text-align: center;
}

/* Search Results */

.search-results-cont {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.search-results-cont .category-product-item {
  width: 30%;
}
#search-results em {
  font-family: "Open Sans", sans-serif;
}
#search-results .page-header {
  margin-bottom: 0px;
}
#search-results .text-block {
  margin-bottom: 20px;
}
#search-results .search-cont {
  padding: 20px;
  position: sticky;
  top: 92px;
  background: #ffffff;
  z-index: 30;
}
#search-results .search {
  margin-bottom: 0px;
}

/* Content Block Elements */

.content-block:nth-of-type(odd) {
  flex-flow: row-reverse;
}

.content-block p {
  text-align: justify;
  text-align-last: center;
}

.content-block h2 {
  margin-top: 5px;
}
.block-link {
  margin: 20px auto 0;
  border: 1.5px solid #ffffff;
  background: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  width: 200px;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
}

.block-link a,
.block-link.no-href {
  padding: 7px 0;
  display: block;
  text-align: center;
  cursor: pointer;
}
.block-link a {
  width: 100%;
}

.block-link:hover {
  border: 1.5px solid #252525;
  background: #fafafa;
  box-shadow: 0px 0px;
  font-weight: 600;
}

.text-block {
  background-color: #fafafa;
  width: 100%;
  margin-bottom: 40px;
}

.text-block-cont {
  position: relative;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  box-sizing: border-box;
}

.text-block-cont h1 {
  margin-top: 6px;
}

.text-block-cont p {
  text-align: justify;
  text-align-last: center;
}

.text-block-cont .block-link {
  margin-top: 20px;
}

.text-link-connector {
  margin-top: -40px;
  margin-bottom: -40px;
  height: 50px;
  width: 100%;
  background-color: #fafafa;
}
.link-block {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.link-block img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.link-block-content {
  width: 50%;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

.link-block .block-link {
  margin-top: 60px;
}

.link-blue-block {
  background-color: #002c53;
  margin-top: 120px;
  margin-bottom: 40px;
  color: #ffffff;
  padding: 20px 0 0;
}

.link-blue-block .link-block {
  margin: 0px auto;
  padding: 0 20px 20px 20px;
}

.link-blue-block.content-block:nth-of-type(odd) .link-block {
  flex-flow: row-reverse;
}
.link-blue-block h2 a,
.link-blue-block p a {
  color: #ffffff;
}

.link-blue-block .link-block img {
  border-radius: 10px;
  margin-top: -80px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.half-block {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 40px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.half-block img {
  width: 45%;
  height: auto;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.half-block-content {
  width: 45%;
  text-align: center;
}

.text-content-block {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: justify;
  text-align-last: center;
}

.lifestyle-block {
  width: 100%;
  margin: 60px auto 60px 0;
  padding-left: 0px;
  padding-right: 20px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
}
.lifestyle-block img {
  width: 100%;
  max-width: 70%;
  height: auto;
  border-radius: 0 10px 10px 0;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.lifestyle-block-content {
  width: 20%;
  margin-left: 3%;
  text-align: center;
}

.lifestyle-block.content-block:nth-of-type(odd) {
  margin: 60px 0 60px auto;
  padding-right: 0px;
  padding-left: 20px;
  box-sizing: border-box;
}
.lifestyle-block.content-block:nth-of-type(odd) img {
  border-radius: 10px 0 0 10px;
}

/* Projects */

.project-block {
  width: 100%;
  text-align: center;
}

.project-cont,
.project-cont-menu {
  margin-top: 20px;
  width: 100%;
  background-color: #fafafa;
}

.project-row {
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 20px;
  box-sizing: border-box;
}

.page-projects .project-row {
  max-width: 1000px;
}

.project-item {
  max-width: 400px;
  margin-bottom: 20px;
  perspective: 1000px;
}

.project-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.project-card-front,
.project-card-details {
  height: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  backface-visibility: hidden;
  perspective: 0;
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.project-card-front-details {
  width: 100%;
  cursor: pointer;
}
.project-card-front p,
.project-item-menu p {
  display: none;
}
.project-card-front p:first-of-type,
.project-item-menu p:first-of-type {
  display: block;
}
.project-card-details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  transition: opacity 0.3s ease-in-out;
  transform: rotateY(180deg);
}
.project-card-details p {
  text-align: justify;
  text-align-last: center;
}
.project-card-details p:first-of-type {
  font-weight: 600;
}
p.project-footer {
  text-align: left;
  text-align-last: left;
  font-style: italic;
  font-size: 10px;
}
.close-project {
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  float: right;
  margin-top: -30px;
  margin-right: -20px;
}

.project-item h2 {
  margin-top: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.project-item .slick-list,
.project-item-menu img {
  border-radius: 10px;
}

.slick-dots {
  bottom: -32px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #252525;
}

.projects-map {
  width: 100%;
  height: 700px;
  margin: 0;
  background-image: url("https://stevensons.s3.eu-west-1.amazonaws.com/images/Projects-Map.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.projects-map-text {
  position: absolute;
  right: 5%;
  bottom: 5%;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 0px 60px;
}

/* Homepage */

.homepage-hero {
  width: 100%;
  max-width: 1495px;
  height: 495px;
  margin: 115px auto 20px;
  display: flex;
  position: relative;
}

#home-hero-image {
  background-image: url(https://files.ekmcdn.com/1abc6d/resources/design/home-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  justify-content: center;
}

.homepage-hero-overlay {
  position: relative;
  top: 30%;
}
.homepage-hero-overlay img {
  width: 250px;
  filter: brightness(0) invert(1) drop-shadow(5px 8px 5px #252525);
}

.homepage-hero-text {
  position: absolute;
  right: 0;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.85);
}

.homepage-hero-text a {
  padding: 10px 60px;
}

.homepage-hero-text:hover {
  background: #ffffff;
}

.homepage-hero-location {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 5px #252525;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 10px;
  text-transform: uppercase;
}

.homepage-hero-location div {
  display: none;
}
.homepage-products-block {
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
  background-image: url("https://stevensons.s3-eu-west-1.amazonaws.com/images/home-products.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.homepage-products-link,
.digital-showroom-link {
  position: absolute;
  right: 10%;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  box-sizing: border-box;
}

.homepage-products-link a,
.digital-showroom-link {
  padding: 10px 60px;
}

.digital-showroom-link h2 {
  margin: 3px 0 0;
}

.homepage-products-link:hover,
.digital-showroom-link:hover {
  background: #ffffff;
}

/* Product Categories */

.category-header {
  padding-top: 75px;
  width: 100%;
  margin-bottom: 20px;
}
.category-header-cont {
  background: #fafafa;
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
}
.category-header-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-bottom: 20px;
}
.category-header-image img {
  width: 400px;
  height: auto;
  margin-top: -60px;
}

.category-back {
  position: absolute;
  top: 20px;
  right: 0;
  color: #929292;
  cursor: pointer;
  font-weight: 400;
  padding-right: 20px;
}
.category-back:hover {
  color: #252525;
  font-weight: 400;
}
.category-header-text {
  position: relative;
  width: 100%;
  max-width: 60%;
  padding-top: 20px;
  margin-left: 10%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  text-align-last: center;
}
.category-header-text h1 {
  margin-top: 6px;
}

.category-header-text .block-link {
  margin-top: 20px;
}

.category-product-cont {
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
}
.product-filters {
  width: 250px;
  min-width: 180px;
  position: sticky;
  top: 120px;
}
.product-filters-header {
  display: none;
}
#ekm-sortby-option {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  border: 0px;
  width: 100%;
  margin-left: -10px;
  margin-bottom: 20px;
  padding: 5px;
  outline: none;
}

.filter-name {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 10px 0;
}
.product-filters ul {
  list-style-type: none;
  padding-inline: 0px;
  margin: 5px 0 20px;
}

.product-filters li {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 5px 0px;
}

.product-filters input {
  visibility: hidden;
  width: 0px;
}

.product-filters label {
  cursor: pointer;
  transition: margin 0.1s ease-in;
}
.product-filters label:hover,
.product-filters input:checked + label {
  font-weight: 600;
  color: #002c53;
  margin-left: -5px;
  transition: margin 0.1s ease-in;
}

.ekm-filter-count {
  font-family: "Open Sans", sans-serif;
}
.ui-slider {
  width: 90%;
  margin: 0 auto;
}
.ui-slider-range,
.ui-slider-handle {
  background-color: #002c53 !important;
}
.price-labels {
  width: 95%;
  margin: 5px auto;
}
.filter-reset-button {
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.8;
}
.filter-reset-button:hover {
  font-weight: 600;
  opacity: 1;
}

#category-products {
  width: 100%;
}
.category-products {
  padding-left: 5%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.category-product-item {
  width: 48%;
  padding: 0px 5px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

.category-product-item:hover .category-product-item-code,
.category-product-item:hover .category-product-item-name {
  font-weight: 600;
}

.category-product-item-image-cont {
  width: 100%;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
}
.category-product-item-image {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 1s ease-out;
}

.category-product-item-image a {
  width: 100%;
  padding-top: 100%;
  display: block;
}

.category-product-item-image-cont img {
  width: 100%;
  height: auto;
}

.category-product-item:hover .category-product-item-image {
  transform: scale(1.2);
}

.category-product-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 33%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}

.category-product-view {
  position: absolute;
  background-color: #ffffff;
  bottom: -60px;
  width: 100%;
  text-align: center;
  z-index: 2;
  transition: bottom 0.2s ease-in;
}
.category-product-view a {
  padding: 15px 10px;
  width: 100%;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-sizing: border-box;
}
.category-product-view a:hover {
  font-weight: 400;
}
.category-product-item:hover .category-product-view {
  bottom: -10px;
}
.category-product-name-desc {
  background-color: #ffffff;
  z-index: 2;
}

.category-product-name-desc {
  height: 100%;
  width: 100%;
}

.category-product-item-code {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 4px;
}

.category-product-item-code a {
  display: block;
  padding: 15px 0 5px;
  width: 100%;
}

.category-product-item-name {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
}

.category-product-item-name a {
  display: block;
  padding: 5px 0;
  width: 100%;
}

.category-product-item-description {
  font-size: 12px;
}

.category-product-item-description a {
  display: block;
  width: 100%;
}

.category-product-item-price {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  width: 100%;
}
.category-product-item span {
  font-size: 12px;
  letter-spacing: 1px;
}
.category-product-item-price a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.category-product-item-description a:hover,
.category-product-item-price a:hover {
  font-weight: 400;
}
.ekm-loadmore-button-styled {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  width: 200px;
  color: #252525;
  font-weight: 400;
  font-size: 12px;
  padding: 7px 0;
  display: block;
  text-align: center;
}

.inc-vat,
.exc-vat {
  display: none;
}

.category-page-nav {
  margin-left: 5%;
  width: 95%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 12px;
  background: #fafafa;
  padding: 10px 20px;
  box-sizing: border-box;
}

.search-page-nav {
  margin: 0 auto;
  max-width: 1400px;
}

.category-page-nav-button {
  width: 123px;
}
.category-page-nav-button a,
.category-page-nav-numbers a {
  border: 1.5px solid #ffffff;
  background: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  width: 100px;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
  padding: 7px 0;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 10px;
}

.category-page-nav-numbers a {
  width: 50px;
}

.category-page-nav-button a:hover,
.category-page-nav-numbers a:hover,
.category-page-nav-numbers-current {
  border: 1.5px solid #252525 !important;
  background: #fafafa !important;
  box-shadow: 0px 0px !important;
  font-weight: 600 !important;
}
.category-page-nav-numbers {
  display: flex;
  flex-flow: row;
}

/* All Products Category */
.product-grid {
  display: grid;
  max-width: 1400px;
  margin: 0 auto;
  column-gap: 20px;
  row-gap: 20px;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 450px;
  padding-bottom: 30px;
}

.product-grid-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  border-radius: 10px;
}
.product-grid-image a {
  width: 100%;
  height: 100%;
  display: block;
}

.product-grid-image {
  width: 100%;
  height: 100%;
  flex: 1 0 auto;
  transition: all 1s;
}
.product-grid-item:hover .product-grid-image {
  transform: scale(1.1);
}
.product-grid-item#grid-9 {
  margin: 0 0 0 0;
}
.product-grid-item#grid-2 {
  margin: 0 0 20px 0;
}
.product-grid-item#grid-20 {
  margin: 0 0 70px 0;
}
.product-grid-item#grid-23 {
  margin: 0px 0 80px 0;
}
.product-grid-item#grid-17 {
  margin: -20px 0 80px 0;
}
.product-grid-item#grid-35 {
  margin: -70px 0 -20px 0;
  grid-row: span 2;
}
.product-grid-item#grid-30 {
  margin: -80px 0 130px 0;
  grid-column: span 2;
}
.product-grid-item#grid-19 {
  margin: -130px 0 70px 0;
}
.product-grid-item#grid-18 {
  margin: -130px 0 10px 0;
}
.product-grid-item#grid-22 {
  margin: 20px 0 -60px 0;
}
.product-grid-item#grid-21 {
  margin: -70px 0 -10px 0;
}
.product-grid-item#grid-24 {
  margin: -10px 0 -10px 0;
}
.product-grid-item#grid-26 {
  margin: 10px 0 -50px 0;
}
.product-grid-item#grid-25 {
  margin: 60px 0 -10px 0;
}
.product-grid-item#grid-bespoke {
  grid-column: span 3;
  margin: 10px 0 0px 0;
}
.product-grid-content {
  position: absolute;
  right: 0%;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  font-weight: 400;
  font-family: "Sorts Mill Goudy", serif;
  transition: all 1s;
}
.product-grid-content a {
  padding: 10px 20px 6px;
  display: block;
}
.product-grid-content a:hover {
  font-weight: 400;
}
.product-grid-item:hover .product-grid-content {
  background: rgba(255, 255, 255, 1);
  font-weight: 400;
  text-shadow: 1px 0 0 #252525;
}
/* Product Page */

.product-page {
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
}

.product-image {
  width: 48%;
}
.product-images {
  width: 100%;
}

.product-images .slick-track {
  display: flex;
  align-items: center;
}

.product-images img {
  height: auto;
}

.product-content {
  width: 45%;
  display: flex;
  flex-flow: column;
}

.product-header {
  width: 100%;
  margin-top: 10px;
}

.product-header h1 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.product-wishlist {
  float: right;
  width: 50px;
  text-align: right;
}

.product-back {
  margin-top: -10px;
  margin-bottom: 15px;
  color: #929292;
  cursor: pointer;
  font-weight: 400;
}
.product-back:hover {
  color: #252525;
  font-weight: 400;
}
.add-to-wishlist {
  background: #ffffff;
  color: #252525;
  border: 0px;
  cursor: pointer;
}

#add-to-wishlist:disabled {
  color: #dddddd;
  cursor: unset;
}

.add-to-wishlist.wishlist-disabled {
  color: #929292;
}
.add-to-wishlist i {
  font-size: 24px;
}

.product-code-price {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-code {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  letter-spacing: 3px;
}

.product-price-cont {
  text-align: right;
}
.product-price {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 600;
}
#vat {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.product-description {
  width: 80%;
  text-align: justify;
}

.product-spec-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  background: #fafafa;
  padding: 10px 10px 5px;
  margin-bottom: 10px;
}
.product-spec-list-item {
  padding: 0 10px 5px;
  box-sizing: border-box;
}

#wishlist-login-cont {
  display: none;
  flex-flow: column;
}
.product-controls {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  flex: 1 0 auto;
  height: 100%;
  margin-bottom: 15px;
}

.quantity {
  margin: 20px 0 20px 20px;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.quantity .quantity-cont {
  display: flex;
  flex-flow: row;
}

.quantitycontrol {
  flex: 1;
  background: #ffffff;
  color: #252525;
  min-width: 15px;
  padding: 0px 10px 5px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.quantity .quantity-label {
  display: inline-block;
  margin-right: 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.quantity .quantity-input {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  flex: 1 0 auto;
  text-align: center;
  border: none;
  outline: none;
}

.add-to-cart-cont {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
}

.add-to-cart-button {
  font-size: 12px;
  margin: 0px 0px 0px 30px;
  padding: 10px;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: 600;
}

.add-to-quote-button {
  font-size: 12px;
  margin: 0px;
  padding: 10px 0px;
  letter-spacing: 3px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
}

.product-quote-only {
  max-width: 400px;
  margin-top: 15px;
  font-size: 11px;
  text-align: right;
}
.product-dropdowns {
  width: 100%;
  display: flex;
  flex-flow: column;
}

.product-dropdown-cont {
  width: 100%;
  border-top: 1px solid #252525;
}

.product-dropdown-cont:last-of-type {
  border-bottom: 1px solid #252525;
}

.product-dropdown-cont p {
  text-align: justify;
  text-align-last: center;
  font-size: 11px;
}

.product-dropdown-label {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
}

.product-dropdown-control {
  float: right;
  font-size: 16px;
  margin-top: -3px;
}

.product-dropdown-content {
  display: none;
  padding: 0 10px 15px;
  box-sizing: border-box;
}
#product-dropdown-downloads {
  text-align: center;
}
.product-download {
  width: 100%;
  text-align: center;
}
.product-download a {
  display: block;
  text-transform: uppercase;
  padding: 7px;
}
#product-dropdown-bespoke p {
  text-align: justify;
}
#product-dropdown-bespoke .block-link {
  margin-top: 20px;
}

.product-options {
  margin-bottom: 20px;
}
.product-option-cont {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0 10px 10px 0;
}
#variant-label {
  padding-right: 15px;
}
.product-option-cont select,
.ekm-productoptions-radio-option-header ~ .product-option-checkbox {
  display: none;
}
.product-option-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 20px;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-option-checkbox input {
  display: none;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  padding: 2px;
  border: 1px solid #252525;
  border-radius: 3px;
  background-color: #ffffff;
}

.product-option-checkbox:hover input ~ .checkmark {
  background-color: #fafafa;
  box-shadow: 0 0 0 1px #252525;
}

.product-option-checkbox input:checked ~ .checkmark {
  background-color: #252525;
  box-shadow: 0 0 0 1px #252525;
}

.product-option-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.product-option-checkbox input ~ .checkmark:after {
  content: "\2716";
  color: #fafafa;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-option-checkbox input:checked ~ .checkmark:after {
  display: flex;
  content: "\2713";
  color: #ffffff;
}

.ekm-productoptions-radio-option-wrapper.with-label {
  margin-bottom: 0px !important;
  min-width: 60px !important;
}

.ekm-productoptions-radio-option-label-span {
  font-weight: 500 !important;
  margin-top: 5px;
}

.ekm-productoptions-radio-option-label:hover,
.ekm-productoptions-size-option-label:hover {
  box-shadow: 0 0 0 1px #252525 !important;
}
.ekm-productoptions-radio-option:checked + label {
  box-shadow: 0 0 0 2px #252525 !important;
}
.ekm-productoptions-radio-option:checked + label + span {
  font-weight: 600 !important;
}

.ekm-productoptions-size-option-header {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.ekm-productoptions-size-option-label {
  flex: 1 0 auto;
  min-width: 100px;
  margin: 5px !important;
  text-align: center;
  padding: 10px !important;
  border: 1px solid #252525 !important;
  background-color: #ffffff !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  letter-spacing: 2px;
}

.ekm-productoptions-size-option:checked + label {
  box-shadow: 0 0 0 2px #252525 !important;
  color: #252525 !important;
  font-weight: 600;
}
.ekm-productoptions-radio-option-wrapper.with-label {
  box-sizing: border-box;
  padding: 0px !important;
  margin: 5px !important;
}
.ekm-productoptions-radio-option-label {
  width: 75px !important;
  height: 75px !important;
  background-origin: content-box !important;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 5px !important;
  padding: 5px !important;
  border: 1px solid #252525 !important;
  background-color: #ffffff !important;
  border-radius: 3px !important;
  box-sizing: border-box;
}
.ekm-productoptions-radio-option-label + span {
  font-size: 12px !important;
  letter-spacing: 2px;
}
.ekm-productoptions-radio-option-label:checked {
  box-shadow: 0 0 0 2px #252525 !important;
}
.ekm-productoptions-radio-option-label:checked + span {
  color: #252525 !important;
  font-weight: 600;
}

.product-page-login-cont {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.product-page-login-header {
  display: flex;
  flex-flow: row;
  width: 100%;
}
.product-page-login-tab {
  width: 50%;
  text-align: center;
  cursor: pointer;
}
.product-page-login-close {
  width: 10%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#login-tab {
  font-weight: 600;
}

.product-page-login {
  display: none;
  flex-flow: column;
  width: 100%;
  background: #e1e1e1;
  padding: 0px 10px;
  box-sizing: border-box;
}
#wishlist-login-cont {
  text-align: center;
}
.product-page-login-tab {
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#download-login,
#wishlist-login {
  display: flex;
}

#download-login-tab,
#wishlist-login-tab {
  font-weight: 600;
  background-color: #e1e1e1;
}

.product-page-login-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.product-page-login-row:last-of-type {
  margin-bottom: 10px;
}

.product-page-login-item {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
}

.product-page-login-item .shopui-label-details {
  font-size: 11px;
  padding: 0px 10px;
}
#wishlist-create .product-page-login-item,
#download-create .product-page-login-item {
  width: 100%;
}
#wishlist-create .product-page-login-row:last-of-type,
#download-create .product-page-login-row:last-of-type {
  justify-content: flex-end;
}
.product-page-login-item .login-label {
  text-transform: uppercase;
  padding: 5px;
}

.product-page-login-item .shopui-text-field {
  background: #e1e1e1;
}

#product-quote-list {
  overflow-y: auto;
}

.product-quote-list-options {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 10px;
}

.product-quote-continue {
  font-size: 11px;
  cursor: pointer;
}
.product-quote-continue:hover {
  font-weight: 600;
}

.related-products {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#related-products {
  width: 100%;
  text-align: center;
}
.related-products-cont,
.related-products-mob-cont {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  box-sizing: border-box;
}

.related-products .category-product-item {
  width: 30%;
}

.related-products .category-product-item-code,
.related-products .category-product-item-name {
  font-size: 14px;
}

/* Sidebar */

.sidebar {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  background: rgb(146 146 146 / 50%);
  z-index: 20;
}

.locked {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.sidebar-cont {
  display: none;
  margin-left: auto;
  overflow-y: auto;
  max-width: 500px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-bottom: 25vh;
  background: #ffffff;
}

.sidebar-header {
  padding: 10px 0 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.sidebar-header h2 {
  flex: 1 0 auto;
}
.sidebar-close {
  font-size: 14px;
  cursor: pointer;
  padding-right: 10px;
}

.sidebar-form {
  overflow-y: auto;
  padding-bottom: 50px;
}

.sidebar-form .intro {
  margin-top: 4px;
}

/* Static Content Pages */

.page-header {
  text-align: center;
  padding-top: 20px;
  width: 100%;
  margin-bottom: 40px;
}

.page-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-back {
  position: absolute;
  right: 0;
  color: #929292;
  cursor: pointer;
  font-weight: 400;
  padding-right: 20px;
}
.page-back:hover {
  color: #252525;
  font-weight: 400;
}

#contact-details a {
  display: block;
  font-size: 14px;
  padding: 3px 0;
}

#showroom-details .block-link {
  margin-top: 20px;
}

.contact-form-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.contact-form-row label,
.quote-supplyinstall-item label {
  width: 20%;
  margin-right: 5%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: right;
}

.contact-form-row input,
.contact-form-row textarea {
  width: 75%;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: left;
  text-align-last: left;
}

.contact-form-row input {
  height: 30px;
  border: 0px;
  border-bottom: 1px solid #252525;
}

#postcode {
  width: 170px;
  height: 40px;
  border: 1px solid #252525;
  text-transform: uppercase;
  padding: 5px 10px;
  box-sizing: border-box;
}

.contact-form-row select {
  width: 75%;
  border: 0px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  color: #002c53;
  text-transform: uppercase;
  outline: none;
  margin-bottom: 5px;
}

#contact-form-button {
  padding-bottom: 20px;
}
.contact-form-row input:focus,
#contact-form-button:focus {
  outline: none;
}

.contact-form-row textarea {
  height: 15vh;
  border: 1px solid #252525;
  margin: 5px 0;
}

#address {
  height: 80px;
}

#contact-form-submit {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

#contact-form-button input {
  border: 1.5px solid #ffffff;
  background: #ffffff;
  color: #252525;
  border-radius: 3px;
  text-transform: uppercase;
  width: 200px;
  height: unset;
  margin-top: 20px;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
  padding: 7px 0;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 3px;
  cursor: pointer;
  text-align: center;
  text-align-last: center;
}

#contact-form-button input:hover {
  border: 1.5px solid #252525;
  background: #fafafa;
  box-shadow: 0px 0px;
  font-weight: 600;
}

.full-page-form {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.full-page-form #title {
  margin-top: 5px;
}
.columns-form,
.arch-form {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #fafafa;
}
.columns-form p {
  width: 80%;
  margin: 10px auto;
}
.column-form-choice,
.column-form-text-choice {
  display: flex;
  flex-flow: row wrap;
  width: 75%;
}
.column-form-choice img {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin-bottom: 5px;
  border: 2px solid #ffffff;
}
.column-form-choice label {
  width: 120px !important;
  text-align: center;
  cursor: pointer;
  margin: 10px 20px 10px 0;
}
.column-form-choice input[type="radio"],
.column-form-text-choice input[type="radio"] {
  display: none;
}
.column-form-choice input[type="radio"]:checked + label img {
  border: 2px solid #252525;
}
.column-form-text-choice label {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #bababa;
  width: 80px !important;
  text-align: center;
  cursor: pointer;
  margin: 10px 20px 10px 0;
}

#ionic-column-size,
#doric-column-size {
  display: none;
}
#ionic-column-size p,
#doric-column-size p {
  width: 100%;
}
#column-material label {
  width: 120px !important;
}

.column-form-text-choice input[type="radio"]:checked + label {
  border: 2px solid #252525;
  background-color: #ffffff;
  font-weight: 700;
}
.column-form-choice input[type="radio"]:checked + label {
  font-weight: 700;
}
.contact-form-row textarea#bespoke {
  height: 8vh;
}
.measurement-input {
  width: 70%;
  display: flex;
  align-items: center;
}
.measurement-details input[type="number"] {
  width: 60%;
  background: #fafafa;
  text-align-last: center;
}
.form-measurement {
  width: 37%;
  text-align: left;
  margin-left: 3%;
}
.column-quantity {
  width: 200px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.column-quantity .quantitycontrol {
  background-color: #fafafa;
  width: 50px;
}
.column-quantity input[type="number"] {
  border-bottom: 0px;
  width: 100px;
  background-color: #fafafa;
  text-align-last: center;
}
.full-page-form .quote-form-project,
.full-page-form .quote-form-contact {
  width: 100%;
}
.full-page-form .quote-form-project {
  background-color: #ffffff;
  padding: 20px;
}
.full-page-form .quote-submit {
  margin-top: 0px;
  justify-content: flex-end;
}
.arch-spec {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 10px 0px;
}
.arch-spec img {
  width: 100%;
}
#arch-design-reqs {
  font-size: 9px;
  font-style: italic;
  line-height: 14px;
  text-transform: none;
  width: 100%;
}

#bespoke-plasterwork-form-message {
  display: none;
}
#quote-list {
  font-size: 12px;
  text-transform: uppercase;
}

#quote-list td {
  padding: 5px;
}

#quote-list tr:first-of-type {
  font-weight: 600;
  letter-spacing: 2px;
  background-color: #fafafa;
}

#quote-list tr td:nth-of-type(2),
#quote-list tr td:nth-of-type(3) {
  text-align: center;
  width: 15%;
}
#quote-list tr td:nth-of-type(4) {
  text-align: center;
  font-size: 10px;
  width: 15%;
  cursor: pointer;
}

.empty-quote {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 20px;
}

.quote-submit {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.empty-quote-continue-shopping {
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.quote-continue-shopping {
  width: 50%;
  text-align: left;
  cursor: pointer;
}
.quote-continue-shopping:hover,
.empty-quote-continue-shopping:hover {
  font-weight: 600;
}

#quote label {
  display: none;
}

.quote-form-interior {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.quote-form-interior h2 {
  margin-bottom: 10px;
}
.quote-form-project {
  width: 60%;
  box-sizing: border-box;
}

.quote-form-contact {
  width: 35%;
  background-color: #fafafa;
  padding: 10px 20px;
  box-sizing: border-box;
}

.quote-form-contact input {
  background-color: #fafafa;
}

.quote-supplyinstall-item label {
  width: 20%;
  flex: 1 0 auto;
  text-align: left;
  margin-left: 5%;
}

.contact-form-row p {
  font-size: 10px;
  width: 25%;
}
.quote-supplyinstall {
  width: 45%;
  display: flex;
  flex-flow: column;
  margin-right: 5%;
}
.quote-supplyinstall-item {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}

.quote-supplyinstall-item .product-option-checkbox {
  margin-left: 0px;
}
.quote-supplyinstall-item input {
  display: none;
}
.contact-form-row.large-freetext {
  margin-top: 20px;
  flex-flow: column;
}
.contact-form-row.large-freetext label,
.contact-form-row.large-freetext textarea {
  width: 95%;
  text-align: left;
}
.contact-form-row.large-freetext p {
  margin: 2px 0;
  text-align: left;
  width: 95%;
}
.digital-showroom-cont {
  margin-top: -20px;
  position: relative;
  width: 100%;
}
#digital-showroom {
  width: 100%;
  height: 91vh;
  box-sizing: border-box;
}
.digital-showroom-link {
  background: rgba(255, 255, 255, 0.95);
}
#showroom-appt .contact-form-row h3 {
  margin-bottom: 3px;
}
#showroom-appt .contact-form-row p {
  width: 100%;
}

#showroom-appt .contact-form-row textarea {
  height: 5vh;
}
.stone-finishes-block {
  align-items: flex-start;
  flex-flow: row-reverse;
}
.stone-finishes-block-image {
  width: 45%;
  position: sticky;
  top: 150px;
  height: 600px;
}
.stone-finishes-block-image-cont {
  width: 100%;
  height: 100%;
  position: relative;
}
.stone-finishes-block p {
  text-align: justify;
  text-align-last: center;
}

.stone-finishes-block h2 {
  margin-top: 5px;
}
.stone-finishes-image {
  position: absolute;
  opacity: 1;
}
.stone-finishes-image img {
  width: 100%;
  height: auto;
}
#stone-finish-0 {
  transition: none;
}
.stone-finishes-content {
  padding-top: 30px;
}
.stone-finishes-block-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 600px;
}
.stone-finishes-block-text li {
  text-align: justify;
}

/* Timeline */

.timeline-container {
  width: 100%;
  position: relative;
  margin-top: -10px;
  padding: 40px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
}

.timeline-header .page-back {
  color: #ffffff;
  margin-top: -20px;
}

.timeline-header .text-block-cont h4 {
  color: #ffffff;
}
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 750px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 24px;
  margin: 30px 0 0 0;
  transition: 0.4s;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 12px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: justify;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item .timeline-item-name {
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-family: "Sorts Mill Goudy", serif;
  border-left: 2px solid #ffffff;
  top: 50%;
  opacity: 0.5;
  transition: 0.3s all 0.2s;
  margin-top: -5px;
  padding: 10px 0px 10px 15px;
  text-transform: uppercase;
  right: calc(-100% - 56px);
}

.timeline-item .timeline-item-name a {
  color: #ffffff;
  padding: 20px 0px 20px 15px;
}
.timeline-item:hover .timeline-item-name a {
  font-weight: 600;
}

.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even) .timeline-item-name {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding: 10px 15px 10px 0;
  border-left: none;
  border-right: 2px solid #ffffff;
}
.timeline-item:nth-child(even) .timeline-item-name a {
  padding: 20px 15px 20px 0;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active .timeline-item-name {
  top: 33%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: 10px 0 5px;
}

.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .timeline:before {
    left: 20px;
  }
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 50px 40px;
    display: flex;
    flex-flow: column;
  }
  .timeline-item-name {
    position: relative !important;
    left: 0px !important;
    padding: 0 !important;
    top: 0px;
    margin-bottom: 10px;
    text-align: center !important;
    width: 100%;
    border: none !important;
  }
  .timeline-item .timeline-item-name a {
    padding: 10px 0px;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

/* Basket */
.basket-payment {
  width: 80%;
  max-width: 500px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
  margin: 0 auto 20px;
}

.basket-payment img {
  margin: 10px;
}

.ekmpscart-header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding: 5px 0 20px;
  background: #fafafa;
}
.ekmpscart-header .ekmpscart-checkout-button {
  display: none;
}

.ekmpscart-empty-cart-message {
  margin-top: 20px;
  font-size: 12px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ekmpscart-wrapper.ekmpscart-empty
  .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
  font-weight: 400 !important;
}

.ekmpscart-checkout-button-continue,
.ekmpscart-checkout-button-continue:hover {
  background-color: #ffffff !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #252525 !important;
  text-align: left;
}
.ekmpscart-checkout-button-continue:hover {
  font-weight: 500;
}
.ekmpscart-title {
  font-size: 20px !important;
}
.ekmpscart-wrapper {
  margin-bottom: 10px !important;
}
.ekmpscart-wrapper a {
  color: #252525 !important;
}

.ekmpscart-wrapper a:hover {
  color: #252525 !important;
  text-decoration: none !important;
}

.ekmpscart-checkout-button:hover {
  opacity: 1 !important;
}
.ekmpscart-cart-items-column-header {
  background-color: #fafafa !important;
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 2px;
  border-bottom: 2px solid #e1e1e1;
}

.ekmpscart-cart-items-column-header .ekmpscart-cart-items-product-header {
  margin-right: -200px !important;
}
.ekmpscart-contents,
.ekmps-cart-saved-items {
  max-width: 1000px;
  margin: 10px auto 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.ekmps-cart-saved-items-header h2.ekmpscart-title {
  font-size: 16px;
  font-family: "Open Sans", sans-serif !important;
}
.ekmps-saved-items-summary {
  font-size: 12px;
}

.ekmpscart-contents,
.ekmpscart-checkout-buttons,
.ekmpscart-cart-items .ekmpscart-cart-items-product {
  border: none !important;
}

.ekmpscart-cart-items .ekmpscart-cart-items-product {
  display: flex;
  align-items: center;
}
.ekmpscart-cart-items
  .ekmpscart-cart-items-product
  .ekmpscart-cart-items-product-qty
  .ekmpscart-cart-items-product-qty-box {
  box-shadow: none !important;
  border: 0px !important;
  font-weight: 400;
  font-size: 12px !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {
  background-color: #ffffff !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a,
.ekmpscart-estimate-delivery-row-button-estimate {
  font-family: "Open Sans", sans-serif !important;
  color: #252525 !important;
  font-weight: 400 !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1.5px solid #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
  padding: 7px 0 !important;
  display: block;
  text-align: center;
  font-size: 12px !important;
  box-sizing: border-box;
  cursor: pointer;
  width: 250px !important;
}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:hover,
.ekmpscart-estimate-delivery-row-button-estimate:hover {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  border: 1.5px solid #252525 !important;
  background: #fafafa !important;
  box-shadow: 0px 0px;
}

.ekmpscart-checkout-express-gateways {
  display: none;
}

.ekmpscart-cart-items
  .ekmpscart-cart-items-product
  .ekmpscart-cart-items-product-image {
  width: 100px !important;
}

.ekmpscart-cart-items
  .ekmpscart-cart-items-product
  .ekmpscart-cart-items-product-information {
  margin-left: -50px !important;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.ekmpscart-cart-items-product-name {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500 !important;
  line-height: 20px;
  order: 1;
  width: 100%;
}

.ekmpscart-cart-items
  .ekmpscart-cart-items-product
  .ekmpscart-cart-items-product-actions {
  text-align: right;
  order: 3;
}

.ekmpscart-cart-items-product-options {
  display: block !important;
  background-color: #ffffff !important;
  border: none !important;
  padding: 5px 0 !important;
  order: 2;
}
.delivery-estimate-label {
  display: none !important;
}
.ekmpscart-order-discounts {
  border: none !important;
  padding: none !important;
  text-transform: uppercase;
  background: #fafafa;
}

.ekmpscart-order-discounts-header {
  border: none !important;
  padding-bottom: 0px !important;
  font-size: 12px;
  font-weight: 500 !important;
}

.ekmpscart-order-discounts-header-description,
.ekmpscart-estimate-delivery-header-information p,
.ekmpscart-estimate-delivery-row-button-cancel {
  display: none;
}

.ekmpscart-order-discount-title {
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 20px;
}
.ekmpscart-order-discount-description {
  text-transform: none;
}
.ekmpscart-total-label {
  text-transform: uppercase;
}

.ekmpscart-vat-value {
  text-transform: none;
  line-height: 16px;
}
.ekmpscart-estimate-delivery {
  background: #fafafa !important;
  border: 1px solid #e1e1e1 !important;
}
.ekmpscart-estimate-delivery-content {
  overflow: visible !important;
  display: flex !important;
  justify-content: center;
}
.ekmpscart-estimate-delivery-header {
  pointer-events: none;
  text-transform: uppercase;
}
.ekmpscart-estimate-delivery-header-estimate-expand-button {
  display: none !important;
}
.ekmpscart-estimate-delivery-label {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
}
.ekmpscart-estimate-delivery-row input,
.ekmpscart-estimate-delivery-row select {
  width: 250px !important;
  margin: 0 auto;
}

/* Account */

.shopui {
  color: #252525 !important;
  max-width: 1000px !important;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  padding: 0px !important;
}

.shopui a {
  color: #252525 !important;
}

.shopui a:hover {
  text-decoration: none !important;
}

.shopui-message--success {
  background-color: #ffffff !important;
  border-color: #07592a !important;
}

.shopui-section {
  box-shadow: none !important;
  padding: 0 20px !important;
}

.shopui-section__header {
  position: relative;
  flex-flow: column;
  align-items: flex-start;
  z-index: 2 !important;
  padding: 20px 0 10px 0 !important;
  border-bottom: none !important;
  font-family: "Open Sans", sans-serif !important;
}

.shopui-section--account .shopui-section__header {
  flex-flow: column;
}

.shopui-breadcrumb {
  color: #252525 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
}

.u-margin-bottom--small {
  width: 100%;
}

.ekm-account-login .shopui-grid--flex {
  flex-flow: column wrap;
}

.ekm-account-login__login {
  width: 75% !important;
  margin: 0 auto;
}

.ekm-account-login__login .shopui-section__header {
  padding-bottom: 20px;
}

.shopui-section__description,
.shopui-section__inner
  .shopui-form-row
  .shopui-form-row__details
  .shopui-label-details {
  font-size: 12px !important;
  color: #252525 !important;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  font-family: "Open Sans", sans-serif !important;
}
.ekm-account-login .shopui-section__description,
.shopui-password-field__button,
#full_name-counter {
  display: none !important;
}
.shopui-form-row--stacked {
  flex-direction: row !important;
  justify-content: space-between;
}
.shopui-form-row--stacked .shopui-form-row__details {
  width: 25%;
}
.shopui-form-row__details {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.shopui-label-details {
  color: #252525 !important;
  text-align: right;
  font-size: 12px !important;
}
.shopui-form-row__details label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.shopui-validation input {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin-left: 5%;
  margin-bottom: 10px;
  height: 30px;
  border: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #252525;
  padding: 0px !important;
  width: 80%;
}

.shopui-validation input:focus {
  outline: none;
  border-color: #252525 !important;
}
.shopui-button-row {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.shopui-button-row a {
  font-size: 12px !important;
}

.ekm-account-login__create {
  width: 75% !important;
  margin: 0 auto;
}

.ekm-account-login__create .u-height--full {
  height: auto !important;
}

.ekm-account-login__create .shopui-section__content {
  width: 100%;
  text-align: center;
}
.ekm-account-login__create .shopui-section__content a {
  display: block;
  margin: 0 auto;
}

.shopui-section--account-details,
.shopui-section--add-address,
.shopui-section--change-password,
.shopui-section--create-account,
.shopui-section--login,
.shopui-section--payment {
  max-width: 800px !important;
}
.shopui-nav-section {
  flex-flow: row wrap;
  margin: 10px 0 !important;
  justify-content: space-between;
}

.shopui-account__logout {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #252525 !important;
  border: 0px !important;
  letter-spacing: 2px;
  padding: 0px 10px !important;
}

.shopui-account__logout:hover {
  text-decoration: none !important;
  font-weight: 600;
}

.shopui-nav-box {
  border: none !important;
  text-transform: uppercase;
  color: #252525;
  width: 30%;
  box-sizing: border-box;
  flex-basis: unset !important;
  max-width: 100% !important;
  justify-content: flex-start !important;
}

.shopui-nav-box:last-of-type {
  width: 100%;
}

.shopui-nav-box__title {
  font-weight: 600 !important;
  letter-spacing: 2px;
  padding: 5px;
}

.shopui-nav-box__description {
  color: #252525 !important;
  font-weight: 400;
  letter-spacing: 2px;
}

.shopui-nav-box:hover {
  background-color: #ffffff !important;
  border-color: none !important;
}

.shopui-nav-box:hover .shopui-nav-box__title {
  font-weight: 700 !important;
}

.shopui-nav-box__icon,
.shopui-empty-state__icon--wishlist {
  background-color: #ffffff !important;
}

.shopui-nav-box__icon svg,
.shopui-empty-state__icon--wishlist svg {
  stroke: #252525 !important;
}
.shopui-empty-state__details {
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.shopui-empty-state__title {
  font-size: 14px !important;
}

.shopui-section__inner {
  border: 0px !important;
}

.shopui-section__inner .shopui-form-row {
  display: flex;
  flex-flow: column;
}
.shopui-section__inner .shopui-form-row .shopui-form-row__details {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.shopui-section__inner .shopui-form-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.shopui-section__inner .shopui-form-row .shopui-form-row__field {
  margin-top: 30px;
}
.shopui-select-field > select {
  border: 0px !important;
  border-bottom: 1px solid #252525 !important;
  border-radius: 0px !important;
  padding: 5px !important;
  margin-left: 30px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 2px;
  height: auto !important;
}

.shopui-form-row--checkbox {
  flex-direction: row-reverse !important;
}

.shopui-form-row--checkbox .shopui-form-row__field {
  margin-left: 20px;
}
.shopui-card--empty,
.shopui-card__footer {
  text-transform: uppercase;
}
.shopui-card--empty:hover {
  border-color: #252525 !important;
}
.shopui-account__details,
.shopui-section__footer,
.shopui-product-item__availability,
.shopui-product-item__option-name,
.shopui-product-item__added-date,
.js-sort-action-menu {
  display: none !important;
}

.shopui-section__title,
.shopui-section__inner .shopui-form-row .shopui-form-row__details label {
  text-transform: uppercase;
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 600 !important;
  font-size: 18px !important;
  letter-spacing: 2px !important;
  margin: 0px;
  width: 100%;
  text-align: center;
}
.shopui-dialog__header {
  border-bottom: 0px !important;
  color: #252525;
}

.shopui-button {
  width: auto !important;
}

.shopui-button--primary,
.shopui-button--secondary,
.shopui-form-row a.shopui-button,
.shopui-order-summary__actions a.shopui-button,
.ekm-account-login__create .shopui-section__content a,
.shopui-section__inner .shopui-form-row a {
  border: 1.5px solid #ffffff !important;
  background: #ffffff !important;
  color: #252525 !important;
  border-radius: 3px !important;
  text-transform: uppercase;
  width: 200px !important;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
  padding: 7px 0 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 3px;
}

.shopui-button--primary:hover,
.shopui-button--secondary:hover,
.shopui-form-row a.shopui-button:hover,
.shopui-order-summary__actions a.shopui-button:hover,
.ekm-account-login__create .shopui-section__content a:hover,
.shopui-section__inner .shopui-form-row a:hover {
  border: 1.5px solid #252525 !important;
  background: #fafafa !important;
  box-shadow: 0px 0px;
  font-weight: 600 !important;
}

.shopui-button--link {
  border: none !important;
  color: #252525 !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 2px;
}

.shopui-product-item:hover .shopui-product-item__details a,
.shopui-button--link:hover {
  font-weight: 600 !important;
}

.shopui-section--wishlist .shopui-section__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding-top: 0px !important;
}
.shopui-product-list-toolbar {
  border: none !important;
}
.shopui-product-item {
  border: none !important;
  display: flex;
  flex-flow: column;
  width: 30%;
  min-width: 220px;
  align-items: center;
  margin-top: 0px !important;
  padding-bottom: 30px !important;
  font-size: 14px !important;
}

.shopui-product-list-toolbar {
  flex-flow: column;
  width: 100%;
  padding-top: 0px !important;
}

.shopui-product-list-toolbar__section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shopui-product-item__actions {
  width: 100%;
  max-width: unset !important;
  text-align: center !important;
  color: #252525 !important;
}

.shopui-product-item__actions .shopui-button--primary {
  margin: 0 auto 5px;
}

.shopui-product-item__image:before {
  border: 0px !important;
}
.shopui-product-item__image {
  max-width: 250px !important;
  width: 100%;
}
.shopui-product-item__image img {
  width: 100%;
}
.shopui-product-item__details {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.shopui-product-item__details,
.shopui-product-item__details a {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  line-height: 20px;
}

.shopui-product-item__price {
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
}

.shopui-product-item__option-value {
  color: #252525 !important;
  letter-spacing: 2px;
  font-size: 12px;
}
.shopui-button[disabled]:hover{
  background-color:#FFFFFF!important;
  border:0px!important;
  font-weight:400!important;
  color:#252525!important;
}

.shopui-product-item__remove {
  font-size: 11px !important;
}

.shopui-order-summary__header {
  position: relative !important;
  background-color: #ffffff;
}

.shopui-dialog__header {
  font-size: 18px !important;
  letter-spacing: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.shopui-dialog__window .shopui-form-row--stacked {
  flex-flow: row wrap;
}
.shopui-dialog__window .shopui-form-row--stacked .shopui-form-row__details {
  width: 100%;
  flex-flow: column;
}
.shopui-dialog__window
  .shopui-form-row--stacked
  .shopui-form-row__details
  label {
  display: none !important;
}
.shopui-dialog__window .shopui-text-field,
.product-page-login-item .shopui-text-field {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0 auto;
  height: 30px;
  border: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #252525;
  padding: 0px !important;
  width: 95%;
}

.shopui-section--orders .shopui-grid__column--span-4,
.shopui-dialog__footer,
.js-contact-us-modal-open,
.shopui-order-item__review-link,
.shopui-order-section__header {
  display: none !important;
}
.shopui-order-summary {
  border: 0px !important;
  border-bottom: 1px solid #252525 !important;
}
.shopui-order-summary:last-of-type {
  border-bottom: 0px !important;
}
.shopui-order-summary__header {
  background-color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  color: #252525;
}
.shopui-order-summary__header-label,
.shopui-order-summary__header-value {
  font-size: 12px !important;
}
.shopui-order-section {
  border: 0px !important;
}
.shopui-order-details__title,
.shopui-order-summary__header-label {
  text-transform: uppercase;
}

.shopui-order-item__details {
  margin-left: 30px !important;
}
.shopui-order-item__name {
  text-transform: uppercase;
  font-size: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  font-size: 12px;
}
.shopui-order-item__option {
  color: #252525 !important;
}
.shopui-order-summary__content {
  flex-flow: column-reverse;
}
.shopui-order-summary__actions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-left: 0px;
  padding-bottom: 20px;
  flex: unset !important;
}

/* Basket */

.ekm-softcart-wrapper {
  align-items: unset !important;
  justify-content: flex-end !important;
  max-height: 100vh !important;
  overflow-y: auto;
}
div.ekm-softcart-item {
  margin: 0px !important;
  padding: 20px !important;
}
.ekm-softcart-links a {
  background-color: #ffffff !important;
  color: #252525 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ekm-softcart-links a:hover {
  font-weight: 600;
}

a.ekm-softcart-gotocheckout,
.product-quote-list-options a {
  border: 1.5px solid #ffffff;
  background: #ffffff;
  font-size: 12px !important;
  border-radius: 3px;
  text-transform: uppercase;
  width: 200px !important;
  box-shadow: 2px 2px rgb(144 144 144 / 20%);
  padding: 10px !important;
  text-align: center;
}

a.ekm-softcart-gotocheckout:hover,
.product-quote-list-options a:hover {
  border: 1.5px solid #252525;
  background: #fafafa;
  box-shadow: 0px 0px;
  font-weight: 600;
}

div.ekm-softcart-totals {
  margin: 0px !important;
  padding: 20px 30px !important;
}

.ekm-softcart-item-name,
.ekm-softcart-subtotal {
  text-transform: uppercase;
  padding-right: 10px;
  padding-bottom: 5px;
  color: #252525 !important;
}

a.ekm-softcart-item-img {
  width: 80px !important;
}
span.ekm-softcart-item-qty-value {
  border: 0px !important;
  font-weight: 600;
  font-size: 12px;
}
.ekm-softcart-item-name a,
.ekm-softcart-item-name a:hover {
  color: #252525 !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.ekm-softcart-item-remove {
  color: #252525 !important;
  text-transform: capitalize;
  margin-top: 0px !important;
}

.ekm-softcart-item-cost {
  color: #252525 !important;
  font-size: 14px !important;
}

/* --- Media Queries --- */

@media screen and (max-width: 1750px) {
  .header-right .menu-controls {
    flex-flow: wrap-reverse;
    justify-content: center;
    max-width: 150px;
  }

  .menu-control-buttons {
    margin: 5px;
    justify-content: space-around;
  }
}

@media screen and (max-width: 1510px) {
  #home-hero-image {
    border-radius: 0px;
  }
}

@media screen and (max-width: 1400px) {
  .header-top {
    padding: 15px 10px;
  }
  .header-right {
    padding-left: 10px;
  }
  .header-left {
    padding-right: 10px;
  }
  .header-logo {
    width: 150px;
  }
  .main-menu-item a {
    padding: 3px 10px 0px;
  }
  .sub-menu-contact {
    width: 30%;
  }
  #search-results .search-cont {
    top: 88px;
  }
}

@media screen and (max-width: 1100px) {
  .main-menu-item {
    padding: 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-menu-item {
    padding: 0 0;
  }
  .homepage-hero {
    height: 400px;
  }

  .category-header-content {
    flex-flow: column;
  }
  .category-header-image {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .category-header-image img {
    width: 300px;
  }
  .category-header-text {
    margin: 0 auto;
    max-width: 75%;
  }
  .category-back {
    top: 0px;
  }

  .category-product-cont {
    flex-flow: column;
  }
  .category-page-nav {
    margin: 0 auto;
    width: 100%;
  }

  .search-results-cont .category-product-item {
    width: 48%;
  }

  .product-filters {
    width: 100%;
    position: relative;
    top: 0px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    background: #fafafa;
  }
  .product-filters-header {
    display: block;
    text-align: center;
    position: sticky;
    width: 100%;
    padding: 5px 0;
    top: 88px;
    background: #fafafa;
    box-sizing: border-box;
    z-index: 5;
  }
  #filters {
    position: relative;
    top: -100px;
  }
  #filter-sort-by {
    width: 300px;
    margin: 0 auto;
  }
  #ekm-sortby-option {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #product-filters {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-around;
  }
  #filter-sort-by {
    text-align: center;
  }
  #ekm-sortby-option {
    margin: 10px auto;
    width: 80%;
  }
  .filter-section {
    width: 200px;
    margin: 10px;
    text-align: center;
  }
  .product-filters label:hover,
  .product-filters input:checked + label {
    margin-left: -15px;
  }
  .filter-section-price {
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }

  .category-products {
    padding-left: 0;
  }

  .product-page {
    flex-flow: column;
  }
  .product-image {
    width: 60%;
    margin: 0 auto;
  }

  .product-content {
    width: 80%;
    margin: 0 auto;
  }
  .lifestyle-block.content-block:nth-of-type(even),
  .lifestyle-block.content-block:nth-of-type(odd) {
    flex-flow: column !important;
    padding: 0px;
  }
  .lifestyle-block img {
    margin: 0 auto 20px;
    max-width: 100%;
    border-radius: 0 0 0 0 !important;
  }
  .lifestyle-block-content {
    width: 80%;
    margin: 0 auto;
  }
  .quote-form-interior {
    flex-flow: column;
  }
  .quote-form-project,
  .quote-form-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 400px;
  }

  .product-grid-item#grid-9 {
    margin: 0 0 30px 0;
  }
  .product-grid-item#grid-2 {
    margin: 0 0 -30px 0;
  }
  .product-grid-item#grid-20 {
    margin: -30px 0 -40px 0;
  }
  .product-grid-item#grid-23 {
    margin: 40px 0 -30px 0;
    grid-row: 3;
  }
  .product-grid-item#grid-17 {
    margin: 30px 0 30px 0;
  }
  .product-grid-item#grid-35 {
    margin: 30px 0 30px 0;
    grid-row: 2 / span 3;
  }
  .product-grid-item#grid-30 {
    margin: -30px 0 30px 0;
    grid-column: span 2;
  }
  .product-grid-item#grid-19 {
    margin: -30px 0 0px 0;
  }
  .product-grid-item#grid-18 {
    margin: -30px 0 30px 0;
  }
  .product-grid-item#grid-22 {
    margin: 0px 0 20px 0;
  }
  .product-grid-item#grid-21 {
    margin: -30px 0 40px 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-24 {
    margin: -20px 0 40px 0;
  }
  .product-grid-item#grid-26 {
    margin: 0px 0 -40px 0;
  }
  .product-grid-item#grid-25 {
    margin: -40px 0 10px 0;
    grid-column: span 2;
  }
  .product-grid-item#grid-bespoke {
    grid-column: span 2;
    margin: -10px 0 10px 0;
  }
}

@media screen and (max-width: 900px) {
  .main-menu {
    display: none;
  }
  .menu-controls {
    width: 80%;
  }
  .header-right,
  .header-left {
    width: 30%;
  }
  .header-logo {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .homepage-hero-text a {
    padding: 10px 30px;
  }

  .homepage-hero-overlay img {
    width: 150px;
  }

  .homepage-products-block,
  .projects-map {
    height: 500px;
  }

  .homepage-products-link,
  .digital-showroom-link {
    right: 5%;
    bottom: 5%;
  }
  .content-block,
  .content-block:nth-of-type(odd),
  .link-blue-block .link-block {
    flex-flow: column !important;
  }
  .text-block-cont {
    padding: 20px 10%;
  }

  .link-block img {
    margin: 0 auto 30px;
    max-width: 300px;
  }
  .link-blue-block .link-block img {
    margin: -80px auto 30px;
    max-width: 300px;
  }
  .half-block img {
    margin: 0 auto 30px;
    max-width: 400px;
    width: 100%;
  }

  .link-block-content,
  .half-block-content {
    width: 80%;
    margin: 0 auto;
  }

  .link-block .block-link {
    margin-top: 30px;
  }
  .footer-nt-logo,
  #instagram {
    display: none;
  }
  .footer-instagram i {
    padding-left: 0px;
  }
  .product-image {
    width: 75%;
    margin: 0 auto;
  }
  .product-content {
    width: 90%;
    margin: 0 auto;
  }

  .product-page-login-row {
    flex-flow: column;
  }
  .product-page-login-row:last-of-type {
    flex-flow: row;
  }

  .product-page-login-item {
    width: 80%;
    margin-bottom: 10px;
  }
  .quote-form-interior {
    text-align: center;
  }
  .contact-form-row {
    flex-flow: column;
    align-items: center;
  }
  .contact-form-row label,
  .contact-form-row.large-freetext label {
    width: 100%;
    margin: 10px 0 2px;
    text-align: center;
  }
  .contact-form-row textarea {
    width: 75%;
    margin-bottom: 10px;
  }
  .contact-form-row input[type="text"] {
    text-align: center;
  }
  .contact-form-row select {
    margin: 10px 0;
  }
  .column-form-choice,
  .column-form-text-choice {
    width: 90%;
    justify-content: space-around;
    padding-bottom: 10px;
    border-bottom: 1px solid #bababa;
  }
  .measurement-input {
    justify-content: center;
  }
  .form-measurement {
    width: auto;
  }

  .contact-form-row p,
  .contact-form-row.large-freetext p {
    width: 90%;
    text-align: center;
  }

  .contact-form-row h3,
  .sidebar-form h3 {
    text-align: center;
  }

  .stone-finishes-connector {
    display: none;
  }
  .stone-finishes-block {
    flex-flow: column !important;
    align-items: center;
  }

  .stone-finishes-block-image {
    width: 100%;
    height: 40vh;
    margin: 40px auto 0;
    top: 90px;
    background: #ffffff;
    z-index: 3;
  }

  .stone-finishes-block-image-cont,
  .stone-finishes-image {
    height: 40vh;
    width: 100%;
    text-align: center;
  }

  .stone-finishes-image img {
    height: 40vh;
    width: auto;
  }

  .stone-finishes-block-text {
    height: auto;
    width: 100%;
    margin-bottom: 50px;
  }

  .stone-finishes-links {
    display: none;
  }

  .stone-finishes-content {
    width: 80%;
  }

  .shopui-form-row--stacked {
    flex-flow: row wrap;
    margin: 0 auto;
  }

  .shopui-form-row--stacked .shopui-form-row__details,
  .shopui-validation input {
    width: 100%;
    flex-flow: column;
  }
  .shopui-form-row__details {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .shopui-label-details {
    text-align: left;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 300px;
  }
}
@media screen and (max-width: 660px) {
  /*This overrides EKM's settings */
  .ekmpscart-wrapper {
    padding: 0px !important;
  }
  .ekmpscart-cart-items .ekmpscart-cart-items-product {
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .ekmpscart-cart-items
    .ekmpscart-cart-items-product
    .ekmpscart-cart-items-product-image {
    width: 100% !important;
    max-width: 150px;
  }
  .ekmpscart-cart-items
    .ekmpscart-cart-items-product
    .ekmpscart-cart-items-product-information {
    margin-top: 10px;
    margin-bottom: 15px !important;
    justify-content: center;
  }
  .ekmpscart-cart-items-product-name,
  .ekmpscart-cart-items-product-actions {
    text-align: center;
  }

  .ekmpscart-cart-items-product-qty,
  .ekmpscart-cart-items-product-price {
    width: 150px !important;
  }
  .ekmpscart-cart-items-product-qty form {
    display: flex;
    flex-flow: row;
    align-items: center;
    width: 100px;
  }
  .ekmpscart-cart-items
    .ekmpscart-cart-items-product
    .ekmpscart-cart-items-product-qty
    .ekmpscart-cart-items-product-qty-down,
  .ekmpscart-cart-items
    .ekmpscart-cart-items-product
    .ekmpscart-cart-items-product-qty
    .ekmpscart-cart-items-product-qty-up {
    display: inline-block !important;
  }

  .ekmpscart-order-discounts {
    text-align: center;
  }

  .ekmpscart-checkout-buttons {
    display: flex;
    flex-flow: column-reverse;
  }
  .ekmpscart-checkout-button {
    margin-bottom: 20px;
  }
  .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout.top-button {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .header-top .menucontrol.account {
    display: none;
  }
  .side-menu-container {
    margin-top: 10px;
  }
  .side-menu-left {
    width: 90%;
  }
  .side-menu-left-items-cont {
    margin-bottom: 20px;
  }
  .side-menu-left-item {
    text-transform: uppercase;
    cursor: pointer;
  }
  .side-menu-left-item:hover {
    font-weight: 600;
  }
  .side-menu-return {
    position: absolute;
    height: 100vh;
    z-index: 5;
    width: 40px;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
  }

  .side-menu-right {
    width: 10%;
  }
  .sub-menu {
    width: 90%;
  }

  .homepage-hero-text a,
  .homepage-products-link a {
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
  }

  .homepage-products-block,
  .projects-map {
    height: 400px;
    background-attachment: unset;
  }

  .homepage-products-link,
  .digital-showroom-link,
  .projects-map-text {
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .projects-map-text h2 {
    font-size: 14px;
  }
  .homepage-products-link {
    bottom: 40%;
  }
  .category-header {
    padding-top: 20px;
  }
  .category-header-cont {
    padding-top: 10px;
  }
  .category-header-text {
    max-width: 85%;
  }
  .category-header-text h1 {
    text-align: center;
  }
  .category-header-image {
    display: none;
  }
  .category-product-item {
    width: 90%;
    margin: 0 auto 40px;
  }

  .category-page-nav-button {
    order: 1;
  }
  .category-page-nav-numbers {
    order: 2;
    width: 100%;
    justify-content: center;
  }
  .filter-section-price {
    width: 300px;
  }
  .search-results-cont .category-product-item {
    width: 95%;
  }
  .product-image {
    width: 90%;
    margin: 0 auto;
  }
  .product-content {
    width: 100%;
    margin: 0 auto;
  }
  .product-description {
    margin-bottom: 20px;
    width: 100%;
    text-align: justify;
  }
  .quantity {
    flex-flow: column;
    justify-content: center;
    margin: 0px auto 20px;
  }
  .quantity .quantity-label {
    margin: 0 0 10px 0;
  }
  .add-to-cart-cont {
    flex-flow: column-reverse;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  #_EKM_PRODUCTADDCART {
    width: 100%;
    text-align: center;
  }
  .add-to-cart-button,
  .add-to-quote-button {
    width: 80%;
    color: #252525;
    margin: 20px 0 0 0;
  }
  .add-to-cart-button:disabled {
    color: #929292;
  }

  .product-quote-only {
    text-align: center;
    margin: 15px auto;
  }
  .product-quote-list-options {
    margin-bottom: 20px;
    flex-flow: column-reverse;
    justify-content: center;
  }
  .product-quote-continue {
    margin-top: 20px;
  }

  .ekm-softcart-links {
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
  }
  p.ekm-softcart-subtotal {
    width: 100% !important;
  }
  .related-products-mob-cont {
    display: flex;
    flex-flow: column;
  }
  .related-products-mob-cont .category-product-item {
    width: 80%;
    margin-bottom: 0px;
  }
  .project-item {
    max-width: 350px !important;
  }
  .project-item-menu {
    max-width: 250px !important;
  }
  .link-block-content,
  .half-block-content {
    width: 95%;
  }
  .lifestyle-block-content {
    width: 90%;
  }
  .sidebar-cont {
    padding-bottom: 150px;
  }
  .sidebar-header h2 {
    flex: unset;
  }
  #digital-showroom {
    height: 75vh;
  }
  .digital-showroom-link {
    text-align: center;
    padding: 15px 5px 20px;
  }
  .digital-showroom-link h2 {
    font-size: 14px;
  }
  .ekm-account-login__login {
    width: 95% !important;
  }
  .ekm-account-login__create .shopui-section__content {
    justify-content: center;
  }
  .shopui-section--wishlist .shopui-section__content {
    flex-flow: column;
  }
  .shopui-product-item {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px !important;
    width: 100%;
  }
  .shopui-product-item__image {
    width: 75%;
    margin: 0 auto;
  }
  .shopui-product-item__details,
  .shopui-product-item__actions {
    width: 95%;
    margin: 10px auto 0 !important;
  }
  .shopui-product-item__details,
  .shopui-product-item__remove {
    text-align: center;
  }
  .shopui-product-list-toolbar__section,
  .shopui-order-summary__content {
    flex-flow: column;
  }
  .shopui-order-summary__header-block {
    min-width: 250px;
    margin-bottom: 10px;
  }
  .shopui-order-summary__header {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .shopui-order-summary__actions {
    flex-flow: row wrap;
    justify-content: center;
    border-left: 0px;
    margin-top: 10px;
  }
  .shopui-order-summary__actions a {
    padding-top: 0px;
  }
  .shopui-nav-box {
    width: 45% !important;
  }
  .product-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 250px;
  }
  .product-grid-item#grid-9 {
    margin: 0 0 0 0;
  }
  .product-grid-item#grid-2 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-20 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-23 {
    margin: 0 0 0 0;
    grid-row: auto;
  }
  .product-grid-item#grid-17 {
    margin: 0 0 0 0;
  }
  .product-grid-item#grid-35 {
    margin: 0 0 0 0;
    grid-row: span 3;
  }
  .product-grid-item#grid-30 {
    margin: 0 0 0 0;
    grid-column: span 1;
  }
  .product-grid-item#grid-19 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-18 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-22 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-21 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-24 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-26 {
    margin: 0 0 0 0;
    grid-row: span 2;
  }
  .product-grid-item#grid-25 {
    margin: 0 0 0 0;
    grid-column: span 1;
  }
  .product-grid-item#grid-bespoke {
    grid-column: span 1;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 450px) {
  .header-logo {
    width: 130px;
  }
  .header-right,
  .header-left {
    width: 30%;
  }
  .header-left {
    padding-right: 0px;
  }
  .header-right {
    padding-left: 0px;
  }
  .homepage-hero {
    margin-top: 105px;
    height: 300px;
  }
  .homepage-hero-overlay img {
    width: 100px;
  }
  .homepage-hero-text {
    width: 100%;
    text-align: center;
  }
  .homepage-hero-text a {
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
  }
  #homepage-contact {
    text-align: center;
  }
  .project-item {
    max-width: 300px !important;
  }
  .project-card-details {
    padding: 40px 20px;
  }
  .product-spec-list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .shopui-nav-box {
    width: 100% !important;
  }
  .shopui-order-details {
    margin-right: 0px !important;
    text-align: center;
  }
  .shopui-button-row {
    justify-content: center;
  }
  .shopui-order-item__image:before {
    border: 0px !important;
  }
  .shopui img {
    margin: 0 auto;
  }
  .shopui-order-item--reduced {
    display: flex;
    flex-flow: column;
  }
  .shopui-order-item__name {
    text-align: center;
    margin-top: 10px;
  }
  .ekmpscart-cart-items-product-qty,
  .ekmpscart-cart-items-product-price {
    width: 100px !important;
  }
  .shopui-section--login-split .shopui-button-row {
    flex-flow: column;
    justify-content: center;
    margin: 0 -20px;
    align-items: center;
  }
  .ekm-account-login__create .shopui-section__content {
    margin: 0 -20px;
  }
}

/* Browser Fixes */
@media all and (-ms-high-contrast: none) {
  .slick-slide {
    height: auto;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .slick-slide {
      height: auto;
    }
    .homepage-products-block,
    .projects-map {
      background-attachment: unset;
    }
    .content-block p {
      text-align: center;
    }
  }
}








/*******AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA********/
:root {
    --primary: #990099;
    --light: #F5F5F5;
    --dark: #353535;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
 .text-primary {
            color: #990099 !important;
        }
        .btn-primary {
            color: #000;
            background-color: #990099;
            border-color: #990099;
        }
        a {
            color: #990099;
            text-decoration: none;
        }
        a:hover {
            color: #990099;
        }
        .btn-primary:hover {
            color: #000;
            background-color: #990099;
            border-color: #990099;
        }
		
