:root {
  --accent: hsl(189, 89.9%, 34.9%);
  --accent-border: hsl(189, 89.9%, 24.9%);
  --accent-hover: hsl(189, 89.9%, 24.9%);
  --accent-light: hsl(188.8, 100%, 86.7%);
}

body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* ---
/* --- RESET
/* --------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.15em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: url("https://files.ekmcdn.com/justperrin/resources/design/whirlpool.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* ---
/* --- GLOBAL DEFAULTS
/* --------------- */
.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hidden {
  display: none !important;
}

.mobile-hidden {
  display: block;
}

.mobile-only {
  display: none;
}

/* ---
/* --- FRAMEWORK
/* --------------- */
.site-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  max-width: 1250px;
  overflow: hidden;
  padding: 0 1rem;
  width: 100%;
}

.wide.container {
  max-width: 2000px;
}

.framework,
.ekmpscart-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* ---
/* --- TYPEOGRAPHY
/* --------------- */
body {
  color: #3a3a3a;
  font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Bree Serif", serif;
  font-weight: normal;
}

h1,
h2 {
  text-transform: uppercase;
}

p {
  line-height: 24px;
  line-height: 1.5rem;
}

a {
  color: #3a3a3a;
}

ul {
  list-style-position: inside;
  list-style-type: square;
}

/* ---
/* --- FORM ELEMENTS
/* --------------- */
input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 5px 0;
  padding: 8px 5px;
}

input[type="text"],
select,
textarea {
  border-radius: 0;
}

textarea {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

button,
input[type="button"],
input[type="Submit"],
.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--accent);
  border: 2px solid var(--accent-border);
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 10px 1%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
}

.button {
  text-decoration: none;
}

.button a {
  color: white;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 10px 1%;
  text-decoration: none;
  width: 100%;
}

button:hover,
input[type="submit"]:hover,
.button:hover,
button.hover,
input[type="submit"].hover,
.button.hover {
  background: var(--accent-hover);
  cursor: pointer;
}

select {
  border: 1px solid #ddd;
  padding: 10px 1%;
  width: 100%;
}

.ekm-productoptions-dropdown-option,
.ekm-productoptions-dropdown-option-withoutborder {
  font-size: 11pt;
}

/* ---
/* --- OTHER ELEMENTS
/* --- Generic stuff that is used almost everywhere
/* --------------- */
.breadcrumbs {
  background: white;
  box-sizing: border-box;
  padding: 10px 1%;
}

.collapsable-block .fa {
  font-size: 25.6px;
  font-size: 1.6rem;
  /*padding-top: 5px;*/
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  -o-transition: transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
}

.collapsable-block h2,
.collapsable-block h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collapsable-block i.flipped {
  transform: rotate(-180deg);
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
}

.collapsable-block .collapsable-content ul {
  margin: 0;
  font-size:14px;
}

.collapsable-block .collapsable-content.collapsed {
  display: none;
}

.headerbanner {
  background: var(--accent);
  color: white;
  margin: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}

.headerbanner h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 1.2rem;
  line-height: 20px;
  margin: 0;
  padding: 0 1% 0.25rem;
  text-transform: uppercase;
}

.headerbanner a {
  color: #ffffff;
}

.parent-linked {
  cursor: pointer;
}

/* ---
/* --- HEADER
/* --------------- */
header {
  background: white;
  border-bottom: 1px solid #ccc;
  border-top: 3px solid var(--accent);
  -webkit-box-shadow: 0px 2px 2px -2px rgba(219, 219, 219, 0.5);
  box-shadow: 0px 2px 2px -2px rgba(219, 219, 219, 0.5);
  text-transform: uppercase;
}

header .container {
  display: flex;
  overflow: initial;
}

header .main-header .container {
  justify-content: space-between;
}

/* --- Middle header ---*/
header .logo {
  align-items: center;
  display: flex;
  font-size: 3vw;
  margin-left: 1%;
  width: 45%;
  min-height: 1px;
  max-width: 500px;
}

header .logo a {
  color: var(--accent);
  display: block;
  font-size: 0;
  text-decoration: none;
  width: 100%;
}

header .logo img {
  max-width: 100%;
  max-height: 50px;
}

