/*main styling*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

site {
  background-color: #F2EDE5; }

html {
  background-color: #F2EDE5;
  font-family: "recoleta_reg", serif !important;
  font-size: 16px;
  color: #3D3D3D;
  letter-spacing: 0.075em; }

body {
  background-color: #F2EDE5;
  margin: 0px;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden; }

.main-page {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #F2EDE5;
  overflow: hidden; }

section {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 0px;
  grid-column-start: 1;
  grid-column-end: 25;
  position: relative; }

#product-info {
  background-color: #F2EDE5;
  padding-top: 7.5vh; }

#shop-home {
  background-color: #E8E0DB; }

#blog-home {
  background-color: #D9E0E3; }

#about-home {
  background-color: #E8E0DB; }

#stockists-home {
  background-color: #F2EDE5; }

#newsletter-home {
  background-color: #D9E0E3; }

.center-grid {
  grid-column-start: 3;
  grid-column-end: 23;
  min-width: 100%; }

.off-grid {
  grid-column-start: 3;
  grid-column-end: 25;
  min-width: 100%; }

.full-grid {
  grid-column-start: 1;
  grid-column-end: 25;
  min-width: 100%; }

/*narbar*/
.custom-nav {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: transparent;
  width: 100%; }

.logo-main {
  grid-column-start: 3;
  grid-column-end: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px; }

.nav-items-cont {
  width: 100%;
  height: 100%;
  grid-column-start: 20;
  grid-column-end: 23;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

.cart-nav {
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  flex-direction: center;
  justify-content: center; }

.currency-nav {
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  flex-direction: center;
  justify-content: center;
  display: none; }

[name="currency"] {
  background: transparent;
  border: 0px;
  font-family: "netto_bold", sans-serif !important;
  font-size: 23px;
  color: #000F9F;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  -webkit-appearance: button;
  -moz-appearance: unset; }

.cart-nav-inner {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.cart-nav-inner img {
  max-width: 30px;
  min-width: 30px; }

li {
  max-width: 55ch; }

.red-dot {
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  right: -8px;
  top: -5px;
  align-items: center;
  display: flex;
  justify-content: center; }

.red-dot h7 {
  color: #fff; }

.logo-main img {
  max-width: 250px; }

.logo-main h4 {
  margin: 0px;
  color: #000 !important;
  text-decoration: none; }

.logo-link {
  margin: 0px;
  color: #000 !important;
  text-decoration: none; }

.hamburger-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer; }

.hamburger-icon-svg {
  margin-left: auto;
  max-width: 25px;
  cursor: pointer;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  fill: #000F9F; }

.hamburger-icon-svg-white {
  fill: white !important; }

.hide-logo {
  display: none; }

.hamburger-icon-svg:hover {
  opacity: .8;
  transform: scale(1.25);
  transform-origin: center center; }

.sidepanel-container {
  position: fixed;
  z-index: 99999;
  height: 100%;
  max-width: 50%;
  width: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  display: none; }

.sidepanel {
  background-color: #000F9F;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 999999;
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  top: 0;
  bottom: 0;
  right: -50vw;
  padding-top: 45px;
  box-sizing: border-box;
  opacity: 1 !important; }

@media only screen and (max-width: 1024px) and (min-width: 200px) {
  .sidepanel {
    width: 100%;
    max-width: 100%;
    margin-left: 0%; }

  .sidepanel-container {
    width: 100%;
    max-width: 100%; } }
.close-panel-container {
  padding-left: 5vw; }

.Sidepanel-inner {
  padding-left: 5vw; }

#nav-panel h1 {
  color: #fff !important; }

#cont-close h1 {
  color: #fff !important;
  text-decoration: none !important; }

#cont-close {
  width: fit-content; }

.close-button {
  height: 50px;
  width: 30px;
  position: relative;
  box-sizing: border-box;
  line-height: 50px;
  display: inline-block; }
  .close-button:before, .close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -15px;
    display: block;
    height: 7px;
    width: 30px;
    background-color: #fff;
    transition: all 0.25s ease-out; }
  .close-button:after {
    transform: rotate(-135deg); }
  .close-button:hover:before, .close-button:hover:after {
    transform: rotate(0deg); }

/*footer*/
#footer {
  background-color: #000F9F;
  min-height: 48vh; }

#footer p {
  color: #ffffff;
  font-size: 15px; }

#footer p strong {
  color: #ffffff; }

#footer h4 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px; }

#footer h5 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px; }

#footer .full-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.footer_inner {
  display: grid;
  width: 100%;
  height: 100%;
  max-height: 40vh;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  grid-template-columns: repeat(24, 1fr);
  grid-column-gap: 20px; }

.logo_footer {
  grid-column-start: 3;
  grid-column-end: 8;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  height: 100%;
  min-height: 100%; }

.logo_footer_image {
  max-width: 100px; }

.links_footer {
  grid-column-start: 8;
  grid-column-end: 16;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  position: relative; }

.links_block {
  display: flex;
  flex-direction: row;
  width: 100%; }

.links_block_left {
  width: 35%;
  padding-right: 5px; }

.links_block_right {
  width: 65%;
  padding-right: 5px; }

.social_block-footer {
  margin-bottom: auto; }

.social-block-cont {
  transition: opacity .45s ease-in-out;
  -moz-transition: opacity .45s ease-in-out;
  -webkit-transition: opacity .45s ease-in-out;
  position: relative;
  width: 100%;
  height: 50px;
  min-height: 75px;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 20px; }

.social-block-link {
  transition: opacity .45s ease-in-out;
  -moz-transition: opacity .45s ease-in-out;
  -webkit-transition: opacity .45s ease-in-out;
  width: 40px;
  padding-right: 15px;
  fill: #002433;
  padding-top: 20px; }

.social-block-cont a {
  border-bottom: 0px solid; }

.social-block-cont:hover .social-block-link:not(:hover) {
  opacity: .5;
  cursor: pointer; }

.back-2-top {
  position: absolute;
  bottom: 0; }

.contact_footer {
  grid-column-start: 16;
  grid-column-end: 23;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative; }

.payment_link img {
  max-width: 120px; }

.payment_link {
  width: 100%;
  display: none;
  flex-direction: row;
  align-items: flex-end;
  position: absolute;
  bottom: 5px; }

#arrowups {
  -webkit-transition: all  ease-in-out .35s;
  -moz-transition: all  ease-in-out .35s;
  -o-transition: all  ease-in-out .35s;
  transition: all  ease-in-out .35s;
  display: inline-block; }

.footer-back-to-top:hover #arrowups {
  transform: translate(0, -5px); }

