/* Colours
#FFFFFF = White
#212a31 = Black
#425563 = Dark Grey
#768692 = Mid Grey
#E8EDEE = Background Grey
#1B4470 = Blue
#252525 = Text Black
*/

/* Global */

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #252525;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-family: "Archivo", serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2 {
  font-family: "Archivo", serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

h3 {
  font-family: "Archivo", serif;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

a {
  color: #252525;
  text-decoration: none;
}

a:hover {
  font-weight: 500;
}

h1 a:hover {
  font-weight: 700;
}

h2 a:hover {
  font-weight: 900;
}

.anchor-point {
  top: -120px;
  position: relative;
  visibility: hidden;
}

/* Global Elements */

body {
  position: relative;
  min-height: 100vh;
}

#page-content {
  margin-top: 30px;
  padding-bottom: 160px;
  position: relative;
  width: 100%;
}
.page-container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.vertical-divider {
  border-right: 1px solid #ffffff;
}
.vertical-divider-bk {
  border-right: 1px solid #252525;
  height: 100%;
}
.horizontal-divider {
  border-bottom: 1px solid #252525;
}

.breadcrumbs {
  width: 100%;
  font-family: "Archivo", serif;
  text-transform: uppercase;
  font-size: 14px;
}

/* Header */

header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 500;
  box-sizing: border-box;
}

.header-top {
  width: 100%;
  background: #212a31;
  display: flex;
  flex-flow: row;
  padding: 10px 30px;
  box-sizing: border-box;
}

.header-top-left {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 50px;
  padding-top: 5px;
}
.header-top-logo {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
}
.header-top-logo a,
.header-top-logo img {
  width: 100%;
  display: block;
}
.header-top-trading {
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
.header-top-trading a {
  color: #ffffff;
}
.header-top-trading a:hover {
  font-weight: 400;
}
#nhs-logo {
  font-weight: 600;
  font-style: italic;
  font-size: 10px;
}

.header-top-right {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
}

.header-contact {
  margin-left: 2.5vw;
  margin-right: 2vw;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  font-size: 16px;
}
.header-contact a {
  color: #ffffff;
  padding: 2px 0;
}
.header-contact a:hover {
  font-weight: 400;
  color: #e8edee;
}
.header-top-right-controls {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  flex: 1 0 auto;
}
.header-top-right-controls-buttons {
  display: flex;
  flex-flow: row;
  color: #ffffff;
  font-size: 22px;
  padding-right: 10px;
}
.header-button {
  margin-left: 1vw;
}
.header-top-right-controls-buttons a i {
  color: #ffffff;
}
.header-button a {
  display: block;
  height: 100%;
  text-align: center;
}
.header-button-text {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 3px;
  line-height: 12px;
  text-align: center;
}
.header-button a:hover .header-button-text {
  font-weight: 400;
  color: #e8edee;
}
.header-button a:hover i {
  color: #e8edee;
}
.basket-total {
  font-family: "Open Sans", sans-serif;
  margin-left: 3px;
  background: #ffffff;
  color: #212a31 !important;
  text-align: center;
  font-size: 12px;
  position: absolute;
  border-radius: 15px;
  padding: 3px 7px;
  font-weight: 600;
}
.mobile-search {
  cursor: pointer;
  text-align: center;
}
.header-search {
  border-bottom: 1px solid #ffffff;
  max-width: 500px;
  width: 100%;
}
.header-search form {
  flex: 1;
  display: flex;
  flex-flow: row;
}
.header-search-button {
  background: #212a31;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
.header-search input {
  background: #212a31;
  border: none;
  color: #ffffff;
  flex: 1;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-search button {
  font-size: 20px;
}
.header-search input::placeholder {
  color: #e8edee;
  opacity: 0.8;
}
.header-search input:focus,
.header-search-button:focus {
  outline: none;
}

.header-top-search {
  width: 100%;
  background: #212a31;
  padding-bottom: 5px;
}
#mobile-header-search {
  display: none;
}
.header-top-search .header-search {
  width: 80%;
  margin: 0 auto;
}

/* Header Menu */

.header-menu {
  background: #768692;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #212a31;
}

.header-menu-cont {
  width: 100%;
  max-width: 1800px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.header-menu a {
  color: #ffffff;
  padding: 7px 10px 8px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header-menu-tablet {
  display: none;
}
.header-menu a:hover {
  font-weight: 400;
  color: #e8edee;
  background: #425563;
}
.header-menu-button {
  flex: 1 1 auto;
  border-right: 1px solid #212a31;
  position: relative;
}
.header-menu-button:hover .header-menu-button-primary {
  color: #e8edee;
  background: #425563;
}
.header-menu-button:hover .header-menu-sub {
  display: flex;
}
.header-menu-sub {
  position: absolute;
  display: none;
  flex-flow: column;
  background: #768692;
  border: 1px solid #212a31;
  width: 100%;
  z-index: 20;
  min-width: 200px;
}
.header-menu-sub a {
  border-top: 1px solid #212a31;
}
#header-menu-home a {
  font-size: 20px;
  padding: 0 10px;
  border-right: 1px solid #212a31;
}
#header-menu-vat {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-vat-switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 24px;
}
.header-vat-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.header-vat-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #768692;
  box-shadow: 0 0 1px #212a31;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
  text-transform: uppercase;
}
.header-vat-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input#vat-toggle:checked + .header-vat-slider {
  background-color: #425563;
}
input#vat-toggle:checked + .header-vat-slider:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}
.header-vat-slider.round {
  border-radius: 34px;
}
.header-vat-slider.round:before {
  border-radius: 50%;
}

/* Header Banner */
.header-banner {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #425563;
  color: #ffffff;
  text-align: center;
}
.header-banner h3 {
  margin: 0 0 2px;
  font-size: 16px;
}