header .logo .secondary-logo {
  margin-left: 10%;
}
header .logo .secondary-logo img {
  max-width: 80%;
}
header .search-and-cart {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1%;
  max-width: 600px;
  width: 50%;
}

header .search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 80%;
}

header form[name="searchbox"] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  position: relative;
  width: 100%;
  z-index: 4;
}

header .ekmps-search-field:focus,
header .ekmps-search-field.active {
  background: white !important;
}

header form[name="searchbox"] input[type="text"] {
  background: transparent;
  line-height: 1.9rem;
  width: 100%;
}

header form[name="searchbox"] input[type="submit"] {
  width: 20%;
}

header .search-placeholder {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  left: 5px;
  opacity: 0.6;
  position: absolute;
  text-transform: none;
  top: 30%;
  user-select: none;
  z-index: 1;
}

header .search-placeholder i {
  margin-right: 5px;
}

header .icon {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  text-decoration: none;
  padding: 0.75rem;
  position: relative;
}

header .icon.mobile-only {
  display: none;
}

header .badge {
  align-items: center;
  background: var(--accent-hover);
  border-radius: 10px;
  color: white;
  display: flex;
  float: right;
  font-size: 0.9rem;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  z-index: 9;
}

header .icon:hover,
header .icon:hover a {
  background: var(--accent);
  color: white;
}

header .icon:hover .tooltip {
  display: block;
}

header .tooltip {
  background: var(--accent);
  display: none;
  color: white;
  font-size: 1rem;
  right: 0;
  padding: 0.5rem;
  position: absolute;
  text-transform: lowercase;
  top: 3rem;
  white-space: nowrap;
  z-index: 5;
}

/* --- Main navigation ---*/
header nav.main-menu {
  background: #f9f9f9;
  font-family: "Bree Serif", serif;
  text-align: center;
  text-transform: uppercase;
}

header nav.main-menu .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0;
  margin-top: 0;
}

header nav.main-menu ul a {
  font-size: 19.2px;
  font-size: 1.2rem;
  text-decoration: none;
}

header nav.main-menu ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  width: 100%;
}

header nav.main-menu ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  position: relative;
  width: 100%;
}

header nav.main-menu ul li.mobile-only {
  display: none;
}

header nav.main-menu ul li#js-mobile-menu-close {
  display: none;
}

header nav.main-menu ul li#js-mobile-menu-close:hover {
  color: white;
  cursor: pointer;
}

header nav.main-menu ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 5%;
  width: 100%;
}

header nav.main-menu ul li:hover {
  background: var(--accent);
}

header nav.main-menu ul li:hover a {
  color: white;
}

header nav.main-menu ul li ul.subnav {
  background: white;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(160, 158, 158, 0.5);
  box-shadow: 0px 2px 3px 1px rgba(160, 158, 158, 0.5);
  display: none;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100%;
  z-index: 1;
}

header nav.main-menu ul li ul.subnav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav.main-menu ul li ul.subnav.active a {
  color: #3a3a3a;
}

header nav.main-menu ul li ul.subnav.active a:hover {
  color: white;
}

header nav.main-menu ul li ul.subnav li {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  position: initial;
  text-align: center;
  width: 100%;
}

header nav.main-menu ul li ul li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 5px;
  width: 100%;
}

header nav.main-menu ul li ul li a:hover {
  background: var(--accent);
  color: white;
}

/* Off canvas nav loaded at the end of the page */
#off-canvas-nav {
  background: white;
  border-top: 3px solid var(--accent);
  box-shadow: -5px 0px 10px 0px rgba(143, 139, 140, 0.3);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 300px;
  min-width: 180px;
  padding: 1rem;
  position: fixed;
  right: -310px;
  text-align: right;
  top: 0;
  transition: all 500ms ease-in;
  width: 20%;
  z-index: 9;
}

#off-canvas-nav.active {
  right: 0;
}

#off-canvas-nav i {
  display: block;
  padding: 1rem 0;
  width: 100%;
}

#off-canvas-nav ul {
  list-style-type: none;
  margin: 0;
}

#off-canvas-nav ul > li {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1rem;
  position: relative;
}

#off-canvas-nav ul li ul li:last-of-type {
  border-bottom: 0px;
}