/*typography*/
@font-face {
  font-family: "netto_bold";
  src: url("NettoPro-Bold.ttf") format("truetype"), url("NettoPro-Bold.woff2") format("woff2"), url("NettoPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "recoleta_reg";
  src: url("Recoleta-Regular.ttf") format("truetype"), url("Recoleta-Regular.woff") format("woff"), url("Recoleta-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "recoleta_bold";
  src: url("Recoleta-Bold.ttf") format("truetype"), url("Recoleta-Bold.woff") format("woff"), url("Recoleta-Bold.eot") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

p {
  font-family: "recoleta_reg", serif !important;
  font-size: 15px;
  color: #3D3D3D;
  letter-spacing: 0.075em;
  line-height: 1.5em;
  max-width: 55ch; }

p strong {
  font-family: "recoleta_bold", serif !important;
  font-size: 15px;
  color: #000F9F;
  letter-spacing: 0.08em; }

h7 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 12px;
  color: #ff5050;
  letter-spacing: 0.1em;
  margin: 0px; }

h6 {
  font-family: "recoleta_reg", serif !important;
  font-size: 20px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px;
  max-width: 35ch;
  font-style: normal;
  font-weight: normal; }

h5 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 14px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

h4 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 16px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

h3 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 20px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

h2 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 24px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

h1 {
  font-family: "recoleta_bold", sans-serif !important;
  font-size: 36px;
  color: #000F9F;
  letter-spacing: 0.1em;
  text-transform: capitalize !important;
  margin: 0px; }

h0 {
  font-family: "recoleta_bold", sans-serif !important;
  font-size: 56px;
  color: #000F9F;
  letter-spacing: 0.2em;
  margin: 0px; }

a {
  text-decoration: none;
  color: inherit; }

#link-hover {
  width: max-content;
  display: inline-block !important;
  color: #000f9f; }

#link-hover:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000F9F;
  width: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

#link-hover:hover:after {
  width: 100%; }

#link-hover-footer {
  width: max-content;
  display: inline-block !important; }

#link-hover-footer:after {
  content: '';
  display: block;
  border-bottom: 2px solid #ffffff;
  width: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

#link-hover-footer:hover:after {
  width: 100%; }

.remove-cart {
  width: max-content;
  display: inline-block !important;
  color: #ff5050; }

.remove-cart:after {
  content: '';
  display: block;
  border-bottom: 2px solid #ff5050;
  width: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

.remove-cart:hover:after {
  width: 100%; }

/* landing section */
/* landing animation */
.preloader-landing {
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }

.preloader-landing-inner {
  height: 100%;
  width: 100%;
  background-color: #000F9F;
  background-image: url("https://cdn.shopify.com/s/files/1/0475/2870/6201/t/2/assets/WHITE-MAUSU-LOGO-footer.svg?v=15732539735148469361");
  background-position: center;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.landing-background-opacity {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(217, 224, 227, 0);
  transition: all 3s;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  display: block;
  background-image: url("White-Mausu_DESKTOP_LANDING.jpg");
  background-position: center;
  background-size: cover;
  transform-origin: center; }

.landing-background-opacity-mob {
  display: none;
  background-image: url("White-Mausu_landing-MOBILE-sfw.jpg");
  background-position: 20%;
  background-size: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%; }

.landing-background-opacity-animate {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important; }

.landing-text {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 25vh; }

#landing-message h0 {
  letter-spacing: 0.008em !important;
  min-width: 100%; }

#landing-message {
  max-width: 70%;
  min-width: 70%;
  margin-left: auto;
  margin-bottom: 15vh;
  text-align: center; }

.gif-product {
  display: none; }

/*  sections */
.section-opener {
  width: 100%;
  /*padding:50px */
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  min-height: 35vh;
  /* text-align:center */
  padding-top: 15vh;
  padding-bottom: 10vh; }

.section-opening-body {
  width: 50vw; }

.section-opening-body h6 {
  margin-right: auto; }

.section-opening-header {
  margin-left: auto;
  width: 50vw;
  display: flex;
  flex-direction: column; }

/*  .section-opening-header h1{margin-right:12.5vw} */
/* product section */
.static-product {
  max-width: 400px; }

.tabbedPanels {
  width: 100%;
  position: relative;
  min-height: 65vh;
  padding-bottom: 7.5vh; }

.panelContainer {
  min-height: 65vh; }

.panel {
  min-height: 65vh;
  min-width: 100%; }

.panel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  width: 100%;
  border-right: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d; }

.panel-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  width: 70vw;
  margin-right: auto;
  margin-left: auto; }

.panel-image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  width: 50%; }

.panel-image-container-inner {
  height: 100%;
  width: 100%;
  padding: 30px;
  padding-right: 0px;
  box-sizing: border-box;
  max-width: 25vw; }

.panel-image-container-inner img {
  width: 100%; }

.panel-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  width: 50%; }

.panel-text-container-inner {
  height: 100%;
  width: 100%;
  padding: 30px;
  padding-left: 0px;
  box-sizing: border-box;
  max-width: 35vw; }

/* reset ul defaults  */
.tabs {
  margin: 0;
  padding: 0;
  list-style: none; }

/* set li properties  */
.tabs li {
  float: left;
  width: 33.333%;
  padding: 0;
  margin: 0;
  text-align: center; }

/* all formatting goes inside 'a' */
.tabs a {
  display: block;
  text-decoration: none;
  color: #000F9F;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #3d3d3d;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #F2EDE5;
  margin-bottom: 0px;
                         /* negative margin will move it down
	                         to blend in with outer border  */ }

.tabs a.active {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #000F9F;
  font-weight: bold; }

#PEANUT_RAYU-background {
  background-image: url("wm_backgrounds-05.jpg"); }

#CASHEW_CRUNCH-background {
  background-image: url("wm_backgrounds-03.jpg"); }

#BLACK_BEAN_RAYU-background {
  background-image: url("black-bean-01.png"); }

.tabs #PR a.active {
  background: #1F59A3; }

.tabs #CC a.active {
  background: #006930; }

.tabs #BB a.active {
  background: #B81F26; }

.active h3 {
  color: #fff; }

/* stockist section */
.stockist-row {
  min-height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row; }

#find-stock-row {
  min-height: 100vh; }

#become-stock-row {
  min-height: 100vh; }

.stockist-row:nth-of-type(2) {
  border-top: 1px solid #3d3d3d; }

.stock-column {
  min-height: 100%;
  width: 100%;
  max-width: 50wv;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative; }

.stock-text-column-inner {
  max-width: 450px;
  padding: 20px; }

.stock-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden; }

.stock-image-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }

.stock-image-inner-color-full {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #000F9F; }

.stock-image-inner-color-none {
  position: absolute;
  width: 100%;
  height: 0%;
  min-width: 100%;
  min-height: 0%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #000F9F; }

#find-stock {
  background-image: url("White-Mausu-find-your-fix-sfw.jpg"); }

#become-stock {
  background-image: url("White-Mausu_Stock-us-sfw.jpg"); }