/* Footer */
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.footer-menu {
  background: #768692;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #212a31;
}
.footer-menu-cont {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.footer-menu a {
  flex: 1 1 auto;
  color: #ffffff;
  padding: 8px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #212a31;
}
.footer-menu a:first-of-type {
  border-left: 1px solid #212a31;
}
.footer-menu a:hover {
  font-weight: 400;
  color: #e8edee;
  background: #425563;
}

.footer-top {
  width: 100%;
  background: #212a31;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}
.footer-top img {
  width: 200px;
  display: block;
}
.footer-top a:hover {
  font-weight: 400;
  color: #e8edee;
}

.footer-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 10px;
  max-width: 500px;
}
.footer-links a {
  color: #ffffff;
  font-size: 12px;
  padding: 0px 10px;
}

.footer-bottom {
  width: 100%;
  text-align: center;
  background: #252525;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 10px;
  box-sizing: border-box;
}
.footer-bottom a {
  color: #ffffff;
}

/* Homepage */

.homepage-header {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.homepage-header p {
  text-align: center;
  font-size: 14px;
  max-width: 1300px;
  margin: 0 auto 10px;
}

.homepage-category-grid {
  width:100%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1vw;
  column-gap: 2vw;
}
.homepage-category {
  width: 100%;
  height:100%;
  display: flex;
  flex: 1 0 auto;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  background: #e8edee;
  border: 2px solid #768692;
}

@supports (-webkit-touch-callout: none) {
.homepage-category-grid {
	align-items: flex-start;
}
}
.homepage-category:hover {
  border: 2px solid #212a31;
}

.homepage-category-header {
  width: 100%;
  background: #425563;
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
}
.homepage-category:hover .homepage-category-header {
  background: #212a31;
}
.homepage-category-title {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-category-title a {
  color: #ffffff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 5px;
  font-family: "Archivo", serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.homepage-category-title a:hover {
  font-weight: 700;
}
.homepage-category-subhead a {
  font-size: 14px;
  font-family: "Archivo", serif;
  display: block;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}
.homepage-category:hover .homepage-category-subhead a {
  font-weight: 500;
}

.homepage-category-image {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-height:-webkit-fill-available;
}
.homepage-category a {
  width: 100%;
}
.homepage-category img {
  max-width: 100%;
  height: auto;
}
.homepage-category-desc {
  background: #768692;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
}
.homepage-category-desc a {
  color: #ffffff;
  padding: 0 5%;
  box-sizing: border-box;
}
.homepage-category-desc a:hover {
  font-weight: 400;
}

/* Category Page */

.category-header {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.category-header .breadcrumbs {
  text-align: center;
  margin: 0 auto -10px;
  height: 15px;
}
.category-header p {
  font-size: 14px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 10px;
}

.category-grid,
.category-product-grid {
  width: 100%;
  max-width: 1400px;
  margin: 25px auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 1vw;
  column-gap: 2vw;
}
.category-grid-item,
.product-grid-item {
  width: 100%;
  display: flex;
  flex: 1 0 auto;
  flex-flow: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background: #e8edee;
  border: 2px solid #768692;
}
.category-grid-item:hover,
.product-grid-item:hover {
  border: 2px solid #212a31;
}
.category-grid-header,
.product-grid-header {
  width: 100%;
  background: #425563;
  flex: 1 0 auto;
  display: flex;
  flex-flow: column;
}
.category-grid-item:hover .category-grid-header,
.product-grid-item:hover .product-grid-header {
  background: #212a31;
}
.category-grid-title,
.product-grid-title {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-grid-title a {
  color: #ffffff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 5px;
  font-family: "Archivo", serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.product-grid-title a {
  color: #ffffff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 5px;
  font-family: "Archivo", serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.category-grid-title a:hover,
.product-grid-title a:hover {
  font-weight: 700;
}
.product-grid-code {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1.5px;
  word-break: break-all;
}
.product-grid-code a {
  padding: 0px 20px 10px;
  color: #ffffff;
}
.product-grid-code a:hover {
  font-weight: 400;
}
.category-grid-link a,
.product-grid-link a {
  font-size: 14px;
  font-family: "Archivo", serif;
  display: block;
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}
.category-grid:hover .category-grid-link a,
product-grid:hover .product-grid-link a {
  font-weight: 500;
}
.category-grid-image,
.product-grid-image {
  width: 100%!important;
}
.category-grid-image a,
.product-grid-image a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
.category-grid-image img,
.product-grid-image img {
  width: 100%;
  height: auto;
}
.ekm-product-image-badge-wrapper {
  display: none !important;
}
.category-grid-information,
.product-grid-information {
  background: #768692;
  color: #ffffff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.category-grid-desc {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.category-grid-desc a {
  color: #ffffff;
  padding: 0 5%;
  box-sizing: border-box;
}
.category-grid-desc a:hover {
  font-weight: 400;
}
.category-grid-variants,
.product-grid-variants {
  flex: 1 0 auto;
  display: flex;
  width: 100%;
  flex-flow: column;
}
.category-grid-variants a,
.product-grid-variants a {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px 20px 10px;
  box-sizing: border-box;
  width: 100%;
}
.product-grid-variant-circles {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px 8px;
  border: 1px solid #212a31;
}
.product-grid-variant-circles + .vertical-divider-bk,
.product-grid-variant-circles + .vertical-divider {
  margin: 0px 10px;
  height: 50%;
}
#desc-finishes {
  padding: 0px;
  color: #ffffff;
  height:auto;
}
.product-grid-information {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
.product-grid-price {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px 0;
}
.product-grid-price a {
  padding: 10px 20px 20px;
  color: #ffffff;
}
.product-grid-vat {
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 5px;
}
.product-grid-price a:hover {
  font-weight: 500;
}

.product-grid-filters-cont {
  width: 100%;
  max-width: 1400px;
  margin: 25px auto 15px;
  padding: 0 20px;
  box-sizing: border-box;
}
.product-grid-filters {
  background: #e8edee;
  display: flex;
  flex-flow: row;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  align-items: center;
}
.product-grid-filters h3 {
  margin: 0 10px;
  min-width: 150px;
  text-align: center;
}
.product-filter-options {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
.product-filter-name {
  box-sizing: border-box;
  text-transform: uppercase;
  display: flex;
  margin: 5px 0 5px 0px;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 auto;
}
.product-filter-name label {
  background: #768692;
  color: #ffffff;
  padding: 10px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
}
.product-filter-name input:disabled + label {
  cursor: not-allowed;
}
.product-filter-name input:hover + label {
  background: #425563;
}
.product-filter-name input:checked + label,
.filters-view-all-selected {
  background: #425563 !important;
  font-weight: 700;
}
.product-grid-filters input {
  visibility: hidden;
  width: 0px;
}
.ekm-filter-count {
  display: none;
}

/* Search Results */

.search-results {
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.search-grid {
  width: 100%;
  max-width: 1400px;
  margin: 25px auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 2vw;
  column-gap: 2vw;
}

.search-results-search {
  border-bottom: 1px solid #252525;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}
.search-results-search form {
  flex: 1;
  display: flex;
  flex-flow: row;
}
.search-results-button {
  background: #ffffff;
  border: none;
  color: #252525;
  cursor: pointer;
}
.search-results-search input {
  background: #ffffff;
  border: none;
  color: #252525;
  flex: 1;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.search-results-search input::placeholder {
  color: #252525;
  opacity: 0.5;
}
.search-results-search input:focus,
.search-results-button:focus {
  outline: none;
}

.search-no-results-cont {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.search-no-results {
  width: 100%;
  max-width: 600px;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

/* Product Page */

.product-page {
  width: 100%;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  max-width: 1800px;
  padding: 0px 20px 20px;
  box-sizing: border-box;
}
.product-cont {
  display: grid;
  grid-template-columns: 40% auto 350px;
  grid-template-rows: auto auto 1fr auto auto;
  column-gap: 5%;
  row-gap: 10px;
}

.product-image {
  grid-column: 1;
  grid-row: 1 / span 4;
}
.product-image-cont {
  position: relative;
}
.product-image-arrows {
  position: absolute;
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.product-image-arrow-cont {
  background: #212a31;
  border-radius: 10px;
  padding: 10px 14px 8px 14px;
}
.product-image-arrow-cont i {
  font-size: 30px;
  color: #ffffff;
}
.product-image-arrows.prev-arrow,
.product-image-arrows.next-arrow {
  padding: 0 10px;
}
.product-image-arrows.next-arrow {
  right: 0;
}
.product-image-arrows.prev-arrow.slick-disabled,
.product-image-arrows.next-arrow.slick-disabled {
  opacity: 0;
  transition: all 0.3s ease;
}
.product-images {
  width: 100%;
}
.product-images img {
  width: 100%;
  height: auto;
}
.product-images a {
  pointer-events: none;
}
.image-tabs {
  width: 100%;
  background: #768692;
  color: #252525;
  display: flex;
  margin-top: -10px;
}
.image-tab {
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  border: 1px solid #212a31;
  border-right: 0px;
  color: #ffffff;
  cursor: pointer;
}
.image-tab:last-of-type {
  border-right: 1px solid #212a31;
}
.image-tab:hover {
  background: #425563;
}
.image-tab-selected {
  background: #212a31;
}
.image-tab-selected:hover {
  background: #212a31;
}
.image-tab-content {
  width: 100%;
}
.image-tab-content#dimensions,
.image-tab-content#docm-layout {
  padding: 20px 10px;
  box-sizing: border-box;
  display:none;
}
.image-tab-content img {
  max-width: 100%;
  height: auto !important;
}
.image-total {
  background: #425563;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  float: right;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  width: 40px;
  margin: 5px 0 0 -40px;
  cursor: default;
}
.image-controls {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  color: #212a31;
  font-size: 30px;
}
.prev-arrow,
.next-arrow {
  padding: 5px 20px 8px;
  cursor: pointer;
}
.slick-disabled {
  color: #c0c0c0;
}
.slick-dots {
  position: relative !important;
  bottom: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li button:before {
  font-size: 10px;
}
.slick-dots li.slick-active button:before {
  color: #212a31;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.product-header {
  width: 100%;
  grid-column: 2;
  grid-row: 1;
}
.product-header h1 {
  margin: 5px 0 10px;
}
.product-details-cont {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
#productcode {
  width: auto;
  word-break: break-all;
}
#_EKM_PRODUCTCODE {
  font-size: 14px;
  letter-spacing: 1px;
}
#productstock {
  margin-left: 20px;
  text-align: right;
  font-size: 12px;
}
.stockmessage {
  font-weight: 600;
  display: flex;
}
.stockicon {
  display: none;
}
#instock i {
  color: #1b7029;
}
#manufacturedtoorder i,
#specialorderproduct i,
#extendedproductleadtime i {
  color: #705a1b;
}
#currentlyoutofstock i {
  color: #701b1b;
}

.product-description {
  width: 100%;
  grid-column: 2;
  grid-row: 2;
}
.product-description p:first-of-type {
  margin-top: 0px;
}

.product-specification {
  grid-column: 2;
  grid-row: 3;
  box-sizing: border-box;
  border-top: 1px solid #e8edee;
}
.product-variant-specification,
.finish-spec-details {
  display: none;
}
.product-specification-doc-m {
  border-top: 1px solid #e8edee;
  border-bottom: 1px solid #e8edee;
  padding: 5px 0;
  text-align: center;
}

.product-downloads {
  grid-column: 2;
  grid-row: 4;
  box-sizing: border-box;
  border-top: 1px solid #e8edee;
}
.product-downloads h3 {
  margin-bottom: 0px;
}
.product-downloads p {
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-downloads-cont {
  display: flex;
  flex-flow: row wrap;
}
.product-downloads-block {
  flex: 1 0 auto;
  max-height: 500px;
  overflow-y: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.product-downloads-block h4 {
  margin-bottom: 8px;
}
.product-download a {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.product-download a:hover {
  font-weight: 400;
  opacity: 0.8;
}
.product-download img {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 15px;
  padding: 2px;
  background: #212a31;
}

.product-additional {
  grid-column: 1 / span 2;
  grid-row: 5;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #e8edee;
}

.product-controls {
  grid-column: 3;
  grid-row: 1 / span 5;
  width: 100%;
  background: #e8edee;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.product-controls-cont {
  width: 100%;
  position: sticky;
  top: 150px;
}

.product-vat-exempt {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  border-top: 1px solid #212a31;
  padding: 10px 0;
}
.product-vat-exempt-image {
  background: #1b4470;
  padding: 10px;
  margin-right: 10px;
  border-radius: 10px;
}
.product-vat-exempt-image i {
  font-size: 30px;
  color: #ffffff;
}
.product-vat-exempt-text {
  text-align: center;
}
.product-vat-exempt-text span {
  font-size: 11px;
}
.product-vat-exempt-control {
  margin-left: 10px;
}
.product-vat-exempt-control-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.product-vat-exempt-control-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.product-vat-exempt-control-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #768692;
  box-shadow: 0 0 1px #212a31;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 5px;
  text-transform: uppercase;
}
.product-vat-exempt-control-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input#product-vat-toggle:checked + .product-vat-exempt-control-slider {
  background-color: #425563;
}
input#product-vat-toggle:checked + .product-vat-exempt-control-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.product-vat-exempt-control-slider.round {
  border-radius: 34px;
}
.product-vat-exempt-control-slider.round:before {
  border-radius: 50%;
}

.product-price {
  font-size: 32px;
  font-family: "Archivo", serif;
  text-align: center;
  margin-bottom: 20px;
}
.product-price #vat {
  font-size: 12px;
}

.product-options {
  border-top: 1px solid #212a31;
}
.product-variant-colour,
.product-variant-dropdown,
.product-variant-size {
  text-align: center;
  padding: 10px 0;
}

.ekm-productoptions-radio-option-header {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.ekm-productoptions-radio-option-wrapper {
  min-width: 50px !important;
  max-width: 50px !important;
  margin-bottom: 0px !important;
}
.ekm-productoptions-radio-option-label {
  border: 3px solid #e8edee !important;
  width: 30px !important;
  height: 30px !important;
  margin: 5px !important;
}
.ekm-productoptions-radio-option:checked + label {
  box-shadow: 0 0 0 2px #212a31 !important;
  margin: 5px !important;
}
.ekm-productoptions-radio-option-label-span {
  font-weight: 500 !important;
}
.ekm-productoptions-radio-option:checked + label + span {
  font-weight: 700 !important;
}

.product-variant-dropdown select {
  display: none;
}
.product-variant-checkbox {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 10px auto 0;
  height: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-variant-checkbox input {
  display: none;
}
.checkmark {
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  padding: 2px;
  border: 1px solid #212a31;
  border-radius: 3px;
  background-color: #ffffff;
}
.product-variant-checkbox:hover input ~ .checkmark {
  box-shadow: 0 0 0 1px #252525;
}
.product-variant-checkbox input:checked ~ .checkmark {
  background-color: #212a31;
  box-shadow: 0 0 0 1px #252525;
}
.product-variant-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.product-variant-checkbox input ~ .checkmark:after {
  content: "\2716";
  color: #e8edee;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-variant-checkbox input:checked ~ .checkmark:after {
  display: flex;
  content: "\2713";
  color: #ffffff;
}

.ekm-productoptions-size-option-header {
  margin-top: 3px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ekm-productoptions-size-option-label {
  background-color: #ffffff !important;
  border: 1px solid #252525 !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  width: 200px;
  margin: 7px 2.5px 0 !important;
}
.ekm-productoptions-size-option-label:hover {
  border: 1px solid #252525 !important;
  box-shadow: 0 0 0 1px #252525 !important;
}
.ekm-productoptions-size-option:checked + label {
  background-color: #212a31 !important;
  border: 1px solid #252525 !important;
}
#option_input_1 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#option_input_1 label {
  width: 50% !important;
}
#option_input_1 input {
  width: 30% !important;
  margin-right: 10px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  outline: 0px;
}
#option_input_1 div {
  text-align: center;
}

.quantity {
  border-top: 1px solid #212a31;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}
.quantity .quantity-cont {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 10px;
}
.quantitycontrol {
  color: #212a31;
  width: 50px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.quantity .quantity-input {
  width: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 2px;
  border: 1px solid #212a31;
  border-radius: 3px;
  background-color: #ffffff;
}

.add-to-cart-cont {
  margin-top: 20px;
}
#_EKM_PRODUCTADDCART input {
  background: #212a31;
  border: 0px !important;
  color: #ffffff;
  cursor: pointer;
  font-family: "Archivo", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 15px 5px;
  text-transform: uppercase;
  width: 100%;
}
#_EKM_PRODUCTADDCART input:hover,
.add-to-quote:hover,
.compare-button:hover {
  opacity: 0.8;
}

.product-leadtime {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-family: "Archivo", serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 1px solid #212a31;
  padding-bottom: 10px;
}
.product-leadtime a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-leadtime a:hover {
  font-weight: 400;
}
.product-leadtime i {
  font-size: 20px;
  margin-right: 10px;
}

.add-to-quote {
  margin-top: 20px;
  cursor: pointer;
  font-family: "Archivo", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.add-to-quote-text {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.compare-cont {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #212a31;
  text-align: center;
}
.compare-button {
  width: 100%;
  background: #e8edee;
  color: #252525;
  border: 0px;
  padding: 10px 5px;
  cursor: pointer;
  font-family: "Archivo", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.compare-button i {
  padding-right: 5px;
  font-size: 16px;
}

.related-products {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 20px;
  box-sizing: border-box;
  text-align: center;
}
.related-products-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
.related-products-cont .product-grid-item {
  max-width: 250px;
  margin: 0 20px 20px;
}
.related-products-cont
  .product-grid-item
  .product-grid-header
  .product-grid-title
  a {
  font-size: 16px;
}
.related-products-cont
  .product-grid-item
  .product-grid-header
  .product-grid-code {
  flex: 1 0 auto;
}
.related-products-cont
  .product-grid-item
  .product-grid-header
  .product-grid-code
  a {
  padding-bottom: 10px;
  font-size: 14px;
}
.related-products-cont
  .product-grid-item
  .product-grid-information
  .product-grid-price {
  padding-top: 3px;
}
.related-products-cont
  .product-grid-item
  .product-grid-information
  .product-grid-price
  a {
  font-size: 16px;
  padding-bottom: 10px;
}

.product-page-quote-list {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(146 146 146 / 50%);
  z-index: 9999;
}
.product-quote-list {
  margin-left: auto;
  overflow-y: auto;
  max-width: 500px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-bottom: 70px;
  background: #ffffff;
}
.product-quote-list-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #212a31 !important;
  border-bottom: 5px solid #768692;
  margin-bottom: 5px;
}
.product-quote-list-header h2 {
  flex: 1 0 auto;
  color: #ffffff;
  margin: 0px;
  font-family: "Archivo", serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 65px;
}
.product-quote-list-close {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  padding-right: 30px;
}
#product-quote-list {
  overflow-y: auto;
  padding: 0 10px 20px;
}
.product-quote-list-options {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #e8edee;
  border-top: 1px solid #212a31;
  border-bottom: 1px solid #212a31;
  padding: 20px;
}
#go-to-quote {
  background: #212a31;
  color: #ffffff;
  font-family: "Archivo", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 15px 20px;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
}
#product-quote-continue {
  padding: 0 20px;
  margin-top: 15px;
  cursor: pointer;
}
#go-to-quote:hover {
  opacity: 0.8;
}
#product-quote-continue:hover {
  font-weight: 600;
}
/* Mini Cart */

.ekm-softcart-wrapper {
  bottom: unset !important;
  left: unset !important;
}
.ekm-softcart {
  max-width: 500px;
  width: 100% !important;
  background: #212a31 !important;
  border-radius: 0px !important;
}
.ekm-softcart-header {
  border-bottom: 5px solid #768692;
}
.ekm-softcart-header h1,
a.ekm-softcart-close {
  color: #ffffff !important;
}
.ekm-softcart-inner {
  max-height: 100vh !important;
}
span.ekm-softcart-item-name a {
  color: #252525 !important;
  letter-spacing: 1.5px !important;
  font-size: 12px !important;
}
span.ekm-softcart-item-name a:hover {
  text-decoration: none !important;
}
.ekm-softcart-item-remove {
  margin-top: 3px !important;
  color: #252525 !important;
  font-size: 10px !important;
}
.ekm-softcart-item-qty {
  margin-left: 10px;
}
a.ekm-softcart-item-qty-minus,
a.ekm-softcart-item-qty-plus {
  color: #252525 !important;
}
span.ekm-softcart-item-qty-value {
  border: 1px solid #252525 !important;
}
.ekm-softcart-totals,
.ekm-softcart-item-cost {
  display: none !important;
}
.ekm-softcart-links {
  background: #e8edee !important;
  display: flex;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: center;
}
.ekm-softcart-gotocheckout {
  background: #212a31 !important;
  border: 0px !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-family: "Archivo", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  padding: 15px 20px !important;
  text-align: center;
  text-transform: uppercase !important;
  min-width: 200px;
}
.ekm-softcart-continue {
  padding: 0 20px !important;
  margin-top: 15px;
}
.ekm-softcart-continue:hover {
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* Static Content Pages */

.page-header {
  margin-bottom: 20px;
}
.page-header h1 {
  text-align: center;
}
.page-header p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 10px;
  font-size: 14px;
}

.page-full-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.page-full-content p {
  text-align: justify;
}
.page-full-content p + ol,
.page-full-content p + ul {
  margin-top: -5px;
}
.page-full-content li {
  margin-bottom: 5px;
  text-align: justify;
}
.page-full-content ol li ol,
.page-full-content ul li ul {
  margin-top: 5px;
}
.page-full-content td {
  padding: 3px 20px 3px 0;
}

.page-split {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin: 30px 0 20px;
}
.page-sidebar {
  width: 500px;
  margin-left: 5%;
  text-align: center;
  background: #e8edee;
  padding: 20px;
  box-sizing: border-box;
}
.page-sidebar-cont {
  position: sticky;
  top: 120px;
}
.page-split-left,
.page-split-right {
  width: 48%;
}
.page-split-left p,
.page-split-right p {
  text-align: justify;
}

/* Contact */

#contact-details h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #212a31;
  text-transform: none;
}
#contact-details p {
  margin-top: 0px;
  padding: 0 10px;
  box-sizing: border-box;
}
#contact-details p:last-of-type {
  margin-bottom: 0px;
}
#contact-details .horizontal-divider {
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.contact-form {
  flex: 1;
}
.contact-form p {
  text-align: center;
  margin-bottom: 20px;
}

.contact-form-row {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form-row label {
  margin-bottom: 10px;
}
.contact-form-row input {
  border: 0px;
  border-bottom: 1px solid #252525;
  border-radius: 0px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  max-width: 750px;
  outline: 0px;
}
.contact-form-row textarea {
  border: 1px solid #252525;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  width: 80%;
  max-width: 750px;
  height: 100px;
}
#contact-form-button {
  margin-top: 10px;
}
#contact-form-button input {
  cursor: pointer;
  background: #212a31;
  color: #ffffff;
  font-family: "Archivo", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 15px;
  text-transform: uppercase;
  width: 300px;
  text-align: center;
}
#contact-form-button input:hover {
  opacity: 0.8;
}

/* FAQs */

.faq-question {
  border-bottom: 1px solid #212a31;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.faq-question:first-of-type {
  border-top: 1px solid #212a31;
}
.faq-question h4 {
  margin-bottom: 0px;
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
}
.faq-question i {
  font-size: 24px;
  margin-right: 10px;
  color: #212a31;
}
.faq-question p {
  display: none;
}
.faq-question p:last-of-type {
  margin-bottom: 0px;
}

/* Quotes */

.quote-page-cont {
  display: flex;
  flex-flow: row;
}
.empty-quote {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 70vh;
}
.empty-quote p:first-of-type {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
}
.quote-form {
  flex: 1;
}
#quote {
  align-items: flex-start;
  margin-bottom: 40px;
}
#quote label {
  display: none;
}
#quote table {
  font-size: 12px;
}
#quote td {
  padding: 5px;
}
#quote tr:first-of-type {
  font-weight: 700;
  background: #e8edee;
}
#quote tr td:nth-of-type(2) {
  text-align: center;
  width: 20%;
  word-break: break-all;
}
#quote tr td:nth-of-type(3) {
  text-align: center;
  width: 10%;
}
#quote tr td:nth-of-type(4) {
  text-align: center;
  font-size: 10px;
  width: 15%;
  cursor: pointer;
}