#off-canvas-nav ul > li ul.subnav {
  display: none;
  position: absolute;
  left: -100%;
  background: #ffffff;
  border: 1px solid #ccc;
  box-shadow: -10px 10px 10px 0px rgba(143, 139, 140, 0.3);
  margin: -0.5rem 0 0 0;
  padding: 0.5rem;
  width: 100%;
  z-index: 5;
}

#off-canvas-nav ul li:hover {
  background: var(--accent);
}

#off-canvas-nav ul li:hover > ul.subnav {
  display: inline;
}

#off-canvas-nav a {
  text-decoration: none;
}
#off-canvas-nav ul li:hover > a {
  color: #ffffff;
}

/* ---
/* --- FOOTER
/* --------------- */
footer {
  background: #141821;
  color: white;
  margin-top: 30px;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #cccccc;
}
footer .help ul {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  margin: 0px;
}

footer .help ul > li {
  padding: 0 1rem;
}

footer .sosumi {
  background: #0d1016;
  font-size: 0.9rem;
  line-height: 1.3rem;
  padding: 10px 0;
  text-align: left;
}

footer .sosumi .container {
  display: flex;
  justify-content: space-between;
}

footer .sosumi p {
  max-width: 1200px;
  margin: 0;
}

footer .sosumi .payment-logos {
  align-items: center;
  display: flex;
}

footer .sosumi .payment-logos .sagepay {
  height: auto;
  max-width: 150px;
}

footer .sosumi .payment-logos i {
  font-size: 3.5rem;
  margin-left: 0.5rem;
}

/* ---
/* --- CART STYLES
/* --------------- */
.ekmpscart-wrapper {
  font-size: 16px !important;
  font-size: 1rem !important;
  margin-top: 30px;
}

.ekmpscart-wrapper a {
  color: var(--accent) !important;
}

.ekmpscart-contents {
  background: white !important;
}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {
  background: var(--accent) !important;
  border-radius: 0 !important;
}

.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a {
  color: white !important;
}

/* ---
/* --- SEARCH RESULTS
/* --------------- */
.search-results h2 {
  background: white;
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: center;
}

.search-results .grid {
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  width: 100%;
}

.search-results .item-img {
  position: relative;
}

.search-results .variantfinish {
  position: absolute;
  background-color: rgba(256, 256, 256, 0.5);
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  right: 5px;
  top: 5px;
  left: auto;
  bottom: auto;
  z-index: 0;
  text-align: center;
}

.search-results #finish-image {
  max-width: 40px;
}

/* ---
/* --- GENERIC GRID ITEMS
/* --------------- */
.grid {
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin: 0;
  width: 100%;
}

/* -- Generic grid that is used for all product and category listings --*/
.grid-item {
  background: white;
  -webkit-box-shadow: 0px 2px 2px -2px rgba(219, 219, 219, 0.5);
  box-shadow: 0px 2px 2px -2px rgba(219, 219, 219, 0.5);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.grid-item .item-img {
  min-height: 1px;
}
.grid-item .item-img a > img {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.grid .grid-item .text-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 5px 4% 15px;
}

.grid .grid-item .text-content a {
  text-decoration: none;
}
.grid .grid-item .text-content h4 {
  margin: 0px;
}
.grid .grid-item .finishes-available {
  background: #686d79;
  color: white;
  font-weight: normal;
  padding: 7px 0;
  margin: 0;
  text-transform: capitalize;
}

.grid-item .price-block {
  background: #141821;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  font-size: 1.4rem;
  padding: 5px 5%;
  text-align: left;
}

.grid-item .price-block h5.product-rrp {
  color: var(--accent-light);
  font-size: 0rem;
  margin-bottom: 0;
  margin-top: 0;
}

.grid-item .price-block h3.product-price {
  margin: 0 0 2px;
}
.grid-item .price-block #inc-vat,
.grid-item .price-block #from {
  font-size: 1rem;
}

/* ---
/* --- HOMEPAGE
/* --------------- */
.homepage .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.homepage .bx-wrapper .bx-controls-direction a {
  z-index: 99 !important;
}

.homepage .text-content {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 1%;
  text-align: center;
}

.mid-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.mid-block {
  display: inline;
  float: left;
  width: 47.9166666667%;
  margin: 0 1.0416666667%;
  background: var(--accent);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.mid-block .background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 50%;
}