.stockist-gallery-outer {
  width: 100%;
  height: 100%;
  min-height: 70vh;
  max-height: 80vh;
  min-width: 50vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.stockist-gallery-item {
  width: 50%;
  min-width: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

/* blog-home */
#blog-home .section-opener {
  padding-top: 0px; }

.blog-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  padding-bottom: 0px; }

.blog-title-link {
  margin-top: 3vh; }

.blog-title-link h3 {
  margin-top: 0px;
  margin-bottom: 0px; }

.blog-thumbnail-home {
  width: 100%;
  min-width: 100%;
  padding-top: 100%;
  margin-bottom: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  transform-origin: center center;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.blog-thumbnail-home-outer {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden; }

.blog-thumbnail-home:hover {
  /* background-size: 105%;*/
  transform: scale(1.09);
  -webkit-transform: scale(1.2, 1.2); }

.blog-link {
  max-width: 31%;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden; }

.recipes-button {
  width: 100%;
  padding-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.link-to-main-blog {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 40px;
  padding-top: 40px; }

.blog-thumbnail-home:hover {
  transform: scale(1.05); }

/* arctile */
.landing-blog-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px; }

.blog-post-intro-name-and-date {
  display: none; }

.info-box-outer {
  background-color: #fff;
  height: 100%;
  min-height: auto;
  min-width: 28vw;
  max-width: 28vw;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #3D3D3D;
  border-right: 1px solid #3D3D3D;
  border-bottom: 1px solid #3D3D3D; }

.info-box-inner {
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #3D3D3D; }

.info-box-inner:first-of-type {
  border-top: 0px solid; }

.intro-blog-post {
  width: 100%;
  display: flex;
  flex-direction: row; }

.blog-post-intro-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 50vw;
  margin-right: auto; }

.blog-post-intro-main h6 {
  margin: 0px;
  max-width: 30ch; }

.blog-image-main {
  margin-top: 40px;
  margin-bottom: 40px; }

.blog-image-main-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 50vw;
  right: 0; }

.blog-content {
  padding-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15vh; }

.blog-content hr {
  margin-top: 5vh;
  margin-bottom: 5vh; }

table td, table td * {
  vertical-align: baseline; }

#blog-intro {
  max-width: 90%; }

.col-50 p {
  margin-top: 0px !important; }

.blog-icon {
  height: 200px;
  width: 200px;
  padding: 10px; }

.blog-info-row {
  height: 100%;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 850px; }

.blog-info-row-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  min-width: 100%; }

.blog-info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: auto; }

.blog-info-col-text {
  max-width: 60%; }

.blog-info-col p {
  margin: 0px; }

.blog-post-landing-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 100vh; }

.blog-text-col {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 100vh;
  justify-content: center;
  align-items: center; }

.blog-image-col {
  display: flex;
  flex-direction: column;
  width: 50%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative; }

.blog-text-col-inner {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  margin-right: auto; }

/* pages */
.page-title-outer {
  max-height: 100%;
  min-height: 10vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  padding-left: 0px;
  margin-top: 20vh; }

.catalog-page-outer {
  height: 100%;
  width: 100%;
  padding-bottom: 100px; }

.catalog-page-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex: 1;
  max-width: 100%;
  flex-wrap: wrap;
  padding-bottom: 40px; }

.catalog-item {
  max-width: 31%;
  min-width: 31%;
  margin: 1%;
  margin-top: 30px;
  background-color: #E8E0DB;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.catalog-item:hover {
  opacity: 0.9;
  background-color: #f2ede5; }

.catalog-item-inner {
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  min-height: 96%; }

.catalog-item-image {
  width: 100%;
  min-width: 150px;
  padding-top: 100%;
  margin-bottom: 30px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden; }

.catalog-item:hover .catalog-item-image {
  transform: scale(1.09); }

.catalog-item-image-outer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }

.catalog-item-image-outer:hover > .hover-zoom-image {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.hover-zoom-image {
  max-width: 100%;
  max-height: 100%;
  -moz-transition: all 750ms;
  -webkit-transition: all 750ms;
  transition: all 750ms;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.catalog-item-title {
  text-align: center;
  text-transform: UPPERCASE;
  margin-top: 30px; }

.catalog-item-title h2 {
  margin: 0px; }

.catalog-item-price {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px; }

.catalog-item-price p {
  margin: 0px !important; }

.catalog-item-info {
  text-align: center;
  min-height: 130px; }

.catalog-item-info .secondary-desp {
  display: none; }

.catalog-item-info h4 {
  margin: 0px; }

.catalog-item-link {
  text-align: center; }

.catalog-buttons-outer {
  padding-bottom: 10px;
  margin-top: auto; }

.quanity {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 10px;
  align-items: space-between;
  justify-content: space-between;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 110px;
  border: 1px solid #000F9F;
  font-family: "netto_bold", sans-serif !important;
  font-size: 14px;
  color: #000F9F;
  letter-spacing: 0.1em;
  max-width: 100%;
  min-width: 100%; }

label {
  max-width: 50%;
  display: none;
  padding-right: 10px; }

input {
  display: inline-block;
  background-color: transparent;
  border: 0px solid;
  color: #000F9F;
  font-family: "netto_bold", sans-serif !important;
  font-size: 14px;
  color: #000F9F;
  letter-spacing: 0.1em;
  max-width: 100%;
  min-width: 100%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  color: #000F9F;
  background: transparent; }

textarea:focus, input:focus {
  outline: none; }

.atc h5 {
  color: #fff !important;
  margin: 0px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.atc {
  width: 100%;
  background-color: #000F9F;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 110px;
  border: 0px solid;
  border: 1px solid #000F9F;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.cart-inner .atc {
  max-width: 250px;
  margin: 0px; }

.atc:hover {
  background-color: transparent; }
  .atc:hover h5 {
    color: #000f9f !important; }

.product-landing {
  background-image: url("6_box_open_v2.jpg"); }

/* cart */
button:focus {
  outline: -webkit-focus-ring-color auto 0px !important; }

.cart-inner {
  padding-bottom: 100px;
  padding-top: 0px; }

#show-note-mob {
  display: none; }

.cart-inner p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px; }

.cart-inner p strong {
  padding: 0px; }

.cart-inner h7 {
  padding: 0px; }

.cart-inner h4 {
  margin: 0px; }

.total-amount {
  padding-top: 0px; }

.home-btt-cont {
  max-width: 300px;
  padding-top: 5vh; }

.update-cart h5 {
  color: #000f9f;
  margin: 0px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.update-cart {
  width: 100%;
  min-width: 150px;
  background-color: transparent;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 110px;
  border: 1px solid #000F9F;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.update-cart:hover {
  background-color: #000F9F; }
  .update-cart:hover h5 {
    color: white; }

.update-cart-sub h5 {
  color: white;
  margin: 0px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.update-cart-sub {
  width: 100%;
  min-width: 150px;
  background-color: #000F9F;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 110px;
  border: 1px solid #000F9F;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.update-cart-sub:hover {
  background-color: transparent; }
  .update-cart-sub:hover h5 {
    color: #000f9f; }

/* cart v2 */
.non-interact {
  pointer-events: none;
  cursor: not-allowed; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.empty-cart {
  min-height: 70vh;
  padding-bottom: 100px;
  display: flex;
  max-width: 70%; }

.cart-left-outer {
  grid-column-start: 3;
  grid-column-end: 16;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px; }

.cart-right-outer {
  grid-column-start: 16;
  grid-column-end: 25;
  background-color: #D9E0E3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.cart-form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: scroll;
  padding-bottom: 40px; }

.header-cart {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-bottom: 10px; }

.prod-col {
  min-width: 45%;
  max-width: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center; }

.price-col {
  min-width: 15%;
  max-width: 15%;
  width: 100%; }

.qty-col {
  min-width: 15%;
  max-width: 15%;
  width: 100%; }

.qty-col .cart-qty {
  max-width: 55px;
  border-bottom: 1px solid #000F9F;
  margin-left: auto;
  margin-right: auto; }

.qty-col-inner {
  max-width: 55px;
  margin-right: auto; }

.total-col {
  min-width: 15%;
  max-width: 15%;
  width: 100%; }

.remove-col {
  min-width: 10%;
  max-width: 10%;
  width: 100%; }

.cart-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.product-image-cart {
  padding-right: 20px;
  padding-left: 10px; }

.cart-item:nth-child(even) {
  background: #e8e0db; }

#greyscale h5 {
  color: #3D3D3D !important; }

.close-outer {
  height: 25px;
  width: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 110px;
  border: 3px solid #ff5050;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  cursor: pointer; }

#close-x {
  color: #ff5050;
  margin: 0px;
  margin-bottom: 2px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  font-size: 24px; }

.close-outer:hover {
  -webkit-box-shadow: inset 0px 0px 0px 20px #ff5050;
  -moz-box-shadow: inset 0px 0px 0px 20px #ff5050;
  box-shadow: inset 0px 0px 0px 20px #ff5050; }

.close-outer:hover #close-x {
  color: #fff; }

.cart-note {
  max-width: 450px;
  padding: 20px; }

.cart-note textarea {
  background: white;
  padding: 15px;
  border: 0px;
  width: 100%;
  font-family: "recoleta_reg", serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #000f9f;
  min-height: 100px; }

.cart-right-inner {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  min-height: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.cart-shipping-info {
  border-top: 2px solid #000F9F;
  border-bottom: 2px solid #000F9F;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }

.sub-total-cart {
  padding-bottom: 30px; }

.sub-total-cart p {
  margin: 0px; }

.continue-cart {
  padding-top: 30px; }

/* shop home */
#strongarm {
  font-family: 'recoleta_bold' !important; }

.shop-home-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 50px; }

.homepage-item {
  max-width: 25%;
  min-width: 25%;
  padding: 0px;
  margin-top: 0px;
  margin: 0%; }

.homepage-item .catalog-buttons {
  max-width: 250px;
  display: block;
  margin: auto; }

/* product-pages*/
.spacer {
  width: 100%;
  height: 20px; }

.product-main-row {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: row; }

.product-main-col-left {
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-height: 100vh;
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.product-featured-image {
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-height: 100vh;
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.prod-image-lightroom-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 10px;
  flex-wrap: wrap; }

.enlarge-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-evenly;
  width: 100%;
  padding-top: 10px;
  flex-wrap: wrap; }

.product-main-col-right {
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-height: 100vh;
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.outer-info-box {
  max-width: 40vw;
  height: 100%;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.inner-info-box {
  max-width: 80%;
  min-width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0px;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: left; }

.product-price-page {
  padding-bottom: 10px; }

.bar-product-page {
  margin-bottom: 20px; }

.inner-info-box .product-description .table-of-contents h4 {
  font-family: "netto_bold", sans-serif !important;
  font-size: 16px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px;
  line-height: 1.2em; }

.inner-info-box .product-description :not(.table-of-contents) {
  font-family: "recoleta_reg", serif !important;
  font-size: 20px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

.inner-info-box .product-description {
  font-family: "recoleta_reg", serif !important;
  font-size: 24px;
  color: #000F9F;
  letter-spacing: 0.1em;
  margin: 0px; }

.drop-downs {
  width: 100%;
  min-width: 100vw;
  max-height: 100%;
  display: flex;
  flex-direction: row;
  background-color: #e8e0db;
  align-items: baseline;
  padding-top: 10vh;
  padding-bottom: 10vh; }

.drop-down-left {
  width: 100%;
  min-width: 30vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

.drop-down-left-inner {
  width: 80%;
  padding: 20px; }

.drop-down-right {
  width: 100%;
  min-width: 70vw;
  height: 100%;
  display: flex;
  flex-direciton: column; }

.plusminus {
  position: absolute;
  right: 0; }

.accordion_head h5 {
  position: relative; }

.accordion {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3D3D3D;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s; }

.accordion:after {
  content: '\002B';
  color: #000FA0;
  font-weight: bold;
  float: right;
  margin-left: 5px; }

.activ-acc:after {
  content: "\2212"; }

.panel-acc {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }

.accordion h5 {
  max-width: 70%;
  margin: 0px;
  display: inline-block; }

.blog-product-page {
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 60vh;
  display: flex;
  flex-direciton: row;
  background-color: #D9E0E3;
  align-items: baseline;
  padding-top: 10vh;
  padding-bottom: 10vh; }

.blog-row-product-page {
  display: flex;
  flex-direction: row;
  max-height: 80%;
  padding-top: 20px;
  padding-bottom: 20px; }

.blog-title-pp {
  display: flex;
  flex-direction: column;
  width: 30vw;
  min-width: 30vw;
  justify-content: flex-start; }

.blog-items-pp {
  display: flex;
  flex-direction: column;
  width: 70vw;
  min-width: 70vw;
  align-items: center;
  justify-content: center; }

.blog-title-pp-inner {
  width: 80%;
  padding: 20px; }

.blog-items-pp-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 70vw; }

.blog-items-pp-inner.blog-link {
  max-width: 32%;
  min-height: 120%; }

.blog-items-pp-inner .blog-title-link {
  margin-bottom: 3vh;
  margin-top: 3vh; }

.read-more-blog {
  margin-top: auto; }

.home-page-edit-recipes {
  border-top: 1px solid #3D3D3D; }

/* gallery home */
.large-gallery .slide {
  min-height: 80vh; }

.slides.slick-initialized.slick-slider {
  height: 100%; }

.slick-track div {
  background-position: center center; }

/* 404 */
.no-pager-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100%;
  width: 100%; }

.no-pager-inner {
  max-width: 50%;
  margin-right: auto; }

/* stockist-page */
.stockist-wrapper {
  min-height: 100vh;
  width: 100%;
  padding: 20px;
  padding-left: 0px;
  margin-top: 15vh; }

/* about home */
.about-row {
  min-height: 60vh;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 5vh;
  padding-bottom: 5vh; }

#home-about-row {
  padding-bottom: 15vh;
  padding-top: 15vh; }

.about-row img {
  max-width: 100%;
  /* max-height: 100%; */
  /* height: 100%; */
  width: 100%;
  /* min-height: 100%; */
  min-width: 100%; }

.image-cont {
  max-width: 100%;
  background-color: #00109f; }

.text-square {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.square-image {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.square-image .image-cont {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  max-height: inherit;
  display: flex;
  flex-direction: column; }

/* blog catalogue */
.blog-block-catalogue {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  max-width: 100%;
  flex-wrap: wrap;
  padding-bottom: 40px; }

.blog-block-catalogue .blog-link {
  max-width: 30%;
  min-width: 30%;
  margin-top: 20px;
  margin-top: 30px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  cursor: pointer; }

.pag-block {
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

/*stockist page*/
.Stockist-page-outer {
  min-width: 100vw;
  min-height: 100vh;
  position: relative;
  height: 100%;
  width: 100%; }

.stockist-location-select {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  background-color: #F2EDE5; }

.stockist-select {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33333vw;
  height: 100%;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  border-bottom: 1px solid #3d3d3d; }

.stockist-select:hover {
  background-color: #d9e0e3; }
  .stockist-select:hover .flag-hover {
    opacity: 1; }

.flag-hover {
  opacity: 0;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

.flag-hover h1 {
  font-size: 10vh; }

.stockist-select:first-of-type {
  border-right: 1px solid #3d3d3d; }

.stockist-select:nth-of-type(2) {
  border-right: 1px solid #3d3d3d; }

.stockist-lists-container {
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  max-height: 100vh;
  background-color: #D9E0E3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2; }

.list {
  width: 83%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20vh;
  -webkit-overflow-scrolling: touch;
  overflow: scroll; }

.searchbar-lists {
  padding-bottom: 50px; }

.searchTerm {
  font-family: "recoleta_bold", serif !important;
  font-size: 24px;
  color: #000F9F;
  letter-spacing: 0.08em;
  max-width: 90%;
  min-width: 70vw; }

.searchTerm::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3D3D3D;
  opacity: 1;
  /* Firefox */ }

.searchTerm:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3D3D3D; }

.searchTerm::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3D3D3D; }

.search {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d3d3d; }

.searchButton {
  width: 30px;
  height: 30px;
  background-image: url("wm-search.svg");
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  margin-left: auto; }

.list-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 30vh; }

.skockists-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  max-width: 32%;
  min-width: 250px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  min-height: 75px; }

.skockists-list-item:hover {
  opacity: 0.75; }

.skockists-list-item p, h3 {
  margin: 0px; }

.list-container tr {
  display: inline-grid;
  width: 50% !important;
  min-width: 275px !important;
  max-width: 350px;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 100px;
  padding-bottom: 20px;
  vertical-align: baseline; }

.list-container table td:first-of-type {
  width: 100% !important;
  font-family: "recoleta_bold", serif !important;
  font-size: 15px;
  color: #000F9F;
  letter-spacing: 0.08em; }

.list-container table td:nth-of-type(2) {
  width: 100% !important; }

.list-container td p {
  margin-top: 0px; }

table {
  min-width: 100%;
  width: 100%; }

list-container td #link-hover {
  width: max-content;
  display: inline-block !important;
  color: #000f9f; }

list-container td #link-hover:after {
  content: '';
  display: block;
  border-bottom: 2px solid #000F9F;
  width: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

list-container td #link-hover:hover:after {
  width: 100%; }

/* terms and conditions */
.tcs-outer {
  width: 100%;
  height: 100%;
  padding-top: 15vh; }

.tcs-row {
  width: 100%;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #3D3D3D; }

.tcs-body {
  max-width: 55%;
  padding-left: 10px; }

.tcs-heading {
  max-width: 40%;
  padding-right: 10px; }

/*  newsletter */
#mailchimp {
  max-width: 45vw;
  padding-bottom: 15vh;
  margin-right: auto;
  margin-left: auto; }

#mailchimp-edits {
  min-width: 100%;
  margin: 0px;
  padding: 30px;
  border-radius: 50px; }

#mailchimp .update-cart {
  margin-top: 20px; }

.submit-name {
  margin-top: 10px;
  padding-left: 2.5%; }

.submit-newsletter {
  margin-top: 20px; }

.submit-newsletter:hover {
  background-color: transparent !important; }

#mailchimp input {
  font-family: "recoleta_reg", serif !important;
  font-size: 15px;
  color: #000F9F;
  letter-spacing: 0.075em;
  line-height: 1.5em; }

/*  about page */
.about-title-big {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vh;
  padding-bottom: 10vh; }

.about-page-row {
  min-width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10vh; }

.about-page-row-inner {
  display: flex;
  min-width: 100%; }

.baseline {
  align-items: baseline; }

.image-about-outer {
  height: 100%;
  width: 100;
  position: relative;
  min-width: 100%;
  min-height: 80vh; }

.image-about {
  height: 100%;
  width: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.image-about-bg {
  height: 100%;
  width: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.col-20 {
  max-width: 20%;
  width: 100%; }

.col-25 {
  max-width: 25%;
  width: 100%; }

.col-50 {
  max-width: 50%;
  width: 100%; }

.col-75 {
  max-width: 75%;
  width: 100%; }

.col-80 {
  max-width: 80%;
  width: 100%;
  min-height: 80vh; }

.col-100 {
  max-width: 100%;
  width: 100%; }

.collage-container-inner {
  display: block;
  position: relative;
  height: 100%;
  width: 100%; }

.collage-container {
  height: 100%;
  width: 100%;
  max-width: 50vw;
  min-height: 110vh;
  min-width: 100%;
  display: flex;
  /* vertical-align: top; */
  position: relative; }

.collage-image {
  position: absolute;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }

#about-img-1 {
  max-width: 85%;
  top: 0;
  right: 0; }

#about-img-3 {
  max-width: 75%;
  bottom: -40px;
  left: -20px; }

#about-img-4 {
  max-width: 70%;
  bottom: 0px;
  right: 10px; }

#about-img-5 {
  max-width: 55%;
  top: 40px;
  left: 20px; }

#about-img-7 {
  max-width: 40%;
  top: 40px;
  left: 20px; }

#about-img-8 {
  max-width: 40%;
  bottom: 40px;
  right: 20px; }

.what-next-img {
  max-width: 100%;
  padding-top: 15vh; }

.whats-next-text-inner {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vh;
  padding-bottom: 10vh; }

.bttm-col-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10vh; }

.bttm-col-inner img {
  max-width: 100%;
  padding-bottom: 20px; }

.gif-cont {
  max-width: 250px;
  max-height: 250px;
  align-self: center;
  padding-bottom: 50px; }

.gif-wm {
  max-width: 250px;
  max-height: 250px;
  padding: 0px; }

.about-page-row .image-cont {
  max-height: 100%;
  display: contents; }

.padding-text {
  padding-left: 10%; }

.padding-text-left {
  padding-right: 10%;
  padding-top: 0px !important; }

.padding-top {
  padding-top: 20vh; }

@media screen and (max-width: 600px) {
  p {
    font-family: "recoleta_reg", serif !important;
    font-size: 16px;
    color: #3D3D3D;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    max-width: 55ch; }

  p strong {
    font-family: "recoleta_bold", serif !important;
    font-size: 16px;
    color: #000F9F;
    letter-spacing: 0.08em; }

  h7 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 12px;
    color: #ff5050;
    letter-spacing: 0.1em;
    margin: 0px; }

  h6 {
    font-family: "recoleta_reg", serif !important;
    font-size: 18px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px;
    max-width: 35ch;
    font-style: normal;
    font-weight: normal; }

  h5 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 16px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h4 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 18px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h3 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 19px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h2 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 22px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h1 {
    font-family: "recoleta_bold", sans-serif !important;
    font-size: 28px;
    color: #000F9F;
    letter-spacing: 0.1em;
    text-transform: capitalize !important;
    margin: 0px; }

  h0 {
    font-family: "recoleta_bold", sans-serif !important;
    font-size: 34px;
    color: #000F9F;
    letter-spacing: 0.2em;
    margin: 0px; }

  a {
    text-decoration: none;
    color: inherit; }

  #landing-message {
    margin-bottom: 25vh;
    max-width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto; }

  .opacity-animate {
    display: none; }

  .landing-background-opacity {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: none; }

  .landing-background-opacity-mob {
    display: block; }

  .main-page {
    max-width: 100vw; }

  .custom-nav {
    grid-column-gap: 0px; }

  .logo-main {
    grid-column-start: 2;
    grid-column-end: 12; }

  .nav-items-cont {
    grid-column-start: 16;
    grid-column-end: 24;
    padding-top: 5px; }

  .cart-nav-inner img {
    min-width: 25px; }

  #nav-panel h1 {
    font-size: 36px; }

  .cart-nav {
    margin-left: 40px; }

  .center-grid {
    grid-column-start: 2;
    grid-column-end: 24; }

  .section-opener {
    flex-direction: column;
    padding-top: 5vh; }

  .section-opening-header {
    width: 100%;
    padding-bottom: 30px; }

  .section-opening-body {
    width: 100%; }

  .shop-home-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100vw; }

  .shop-home-container .catalog-item {
    min-width: 92%; }

  .homepage-item {
    max-width: 90%;
    min-width: 90%;
    padding-bottom: 30px; }

  .homepage-item .catalog-buttons {
    max-width: 100%; }

  .tabs h3 {
    font-size: 16px; }

  .panel-content {
    flex-direction: column;
    width: 85vw; }

  .panel-image-container {
    width: 100%;
    max-width: 75vw; }

  .panel-image-container-inner {
    padding: 0px;
    max-width: 75vw; }

  .panel-text-container {
    width: 100%; }

  .panel-text-container-inner {
    padding: 10px;
    max-width: 100%; }

  .about-row {
    flex-direction: column;
    padding-bottom: 10vh; }

  #about-home .about-row {
    flex-direction: column-reverse;
    padding-top: 0px !important; }

  .text-square {
    width: 100%; }

  .square-image {
    width: 100%; }

  .what-next-img {
    padding-top: 10vh; }

  .whats-next-text-inner {
    padding-top: 0vh;
    max-width: 90%; }

  .stockist-row {
    flex-direction: column; }

  .stock-column {
    flex-direction: column; }

  #find-stock {
    padding-top: 150%;
    position: relative; }

  .stock-text.stock-column {
    padding-top: 5vh;
    padding-bottom: 10vh; }

  .home-btt-cont {
    padding-top: 10vh; }

  #footer {
    min-height: 100vh; }

  .footer_inner {
    max-height: 100%;
    grid-column-gap: 0px;
    min-height: 120vh; }

  .logo_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 4;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%; }

  .links_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 1;
    grid-row-end: 2; }

  .contact_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 2;
    grid-row-end: 3; }

  .logo_footer_image {
    min-width: 140px;
    margin: 30px; }

  .contact_footer {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%; }

  #footer p {
    text-align: center;
    font-size: 19px; }

  #footer h4 {
    font-size: 16px; }

  .links_block {
    flex-direction: column;
    padding-top: 10vh; }

  .links_block_left {
    width: 100%; }

  .links_block_right {
    width: 100%; }

  .links_block_left p:first-of-type {
    margin-top: 0px; }

  .links_block_right p:first-of-type {
    margin-top: 0px; }

  .connect_link {
    padding-bottom: 30px; }

  .social-block-link {
    width: 50px; }

  .social-block-cont {
    padding-bottom: 30px; }

  .back-2-top {
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px; }

  .copyright-footer {
    padding-bottom: 5vh; }

  #mailchimp-edits {
    min-width: 100%;
    padding: 0px;
    padding-bottom: 10vh; }

  .center-grid {
    padding-top: 5vh; }

  #product-info {
    padding-top: 5vh; }

  .product-main-row {
    flex-direction: column; }

  .product-main-col-left {
    width: 100%;
    max-width: 100%;
    min-height: 60vh; }

  .product-featured-image {
    width: 100%;
    max-width: 100%;
    min-height: 60vh; }

  .product-main-col-right {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    padding-bottom: 5vh; }

  .outer-info-box {
    min-height: 100%; }

  .outer-info-box {
    max-width: 100%; }

  .inner-info-box .product-description :not(.table-of-contents) {
    font-size: 20px; }

  .inner-info-box {
    margin-top: 0px;
    padding-top: 20px; }

  #AddToCartForm {
    min-width: 100%; }

  .tabs a {
    min-height: 90px; }

  .drop-downs {
    flex-direction: column;
    padding: 0px;
    padding-bottom: 10vh;
    padding-top: 0vh;
    min-width: 100%; }

  .drop-down-left {
    padding-top: 5vh;
    padding-bottom: 5vh; }

  .drop-down-left-inner {
    width: 100%;
    padding: 0px; }

  .drop-downs-prod {
    padding: 20px; }

  .blog-row-product-page {
    padding-bottom: 0px;
    padding-top: 0px;
    flex-direction: column; }

  .blog-product-page {
    padding: 20px; }

  .blog-title-pp-inner {
    width: 100%;
    padding: 0px; }

  .blog-items-pp {
    width: 100%;
    min-width: 100%; }

  .blog-items-pp-inner {
    flex-direction: column;
    min-width: 100%; }

  .blog-link {
    max-width: 100%;
    padding-bottom: 5vh; }

  .blog-title-pp {
    width: 100%;
    justify-content: flex-start;
    padding-top: 10vh;
    padding-bottom: 10vh; }

  .catalog-item {
    min-width: 100%;
    max-width: 100%; }

  .catalog-item-info {
    padding-bottom: 10vh; }

  .catalog-page-outer {
    padding-bottom: 0px; }

  .ireland-stockist-select.stockist-select {
    margin-top: 15vh; }

  .stockist-location-select {
    flex-direction: column; }

  .stockist-select {
    width: 90%;
    height: 20%;
    border: 1px solid #3d3d3d;
    margin-top: 10px;
    margin-bottom: 10px; }

  .list {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }

  .searchTerm {
    font-size: 16px; }

  #link-hover:hover:after {
    width: 0%; }

  #link-hover-footer:hover:after {
    width: 0%; }

  .blog-block-catalogue {
    flex-direction: column; }

  .blog-block-catalogue .blog-link {
    max-width: 100%; }

  .blog-post-landing-row {
    flex-direction: column-reverse; }

  .blog-text-col {
    width: 100%;
    min-height: 30vh; }

  .blog-text-col-inner {
    min-height: 30vh; }

  .blog-post-intro-main {
    max-width: 100%; }

  .blog-image-col {
    min-height: 60vh;
    width: 100%; }

  .landing-blog-heading {
    padding-top: 50px; }

  .about-page-row-inner {
    flex-direction: column; }

  .col-50 {
    max-width: 100%; }

  .blog-content {
    padding-top: 0px; }

  .blog-info-row {
    padding-top: 0vh; }

  .blog-image-main-inner {
    right: -20%;
    min-width: 125%;
    left: -20%;
    top: -25%;
    height: 125%;
    max-height: 80vh; }

  .blog-content .about-col {
    padding-top: 30px; }

  .cart-left-outer {
    grid-column-start: 2;
    grid-column-end: 24; }

  .header-cart {
    display: none; }

  .product-image-cart {
    padding-right: 20px; }

  .cart-item {
    flex-direction: row;
    flex-wrap: wrap; }

  .prod-col {
    max-width: 100%;
    flex-direction: row;
    min-width: 100%; }

  .price-col {
    min-width: 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .qty-col {
    min-width: 33.33%;
    max-width: 33.33%;
    border-left: 1px solid #000F9C;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .total-col {
    min-width: 33.33%;
    max-width: 33.33%;
    border-left: 1px solid #000F9C;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .remove-col {
    display: none; }

  .price-col::before {
    content: "Price"; }

  .qty-col::before {
    content: "Quantity"; }

  .total-col::before {
    content: "Total"; }

  .price-col h5 {
    padding-top: 5px; }

  .qty-col h5 {
    padding-top: 5px; }

  .total-col h5 {
    padding-top: 5px; }

  .cart-right-outer {
    grid-column-start: 1; }

  .cart-right-inner {
    padding-bottom: 5vh;
    padding-top: 5vh;
    max-width: 100%; }

  .cart-note {
    padding: 0px; }

  #show-note-mob {
    display: block; }

  .cart-note-inner {
    display: none; }

  #dektop-cart-note {
    display: none; }

  .cart-note .home-btt-cont {
    padding-top: 10px; }

  .cart-form {
    min-height: 100%; }

  .catalog-item-inner {
    padding: 0px; }

  .catalog-item-price p strong {
    font-size: 22px; }

  #shop-page .catalog-item-info {
    padding-bottom: 5vh; }

  .home-btt-cont {
    max-width: 100%; }

  #become-stock-row {
    flex-direction: column-reverse !important; }

  .stockist-gallery-outer {
    min-height: 50vh;
    margin-top: 10vh; }

  #become-stock-row .stock-text.stock-column {
    padding-top: 0px; }

  #about-home .about-col.col-50 {
    padding-top: 10vh; }

  #about-home .about-page-row {
    min-height: 60vh;
    padding-bottom: 0px; }

  .collage-image {
    position: relative; }

  #about-img-1 {
    max-width: 100%; }

  #about-img-3 {
    max-width: 100%;
    left: 0px;
    padding-top: 5vh;
    padding-bottom: 5vh; }

  #about-img-4 {
    max-width: 100%;
    left: 0px;
    padding-top: 0vh;
    padding-bottom: 5vh; }

  #about-img-5 {
    max-width: 100%;
    left: 0px;
    padding-top: 5vh;
    padding-bottom: 10vh;
    top: 0px; }

  .padding-text {
    padding-left: 0px; }

  #second-col {
    flex-direction: column-reverse !important; }

  .padding-top {
    padding-top: 0vh; }

  .about-title-big {
    max-width: 90%;
    padding-bottom: 0vh;
    padding-top: 0vh; }

  #about-home .center-grid:nth-of-type(3) {
    padding-top: 0px; }

  .bttm-col-inner {
    padding: 0px; }

  .about-page-row-inner .about-col:nth-of-type(2) .bttm-col-inner {
    padding-bottom: 15vh !important; }

  .page-title-outer {
    margin-top: 15vh; } }