.quote-contact-details {
  max-width: 500px;
  width: 100%;
  margin-left: 5%;
  background: #e8edee;
  padding: 20px;
  flex: 1;
  box-sizing: border-box;
}
.quote-form-row {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.quote-form-row input {
  border: 0px;
  border-bottom: 1px solid #252525;
  border-radius: 0px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  background: #e8edee;
  width: 80%;
  outline: 0px;
}
.quote-form-row textarea {
  border: 1px solid #252525;
  margin-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  width: 100%;
}
.quote-contact-details h3 {
  margin-top: 0px;
  text-align: center;
}
.quote-form-labeldetails {
  font-size: 12px;
  color: #425563;
  width: 80%;
  margin: 5px auto 0;
  text-align: center;
}
#company-details {
  display: flex;
  flex-flow: row;
  width: 80%;
  margin: 0 auto 10px;
}
.quote-form-company-name {
  width: 70%;
  text-align: center;
}
.quote-form-company-name input {
  width: 100% !important;
}
.company-trade-select {
  font-size: 11px;
  text-align: center;
  width: 30%;
}
.company-trade-select input {
  height: 16px;
  margin-top: 3px;
}
#vat-exempt-check {
  display: none;
}
.quote-vat-exempt-control {
  margin-top: 5px;
}
.quote-vat-exempt-control-switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.quote-vat-exempt-control-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.quote-vat-exempt-control-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #768692;
  box-shadow: 0 0 1px #212a31;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8px;
  text-transform: uppercase;
}
.quote-vat-exempt-control-slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input#quote-vat-toggle:checked + .quote-vat-exempt-control-slider {
  background-color: #425563;
}
input#quote-vat-toggle:checked + .quote-vat-exempt-control-slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.quote-vat-exempt-control-slider.round {
  border-radius: 34px;
}
.quote-vat-exempt-control-slider.round:before {
  border-radius: 50%;
}