.mid-block .background-image a {
  height: 100%;
  left: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mid-block .content {
  padding: 40px 0;
  text-align: center;
  width: 50%;
}

.mid-block a {
  color: white;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}

.mid-block h2:hover {
  background: white;
}

.mid-block h2:hover a {
  color: var(--accent);
}

.mid-block ul {
  list-style-type: none;
  text-align: center;
  width: 100%;
}

.mid-block li {
  border-bottom: 1px solid white;
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 0 auto;
  width: 80%;
}

.mid-block li:hover {
  background: white;
}

.mid-block li:hover a {
  color: var(--accent);
}

.mid-block li:last-of-type {
  border-bottom: none;
}

.fr {
  background: white;
  margin-top: 30px;
}

.featured-ranges-container {
  display: inline;
  float: left;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  padding-bottom: 30px;
  padding-top: 25px;
}

.featured-ranges-container h2 {
  text-align: center;
}

.featured-ranges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-ranges .range {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1%;
  padding-top: 5px;
  margin-left: 1%;
  margin-right: 0;
  width: 24.5%;
}

.featured-ranges .range:first-of-type {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.featured-ranges .range .range-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
}

.featured-ranges .range a {
  text-decoration: none;
  width: 100%;
}

.featured-ranges .range .image-link {
  font-size: 0px;
  font-size: 0rem;
}

.featured-ranges .range img {
  height: auto;
  width: 100%;
}

.featured-ranges .range h3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}

.featured-ranges .range h3 a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 16px 5px;
  padding: 1rem 5px;
}

.featured-ranges .range:hover h3 {
  background: var(--accent);
}

.featured-ranges .range:hover h3 a {
  color: white;
}

.why-choose-container {
  background: #f9f9f9;
  margin-top: 30px;
  padding-bottom: 20px;
}

.why-choose-container h1 {
  display: inline;
  float: left;
  font-size: 1.5em;
  width: 97.9166666667%;
  margin: 0 1.0416666667%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.why-choose-container h1,
.why-choose-container p {
  text-align: center;
}

.why-choose-container .block-container {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-choose-block {
  display: inline;
  float: left;
  width: 22.9166666667%;
  margin: 0 1.0416666667% 20px;
  border: 1px solid #fafafa;
  box-sizing: border-box;
  padding: 20px 5px 10px;
  text-align: center;
}

.why-choose-block:hover {
  border-color: #ccc;
  cursor: pointer;
}

.why-choose-block i {
  align-items: center;
  background: var(--accent);
  border-radius: 5px;
  color: white;
  display: flex;
  font-size: 1.4rem;
  height: 50px;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
}

.why-choose-block a {
  text-decoration: none;
}

.brass-header {
  width: 97.9166666667%;
  margin: 10px 1.0416666667% 0;
  display: flex;
}

@media screen and (min-width: 1200px) {
  header .logo {
    font-size: 2.4rem;
  }
}

/* ---
/* --- TABLET STYLES
/* --------------- */
@media screen and (max-width: 1200px) {
  header .container .trading-name {
    font-size: 0.58em;
  }
  header .container .email-and-phone {
    font-size: 0.75em;
  }
  header nav.main-menu ul li a {
    font-size: 16px;
  }
  header .search-placeholder,
  input[type="text"] {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1050px) {
  .finishes-available,
  .product-price {
    font-size: 1em;
    line-height: 18px;
  }
}

@media screen and (max-width: 900px) {
  header form[name="searchbox"] input[type="submit"] {
    width: 30%;
  }
  #toprowheader {
    display: block;
    line-height: 16px;
  }
  header .logo {
    width: 42%;
  }
  header .logo .secondary-logo {
    margin-left: 20px;
  }

  header .search-and-cart {
    width: 57%;
  }
}

@media screen and (max-width: 700px) {
  header .container {
    flex-direction: column-reverse;
    grid-row-gap: 0;
  }
  header .top-header .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  header .top-header {
    font-size: 0.95rem;
  }

  header .container.logo-and-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  header .logo {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    font-size: 2.4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 0 0 0;
    text-align: center;
  }
  .header .logo a {
    width: 50%;
  }
  header .logo .logo-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20% 10px;
    margin-left: 0;
  }
  header .logo .logo-image img {
    max-width: 100%;
  }
  header .logo .secondary-logo {
    display: none;
  }
  header .search-and-cart {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  header .icon {
    width: auto;
  }
  header .icon.mobile-only {
    display: flex;
  }
  header .cart {
    display: flex;
  }
  header #js-nav-toggle {
    display: block;
    text-align: center;
    width: auto;
  }
  header #js-nav-toggle i {
    padding-right: 5px;
  }
  header #js-search-container {
    background: var(--accent);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    justify-content: initial;
    left: 0;
    margin: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 4;
  }
  header #js-search-container.active {
    display: block;
  }
  header #js-search-container.active form[name="searchbox"] {
    z-index: 2;
  }
  header form[name="searchbox"] input[type="text"] {
    transition: background ease-in-out 500ms;
  }
  header .search-placeholder {
    color: white;
    left: 2rem;
    top: 35%;
  }
  footer {
    text-align: center;
  }
  footer .help ul {
    flex-direction: column;
  }
  footer .help ul > li {
    border-bottom: 1px solid #3a3a3a;
    padding: 0.75rem 0;
    width: 100%;
  }
  footer .help li:last-of-type {
    border-bottom: 0;
  }
  footer .sosumi .container {
    flex-direction: column;
    text-align: center;
  }
  footer .sosumi p {
    margin-bottom: 0.75rem;
  }
  footer .sosumi .payment-logos {
    justify-content: center;
  }
  .promo-banner h3 {
    font-size: 1rem;
  }
  .sp-slides .slide-overlay h1 {
    font-size: 1.4rem;
    margin: 0.5em 0;
  }
  .mid-block .content {
    padding: 0;
  }
  .featured-ranges {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-ranges .range {
    display: inline;
    float: left;
    width: 47.9166666667%;
    margin: 0 1.0416666667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 2%;
  }
  .featured-ranges .range:first-of-type {
    margin: 0 1.0416666667% 10px;
    padding-left: 1.52083333335%;
  }
  .featured-ranges .range:nth-of-type(3n) {
    border-left: none;
  }
  .featured-ranges .range .image-link {
    font-size: 0;
  }
  .grid-item {
    display: flex;
  }
}