@media screen and (max-width: 800px) and (min-width: 600px) {
  .cart-left-outer {
    grid-column-start: 2;
    grid-column-end: 24; }

  .header-cart {
    display: none; }

  .product-image-cart {
    padding-right: 20px; }

  .cart-item {
    flex-direction: row;
    flex-wrap: wrap; }

  .prod-col {
    max-width: 100%;
    flex-direction: row;
    min-width: 100%; }

  .price-col {
    min-width: 33.33%;
    max-width: 33.33%;
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .qty-col {
    min-width: 33.33%;
    max-width: 33.33%;
    border-left: 1px solid #000F9C;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .total-col {
    min-width: 33.33%;
    max-width: 33.33%;
    border-left: 1px solid #000F9C;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px; }

  .remove-col {
    display: none; }

  .price-col::before {
    content: "Price"; }

  .qty-col::before {
    content: "Quantity"; }

  .total-col::before {
    content: "Total"; }

  .price-col h5 {
    padding-top: 5px; }

  .qty-col h5 {
    padding-top: 5px; }

  .total-col h5 {
    padding-top: 5px; }

  .cart-right-outer {
    grid-column-start: 1; }

  .cart-right-inner {
    padding-bottom: 5vh;
    padding-top: 5vh;
    max-width: 100%; }

  .cart-note {
    padding: 0px; }

  #show-note-mob {
    display: block; }

  .cart-note-inner {
    display: none; }

  #dektop-cart-note {
    display: none; }

  .cart-note .home-btt-cont {
    padding-top: 10px; }

  .cart-form {
    min-height: 100%; }

  .blog-content {
    padding-top: 5vh !important; }

  #footer {
    min-height: 100vh; }

  .footer_inner {
    max-height: 100%;
    grid-column-gap: 0px;
    min-height: 120vh; }

  .logo_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 4;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%; }

  .links_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 1;
    grid-row-end: 2; }

  .contact_footer {
    grid-column-start: 2;
    grid-column-end: 24;
    grid-row-start: 2;
    grid-row-end: 3; }

  .logo_footer_image {
    min-width: 140px;
    margin: 30px; }

  .contact_footer {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%; }

  #footer p {
    text-align: center;
    font-size: 19px; }

  #footer h4 {
    font-size: 16px; }

  .links_block {
    flex-direction: column;
    padding-top: 10vh; }

  .links_block_left {
    width: 100%; }

  .links_block_right {
    width: 100%; }

  .links_block_left p:first-of-type {
    margin-top: 0px; }

  .links_block_right p:first-of-type {
    margin-top: 0px; }

  .connect_link {
    padding-bottom: 30px; }

  .social-block-link {
    width: 50px; }

  .social-block-cont {
    padding-bottom: 30px; }

  .back-2-top {
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px; }

  .copyright-footer {
    padding-bottom: 5vh; } }
