/*   
Theme Name: Steinbok2020
Theme URI: http://www.macintypedesign.com.au
Description: This is a WordPress Theme designed and coded by Macintype Design exclusively for Steinbok -- WordPress v5.5.1
Author: Macintype Design
Author URI: http://www.macintypedesign.com.au
Version: 1
*/

/*
	----------------
	- Reset styles
	----------------
*/
* {
  margin: 0;
  padding: 0;
}
*, *::before, *::after { box-sizing: border-box; }

html {
  font-size: 62.5%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  overflow-y: scroll;
}
main { display: block; }
iframe { border: 0; }
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
b, strong { font-weight: bolder; }
ul, ol { list-style: none; }
blockquote, q { quotes: none; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, select, button {
  background: none;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
[type='search'] { -webkit-appearance: textfield; }
button, [type='submit'] {
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
svg {
  fill: currentcolor;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
address { font-style: inherit; }

/* Screen reader text */
.sr-only, .logo__text, .form\:minimal .form__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%); clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px;
}

/*
	----------------
	- css Variables
	----------------
*/
:root {
  --site-gutter: 6vw;
  --push: 5.4rem;
  --space-1: 0.64rem;
  --space-2: 1.28rem;
  --space-3: 2.24rem;
  --space-4: 3.2rem;
  --space-5: 4.16rem;
  --space-6: 5.12rem;
  --space-7: 6.08rem;
  --space-8: 7.04rem;
  --space-9: 8rem;
  --placeholder-opacity: 0.4;
  --line-height: 1.6;
  --text-crop-top: 0.8;
  --text-crop-bottom: 0.77;
}
@media (min-width: 860px) {
  :root {
    --push: 9rem;
    --space-1: 0.8rem;
    --space-2: 1.6rem;
    --space-3: 2.8rem;
    --space-4: 4rem;
    --space-5: 5.2rem;
    --space-6: 6.4rem;
    --space-7: 7.6rem;
    --space-8: 8.8rem;
    --space-9: 10rem;
  }
}

/*
	----------------
	- Custom Fonts
	----------------
*/
/*
@font-face {
	font-family: "proxima-nova";
	src: url("../fonts/proxima-nova.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "proxima-nova";
	src: url("../fonts/proxima-nova-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
*/
/*
	----------------
	- Width
	----------------
*/
.width {
  --width: 1000px;
  max-width: 1000px;
  width: calc(100% - 6vw);
  width: calc(100% - var(--site-gutter));
  margin-left: auto;
  margin-right: auto;
}
.width .width { width: auto; }
.width--ch {
  max-width: 80ch;
  padding-left: 20px;
  padding-right: 20px;
}
.width--narrow {
  --width: 800px;
  max-width: 800px;
}
.width--wide {
  --width: 1400px;
  max-width: 1400px;
}
.w\:100 { width: 100%; }

@supports (padding: 0px) {
  @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    body .width, body .mobile-header, body .mobile-nav .nav__link, body .mobile-nav .nav__dropdown a {
      padding-left: env(safe-area-inset-left);
      padding-right: env(safe-area-inset-right);
    }
    body .width { width: auto; }
    body .width .width {
      padding-left: 0;
      padding-right: 0;
    }
  }
}

/*
	----------------
	- max-width classes
	----------------
*/
.max\:50 { max-width: 50px; }
.max\:100 { max-width: 100px; }
.max\:150 { max-width: 150px; }
.max\:200 { max-width: 200px; }
.max\:250 { max-width: 250px; }
.max\:300 { max-width: 300px; }
.max\:350 { max-width: 350px; }
.max\:400 { max-width: 400px; }
.max\:450 { max-width: 450px; }
.max\:500 { max-width: 500px; }
.max\:550 { max-width: 550px; }
.max\:600 { max-width: 600px; }
.max\:650 { max-width: 650px; }
.max\:700 { max-width: 700px;}
.max\:750 { max-width: 750px; }
.max\:800 { max-width: 800px; }
.max\:850 { max-width: 850px; }
.max\:900 { max-width: 900px; }
.max\:950 { max-width: 950px; }
.max\:1000 { max-width: 1000px; }
.max\:1050 { max-width: 1050px; }
.max\:1100 { max-width: 1100px; }
.max\:1150 { max-width: 1150px; }
.max\:1200 { max-width: 1200px; }
.max\:1250 { max-width: 1250px; }
.max\:1300 { max-width: 1300px; }
.max\:1350 { max-width: 1350px; }
.max\:1400 { max-width: 1400px; }

/*
	----------------
	- Hide content based on screen size
	----------------
*/
@media (max-width: 419px) { .hide\:lt-sm { display: none !important; } }
@media (min-width: 420px) { .hide\:sm { display: none !important; } }
@media (max-width: 639px) { .hide\:lt-md { display: none !important; } }
@media (min-width: 640px) { .hide\:md { display: none !important; } }
@media (max-width: 859px) { .hide\:lt-lg { display: none !important; } }
@media (min-width: 860px) { .hide\:lg { display: none !important; } }

/*
@include media-lt-xl(){
	.hide\:lt-xl{
		display: none !important;
	}
}
@include media-xl(){
	.hide\:xl{
		display: none !important;
	}
}
*/
/*
	----------------
	- Hide or show header elements depending on width
	----------------
*/
@media (min-width: 601px) { .header\:mobile { display: none !important; } }
@media (max-width: 600px) {
  .header\:desktop { display: none !important; }
  .mobile-nav-active body { overflow: hidden; }
}
body .mobile-only { display:none; }

/*
	----------------
	- Commonly used patterns
	----------------
*/
.p\:cover, .mobile-nav .nav__arrow::after, .mobile-nav-toggle::before, .hero__background, .input\:toggle input ~ i::after, .input\:toggle input ~ i, .selectric-items li:before, .button--ghost::after, .ratio > :not(.ratio__content),
.ratio > picture > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bs\:cover, .hero, .ratio {
  background-size: cover;
  background-position: 50% 50%;
}
.ratio > *, .ratio > picture > img { -o-object-fit: cover; object-fit: cover; }

/*
	----------------
	- Box Shadows
	----------------
*/
.mobile-header { box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

/*
	----------------
	- Grid
	----------------
*/
.grid, .fluid {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-flex-basis: 250px; flex-basis: 250px;
  --basis: 250px;
  --gap: 0px;
  --row-gap: 0px;
}
.grid > *, .fluid > * {
  -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -webkit-flex-basis: inherit; flex-basis: inherit;
  min-width: 0;
  max-width: calc(100vw - var(--site-gutter));
  box-sizing: content-box;
}
.grid__fix {
  margin-top: 0 !important;
  -webkit-order: 1; order: 1;
}
@supports (grid-area: auto) {
  .grid {
    display: grid;
    grid-gap: var(--row-gap) var(--gap);
    gap: var(--row-gap) var(--gap);
    grid-template-columns: repeat(auto-fill, minmax(var(--basis), 1fr));
    margin: 0 !important;
  }
  .grid > * {
    padding: 0 !important;
    margin: 0 !important;
  }
  .grid__fix { display: none; }
}

@supports (width: calc(min(1%, 10%))) {
  .grid { grid-template-columns: repeat(auto-fill, minmax(min(var(--basis), 100%), 1fr)); }
  .grid > * { max-width: none; }
}

/*
	----------------
	- .grid:x
	----------------
*/
.grid\:2 {
  --basis: calc((var(--width) - var(--gap, 0px) * 1) / 2.99);
  -webkit-flex-basis: calc(1000px / 2.99); flex-basis: calc(1000px / 2.99);
}
.grid\:3 {
  --basis: calc((var(--width) - var(--gap, 0px) * 2) / 3.99);
  -webkit-flex-basis: calc(1000px / 3.99); flex-basis: calc(1000px / 3.99);
}
.grid\:4 {
  --basis: calc((var(--width) - var(--gap, 0px) * 3) / 4.99);
  -webkit-flex-basis: calc(1000px / 4.99); flex-basis: calc(1000px / 4.99);
}
.grid\:5 {
  --basis: calc((var(--width) - var(--gap, 0px) * 4) / 5.99);
  -webkit-flex-basis: calc(1000px / 5.99); flex-basis: calc(1000px / 5.99);
}

/*
	----------------
	- Flexbox
	----------------
*/
.flex { display: -webkit-flex; display: flex; }
.flex > * {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  min-width: 0;
  box-sizing: content-box;
}
.flex--inline { display: -webkit-inline-flex; display: inline-flex; }
.flex-side {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-justify-content: center; justify-content: center;
}
.flex-side > * {
  box-sizing: content-box;
  min-width: 0;
}
.flex-side__primary { -webkit-flex: 9999 1 50%; flex: 9999 1 50%; }
.flex-side__secondary { -webkit-flex: 1 1 auto; flex: 1 1 auto;}

/*
	----------------
	- Ratio
	----------------
*/
/*
	1: Flexbox fallback
	2: Only necessary when .ratio has a max-height
*/
.ratio {
  display: -webkit-flex; display: flex; display: grid;
  -webkit-align-items: center; align-items: center;
  position: relative;
}
.ratio::before {
  -webkit-flex: 1 1 1%; flex: 1 1 1%;
  content: '';
  padding-top: 100%;
  grid-area: 1 / 1 / 2 / 2;
  pointer-events: none;
}
.ratio > * {
  -webkit-flex: 1 1 100%; flex: 1 1 100%;
  min-width: 0;
  grid-area: 1 / 1 / 2 / 2;
  border-radius: inherit;
  max-height: inherit;
}
.ratio.ratio--contain > *, .ratio.ratio--contain > picture > img { -o-object-fit: contain; object-fit: contain; }
.ratio > i { pointer-events: none; }
.ratio__content { position: relative; }
.ratio\:30::before { padding-top: 30%; }
.ratio\:40::before { padding-top: 40%; }
.ratio\:50::before { padding-top: 50%; }
.ratio\:60::before { padding-top: 60%; }
.ratio\:66::before { padding-top: 66%; }
.ratio\:70::before { padding-top: 70%; }
.ratio\:75::before { padding-top: 75%; }
.ratio\:80::before { padding-top: 80%; }
.ratio\:90::before { padding-top: 90%; }
.ratio\:100::before { padding-top: 100%; }
.ratio\:110::before { padding-top: 110%; }
.ratio\:120::before { padding-top: 120%; }
.ratio\:130::before { padding-top: 130%; }
.ratio\:140::before { padding-top: 140%; }
.ratio\:150::before { padding-top: 150%; }
.ratio\:160::before { padding-top: 160%; }
.ratio\:170::before { padding-top: 170%; }
.ratio\:180::before { padding-top: 180%; }
.ratio\:190::before { padding-top: 190%; }
.ratio\:200::before { padding-top: 200%; }
.ratio\:wide::before { padding-top: 56.25%; }

@media (min-width: 640px) {
  .md__ratio\:30::before { padding-top: 30%; }
  .md__ratio\:40::before { padding-top: 40%; }
  .md__ratio\:50::before { padding-top: 50%; }
  .md__ratio\:60::before { padding-top: 60%; }
  .md__ratio\:66::before { padding-top: 66%; }
  .md__ratio\:70::before { padding-top: 70%; }
  .md__ratio\:75::before { padding-top: 75%; }
  .md__ratio\:80::before { padding-top: 80%; }
  .md__ratio\:90::before { padding-top: 90%; }
  .md__ratio\:100::before { padding-top: 100%; }
  .md__ratio\:110::before { padding-top: 110%; }
  .md__ratio\:120::before { padding-top: 120%; }
  .md__ratio\:130::before { padding-top: 130%; }
  .md__ratio\:140::before { padding-top: 140%; }
  .md__ratio\:150::before { padding-top: 150%; }
  .md__ratio\:160::before { padding-top: 160%; }
  .md__ratio\:170::before { padding-top: 170%; }
  .md__ratio\:180::before { padding-top: 180%; }
  .md__ratio\:190::before { padding-top: 190%; }
  .md__ratio\:200::before { padding-top: 200%; }
  .md__ratio\:wide::before { padding-top: 56.25%; }
}

@media (min-width: 860px) {
  .lg__ratio\:30::before { padding-top: 30%; }
  .lg__ratio\:40::before { padding-top: 40%; }
  .lg__ratio\:50::before { padding-top: 50%; }
  .lg__ratio\:60::before { padding-top: 60%; }
  .lg__ratio\:66::before { padding-top: 66%; }
  .lg__ratio\:70::before { padding-top: 70%; }
  .lg__ratio\:75::before { padding-top: 75%; }
  .lg__ratio\:80::before { padding-top: 80%; }
  .lg__ratio\:90::before { padding-top: 90%; }
  .lg__ratio\:100::before { padding-top: 100%; }
  .lg__ratio\:110::before { padding-top: 110%; }
  .lg__ratio\:120::before { padding-top: 120%; }
  .lg__ratio\:130::before { padding-top: 130%; }
  .lg__ratio\:140::before { padding-top: 140%; }
  .lg__ratio\:150::before { padding-top: 150%; }
  .lg__ratio\:160::before { padding-top: 160%; }
  .lg__ratio\:170::before { padding-top: 170%; }
  .lg__ratio\:180::before { padding-top: 180%; }
  .lg__ratio\:190::before { padding-top: 190%; }
  .lg__ratio\:200::before { padding-top: 200%; }
  .lg__ratio\:wide::before { padding-top: 56.25%; }
}

/*
	----------------
	- Gaps: Used in grids, flexbox and cells
	----------------
*/
.gap\:1 {
  margin: -0.8rem;
  --row-gap: var(--space-1);
  --gap: var(--space-1);
}
.gap\:1 > * {
  margin-top: 0.8rem;
  padding-left: 0.8rem;
}
.gap\:2 {
  margin: -1.6rem;
  --row-gap: var(--space-2);
  --gap: var(--space-2);
}
.gap\:2 > * {
  margin-top: 1.6rem;
  padding-left: 1.6rem;
}
.gap\:3 {
  margin: -2.8rem;
  --row-gap: var(--space-3);
  --gap: var(--space-3);
}
.gap\:3 > * {
  margin-top: 2.8rem;
  padding-left: 2.8rem;
}
.gap\:4 {
  margin: -4rem;
  --row-gap: var(--space-4);
  --gap: var(--space-4);
}
.gap\:4 > * {
  margin-top: 4rem;
  padding-left: 4rem;
}
.gap\:5 {
  margin: -5.2rem;
  --row-gap: var(--space-5);
  --gap: var(--space-5);
}
.gap\:5 > * {
  margin-top: 5.2rem;
  padding-left: 5.2rem;
}
.gap\:6 {
  margin: -6.4rem;
  --row-gap: var(--space-6);
  --gap: var(--space-6);
}
.gap\:6 > * {
  margin-top: 6.4rem;
  padding-left: 6.4rem;
}
.gap\:7 {
  margin: -7.6rem;
  --row-gap: var(--space-7);
  --gap: var(--space-7);
}
.gap\:7 > * {
  margin-top: 7.6rem;
  padding-left: 7.6rem;
}
.gap\:8 {
  margin: -8.8rem;
  --row-gap: var(--space-8);
  --gap: var(--space-8);
}
.gap\:8 > * {
  margin-top: 8.8rem;
  padding-left: 8.8rem;
}
.gap\:9 {
  margin: -10rem;
  --row-gap: var(--space-9);
  --gap: var(--space-9);
}
.gap\:9 > * {
  margin-top: 10rem;
  padding-left: 10rem;
}
.gap\:push {
  margin: -9rem;
  --row-gap: var(--push);
  --gap: var(--push);
}
.gap\:push > * {
  margin-top: 9rem;
  padding-left: 9rem;
}

.row-gap\:0 { --row-gap: 0px; }
.row-gap\:1 { --row-gap: var(--space-1); }
.row-gap\:2 { --row-gap: var(--space-2); }
.row-gap\:3 { --row-gap: var(--space-3); }
.row-gap\:4 { --row-gap: var(--space-4); }
.row-gap\:5 { --row-gap: var(--space-5); }
.row-gap\:6 { --row-gap: var(--space-6); }
.row-gap\:7 { --row-gap: var(--space-7); }
.row-gap\:8 { --row-gap: var(--space-8); }
.row-gap\:9 { --row-gap: var(--space-9); }
.row-gap\:push { --row-gap: var(--push); }

.gap-wrap::before, .gap-wrap::after {
  content: '';
  display: block;
  height: .02px;
}
[class*="gap:"] {
  margin: calc(var(--row-gap, 0px) * -1) calc(var(--gap, 0px) * -1);
  margin-right: 0;
  margin-bottom: 0;
}
[class*="gap:"] > * {
  margin-top: var(--row-gap, 0px);
  padding-left: var(--gap, 0px);
}

/*
	----------------
	- Body
	----------------
*/
body {
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
a {
  color: #0055b8;
  text-decoration: none;
}
a:hover { color: #003d85; }
.button, a.button { color: #fff; }
.button {
  border-radius: 0px !important;
  font-weight: normal !important;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
  padding: 1em 2em !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  vertical-align: middle;
  min-width: 220px;
}
.button:active { top: 1px; }
.button:hover { text-decoration: none; }
.button > * + * { margin-left: .5em; }
.button--primary { background-color:#0055b8 !important; }
.button--primary:hover { background-color:#006ce9 !important; }
.button--secondary { background-color: #a8aaad; }
.button--secondary:hover { background-color: #84868b; }
.button--minimal {
  background-color: #e2e3e4;
  color: #1e1e20;
}
.button--minimal:hover {
  color: #1e1e20;
  background-color: #d0d1d2;
}
.button--ghost, a.button--ghost { color: inherit !important; }
.button--ghost::after {
  content: '';
  border-radius: inherit;
  border: 1px solid currentColor;
  transition: opacity 0.2s ease-in-out;
}
.button--ghost:hover { color: inherit; }
.button--ghost:hover::after { opacity: 0.55; }
.button--ghost[type='submit'] {
  border: 2px solid currentColor;
  padding-top: calc(1em - 2px);
  padding-bottom: calc(1em - 2px);
}

/*
	----------------
	- Cells
	----------------
*/
.cells {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.cells > * {
  -webkit-flex: 1 1 100%; flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 420px) {
  .cells__primary, .cells__secondary { -webkit-flex-basis: 50%; flex-basis: 50%; }
}
@media (min-width: 640px) {
  .cells__secondary { -webkit-flex-basis: 30%; flex-basis: 30%; }
  .cells__primary { -webkit-flex-basis: 60%; flex-basis: 60%; }
}

.cells__content {
  background: #111;
  background-size: cover;
  background-position: center;
  color: #fff !important;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  min-height: 100%;
}
.cells__content::before {
  content: '';
  display: block;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.cells__secondary .cells__content::before { padding-top: calc(100% - 57px); }

@media (max-width: 419px) {
  .cells__content::before {
    min-height: 140px;
    padding-top: 0 !important;
  }
}

.cells__text {
  background: rgba(0, 0, 0, 0.4);
  padding: 1em 2em;
  transition: all 0.15s ease-in-out;
  -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
  text-transform:lowercase;
}
.cells__content:hover .cells__text { background: rgba(0, 0, 0, 0.7); }
.cells__text a::after { content: '>'; }
.section_title { text-transform:lowercase; }

/*
	----------------
	Format: This neatly formats blocks of text
	----------------
*/
.format > * {
  margin-top: 0.96em;
  margin-bottom: 0.96em;
}
.format h1, .format h2, .format h3, .format h4 {
  margin-top: 2.2em;
  font-weight: bold;
}
.format > *:first-child { margin-top: 0; }
.format > *:last-child, .format h1, .format h2, .format h3, .format h4 { margin-bottom: 0; }
.format blockquote {
  background-color: #f1f1f1;
  padding: 0.8rem;
  border-left: 4px solid;
  border-left-color: #d0d1d2;
}

/*
	----------------
	- Forms
	----------------
*/
.form__row { margin-bottom: 10px; }
.form__label { display: block; }

@media (max-width: 639px) {
  .form\:horizontal .form__label {
    margin-bottom: .4em;
    font-weight: 500;
  }
}

@media (min-width: 640px) {
  .form\:horizontal .form__row { display: -webkit-flex; display: flex; }
  .form\:horizontal .form__row > * { -webkit-flex: 1 1 100%; flex: 1 1 100%; }
  .form\:horizontal .form__row > :only-child, .form\:horizontal .form__submit > :only-child { margin-left: 140px; }
  .form\:horizontal .form__label {
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 50px;
    padding-right: 10px;
    text-align: right;
    width: 140px;
  }
}

.form\:vertical .form__label { margin-bottom: 0.25em; }
.form\:minimal .input\:check + .form__label { display: inline-block; }

[data-animate-label], .form-row-animate, #billing_state_field, #shipping_state_field, .field_description_below,
.field-wrap {
  position: relative;
}
[data-animate-label] ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] ::-moz-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] :-ms-input-placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] ::placeholder { color: rgba(0, 0, 0, 0); }
[data-animate-label] .form__label, .form-row-animate label, #billing_state_field label, #shipping_state_field label,
.nf-field-label label {
  left: 1em;
  line-height: 50px !important;
  margin: 0;
  max-width: calc(100% - 2em);
  opacity: 0.7;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0%;
  transition: all 0.2s linear;
  -webkit-transform-origin: 0% 50%; transform-origin: 0% 50%;
  white-space: nowrap;
  z-index: 1;
}
.form\:animate-contain .translate-label[data-animate-label] .form__label {
  font-weight: bold;
  opacity: 0.6;
  -webkit-transform: translateY(-12px) scale(0.8); transform: translateY(-12px) scale(0.8);
}
.form\:animate-contain [data-animate-label] input.input\:text {
  line-height: 38px;
  padding-top: 12px;
}
.form\:animate-contain [data-animate-label] textarea.input\:text { padding-top: 20px; }
.form\:animate-break [data-animate-label] .form__label, .form-row-animate label, #billing_state_field label,
#shipping_state_field label, .nf-field-label label {
  left: 0.5em;
  padding: 0 0.5em !important;
  text-transform: uppercase;
  font-size: .7em;
  font-weight:normal !important;
}
.form\:animate-break [data-animate-label] .form__label::before, .form-row-animate label::before,
#billing_state_field label::before, #shipping_state_field label::before, .nf-field-label label::before {
  content: '';
  background-color: white;
  border-radius: 3px;
  display: block;
  height: .7em;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%); transform: translateY(-50%);
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form\:animate-break .translate-label[data-animate-label] .form__label, .form\:animate-break .translate-label label,
.nf-field .translate-label label, #billing_state_field label, #shipping_state_field label {
  font-weight: bold !important;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(0.8); transform: translateY(-50%) scale(0.8);
}
.form\:animate-break .translate-label[data-animate-label] .form__label::before,
.form\:animate-break .translate-label label::before, .nf-field .translate-label label::before,
#billing_state_field label::before, #shipping_state_field label::before {
  opacity: 1;
}
.nf-error-wrap {
  position:absolute;
  right:-5px;
  bottom:5px;
  margin:0px;
  font-size:11px;
}
.textarea-container .nf-error-wrap { bottom:12px; }
.nf-field-container { margin-bottom:10px !important; }
.ninja-forms-field, .nf-error .ninja-forms-field { border:1px solid #000 !important; }
.textarea-container textarea { padding:10px; }

/*
	----------------
	- Form grid
	----------------
*/
@supports (grid-area: auto) and (--css: variables) {
  .form__grid {
    --form__grid--gap: 10px;
    --form__grid--width: 240px;
    --form__grid--fit: auto-fit;
    display: grid;
    grid-gap: var(--form__grid--gap);
    grid-template-columns: repeat(var(--form__grid--fit), minmax(var(--form__grid--width), 1fr));
    margin-bottom: 10px;
  }
  .form__grid > * {
    margin: 0;
    max-width: calc(100vw - 6vw);
    max-width: calc(100vw - var(--site-gutter));
    min-width: 0;
  }
  .form__row .form__grid { margin-bottom: 0; }
  .form__grid > .form__toggle-wrap { margin: 0 !important; }
  .form__grid--fill { --form__grid--fit: auto-fill; }
}

/*
	----------------
	- Form groups
	----------------
*/
.form__group {
  border-top: 1px solid currentcolor;
  border-top-color: #e2e3e4;
  padding: 20px 0;
}
.form__group:first-child { border-top-width: 0; }
.form__group .form__grid:last-child, .form__group .form__group-inputs .form__row:last-child { margin-bottom: 0; }
.form__group .form__group-text { padding-bottom: 20px; }
.form__group .form__group-title { font-weight: bold; }
.form__group .form__group-desc { color: #84868b; }

@media (min-width: 640px) {
  .form__group { display: -webkit-flex; display: flex; }
  .form__group .form__group-text {
    -webkit-flex: 0 0 33%; flex: 0 0 33%;
    padding-bottom: 0;
    padding-right: 20px;
  }
  .form__group .form__group-inputs { -webkit-flex: 1 1 100px; flex: 1 1 100px; }
}

/*
	----------------
	- Form submit
	----------------
*/
.form__submit {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .form__group + .form__submit {
    padding-left: 33%;
  }
}

/*
	----------------
	- Form inherit
	----------------
*/
/*
	----------------
	- Form errors (Craft)
	----------------
*/
.form__errors { margin-top: 0; }
.form__errors span {
  background: #f7e2e2;
  color: #950606;
  padding: .4em .8em;
  border-radius: 4px;
}

/*
	----------------
	- Inputs and textareas
	----------------
*/
input#harberProtection { display: none !important; }
.input\:reset, .input\:text, .input-text, .nf-field-element input, .select select {
  -webkit-appearance: none;
  box-shadow: none;
  display: block;
  min-width: 0;
  outline: none;
  text-align: inherit;
  width: 100%;
}
.input\:text, .input-text, .nf-field-element input, .select {
  background-color: white;
  border: 1px solid;
  border-color: #84868b;
  border-radius: 0px;
  height: 50px;
  line-height: 48px !important;
  padding: 0 1em;
  transition: border-color 0.2s linear;
}
.select:focus-within, .input\:text:focus, .nf-field-element input:focus, .nf-field-element textarea:focus, .input-text:focus {
  border-color: #434447;
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #e2e3e4; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #e2e3e4; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e2e3e4; }
input::placeholder, textarea::placeholder { color: #e2e3e4; }

@supports (--css: var) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
  input::placeholder, textarea::placeholder {
    color: inherit;
    opacity: var(--placeholder-opacity);
  }
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: calc(var(--placeholder-opacity) / 3);
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: calc(var(--placeholder-opacity) / 3);
}
input:focus::placeholder, textarea:focus::placeholder { opacity: calc(var(--placeholder-opacity) / 3); }
textarea.input\:text {
  height: auto;
  line-height: 1.6;
  padding: 1em;
  resize: vertical;
}

.select {
  padding: 0;
  position: relative;
}
.select::after {
  border: 2px solid currentColor;
  border-right-width: 0px;
  border-top-width: 0px;
  content: '';
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transform-origin: 0 0; transform-origin: 0 0;
  width: 6px;
}
.select select {
  height: calc(50px - 1px * 2);
  padding: 0 1em;
}
.select option { background-color: white; }

@media (max-width: 859px) {
  /* Prevent iOS from zooming on inputs */
  .input\:text, .input\:reset, .select { font-size: 16px; }
}

.selectric-wrapper {
  border: inherit;
  border-width: 1px;
  border-radius: inherit;
  position: relative;
  cursor: pointer;
  margin: -1px;
  /* Prevent 1px jog */
  -webkit-transform: translate(0, 0); transform: translate(0, 0);
}
.selectric-responsive { width: 100%; }
.selectric {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  height: 48px;
  border-radius: inherit;
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
}
.label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.selectric .button { display: none; }
.selectric-open { z-index: 9999; }
.selectric-open .selectric-items { display: block; }
.selectric-disabled {
  opacity: 0.45;
  cursor: default;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  outline: none;
  border: none;
  background: none;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  left: -1px;
  right: -1px;
  width: auto !important;
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  z-index: 10;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: inherit;
}
/* Radius */
body .selectric-open:not(.selectric-above) .selectric, body .selectric-open.selectric-above .selectric-items {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .selectric-open.selectric-above .selectric, body .selectric-open:not(.selectric-above) .selectric-items {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectric-scroll { border-radius: inherit; }
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: -1px;
  border-width: 1px 1px 0px 1px;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  cursor: pointer;
  background-clip: content-box;
  color: currentColor;
  padding-left: 1em;
  position: relative;
}
.selectric-items .disabled, .selectric-items .disabled:hover {
  opacity: 0.5;
  cursor: default;
  background: none;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
  background: none;
}
.selectric-items .selectric-group.disabled li { opacity: 1; }
.selectric-items .selectric-group li { padding-left: 25px; }
.selectric-items li:before {
  content: '';
  background: currentcolor;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.selectric-items li:not(.disabled):hover:before { opacity: 0.03; }
.selectric-items li.selected:before, .selectric-items li.selected:not(.disabled):hover:before { opacity: 0.12; }
/* Tick in dropdown menu */
.selectric-items li.selected:not(.disabled):after {
  content: "\f00c";
  font-family: 'FontAwesome';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0); transform: translate(0, 0);
  opacity: 0.3;
}
/* Hide placeholder item in dropdown menu */
.selectric-items li.selected.disabled { display: none; }

/*
		----------------
		- Selectric
		----------------
	*/
.selectric-wrapper:not(.selectric-chosen) .label {
  color: inherit;
  opacity: var(--input--placeholder-opacity);
}

/* Select menu */
.selectric-items, .selectric-open .selectric { background: white; }

/* Select menu shadow */
.selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 10px; }
.selectric-above .selectric-items { box-shadow: rgba(0, 0, 0, 0.06) 0px -10px 10px; }

.form__toggle-wrap {
  -webkit-align-items: center; align-items: center;
  display: -webkit-flex; display: flex;
}
.form__toggle-wrap > * {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
}
.form__toggle-wrap > *:not(:first-child) { padding-left: 8px; }
.form__toggle-wrap + .form__toggle-wrap { margin-top: 10px; }

/*
		----------------
		- Checkbox and Radio inputs
		----------------
	*/
.input\:toggle {
  display: inline-block;
  font-size: 1em;
  height: 1em;
  position: relative;
  vertical-align: middle;
  width: 1em;
  /* Hide input */
  /* Checkbox */
  /* Radio */
}
.input\:toggle input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  /* Pseudo input */
}
.input\:toggle input:disabled { cursor: default; }
.input\:toggle input ~ i {
  background-color: white;
  border-color: currentColor;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  /* Pseudo input border */
}
.input\:toggle input ~ i::after {
  opacity: 0.4;
  transition: opacity 0.1s ease-in-out;
  content: '';
  border-radius: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.input\:toggle input:not(:disabled):hover ~ i::after, .input\:toggle input:not(:disabled):focus ~ i::after,
.input\:toggle input:checked ~ i::after {
  opacity: 1;
}
.input\:toggle input:not(:disabled):focus ~ i::after { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 3px; }
.input\:toggle input:disabled ~ i { opacity: 0.4; }
.input\:toggle input[type='checkbox'] {
  /* Checkbox: checked */
}
.input\:toggle input[type='checkbox'] ~ i {
  border-radius: 0.2em;
  transition: background 0.15s ease-in-out;
  /* Checkbox: tick */
}
.input\:toggle input[type='checkbox'] ~ i::before {
  color: white;
  content: '';
  width: 1em;
  height: .7em;
  border: .25em solid transparent;
  border-color: transparent transparent currentcolor currentcolor;
  -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(0);
          transform: rotate(-45deg) translate(15%, -15%) scale(0);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  font-size: 0.6em;
  line-height: 1;
}
.input\:toggle input[type='checkbox']:checked ~ i { background: currentColor; }
.input\:toggle input[type='checkbox']:checked ~ i::before {
  -webkit-transform: rotate(-45deg) translate(15%, -15%) scale(1);
          transform: rotate(-45deg) translate(15%, -15%) scale(1);
  opacity: 1;
}
.input\:toggle input[type='radio'] ~ i {
  border-radius: 50%;
  /* Radio: dot */
}
.input\:toggle input[type='radio'] ~ i::before {
  content: "";
  background: currentcolor;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0); transform: scale(0);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  display: block;
}
.input\:toggle input[type='radio']:checked ~ i::before { -webkit-transform: scale(1); transform: scale(1); }

/*
	----------------
	- Hero
	----------------
*/
.hero {
  background-color: #000;
  color: #fff;
  min-height: 50vmin;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
  height: 1px;

/*  min-height:calc(100vh - 60px) !important; */
}
.hero__background {
  background-size: cover;
  pointer-events: none;
  opacity: .2;
}
.hero__video {
  overflow:hidden;
}
.hero__video video {
  position:absolute;
  left:50%;
  top:50%;
  min-width:100%;
  min-height:100%;
  -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hero__bottom-bar {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em 0;
}
.hero__content {
  position: relative;
  min-width: 0;
  width: 100%;
}
.small-hero {
  background-color: #111;
  background-image: url("images/hero--default.jpg");
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  font-family: "Rubik";
  font-weight: bold;
  padding: 20px 0;
  min-height: 200px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: flex-end; align-items: flex-end;
  text-align: right;
  text-shadow: #000 0px 0px 25px;
  text-transform:lowercase;
}

/*
	----------------
	- Social icons
	----------------
*/
.social-icons {
  display: -webkit-flex; display: flex;
  font-size: 32px;
}
.social-icons li {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  margin-right: 5px;
}
.social-icons li:last-of-type { margin-right: 0; }
.social-icons a {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
  width: 1em;
  height: 1em;
  color: #fff !important;
  background: #000;
  border-radius: 50%;
}
.social-icons span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.social-icons svg { height: .4em; }
.social-icons--colour { color: #fff; }
.social-icons--colour a { background: #1e1e20; }
.social-icons--colour a[href*="facebook"] { background: #304c87; }
.social-icons--colour a[href*="twitter"] { background: #0097d3; }
.social-icons--colour a[href*="instagram"] { background: #de416a; }
.social-icons--colour a[href*="youtube"] { background: #cc332d; }
.social-icons--colour a[href*="pinterest"] { background: #cd1d1f; }
.social-icons--colour a[href*="linkedin"] { background: #2867B2; }
.floating-social-icons {
  position:fixed;
  z-index:100;
  top:50%;
  right:20px;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  opacity:0;
  will-change:opacity;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}
body.scroll .floating-social-icons {
  opacity:1;
}
.floating-social-icons .social-icons {
  flex-direction: column;
}
.floating-social-icons .social-icons li {
  margin-top:5px;
  margin-bottom:5px;
}
.floating-social-icons .social-icons a {
  width:1.7em;
  height:1.7em;
}
.floating-social-icons .social-icons svg { height: .8em; }
.floating-social-icons .social-icons a[href*="linkedin"] svg { margin-left:2px; }

.text-logo {
  color: #000;
  font-weight: bold;
}
.text-logo a {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  color: inherit;
}
.logo {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  color: #000;
}
.logo a {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-align-self: stretch; align-self: stretch;
  color: inherit;
  -webkit-flex: 1 1 100%; flex: 1 1 100%;
}
.logo img, .logo svg {
  width: 100%;
  min-width: 0;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
}

/*
	----------------
	- Header
	----------------
*/
.site-header {
  background: #fff;
  color: #000;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  position: relative;
  z-index: 50;
}
.site-header__logo {
  display: -webkit-flex; display: flex;
  align-items:center;
  font:300 21px "Rubik";
}
.site-header .logo {
  -webkit-flex: 0 1 170px; flex: 0 1 170px;
  margin: 0 15px;
}
.site-header .text-logo {
  display: -webkit-flex; display: flex;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  font-size: 2rem;
}
#site-header__cart {
  height:100%;
  color:#000;
  padding-left:0;
}

.top-bar {
  background: #000;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2rem;
}
.top-bar a { color: inherit; }
.top-bar__list { line-height: 1; }
.top-bar__list li {
  padding: 0 1em;
  margin: .3em 0;
}
.top-bar__list li:not(:last-child) { border-right: 1px solid currentColor; }

.site-header__row {
  position: relative;
  min-height: 70px;
}
.site-header__align {
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
  min-height: 70px;
  height: 1px;
  width: 100%;
}
.site-header__right {
  text-align: center;
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  line-height: 70px;
}

@media (min-width: 800px) {
  .site-header__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
  }
}

.site-header__right li {
  position: relative;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
}
.site-header__right .site-header__right__item {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 0 2em;
  white-space: nowrap;
}
.site-header__right .site-header__right__item > svg {
  margin-left: .6em;
  width: .8em;
}
.site-header__right .site-header__right__item.site-header__right__item--buy {
  background: #0055b8;
  color: #fff;
  transition: all 0.2s ease-in-out;
  padding: 0 5em;
}
.site-header__right .site-header__right__item.site-header__right__item--buy:hover { background: #006ce9; }

@media (max-width: 600px) {
  .site-header__right .site-header__right__item { padding: 0 1em; }
  .site-header__right .site-header__right__item.site-header__right__item--buy { padding: 0 1.4em; }
}

/*
	----------------
	- Desktop Navigation
	----------------
*/
.site-navigation {
  position: absolute;
  top: 100%;
  /*right: 0;*/
  left:-20px;

  min-width: 200px;
  display: none;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 50px;
  text-transform: lowercase;
  white-space: nowrap;
  text-align:left;
}
.enable--navigation-dropdown .site-navigation { display: block; }
.site-navigation .nav__item {
  margin-top: 5px;
  color: #000000;
  background: rgba(242, 242, 240, 0.95);
  border-left: 5px solid #0055b8;
}

@supports ((-webkit-backdrop-filter: blur(5px)) or (backdrop-filter: blur(5px))) {
  .site-navigation .nav__item {
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
    background: rgba(242, 242, 240, 0.75);
  }
}

.site-navigation .nav__item:hover { background: #fff; }
.site-navigation .nav__link {
  padding: 0 .8em;
  color: currentColor;
  display: block;
  position: relative;
}

/*
	----------------
	- Dropdown navigation menu
	----------------
*/
@media (min-width: 601px) {
  .nav__arrow {
    display: inline-block;
    border: 2px solid currentColor;
    border-top-width: 0px;
    border-right-width: 0px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transform-origin: 0 0; transform-origin: 0 0;
    margin-left: 6px;
  }
  .nav__item:hover { z-index: 10; }
  /* Navigation dropdown menu */
  .nav__dropdown {
    background: #f8f9f9;
    color: #5c5e61;
    font-size: 1.3rem;
    padding: 5px 0;
    line-height: 1.6;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 3px 40px, rgba(0, 0, 0, 0.1) 0px 1px 2px;
    min-width: 190px;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: visibility 0.25s ease-in-out 0.25s, opacity 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    transition: visibility 0.25s ease-in-out 0.25s, opacity 0.25s ease-in-out 0s, transform 0.25s ease-in-out 0s;
    transition: visibility 0.25s ease-in-out 0.25s, opacity 0.25s ease-in-out 0s, transform 0.25s ease-in-out 0s, -webkit-transform 0.25s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(8px); transform: translateY(8px);
    /* Show dropdown menu on hover */
    /* Dropdown arrow */
    /* Cover gap with pseudo element */
  }
  .nav__item:nth-last-of-type(1):not(:nth-of-type(1)) .nav__dropdown {
    right: 0;
    left: auto;
  }
  .nav__item:hover .nav__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px); transform: translateY(0px);
    transition-delay: 0s;
    pointer-events: auto;
  }
  .nav__dropdown::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 24px;
    border: 6px solid transparent;
    border-bottom-color: #f8f9f9;
    /* Align dropdown arrow on right menus */
  }
  .nav__item:nth-last-of-type(1):not(:nth-of-type(1)) .nav__dropdown::before {
    right: 24px;
    left: auto;
  }
  .nav__dropdown::after {
    content: "";
    position: absolute;
    top: -8px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
  }
  .nav__dropdown a {
    display: block;
    padding: 0.75em 0.9em;
    color: currentColor;
  }
  .nav__dropdown a:hover { background: #f1f1f1; }
}

/*
	----------------
	- Mobile Header
	----------------
*/
.mobile-header-wrap {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  -webkit-order: -1; order: -1;
  position: -webkit-sticky; position: sticky;
  top: 0;
  z-index: 50;
}
.mobile-header {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
  color: #000;
  background: #fff;
  height: 55px;
  padding: 0 10px;
  position: relative;
  -webkit-transform-style: preserve-3d; transform-style: preserve-3d;
  z-index: 10;
}
.mobile-header a { color: currentColor; }
.mobile-header .logo { -webkit-flex: 0 1 100px; flex: 0 1 100px; }
.mobile-header .text-logo {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-nav-toggle {
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  margin-left: 1rem;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  height: 40px;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.mobile-nav-toggle::before {
  content: '';
  background: #000;
  border-radius: inherit;
  opacity: 0.1;
}
.mobile-nav-toggle > * + * { margin-left: 10px; }

/* Animated hamburger icon */
.mobile-nav-toggle__icon {
  font-size: 20px;
  width: 1em;
  height: .7em;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-justify-content: space-between; justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.mobile-nav-toggle__icon::before, .mobile-nav-toggle__icon::after, .mobile-nav-toggle__icon > i::before,
.mobile-nav-toggle__icon > i::after {
  content: '';
  display: block;
  width: 100%;
  height: .1em;
  background: currentColor;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-toggle__icon i {
  position: relative;
  height: .1em;
}
.mobile-nav-toggle__icon > i::before, .mobile-nav-toggle__icon > i::after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
.mobile-nav-active .mobile-nav-toggle__icon::before {
  -webkit-transform: translateY(-0.25em); transform: translateY(-0.25em);
  opacity: 0;
}
.mobile-nav-active .mobile-nav-toggle__icon::after {
  -webkit-transform: translateY(0.25em); transform: translateY(0.25em);
  opacity: 0;
}
.mobile-nav-active .mobile-nav-toggle__icon > i::before {
  -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.mobile-nav-active .mobile-nav-toggle__icon > i::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

/*
	----------------
	- Mobile Navigation
	----------------
*/
.mobile-nav-panel {
  background: #f1f1f1;
  color: #1e1e20;
  height: 100%;
  right: 0;
  padding-top: 55px;
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(101%); transform: translateX(101%);
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
  width: 100%;
  max-width: 480px;
  z-index: 5;
  -webkit-backface-visibility: hidden; backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-panel a { color: inherit; }
.mobile-nav-active .mobile-nav-panel {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  -webkit-transform: translateX(0); transform: translateX(0);
}
.mobile-nav-panel::after {
  content: '';
  display: block;
  height: 90px;
}
.mobile-nav-panel-overlay {
  position: fixed;
  background: #1e1e20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.001;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-active .mobile-nav-panel-overlay {
  visibility: visible;
  opacity: 0.8;
}
.mobile-nav .nav__item {
  -webkit-transform: translateX(40px); transform: translateX(40px);
  transition: all 0.15s ease-in-out;
  opacity: 0;
  position: relative;
}
.mobile-nav .nav__item::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: currentColor;
  opacity: 0.1;
  pointer-events: none;
}
.mobile-nav-active .mobile-nav .nav__item {
  -webkit-transform: translateX(0); transform: translateX(0);
  opacity: 1;
}
.mobile-nav-active .mobile-nav .nav__item:nth-child(1) { transition-delay: .1s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(2) { transition-delay: .15s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(3) { transition-delay: .2s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(4) { transition-delay: .25s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(5) { transition-delay: .3s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(6) { transition-delay: .35s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(7) { transition-delay: .4s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(8) { transition-delay: .45s; }
.mobile-nav-active .mobile-nav .nav__item:nth-child(9) { transition-delay: .5s; }
.mobile-nav-active .mobile-nav .nav__item, .mobile-nav-active .mobile-nav .nav__item:nth-child(10) {
  transition-delay: .55s;
}
.mobile-nav .nav__link {
  display: block;
  padding: 15px;
  position: relative;
}
.mobile-nav .nav__dropdown {
  display: none;
  font-size: 0.9em;
  opacity: 0.8;
  padding-bottom: 15px;
}
.mobile-nav .nav__dropdown a {
  display: block;
  padding: 10px;
  padding-left: 35px;
}
.mobile-nav .nav__arrow {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  border-radius: 3px;
  bottom: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 50px;
}
.mobile-nav .nav__arrow::before {
  content: '';
  display: inline-block;
  border: 2px solid currentColor;
  border-top-width: 0px;
  border-right-width: 0px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg) scale(1); transform: rotate(-45deg) scale(1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.mobile-nav .nav__arrow.is-active::before {
  -webkit-transform: rotate(-45deg) scale(-1); transform: rotate(-45deg) scale(-1);
}
.mobile-nav .nav__arrow::after {
  content: '';
  background: currentColor;
  opacity: 0.1;
  border-radius: inherit;
}

/*
	----------------
	- Footer
	----------------
*/
.site-footer {
  background: #eaeaea url("images/footer-background.jpg") no-repeat 50% 50%;
  background-size: cover;
  -webkit-flex: 0 0 auto; flex: 0 0 auto;
  font-size: 1.6rem;
}
.site-footer a { color: inherit; }
.site-footer__columns__column {
  border-left: 2px solid #000;
  padding: 1em 2em;
  -webkit-flex: 1 1 180px; flex: 1 1 180px;
}

/*
	----------------
	- Layout
	----------------
*/
.site-wrap {
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  min-height: 100vh;
}
.site-main { -webkit-flex: 1 0 auto; flex: 1 0 auto; }

/*
	----------------
	- Content
	----------------
*/
.page-header {
  background: #e2e3e4;
  color: #1e1e20;
}
.page-header__title { font-weight: bold; }

.section {
  padding-top: 9rem;
  padding-bottom: 9rem;
  padding-top: var(--push);
  padding-bottom: var(--push);
  background-size: cover;
  background-position: 50% 50%;
}

.h\:fill { min-height: calc(100vh - 119px); }

/*
	----------------
	- Headings
	----------------
*/
.h1 {
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: "Rubik";
  color: #84868b;
}

/*
	----------------
	- Floating bottles
	----------------
*/
.floating-bottles {
  position: relative;
  z-index: 1;
}
.floating-bottles a {
  position: relative;
  display: block;
}
.floating-bottles a img {
  /*max-width:162px;*/
  max-height:573px;
  width:auto !important;
  position: relative;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.floating-bottles a::before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 5%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(6px); filter: blur(6px);
  transition: all 0.2s ease-in-out;
}
.floating-bottles a:hover img { -webkit-transform: translateY(-3%); transform: translateY(-3%); }
.floating-bottles a:hover::before {
  /*-webkit-transform: scale(0.9);
          transform: scale(0.9);*/

    left:5%;
    width:90%;
}
.floating-bottles__background {
  z-index: -1;
  position: absolute;
  top: 15%;
  bottom: 15%;

  top:13%;
  bottom:13%;
  left: 0;
  right: 0;
  background-color: #6c7466;
  background-image: url("images/waves.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.gap_squish > * { padding-left:5px; }

.additional-categories .cells__text {
  font:600 32px "Rubik";
  padding:0.5em 1em;
}
/*
	----------------
	- Offset photo section
	----------------
*/
.section--offset-photo {
  background-color: #222;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
.section--offset-photo__photo {
  -webkit-transform: translateY(60px); transform: translateY(60px);
  width: 100%;
}

/*
	----------------
	- Meet the team
	----------------
*/
.section--meet-the-team {
  background-image: url("images/section--meet-the-team.jpg");
  background-size: cover;
  background-position: 100% 50%;
  text-shadow: #fff 0px 0px 40px;
  padding-top:21rem !important;
  padding-bottom:9rem !important;
}

/*
	----------------
	- TV
	----------------
*/
.section--tv {
  background: #000;
  color: #fff;
}
.section--tv svg { width: 1.3em; }
.section--tv__laptop { position: relative; }
.section--tv__laptop::before {
  content: '';
  display: block;
  padding-top: 55.95%;
  background-image: url("images/steinbok-tv__laptop.png");
  background-size: 100% 100%;
  background-position: 50% 50%;
}
.section--tv__laptop img {
  position: absolute;
  top: 4.5197740113%;
  left: 11.6965226554%;
  width: 76.5015806112%;
  height: 83.8041431262%;
}
.video-grid__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: .6em 1em;
  font-weight: bold;
  font-size: 1.3em;
}

/*
	----------------
	- Find a steinbok
	----------------
*/
.location-list__item {
  border-bottom: 1px solid #111;
  padding-bottom: 1.6rem;
  font-weight: 100;
}
.location-list__icon {
  background: #0055b8;
  width: 50px;
  height: 50px;
  display: -webkit-flex; display: flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
}
.location-list__icon img { width: 80%; }

/*
	----------------
	- Product page
	----------------
*/
.product-hero {
  background-color: #93998d;
  background-image: url("images/hero2.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 3em 0 1em 0;
  font-weight: 100;
  font-family: "Rubik";
}
.product-hero-secondary {
  background-color: #d79f94;
  background-image: url("images/hero--product-secondary.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: #363253 0px 0px 25px;
  padding: 3em 0 1em 0;
  font-weight: 900;
  font-family: "Rubik";
}
.product-bottle-alignment { display: -webkit-flex; display: flex; }

@media (min-width: 641px) {
  .product-bottle-alignment__primary {
    -webkit-flex: 1 1 75%; flex: 1 1 75%;
  }
  .section--product-details .product-bottle-alignment__primary { min-height: 318px; }
  .product-bottle-alignment__secondary {
    position: relative;
    -webkit-flex: 1 1 25%; flex: 1 1 25%;
  }
  .product-bottle-alignment__secondary img {
    position: absolute;
    width: 50%;
    width: calc(100% - var(--gap));
    -webkit-transform: translateY(-50%); transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .product-hero-secondary { padding: 1em 0; }
  .product-bottle-alignment {
    -webkit-flex-direction: column; flex-direction: column;
    -webkit-align-items: center; align-items: center;
  }
  .product-bottle-alignment__secondary img { width: 100px; }
}

/* Product stats */
.product-stats {
  padding: 0;
  list-style: none;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  font-family: "Rubik";
}
.product-stats > div {
  -webkit-flex: 0 1 auto; flex: 0 1 auto;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column-reverse; flex-direction: column-reverse;
}
.product-stats dd {
  font-weight: bold;
  border-bottom: 2px solid #0055b8;
  padding-right: 1em;
}
.product-stats dt {
  font-weight: 100;
  padding-right: 1em;
}

/* Other flavours */
.product-other-flavours {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  line-height: 1;
}
.product-other-flavours li { margin-bottom: 1em; }
.product-other-flavours li:not(:last-child) {
  border-right: 1px solid currentColor;
  padding-right: 1em;
  margin-right: 1em;
}
.product-other-flavours a { display: block; }

/*
	----------------
	- Stories
	----------------
*/
.latest-stories > * { margin-bottom: 15px; }

@media (min-width: 720px) {
  @supports (display: grid) {
    .latest-stories {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-areas: 'first second' 'first third';
      grid-gap: 12px;
      gap: 12px;
    }
    .latest-stories > * { margin-bottom: 0; }
  }
}

.story-list { font-size: 1.6rem; }
.story-list__photo { -webkit-flex-basis: 170px; flex-basis: 170px; }
@media (max-width: 600px) {
  .story-list__photo { -webkit-flex-basis: 70px; flex-basis: 70px; }
}
.story-list__read-more {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  border-top: 2px solid #0055b8;
  padding: .3em 0;
  min-width: 150px;
  font-size: .9em;
}

/*
	----------------
	- Other
	----------------
*/
.d\:block { display: block; }
.d\:inline { display: inline; }
.d\:inline-block { display: inline-block; }
.d\:none, [hidden], .hidden { display: none !important; }
[data-slide-me] { display: none; }
.h\:100 { min-height: 100%; }
.h\:100vh { min-height: 100vh; }
.p\:relative { position: relative; }
.o\:hidden { overflow: hidden; }
.pe\:none { pointer-events: none; }
.pe\:auto { pointer-events: auto; }
.transition { transition: all 0.15s ease-in-out; }

/*
	----------------
	- Border
	----------------
*/
.border { border: 1px solid currentColor; }

/*
	----------------
	- Opacity
	----------------
*/
.o\:0, .hover__o\:0:hover, .hover:hover .hover__o\:0 { opacity: 0; }
.o\:1, .hover__o\:1:hover, .hover:hover .hover__o\:1 { opacity: 0.1; }
.o\:2, .hover__o\:2:hover, .hover:hover .hover__o\:2 { opacity: 0.2; }
.o\:3, .hover__o\:3:hover, .hover:hover .hover__o\:3 { opacity: 0.3; }
.o\:4, .hover__o\:4:hover, .hover:hover .hover__o\:4 { opacity: 0.4; }
.o\:5, .hover__o\:5:hover, .hover:hover .hover__o\:5 { opacity: 0.5; }
.o\:6, .hover__o\:6:hover, .hover:hover .hover__o\:6 { opacity: 0.6; }
.o\:7, .hover__o\:7:hover, .hover:hover .hover__o\:7 { opacity: 0.7; }
.o\:8, .hover__o\:8:hover, .hover:hover .hover__o\:8 { opacity: 0.8; }
.o\:9, .hover__o\:9:hover, .hover:hover .hover__o\:9 { opacity: 0.9; }
.o\:10, .hover__o\:10:hover, .hover:hover .hover__o\:10 { opacity: 1; }

/*
	----------------
	- Border-radius
	----------------
*/
.br\:1 { border-radius: 2px; }
.br\:2 { border-radius: 4px; }
.br\:3 { border-radius: 6px; }
.br\:4 { border-radius: 8px; }
.br\:5 { border-radius: 10px; }
.br\:inherit { border-radius: inherit; }
.br\:50 { border-radius: 1000px; }

/*
	----------------
	Text Align
	----------------
*/
.ta\:center { text-align: center; }
.ta\:left { text-align: left; }
.ta\:right { text-align: right; }

@media (min-width: 420px) {
  .sm__ta\:center { text-align: center; }
  .sm__ta\:left { text-align: left; }
  .sm__ta\:right { text-align: right; }
}

@media (min-width: 640px) {
  .md__ta\:center { text-align: center; }
  .md__ta\:left { text-align: left; }
  .md__ta\:right { text-align: right; }
}

@media (min-width: 860px) {
  .lg__ta\:center { text-align: center; }
  .lg__ta\:left { text-align: left; }
  .lg__ta\:right { text-align: right; }
}

/*
	----------------
	Font Weight
	----------------
*/
.fw\:100 { font-weight: 100; }
.fw\:200 { font-weight: 200; }
.fw\:300 { font-weight: 300; }
.fw\:400, .fw\:normal { font-weight: 400; }
.fw\:500 { font-weight: 500; }
.fw\:600 { font-weight: 600; }
.fw\:700, .fw\:bold { font-weight: 700; }
.fw\:800 { font-weight: 800; }
.fw\:900 { font-weight: 900; }

/*
	----------------
	- Font sizes
	----------------
*/
.fs\:-2 { font-size: 1.4rem; }
.fs\:-1 { font-size: 1.6rem; }
.fs\:0 { font-size: 1.8rem; }
.fs\:1 { font-size: 2rem; }
.fs\:2, .product-stats { font-size: 2.3rem; }
.fs\:3, .format h4, .h4 {
  font-size: 2.4rem;
  line-height: 1.38;
  --line-height: 1.38;
  --fluid-max: 24;
  --fluid-min: 23;
}
.fs\:4, .format h3, .h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  --line-height: 1.3;
  --fluid-max: 28;
  --fluid-min: 25;
}
.fs\:5 {
  font-size: 3.4rem;
  line-height: 1.2;
  --line-height: 1.2;
  --fluid-max: 34;
  --fluid-min: 27;
}
.fs\:6, .format h2, .page-header__title, .h2, .product-hero-secondary {
  font-size: 4rem;
  line-height: 1.1;
  --line-height: 1.1;
  --fluid-max: 40;
  --fluid-min: 30;
}
.fs\:7, .format h1, .small-hero, .h1, .product-hero {
  font-size: 5rem;
  line-height: 1;
  --line-height: 1;
  --fluid-max: 50;
  --fluid-min: 35;
}
.fs\:8 {
  font-size: 6.4rem;
  line-height: 1;
  --line-height: 1;
  --fluid-max: 64;
  --fluid-min: 40;
}
.fs\:9 {
  font-size: 8.5rem;
  line-height: 1;
  --line-height: 1;
  --fluid-max: 85;
  --fluid-min: 45;
}

/*
	----------------
	- Fluid font sizes
	----------------
*/
@media only screen and (max-width: 549px) {
  .fs\:3, .format h4, .h4, .fs\:4, .format h3, .h3, .fs\:5, .fs\:6, .format h2, .page-header__title, .h2, .product-hero-secondary, .fs\:7, .format h1, .small-hero, .h1, .product-hero, .fs\:8, .fs\:9 {
    font-size: calc(var(--fluid-min) * 0.1rem);
  }
}
@media only screen and (min-width: 550px) and (max-width: 999px) {
  .fs\:3, .format h4, .h4, .fs\:4, .format h3, .h3, .fs\:5, .fs\:6, .format h2, .page-header__title, .h2, .product-hero-secondary, .fs\:7, .format h1, .small-hero, .h1, .product-hero, .fs\:8, .fs\:9 {
    font-size: calc(calc(var(--fluid-min) * 0.1rem) + (var(--fluid-max) - var(--fluid-min)) * ((100vw - 550px) / 450 ));
  }
}
@media only screen and (min-width: 1000px) {
  .fs\:3, .format h4, .h4, .fs\:4, .format h3, .h3, .fs\:5, .fs\:6, .format h2, .page-header__title, .h2, .product-hero-secondary, .fs\:7, .format h1, .small-hero, .h1, .product-hero, .fs\:8, .fs\:9 {
    font-size: calc(var(--fluid-max) * 0.1rem);
  }
}

/*
	----------------
	Typography
	----------------
*/
/* Crop white space above and below text */
@supports (--css: var) {
  .text-crop::before, .format h1::before, .format h2::before, .format h3::before, .format h4::before, .page-header__title::before, .h1::before, .h2::before, .h3::before {
    content: '';
    display: block;
    height: .01px;
    margin-bottom: calc((var(--text-crop-top) - var(--line-height)) * 0.5em);
  }
  .text-crop::after, .format h1::after, .format h2::after, .format h3::after, .format h4::after, .page-header__title::after, .h1::after, .h2::after, .h3::after {
    content: '';
    display: block;
    height: .01px;
    margin-top: calc((var(--text-crop-bottom) - var(--line-height)) * 0.5em);
  }
}

/* Faint underlines on links */
.td\:faint-underline, .link__td\:faint-underline a { position: relative; }
.td\:faint-underline::after, .link__td\:faint-underline a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: calc(1px + .03em);
  background: currentColor;
  opacity: .3;
  transition: opacity 0.2s ease-in-out;
}
.td\:faint-underline:hover::after, .link__td\:faint-underline a:hover::after { opacity: .75; }
.tt\:uppercase { text-transform: uppercase; }
.tt\:none { text-transform: none; }
.td\:underline, .link__td\:underline a, .link-hover__td\:underline a:hover { text-decoration: underline; }
.td\:none, .link__td\:none a, .link-hover__td\:none a:hover { text-decoration: none; }
.fs\:italic { font-style: italic; }
.fs\:normal { font-style: normal; }
.ff\:alt { font-family: "Rubik"; }
.ls\:-1 { letter-spacing: -0.05em; }

/*
	----------------
	- Width classes
	----------------
*/
.w\:10 { width: 10%; }
.w\:20 { width: 20%; }
.w\:25 { width: 25%; }
.w\:30 { width: 30%; }
.w\:33 { width: 33.333%; }
.w\:40 { width: 40%; }
.w\:50 { width: 50%; }
.w\:60 { width: 60%; }
.w\:66 { width: 66.666%; }
.w\:70 { width: 70%; }
.w\:75 { width: 75%; }
.w\:80 { width: 80%; }
.w\:90 { width: 90%; }
.w\:100 { width: 100%; }

@media (min-width: 420px) {
  .sm__w\:10 { width: 10%; }
  .sm__w\:20 { width: 20%; }
  .sm__w\:25 { width: 25%; }
  .sm__w\:30 { width: 30%; }
  .sm__w\:33 { width: 33.333%; }
  .sm__w\:40 { width: 40%; }
  .sm__w\:50 { width: 50%; }
  .sm__w\:60 { width: 60%; }
  .sm__w\:66 { width: 66.666%; }
  .sm__w\:70 { width: 70%; }
  .sm__w\:75 { width: 75%; }
  .sm__w\:80 { width: 80%; }
  .sm__w\:90 { width: 90%; }
  .sm__w\:100 { width: 100%; }
}

@media (min-width: 640px) {
  .md__w\:10 { width: 10%; }
  .md__w\:20 { width: 20%; }
  .md__w\:25 { width: 25%; }
  .md__w\:30 { width: 30%; }
  .md__w\:33 { width: 33.333%; }
  .md__w\:40 { width: 40%; }
  .md__w\:50 { width: 50%; }
  .md__w\:60 { width: 60%; }
  .md__w\:66 { width: 66.666%; }
  .md__w\:70 { width: 70%; }
  .md__w\:75 { width: 75%; }
  .md__w\:80 { width: 80%; }
  .md__w\:90 { width: 90%; }
  .md__w\:100 { width: 100%; }
}

@media (min-width: 860px) {
  .lg__w\:10 { width: 10%; }
  .lg__w\:20 { width: 20%; }
  .lg__w\:25 { width: 25%; }
  .lg__w\:30 { width: 30%; }
  .lg__w\:33 { width: 33.333%; }
  .lg__w\:40 { width: 40%; }
  .lg__w\:50 { width: 50%; }
  .lg__w\:60 { width: 60%; }
  .lg__w\:66 { width: 66.666%; }
  .lg__w\:70 { width: 70%; }
  .lg__w\:75 { width: 75%; }
  .lg__w\:80 { width: 80%; }
  .lg__w\:90 { width: 90%; }
  .lg__w\:100 { width: 100%; }
}

/*
		@include media-xl{
			@include generate-width-classes('xl__');
		}
		*/
/*
	----------------
	- Flexbox utility classes
	----------------
*/
.ai\:start { -webkit-align-items: flex-start; align-items: flex-start; }
.ai\:center { -webkit-align-items: center; align-items: center; }
.ai\:end { -webkit-align-items: flex-end; align-items: flex-end; }
.ai\:stretch { -webkit-align-items: stretch; align-items: stretch; }
.as\:start { -webkit-align-self: flex-start; align-self: flex-start; }
.as\:center { -webkit-align-self: center; align-self: center; }
.as\:end { -webkit-align-self: flex-end; align-self: flex-end; }
.as\:stretch { -webkit-align-self: stretch; align-self: stretch; }
.jc\:start { -webkit-justify-content: flex-start; justify-content: flex-start; }
.jc\:center { -webkit-justify-content: center; justify-content: center; }
.jc\:end { -webkit-justify-content: flex-end; justify-content: flex-end; }
.jc\:around { -webkit-justify-content: space-around; justify-content: space-around; }
.jc\:between { -webkit-justify-content: space-between; justify-content: space-between; }
.fd\:column { -webkit-flex-direction: column; flex-direction: column; }
.fw\:wrap { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.fw\:wrap-reverse { -webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse; }

@media (min-width: 640px) {
  .md__fd\:row { -webkit-flex-direction: row; flex-direction: row; }
  .md__fd\:column { -webkit-flex-direction: column; flex-direction: column; }
}

@media (min-width: 860px) {
  .lg__fd\:row { -webkit-flex-direction: row; flex-direction: row; }
  .lg__fd\:column { -webkit-flex-direction: column; flex-direction: column; }
}

/*
	----------------
	- Flex grow and shrink
	----------------
*/
body .flex\:00, ._flex\:00 > * {
  -webkit-flex-grow: 0; flex-grow: 0;
  -webkit-flex-shrink: 0; flex-shrink: 0;
}
body .flex\:10, ._flex\:10 > * {
  -webkit-flex-grow: 1; flex-grow: 1;
  -webkit-flex-shrink: 0; flex-shrink: 0;
}
body .flex\:11, ._flex\:11 > * {
  -webkit-flex-grow: 1; flex-grow: 1;
  -webkit-flex-shrink: 1; flex-shrink: 1;
}
body .flex\:01, ._flex\:01 > * {
  -webkit-flex-grow: 0; flex-grow: 0;
  -webkit-flex-shrink: 1; flex-shrink: 1;
}
body .flex\:91, ._flex\:91 > * {
  -webkit-flex-grow: 9999; flex-grow: 9999;
  -webkit-flex-shrink: 1; flex-shrink: 1;
}

/*
	----------------
	- Basis classes control the widths of children under .fluid, .grid and .flex
	----------------
*/
.basis\:100 { --basis: 100px; -webkit-flex-basis: 100px; flex-basis: 100px; }
.basis\:150 { --basis: 150px; -webkit-flex-basis: 150px; flex-basis: 150px; }
.basis\:200 { --basis: 200px; -webkit-flex-basis: 200px; flex-basis: 200px; }
.basis\:250 { --basis: 250px; -webkit-flex-basis: 250px; flex-basis: 250px; }
.basis\:300 { --basis: 300px; -webkit-flex-basis: 300px; flex-basis: 300px; }
.basis\:350 { --basis: 350px; -webkit-flex-basis: 350px; flex-basis: 350px; }
.basis\:400 { --basis: 400px; -webkit-flex-basis: 400px; flex-basis: 400px; }
.basis\:450 { --basis: 450px; -webkit-flex-basis: 450px; flex-basis: 450px; }
.basis\:500 { --basis: 500px; -webkit-flex-basis: 500px; flex-basis: 500px; }
.basis\:550 { --basis: 550px; -webkit-flex-basis: 550px; flex-basis: 550px; }
.basis\:600 { --basis: 600px; -webkit-flex-basis: 600px; flex-basis: 600px; }
.basis\:650 { --basis: 650px; -webkit-flex-basis: 650px; flex-basis: 650px; }
.basis\:700 { --basis: 700px; -webkit-flex-basis: 700px; flex-basis: 700px; }
.basis\:750 { --basis: 750px; -webkit-flex-basis: 750px; flex-basis: 750px; }
.basis\:800 { --basis: 800px; -webkit-flex-basis: 800px; flex-basis: 800px; }
.basis\:850 { --basis: 850px; -webkit-flex-basis: 850px; flex-basis: 850px; }
.basis\:900 { --basis: 900px; -webkit-flex-basis: 900px; flex-basis: 900px; }
.basis\:950 { --basis: 950px; -webkit-flex-basis: 950px; flex-basis: 950px; }
.basis\:1000 { --basis: 1000px; -webkit-flex-basis: 1000px; flex-basis: 1000px; }
.basis\:10p { -webkit-flex-basis: 10%; flex-basis: 10%; }
.basis\:20p { -webkit-flex-basis: 20%; flex-basis: 20%; }
.basis\:30p { -webkit-flex-basis: 30%; flex-basis: 30%; }
.basis\:40p { -webkit-flex-basis: 40%; flex-basis: 40%; }
.basis\:50p { -webkit-flex-basis: 50%; flex-basis: 50%; }
.basis\:60p { -webkit-flex-basis: 60%; flex-basis: 60%; }
.basis\:70p { -webkit-flex-basis: 70%; flex-basis: 70%; }
.basis\:80p { -webkit-flex-basis: 80%; flex-basis: 80%; }
.basis\:90p { -webkit-flex-basis: 90%; flex-basis: 90%; }
.basis\:100p { -webkit-flex-basis: 100%; flex-basis: 100%; }
._basis > * { -webkit-flex-basis: inherit; flex-basis: inherit; }

/*
	----------------
	- Margins
	----------------
*/
._mx\:1 > * + * {
  margin-left: 0.8rem;
  margin-left: var(--space-1);
}
._mx\:2 > * + * {
  margin-left: 1.6rem;
  margin-left: var(--space-2);
}
._mx\:3 > * + * {
  margin-left: 2.8rem;
  margin-left: var(--space-3);
}
._mx\:4 > * + * {
  margin-left: 4rem;
  margin-left: var(--space-4);
}
._mx\:5 > * + * {
  margin-left: 5.2rem;
  margin-left: var(--space-5);
}
._mx\:6 > * + * {
  margin-left: 6.4rem;
  margin-left: var(--space-6);
}
._mx\:7 > * + * {
  margin-left: 7.6rem;
  margin-left: var(--space-7);
}
._mx\:8 > * + * {
  margin-left: 8.8rem;
  margin-left: var(--space-8);
}
._mx\:9 > * + * {
  margin-left: 10rem;
  margin-left: var(--space-9);
}
._mx\:push > * + * {
  margin-left: 9rem;
  margin-left: var(--push);
}
._mx\:0 > * + * { margin-left: 0; }
._my\:1 > * + *, body .mt\:1, body .my\:1 {
  margin-top: 0.8rem;
  margin-top: var(--space-1);
}
body .mb\:1, body .my\:1 {
  margin-bottom: 0.8rem;
  margin-bottom: var(--space-1);
}
._my\:2 > * + *, body .mt\:2, body .my\:2 {
  margin-top: 1.6rem;
  margin-top: var(--space-2);
}
body .mb\:2, body .my\:2 {
  margin-bottom: 1.6rem;
  margin-bottom: var(--space-2);
}
._my\:3 > * + *, body .mt\:3, body .my\:3 {
  margin-top: 2.8rem;
  margin-top: var(--space-3);
}
body .mb\:3, body .my\:3 {
  margin-bottom: 2.8rem;
  margin-bottom: var(--space-3);
}
._my\:4 > * + *, body .mt\:4, body .my\:4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
}
body .mb\:4, body .my\:4 {
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}
._my\:5 > * + *, body .mt\:5, body .my\:5 {
  margin-top: 5.2rem;
  margin-top: var(--space-5);
}
body .mb\:5, body .my\:5 {
  margin-bottom: 5.2rem;
  margin-bottom: var(--space-5);
}
._my\:6 > * + *, body .mt\:6, body .my\:6 {
  margin-top: 6.4rem;
  margin-top: var(--space-6);
}
body .mb\:6, body .my\:6 {
  margin-bottom: 6.4rem;
  margin-bottom: var(--space-6);
}
._my\:7 > * + *, body .mt\:7, body .my\:7 {
  margin-top: 7.6rem;
  margin-top: var(--space-7);
}
body .mb\:7, body .my\:7 {
  margin-bottom: 7.6rem;
  margin-bottom: var(--space-7);
}
._my\:8 > * + *, body .mt\:8, body .my\:8 {
  margin-top: 8.8rem;
  margin-top: var(--space-8);
}
body .mb\:8, body .my\:8 {
  margin-bottom: 8.8rem;
  margin-bottom: var(--space-8);
}
._my\:9 > * + *, body .mt\:9, body .my\:9 {
  margin-top: 10rem;
  margin-top: var(--space-9);
}
body .mb\:9, body .my\:9 {
  margin-bottom: 10rem;
  margin-bottom: var(--space-9);
}
._my\:push > * + *, body .mt\:push, body .my\:push {
  margin-top: 9rem;
  margin-top: var(--push);
}
body .mb\:push, body .my\:push {
  margin-bottom: 9rem;
  margin-bottom: var(--push);
}
._my\:0 > * + *, body .mt\:0, body .my\:0 { margin-top: 0; }
body .mb\:0, body .my\:0 { margin-bottom: 0; }
.mx\:auto {
  margin-left: auto;
  margin-right: auto;
}

/*
	----------------
	- Padding
	----------------
*/
.px\:1, .p\:1 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-left: var(--space-1);
  padding-right: var(--space-1);
}
.pt\:1, .py\:1, .p\:1 {
  padding-top: 0.8rem;
  padding-top: var(--space-1);
}
.pb\:1, .py\:1, .p\:1 {
  padding-bottom: 0.8rem;
  padding-bottom: var(--space-1);
}
.px\:2, .p\:2 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-left: var(--space-2);
  padding-right: var(--space-2);
}
.pt\:2, .py\:2, .p\:2 {
  padding-top: 1.6rem;
  padding-top: var(--space-2);
}
.pb\:2, .py\:2, .p\:2 {
  padding-bottom: 1.6rem;
  padding-bottom: var(--space-2);
}
.px\:3, .p\:3 {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  padding-left: var(--space-3);
  padding-right: var(--space-3);
}
.pt\:3, .py\:3, .p\:3 {
  padding-top: 2.8rem;
  padding-top: var(--space-3);
}
.pb\:3, .py\:3, .p\:3 {
  padding-bottom: 2.8rem;
  padding-bottom: var(--space-3);
}
.px\:4, .p\:4 {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-left: var(--space-4);
  padding-right: var(--space-4);
}
.pt\:4, .py\:4, .p\:4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
}
.pb\:4, .py\:4, .p\:4 {
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}
.px\:5, .p\:5 {
  padding-left: 5.2rem;
  padding-right: 5.2rem;
  padding-left: var(--space-5);
  padding-right: var(--space-5);
}
.pt\:5, .py\:5, .site-footer, .floating-bottles, .p\:5 {
  padding-top: 5.2rem;
  padding-top: var(--space-5);
}
.pb\:5, .py\:5, .site-footer, .floating-bottles, .p\:5 {
  padding-bottom: 5.2rem;
  padding-bottom: var(--space-5);
}
.px\:6, .p\:6 {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  padding-left: var(--space-6);
  padding-right: var(--space-6);
}
.pt\:6, .py\:6, .page-header, .p\:6 {
  padding-top: 6.4rem;
  padding-top: var(--space-6);
}
.pb\:6, .py\:6, .page-header, .p\:6 {
  padding-bottom: 6.4rem;
  padding-bottom: var(--space-6);
}
.px\:7, .p\:7 {
  padding-left: 7.6rem;
  padding-right: 7.6rem;
  padding-left: var(--space-7);
  padding-right: var(--space-7);
}
.pt\:7, .py\:7, .p\:7 {
  padding-top: 7.6rem;
  padding-top: var(--space-7);
}
.pb\:7, .py\:7, .p\:7 {
  padding-bottom: 7.6rem;
  padding-bottom: var(--space-7);
}
.px\:8, .p\:8 {
  padding-left: 8.8rem;
  padding-right: 8.8rem;
  padding-left: var(--space-8);
  padding-right: var(--space-8);
}
.pt\:8, .py\:8, .p\:8 {
  padding-top: 8.8rem;
  padding-top: var(--space-8);
}
.pb\:8, .py\:8, .p\:8 {
  padding-bottom: 8.8rem;
  padding-bottom: var(--space-8);
}
.px\:9, .p\:9 {
  padding-left: 10rem;
  padding-right: 10rem;
  padding-left: var(--space-9);
  padding-right: var(--space-9);
}
.pt\:9, .py\:9, .p\:9 {
  padding-top: 10rem;
  padding-top: var(--space-9);
}
.pb\:9, .py\:9, .p\:9 {
  padding-bottom: 10rem;
  padding-bottom: var(--space-9);
}
.px\:push, .p\:push {
  padding-left: 9rem;
  padding-right: 9rem;
  padding-left: var(--push);
  padding-right: var(--push);
}
.pt\:push, .py\:push, .hero, .p\:push {
  padding-top: 9rem;
  padding-top: var(--push);
}
.pb\:push, .py\:push, .hero, .p\:push {
  padding-bottom: 9rem;
  padding-bottom: var(--push);
}
.px\:0, .p\:0 {
  padding-left: 0;
  padding-right: 0;
}
.pt\:0, .py\:0, .p\:0 { padding-top: 0; }
.pb\:0, .py\:0, .p\:0 { padding-bottom: 0; }

/*
	----------------
	- Colours
	----------------
*/
.c\:primary, a.c\:primary, .hover:hover .hover__c\:primary, .hover__c\:primary:hover, .link__c\:primary a, .link-hover__c\:primary a:hover {
  color: #0055b8;
}
.c\:primary-light, a.c\:primary-light, .hover:hover .hover__c\:primary-light, .hover__c\:primary-light:hover, .link__c\:primary-light a, .link-hover__c\:primary-light a:hover {
  color: #006ce9;
}
.c\:primary-dark, a.c\:primary-dark, .hover:hover .hover__c\:primary-dark, .hover__c\:primary-dark:hover, .link__c\:primary-dark a, .link-hover__c\:primary-dark a:hover {
  color: #004493;
}
.c\:secondary { color: #6fb242; }
.c\:secondary-light { color: #84c25a; }
.c\:secondary-dark { color: #598e35; }
.c\:soft, a.c\:soft { color: #84868b; }
.c\:hard, a.c\:hard { color: #1e1e20; }
.c\:light, a.c\:light { color: #f1f1f1; }
.c\:dark, a.c\:dark { color: #1e1e20; }
.c\:white, a.c\:white { color: #fff; }
.c\:inherit, a.c\:inherit, .link__c\:inherit a { color: inherit; }
.c\:reset, a.c\:reset, .hover:hover .hover__c\:reset, .hover__c\:reset:hover, .link__c\:reset a, .link-hover__c\:reset a:hover {
  color: #000;
}
.c\:1, a.c\:1, .hover:hover .hover__c\:1, .hover__c\:1:hover, .link__c\:1 a, .link-hover__c\:1 a:hover {
  color: #f8f9f9;
}
.c\:2, a.c\:2, .hover:hover .hover__c\:2, .hover__c\:2:hover, .link__c\:2 a, .link-hover__c\:2 a:hover {
  color: #f1f1f1;
}
.c\:3, a.c\:3, .hover:hover .hover__c\:3, .hover__c\:3:hover, .link__c\:3 a, .link-hover__c\:3 a:hover {
  color: #e2e3e4;
}
.c\:4, a.c\:4, .hover:hover .hover__c\:4, .hover__c\:4:hover, .link__c\:4 a, .link-hover__c\:4 a:hover {
  color: #d0d1d2;
}
.c\:5, a.c\:5, .hover:hover .hover__c\:5, .hover__c\:5:hover, .link__c\:5 a, .link-hover__c\:5 a:hover {
  color: #a8aaad;
}
.c\:6, a.c\:6, .hover:hover .hover__c\:6, .hover__c\:6:hover, .link__c\:6 a, .link-hover__c\:6 a:hover {
  color: #84868b;
}
.c\:7, a.c\:7, .hover:hover .hover__c\:7, .hover__c\:7:hover, .link__c\:7 a, .link-hover__c\:7 a:hover {
  color: #5c5e61;
}
.c\:8, a.c\:8, .hover:hover .hover__c\:8, .hover__c\:8:hover, .link__c\:8 a, .link-hover__c\:8 a:hover {
  color: #434447;
}
.c\:9, a.c\:9, .hover:hover .hover__c\:9, .hover__c\:9:hover, .link__c\:9 a, .link-hover__c\:9 a:hover {
  color: #1e1e20;
}
.bg { background-color: currentColor; }
.bg\:primary, .hover:hover .hover__bg\:primary, .hover__bg\:primary:hover {
  background-color: #0055b8;
}
.bg\:primary-light, .hover:hover .hover__bg\:primary-light, .hover__bg\:primary-light:hover {
  background-color: #006ce9;
}
.bg\:primary-dark, .hover:hover .hover__bg\:primary-dark, .hover__bg\:primary-dark:hover {
  background-color: #004493;
}
.bg\:secondary, .hover:hover .hover__bg\:secondary, .hover__bg\:secondary:hover {
  background-color: #6fb242;
}
.bg\:secondary-light, .hover:hover .hover__bg\:secondary-light, .hover__bg\:secondary-light:hover {
  background-color: #84c25a;
}
.bg\:secondary-dark, .hover:hover .hover__bg\:secondary-dark, .hover__bg\:secondary-dark:hover {
  background-color: #598e35;
}
.bg\:soft, .hover:hover .hover__bg\:soft, .hover__bg\:soft:hover { background-color: #84868b; }
.bg\:hard, .hover:hover .hover__bg\:hard, .hover__bg\:hard:hover { background-color: #1e1e20; }
.bg\:light, .hover:hover .hover__bg\:light, .hover__bg\:light:hover { background-color: #f1f1f1; }
.bg\:dark, .hover:hover .hover__bg\:dark, .hover__bg\:dark:hover { background-color: #1e1e20; }
.bg\:reset, .hover:hover .hover__bg\:reset, .hover__bg\:reset:hover { background-color: #fff; }
.bg\:1, .hover:hover .hover__bg\:1, .hover__bg\:1:hover { background-color: #f8f9f9; }
.bg\:2, .hover:hover .hover__bg\:2, .hover__bg\:2:hover { background-color: #f1f1f1; }
.bg\:3, .hover:hover .hover__bg\:3, .hover__bg\:3:hover { background-color: #e2e3e4; }
.bg\:4, .hover:hover .hover__bg\:4, .hover__bg\:4:hover { background-color: #d0d1d2; }
.bg\:5, .hover:hover .hover__bg\:5, .hover__bg\:5:hover { background-color: #a8aaad; }
.bg\:6, .hover:hover .hover__bg\:6, .hover__bg\:6:hover { background-color: #84868b; }
.bg\:7, .hover:hover .hover__bg\:7, .hover__bg\:7:hover { background-color: #5c5e61; }
.bg\:8, .hover:hover .hover__bg\:8, .hover__bg\:8:hover { background-color: #434447; }
.bg\:9, .hover:hover .hover__bg\:9, .hover__bg\:9:hover { background-color: #1e1e20; }

.flexslider {
  border:none;
  border-radius:0;
  box-shadow:none;
}
.floating-bottles { padding-top:0; }
#featured_cats_slider, #featured_cats_slider_mobile { margin-bottom:0; }
#featured_cats_slider .slides > li, #featured_cats_slider_mobile .slides > li {
  padding-top: 4.2rem;
  padding-top: var(--space-4);
  padding-bottom: 4.2rem;
  padding-bottom: var(--space-4);
  padding-bottom:0;
}
#featured_cats_slider ul.flex { justify-content: center; }
#featured_cats_nav a { display:inline; }

.section--product-details h1, .page_title { text-transform:lowercase; }
.woocommerce a.button.button--ghost { background-color:inherit; }
body .woocommerce .cart {
  border-radius:0;
  border:none;
}
body .woocommerce .cart thead th {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  color:#808080;
  font-size:16px;
  text-transform:uppercase;
}
body .woocommerce .cart td { border:none; }
.woocommerce .cart a.remove {
  width:16px;
  height:16px;
  background:url(images/ico_del.png) no-repeat center center;
  background-size:16px 16px;
}
body .woocommerce .cart img {
  max-height:62px;
  width:auto;
}
.woocommerce .quantity a {
  display:inline-block;
  border:1px solid #000;
  line-height:28px;
  height:30px;
  width:30px;
  text-align:center;
  background:#E5E5E5;
  color:#000;
  vertical-align:top;
}
.woocommerce .quantity input {
  display:inline-block;
  line-height:28px !important;
  height:30px;
  width:40px !important;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  border-left:none;
  border-right:none;
  vertical-align:top;
  padding:0;
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number] { -moz-appearance: textfield; }
.cart-collaterals {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background:#F2F2F2;
  margin-bottom:40px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  margin-right:80px;
  width:auto;
}
.woocommerce .cart-collaterals .cart_totals table {
  border:none;
  border-radius:0;
  width:auto;
}
body .woocommerce .cart-collaterals .cart_totals th {
  color:#808080;
  text-transform:uppercase;
  white-space:nowrap;
}
body .woocommerce .cart-collaterals .cart_totals th, body .woocommerce .cart-collaterals .cart_totals td {
  border:none;
}
.cart_actions {
  float:right;
  width:50%;
  text-align:right;
}
body .woocommerce .button--primary, body .woocommerce .button--primary:disabled { color:#fff !important; }
body .woocommerce-cart-form .button--primary {
  font-size:14px;
  font-weight:600;
  width:240px;
  padding:1.2em 2em !important;
}
.coupon {
  padding-left:40px;
  padding-top:20px;
}
.coupon input {
  background:#fff;
  height:52px;
  padding-left:20px;
  padding-right:20px;
  width:160px;
  display:inline-block;
}
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  display:inline-block;
  padding:0;
}

.woocommerce .checkout .col-2 {
  padding-left:20px;
  padding-right:20px;
  padding-top:40px;
  padding-bottom:20px;
  background:#eaebec;
}
.woocommerce .checkout .col-2 > img {
  float:right;
  margin-right:40px;
}
.woocommerce form .form-row {
  padding:0;
  margin-bottom:15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last { width:48.5%; }
#billing_country_field, #shipping_country_field { display:none; }
.select2-container--default .select2-selection--single { border-radius:0; }
.select2-container .select2-selection--single { height:48px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height:48px;
  padding-left:10px;
}
.select2-results__option {
  font-size:16px;
  padding-left:10px;
  padding-right:10px;
}
.select2-search--dropdown {
  padding-left:10px;
  padding-right:10px;
}
.select2-search--dropdown .select2-search__field {
  padding-top:8px;
  padding-bottom:8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow { height:46px; }
#ship-to-different-address {
  font:normal 20px 'Rubik';
  text-transform:uppercase;
  margin-bottom:15px;
}
#order_review_heading {
  font-family:'Rubik';
  font-size:20px;
  font-style:italic;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:20px;
}
#order_review table.shop_table {
  border:none;
  border-radius:0;
  font-size:16px;
}
#order_review table.shop_table th, #order_review table.shop_table td {
  border:none;
  padding-left:0;
}
table#shipping_method { width:100%; }
table#shipping_method label { padding-left:10px; }
#order_review table .shipping td {
  padding-left:0;
  padding-right:0;
  padding-top:0;
  font-weight:normal;
}
#payment {
  background:none;
  border-radius:0;
  font-size:16px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding:0;
  border:none;
}
.woocommerce-checkout #payment div.payment_box {
  padding:0;
  margin-bottom:0;
  background:none;
}
.woocommerce-checkout #payment div.payment_box::before { content:none; }
.woocommerce-checkout #payment div.payment_box .form-row { padding:0; }
.woocommerce-checkout #payment ul.payment_methods li input { margin-right:2px; }
.woocommerce-checkout #payment div.form-row {
  padding:0;
  font-size:16px;
}
.woocommerce-checkout #payment div.form-row.place-order { margin-bottom:0; }
.woocommerce-checkout #payment div.form-row .input-checkbox { margin-right:2px; }
.woocommerce-checkout #payment br { display:none; }
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size:.92em;
  color:#515151;
}
#payment .button--primary {
  width:100%;
  height:45px;
  padding-top:14px !important;
  font-weight:bold !important;
}

.page-template-template_cocktails .video-grid__title { text-transform:lowercase; }
body.single-cocktails .flex-side__secondary { margin-top:125px; }
body.single-cocktails h1.h1 { text-transform:lowercase; }

ul.videos {
	list-style:none;
	padding:0;
	margin-left:-10px;
}
ul.videos::after {
	content:"";
	display:table;
	clear:both;
}
ul.videos li {
	display:block;
	float:left;
	position:relative;
	margin-top:0;
	margin-left:10px;
	margin-bottom:10px;
	width:325px;
	height:197px;
}
ul.videos li a {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	border:1px solid #fff;
}
ul.videos li a:hover {
	left:-20px;
	top:-20px;
	right:-20px;
	bottom:-20px;
	z-index:100;
}
ul.videos li a .bg {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(0, 0, 0, 0.5);
	mix-blend-mode:multiply;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
ul.videos li a:hover .bg { opacity:0.2; }
ul.videos li a img {
	position:absolute;
	right:20px;
	bottom:22px;
}
ul.videos li a .meta {
	position:absolute;
	left:10px;
	bottom:10px;
	color:#fff;
	max-width:250px;
	line-height:1.2em;
}
ul.videos li a .meta h3 { line-height:1.2em; }

#location_map { height:563px; }

.dropdown_items, .autocomplete_items {
	display:none;
	position:absolute;
	left:0px;
	top:30px;
	background:#ffffff;
	opacity:0.9;
	border-left:1px solid #0055b8;
	border-right:1px solid #0055b8;
	border-top:1px solid #0055b8;
	width:178px;
}
.autocomplete_items {
	top:42px;
	left:2px;
  width:230px;
  z-index:100;
}
#stores_autocomplete .autocomplete_items {
	left:auto;
	right:0px;
	width:100%;
	top:48px;
}
.dropdown_long .dropdown_items {
	top:39px;
	width:578px;
}
.dropdown_items a, .autocomplete_items a {
	display:block;
	height:30px;
	line-height:30px;
	padding-left:10px;
	border-bottom:1px solid #0055b8;
	text-decoration:none;
	color:#0055b8;
}
.dropdown_items a:hover, .autocomplete_items a:hover {
	background:#0055b8;
	color:#ffffff;
}

.autocomplete { position:relative; }

.modal {
  display:none;
  position:fixed;
  left:0px;
  top:0px;
  right:0px;
  bottom:0px;
  background:rgba(0, 0, 0, 0.9);
  z-index:1000;
}
.modal.active {
  display:block;
}
.modal > div {
  position:absolute;
  left:50%;
  top:100px;
  margin-left:-320px;
  width:640px;
}
.modal iframe {
  border:1px solid #fff;
  display:block;
}
a.modal_close {
  display:block;
  text-align:right;
  color:#fff;
  font-size:32px;
  font-weight:bold;
}