/* ---
/* --- MOBILE STYLES
/* --------------- */
@media screen and (max-width: 480px) {
  .container,
  .framework {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
  header nav.main-menu ul {
    display: none;
  }
  header .logo a.secondary-logo {
    display: none;
  }
  header .container .trading-name {
    font-size: 0.5em;
  }
  header .tooltip {
    display: none !important;
  }
  header nav.main-menu ul li.mobile-only {
    display: block;
  }
  /* --- HOMEPAGE -- */
  .why-choose-container h2 {
    padding-top: 2rem;
  }
  .why-choose-block {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    margin-bottom: 10px;
  }
  .grid-item {
    display: flex;
  }
  .mid-block-container {
    flex-direction: column;
  }
  .mid-block {
    display: inline;
    float: left;
    width: 97.9166666667%;
    margin: 0 1.0416666667%;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mid-block .background-image {
    background-position: center;
    height: 320px;
    width: 100%;
  }
  .mid-block .content {
    width: 100%;
  }
  .mid-block.kitchen {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #js-nav-toggle,
  header .phone-icon {
    display: none;
  }

  .featured-ranges .range {
    display: block;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
  }

  .grid-item {
    margin-right: 1%;
    margin-bottom: 1rem;
    width: 24.25%;
  }

  .grid-item:nth-of-type(4n) {
    margin-right: 0;
  }

  /* --- Anything using CSS variables goes below --*/
  header {
    border-top: 3px solid #0991a9;
  }

  button,
  input[type="button"],
  input[type="Submit"],
  .button,
  button:hover,
  input[type="submit"]:hover,
  .button:hover,
  button.hover,
  input[type="submit"].hover,
  .button.hover,
  header .badge,
  header .icon:hover,
  header .icon:hover a,
  header nav.main-menu ul li:hover,
  header nav.main-menu ul li ul li a:hover,
  .mid-block,
  .featured-ranges .range:hover h3,
  .why-choose-block i {
    background-color: #0991a9;
  }

  header .badge {
    background-color: hsl(189, 89.9%, 24.9%);
  }

  .mid-block li:hover a {
    color: #0991a9;
  }

  .ekmpscart-wrapper a,
  .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout {
    color: #0991a9 !important;
  }
}