@media screen and (max-width: 1024px) and (min-width: 600px) {
  p {
    font-family: "recoleta_reg", serif !important;
    font-size: 16px;
    color: #3D3D3D;
    letter-spacing: 0.075em;
    line-height: 1.5em;
    max-width: 55ch; }

  p strong {
    font-family: "recoleta_bold", serif !important;
    font-size: 16px;
    color: #000F9F;
    letter-spacing: 0.08em; }

  h7 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 12px;
    color: #ff5050;
    letter-spacing: 0.1em;
    margin: 0px; }

  h6 {
    font-family: "recoleta_reg", serif !important;
    font-size: 16px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px;
    max-width: 35ch;
    font-style: normal;
    font-weight: normal; }

  h5 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 16px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h4 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 18px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h3 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 19px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h2 {
    font-family: "netto_bold", sans-serif !important;
    font-size: 22px;
    color: #000F9F;
    letter-spacing: 0.1em;
    margin: 0px; }

  h1 {
    font-family: "recoleta_bold", sans-serif !important;
    font-size: 28px;
    color: #000F9F;
    letter-spacing: 0.1em;
    text-transform: capitalize !important;
    margin: 0px; }

  h0 {
    font-family: "recoleta_bold", sans-serif !important;
    font-size: 38px;
    color: #000F9F;
    letter-spacing: 0.2em;
    margin: 0px; }

  a {
    text-decoration: none;
    color: inherit; }

  .homepage-item {
    min-width: 23%;
    max-width: 23%; }

  .catalog-buttons-outer {
    margin-top: auto; }

  .section-opener {
    min-height: 5vh;
    padding-top: 10vh;
    padding-bottom: 10vh; }

  .panel-image-container-inner {
    max-width: 50vw; }

  .static-product {
    max-width: 600px; }

  .panel-content {
    min-height: 45vh; }

  .panel-image-container {
    min-height: 45vh; }

  .panel {
    min-height: 45vh; }

  .panel-inner {
    min-height: 45vh; }

  .tabbedPanels {
    min-height: 45vh; }

  .about-row {
    padding-bottom: 0vh;
    padding-top: 0vh;
    min-height: auto; }

  #home-about-row {
    padding-bottom: 10vh;
    padding-top: 10vh; }

  .image-about-outer {
    min-height: 60vh; }

  .text-inner-about {
    padding-right: 30px !important; }

  #find-stock-row {
    min-height: 60vh; }

  #footer {
    min-height: 48vh; }

  .footer_inner {
    min-height: 450px;
    padding-top: 10vh;
    padding-bottom: 10vh; }

  .product-main-col-left {
    min-height: 60vh; }

  .product-featured-image {
    min-height: 60vh; }

  .product-main-col-right {
    min-height: 120vh; }

  .blog-product-page {
    min-height: 20vh; }

  .blog-content {
    padding-top: 15vh; }

  .blog-text-col {
    min-height: 60vh; }

  .blog-text-col-inner {
    min-height: 60vh; }

  .blog-image-col {
    min-height: 60vh; }

  .blog-post-landing-row {
    min-height: 60vh; }

  .about-page-row {
    min-height: auto;
    padding-bottom: 0px; }

  .ireland-stockist-select.stockist-select {
    margin-top: 15vh; }

  .stockist-location-select {
    flex-direction: column; }

  .stockist-select {
    width: 90%;
    height: 20%;
    border: 1px solid #3d3d3d;
    margin-top: 10px;
    margin-bottom: 10px; }

  .list {
    padding-left: 20px;
    padding-right: 20px;
    width: 83%; }

  .searchTerm {
    font-size: 20px; }

  #become-stock-row {
    flex-direction: column-reverse !important; }

  .stockist-gallery-outer {
    min-height: 50vh;
    margin-top: 10vh;
    max-height: 100%; }

  #become-stock-row .stock-text.stock-column {
    padding-top: 0px;
    padding-bottom: 10vh; }

  #become-stock-row {
    min-height: 85vh; }

  .stockist-gallery-item {
    min-height: 300px; }

  .stock-text-column-inner {
    max-width: 100%; }

  #about-home .about-page-row {
    padding-top: 15vh;
    padding-bottom: 15vh; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .stockist-gallery-item {
    min-height: 500px; }

  .blog-content {
    padding-top: 5vh; }

  #home-about-row {
    padding-top: 0vh;
    padding-bottom: 0vh; }

  #shop-page .catalog-item {
    max-width: 47%;
    min-width: 49%; }

  .landing-text {
    min-height: 60vh;
    padding-bottom: 10vh; } }
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent; }

#mc_embed_signup div#mce-responses {
  width: 100%; }

#mc_embed_signup #mce-success-response {
  color: #000F9F; }

#mc_embed_signup div.response {
  width: 100%;
  padding: 0px; }

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-radius: 110px;
  border: 0px solid;
  border: 1px solid #000F9F; }

#mc_embed_signup .button {
  width: 100%;
  background-color: #000F9F;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 110px;
  border: 0px solid;
  border: 1px solid #000F9F;
  transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important;
  -webkit-transition: all 750ms cubic-bezier(0.55, 0, 0.1, 1) !important; }