.quote-submit {
  width: 80%;
  margin: 10px auto 0;
}
.quote-submit input {
  cursor: pointer;
  background: #212a31;
  color: #ffffff;
  font-family: "Archivo", serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  padding: 15px !important;
  text-transform: uppercase !important;
  width: 100% !important;
  text-align: center !important;
}
.quote-submit input:hover {
  opacity: 0.8;
}
.quote-continue-shopping,
.empty-quote-continue-shopping {
  margin-top: 10px;
  font-size: 12px;
  cursor: pointer;
}
.quote-continue-shopping:hover,
.empty-quote-continue-shopping:hover {
  font-weight: 600;
}

/* VAT Exemption */

#vat-exempt-login h3 {
  margin-top: 0px;
}
#vat-exempt-login p {
  padding: 0 20px;
}
#vat-exempt-login h4 {
  margin-top: 20px;
}

#vat-exempt-login .horizontal-divider {
  padding-bottom: 8px;
  margin-bottom: 20px;
}

#vat-exempt-login input {
  background: #e8edee;
}
#vat-exempt-login .shopui-button-row {
  margin: 0 20px 10px;
}

#vat-exempt-login .shopui-button-row div {
  font-size: 12px;
}
/* EKM ShopUI */

.shopui {
  color: #252525 !important;
  max-width: 1200px !important;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
}
.shopui a {
  color: #252525 !important;
}
.shopui a:hover {
  text-decoration: none !important;
}

.shopui-section {
  box-shadow: none !important;
}
.u-margin-bottom--small {
  width: 100%;
}
.shopui-message--success {
  background-color: #ffffff !important;
  border-color: #07592a !important;
}
.shopui-section header {
  height: unset;
}
.shopui-section footer {
  position: unset;
  width: 100%;
}
footer.shopui-dialog__footer {
  position: unset;
}
.shopui-section__header {
  position: relative;
  flex-flow: column;
  align-items: flex-start;
  z-index: 2 !important;
  text-align: center;
  padding: 0 20px !important;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.shopui-breadcrumb {
  color: #252525 !important;
  font-size: 12px !important;
}
.shopui-account__logout {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #252525 !important;
  border: 0px !important;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.shopui-account__logout:hover {
  font-weight: 700;
  text-decoration: none !important;
}

/* Buttons */
.shopui-button,
.shopui-button--primary,
a.shopui-button--primary {
  font-family: "Archivo", serif !important;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  font-weight: 500 !important;
  padding: 15px !important;
}
.shopui-button--primary,
a.shopui-button--primary {
  background-color: #212a31 !important;
  border-color: #212a31 !important;
  color: #ffffff !important;
}
.shopui-button--primary:hover,
a.shopui-button--primary:hover {
  background-color: #212a31 !important;
  border-color: #212a31 !important;
  color: #ffffff !important;
  opacity: 0.8 !important;
}
.shopui-button--small {
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  text-transform: none;
  letter-spacing: 1px !important;
}

.shopui-order-summary__actions .shopui-button--small {
  font-family: "Archivo", serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  padding: 10px !important;
  background-color: #ffffff !important;
  color: #252525 !important;
  margin-bottom: 0px !important;
}

.shopui-section__footer {
  background: #e8edee;
  border-top: 1px solid #212a31;
  border-bottom: 1px solid #212a31;
  margin-top: 20px;
}
.shopui-section__footer .shopui-button-section {
  padding: 0 !important;
}
.shopui-section__footer .shopui-button-section a:hover {
  font-weight: 600;
}

/* Forms */

.shopui-form-row__details {
  font-size: 14px !important;
  text-align: center;
  margin-right: 0px !important;
}
.shopui-label {
  color: #252525 !important;
}
.shopui-text-field,
.shopui-select-field select {
  border: 0px !important;
  border-bottom: 1px solid #252525 !important;
  border-radius: 0px !important;
  padding: 5px !important;
  box-sizing: border-box;
  font-size: 12px !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 auto;
  width: 90% !important;
  outline: 0px !important;
}
.shopui-label-details {
  font-size: 12px !important;
  color: #425563 !important;
}
.shopui-password-field__button,
.shopui-label-required {
  display: none !important;
}

.shopui-select-field select {
  height: auto !important;
}

/* Login /Create Account Page */

.ekm-account-login {
  max-width: 100% !important;
  padding: 20px 0 !important;
}
.ekm-account-login .shopui-grid--flex {
  flex-flow: column;
}
.ekm-account-login__login,
.ekm-account-login__create {
  width: 100% !important;
  padding: 20px !important;
}
.shopui-section--login-split {
  max-width: 500px;
  width: 100% !important;
  margin: 0 auto;
}
.ekm-account-login__create,
.ekm-account-login__create .shopui-section {
  background: #e8edee;
}
.shopui-section__content {
  padding: 0 !important;
}
.ekm-account-login__login .shopui-button-row div a {
  font-size: 12px;
}
.ekm-account-login__create .shopui-section__content a,
.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-form-row__field
  a {
  font-family: "Archivo", serif !important;
  padding: 14px;
  display: block;
  width: 100%;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  background: #212a31;
  color: #ffffff !important;
}
.ekm-account-login__create .shopui-section__content a:hover,
.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-form-row__field
  a:hover {
  opacity: 0.8;
}

/* Account Area */
.shopui-section__title,
.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-form-row__details
  label {
  font-family: "Archivo", serif;
  font-size: 28px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-bottom: 10px !important;
}
.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-form-row__details
  label,
.ekm-account-login__create .shopui-section__title {
  font-family: "Archivo", serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-bottom: 10px !important;
}
.shopui-section__description,
.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-label-details {
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
  color: #252525 !important;
  font-weight: 400;
  letter-spacing: 1px !important;
  padding: 0 20px 10px !important;
}

.shopui-account,
.shopui-nav-box--wishlist {
  display: none !important;
}

.shopui-nav-section {
  flex-flow: row wrap;
  justify-content: space-between;
}
.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__icon,
.shopui-empty-state__icon--orders {
  background-color: #212a31 !important;
  width: 100px !important;
  height: 100px !important;
  padding: 10px;
  border-radius: 10px !important;
}
.shopui-nav-box__icon svg,
.shopui-empty-state__icon--orders svg {
  stroke: #ffffff !important;
  stroke-width: 2px !important;
  transform: scale(1.5) !important;
}
.shopui-nav-box__title {
  font-weight: 600 !important;
  font-size: 14px;
  letter-spacing: 1.5px;
  padding: 5px;
}
.shopui-nav-box__description {
  color: #252525 !important;
  text-transform: none !important;
}
.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:hover .shopui-nav-box__description {
  font-weight: 500;
}
.shopui-button-section {
  border-top: 0px !important;
}
.shopui-section--account-details,
.shopui-section--change-password,
.shopui-section--add-address {
  max-width: 100% !important;
}
.shopui-section--account-details .shopui-section__content,
.shopui-section--change-password .shopui-section__content,
.shopui-section--add-address .shopui-section__content {
  max-width: 500px;
  margin: 0 auto;
}
.shopui-section--account-details .shopui-section__inner {
  background: #e8edee;
  border: 0px !important;
  margin-top: 40px !important;
}
.shopui-section--account-details .shopui-section__inner .shopui-form-row {
  flex-flow: column !important;
}

.shopui-empty-state__title {
  font-size: 14px !important;
}
.shopui-empty-state__description {
  font-size: 12px !important;
  color: #252525 !important;
}
.shopui-card--empty:hover {
  border-color: #212a31 !important;
}

.shopui-section--account-details
  .shopui-section__inner
  .shopui-form-row
  .shopui-label-details {
  padding: 5px 0 15px !important;
}

.shopui-order-summary {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #252525 !important;
  border-radius: 0px !important;
}
.shopui-order-summary:last-of-type {
  border-bottom: 0px !important;
}
.shopui-order-summary__header {
  background-color: #ffffff !important;
  position: relative !important;
  z-index: unset !important;
}
.shopui-order-section {
  border: 0px !important;
}
.shopui-order-summary__content {
  flex-flow: column-reverse;
  padding-top: 0px !important;
}
.shopui-order-details__title,
.shopui-order-summary__header-label {
  text-transform: uppercase;
}
.shopui-order-item__image,
.shopui-order-item__image:before {
  border: 0px !important;
  border-radius: 0px !important;
}
.shopui-order-item__details {
  margin-left: 20px !important;
}
.shopui-order-item__name {
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.shopui-order-item__option {
  color: #252525 !important;
}
.shopui-order-summary__actions {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.shopui-order-summary__actions {
  flex-flow: row;
  border-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.shopui-order-summary__actions a {
  padding-top: 0px;
}

.shopui-section--orders .shopui-grid__column--span-4,
.shopui-dialog__footer,
.js-contact-us-modal-open,
.shopui-order-totals__total--delivery,
.shopui-order-section--details .shopui-order-details:last-of-type,
.shopui-order-item__review-link,
.shopui-order-section__header {
  display: none !important;
}

/* Wishlist/Compare */

.shopui-section--wishlist .shopui-section__header nav,
.shopui-section--wishlist .shopui-section__title,
.shopui-section--wishlist .shopui-product-list-toolbar,
.shopui-section--wishlist .shopui-product-item__added-date {
  display: none;
}
.shopui-section--wishlist .shopui-section__header::before {
  content: "Compare Products";
  font-family: "Archivo", serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.shopui-section--wishlist .shopui-section__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.shopui-section--wishlist .shopui-message {
  width: 100%;
}
.shopui-section--wishlist .shopui-product-item {
  width: 300px;
  display: flex;
  flex-flow: column;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px;
  border-bottom: 0px !important;
  margin: 0 10px 20px !important;
}
.shopui-product-item:last-child {
  padding-bottom: 10px !important;
}
.shopui-section--wishlist .shopui-product-item__image:before {
  border: 0px !important;
}
.shopui-section--wishlist .shopui-product-item__image {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 0px !important;
  flex-grow: unset !important;
}
.shopui-section--wishlist .shopui-product-item__image img {
  width: 100% !important;
}
.shopui-section--wishlist .shopui-product-item__details {
  background: #e8edee;
  padding: 20px;
  margin: 0px !important;
  text-align: center;
  display: flex;
  flex-flow: column;
}
.shopui-section--wishlist .shopui-product-item__details a {
  font-family: "Archivo", serif;
  flex: 1 0 auto;
}
.shopui-section--wishlist .shopui-product-item__details a:hover {
  font-weight: 400 !important;
}
.shopui-section--wishlist .shopui-product-item__price {
  font-size: 16px !important;
  font-weight: 500 !important;
  flex: 1 0 auto;
}
.shopui-section--wishlist .shopui-product-item__actions {
  width: 100% !important;
  max-width: unset !important;
}

/* Cart */
.ekmpscart-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.ekmpscart-header {
  text-align: center;
  margin-bottom: 20px !important;
}
.ekmpscart-title {
  font-size: 28px !important;
  float: unset !important;
}
.ekmpscart-header .ekmpscart-checkout-button {
  display: none;
}

.ekmpscart-contents {
  border: 0px !important;
}
.ekmpscart-cart-items-column-header {
  background-color: #e8edee !important;
  border-bottom: 1px solid #212a31 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.ekmpscart-cart-items-product-header {
  margin-right: -200px !important;
}

.ekmpscart-cart-items-product {
  border-bottom: 1px solid #e8edee !important;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.ekmpscart-wrapper a {
  color: #252525 !important;
}
.ekmpscart-wrapper a:hover {
  font-weight: 600 !important;
  text-decoration: none !important;
}
.ekmpscart-cart-items-product-image {
  width: 100px !important;
}
.ekmpscart-cart-items-product-information {
  padding-left: 100px !important;
}
.ekmpscart-cart-items-product-name {
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
  font-weight: 500 !important;
  margin-bottom: 10px;
}
.ekmpscart-cart-items
  .ekmpscart-cart-items-product
  .ekmpscart-cart-items-product-options {
  display: block !important;
  background-color: unset !important;
  border: 0px !important;
  padding: 5px 0 !important;
}
.ekmpscart-cart-items-product-action-toggle-options,
.ekmpscart-cart-items-product-actions .sep {
  display: none;
}
.ekmpscart-cart-items-product-actions {
  font-size: 10px !important;
}
.ekmpscart-cart-items-product-qty-up,
.ekmpscart-cart-items-product-qty-down {
  opacity: 1 !important;
}
.ekmpscart-cart-items-product-qty-box {
  border: 1px solid #252525 !important;
}

.ekmpscart-cart-items-product-price-subtotal {
  font-weight: 600 !important;
  font-size: 14px !important;
}

.ekmpscart-after-items-wrapper {
  border-top: 1px solid #212a31 !important;
}
.ekmpscart-total-sub,
.delivery-estimate-label {
  display: none !important;
}
.ekmpscart-total-label,
.ekmpscart-total-value {
  font-size: 14px !important;
}

.ekmpscart-checkout-buttons {
  background: #e8edee;
  border-top: 1px solid #212a31 !important;
  border-bottom: 1px solid #212a31;
  box-sizing: border-box;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
}
.ekmpscart-checkout-button-checkout a {
  background: #212a31 !important;
  border: 0px !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-family: "Archivo", serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  padding: 15px 20px !important;
  text-align: center;
  text-transform: uppercase !important;
  min-width: 300px;
}
.ekmpscart-checkout-button-checkout a:hover {
  font-weight: 500 !important;
}
.ekmpscart-checkout-button-checkout i {
  display: none;
}
.ekmpscart-checkout-button-continue {
  font-size: 12px !important;
  width: 100%;
  text-align: left !important;
}

.ekmpscart-empty-cart-message,
.ekmps-saved-items-summary {
  font-size: 12px !important;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.ekmpscart-wrapper.ekmpscart-empty .ekmpscart-after-items-wrapper {
  border-top: 0px !important;
}
.ekmpscart-wrapper.ekmpscart-empty
  .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
  margin: 0px !important;
  font-weight: 400 !important;
  background: #e8edee !important;
  border-top: 1px solid #212a31 !important;
  border-bottom: 1px solid #212a31;
  padding: 10px 0px;
  box-sizing: border-box;
}

.ekmps-cart-saved-items-header h2 {
  font-family: "Archivo", serif;
  font-size: 18px !important;
  font-weight: 500;
  margin: 15px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.basket-payment {
  width: 100%;
  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;
}

/* --- Media Queries --- */
@media screen and (max-width: 1400px) {
  .header-contact {
    font-size: 14px;
  }
  .product-cont {
    grid-template-columns: 35% auto 350px;
  }
  .product-image-arrow-cont {
    padding: 8px 11px 6px 11px;
  }
  .product-image-arrow-cont i {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .header-top-right {
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: 5px;
  }
  .header-contact {
    flex-flow: row;
    margin: 0 0 5px;
  }
  .header-contact a {
    margin-left: 20px;
  }
  .header-top-right-controls {
    width: 100%;
    max-width: 500px;
  }
  .header-search {
    max-width: 300px;
  }
  .header-menu a {
    font-size: 12px;
    padding: 4px 5px 5px;
  }
  .homepage-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid,
  .category-product-grid,
  .search-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-cont {
    grid-template-columns: 55% 40%;
    grid-template-rows: auto auto auto 1fr auto auto;
  }
  
  category-grid-informatiopn .fishishes-cont-4 .finish-image-conn img {
  max-width: 50px;
  max-height: 35px;
  margin-bottom: 8px;
  width: auto;
}
  .product-image {
    grid-column: 1;
    grid-row: 1 / span 1;
  }
  .product-header {
    grid-column: 1;
    grid-row: 2;
  }
  .product-description {
    grid-column: 1;
    grid-row: 3;
  }
  .product-specification {
    grid-column: 1;
    grid-row: 4;
  }
  .product-downloads {
    grid-column: 1;
    grid-row: 5;
  }
  .product-additional {
    grid-column: 1;
    grid-row: 6;
  }
  .product-controls {
    grid-column: 2;
    grid-row: 1 / span 6;
  }
  .ekm-productoptions-radio-option-wrapper {
    min-width: 60px !important;
    max-width: 60px !important;
  }
  .quote-page-cont {
    flex-flow: column;
    align-items: center;
  }
  .quote-contact-details {
    margin: 20px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-top {
    padding: 10px 15px;
  }
  .header-top-left {
    margin-left: 30px;
  }
  .header-top-logo {
    max-width: 350px;
    padding-right: 10px;
    margin-left: 10px;
  }
  .header-contact {
    font-size: 12px;
  }
  .ekmpscart-totals {
    width: 60% !important;
  }
  .header-menu {
    padding: 0;
  }
  #header-menu-vat {
    padding-right: 10px;
  }
  .page-sidebar {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .header-top-logo {
    max-width: 325px;
  }
  .header-menu-cont {
    flex-flow: row wrap;
  }
  .header-menu a {
    border-top: 1px solid #252525;
    border-right: 1px solid #252525;
  }
  .header-menu-button {
    border-right: 0px;
  }
  .header-menu-sub {
    border: 0;
    border-left: 1px solid #252525;
    border-bottom: 1px solid #252525;
  }
  #header-menu-vat {
    border-top: 1px solid #252525;
  }
  .product-grid-filters h3 {
    min-width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .header-top-logo {
    max-width: 300px;
  }
  .header-top-right {
    width: 45%;
    margin-left: 5%;
  }
  .header-contact,
  #header-vat-exempt {
    display: none;
  }
  .header-search input {
    font-size: 12px;
  }
  .header-menu-cont {
    display: none;
  }
  .header-menu-tablet {
    width: 100%;
    display: flex;
    flex-flow: row;
    border-top: 1px solid #212a31;
    border-right: 1px solid #212a31;
  }
  .header-menu-tablet-button {
    flex: 1 0 auto;
    position: relative;
  }
  .header-menu-tablet-control {
    cursor: pointer;
    color: #ffffff;
    padding: 7px 10px 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.5px;
    height: 100%;
  }
  .header-menu a {
    font-size: 14px;
    padding: 10px 5px;
    border-left: 1px solid #252525;
  }
  .header-menu-tablet:hover .header-menu-tablet-control {
    color: #e8edee;
    background: #425563;
  }
  .header-menu-tablet:hover .header-menu-tablet-cont {
    display: flex;
  }
  .header-menu-tablet-cont {
    position: absolute;
    display: none;
    flex-flow: column;
    background: #768692;
    width: 100%;
    z-index: 20;
    border-bottom: 1px solid #252525;
  }
  .footer-menu a {
    padding: 3px 10px 5px;
    font-size: 12px;
  }
  .image-tab {
    font-size: 12px;
  }
  .page-split {
    flex-flow: column-reverse;
    margin-top: 0px;
  }
  .page-sidebar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .page-sidebar-cont {
    position: relative;
    top: 0px;
  }
  .page-split-left,
  .page-split-right {
    width: 100%;
  }
  .page-split-left h3,
  .page-split-right h3,
  .page-split-left h4,
  .page-split-right h4 {
    text-align: center;
  }
  .page-split-left p,
  .page-split-right p {
    text-align-last: center;
  }
}

@media screen and (max-width: 700px) {
  .homepage-header p,
  .category-header p,
  .page-header p {
    font-size: 12px;
  }
  .homepage-category-grid,
  .category-grid,
  .category-product-grid,
  .search-grid {
    grid-template-columns: repeat(1, 100%);
    row-gap: 20px;
  }
  .product-cont {
    grid-template-columns: 100%;
    grid-template-rows: repeat(7, auto);
  }
  .product-image {
    grid-column: 1;
    grid-row: 1;
  }
  .product-header {
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }
  .product-details-cont {
    flex-flow: column;
  }
  #productstock {
    margin-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
  .product-description {
    grid-column: 1;
    grid-row: 4;
  }
  .product-description p:first-of-type {
    margin-top: 1em;
  }
  .product-specification {
    grid-column: 1;
    grid-row: 5;
  }
  .product-downloads {
    grid-column: 1;
    grid-row: 6;
  }
  .product-additional {
    grid-column: 1;
    grid-row: 7;
  }
  .product-controls {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0px;
  }
  .related-products {
    border-top: 1px solid #e8edee;
  }
}

@media screen and (max-width: 660px) {
  .ekmpscart-wrapper {
    padding: 0px !important;
  }
  .ekmpscart-checkout-button-checkout.top-button,
  .ekmpscart-cart-items-column-header {
    display: none !important;
  }
  .ekmpscart-cart-items-product {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 80%;
    margin: 0 auto 20px;
  }
  .ekmpscart-cart-items-product-image {
    width: 50% !important;
  }
  .ekmpscart-cart-items-product-image img {
    width: 100% !important;
  }
  .ekmpscart-cart-items-product-information {
    margin: 10px 0px !important;
    padding: 0px !important;
  }
  .ekmpscart-cart-items-product-name,
  .ekmpscart-cart-items-product-actions {
    text-align: center;
  }
  .ekmpscart-cart-items-product-qty {
    width: auto !important;
    margin: 5px auto !important;
  }
  .ekmpscart-cart-items-product-qty form {
    display: flex;
    align-items: center;
  }
  .ekmpscart-cart-items-product-qty-down,
  .ekmpscart-cart-items-product-qty-up {
    display: inline !important;
  }
  .ekmpscart-cart-items-product-price {
    margin: 10px 0px !important;
    text-align: center;
  }
  .ekmpscart-cart-items-product-price-subtotal,
  .ekmpscart-cart-items-product-price-tax,
  .ekmpscart-cart-items-product-price-normal {
    text-align: center;
  }
  .ekmpscart-totals {
    width: 100% !important;
  }
  .ekmpscart-checkout-buttons {
    flex-flow: column-reverse;
  }
  .ekmpscart-checkout-button {
    margin: 5px 0 0 !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;
  }
  #page-content {
    margin-top: 20px;
  }

  .header-top {
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .header-top-left {
    max-width: 70%;
    margin-left: 0px;
  }
  .header-top-nhs {
    font-size: 10px;
    margin-left: 5%;
    padding-top: 6px;
  }
  #nhs-logo {
    font-size: 10px;
  }
  .header-top-right {
    width: 25%;
    margin-bottom: 5px;
  }
  .header-top-search {
    padding: 5px 0 0 0;
  }

  .footer-menu-cont {
    flex-flow: row wrap;
  }

  .footer-menu a {
    height: auto;
    border-bottom: 1px solid #252525;
  }

  .shopui-order-summary__header {
    padding: 5px 20px !important;
  }
  .shopui-order-section__content {
    flex-flow: column !important;
    justify-content: center;
    padding: 5px 20px !important;
  }
  .shopui-order-item__image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .shopui-order-item__price {
    display: none;
  }
  .shopui-order-summary__header-block,
  .shopui-order-details {
    margin-bottom: 10px;
  }
  .product-quote-list-header h2 {
    line-height: 40px;
  }
  .product-grid-filters {
    flex-flow: column;
    align-items: center;
  }
  .product-grid-filters h3 {
    min-width: unset;
    font-size: 16px;
    padding: 5px 0;
  }
  .product-filter-name {
    margin: 5px;
  }
}

@media screen and (max-width: 480px) {
  span.ekm-softcart-item-qty {
    min-width: unset !important;
  }
  span.ekm-softcart-item-qty a {
    display: block !important;
  }
  div.ekm-softcart-links {
    padding: 20px 10px !important;
  }
  .header-top-logo {
    padding-right: 0px;
    margin-left: 5px;
  }
  .header-top-left {
    width: 75%;
  }
  .header-top-right {
    width: 20%;
  }
  .header-button-text {
    display: none;
  }
  .header-button {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 450px) {
  #page-content {
    padding-bottom: 225px;
  }
}
/* Firefox Fixes */
@-moz-document url-prefix() {
  .header-top-logo img {
    height: 30px;
  }
}
