@charset "UTF-8";
/* ==============================
global.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* Includes
------------------------------ */
/* ==============================
global.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* 
    -----
    Box Sizing
    -----
    @include box-sizing(border-box); 

    -----
    Flexbox
    -----
    @include flexbox
    @include inline-flex
    
    -----
    Flex Direction
    -----
    @include flex-direction($value: row)
    Values: row | row-reverse | column | column-reverse
    Default: row
        
    -----
    Flex Wrap
    -----
    @include flex-wrap($value: nowrap)
    Values: nowrap | wrap | wrap-reverse
    Default: nowrap
    
    -----
    Flex Flow
    -----
    @include flex-flow($values: (row nowrap))
    Values: <flex-direction> | <flex-wrap> 
    Default: row nowrap
    
    -----
    Order
    -----
    @include order($int: 0)
    Default: 0
    
    -----
    Flex Grow
    -----
    @include flex-grow($int: 0)
    Default: 0
    
    -----
    Flex Shrink
    -----
    @include flex-shrink($int: 1)
    Default: 1
    
    -----
    Flex Basis
    -----
    @include flex-basis($value: auto)
    Values: Like "width" 
    Default: auto
    
    -----
    Justify Content
    -----
    @include justify-content($value: flex-start)
    Values: flex-start | flex-end | center | space-between | space-around
    Default: flex-start
    
    -----
    Align Items
    -----
    @include align-items($value: stretch)
    Values: flex-start | flex-end | center | baseline | stretch
    Default: stretch
    
    -----
    Align Self
    -----
    @include align-self($value: auto)
    Values: auto | flex-start | flex-end | center | baseline | stretch
    Default: auto
    
    -----
    Align Content
    -----
    @include align-content($value: stretch)
    Values: flex-start | flex-end | center | space-between | space-around | stretch
    Default: stretch
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.validation_error {
  font-size: 12px;
  margin-bottom: 10px;
}

.validation_message {
  font-size: 12px;
  margin-top: 2px;
}

.gform_wrapper .select2-container--default .select2-selection {
  border: solid 1px #CACACA;
}

.gform_wrapper .select2-container--default .select2-selection .select2-selection__rendered:after {
  color: #CACACA;
}

.gform_wrapper form .gform_body > .gform_fields {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gform_wrapper form .gform_body > .gform_fields > li {
  width: 100%;
  margin-bottom: 36px;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container {
  width: 31%;
  position: relative;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_date > div .ginput_container:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  content: '\f107';
  font-family: "FontAwesome";
  pointer-events: none;
}

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox label {
  text-transform: uppercase;
  color: #9C9D9C;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 17px;
  max-width: 360px;
}

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.gform_wrapper form .gform_body > .gform_fields > li .gfield_radio li input[type="radio"] {
  margin: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.gform_wrapper form .gform_body > .gform_fields > li .gfield_checkbox li input[type="checkbox"] {
  margin: 0px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
}

.gform_wrapper form .gform_body > .gform_fields > li > .gfield_label {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_fileupload {
  border: solid 1px #CACACA;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 53px;
  position: relative;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_fileupload .ginput_preview img {
  display: none;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_fileupload:hover:after {
  color: #4e4e4e;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_fileupload:after {
  content: "\e906";
  font-family: "icomoon";
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #cacaca;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_fileupload input {
  width: 100%;
  display: block;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  height: 53px;
  line-height: 100%;
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select {
  position: relative;
  width: 100%;
  /*	&:after
						{
							position: absolute;
							top: 50%;
							transform: translateY(-50%);
							-webkit-transform: translateY(-50%);
							right: 20px;
							content: "\e901";
							font-family: "icomoon";
							pointer-events: none;
							font-size: 9px;
						}*/
}

.gform_wrapper form .gform_body > .gform_fields > li .ginput_container_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}

.gform_wrapper form .gform_body > .gform_fields > li.hide-label > .gfield_label {
  display: none;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"],
.gform_wrapper form .gform_body > .gform_fields > li input[type="phone"],
.gform_wrapper form .gform_body > .gform_fields > li select,
.gform_wrapper form .gform_body > .gform_fields > li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  color: #4e4e4e;
  font-family: "Founders Grotesk Text";
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px #CACACA;
  font-size: 14px;
  border-radius: 0px;
  padding: 17px 19px 16px;
  background: none;
  height: 50px;
}

.gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]:focus,
.gform_wrapper form .gform_body > .gform_fields > li select:focus,
.gform_wrapper form .gform_body > .gform_fields > li textarea:focus {
  outline: 0px;
}

.gform_wrapper form .gform_body > .gform_fields > li.third {
  width: 31%;
}

.gform_wrapper form .gform_body > .gform_fields > li.half {
  width: 48%;
}

.gform_wrapper form .gform_body > .gform_fields > li.two-thirds {
  width: 65.5%;
}

.gform_wrapper form .gform_footer .gform_button,
.gform_wrapper form .gform_footer button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  border-radius: 0px;
  border: 0px;
  width: 100%;
  background: #4e4e4e;
  color: #fff;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.gform_wrapper form .gform_footer .gform_button:focus,
.gform_wrapper form .gform_footer button:focus {
  outline: 0px;
}

body img.gform_ajax_spinner {
  display: none !important;
}

@font-face {
  font-family: 'Founders Grotesk Text';
  src: url("../fonts/FoundersGroteskTextRegular.eot");
  src: url("../fonts/FoundersGroteskTextRegular.eot#iefix") format("embedded-opentype"), url("../fonts/FoundersGroteskTextRegular.woff") format("woff"), url("../fonts/FoundersGroteskTextRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Galaxie Copernicus Book';
  src: url("../fonts/GalaxieCopernicus-Book.eot");
  src: url("../fonts/GalaxieCopernicus-Book.eot#iefix") format("embedded-opentype"), url("../fonts/GalaxieCopernicus-Book.woff") format("woff"), url("../fonts/GalaxieCopernicus-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Galaxie Copernicus Medium';
  src: url("../fonts/GalaxieCopernicus-Medium.eot");
  src: url("../fonts/GalaxieCopernicus-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/GalaxieCopernicus-Medium.woff") format("woff"), url("../fonts/GalaxieCopernicus-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon_3zong4.eot");
  src: url("../fonts/icomoon_3zong4.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon_3zong4.ttf") format("truetype"), url("../fonts/icomoon_3zong4.woff") format("woff"), url("../fonts/icomoon_3zong4-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right-large:before {
  content: "\e915";
}

.icon-search:before {
  content: "\e914";
}

.icon-arrow-right:before {
  content: "\e912";
}

.icon-arrow-left:before {
  content: "\e913";
}

.icon-download:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-tick:before {
  content: "\e902";
}

.icon-eye-closed:before {
  content: "\e903";
}

.icon-eye-open:before {
  content: "\e904";
}

.icon-pointer:before {
  content: "\e905";
}

.icon-plus:before {
  content: "\e906";
}

.icon-minus:before {
  content: "\e907";
}

.icon-envelope:before {
  content: "\e908";
}

.icon-close-large:before {
  content: "\e909";
}

.icon-heart:before {
  content: "\e90a";
}

.icon-pinterest:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-bag:before {
  content: "\e90f";
}

.icon-close-small:before {
  content: "\e910";
}

.icon-logo:before {
  content: "\e911";
}

@font-face {
  font-family: 'icomoon2';
  src: url("../fonts/icomoon2_eo8x5b.eot");
  src: url("../fonts/icomoon2_eo8x5b.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon2_eo8x5b.ttf") format("truetype"), url("../fonts/icomoon2_eo8x5b.woff") format("woff"), url("../fonts/icomoon2_eo8x5b-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-pana-cacao-logo:before {
  content: "\ecaca";
  color: #4e4e4e;
}

/* ==============================
_base.css
---------------
Created By: Bone Digital Pty Ltd
Web: http://bone.digital/
Email: hello@bone.digital
Copyright (c) 2017 Bone Digital Pty Ltd
============================== */
/* Text
------------------------------ */
::-moz-selection {
  background: #F7E1DF;
  color: #4e4e4e;
}
::selection {
  background: #F7E1DF;
  color: #4e4e4e;
}

::-moz-selection {
  background: #F7E1DF;
  color: #4e4e4e;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
}

bold,
strong {
  font-weight: normal;
}

/* Links and Buttons
------------------------------ */
a {
  text-decoration: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #4e4e4e;
}

#content a:hover {
  text-decoration: underline;
}

.woocommerce-account input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fcfbfb inset;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
}

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

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  padding-top: 6px;
  display: block;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #4e4e4e;
  background: none;
  border-radius: 100%;
}

/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 100%;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #4e4e4e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

[type="radio"]:checked + label:after {
  opacity: 1;
}

/* disabled checkbox */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="radio"]:disabled:checked + label:after {
  color: #999;
}

[type="radio"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  outline: 0px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: block;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 13.5px);
  width: 25px;
  height: 25px;
  border: 1px solid #4e4e4e;
  background: none;
  border-radius: 0px;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 5.5px);
  left: 6px;
  font-size: 12px;
  line-height: 100%;
  color: #4e4e4e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  outline: 0px;
}

a.button,
button,
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 0px;
  background: #4e4e4e;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  cursor: pointer;
  height: 50px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

a.button:focus,
button:focus,
input[type=submit]:focus {
  outline: 0px;
}

a.button .button-inner,
button .button-inner,
input[type=submit] .button-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 50px;
  width: 100%;
}

a.button:hover,
button:hover,
input[type=submit]:hover {
  background: #9e786f;
}

/* Layout
------------------------------ */
body {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
}

.inner-wrapper {
  margin: 0px auto;
  width: 100%;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: block;
}

nav ul li a {
  text-decoration: none;
}

/* Text
------------------------------ */
/* Removes the (optional) text on checkout */
.woocommerce form .form-row .optional {
  display: none;
}

.home-categories-wrapper-desktop {
  margin-bottom: 66px;
}

.home-categories-wrapper-desktop .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-1 {
  margin-bottom: 139px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-2 {
  max-width: 185px;
  margin-bottom: 30px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-3 {
  max-width: 293px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-4 {
  max-width: 293px;
  margin-bottom: 136px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-5 {
  max-width: 293px;
  margin-bottom: 140px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-6 {
  max-width: 185px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-7 {
  max-width: 185px;
  margin-bottom: 136px;
  margin-left: auto;
  margin-right: 0px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-8 {
  margin-bottom: 30px;
}

.home-categories-wrapper-desktop .inner-wrapper .category-item-9 {
  max-width: 293px;
  margin-left: auto;
  margin-right: 0;
}

.home-categories-wrapper-desktop .inner-wrapper .category-column {
  width: calc(33% - 15px);
}

.home-categories-wrapper-desktop .inner-wrapper .category-column .category-item {
  display: block;
  width: 100%;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-categories-wrapper-desktop .inner-wrapper .category-column .category-item.fade {
  opacity: .5;
}

.home-categories-wrapper-desktop .inner-wrapper .category-column .category-item:after {
  content: '';
  padding-bottom: 100%;
  width: 100%;
  display: block;
}

.home-categories-wrapper-desktop .inner-wrapper .category-column .category-item a {
  line-height: 0px;
  display: block;
}

.home-categories-wrapper-mobile {
  display: none;
  margin-bottom: 22px;
}

.home-categories-wrapper-mobile .mobile-category {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.home-categories-wrapper-mobile .mobile-category .mobile-category-image {
  width: 100%;
  height: 300px;
  display: block;
}

.home-categories-wrapper-mobile .mobile-category h3 {
  display: block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-top: 10px;
}

.find-us-content-row-wrapper .text-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.find-us-content-row-wrapper .text-image-wrapper .content-wrapper {
  width: 50%;
  font-family: 'Galaxie Copernicus Book';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16%;
}

.find-us-content-row-wrapper .text-image-wrapper .content-wrapper h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
}

.find-us-content-row-wrapper .text-image-wrapper .content-wrapper p {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
}

.find-us-content-row-wrapper .text-image-wrapper .content-image-wrapper {
  width: 50%;
}

.find-us-content-row-wrapper .text-image-wrapper .content-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.coming-soon-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2efee;
  text-align: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.coming-soon-wrapper h3 {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.coming-soon-wrapper h4 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
}

#google-map-2 > div > div > div:nth-child(2) > a > div,
#google-map-2 > div > div > div:nth-child(4),
#google-map-2 > div > div > div.gmnoprint.gm-style-cc,
#google-map-1 > div > div > div:nth-child(2) > a > div,
#google-map-1 > div > div > div:nth-child(4),
#google-map-1 > div > div > div.gmnoprint.gm-style-cc {
  display: none !important;
}

.banner-subscribe-link {
  cursor: pointer;
}

.iage-slide {
  margin-right: 100px;
  width: 570px;
  display: block;
}

.iage-slide img {
  width: 100%;
  height: auto;
}

.browser-edge .featured-products-wrapper .inner-wrapper .featured-products .product-listing-item .product-listing-image,
.browser-edge .latest-journal-wrapper .journal-items .journal-item .journal-image-wrapper .journal-image,
.browser-edge .shop-category-list .product-category .product-category-image,
.browser-edge .shop-product-listing .product-listing-item .product-listing-image,
.browser-edge .related-products-wrapper .related-products .product-listing-image {
  transform: none !important;
  -webkit-transform: none !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 1 !important;
  -webkit-transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
  cursor: pointer;
}

.browser-edge .featured-products-wrapper .inner-wrapper .featured-products .product-listing-item,
.browser-edge .shop-category-list .product-category,
.browser-edge .shop-product-listing .product-listing-item,
.browser-edge .related-products-wrapper .related-products .product-listing-item {
  overflow: visible;
  position: relative;
}

.browser-edge .shop-product-listing .product-listing-item .product-badge,
.browser-edge .related-products-wrapper .related-products .product-listing-item .product-badge {
  top: auto;
  bottom: 20px;
  left: 10px;
}

.browser-edge .mobile-title {
  display: block !important;
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.browser-edge h3.follow-cursor {
  display: none !important;
}

#site-loader {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  background: #fcfbfb;
  left: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#site-loader.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#home-loader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: fixed;
  top: 0;
  background: #f2efee;
  left: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#home-loader.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

#home-loader i {
  display: block;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#home-loader i.active {
  opacity: 1;
}

#home-loader .loading-div {
  position: static;
  margin: 0px;
  opacity: 1;
  margin-bottom: 40px;
}

.gift-certificate {
  padding: 0px;
  background: none;
  font-size: 14px;
  margin: 0px;
  float: none;
  border-radius: 0px;
  line-height: 17px;
}

.gift-certificate .gift-certificate-show-form {
  padding-bottom: 20px;
}

.gift-certificate .gift-certificate-show-form p {
  display: none;
}

.gift-certificate .gift-certificate-receiver-detail-form .form_table {
  width: 100%;
  padding: 0px;
  border: 0px;
  padding-top: 20px;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  resize: none;
  width: 100%;
  padding: 16px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  color: #4e4e4e;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.gift-certificate .gift-certificate-receiver-detail-form textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.gift-certificate .gift-certificate-receiver-detail-form textarea:focus {
  outline: 0px;
}

.gift-certificate .gift-certificate-receiver-detail-form input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.gift-certificate .gift-certificate-receiver-detail-form input:focus {
  outline: 0px;
}

.gift-certificate .gift-certificate-receiver-detail-form input::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.gift-certificate .gift-certificate-receiver-detail-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.gift-certificate .gift-certificate-receiver-detail-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.gift-certificate .gift-certificate-receiver-detail-form input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.gift-certificate .amount {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  font-weight: normal;
}

.gift-certificate .show_hide_list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.gift-certificate .show_hide_list li {
  width: 48%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.gift-certificate .show_hide_list .single_multi_list {
  margin-top: 15px;
}

.gift-certificate .show_hide_list .single_multi_list li {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gift-certificate .show_hide_list .single_multi_list li label:first-of-type {
  margin-bottom: 10px;
}

.gift-certificate p {
  max-width: 502px;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.gift-certificate h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 28px;
}

.ui-datepicker {
  width: 378px;
  background: #fff;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui-datepicker .ui-datepicker-calendar thead {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-calendar thead tr {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
  width: 14.28571428571429%;
}

.ui-datepicker .ui-datepicker-calendar tbody {
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar tbody tr {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
  width: 14.28571428571429%;
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td span {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  pointer-events: none;
  opacity: .3;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  background: #f7f5f5;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #4e4e4e !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: .1px;
  color: #fff;
  width: 20px;
  height: 15px;
  position: relative;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\e913";
  font-family: "icomoon";
  font-size: 15px;
  color: #4e4e4e;
  position: absolute;
  left: 0;
  pointer-events: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  font-size: .1px;
  color: #fff;
  width: 20px;
  height: 15px;
  position: relative;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "\e912";
  font-family: "icomoon";
  font-size: 15px;
  color: #4e4e4e;
  position: absolute;
  right: 0;
  pointer-events: none;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.ui-autocomplete {
  width: 229px !important;
  z-index: 3;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: #fcfbfb;
  max-height: 350px;
  overflow-y: auto;
  z-index: 10;
}

.ui-autocomplete li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  color: #9C9D9C;
  padding: 5px 13px 5px 13px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ui-autocomplete li:hover {
  background: #4e4e4e;
  color: #fff;
}

h1.site-title {
  text-align: center;
  margin-bottom: 0px;
}

input {
  border-radius: 0px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.stock.in-stock {
  display: none !important;
}

.loading-div.mobile-loading {
  display: none;
}

/* Invisible left hotspot */
div.scrollingHotSpotLeft {
  /* The hotspots have a minimum width of 100 pixels and if there is room the will grow
   and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
  min-width: 75px;
  width: 10%;
  height: 100%;
  /* There is a big background image and it's used to solve some problems I experienced
   in Internet Explorer 6. */
  background-image: url(https://panachocolate.com/eu/wp-content/themes/pana/images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  left: 0;
  /*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
  cursor: url(https://panachocolate.com/eu/wp-content/themes/pana/images/cursors/cursor_arrow_left.png), url(https://panachocolate.com/eu/wp-content/themes/pana/images/cursors/cursor_arrow_left.cur), w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible {
  background-image: url(https://panachocolate.com/eu/wp-content/themes/pana/images/arrow_left.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  /* Standard CSS3 opacity setting */
  -moz-opacity: 0.35;
  /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
  filter: alpha(opacity=35);
  /* Opacity for Internet Explorer. */
  zoom: 1;
  /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  background-image: url(https://panachocolate.com/eu/wp-content/themes/pana/images/big_transparent.gif);
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 200;
  right: 0;
  cursor: url(https://panachocolate.com/eu/wp-content/themes/pana/images/cursors/cursor_arrow_right.png), url(https://panachocolate.com/eu/wp-content/themes/pana/images/cursors/cursor_arrow_right.cur), e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible {
  background-image: url(https://panachocolate.com/eu/wp-content/themes/pana/images/arrow_right.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
  Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

div.scrollableArea {
  position: relative;
  height: auto;
  display: block;
}

div.scrollableArea .iage-slide {
  width: 570px;
  float: left;
  display: inline-block;
  padding: 0px 75px;
}

div.scrollableArea .iage-slide img {
  width: 100%;
  height: auto;
}

/* Colours
------------------------------ */
.colour-grey-dark {
  background: #4e4e4e !important;
}

.colour-grey-dark-text {
  color: #4e4e4e !important;
}

.colour-grey-mid {
  background: #9c9d9c !important;
}

.colour-grey-mid-text {
  color: #9c9d9c !important;
}

.colour-grey-light {
  background: #f2f0ef !important;
}

.colour-grey-light-text {
  color: #f2f0ef !important;
}

.colour-cinnamon {
  background: #604775 !important;
}

.colour-cinnamon-text {
  color: #604775 !important;
}

.colour-cinnamon-light {
  background: #ccc3d2 !important;
}

.colour-cinnamon-light-text {
  color: #ccc3d2 !important;
}

.colour-coconutgoji {
  background: #b85756 !important;
}

.colour-coconutgoji-text {
  color: #b85756 !important;
}

.colour-coconutgoji-light {
  background: #f7e1df !important;
}

.colour-coconutgoji-light-text {
  color: #f7e1df !important;
}

.colour-eighty {
  background: #755652 !important;
}

.colour-eighty-text {
  color: #755652 !important;
}

.colour-eighty-light {
  background: #d2c8c7 !important;
}

.colour-eighty-light-text {
  color: #d2c8c7 !important;
}

.colour-fig {
  background: #79701f !important;
}

.colour-fig-text {
  color: #79701f !important;
}

.colour-fig-light {
  background: #d4d1b6 !important;
}

.colour-fig-light-text {
  color: #d4d1b6 !important;
}

.colour-hemp {
  background: #94976c !important;
}

.colour-hemp-text {
  color: #94976c !important;
}

.colour-hemp-light {
  background: #dcddd0 !important;
}

.colour-hemp-light-text {
  color: #dcddd0 !important;
}

.colour-mint {
  background: #187b6b !important;
}

.colour-mint-text {
  color: #187b6b !important;
}

.colour-mint-light {
  background: #d3e3db !important;
}

.colour-mint-light-text {
  color: #d3e3db !important;
}

.colour-nuts {
  background: #6f8cb0 !important;
}

.colour-nuts-text {
  color: #6f8cb0 !important;
}

.colour-nuts-light {
  background: #758eaa !important;
}

.colour-nuts-light-text {
  color: #758eaa !important;
}

.colour-orange {
  background: #b86645 !important;
}

.colour-orange-text {
  color: #b86645 !important;
}

.colour-orange-light {
  background: #e8cec3 !important;
}

.colour-orange-light-text {
  color: #e8cec3 !important;
}

.colour-pineapple {
  background: #ffcf40 !important;
}

.colour-pineapple-text {
  color: #ffcf40 !important;
}

.colour-pineapple-light {
  background: #fff0c2 !important;
}

.colour-pineapple-light-text {
  color: #fff0c2 !important;
}

.colour-raw {
  background: #9e786f !important;
}

.colour-raw-text {
  color: #9e786f !important;
}

.colour-raw-light {
  background: #dcc8c3 !important;
}

.colour-raw-light-text {
  color: #dcc8c3 !important;
}

.colour-rose {
  background: #bf6f87 !important;
}

.colour-rose-text {
  color: #bf6f87 !important;
}

.colour-rose-light {
  background: #efdce2 !important;
}

.colour-rose-light-text {
  color: #efdce2 !important;
}

.colour-cherry {
  background: #944d6f !important;
}

.colour-cherry-text {
  color: #944d6f !important;
}

.colour-cherry-light {
  background: #dcc5d0 !important;
}

.colour-cherry-light-text {
  color: #dcc5d0 !important;
}

.colour-strawberry {
  background: #d6001c !important;
}

.colour-strawberry-text {
  color: #d6001c !important;
}

.colour-strawberry-light {
  background: #f5c1c8 !important;
}

.colour-strawberry-light-text {
  color: #f5c1c8 !important;
}

.colour-hibiscus {
  background: #c05c9f !important;
}

.colour-hibiscus-text {
  color: #c05c9f !important;
}

.colour-hibiscus-light {
  background: #f0d7e8 !important;
}

.colour-hibiscus-light-text {
  color: #f0d7e8 !important;
}

.colour-lemongrass {
  background: #ff993d !important;
}

.colour-lemongrass-text {
  color: #ff993d !important;
}

.colour-lemongrass-light {
  background: #ffe0c4 !important;
}

.colour-lemongrass-light-text {
  color: #ffe0c4 !important;
}

.colour-liquorice {
  background: #35845a !important;
}

.colour-liquorice-text {
  color: #35845a !important;
}

.colour-liquorice-light {
  background: #c2dacd !important;
}

.colour-liquorice-light-text {
  color: #c2dacd !important;
}

.colour-chai {
  background: #3c5f87 !important;
}

.colour-chai-text {
  color: #3c5f87 !important;
}

.colour-chai-light {
  background: #b8c6d4 !important;
}

.colour-chai-light-text {
  color: #b8c6d4 !important;
}

/* Layout
------------------------------ */
.woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number {
  background: none !important;
}

body {
  background: #f6f4f4;
  color: #4e4e4e;
  font-family: "Founders Grotesk Text";
}

body.woocommerce-account #site-wrapper {
  margin-bottom: 0px;
}

body.woocommerce-account .fixed-footer {
  display: none;
}

body .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours,
body .bundle-cart-product-list,
body .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-counter,
body .bundle-cart-actions,
body .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart h3 {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.loading .popout .popout-inner .popout-header,
body.loading .popout .popout-inner .popout-content,
body.loading .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours,
body.loading .bundle-cart-product-list,
body.loading .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-counter,
body.loading .bundle-cart-actions,
body.loading .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart h3 {
  opacity: .3;
}

body.loading .loading-div {
  opacity: 1;
}

body.home #footer {
  margin-top: 0px;
  border-top: 0px;
}

body.home #site-wrapper {
  background: #f2efee;
}

body.home .page-title {
  display: none;
}

body.home .breadcrumb-wrapper {
  display: none;
}

body.post-type-archive-stockist #site-wrapper {
  background: #fff;
}

body.post-type-archive-stockist #footer {
  margin-top: 0px;
}

body.post-type-archive-careers .page-module .title-wrapper {
  text-align: center;
  margin-bottom: 53px;
}

body.post-type-archive-careers #site-wrapper {
  background: #fff;
}

body.post-type-archive-careers #footer {
  margin-top: 0px;
}

body.single-careers #site-wrapper {
  background: #fff;
}

body.single-careers #footer {
  margin-top: 0px;
}

body.single-careers .page-title {
  margin-bottom: 47px;
}

body.single-careers .page-builder-wrapper {
  max-width: 721px;
  margin-top: 0px;
  margin: 0px;
}

body.single-product .latest-journal-wrapper {
  background: #d0d9e4;
}

body.single-product #footer, body.single-journal #footer {
  margin-top: 0px;
}

body.single-product .woocommerce-message, body.single-journal .woocommerce-message {
  display: none;
}

body.single-journal #footer {
  border-top: 0px;
}

body.single-journal .gform_wrapper form .gform_body > .gform_fields > li {
  margin-bottom: 36px;
}

body.post-type-archive-journal .page-title {
  margin-bottom: 39px;
}

.checkout-hide {
  display: none !important;
}

.clear {
  display: none;
}

.form-message-wrapper {
  font-size: 17px;
  line-height: 22px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 20px;
  max-width: 400px;
}

.form-message-wrapper.error {
  font-size: 14px;
  line-height: 17px;
  font-family: "Founders Grotesk Text";
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.form-message-wrapper.error a {
  display: block;
}

.newsletter-signup-wrapper.popout {
  position: fixed;
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  min-height: 304px;
  width: 446px;
  height: auto;
  overflow: hidden;
  margin-top: 0px !important;
  top: calc(50% - 152px);
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li {
  margin-bottom: 10px;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"], .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li select, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li textarea {
  padding: 0px;
  color: #197b6c;
  border: 0px;
  border-bottom: solid 1px #197b6c;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-webkit-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-webkit-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]::-webkit-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li select::-webkit-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #197b6c;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]:-ms-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #197b6c;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]::-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li select::-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #197b6c;
  opacity: 1;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]:-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li select:-moz-placeholder, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_body > .gform_fields > li textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #197b6c;
  opacity: 1;
}

.newsletter-signup-wrapper.popout .gform_wrapper form .gform_footer .gform_button, .newsletter-signup-wrapper.popout .gform_wrapper form .gform_footer button {
  background: #f5ebed;
  color: #197b6c;
}

.newsletter-signup-wrapper.popout .newsletter-signup-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.newsletter-signup-wrapper.popout .newsletter-signup-header a {
  color: #197b6c;
}

.newsletter-signup-wrapper.popout .newsletter-signup-header h3 {
  font-size: 17px;
  line-height: 22px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 0px;
  max-width: 266px;
  margin-bottom: 15px;
}

.cookies-notice-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  text-transform: uppercase;
  background: #F2F0EF;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #9C9D9C;
  padding: 25px 0px;
  display: none;
}

.cookies-notice-wrapper a {
  color: #9C9D9C;
  position: relative;
  text-decoration: underline;
}

.cookies-notice-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.cookies-notice-wrapper .inner-wrapper .close-cookie-notice {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 20px;
}

.signup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.16);
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.signup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

body .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field-card-number {
  background-image: none;
}

body .woocommerce #payment div.payment_method_braintree_credit_card iframe {
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

body .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
  margin-bottom: 15px;
}

body .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field:focus {
  outline: 0px;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading-div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #f5c1c8;
  animation: spinner .6s linear infinite;
  -webkit-animation: spinner .6s linear infinite;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

.woocommerce-Address {
  padding-top: 10px;
  border-top: solid 1px #4e4e4e;
  width: 100%;
  margin-bottom: 31px;
}

.woocommerce-Address h3 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
}

.woocommerce-Address address {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
}

.woocommerce-Address header {
  position: relative;
  height: 50px;
}

.woocommerce-Address header .edit {
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0px;
  border-radius: 0px;
  background: #4e4e4e;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  cursor: pointer;
  height: 50px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 188px;
}

abbr {
  text-decoration: none;
}

.woocommerce-orders .woocommerce-message {
  text-align: center;
}

.woocommerce-orders .woocommerce-message .button {
  margin-bottom: 20px;
}

.empty-div {
  height: 0px !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-template-template-about #footer {
  margin-top: 0px;
}

.page-template-template-about .about-page-wrapper .tagline {
  font-size: 28px;
  line-height: 32px;
  font-family: 'Galaxie Copernicus Book';
}

.page-template-template-about .about-page-wrapper p {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
}

.page-template-template-about .about-page-wrapper blockquote p {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 111px;
}

.page-template-template-about #site-wrapper {
  background: #fff;
}

.page-template-template-about .about-page-wrapper h3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 73px;
}

.page-template-template-about .about-intro-wrapper {
  padding-bottom: 80px;
}

.page-template-template-about .about-intro-wrapper .inner-wrapper {
  max-width: 617px;
}

.page-template-template-about .about-intro-wrapper .inner-wrapper .tagline {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 40px;
}

.page-template-template-about .our-teams {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-template-about .our-teams .our-team {
  width: 32%;
  margin-bottom: 30px;
}

.page-template-template-about .our-teams .our-team .team-image {
  height: 296px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.page-template-template-about .our-teams .our-team .team-name {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.page-template-template-about .our-teams-wrapper {
  padding: 86px 0px 53px;
  background: #fcfbfb;
}

.page-template-template-about .our-teams-wrapper .tagline {
  text-align: center;
  max-width: 648px;
  margin: 0px auto;
  margin-bottom: 60px;
}

.page-template-template-about .our-impact-wrapper {
  padding: 86px 0px 90px;
}

.page-template-template-about .our-impact-wrapper h3 {
  margin-bottom: 84px;
}

.page-template-template-about .our-impact-wrapper .tagline {
  margin-bottom: 41px;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper {
  width: 48%;
  position: relative;
  overflow: hidden;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper.video-colour-white .video-link .play-video-overlay {
  color: #fff;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper.video-colour-white .video-link:after {
  content: '';
  height: 24px;
  width: 14px;
  background: url(../images/play-icon-white.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 26px;
  top: 21px;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper iframe {
  width: 100% !important;
  height: 340px;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper .video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper .video-link.active {
  opacity: 1;
  pointer-events: auto;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper .video-link:after {
  content: '';
  height: 24px;
  width: 14px;
  background: url(../images/play-icon.svg) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  left: 26px;
  top: 21px;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper .video-link .play-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px 25px 47px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
}

.page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .our-impact-contet {
  width: 39%;
}

.page-template-template-about .practices-wrapper {
  padding: 86px 0px 30px;
  background: #fcfbfb;
}

.page-template-template-about .practices-wrapper .tagline {
  text-align: center;
  max-width: 648px;
  margin: 0px auto;
  margin-bottom: 60px;
}

.page-template-template-about .practices-wrapper .certifications-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details {
  width: 100%;
  background: #DFDAD7;
  padding: 65px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-title-content {
  width: 100%;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-title-content .certification-content {
  max-width: 750px;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-title-content h3 {
  text-align: left;
  margin-bottom: 20px;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-image-wrapper {
  max-width: 130px;
  margin-right: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-image-wrapper img {
  width: 100%;
  height: auto;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification-details {
  display: none;
  margin-bottom: 60px;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification {
  width: 23%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 217px;
  margin-bottom: 60px;
}

.page-template-template-about .practices-wrapper .certifications-wrapper .certification span img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-template-about .process-wrapper {
  padding: 86px 0px 90px;
}

.page-template-template-about .process-wrapper .tagline {
  text-align: center;
  max-width: 648px;
  margin: 0px auto;
  margin-bottom: 80px;
}

.page-template-template-about .process-wrapper .owl-item.active .slide-info {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

.page-template-template-about .process-wrapper .slide {
  height: 575px;
  position: relative;
}

.page-template-template-about .process-wrapper .slide .slide-info {
  position: absolute;
  background: #DFDAD7;
  padding: 37px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Galaxie Copernicus Book';
  top: 110px;
  left: 110px;
  max-width: 400px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.page-template-template-about .process-wrapper .slide .slide-info .step {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Founders Grotesk Text";
  margin-bottom: 23px;
}

.page-template-template-about .our-story-wrapper {
  padding: 86px 0px 68px;
  background: #fcfbfb;
}

.page-template-template-about .our-story-wrapper h3 {
  margin-bottom: 84px;
}

.page-template-template-about .our-story-wrapper .our-story-column-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-template-template-about .our-story-wrapper .our-story-column-wrapper img {
  width: 100%;
  height: auto;
}

.page-template-template-about .our-story-wrapper .our-story-column1 {
  width: 48%;
}

.page-template-template-about .our-story-wrapper .our-story-column2 {
  width: 38%;
}

.page-template-template-about .our-story-wrapper .our-story-column2 img {
  max-width: 293px;
}

.services-wrapper {
  padding: 90px 0px;
}

.services-wrapper h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 86px;
}

.service-list-wrapper .service {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 90px;
}

.service-list-wrapper .service:last-of-type {
  margin-bottom: 0px;
}

.service-list-wrapper .service .service-image {
  width: 48%;
  height: 465px;
  position: relative;
}

.service-list-wrapper .service .service-image:hover .caption-overlay {
  opacity: 1;
}

.service-list-wrapper .service .service-image .caption-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  background: #F1C98C !important;
  color: #4e4e4e;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-list-wrapper .service .service-image .caption-overlay h3 {
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 17px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-list-wrapper .service .service-image .caption-overlay .caption {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.service-list-wrapper .service .service-info {
  width: 42%;
}

.service-list-wrapper .service .service-info h3 {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 30px;
}

.service-list-wrapper .service .service-info .service-content {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 30px;
}

.service-list-wrapper .service .service-info .service-content p {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.service-list-wrapper .service .service-info .service-buttons a {
  background: none;
  border: solid 1px #9C9D9C;
  color: #9C9D9C;
  margin-bottom: 15px;
}

.service-list-wrapper .service .service-info .service-buttons a:hover {
  color: #fff;
  background: #4e4e4e;
  border: solid 1px #4e4e4e;
}

.service-list-wrapper .service .service-info .service-buttons a i {
  font-size: 16px;
}

.contact-page-wrapper .intro-tagline {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Galaxie Copernicus Book';
  text-align: center;
  max-width: 650px;
  margin: 0px auto;
  padding-bottom: 90px;
}

.contact-page-wrapper h3 {
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
}

.contact-page-wrapper .contact-write-wrapper {
  padding: 90px 0px;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item {
  width: 100%;
  max-width: 617px;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item .google-map {
  width: 100% !important;
  height: 415px !important;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item iframe {
  width: 100% !important;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item h3 {
  margin-top: 45px;
  margin-bottom: 10px;
  text-align: left;
}

.contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item .address {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.contact-page-wrapper .contact-call-wrapper {
  background: #fff;
  padding-bottom: 90px;
}

.contact-page-wrapper .contact-call-wrapper .call-info-wrapper {
  text-align: center;
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  max-width: 500px;
  margin: 0px auto;
}

.contact-page-wrapper .contact-call-wrapper .call-info-wrapper span {
  margin-bottom: 20px;
  display: block;
}

.contact-page-wrapper .contact-form-wrapper {
  background: #fff;
  padding: 90px 0px;
}

.contact-page-wrapper .contact-form-wrapper .gform_wrapper {
  max-width: 615px;
  margin: 0px auto;
}

.single-order-details .back-to-orders-wrapper {
  padding-top: 30px;
  border-top: solid 1px #4e4e4e;
}

.single-order-details .back-to-orders-wrapper a {
  text-align: left;
  color: #9C9D9C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-right: 30px;
}

.single-order-details .back-to-orders-wrapper a i {
  font-size: 11px;
}

.single-order-details .order-address {
  margin-bottom: 30px;
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  color: #9C9D9C;
}

.single-order-details .order-address h2 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #4e4e4e;
  font-family: "Founders Grotesk Text";
}

.single-order-details .order-totals {
  margin-bottom: 30px;
}

.single-order-details .order-totals .order-total-row {
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  border-bottom: solid 1px #F2F0EF;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #9C9D9C;
}

.single-order-details .order-totals .order-total-row.order_total {
  color: #4e4e4e;
}

.single-order-details .order-items .order-item {
  padding: 15px 0px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  border-bottom: solid 1px #F2F0EF;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #9C9D9C;
}

.single-order-wrapper {
  padding-top: 15px;
  border-top: solid 1px #4e4e4e;
}

.single-order-wrapper .single-order-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.single-order-wrapper .single-order-header .order-date-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.single-order-wrapper .single-order-header .order-date-wrapper .order-id {
  margin-right: 15px;
}

#coupons_list {
  max-width: 831px;
}

#coupons_list h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 28px;
}

body .coupon-container {
  width: 100% !important;
  background: none !important;
  padding: 0px !important;
  padding-top: 10px !important;
  border: 0px !important;
  line-height: 17px !important;
  display: block !important;
  margin: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 20px !important;
}

body .coupon-container .coupon-content {
  padding: 0px;
  border: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .coupon-container .coupon-content .code {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  margin: 8px 0px 12px 0px;
  text-decoration: underline;
}

body .coupon-container .coupon-content .coupon-expire {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #dcdcdc;
}

body .coupon-container .coupon-content .discount-info {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
}

body .coupon-container .coupon-content .discount-info .amount {
  margin-right: 15px;
}

.orders-list {
  border-top: solid 1px #4e4e4e;
}

.orders-list .order-item {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: solid 1px #4e4e4e;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  padding: 16px 0px;
}

body.woocommerce-account .woocommerce-message {
  display: none;
}

.woocommerce-account .input-text,
.woocommerce-account select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-account .input-text:focus,
.woocommerce-account select:focus {
  outline: 0px;
}

.woocommerce-account .input-text::-webkit-input-placeholder,
.woocommerce-account select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.woocommerce-account .input-text:-ms-input-placeholder,
.woocommerce-account select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.woocommerce-account .input-text::-moz-placeholder,
.woocommerce-account select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-account .input-text:-moz-placeholder,
.woocommerce-account select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-account .woocommerce-address-fields {
  width: 100%;
  margin-top: 30px;
}

.woocommerce-account .account-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
}

.woocommerce-account .woocommerce-message {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-error {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 40px;
  color: #d6001c;
}

.woocommerce-account .breadcrumb-wrapper,
.woocommerce-account .banner {
  display: none;
}

.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 82px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 50%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a:after {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a:hover:after {
  opacity: 1;
  width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 50%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .wc_sc_total_available_store_credit {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  font-weight: normal;
  color: #dcdcdc;
  text-align: left;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .wc_sc_total_available_store_credit .amount {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  font-weight: normal;
  color: #4e4e4e;
  text-align: left;
  display: block;
  margin-top: 8px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list h5 {
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container {
  width: 100%;
  background: none;
  padding: 0px;
  padding-top: 10px;
  border: 0px;
  border-top: solid 1px #ebebeb !important;
  line-height: 17px;
  display: block;
  margin: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 20px !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container .coupon-content {
  padding: 0px;
  border: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container .coupon-content .code {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  margin: 8px 0px 12px 0px;
  text-decoration: underline;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container .coupon-content .coupon-expire {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #dcdcdc;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container .coupon-content .discount-info {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content #sc_coupons_list .coupon-container .coupon-content .discount-info .amount {
  margin-right: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button-show-hide-change-password {
  background: none;
  border: solid 1px #4e4e4e;
  color: #4e4e4e;
  margin-bottom: 25px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button-show-hide-change-password:hover {
  background: #4e4e4e;
  color: #fff;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .dashboard-welcome {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 39px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  width: 100%;
  display: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form legend {
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-top: 15px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row label,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p label {
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row .input-text,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .input-text {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row .input-text:focus,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .input-text:focus {
  outline: 0px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row .woocommerce-Button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .woocommerce-Button {
  background: #4e4e4e;
  color: #fff;
  border: 0px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row .woocommerce-Button:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .woocommerce-Button:hover {
  background: #9e786f;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row--wide {
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .cart-details-wrapper {
  margin-top: 30px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .cart-details-wrapper .cart-address {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #F2F0EF;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .cart-details-wrapper .cart-address:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .cart-details-wrapper .cart-address h4 {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: "Founders Grotesk Text";
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .confirmation-title {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  display: block;
  border-bottom: solid 2px #4e4e4e;
  padding-bottom: 5px;
  margin-bottom: 34px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper h2 {
  font-size: 38px;
  line-height: 51px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 32px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .confirmation-number {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 38px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .confirmation-message {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  max-width: 607px;
  margin-bottom: 57px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .confirmation-message a {
  text-decoration: underline;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .button {
  background: none;
  color: #9C9D9C;
  border: solid 1px #9C9D9C;
  width: 100%;
  max-width: 380px;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .button:hover {
  background: #4e4e4e;
  border: solid 1px #4e4e4e;
  color: #fff;
}

.woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.wc-terms-and-conditions {
  position: fixed;
  left: -9999px;
  opacity: 0;
}

.checkout-terms-wrapper {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0px;
}

.select2-container--open .select2-dropdown--below .select2-search--dropdown {
  display: none;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #4e4e4e;
  color: #fff;
}

.select2-results ul li {
  background: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.select2-results ul li:focus {
  outline: 0px;
}

.select2-container--default .select2-selection {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.select2-container--default .select2-selection:focus {
  outline: 0px;
}

.select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 17px;
  padding: 0px;
  padding-right: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container--default .select2-selection .select2-selection__rendered:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0px;
  content: "\e901";
  font-family: "icomoon";
  pointer-events: none;
  font-size: 9px;
}

.select2-container--default .select2-selection .select2-selection__arrow {
  display: none;
}

.woocommerce-checkout .woocommerce-message {
  display: none !important;
}

.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-checkout .cart-coupon-wrapper {
  margin-top: 24px;
}

.woocommerce-checkout .cart-coupon-wrapper .show-hide-coupon-code {
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.woocommerce-checkout .cart-coupon-wrapper .show-hide-coupon-code.active:after {
  opacity: 1;
}

.woocommerce-checkout .cart-coupon-wrapper .show-hide-coupon-code:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 13.5px);
  width: 25px;
  height: 25px;
  border: 1px solid #4e4e4e;
  background: none;
  border-radius: 0px;
}

.woocommerce-checkout .cart-coupon-wrapper .show-hide-coupon-code:after {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 5.5px);
  left: 6px;
  font-size: 12px;
  line-height: 100%;
  color: #4e4e4e;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.woocommerce-checkout .cart-coupon-wrapper .coupon-code-message {
  margin-top: 12px;
  text-transform: uppercase;
  color: #B85756;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper {
  display: none;
  padding-top: 20px;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper .cart-coupon-code-form-inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper .button {
  width: 45%;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper .button:hover {
  background: #9e786f;
  color: #fff;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 55%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input.error {
  border: solid 1px #B85756;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input:focus {
  outline: 0px;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-error {
  margin-bottom: 52px;
}

.woocommerce-checkout .woocommerce-error li {
  margin-bottom: 5px;
  color: #B85756;
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
}

.woocommerce-checkout div.popout-login.popout.active > div > div.popout-content > form > div.login-form-footer > a:nth-child(1) {
  display: none;
}

.woocommerce-checkout #place_order {
  margin-top: 40px;
  width: 48%;
  text-align: center;
  display: block;
}

.woocommerce-checkout .fixed-footer {
  display: none;
}

.woocommerce-checkout .banner {
  display: none;
}

.woocommerce-checkout #site-wrapper {
  margin-bottom: 0px;
  padding-top: 50px;
}

.woocommerce-checkout .breadcrumb-wrapper {
  display: none;
}

.woocommerce-checkout .checkout-step {
  background: #fff;
  padding: 34px 22px 22px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-checkout .checkout-tab-confirmation {
  width: 100%;
}

.woocommerce-checkout .checkout-step-payment {
  display: none;
}

.woocommerce-checkout .checkout-step-payment h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 28px;
}

.woocommerce-checkout .checkout-step-payment #payment #stripe-card-element,
.woocommerce-checkout .checkout-step-payment #payment #stripe-exp-element,
.woocommerce-checkout .checkout-step-payment #payment #stripe-cvc-element {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100% !important;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .checkout-step-payment #payment #stripe-card-element:focus,
.woocommerce-checkout .checkout-step-payment #payment #stripe-exp-element:focus,
.woocommerce-checkout .checkout-step-payment #payment #stripe-cvc-element:focus {
  outline: 0px;
}

.woocommerce-checkout .checkout-step-payment #payment ul li {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 30px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe {
  position: relative;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe:after {
  position: absolute;
  left: 150px;
  top: -2px;
  background: url(../images/credit-card.png) no-repeat center;
  background-size: contain;
  width: 87px;
  height: 26px;
  display: block;
  content: '';
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box {
  padding-top: 30px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form {
  display: block;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-wide {
  width: 48%;
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-first {
  width: 48%;
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-last {
  width: 48%;
  margin-bottom: 15px;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .stripe-source-errors {
  width: 100%;
}

.woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe img {
  display: none !important;
}

.woocommerce-checkout .checkout-step-payment #payment ul .payment_method_paypal {
  position: relative;
}

.woocommerce-checkout .checkout-step-payment #payment ul .payment_method_paypal:after {
  position: absolute;
  left: 111px;
  top: -3px;
  background: url(../images/paypal.png) no-repeat center;
  background-size: contain;
  width: 70px;
  height: 19px;
  display: block;
  content: '';
}

.woocommerce-checkout .checkout-step-payment #payment ul .payment_method_paypal .payment_box,
.woocommerce-checkout .checkout-step-payment #payment ul .payment_method_paypal .about_paypal,
.woocommerce-checkout .checkout-step-payment #payment ul .payment_method_paypal img {
  display: none !important;
}

.woocommerce-checkout .checkout-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.woocommerce-checkout .checkout-wrapper.hide-shipping .checkout-step > .woocommerce-checkout-review-order-table {
  display: none;
}

.woocommerce-checkout .woocommerce-password-strength {
  margin-top: 10px;
}

.woocommerce-checkout .woocommerce-password-strength.bad, .woocommerce-checkout .woocommerce-password-strength.short {
  color: #B85756;
}

.woocommerce-checkout .woocommerce-password-strength.good, .woocommerce-checkout .woocommerce-password-strength.strong {
  color: #197b6c;
}

.woocommerce-checkout .woocommerce-password-hint {
  font-size: 11px;
  font-family: 'Galaxie Copernicus Book';
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0px;
  color: #999;
  margin-top: 10px;
  display: none !important;
}

.woocommerce-checkout .checkout-step-shipping .button-continue-to-payment {
  margin-top: 40px;
  width: 48%;
}

.woocommerce-checkout .checkout-step-shipping .button-continue-to-payment .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.woocommerce-checkout .checkout-step-shipping .col-1 {
  position: relative;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes {
  margin-top: 20px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 8px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  resize: none;
  width: 100%;
  padding: 16px;
  height: 140px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  color: #4e4e4e;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes textarea::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes textarea:focus {
  outline: 0px;
}

.woocommerce-checkout .checkout-step-shipping .checkbox-shipping-wrapper {
  height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.woocommerce-checkout .checkout-step-shipping #ship-to-different-address {
  position: absolute;
  left: -9999px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields .checkout-register-account-wrapper {
  height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields > p:first-of-type {
  position: fixed;
  left: -9999px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields p {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields p label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields p input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields p input:focus {
  outline: 0px;
}

.woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 25px;
  position: relative;
  width: 48%;
}

.woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p [type="checkbox"]:not(:checked) + label,
.woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p [type="checkbox"]:checked + label {
  position: static;
}

.woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.woocommerce-checkout .checkout-step-shipping .shop_table {
  display: block;
  width: 100%;
}

.woocommerce-checkout .checkout-step-shipping .shop_table thead,
.woocommerce-checkout .checkout-step-shipping .shop_table tbody {
  display: none;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot {
  display: block;
  width: 100%;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .cart-subtotal,
.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .order-total {
  display: none;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping {
  display: block;
  width: 100%;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping td {
  width: 100%;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 17px;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping #shipping_method {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping #shipping_method li {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  width: 48%;
}

.woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping th {
  display: none;
}

.woocommerce-checkout abbr {
  text-decoration: none;
}

.woocommerce-checkout .delivery-heading {
  width: 100%;
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 20px;
  display: block;
  margin-top: 40px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-title {
  width: 100%;
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 20px;
  display: block;
  margin-top: 40px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option {
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input:focus {
  outline: 0px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option {
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option label {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option .change-cake-location {
  color: #9C9D9C;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option .change-cake-location:hover {
  color: #4e4e4e;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option .change-cake-location:before, .woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option .change-cake-location:after {
  display: none;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
  padding-top: 6px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a i {
  font-size: 11px;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a.disabled {
  opacity: .5;
  pointer-events: none;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a.active:after {
  opacity: 1;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #4e4e4e;
  background: none;
  border-radius: 100%;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  line-height: 100%;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #4e4e4e;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option a span {
  color: #4e4e4e;
  display: block;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field {
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field {
  width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field input::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field input::-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field input::-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field input::-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field input:-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field input:-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_email_field input:-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_company_field input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  /*   &:after
            {
                content: "\e901";
                font-family: "icomoon";
                font-size: 9px;
                color: #4E4E4E;
                position: absolute;
                right: 18px;
                bottom: 19px;
            }*/
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text:focus,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select:focus {
  outline: 0px;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text::-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text:-moz-placeholder,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .woocommerce-billing-fields {
  position: relative;
}

.woocommerce-checkout .woocommerce-billing-fields .login-message-wrapper {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.woocommerce-checkout .woocommerce-billing-fields .login-message-wrapper a {
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: solid 2px #a6a6a6;
  margin-bottom: 28px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  margin-bottom: 10px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field {
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field input::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field input::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field input:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field input::-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field input::-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_1_field input:-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_address_2_field input:-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_company_field input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 0;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  /*    &:after
                {
                    content: "\e901";
                    font-family: "icomoon";
                    font-size: 9px;
                    color: #4E4E4E;
                    position: absolute;
                    right: 18px;
                    bottom: 19px;
                    pointer-events: none;
                }*/
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 48%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #9C9D9C;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text:focus,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select:focus {
  outline: 0px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text::-webkit-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text:-ms-input-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text::-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text:-moz-placeholder,
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.woocommerce-checkout .checkout-tab-step-wrapper {
  width: 66%;
}

.woocommerce-checkout .checkout-tab-step-wrapper .cart-discount {
  display: none !important;
}

.woocommerce-checkout .checkout-summary-wrapper {
  width: 32%;
  background: #fff;
  padding: 19px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  right: 0;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-items .cart-item {
  border-bottom: solid 1px #F2F0EF;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-prices .cart-price-row {
  padding: 14.5px 0px;
  border-bottom: solid 1px #F2F0EF;
  color: #4e4e4e;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-prices .cart-price-row:first-child {
  padding-top: 0px;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-prices .cart-price-row.cart-coupon-row .value {
  position: relative;
  padding-right: 3px;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-prices .cart-price-row.cart-coupon-row .value .woocommerce-remove-coupon {
  font-size: .1px;
  color: #fff;
}

.woocommerce-checkout .checkout-summary-wrapper .cart-prices .cart-price-row.cart-coupon-row .value .woocommerce-remove-coupon:after {
  content: "\e910";
  font-family: "icomoon";
  font-size: 12px;
  color: #4e4e4e;
  position: absolute;
  top: 1px;
  right: 0;
}

.woocommerce-checkout .checkout-summary-wrapper h3 {
  margin-bottom: 58px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
}

.woocommerce-checkout .checkout-tab-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.woocommerce-checkout .checkout-tab-wrapper a {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  background: none;
  padding: 19px;
  color: #cacaca;
}

.woocommerce-checkout .checkout-tab-wrapper a:hover {
  color: #A0A0A0;
}

.woocommerce-checkout .checkout-tab-wrapper a.active {
  background: #fff;
  color: #4e4e4e;
}

.loading-update .woocommerce-checkout .checkout-summary-wrapper h3,
.loading-update .woocommerce-checkout .checkout-summary-wrapper .cart-items,
.loading-update .cart-coupon-wrapper,
.loading .woocommerce-checkout .checkout-summary-wrapper h3,
.loading .woocommerce-checkout .checkout-summary-wrapper .cart-items,
.loading .cart-coupon-wrapper {
  opacity: .3;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.loading-update .woocommerce-checkout .checkout-summary-wrapper .loading-div,
.loading .woocommerce-checkout .checkout-summary-wrapper .loading-div {
  opacity: 1;
}

.error404 .error-message-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 570px;
  margin: 0px auto;
}

.error404 .error-message-wrapper .error-message-text {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Galaxie Copernicus Book';
  max-width: 406px;
}

.error404 .error-message-wrapper .error-message-image {
  max-width: 135px;
}

.error404 .error-message-wrapper .error-message-image img {
  width: 100%;
  height: auto;
}

.error404 .button-shop-now {
  max-width: 198px;
  margin: 0px auto;
  margin-top: 65px;
}

.error404 .button-shop-now .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.error404 .error-wrapper {
  padding-top: 150px;
  padding-bottom: 81px;
}

.error404 #site-wrapper {
  background: #F2F0EF;
  margin-bottom: 0px;
}

.error404 .page-title {
  margin-top: 0px;
  margin-bottom: 18px;
}

.error404 .fixed-footer {
  display: none;
}

.error404 .breadcrumb-wrapper {
  display: none;
}

.error404 .banner {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  background: none;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popout-register {
  min-height: 617px;
}

.popout-country .popout-content {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.popout-country .popout-content .select-item-wrapper {
  width: 48%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}

.popout-country .popout-content .select-item-wrapper label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.popout-country .popout-content .select-item-wrapper .options {
  border-left: solid 1px #9C9D9C;
  border-right: solid 1px #9C9D9C;
  border-bottom: solid 1px #9C9D9C;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.popout-country .popout-content .select-item-wrapper .options.active {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
  pointer-events: auto;
}

.popout-country .popout-content .select-item-wrapper .options a {
  display: block;
  width: 100%;
  color: #9C9D9C;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 16px;
}

.popout-country .popout-content .select-item-wrapper .options a:hover {
  background: #9C9D9C;
  color: #fff;
}

.popout-country .popout-content .select-item-wrapper .show-hide-dropdown {
  width: 100%;
  display: block;
  padding: 16px;
  height: 50px;
  color: #9C9D9C;
  border: solid 1px #9C9D9C;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.popout-country .popout-content .select-item-wrapper .show-hide-dropdown i {
  font-size: 9px;
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(242, 239, 238, 0.8);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  padding: 30px 62px 30px 30px;
}

.popup .popup-inner {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  position: relative;
  opacity: 0;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  width: 100%;
  max-width: 1260px;
}

.popup .popup-inner .close-popup {
  position: absolute;
  top: 0;
  right: -40px;
  font-size: 20px;
  color: #4e4e4e;
}

.popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup.active .popup-inner {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.popup .product-inner-wrapper {
  margin-bottom: 0px;
}

.popup .product-inner-wrapper .product .entry-summary .cart {
  display: none;
}

.popup .product-inner-wrapper .additional-info-wrapper {
  display: none;
}

.popout {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94) margin 0s;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0s;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0s;
  padding: 28px;
  padding-top: 47px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.popout.active {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.popout.active .popout-inner {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.popout .popout-inner {
  max-width: 602px;
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.popout .popout-header {
  position: relative;
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: solid 1px #4e4e4e;
}

.popout .popout-header h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
}

.popout .show-hide-popout {
  position: absolute;
  right: -46px;
  top: 6px;
}

.login-form-wrapper .button .button-inner,
.register-form-wrapper .button .button-inner,
.reset-pass-form-wrapper .button .button-inner,
.change-pass-form-wrapper .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.login-form-wrapper .login-form-footer,
.register-form-wrapper .login-form-footer,
.reset-pass-form-wrapper .login-form-footer,
.change-pass-form-wrapper .login-form-footer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.login-form-wrapper .login-form-footer a,
.register-form-wrapper .login-form-footer a,
.reset-pass-form-wrapper .login-form-footer a,
.change-pass-form-wrapper .login-form-footer a {
  text-align: left;
  color: #9C9D9C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-right: 30px;
  position: static;
}

.login-form-wrapper .login-form-footer a i,
.register-form-wrapper .login-form-footer a i,
.reset-pass-form-wrapper .login-form-footer a i,
.change-pass-form-wrapper .login-form-footer a i {
  font-size: 11px;
}

.login-form-wrapper .login-form-footer a:hover,
.register-form-wrapper .login-form-footer a:hover,
.reset-pass-form-wrapper .login-form-footer a:hover,
.change-pass-form-wrapper .login-form-footer a:hover {
  color: #4E4E4E;
}

.login-form-wrapper .login-form-row,
.register-form-wrapper .login-form-row,
.reset-pass-form-wrapper .login-form-row,
.change-pass-form-wrapper .login-form-row {
  margin-bottom: 26px;
}

.login-form-wrapper .login-form-row label,
.register-form-wrapper .login-form-row label,
.reset-pass-form-wrapper .login-form-row label,
.change-pass-form-wrapper .login-form-row label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 5px;
}

.login-form-wrapper .login-form-row input,
.register-form-wrapper .login-form-row input,
.reset-pass-form-wrapper .login-form-row input,
.change-pass-form-wrapper .login-form-row input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.login-form-wrapper .login-form-row input:focus,
.register-form-wrapper .login-form-row input:focus,
.reset-pass-form-wrapper .login-form-row input:focus,
.change-pass-form-wrapper .login-form-row input:focus {
  outline: 0px;
}

.login-form-wrapper .login-form-row input::-webkit-input-placeholder,
.register-form-wrapper .login-form-row input::-webkit-input-placeholder,
.reset-pass-form-wrapper .login-form-row input::-webkit-input-placeholder,
.change-pass-form-wrapper .login-form-row input::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.login-form-wrapper .login-form-row input:-ms-input-placeholder,
.register-form-wrapper .login-form-row input:-ms-input-placeholder,
.reset-pass-form-wrapper .login-form-row input:-ms-input-placeholder,
.change-pass-form-wrapper .login-form-row input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.login-form-wrapper .login-form-row input::-moz-placeholder,
.register-form-wrapper .login-form-row input::-moz-placeholder,
.reset-pass-form-wrapper .login-form-row input::-moz-placeholder,
.change-pass-form-wrapper .login-form-row input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.login-form-wrapper .login-form-row input:-moz-placeholder,
.register-form-wrapper .login-form-row input:-moz-placeholder,
.reset-pass-form-wrapper .login-form-row input:-moz-placeholder,
.change-pass-form-wrapper .login-form-row input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.cart-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 10;
  overflow-y: auto;
  background: #fff;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0s;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0s;
  padding: 28px;
  padding-top: 47px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
}

.cart-wrapper .close-cart {
  position: absolute;
  right: -46px;
  top: 6px;
}

.cart-wrapper.active {
  background: #B8C6D4;
}

.cart-wrapper.active .cart-inner-wrapper {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

.cart-wrapper .cart-inner-wrapper {
  max-width: 602px;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}

.cart-wrapper .cart-inner-wrapper .cart-footer {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.cart-wrapper .cart-inner-wrapper .cart-footer .button-keep-shopping {
  background: none;
  border: solid 1px #4e4e4e;
  color: #4e4e4e;
}

.cart-wrapper .cart-inner-wrapper .cart-footer .button-keep-shopping:hover {
  background: #4e4e4e;
  color: #fff;
}

.cart-wrapper .cart-inner-wrapper .cart-footer a {
  width: 50%;
}

.cart-wrapper .cart-inner-wrapper .cart-footer a .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.cart-wrapper .cart-inner-wrapper .cart-prices {
  border-bottom: solid 1px #4e4e4e;
  margin-bottom: 19px;
  padding-bottom: 19px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.cart-wrapper .cart-inner-wrapper .cart-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 19px;
  padding-bottom: 24px;
  border-bottom: solid 1px #4e4e4e;
}

.cart-wrapper .cart-inner-wrapper .cart-header .bag-wrapper a span {
  border: solid 1px #4e4e4e;
}

.cart-wrapper .cart-inner-wrapper .cart-header h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.optional-products-wrapper {
  margin-top: 68px;
}

.optional-products-wrapper h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 31px;
  margin-bottom: 19px;
  border-bottom: solid 1px #4e4e4e;
}

.optional-products-wrapper .cart-item-details .cart-item-add-to-cart {
  display: none;
}

.optional-products-wrapper .optional-products .button {
  background: none;
  border: solid 1px #4e4e4e;
  color: #4e4e4e;
}

.optional-products-wrapper .optional-products .button:hover {
  color: #fff;
  background: #4e4e4e;
}

.optional-products-wrapper .optional-products .amount {
  margin-left: 5px;
}

.cart-items .cart-item {
  border-bottom: solid 1px #4e4e4e;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 19px;
  margin-bottom: 19px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.cart-items .cart-item .cart-item-remove {
  font-size: 10px;
}

.cart-items .cart-item .cart-item-price {
  width: 30%;
  text-align: right;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.cart-items .cart-item .cart-item-details {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  width: 46%;
}

.cart-items .cart-item .cart-item-details .cart-item-qty {
  margin-top: 10px;
}

.cart-items .cart-item .cart-item-details .cart-item-qty input {
  border: solid 1px #4e4e4e;
  -moz-appearance: none;
       appearance: none;
  color: #4e4e4e;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  border-radius: 0px;
  background: none;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  text-align: center;
  height: 34px;
  width: 34px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cart-items .cart-item .cart-item-details .cart-item-qty input:focus {
  outline: 0px;
}

.cart-items .cart-item .cart-item-image {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-items .cart-item .cart-item-image .product-image {
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
}

#site-wrapper,
.header,
.fixed-footer,
.home-page-slider-wrapper {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cart-open {
  /*   .home-page-slider-wrapper
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .header
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);

        .bag-wrapper
        {
            opacity: 0;
        }
    }

    .fixed-footer
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    #site-wrapper
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }



*/
}

.cart-open .cart-wrapper {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.cart-open .overlay {
  opacity: 0;
  pointer-events: auto;
}

.popout-open {
  /*   .home-page-slider-wrapper
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
    
    .header
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .fixed-footer
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    #site-wrapper
    {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    

*/
}

.popout-open .overlay {
  opacity: 0;
  pointer-events: auto;
}

.sub-title {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Galaxie Copernicus Book';
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
}

#site-wrapper {
  position: relative;
  z-index: 1;
  background: #fcfbfb;
  margin-bottom: 100vh;
}

.mobile-only {
  display: none !important;
}

.invisible-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0px;
}

.invisible-link-wrapper {
  position: relative;
}

.screen-reader-text {
  display: none;
}

.inner-wrapper {
  max-width: 1260px;
}

.follow-cursor {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #4e4e4e;
  opacity: 0;
  pointer-events: none;
  display: none;
  white-space: nowrap;
  z-index: 2;
}

.menu-wrapper {
  padding: 50px 0px;
  border-bottom: solid 1px #f2f0ef;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #FCFBFB;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.menu-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.menu-wrapper .inner-wrapper .menu-search-wrapper {
  width: 100%;
  max-width: 327px;
  position: absolute;
  left: calc(50% - 163.5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu-wrapper .inner-wrapper .menu-search-wrapper h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #CACACA;
  padding-bottom: 1px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form.active {
  border-bottom: solid 1px #4e4e4e;
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form.active:before {
  color: #4e4e4e;
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form.active:after {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form:after {
  content: "Search";
  color: #CACACA;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  left: 19px;
  top: 2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form:before {
  content: "\e914";
  color: #CACACA;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 3px;
  font-family: "icomoon";
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form input {
  width: 100%;
  border: 0px;
  padding: 0px;
  color: #4e4e4e;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  padding-left: 20px;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-wrapper .inner-wrapper .menu-search-wrapper .search-form input:focus {
  outline: 0px;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menu-wrapper .inner-wrapper .menu-account-wrapper a:hover:after {
  opacity: 1;
  width: 100%;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container {
  width: 33%;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container li {
  width: 50%;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container li.menu-item-object-journal a, .menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container li.menu-item-object-stockist a {
  margin-bottom: 0px;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .account-wrapper {
  width: 33%;
  text-align: right;
}

.menu-wrapper .inner-wrapper .menu-account-wrapper .account-wrapper .my-account {
  margin-bottom: 0px;
}

.fixed-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-110%);
  -webkit-transform: translateY(-110%);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fixed-nav-wrapper.hidden {
  display: none;
}

.fixed-nav-wrapper.active {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.fixed-nav-wrapper .header .inner-wrapper {
  height: 60px;
}

.bag-wrapper {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bag-wrapper a {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.bag-wrapper a.cart-animate i {
  -webkit-animation: swing linear .6s;
          animation: swing linear .6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.bag-wrapper a.show-hide-cart span {
  border: solid 1px #4e4e4e;
}

.bag-wrapper a:hover span {
  border: solid 1px #4e4e4e;
}

.bag-wrapper a i {
  font-size: 19px;
  color: #4e4e4e;
}

.bag-wrapper a span {
  border: solid 1px #f2f0ef;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  line-height: 0px;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.subscribe-popup-thank-you {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 0px;
  max-width: 266px;
  color: #187b6b;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.subscribe-popup-thank-you h3 {
  display: none;
}

.subscribe-popup-thank-you.active {
  pointer-events: auto;
  opacity: 1;
}

.header {
  background: #FCFBFB;
  position: relative;
  z-index: 1;
}

.header .inner-wrapper {
  height: 120px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.header .inner-wrapper .menu-cart-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.header .inner-wrapper .logo {
  position: absolute;
  left: calc(50% - 46px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0px;
  width: 92px;
  display: block;
}

.header .inner-wrapper .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header .inner-wrapper .logo:hover {
  color: #9C9D9C;
}

.header .inner-wrapper .show-hide-menu {
  text-transform: uppercase;
  font-size: 14px;
  color: #616161;
  letter-spacing: 1.5px;
  padding-top: 2px;
  position: relative;
}

.header .inner-wrapper .show-hide-menu:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header .inner-wrapper .show-hide-menu.active:after {
  opacity: 1;
  width: 100%;
}

.header .inner-wrapper .show-hide-menu:hover:after {
  opacity: 1;
  width: 100%;
}

.home-page-wrapper {
  padding-top: 112px;
}

.fixed-home-featured-title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 7vw;
  white-space: nowrap;
  color: #fff;
  font-family: 'Galaxie Copernicus Book';
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  opacity: 0;
}

.fixed-home-featured-title.active {
  opacity: 1;
}

.home-featured-items-wrapper .mobile-categories {
  display: none;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item {
  margin-bottom: 15px;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item h3 {
  display: block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-top: 10px;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item a {
  width: 100%;
  display: block;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+1) {
  width: 66%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+1) a {
  height: 60vw;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+2) {
  width: 30%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+2) a {
  height: 28vw;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+3) {
  width: 48%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+3) a {
  height: 28vw;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+4) {
  width: 48%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+4) a {
  height: 28vw;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+5) {
  width: 30%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+5) a {
  height: 28vw;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+6) {
  width: 66%;
}

.home-featured-items-wrapper .mobile-categories .mobile-category-item:nth-child(6n+6) a {
  height: 28vw;
}

.home-featured-items-wrapper .category-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 66px;
}

.home-featured-items-wrapper .category-row:nth-child(odd) .home-featured-item:nth-child(3) {
  width: 500px;
  height: 500px;
}

.home-featured-items-wrapper .category-row:nth-child(odd) .home-featured-item:first-child {
  width: 294px;
  height: 294px;
}

.home-featured-items-wrapper .category-row:nth-child(odd) .home-featured-item:nth-child(2) {
  width: 398px;
  height: 398px;
}

.home-featured-items-wrapper .category-row:first-child .home-featured-item:first-child {
  width: 500px;
  height: 500px;
}

.home-featured-items-wrapper .category-row:first-child .home-featured-item:nth-child(2) {
  width: 294px;
  height: 294px;
}

.home-featured-items-wrapper .category-row:first-child .home-featured-item:nth-child(3) {
  width: 398px;
  height: 398px;
}

.home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:first-child {
  width: 398px;
  height: 398px;
}

.home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:nth-child(2) {
  width: 186px;
  height: 186px;
}

.home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:nth-child(3) {
  width: 615px;
  height: 300px;
}

.home-featured-items-wrapper .category-row .home-featured-item-image {
  width: 100%;
  height: 100%;
  display: block;
}

.say-hi-wrapper {
  background: #6E6A81;
  padding: 86px 0px;
}

.say-hi-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.say-hi-wrapper .inner-wrapper .say-hi-text {
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  width: 579px;
  font-family: 'Galaxie Copernicus Book';
}

.say-hi-wrapper .inner-wrapper .button {
  border: solid 1px #fff;
  color: #fff;
  background: none;
  width: 293px;
}

.say-hi-wrapper .inner-wrapper .button:hover {
  background: #fff;
  color: #acadac;
}

.say-hi-wrapper .inner-wrapper .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.bundles-page-wrapper .bundle-flavours.full .inner-wrapper .bundle-cart .bundle-cart-counter {
  opacity: .3;
}

.bundles-page-wrapper .bundle-flavours.full .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .button {
  pointer-events: none;
  opacity: .3;
}

.bundles-page-wrapper .bundle-flavours.full .inner-wrapper .bundle-cart .bundle-cart-actions .button-bundle-add-to-bag {
  opacity: 1;
  pointer-events: auto;
}

.bundles-page-wrapper .bundle-flavours.full .inner-wrapper .bundle-cart .bundle-cart-actions .button-bundle-add-to-bag:hover {
  background: #9e786f;
}

.bundles-page-wrapper .bundle-flavours.full .inner-wrapper .bundle-cart .bundle-cart-actions .button-choose-for-me {
  opacity: 0;
  pointer-events: none;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 74.4%;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item {
  width: 31.2%;
  margin-bottom: 29px;
  position: relative;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-bundle-image {
  width: 100%;
  display: block;
  height: 300px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 17px 17px 0px 17px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .product-info-link {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .product-info-link:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .product-info-link:hover:after {
  opacity: 1;
  width: 100%;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .button {
  max-width: 78px;
  background: none;
  border: 1px solid #4E4E4E;
  color: #4E4E4E;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile {
  display: none;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 23.25%;
  background: #f2f0ef;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart h3 {
  font-size: 20px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 21px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-counter {
  margin: 20px 0px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions {
  position: relative;
  width: 100%;
  height: 50px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions .button-choose-for-me {
  position: absolute;
  left: 0;
  top: 0;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions .button {
  background: #9C9D9C;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions .button:hover {
  background: #4e4e4e;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-actions .button-bundle-add-to-bag {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background: #4e4e4e;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: solid 1px #4E4E4E;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .remove-bundle-cart-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1px;
  position: absolute;
  left: 0px;
  bottom: 8px;
  font-size: 11px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row:last-of-type {
  margin-bottom: 0px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .bundle-cart-column-product {
  width: 100%;
  max-width: 133px;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .bundle-cart-column-image {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart img {
  width: 100%;
  height: auto;
}

.bundles-page-wrapper .step-title-wrapper {
  text-align: center;
  letter-spacing: 1px;
  font-size: 24px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.bundles-page-wrapper .bundle-step2 {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: .3;
  pointer-events: none;
}

.bundles-page-wrapper .bundle-step2.active {
  opacity: 1;
  pointer-events: auto;
}

.bundles-page-wrapper .bundle-choose-size {
  background: #f2f0ef;
  margin-bottom: 87px;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size {
  width: 29%;
  margin-bottom: 47px;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image {
  width: 100%;
  height: 253px;
  margin-bottom: 35px;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image.bundle-3 {
  background: url(../images/bundle-1.png) no-repeat center bottom;
  background-size: contain;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image.bundle-6 {
  background: url(../images/bundle-2.png) no-repeat center bottom;
  background-size: contain;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image.bundle-12 {
  background: url(../images/bundle-3.png) no-repeat center bottom;
  background-size: contain;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size h3 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 19px;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .button {
  max-width: 186px;
  margin: 0px auto;
  background: none;
  border: 1px solid #9C9D9C;
  color: #9C9D9C;
}

.bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .button.active {
  background: #4E4E4E;
  color: #fff;
  border: solid 1px #4e4e4e;
}

.bundles-page-wrapper .intro-text-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 53px;
}

.bundles-page-wrapper .intro-text-wrapper .intro p {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Galaxie Copernicus Book';
  max-width: 525px;
  margin-bottom: 0px;
}

.bundles-page-wrapper .intro-text-wrapper .intro-image-wrapper {
  max-width: 308px;
}

.bundles-page-wrapper .intro-text-wrapper .intro-image-wrapper img {
  width: 100%;
  height: auto;
}

.pac-container {
  border: solid 1px #9C9D9C;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
}

.pac-container:after {
  display: none !important;
}

.pac-container .pac-icon {
  display: none;
}

.pac-container .pac-logo:after {
  display: none;
}

.pac-container img {
  display: none;
}

.pac-container.pac-logo:after {
  display: none !important;
}

.pac-container.hdpi.pac-logo:after {
  display: none !important;
}

.pac-container .pac-item {
  font-size: 10px;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9C9D9C;
  border-top: solid 1px #9C9D9C;
  padding: 0px 10px;
  line-height: 32px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pac-container .pac-item:hover {
  background: #fcfbfb;
}

.pac-container .pac-item:first-child {
  border-top: 0px;
}

.pac-container .pac-item .pac-item-query {
  color: #9C9D9C;
  font-family: 'Galaxie Copernicus Book';
  font-size: 13px;
  margin-right: 4px;
  letter-spacing: 0px;
  text-transform: none;
}

.pac-container .pac-item .pac-item-query .pac-matched {
  font-weight: normal;
  color: #4e4e4e;
  font-family: 'Galaxie Copernicus Medium';
}

.pac-container .pac-item img {
  display: none;
}

.stockists-wrapper .stockists-ajax-wrapper {
  position: relative;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}

.stockists-wrapper .stockists-map-switch {
  display: none;
}

.stockists-wrapper .stockists-map-switch a {
  margin-left: 10px;
  position: relative;
  color: #9C9D9C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.stockists-wrapper .stockists-map-switch a.active {
  color: #4e4e4e;
}

.stockists-wrapper .stockists-map-switch a.active:after {
  opacity: 1;
  width: 100%;
  background: #4e4e4e;
}

.stockists-wrapper .stockists-map-switch a:after {
  height: 1px;
  content: '';
  background: #9C9D9C;
  width: 0;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockists-wrapper .stockists-map-switch a:hover:after {
  opacity: 1;
  width: 100%;
}

.stockists-wrapper .stockists-list-country-wrapper {
  position: relative;
  width: 75%;
}

.stockists-wrapper .stockists-list-country-wrapper:after {
  width: 30px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcfbfb',GradientType=1 );
  /* IE6-9 */
  height: 110%;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: '';
}

.stockists-wrapper .filter-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.stockists-wrapper .filter-list.stockist-list-country-filter {
  height: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 7px;
  padding-bottom: 7px;
}

.stockists-wrapper .filter-list.stockist-list-country-filter::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
  display: none;
  height: 0px;
}

.stockists-wrapper .filter-list.stockist-list-country-filter li:last-child {
  padding-right: 30px;
}

.stockists-wrapper .filter-list li {
  margin-right: 25px;
}

.stockists-wrapper .filter-list li a {
  padding-left: 35px;
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  color: #9C9D9C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  white-space: nowrap;
}

.stockists-wrapper .filter-list li a.active {
  color: #4e4e4e;
}

.stockists-wrapper .filter-list li a.active:after {
  border: 1px solid #4e4e4e;
}

.stockists-wrapper .filter-list li a.active:before {
  opacity: 1;
  color: #4e4e4e;
}

.stockists-wrapper .filter-list li a:before {
  content: "\e902";
  font-family: "icomoon";
  position: absolute;
  top: 8px;
  left: 6px;
  font-size: 12px;
  line-height: 100%;
  color: #9C9D9C;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}

.stockists-wrapper .filter-list li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #9C9D9C;
  background: none;
  border-radius: 0px;
}

.stockists-wrapper .stockists-filter-switch {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding-top: 7px;
  padding-bottom: 7px;
  height: 30px;
}

.stockists-wrapper .stockists-filter-switch a {
  margin-left: 10px;
  position: relative;
  color: #9C9D9C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.stockists-wrapper .stockists-filter-switch a.active {
  color: #4e4e4e;
}

.stockists-wrapper .stockists-filter-switch a.active:after {
  opacity: 1;
  width: 100%;
  background: #4e4e4e;
}

.stockists-wrapper .stockists-filter-switch a:after {
  height: 1px;
  content: '';
  background: #9C9D9C;
  width: 0;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockists-wrapper .stockists-filter-switch a:hover:after {
  opacity: 1;
  width: 100%;
}

.stockists-wrapper .stockists-list-ajax-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  width: 100%;
}

.stockists-wrapper .stockists-list-ajax-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

.stockists-wrapper .stockists-list-ajax-wrapper .stockists-list-filter-wrapper {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.stockists-wrapper .stockists-list-ajax-wrapper .online-stockists-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stockists-wrapper .stockists-list-ajax-wrapper .online-stockists-list a {
  width: 32%;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  position: relative;
  margin-bottom: 30px;
}

.stockists-wrapper .stockists-map-ajax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  background: #fff;
}

.stockists-wrapper .stockists-map-ajax-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper {
  position: relative;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 400px;
  height: calc(100% - 60px);
  overflow-y: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list.fade .stockist-marker-item {
  opacity: .3;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list.fade .stockist-marker-item.active {
  opacity: 1;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list::-webkit-scrollbar {
  display: none;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .google-map-wrapper .google-map {
  width: 100% !important;
  height: 800px !important;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location {
  width: 322px;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #CACACA;
  padding-bottom: 2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form input {
  width: 100%;
  border: 0px;
  padding: 0px;
  color: #4e4e4e;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  background: none;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form input:focus {
  outline: 0px;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form.active {
  border-bottom: solid 1px #4e4e4e;
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form.active:after {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}

.stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location form:after {
  content: "Search for a Location";
  color: #CACACA;
  font-family: "Founders Grotesk Text";
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockist-marker-item {
  position: relative;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #F2F0EF;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockist-marker-item.mobile-listing {
  display: none !important;
  margin-top: 25px;
  max-width: 80%;
}

.stockist-marker-item.active {
  display: block;
}

.stockist-marker-item.active .marker-image-wrapper {
  animation: bounce linear 1.2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: bounce linear 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: bounce linear 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: bounce linear 1.2s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: bounce linear 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  45% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px);
  }
  45% {
    -webkit-transform: translate(0px, -6px);
            transform: translate(0px, -6px);
  }
  60% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(0px, -3px);
            transform: translate(0px, -3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  15% {
    -webkit-transform: translate(0px, -10px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
  }
  45% {
    -webkit-transform: translate(0px, -6px);
  }
  45% {
    -webkit-transform: translate(0px, -6px);
  }
  60% {
    -webkit-transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(0px, -3px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

.stockist-marker-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}

.stockist-marker-item .marker-info-wrapper {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  padding-top: 5px;
}

.stockist-marker-item .marker-info-wrapper .marker-address a {
  display: block;
}

.stockist-marker-item .marker-info-wrapper .directions-link {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 17px;
  font-family: "Founders Grotesk Text";
  color: #9C9D9C;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
  display: inline-block;
}

.stockist-marker-item .marker-info-wrapper .directions-link:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stockist-marker-item .marker-info-wrapper .directions-link:hover {
  color: #4e4e4e;
}

.stockist-marker-item .marker-info-wrapper .directions-link:hover:after {
  opacity: 1;
  width: 100%;
}

.stockist-marker-item .marker-info-wrapper .directions-link i {
  font-size: 9px;
  margin-left: 6px;
}

.stockist-marker-item .marker-info-wrapper h3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  font-family: "Founders Grotesk Text";
}

.stockist-marker-item .marker-image-wrapper {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}

.stockist-marker-item .marker-image-wrapper img {
  width: 100%;
  height: auto;
}

.stockists-page-wrapper h2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stockists-page-wrapper h3 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.stockists-page-wrapper .stockists-wrapper h2 {
  margin-bottom: 82px;
}

.stockists-page-wrapper .concept-stores-wrapper {
  margin-top: 79px;
}

.stockists-page-wrapper .concept-stores-wrapper .concept-tagline {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  max-width: 583px;
}

.stockists-page-wrapper .concept-stores-wrapper .concept-stores {
  margin-top: 71px;
}

.stockists-page-wrapper .our-stores-wrapper {
  margin-top: 90px;
  padding: 88px 0px 88px;
  background: #FCFBFB;
}

.stockists-page-wrapper .our-stores-wrapper h2 {
  margin-bottom: 56px;
}

.stockists-page-wrapper .our-stores-wrapper h3 {
  margin-bottom: 55px;
}

.stockists-page-wrapper .stores {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stockists-page-wrapper .stores .store {
  width: 48.8%;
  margin-bottom: 50px;
}

.stockists-page-wrapper .stores .store .store-image {
  width: 100%;
  display: block;
  height: 456px;
  margin-bottom: 33px;
}

.stockists-page-wrapper .stores .store .store-details-wrapper h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-details {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-item-address {
  margin-bottom: 18px;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-hours {
  white-space: nowrap;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-hours .row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-hours .row .day {
  margin-right: 5px;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column {
  width: 48%;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column .store-detail-item-contact {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column .store-detail-item-contact h5 {
  width: 100%;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column .store-detail-item {
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
}

.stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column .store-detail-item h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  font-family: "Founders Grotesk Text";
}

.job-archive-wrapper .page-builder-wrapper {
  max-width: 1260px;
}

.related-jobs-wrapper {
  padding: 63px 0px 100px;
  background: #fcfbfb;
}

.related-jobs-wrapper .related-title {
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 56px;
}

.related-jobs-wrapper .jobs-list .job-item {
  padding: 20px 0px 53px;
  border-bottom: solid 1px #F2F0EF;
}

.related-jobs-wrapper .jobs-list .job-item:first-of-type {
  border-top: solid 1px #F2F0EF;
}

.related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .job-excerpt {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  width: 722px;
}

.related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .view-job-button-wrapper {
  width: 293px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .view-job-button-wrapper a {
  background: #6E6A81;
}

.related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .view-job-button-wrapper a:hover {
  background: #4e4e4e;
}

.related-jobs-wrapper .jobs-list .job-item .job-title-wrapper {
  margin-bottom: 18px;
}

.related-jobs-wrapper .jobs-list .job-item .job-title-wrapper h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 5px;
}

.related-jobs-wrapper .jobs-list .job-item .job-title-wrapper .job-location {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
}

.single-job-wrapper .details-wrapper {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 83px;
}

.woocommerce-error {
  max-width: 1260px;
  margin: 20px auto;
  font-size: 15px;
  font-family: 'Galaxie Copernicus Book';
  line-height: 24px;
  color: #d6001c;
}

.job-content-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.job-content-wrapper .apply-wrapper {
  width: 100%;
  max-width: 292px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding-bottom: 55px;
}

.job-content-wrapper .apply-wrapper h3 {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 9px;
}

.job-content-wrapper .apply-wrapper p {
  font-size: 15px;
  font-family: 'Galaxie Copernicus Book';
  line-height: 24px;
}

.job-content-wrapper .apply-wrapper p a {
  text-decoration: underline;
}

.job-content-wrapper .apply-wrapper .button {
  background: #6E6A81;
}

.job-content-wrapper .apply-wrapper .button:hover {
  background: #4e4e4e;
}

.job-content-wrapper .apply-wrapper .button .button-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 90px;
}

.pagination span {
  margin: 0px 10px;
}

.pagination a {
  margin: 0px 10px;
  position: relative;
}

.pagination a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pagination a:hover:after {
  opacity: 1;
  width: 100%;
}

.competition-form-wrapper {
  padding-top: 2px;
}

.competition-form-wrapper .inner-wrapper {
  max-width: 617px;
}

.featured-products-wrapper {
  padding: 80px 0px 100px;
  background: #fcfbfb;
}

.featured-products-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.featured-products-wrapper .inner-wrapper .featured-products-info {
  width: 23.25%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}

.featured-products-wrapper .inner-wrapper .featured-products-info h4 {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 24px;
}

.featured-products-wrapper .inner-wrapper .featured-products-info h3 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
}

.featured-products-wrapper .inner-wrapper .featured-products-info a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.featured-products-wrapper .inner-wrapper .featured-products-info a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.featured-products-wrapper .inner-wrapper .featured-products-info a:hover:after {
  opacity: 1;
  width: 100%;
}

.featured-products-wrapper .inner-wrapper .featured-products {
  width: 74.52%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item {
  width: 100%;
  overflow: hidden;
  display: block;
  cursor: none;
  position: realtive;
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item .product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  color: #4e4e4e;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item .product-badge img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item:hover .follow-cursor {
  display: inline-block;
  opacity: 1;
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item:hover .product-listing-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.featured-products-wrapper .inner-wrapper .featured-products .product-listing-item .product-listing-image {
  width: 100%;
  height: 243px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.home-page-slider-wrapper {
  width: 100%;
}

.home-page-slider-wrapper .nav-dots-wrapper {
  position: relative;
}

.home-page-slider-wrapper .mobile-slide-image {
  display: none;
  width: 100%;
  height: 206px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.home-page-slider-wrapper .dots-wrapper {
  position: absolute;
  bottom: 42px;
  left: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
}

.home-page-slider-wrapper .dots-wrapper .owl-dot {
  width: 7px;
  height: 7px;
  border: solid 1px #fff;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7px;
  border-radius: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.home-page-slider-wrapper .dots-wrapper .owl-dot.active {
  background: #fff;
}

.home-page-slider-wrapper .owl-item.active .slide .slide-info {
  opacity: 1;
}

.home-page-slider-wrapper .slide {
  height: 500px;
}

.home-page-slider-wrapper .slide .mobile-slide-info {
  display: none;
}

.home-page-slider-wrapper .slide .slide-info {
  padding-top: 42px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.home-page-slider-wrapper .slide .slide-info h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 37px;
  text-transform: uppercase;
}

.home-page-slider-wrapper .slide .slide-info .slide-content {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
  max-width: 411px;
  margin-bottom: 48px;
}

.home-page-slider-wrapper .slide .slide-info .button {
  background: #fff;
  color: #4E4E4E;
  max-width: 198px;
}

.home-page-slider-wrapper .slide .slide-info .button:hover {
  background: #4e4e4e;
  color: #fff;
}

.home-page-slider-wrapper .slide .slide-info .button .button-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.journal-mobile-slider {
  display: none !important;
}

.journal-mobile-slider .owl-item.active .journal-item {
  opacity: 1;
}

.journal-mobile-slider .journal-item {
  width: 100%;
  opacity: .3;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.journal-mobile-slider .journal-item .journal-image-wrapper {
  overflow: hidden;
  margin-bottom: 25px;
}

.journal-mobile-slider .journal-item .journal-image-wrapper .journal-image {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 299px;
  width: 100%;
  display: block;
}

.journal-mobile-slider .journal-item .journal-details .journal-excerpt {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.journal-mobile-slider .journal-item .journal-details .journal-categories {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 12px;
}

.journal-mobile-slider .journal-item .journal-details .journal-title {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 7px;
}

.home .latest-journal-wrapper {
  background: #fff !important;
}

.latest-journal-wrapper {
  padding: 66px 0px 81px;
  background: #fff;
}

.latest-journal-wrapper .journal-title-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 34px;
}

.latest-journal-wrapper .journal-title-wrapper h2 {
  font-size: 28px;
  line-height: 34px;
  font-family: 'Galaxie Copernicus Book';
}

.latest-journal-wrapper .journal-title-wrapper a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
}

.latest-journal-wrapper .journal-title-wrapper a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.latest-journal-wrapper .journal-title-wrapper a:hover:after {
  opacity: 1;
  width: 100%;
}

.latest-journal-wrapper .journal-items {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.latest-journal-wrapper .journal-items .journal-item {
  width: 23.17%;
}

.latest-journal-wrapper .journal-items .journal-item .journal-image-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.latest-journal-wrapper .journal-items .journal-item .journal-image-wrapper .journal-image {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.latest-journal-wrapper .journal-items .journal-item .journal-image-wrapper:hover .journal-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.latest-journal-wrapper .journal-items .journal-item .journal-details .journal-excerpt {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.latest-journal-wrapper .journal-items .journal-item .journal-details .journal-categories {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 12px;
}

.latest-journal-wrapper .journal-items .journal-item .journal-details .journal-title {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 10px;
}

.latest-journal-wrapper .journal-items .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
  height: 299px;
  width: 100%;
  display: block;
}

.latest-journal-wrapper .journal-items .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
  height: 410px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column-wrapper,
.search-lists-wrapper .journal-column-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.journal-lists-wrapper .journal-column-3,
.journal-lists-wrapper .journal-column-1,
.search-lists-wrapper .journal-column-3,
.search-lists-wrapper .journal-column-1 {
  display: none;
}

.journal-lists-wrapper .journal-column-3 .journal-column,
.search-lists-wrapper .journal-column-3 .journal-column {
  width: 32%;
}

.journal-lists-wrapper .journal-column-1 .journal-column,
.search-lists-wrapper .journal-column-1 .journal-column {
  width: 100%;
}

.journal-lists-wrapper .journal-column-4 .journal-column,
.search-lists-wrapper .journal-column-4 .journal-column {
  width: 23%;
}

.journal-lists-wrapper .journal-column.column-4 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-4 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
  height: 299px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-4 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-4 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
  height: 410px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-3 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-3 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
  height: 299px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-3 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-3 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
  height: 410px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-2 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-2 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
  height: 299px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-2 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-2 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
  height: 410px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
  height: 299px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
  height: 410px;
  width: 100%;
  display: block;
}

.journal-lists-wrapper .journal-column .journal-item,
.search-lists-wrapper .journal-column .journal-item {
  width: 100%;
  margin-bottom: 26px;
}

.journal-lists-wrapper .journal-column .journal-item .journal-details .journal-excerpt,
.search-lists-wrapper .journal-column .journal-item .journal-details .journal-excerpt {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
}

.journal-lists-wrapper .journal-column .journal-item .journal-details .journal-categories,
.search-lists-wrapper .journal-column .journal-item .journal-details .journal-categories {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 12px;
}

.journal-lists-wrapper .journal-column .journal-item .journal-details .journal-title,
.search-lists-wrapper .journal-column .journal-item .journal-details .journal-title {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 10px;
}

.journal-lists-wrapper .journal-column .journal-item .journal-image-wrapper,
.search-lists-wrapper .journal-column .journal-item .journal-image-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.journal-lists-wrapper .journal-column .journal-item .journal-image-wrapper .journal-image,
.search-lists-wrapper .journal-column .journal-item .journal-image-wrapper .journal-image {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.journal-lists-wrapper .journal-column .journal-item .journal-image-wrapper:hover .journal-image,
.search-lists-wrapper .journal-column .journal-item .journal-image-wrapper:hover .journal-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.journal-filter-wrapper,
.search-filter-wrapper {
  margin-bottom: 90px;
}

.journal-filter-wrapper .journal-filters,
.journal-filter-wrapper .search-filters,
.search-filter-wrapper .journal-filters,
.search-filter-wrapper .search-filters {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.journal-filter-wrapper .journal-filters li,
.journal-filter-wrapper .search-filters li,
.search-filter-wrapper .journal-filters li,
.search-filter-wrapper .search-filters li {
  margin: 0px 10px;
}

.journal-filter-wrapper .journal-filters li a,
.journal-filter-wrapper .search-filters li a,
.search-filter-wrapper .journal-filters li a,
.search-filter-wrapper .search-filters li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  position: relative;
}

.journal-filter-wrapper .journal-filters li a:after,
.journal-filter-wrapper .search-filters li a:after,
.search-filter-wrapper .journal-filters li a:after,
.search-filter-wrapper .search-filters li a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.journal-filter-wrapper .journal-filters li a:hover:after,
.journal-filter-wrapper .search-filters li a:hover:after,
.search-filter-wrapper .journal-filters li a:hover:after,
.search-filter-wrapper .search-filters li a:hover:after {
  opacity: 1;
  width: 100%;
}

.single-journal-wrapper .page-title {
  margin-bottom: 45px;
}

.single-journal-wrapper .social-share-wrapper {
  max-width: 617px;
  margin-top: 85px;
  margin-bottom: 92px;
}

.post-nav-wrapper {
  padding: 87px 0px 100px;
  background: #fff;
}

.post-nav-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 945px;
}

.post-nav-wrapper .divider {
  width: 1px;
  background: #F2F0EF;
  height: 423px;
  display: block;
}

.post-nav-wrapper .post-nav-item {
  width: 100%;
  max-width: 293px;
}

.post-nav-wrapper .post-nav-item .post-nav-title {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
}

.post-nav-wrapper .post-nav-item .post-nav-image-wrapper {
  overflow: hidden;
  margin-bottom: 20px;
}

.post-nav-wrapper .post-nav-item .post-nav-image-wrapper:hover .post-nav-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.post-nav-wrapper .post-nav-item .post-nav-image-wrapper .post-nav-image {
  height: 293px;
  width: 299px;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-nav-wrapper .post-nav-item .nav-link {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.post-nav-wrapper .post-nav-item .nav-link:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-nav-wrapper .post-nav-item .nav-link:hover:after {
  opacity: 1;
  width: 100%;
}

.social-share-wrapper .social-share {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.social-share-wrapper .social-share .label {
  margin-right: 25px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 100%;
}

.social-share-wrapper .social-share li {
  margin-right: 12px;
}

.social-share-wrapper .social-share li a {
  font-size: 18px;
}

.page-module-slider {
  margin-bottom: 86px;
}

.page-builder-wrapper {
  max-width: 617px;
  margin: 0px auto;
  margin-top: 46px;
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
}

.page-builder-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  line-height: 0px;
}

.page-builder-wrapper .page-module {
  margin-bottom: 49px;
}

.page-builder-wrapper .page-module.page-module-image:first-of-type {
  margin-bottom: 80px;
}

.page-builder-wrapper .page-module.page-module-list {
  margin-bottom: 33px;
}

.page-builder-wrapper .page-module .title-wrapper {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Founders Grotesk Text";
  margin-bottom: 44px;
}

.page-builder-wrapper .page-module .page-columns h1 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 38px;
  line-height: 46px;
}

.page-builder-wrapper .page-module .page-columns h2 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
}

.page-builder-wrapper .page-module .page-columns h3 {
  font-family: "Founders Grotesk Text";
  font-size: 26px;
  line-height: 34px;
}

.page-builder-wrapper .page-module .page-columns h4 {
  font-family: "Founders Grotesk Text";
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-builder-wrapper .page-module .page-columns h5 {
  font-family: "Founders Grotesk Text";
  font-size: 18px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-builder-wrapper .page-module .page-columns h6 {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
}

.page-builder-wrapper .page-module .page-columns blockquote,
.page-builder-wrapper .page-module .page-columns blockquote p {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
}

.page-builder-wrapper .page-module .page-columns ul li {
  position: relative;
  padding-left: 43px;
  margin-bottom: 8px;
}

.page-builder-wrapper .page-module .page-columns ul li:after {
  position: absolute;
  content: '•';
  top: 0;
  left: 0;
}

.page-builder-wrapper .accordion-item .accordion-title {
  font-family: "Founders Grotesk Text";
}

.page-builder-wrapper .page-module-list a {
  text-decoration: underline;
}

.page-builder-wrapper .page-module-list .page-list .page-list-bullets .page-list-row .page-list-number {
  margin-top: -2px;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row .page-list-number {
  width: 43px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row .page-list-item {
  width: 100%;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row .page-list-item p {
  margin-bottom: 8px;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row .images-2 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-builder-wrapper .page-module-list .page-list .page-list-row .images-2 .list-item-image {
  width: 48%;
}

.page-builder-wrapper .page-module-tagline p {
  font-size: 20px;
  line-height: 27px;
}

.page-builder-wrapper .page-module-text a {
  text-decoration: underline;
}

.page-builder-wrapper .page-module-text .columns-2 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.page-builder-wrapper .page-module-text .columns-2 .page-column {
  width: 48%;
}

.page-builder-wrapper .page-module-text .columns-2 .page-column:last-child {
  width: 39%;
}

.banner {
  background: #F2F0EF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 24px 0px 22px;
}

.banner.home-banner .banner-image {
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
}

.banner.banner-no-image .banner-inner {
  padding-right: 0px !important;
}

.banner .banner-inner {
  position: relative;
  padding-right: 133px;
  display: inline-block;
}

.banner.active .banner-image {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  opacity: 1;
}

.banner .banner-image {
  height: 85px;
  width: 115px;
  position: absolute;
  bottom: -19px;
  right: 0;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumb-wrapper {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 38px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.breadcrumb-wrapper a {
  position: relative;
}

.breadcrumb-wrapper a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.breadcrumb-wrapper a:hover:after {
  opacity: 1;
  width: 100%;
}

.title-wrapper.has-sub-title .page-title {
  margin-bottom: 47px;
}

.page-title {
  text-align: center;
  font-size: 38px;
  line-height: 51px;
  font-family: 'Galaxie Copernicus Book';
  margin-top: 28px;
  margin-bottom: 74px;
}

.post-type-archive-faq {
  background: #fff;
}

.post-type-archive-faq .faq-wrapper {
  max-width: 818px;
  margin: 0px auto;
}

.post-type-archive-faq .faq-wrapper .faq-title {
  font-family: 'Galaxie Copernicus Book';
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 53px;
  margin-top: 48px;
}

.post-categories {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.post-categories li {
  margin: 0px 10px;
}

.post-categories li a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  position: relative;
}

.post-categories li a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.post-categories li a:hover:after {
  opacity: 1;
  width: 100%;
}

.accordion-item {
  border-bottom: solid 1px #F2F0EF;
}

.accordion-item:first-of-type {
  border-top: solid 1px #f2f0ef;
}

.accordion-item.active .accordion-title i {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.accordion-item .accordion-content {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Galaxie Copernicus Book';
  display: none;
  padding-bottom: 20px;
}

.accordion-item .accordion-content ul li {
  position: relative;
  padding-left: 43px;
  margin-bottom: 8px;
}

.accordion-item .accordion-content ul li:after {
  position: absolute;
  content: '•';
  top: 0;
  left: 0;
}

.accordion-item .accordion-content p:last-child {
  margin-bottom: 0px;
}

.accordion-item .accordion-title {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 0px;
}

.accordion-item .accordion-title i {
  font-size: 8px;
  color: #9C9D9C;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-add-to-cart {
  padding: 10px 0px;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 2;
  transform: translateY(110%);
  -webkit-transform: translateY(110%);
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-add-to-cart.active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.footer-add-to-cart .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.footer-add-to-cart .inner-wrapper .cart {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0px;
  position: relative;
}

.footer-add-to-cart .inner-wrapper .cart.loading-add-to-cart .button,
.footer-add-to-cart .inner-wrapper .cart.loading-add-to-cart .quantity {
  opacity: .1;
}

.footer-add-to-cart .inner-wrapper .cart.loading-add-to-cart .loading-div {
  opacity: 1;
}

.footer-add-to-cart .inner-wrapper .cart .loading-div {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.footer-add-to-cart .inner-wrapper .cart .quantity {
  width: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-add-to-cart .inner-wrapper .cart .quantity input {
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  width: 100%;
  background: #fcfbfb;
  border: solid 1px #4e4e4e;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  letter-spacing: 1.5px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-add-to-cart .inner-wrapper .cart .quantity input:focus {
  outline: 0px;
}

.footer-add-to-cart .inner-wrapper .product-title-price-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-add-to-cart .inner-wrapper .product-title-price-wrapper h3 {
  margin-right: 15px;
}

.footer-add-to-cart .inner-wrapper .product-title-price-wrapper p {
  margin-bottom: 0px;
}

.archive .featured-block-wrapper {
  margin: 70px 0px 90px;
}

.shop-product-listing {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-product-listing .product-listing-item {
  width: 293px;
  margin-bottom: 22px;
  overflow: hidden;
  cursor: none;
}

.shop-product-listing .product-listing-item .product-listing-badge-image-wrapper {
  position: relative;
}

.shop-product-listing .product-listing-item .product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  color: #4e4e4e;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}

.shop-product-listing .product-listing-item .product-badge img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.shop-product-listing .product-listing-item .product-listing-image {
  height: 300px;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.shop-product-listing .product-listing-item:hover .product-listing-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.shop-product-listing .product-listing-item:hover .follow-cursor {
  opacity: 1;
  display: inline-block;
}

.shop-category-list {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-category-list .product-category {
  width: 49%;
  margin-bottom: 26px;
  overflow: hidden;
  cursor: none;
}

.shop-category-list .product-category:hover .product-category-image {
  opacity: .4;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.shop-category-list .product-category:hover .follow-cursor {
  opacity: 1;
  display: inline-block;
}

.shop-category-list .product-category-image {
  height: 300px;
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.nutritional-info-wrapper .nutritional-info-serving-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.nutritional-info-wrapper .nutritional-info-serving-wrapper .serving-size-item {
  width: 50%;
}

.nutritional-info-wrapper .nutritional-table-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.nutritional-info-wrapper .nutritional-table-row .column-label {
  width: 50%;
}

.nutritional-info-wrapper .nutritional-table-row .column-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.nutritional-info-wrapper .nutritional-table-row .column-wrapper .column {
  width: 50%;
}

.product-inner-wrapper {
  margin-bottom: 90px;
}

.product-inner-wrapper .product {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .variation-price-wrapper {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: right;
  display: none;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .label {
  display: none !important;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .quantity {
  display: none !important;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .add-to-bag {
  width: 50%;
  margin-top: 0px;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .add-to-bag .woocommerce-variation {
  display: none !important;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .add-to-bag .woocommerce-variation-price {
  display: none !important;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations {
  width: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations .value {
  position: relative;
  /*   &:after
                            {
                                position: absolute;
                                top: 50%;
                                transform: translateY(-50%);
                                -webkit-transform: translateY(-50%);
                                right: 20px;
                                content: "\e901";
                                font-family: "icomoon";
                                pointer-events: none;
                                font-size: 9px;
                            }*/
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations .reset_variations {
  display: none !important;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select:focus {
  outline: 0px;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations label {
  display: none;
}

.product-inner-wrapper .product .entry-summary {
  width: 400px;
}

.product-inner-wrapper .product .entry-summary .cake-select-pickup-location {
  display: none;
}

.product-inner-wrapper .product .entry-summary .out-of-stock {
  height: 50px;
  width: 100%;
  background: #fff;
  color: #4e4e4e;
  text-align: center;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  letter-spacing: 1.5px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper {
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 19px;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper.hide-add-to-cart .cart {
  display: none;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper.hide-add-to-cart .selected-delivery-option {
  display: none;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .change-cake-delivery-option {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  font-family: "Founders Grotesk Text";
  position: absolute;
  left: 0;
  top: -20px;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .selected-delivery-option {
  width: 100%;
  background: #F2F0EF;
  padding: 12px 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  font-family: 'Galaxie Copernicus Book';
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .selected-delivery-option .price {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-step {
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  pointer-events: none;
  width: 100%;
  background: #F2F0EF;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-step.active {
  opacity: 1;
  pointer-events: auto;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-delivery {
  width: 100%;
  background: #F2F0EF;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-suburb-delivery {
  width: 100%;
  background: #F2F0EF;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay label {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 15px;
  display: block;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay button {
  color: #F2F0EF;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay button .button-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  /*  &:after
						{
							position: absolute;
							top: 50%;
							transform: translateY(-50%);
							-webkit-transform: translateY(-50%);
							right: 20px;
							content: "\e901";
							font-family: "icomoon";
							pointer-events: none;
							font-size: 9px;
						}*/
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper.error:after {
  color: #B85756;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper.error select {
  border: solid 1px #B85756;
  color: #B85756;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select:focus {
  outline: 0px;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-delivery-message {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'Galaxie Copernicus Book';
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-delivery-options {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-delivery-options a {
  width: 47%;
  background: none;
  border: solid 1px #4e4e4e;
  color: #4e4e4e;
}

.product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .cake-delivery-options a:hover {
  background: #4e4e4e;
  color: #fff;
}

.product-inner-wrapper .product .entry-summary .cart {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.product-inner-wrapper .product .entry-summary .cart .reset_variations {
  display: none !important;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations {
  width: 100%;
  display: block;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations tbody {
  display: block;
  width: 100%;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations tr {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations tr label {
  width: 100%;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 17px;
  display: block;
  display: none;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations tr .value {
  position: relative;
  /*  &:after
                                    {
                                        position: absolute;
                                        top: 50%;
                                        transform: translateY(-50%);
                                        -webkit-transform: translateY(-50%);
                                        right: 20px;
                                        content: "\e901";
                                        font-family: "icomoon";
                                        pointer-events: none;
                                        font-size: 9px;
                                    }*/
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: solid 1px #4e4e4e;
  border-radius: 0px;
  background: none;
  height: 50px;
  width: 100%;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  color: #4e4e4e;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select:focus {
  outline: 0px;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select::-webkit-input-placeholder {
  /* Chrome */
  color: #9C9D9C;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select:-ms-input-placeholder {
  /* IE 10+ */
  color: #9C9D9C;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select::-moz-placeholder {
  /* Firefox 19+ */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .variations select:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #9C9D9C;
  opacity: 1;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .woocommerce-variation-add-to-cart-disabled {
  opacity: .4;
  pointer-events: none;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .add-to-bag {
  width: 100%;
  margin-top: 25px;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .add-to-bag .woocommerce-variation-price {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: right;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .woocommerce-variation-add-to-cart {
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.product-inner-wrapper .product .entry-summary .cart.variations_form .woocommerce-variation-add-to-cart button {
  display: inline-block;
}

.product-inner-wrapper .product .entry-summary .cart.loading-add-to-cart .button,
.product-inner-wrapper .product .entry-summary .cart.loading-add-to-cart .quantity,
.product-inner-wrapper .product .entry-summary .cart.loading-add-to-cart .variations {
  opacity: .1;
}

.product-inner-wrapper .product .entry-summary .cart.loading-add-to-cart .loading-div {
  opacity: 1;
}

.product-inner-wrapper .product .entry-summary .cart .loading-div {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.product-inner-wrapper .product .entry-summary .cart button {
  width: 100%;
  display: block;
}

.product-inner-wrapper .product .entry-summary .cart .quantity {
  width: 50px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-inner-wrapper .product .entry-summary .cart .quantity input {
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  width: 100%;
  background: #fcfbfb;
  border: solid 1px #4e4e4e;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  letter-spacing: 1.5px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-inner-wrapper .product .entry-summary .cart .quantity input:focus {
  outline: 0px;
}

.product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item:first-of-type {
  border-top: 0px;
}

.product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item.active .accordion-title {
  color: #4e4e4e;
}

.product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item.active .accordion-title i {
  color: #4e4e4e;
}

.product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item .accordion-content {
  font-size: 14px;
}

.product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item .accordion-title {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #9C9D9C;
  padding: 10px 0px;
}

.product-inner-wrapper .product .entry-summary .product-description {
  font-size: 20px;
  line-height: 27px;
  font-family: 'Galaxie Copernicus Book';
  margin-bottom: 29px;
  margin-top: 20px;
}

.product-inner-wrapper .product .entry-summary .product-description strong {
  font-family: 'Galaxie Copernicus Medium';
}

.product-inner-wrapper .product .entry-summary .product-description em {
  font-style: italic;
}

.product-inner-wrapper .product .entry-summary .sub-title {
  font-size: 14px;
  line-height: 17px;
  color: #9C9D9C;
  font-family: "Founders Grotesk Text";
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}

.product-inner-wrapper .product .entry-summary .product-title-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 5px;
}

.product-inner-wrapper .product .entry-summary .product-title-wrapper .product-title {
  font-size: 24px;
  max-width: 330px;
}

.product-inner-wrapper .product .entry-summary .product-title-wrapper .price {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.product-image-wrapper {
  width: 613px;
  margin-right: 140px;
  position: relative;
}

.product-image-wrapper.dots-white .owl-dots .owl-dot {
  border: solid 1px #fff;
}

.product-image-wrapper.dots-white .owl-dots .owl-dot.active {
  background: #fff;
}

.product-image-wrapper .product-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  letter-spacing: 1.5px;
  color: #4e4e4e;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}

.product-image-wrapper .product-badge img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.product-image-wrapper .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 35px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.product-image-wrapper .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border: solid 1px #9c9d9c;
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 7px;
  border-radius: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.product-image-wrapper .owl-dots .owl-dot.active {
  background: #9c9d9c;
}

.product-image-wrapper .inside-wrapper {
  position: relative;
}

.product-image-wrapper .inside-wrapper.active .inside {
  opacity: 1;
  pointer-events: auto;
}

.product-image-wrapper .inside-wrapper .inside {
  background: #F7E1DF;
  color: #4e4e4e;
  position: absolute;
  bottom: 100%;
  right: 43px;
  width: 100%;
  max-width: 446px;
  z-index: 2;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Galaxie Copernicus Book';
  font-size: 15px;
  line-height: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-image-wrapper .inside-wrapper .inside strong {
  font-family: 'Galaxie Copernicus Medium';
}

.product-image-wrapper .inside-wrapper .inside em {
  font-style: italic;
}

.product-image-wrapper .inside-wrapper .inside p:last-of-type {
  margin-bottom: 0px;
}

.product-image-wrapper .inside-wrapper .inside p {
  margin-bottom: 24px;
}

.product-image-wrapper .inside-wrapper .inside h2,
.product-image-wrapper .inside-wrapper .inside h3,
.product-image-wrapper .inside-wrapper .inside h4 {
  font-family: "Founders Grotesk Text";
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.product-image-wrapper .button-whats-inside {
  background: #F7E1DF;
  color: #4e4e4e;
  max-width: 446px;
  margin-left: auto;
  margin-right: 43px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.product-image-wrapper .button-whats-inside:hover {
  background: #F7E1DF;
}

.product-image-wrapper .button-whats-inside i {
  font-size: 25px;
}

.product-image-wrapper .owl-item {
  background: #f1f0ee;
}

.product-image-wrapper .product-image {
  height: 630px;
  width: 100%;
}

.certification-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.certification-wrapper .certification-image {
  margin-right: 25px;
}

.certification-wrapper .certification-image img {
  width: 100%;
  height: auto;
}

.related-products-wrapper {
  padding: 85px 0px;
}

.related-products-wrapper h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 49px;
}

.related-products-wrapper .related-products {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.related-products-wrapper .related-products .product-listing-item {
  cursor: none;
  position: relative;
  display: block;
}

.related-products-wrapper .related-products .product-listing-item .product-listing-badge-image-wrapper {
  overflow: hidden;
}

.related-products-wrapper .related-products .product-listing-item .product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  color: #4e4e4e;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}

.related-products-wrapper .related-products .product-listing-item .product-badge img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.related-products-wrapper .related-products .product-listing-item:hover .follow-cursor {
  opacity: 1;
  display: inline-block;
}

.related-products-wrapper .related-products .product-listing-image {
  width: 100%;
  height: 293px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.related-products-wrapper .related-products .product-listing-image .product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.5px;
  white-space: nowrap;
  color: #4e4e4e;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 2;
}

.related-products-wrapper .related-products .product-listing-image .product-badge img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.related-products-wrapper .related-products .product-listing-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .4;
}

.featured-block-wrapper {
  background: #f2f0ef;
  padding: 50px 0px;
}

.featured-block-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.featured-block-wrapper .inner-wrapper .featured-block-image {
  width: 550px;
  height: 400px;
}

.featured-block-wrapper .inner-wrapper .featured-block-content-wrapper {
  width: 100%;
  max-width: 411px;
}

.featured-block-wrapper .inner-wrapper h3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.featured-block-wrapper .inner-wrapper .button {
  max-width: 267px;
  color: #f2f0ef;
}

.featured-block-wrapper .inner-wrapper .featured-block-content {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 100px;
}

#footer {
  padding-top: 82px;
  padding-bottom: 57px;
  margin-top: 88px;
  background: #fcfbfb;
  border-top: solid 2px #f7f5f5;
}

#footer .inner-wrapper .footer-row-copyright {
  margin-top: 124px;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #9C9D9C;
  text-transform: uppercase;
}

#footer .inner-wrapper .footer-row-copyright a {
  color: #9C9D9C;
  position: relative;
}

#footer .inner-wrapper .footer-row-copyright a:after {
  height: 1px;
  content: '';
  background: #9C9D9C;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer .inner-wrapper .footer-row-copyright a:hover:after {
  opacity: 1;
  width: 100%;
}

#footer .inner-wrapper .footer-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

#footer .inner-wrapper .footer-row .footer-text {
  font-family: 'Galaxie Copernicus Book';
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  max-width: 498px;
}

#footer .inner-wrapper .footer-row .social-links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

#footer .inner-wrapper .footer-row .social-links a {
  margin-left: 8px;
  font-size: 15px;
}

#footer .inner-wrapper .footer-row .footer-menu {
  max-width: 445px;
  width: 100%;
}

#footer .inner-wrapper .footer-row .footer-menu .footer-nav {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .inner-wrapper .footer-row .footer-menu .footer-nav li {
  width: 50%;
  margin-bottom: 5px;
}

#footer .inner-wrapper .footer-row .footer-menu .footer-nav li a {
  font-size: 14px;
  letter-spacing: 1.5px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

#footer .inner-wrapper .footer-row .footer-menu .footer-nav li a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer .inner-wrapper .footer-row .footer-menu .footer-nav li a:hover:after {
  opacity: 1;
  width: 100%;
}

.fixed-footer {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

.fixed-footer .latest-journal-wrapper {
  height: 100vh;
}

.fixed-footer.active {
  display: block;
  pointer-events: auto;
}

.subscribe-wrapper {
  background: #197b6c;
  color: #f5ebed;
  width: 100%;
  height: 40%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.subscribe-wrapper.active .inner-wrapper .subscribe-form-wrapper,
.subscribe-wrapper.active .inner-wrapper .subscribe-description {
  opacity: 0;
  pointer-events: none;
}

.subscribe-wrapper.active .inner-wrapper .subscribe-thank-you {
  pointer-events: auto;
  opacity: 1;
}

.subscribe-wrapper .inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper {
  width: 100%;
  max-width: 616px;
  padding-top: 45px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper {
  position: relative;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_footer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 185px;
  z-index: 1;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer .gform_button, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer button {
  background: #f5ebed;
  color: #197b6c;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer .gform_button .button-inner, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer button .button-inner {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer .gform_button .button-inner i, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer button .button-inner i {
  font-size: 10px;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > #field_1_2 {
  margin-bottom: 0px;
  padding-right: 197px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea {
  padding: 0px;
  color: #f5ebed;
  border: 0px;
  border-bottom: solid 1px #f5ebed;
  font-size: 26px;
  text-transform: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-webkit-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-webkit-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]::-webkit-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select::-webkit-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #f5ebed;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-ms-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-ms-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]:-ms-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select:-ms-input-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #f5ebed;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]::-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]::-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]::-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select::-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5ebed;
  opacity: 1;
}

.subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"]:-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"]:-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"]:-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select:-moz-placeholder, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #f5ebed;
  opacity: 1;
}

.subscribe-wrapper .inner-wrapper .gform_wrapper form .gform_body > .gform_fields > li input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #197b6c inset;
  color: #f5ebed !important;
}

.subscribe-wrapper .inner-wrapper .subscribe-thank-you {
  width: 100%;
  max-width: 390px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.subscribe-wrapper .inner-wrapper .subscribe-thank-you h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 33px;
}

.subscribe-wrapper .inner-wrapper .subscribe-thank-you .thank-you-message {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
}

.subscribe-wrapper .inner-wrapper .subscribe-description {
  width: 100%;
  max-width: 390px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.subscribe-wrapper .inner-wrapper .subscribe-description h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 33px;
}

.subscribe-wrapper .inner-wrapper .subscribe-description p {
  font-family: 'Galaxie Copernicus Book';
  font-size: 28px;
  line-height: 34px;
}

.instagram-feed-wrapper {
  background: #f7e1df;
  color: #4e4e4e;
  padding: 75px 0px 100px;
}

.instagram-feed-wrapper .instagram-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 65px;
  font-family: 'Galaxie Copernicus Book';
}

.instagram-feed-wrapper .instagram-links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px;
}

.instagram-feed-wrapper .instagram-links a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  position: relative;
}

.instagram-feed-wrapper .instagram-links a:after {
  height: 1px;
  content: '';
  background: #4e4e4e;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.instagram-feed-wrapper .instagram-links a:hover:after {
  opacity: 1;
  width: 100%;
}

.instagram-feed-wrapper .instagram-images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.instagram-feed-wrapper .instagram-images .instagram-image {
  width: 14.68253968253968%;
}

.instagram-feed-wrapper .instagram-images .instagram-image a {
  line-height: 0px;
  display: block;
  overflow: hidden;
}

.instagram-feed-wrapper .instagram-images .instagram-image .instagram-likes {
  margin-top: 13px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1.5px;
}

.instagram-feed-wrapper .instagram-images .instagram-image .instagram-likes i {
  font-size: 10px;
}

.instagram-feed-wrapper .instagram-images .instagram-image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.instagram-feed-wrapper .instagram-images .instagram-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.instagram-feed-wrapper a {
  color: #4e4e4e;
}

.instagram-wrapper {
  background: #efdce2;
  color: #197b6c;
  width: 100%;
  height: 60%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.instagram-wrapper .instagram-title {
  text-align: center;
  font-size: 38px;
  margin-bottom: 65px;
  font-family: 'Galaxie Copernicus Book';
}

.instagram-wrapper .instagram-links {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px;
}

.instagram-wrapper .instagram-links a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  position: relative;
}

.instagram-wrapper .instagram-links a:after {
  height: 1px;
  content: '';
  background: #197b6c;
  width: 0px;
  position: absolute;
  top: calc(100% + 2px);
  pointer-events: none;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.instagram-wrapper .instagram-links a:hover:after {
  opacity: 1;
  width: 100%;
}

.instagram-wrapper .instagram-images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.instagram-wrapper .instagram-images .instagram-image {
  width: 14.68253968253968%;
}

.instagram-wrapper .instagram-images .instagram-image a {
  line-height: 0px;
  display: block;
  overflow: hidden;
}

.instagram-wrapper .instagram-images .instagram-image a .instagram-image-inner {
  height: 185px;
  width: 100%;
  display: block;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.instagram-wrapper .instagram-images .instagram-image a:hover .instagram-image-inner {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.instagram-wrapper .instagram-images .instagram-image .instagram-likes {
  margin-top: 13px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1.5px;
}

.instagram-wrapper .instagram-images .instagram-image .instagram-likes i {
  font-size: 10px;
}

.instagram-wrapper a {
  color: #197b6c;
}

@media screen and (max-width: 1410px) {
  .cart-wrapper,
  .popout {
    padding-right: 75px;
  }
  .cart-items .cart-item {
    position: relative;
  }
  .cart-items .cart-item .cart-item-remove {
    position: absolute;
    bottom: 19px;
    right: 0;
  }
  .cart-items .cart-item .cart-item-price {
    width: auto;
  }
}

@media screen and (max-width: 1300px) {
  .woocommerce-error {
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper {
    max-width: 546px;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper iframe {
    height: 25.7vw;
  }
  .instagram-wrapper .instagram-images .instagram-image a .instagram-image-inner {
    height: 13.5vw;
  }
  .related-products-wrapper .related-products .product-listing-image {
    width: 100%;
    height: 21vw;
  }
  .page-template-template-about .process-wrapper .slide .slide-info {
    left: 30px;
    top: 30px;
    padding: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .page-template-template-about .process-wrapper .slide .slide-info .step {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 9px;
  }
  .subscribe-wrapper.active .inner-wrapper .subscribe-thank-you {
    left: 30px;
  }
  .banner .banner-image {
    height: 54px;
    width: 70px;
    position: absolute;
    bottom: auto;
    top: calc(50% - 28px);
    transform: none !important;
    -webkit-transform: none !important;
  }
  .banner .banner-inner {
    padding-right: 90px;
  }
  .popup-product-info .product-inner-wrapper {
    padding: 0px;
  }
  .popup-product-info .product-inner-wrapper .product {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0px;
  }
  .inner-wrapper {
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .latest-journal-wrapper .journal-items .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
    height: 31vw;
  }
  .latest-journal-wrapper .journal-items .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
    height: 22vw;
  }
  .featured-products-wrapper .inner-wrapper .featured-products .product-listing-item .product-listing-image {
    height: 27vw;
  }
  .featured-products-wrapper .inner-wrapper {
    padding-right: 0px;
  }
  .featured-products-wrapper .inner-wrapper .featured-products-info h3 {
    margin-bottom: 45px;
  }
  .home-page-slider-wrapper .dots-wrapper {
    left: 30px;
  }
  .home-featured-items-wrapper .category-row:first-child .home-featured-item:first-child {
    width: 39.68253968253968%;
    height: 37vw;
  }
  .home-featured-items-wrapper .category-row:first-child .home-featured-item:nth-child(2) {
    width: 23.33333333333333%;
    height: 22vw;
  }
  .home-featured-items-wrapper .category-row:first-child .home-featured-item:nth-child(3) {
    width: 31.58730158730159%;
    height: 30vw;
  }
  .home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:first-child {
    width: 31.58730158730159%;
    height: 30vw;
  }
  .home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:nth-child(2) {
    width: 14.76190476190476%;
    height: 13vw;
  }
  .home-featured-items-wrapper .category-row:nth-child(even) .home-featured-item:nth-child(3) {
    width: 48.80952380952381%;
    height: 23vw;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image {
    height: 18vw;
  }
  .stockists-page-wrapper .flagship-stores .flagship-store .store-image {
    height: 34vw;
  }
  .product-inner-wrapper .product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .product-inner-wrapper .product .product-image-wrapper {
    width: 50%;
    margin-right: 0px;
  }
  .product-inner-wrapper .product .entry-summary {
    width: 50%;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-inner-wrapper .product .product-image-wrapper .product-image {
    height: 49vw;
  }
  .shop-product-listing .product-listing-item {
    width: 22vw;
  }
  .shop-product-listing .product-listing-item .product-listing-image {
    height: 22vw;
  }
  .shop-product-listing .product-listing-item {
    margin-bottom: 2vw;
  }
  #footer .inner-wrapper .footer-row .footer-text {
    max-width: 300px;
  }
  #footer .inner-wrapper .footer-row .footer-menu {
    max-width: 370px;
  }
}

@media screen and (max-width: 1120px) {
  body.single-careers .page-builder-wrapper {
    max-width: 100%;
    width: 61%;
  }
  body.single-careers .apply-wrapper {
    max-width: 100%;
    width: 36%;
  }
}

@media screen and (max-width: 1030px) {
  .header .inner-wrapper .show-hide-menu:after,
  .breadcrumb-wrapper a:after,
  .menu-wrapper .inner-wrapper .menu-account-wrapper a:after,
  #footer .inner-wrapper .footer-row .footer-menu .footer-nav li a:after,
  #footer .inner-wrapper .footer-row-copyright a:after,
  .stockists-wrapper .stockists-filter-switch a:after,
  .stockist-marker-item .marker-info-wrapper .directions-link:after,
  .latest-journal-wrapper .journal-title-wrapper a:after,
  .featured-products-wrapper .inner-wrapper .featured-products-info a:after,
  .instagram-wrapper .instagram-links a:after,
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .product-info-link:after,
  .stockists-wrapper .stockists-filter-switch a:after {
    display: none;
  }
  .header .inner-wrapper .show-hide-menu:hover:after,
  .breadcrumb-wrapper a:hover:after,
  .menu-wrapper .inner-wrapper .menu-account-wrapper a:hover:after,
  #footer .inner-wrapper .footer-row .footer-menu .footer-nav li a:hover:after,
  #footer .inner-wrapper .footer-row-copyright a:hover:after,
  .stockists-wrapper .stockists-filter-switch a:hover:after,
  .stockist-marker-item .marker-info-wrapper .directions-link:hover:after,
  .latest-journal-wrapper .journal-title-wrapper a:hover:after,
  .featured-products-wrapper .inner-wrapper .featured-products-info a:hover:after,
  .instagram-wrapper .instagram-links a:hover:after,
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-info-wrapper .product-info-link:hover:after,
  .stockists-wrapper .stockists-filter-switch a:hover:after {
    display: none;
  }
  /*
    .product-inner-wrapper .product .entry-summary .cart .quantity
    {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .product-inner-wrapper .product .entry-summary .cart
    {
        padding-left: 50px;
        @include box-sizing(border-box); 
        display: block;
        width: 100%;
        background: red;
    }

    .product-inner-wrapper .product .entry-summary .cart button
    {
       
    }*/
  .iage-slide {
    width: 400px;
    margin-right: 60px;
  }
  .product-image-wrapper .button-whats-inside {
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  .related-products-wrapper .related-products .product-listing-image:hover {
    -webkit-transform: none;
            transform: none;
  }
  #footer .inner-wrapper .footer-row .footer-menu .footer-nav li a:after {
    display: none;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer .gform_button .button-inner i, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_footer button .button-inner i {
    font-size: 8.5px;
  }
  #footer .inner-wrapper .footer-row .footer-menu .footer-nav li {
    margin-bottom: 3px;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .google-map-wrapper .google-map {
    height: 70vh !important;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-filter-list {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 30px;
  }
  .stockists-wrapper .stockists-filter-switch {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .optional-product-cart-item > .cart-item-add-to-cart {
    display: none;
  }
  .optional-products-wrapper .cart-item-details .cart-item-add-to-cart {
    display: inline-block;
  }
  .optional-products-wrapper .cart-item .cart-item-details {
    width: 72%;
  }
  .optional-products-wrapper .cart-item .cart-item-details h4 {
    margin-bottom: 10px;
  }
  .follow-cursor {
    display: none !important;
  }
  .home-page-wrapper {
    padding-top: 40px;
  }
  .home-featured-items-wrapper .category-row {
    display: none;
  }
  .home-featured-items-wrapper .mobile-categories {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 42px;
  }
  div.scrollableArea .iage-slide {
    width: 24vw;
  }
  .woocommerce-checkout .checkout-tab-step-wrapper {
    width: 60%;
  }
  .woocommerce-checkout .checkout-summary-wrapper {
    width: 38%;
  }
  .bag-wrapper a span {
    padding-top: 0px !important;
    padding-bottom: 1px !important;
  }
  .product-inner-wrapper .product .product-image-wrapper .inside-wrapper .inside {
    width: 100%;
    max-width: 100%;
    right: 0px;
    max-height: 300px;
    overflow-y: auto;
  }
  .shop-category-list .product-category {
    margin-bottom: 30px;
  }
  .shop-category-list .product-category .product-category-image {
    height: 23vw;
  }
  .shop-category-list .product-category .follow-cursor {
    display: none;
  }
  .shop-category-list .product-category .mobile-title {
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-top: 10px;
  }
  .shop-product-listing .product-listing-item .follow-cursor {
    display: none;
  }
  .shop-product-listing .product-listing-item {
    margin-bottom: 17px;
  }
  .shop-product-listing .product-listing-item .mobile-title {
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .home-categories-wrapper-desktop {
    display: none;
  }
  .home-categories-wrapper-mobile {
    display: block;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .remove-bundle-cart-item {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    bottom: auto;
    top: 0;
  }
  .find-us-content-row-wrapper .text-image-wrapper .content-wrapper {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
  .find-us-content-row-wrapper .text-image-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .find-us-content-row-wrapper .text-image-wrapper .content-image-wrapper {
    width: 100%;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .bundle-cart-column-product {
    padding-left: 25px;
  }
  .service-list-wrapper .service {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-list-wrapper .service .service-image {
    width: 100%;
    height: 66vw;
    margin-bottom: 30px;
  }
  .service-list-wrapper .service .service-info {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
  }
  .featured-products-wrapper {
    display: none;
  }
  .journal-lists-wrapper .journal-column-4,
  .search-lists-wrapper .journal-column-4 {
    display: none;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item {
    width: 48%;
    margin-bottom: 26px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-bundle-image {
    height: 45.5vw;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours {
    width: 100%;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-desktop {
    display: none;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .bundle-cart-inner {
    display: none;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart .bundle-cart-product-list .bundle-cart-row .bundle-cart-column-image {
    display: none;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile {
    display: block;
    padding: 0px;
    top: auto;
    z-index: 1;
    transform: translateY(110%);
    -webkit-transform: translateY(110%);
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-actions {
    padding: 30px;
    background: #fcfbfb;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-product-list {
    padding: 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 50vh;
    overflow-y: scroll;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    background: #fff;
    font-size: 18px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper .bundle-cart-counter {
    font-size: 18px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper .show-hide-my-bundle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper .show-hide-my-bundle.active i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper .show-hide-my-bundle i {
    margin-left: 10px;
    font-size: 10px;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .journal-lists-wrapper .journal-column-3,
  .search-lists-wrapper .journal-column-3 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .journal-lists-wrapper .journal-column.column-3 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
  .journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-3 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
    height: 42vw;
  }
  .journal-lists-wrapper .journal-column.column-3 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
  .journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-3 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
    height: 31vw;
  }
  .journal-lists-wrapper .journal-column.column-2 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-2 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
    height: 42vw;
  }
  .journal-lists-wrapper .journal-column.column-2 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-2 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
    height: 31vw;
  }
}

@media screen and (max-width: 900px) {
  .popout-open.ios-device {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-wrapper .inner-wrapper .menu-account-wrapper .primary-menu-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .menu-wrapper .inner-wrapper .menu-account-wrapper .account-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  .menu-wrapper .inner-wrapper .menu-account-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper h3 {
    margin-bottom: 17px;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper .search-form {
    display: none;
  }
  .page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-image-wrapper {
    max-width: 80px;
    margin-right: 65px;
  }
  .page-template-template-about .practices-wrapper .certifications-wrapper .certification {
    height: 167px;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper iframe {
    height: 52.2vw;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .our-impact-contet {
    width: 100%;
  }
  .say-hi-wrapper .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .say-hi-wrapper .inner-wrapper .say-hi-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .say-hi-wrapper .inner-wrapper .button {
    width: 100%;
    display: block;
  }
  .say-hi-button-wrapper {
    width: 293px;
  }
  .popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    overflow-y: auto;
  }
  .stockists-wrapper .stockists-list-ajax-wrapper .online-stockists-list a {
    width: 48%;
  }
  .instagram-wrapper .instagram-images .instagram-image a .instagram-image-inner {
    height: 20.5vw;
  }
  .home-page-slider-wrapper .slide .slide-info .button {
    min-width: 150px;
  }
  .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li {
    margin-bottom: 3px;
  }
  .related-products-wrapper .related-products .product-listing-image {
    height: 30vw;
  }
  .stockist-marker-item.mobile-listing.active {
    display: block !important;
  }
  .google-map-wrapper {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .google-map-wrapper.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper {
    margin-bottom: 30px;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .google-map-wrapper .google-map {
    height: 50vh !important;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list {
    width: 100%;
    height: 50vh;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-map-wrapper .stockists-map-list.active {
    pointer-events: auto;
    opacity: 1;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-filter-list {
    display: none;
  }
  .stockists-wrapper .stockists-list-ajax-wrapper .stockists-list-filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stockists-wrapper .stockists-filter-switch {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .stockists-wrapper .stockists-list-country-wrapper {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 8px;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .stockists-wrapper .stockists-filter-switch a {
    margin-right: 10px;
    margin-left: 0px;
  }
  .stockists-wrapper .stockists-map-switch {
    display: block;
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .add-to-bag {
    width: 100%;
  }
  .page-template-template-about .our-teams .our-team {
    width: 48%;
  }
  .page-template-template-about .our-story-wrapper .our-story-column2 {
    width: 48%;
  }
  .bundle-cart .loading-div {
    display: none;
  }
  .loading-div.mobile-loading {
    position: fixed;
    z-index: 20;
    display: block;
  }
  .loading .loading-div.mobile-loading {
    opacity: 1;
  }
  .loading #site-wrapper > div {
    opacity: .3;
  }
  body .home-page-slider-wrapper .slide {
    background: none !important;
  }
  .latest-journal-wrapper .journal-items .journal-item:nth-child(4), .latest-journal-wrapper .journal-items .journal-item:nth-child(3) {
    display: none;
  }
  .latest-journal-wrapper .journal-items .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
    height: 61vw;
  }
  .latest-journal-wrapper .journal-items .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
    height: 43vw;
  }
  .latest-journal-wrapper .journal-items .journal-item {
    width: 48%;
  }
  div.scrollableArea .iage-slide {
    width: 28vw;
    padding: 0px 55px;
  }
  .woocommerce-Address header .edit {
    max-width: 80px;
  }
  .cart-wrapper {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .home-page-slider-wrapper .mobile-slide-image {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .home-page-slider-wrapper .slide .slide-info {
    display: none;
  }
  .home-page-slider-wrapper .slide .mobile-slide-info {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .home-page-slider-wrapper .slide .inner-wrapper {
    height: calc(100% - 205px);
    padding: 0px;
  }
  .home-page-slider-wrapper .slide .slide-info h4 {
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .home-page-slider-wrapper .slide .slide-info .slide-content {
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .home-page-slider-wrapper .slide .slide-info .button-wrapper {
    position: absolute;
    bottom: -24px;
    left: 30px;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .home-page-slider-wrapper .owl-item.active .slide .slide-info h4,
  .home-page-slider-wrapper .owl-item.active .slide .slide-info .slide-content,
  .home-page-slider-wrapper .owl-item.active .slide .slide-info .button-wrapper {
    opacity: 1;
  }
  .login-form-wrapper .login-form-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .login-form-wrapper .login-form-footer a {
    margin-right: 0px;
  }
  .woocommerce-checkout .checkout-wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .woocommerce-checkout .checkout-tab-step-wrapper {
    width: 100%;
  }
  .woocommerce-checkout .checkout-summary-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: static;
  }
  .cart-wrapper,
  .popout {
    width: 80%;
    height: 100%;
  }
  /* .cart-open .fixed-footer,
    .cart-open #site-wrapper,
    .cart-open .header,
    .popout-open .fixed-footer,
    .popout-open #site-wrapper,
    .popout-open .header,
    .cart-open .home-page-slider-wrapper,
    .popout-open .home-page-slider-wrapper
    {
        transform: translateX(-70%);
        -webkit-transform: translateX(-70%);
    }*/
  .cart-wrapper .cart-inner-wrapper {
    max-width: 100%;
  }
  .stockists-page-wrapper .stores .store .store-details-wrapper .store-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column {
    width: 100%;
    margin-bottom: 18px;
  }
  .stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column a {
    display: block;
  }
  #footer .inner-wrapper .footer-row .footer-text {
    display: none;
  }
  #footer .inner-wrapper .footer-row .footer-menu {
    max-width: 420px;
  }
  .shop-product-listing .product-listing-item {
    width: 45vw;
  }
  .shop-product-listing .product-listing-item .product-listing-image {
    height: 44.5vw;
  }
  .banner .banner-inner {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product-inner-wrapper .product .entry-summary .product-title-wrapper .product-title {
    font-size: 18px;
    line-height: 22px;
  }
  .product-inner-wrapper .product .entry-summary .product-description {
    font-size: 17px;
    line-height: 22px;
  }
  .product-inner-wrapper .product .entry-summary .cart {
    margin-bottom: 20px;
  }
  .instagram-feed-wrapper .instagram-images .instagram-image,
  .instagram-wrapper .instagram-images .instagram-image {
    width: 22%;
  }
  .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(6), .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(5),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(6),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(5) {
    display: none;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > #field_1_2 {
    padding-right: 0px;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_footer {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .subscribe-wrapper,
  .instagram-wrapper {
    height: 50%;
  }
  .subscribe-wrapper .inner-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper {
    padding-top: 20px;
  }
  .home-page-slider-wrapper .slide .slide-info {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
}

@media screen and (max-width: 700px) {
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-last,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-first,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-wide {
    width: 100%;
  }
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-last #stripe-cvc-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-last #stripe-exp-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-last #stripe-card-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-first #stripe-cvc-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-first #stripe-exp-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-first #stripe-card-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-wide #stripe-cvc-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-wide #stripe-exp-element,
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row-wide #stripe-card-element {
    height: 40px;
    padding: 10px;
  }
  .home-categories-wrapper-mobile .mobile-category .mobile-category-image {
    height: 93vw;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper h3 {
    margin-bottom: 14px;
  }
  .woocommerce-error {
    padding: 0px 15px;
  }
  .cart-wrapper,
  .popout {
    width: 100%;
    height: 100%;
  }
  .popout-country .popout-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popout-country .popout-content .select-item-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .cookies-notice-wrapper .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cookies-notice-wrapper .inner-wrapper .close-cookie-notice {
    margin-left: 0px;
    width: 100%;
    margin-top: 15px;
  }
  .ios-device .newsletter-signup-wrapper.popout {
    bottom: auto !important;
    top: calc(50% - 114.5px) !important;
  }
  .ios-device.newsletter-open,
  .ios-device.cart-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .page-module-slider {
    margin-bottom: 32px;
  }
  .say-hi-button-wrapper {
    width: 100%;
  }
  .related-products-wrapper .related-products .product-listing-image {
    height: 74vw;
  }
  .related-products-wrapper .owl-stage {
    right: 37px;
  }
  .related-products-wrapper .owl-stage .owl-item.active .product-listing-item .product-listing-badge-image-wrapper {
    opacity: 1;
  }
  .related-products-wrapper .owl-stage .owl-item .product-listing-item .product-listing-badge-image-wrapper {
    opacity: .3;
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .popup .popup-inner {
    padding: 15px;
  }
  .iage-slide {
    width: 200px;
    margin-right: 30px;
  }
  .popup {
    padding: 15px 15px 15px 15px;
  }
  .product-image-wrapper .inside-wrapper .inside {
    max-height: 250px;
    overflow-y: scroll;
  }
  .contact-page-wrapper .contact-write-wrapper .locations-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup .popup-inner .close-popup {
    right: 30px;
    top: 30px;
    z-index: 3;
  }
  .contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item {
    width: 100%;
  }
  .contact-page-wrapper .contact-write-wrapper .locations-wrapper .location-item:first-child {
    margin-bottom: 30px;
  }
  .stockists-wrapper .stockists-list-ajax-wrapper .online-stockists-list a {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper iframe {
    height: 52.6vw;
  }
  .instagram-wrapper .instagram-images .instagram-image a .instagram-image-inner {
    height: 45.5vw;
  }
  .popout-open,
  .cart-open {
    overflow: hidden;
  }
  .woocommerce-checkout .checkout-step-payment #payment ul > .payment_method_stripe .payment_box .wc-credit-card-form .form-row.form-row-wide input {
    width: 100% !important;
  }
  .fixed-mobile-nav .fixed-nav-wrapper {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
  }
  .fixed-footer .latest-journal-wrapper {
    height: auto;
  }
  .latest-journal-wrapper {
    padding: 30px 0px 33px;
  }
  .home-featured-items-wrapper .mobile-categories {
    padding-bottom: 22px;
  }
  .header .inner-wrapper .show-hide-menu {
    padding-top: 0px;
  }
  .product-inner-wrapper .product .entry-summary .additional-info-wrapper .accordion-item .accordion-title {
    padding: 12px 0px;
  }
  .woocommerce-checkout .checkout-step-shipping .button-continue-to-payment,
  .woocommerce-checkout #place_order {
    width: 100%;
  }
  .single-journal-wrapper .category-wrapper {
    margin-bottom: 40px;
  }
  .related-products-wrapper .inner-wrapper {
    padding: 0px;
  }
  .related-products-wrapper h2 {
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .related-products-slider .product-listing-item {
    position: relative;
  }
  .related-products-slider .product-listing-item .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    line-height: 17px;
    letter-spacing: 1.5px;
    color: #4e4e4e;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 2;
    white-space: nowrap;
  }
  .related-products-slider .product-listing-item .product-badge img {
    width: 20px;
    height: auto;
    margin-right: 8px;
  }
  .related-products-slider .product-listing-image {
    height: 70vw;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }
  .related-products-slider .mobile-title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-filter-list {
    display: none;
  }
  .stockists-wrapper .stockists-list-ajax-wrapper .stockists-list-filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stockists-wrapper .stockists-filter-switch {
    -webkit-box-ordinal-group: 2;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .stockists-wrapper .stockists-list-country-wrapper {
    -webkit-box-ordinal-group: 3;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .stockists-wrapper .stockists-map-ajax-wrapper .stockists-filter-wrapper .stockists-filter-search-location {
    -webkit-box-ordinal-group: 4;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .stockists-wrapper .stockists-filter-switch a {
    margin-right: 10px;
    margin-left: 0px;
  }
  .page-template-template-about .process-wrapper .slide {
    height: 70vw;
  }
  .page-template-template-about .process-wrapper .slide .slide-info {
    bottom: 15px;
    top: auto;
    left: 15px;
    width: calc(100% - 30px);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-template-template-about .our-teams .our-team {
    width: 100%;
  }
  .page-template-template-about .our-teams .our-team:last-child {
    margin-bottom: 0px;
  }
  .page-template-template-about .about-page-wrapper blockquote p,
  .find-us-content-row-wrapper .text-image-wrapper .content-wrapper h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .find-us-content-row-wrapper .text-image-wrapper .content-wrapper {
    margin-bottom: 20px;
  }
  .page-template-template-about .about-intro-wrapper {
    padding-bottom: 50px;
  }
  .page-template-template-about .about-page-wrapper h3 {
    margin-bottom: 15px;
  }
  .page-template-template-about .process-wrapper .tagline {
    margin-bottom: 50px;
  }
  .page-template-template-about .our-story-wrapper,
  .page-template-template-about .process-wrapper,
  .page-template-template-about .practices-wrapper,
  .page-template-template-about .our-impact-wrapper,
  .page-template-template-about .our-teams-wrapper,
  .say-hi-wrapper {
    padding: 50px 0px;
  }
  .page-template-template-about .practices-wrapper .certifications-wrapper .certification {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-template-template-about .practices-wrapper .certifications-wrapper .certification-details .certification-image-content-wrapper .certification-image-wrapper {
    display: none;
  }
  .page-template-template-about .practices-wrapper .certifications-wrapper .certification-details {
    padding: 30px;
    margin-bottom: 15px;
  }
  .woocommerce-order-received .thank-you-page-wrapper .checkout-wrapper h2,
  .page-template-template-about .about-page-wrapper .tagline,
  .say-hi-wrapper .inner-wrapper .say-hi-text {
    font-size: 20px;
    line-height: 27px;
  }
  .page-template-template-about .about-intro-wrapper .inner-wrapper .tagline,
  .page-template-template-about .tagline,
  .page-template-template-about blockquote p {
    font-size: 17px;
    line-height: 22px;
  }
  .page-template-template-about blockquote p {
    margin-bottom: 15px;
  }
  .page-template-template-about .our-impact-wrapper .tagline {
    margin-bottom: 15px;
  }
  .page-template-template-about h3 {
    margin-bottom: 20px;
  }
  .page-template-template-about .our-story-wrapper .our-story-column-wrapper,
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-template-template-about .our-story-wrapper .our-story-column1 {
    width: 100%;
  }
  .page-template-template-about .our-story-wrapper .our-story-column2, .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .our-impact-contet {
    width: 100%;
  }
  .page-template-template-about .our-impact-wrapper .our-impact-content-wrapper .video-link-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .subscribe-wrapper.active .inner-wrapper .subscribe-thank-you {
    left: 15px;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-thank-you .thank-you-message {
    font-size: 17px;
    line-height: 22px;
  }
  .bone {
    display: block;
    margin-top: 4px;
  }
  .bull-dot {
    display: none;
  }
  .journal-mobile-slider {
    display: block !important;
  }
  .journal-mobile-slider .owl-stage,
  .process-slider .owl-stage {
    right: 37px;
  }
  .latest-journal-wrapper .journal-title-wrapper h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .latest-journal-wrapper .journal-title-wrapper {
    margin-bottom: 15px;
  }
  .latest-journal-wrapper .journal-title-wrapper a {
    display: none;
  }
  .latest-journal-wrapper .journal-items {
    display: none;
  }
  div.scrollableArea .iage-slide {
    width: 35vw;
    padding: 0px 40px;
  }
  .newsletter-signup-wrapper {
    bottom: 0px !important;
    right: 0px !important;
    max-width: 80%;
    height: auto !important;
    position: fixed !important;
    margin-top: 0px !important;
    top: auto !important;
    min-height: auto !important;
    padding-top: 15px !important;
  }
  .woocommerce #payment div.payment_method_braintree_credit_card div.form-row.wc-braintree-hosted-field-card-number-parent {
    width: 100% !important;
  }
  .shop-category-list .product-category:hover .product-category-image,
  .shop-product-listing .product-listing-item:hover .product-listing-image {
    transform: none;
    -webkit-transform: none;
  }
  .woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping #shipping_method {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .checkout-step-shipping .shop_table tfoot .shipping #shipping_method li {
    width: 100%;
    margin-bottom: 27px;
  }
  .woocommerce-account .woocommerce {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 22px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 40px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  .home-page-slider-wrapper .dots-wrapper {
    left: 15px;
    bottom: 15px;
  }
  .home-page-slider-wrapper .slide .slide-info .button-wrapper {
    left: 15px;
    bottom: -19px;
  }
  .home-page-slider-wrapper {
    position: static;
  }
  .home-page-slider-wrapper .slide {
    height: 420px;
  }
  body.home {
    padding-top: 0px;
  }
  .home-page-slider-wrapper .slide .mobile-slide-info {
    padding: 15px;
    padding-bottom: 0px;
  }
  .home-page-slider-wrapper .slide .slide-info h4 {
    font-size: 14px;
  }
  .home-page-slider-wrapper .slide .slide-info .slide-content {
    font-size: 20px;
    line-height: 27px;
  }
  .woocommerce-checkout .checkout-step-shipping .woocommerce-account-fields p,
  .woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p {
    width: 100%;
  }
  .woocommerce-checkout .checkout-step-shipping .col-1 {
    padding-bottom: 0px;
    border-bottom: solid 1px #cacaca;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
  .cart-wrapper .cart-inner-wrapper,
  .popout .popout-inner {
    max-width: 100%;
  }
  .woocommerce-checkout .checkout-tab-wrapper a {
    font-size: 14px;
    padding: 9px;
  }
  .woocommerce-checkout .checkout-step {
    padding: 15px;
    padding-top: 30px;
  }
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option label {
    margin-bottom: 10px;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option {
    width: 100%;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-delivery-options .cake-delivery-option:first-child {
    margin-bottom: 20px;
  }
  .ui-datepicker {
    width: calc(100vw - 60px);
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option {
    width: 100%;
  }
  .woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option:first-child {
    margin-bottom: 20px;
  }
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text, .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row select,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row select,
  body .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-form-row .input-text, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form p .input-text,
  .woocommerce-account .input-text, .woocommerce-account select,
  .product-inner-wrapper .product.product_cat-cakes .entry-summary .cart .variations select,
  .product-inner-wrapper .product .entry-summary .add-to-cart-wrapper .cake-price-overlay .select-wrapper select,
  .product-inner-wrapper .product.product_cat-cakes .entry-summary .cart.variations_form .variations select,
  .woocommerce-checkout .cart-coupon-wrapper .cart-coupon-code-form-wrapper input,
  .select2-container--default .select2-selection,
  .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"], .gform_wrapper form .gform_body > .gform_fields > li select,
  .woocommerce-checkout .cake-delivery-wrapper .cake-option-date-time-wrapper .cake-option input,
  .login-form-wrapper .login-form-row input, .register-form-wrapper .login-form-row input, .reset-pass-form-wrapper .login-form-row input, .change-pass-form-wrapper .login-form-row input {
    height: 40px;
    padding: 10px;
  }
  .woocommerce-checkout .checkout-step-shipping .woocommerce-additional-fields .notes textarea,
  .gform_wrapper form .gform_body > .gform_fields > li textarea {
    padding: 10px;
  }
  .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field:after, .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_state_field:after {
    right: 13px;
    bottom: 15px;
    font-size: 7px;
  }
  .woocommerce-checkout .checkout-step-shipping .newsletter-wrapper p {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .woocommerce-checkout .woocommerce-billing-fields .login-message-wrapper {
    top: 0;
  }
  .woocommerce-checkout .woocommerce-billing-fields .login-message-wrapper span {
    display: none;
  }
  .cart-wrapper,
  .popout {
    width: 100%;
    padding: 15px;
    padding-top: 72px;
  }
  .cart-wrapper .cart-inner-wrapper .cart-header h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .cart-wrapper .close-cart,
  .popout .show-hide-popout {
    position: absolute;
    right: 0px;
    top: -43px;
  }
  .login-form-wrapper .login-form-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .login-form-wrapper .login-form-footer a {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
  .bag-wrapper a i {
    display: none;
  }
  /*  .cart-open .fixed-footer,
    .cart-open #site-wrapper,
    .cart-open .header,
    .popout-open .fixed-footer,
    .popout-open #site-wrapper,
    .popout-open .header,
    .popout-open .home-page-slider-wrapper,
    .cart-open .home-page-slider-wrapper
    {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }*/
  .post-nav-wrapper .post-nav-item .post-nav-image-wrapper .post-nav-image {
    width: 40vw;
    height: 40vw;
  }
  .post-nav-wrapper .post-nav-item {
    max-width: 40vw;
  }
  .post-nav-wrapper .divider {
    height: 66vw;
  }
  .post-nav-wrapper .post-nav-item .nav-link {
    margin-bottom: 20px;
  }
  .post-nav-wrapper .post-nav-item .post-nav-image-wrapper {
    margin-bottom: 12px;
  }
  .post-nav-wrapper .post-nav-item .post-nav-title {
    font-size: 15px;
    line-height: 20px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .flavours .product-bundle-item .product-bundle-image {
    height: 95.5vw;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-header-wrapper {
    padding: 0px 15px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-product-list {
    padding: 15px;
  }
  .bundles-page-wrapper .bundle-flavours .inner-wrapper .bundle-cart-mobile .bundle-cart-actions {
    padding: 15px;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size {
    width: 100%;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size:last-of-type {
    margin-bottom: 0px;
  }
  .bundles-page-wrapper .bundle-choose-size {
    padding: 47px 0px;
  }
  .post-nav-wrapper {
    padding: 47px 0px;
  }
  .accordion-item .accordion-title {
    font-size: 15px;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image.bundle-6 {
    background: url(../images/bundle-2-mob.png) no-repeat center bottom;
    background-size: contain;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image.bundle-3 {
    background: url(../images/bundle-1-mob.png) no-repeat center bottom;
    background-size: contain;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size {
    margin-bottom: 0px;
  }
  .bundles-page-wrapper .bundle-choose-size .bundle-size-wrapper .bundle-size .bundle-size-image {
    height: 41vw;
    margin-bottom: 19px;
  }
  .bundles-page-wrapper .intro-text-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bundles-page-wrapper .step-title-wrapper {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .bundles-page-wrapper .intro-text-wrapper .intro p {
    font-size: 17px;
    line-height: 22px;
    max-width: 100%;
    margin-bottom: 43px;
  }
  .bundles-page-wrapper .intro-text-wrapper .intro-image-wrapper {
    max-width: 60vw;
    margin-right: 0px;
    margin-left: auto;
    width: 100%;
  }
  .stockists-page-wrapper .stores {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stockists-page-wrapper .stores .store {
    width: 100%;
    margin-bottom: 34px;
  }
  .stockists-page-wrapper .flagship-stores .flagship-store .store-image {
    height: 70vw;
  }
  .stockists-page-wrapper .stores .store .store-details-wrapper .store-detail-column .store-detail-item {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
  }
  .title-wrapper.has-sub-title .page-title {
    margin-bottom: 40px;
  }
  .page-builder-wrapper {
    margin-top: 0px;
  }
  .related-jobs-wrapper {
    padding: 41px 0px;
  }
  .related-jobs-wrapper .jobs-list .job-item {
    border: 0px;
    padding: 0px;
    margin-bottom: 40px;
  }
  .related-jobs-wrapper .jobs-list .job-item:first-of-type {
    border: 0px;
  }
  .related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .job-excerpt {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .related-jobs-wrapper .related-title {
    margin-bottom: 39px;
  }
  .related-jobs-wrapper .jobs-list .job-item .job-title-wrapper h3 {
    margin-bottom: 20px;
  }
  .related-jobs-wrapper .jobs-list .job-item .job-listing-detail-wrapper .view-job-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .single-job-wrapper .details-wrapper {
    text-align: left;
    margin-bottom: 51px;
  }
  .page-builder-wrapper .page-module .title-wrapper {
    margin-bottom: 20px;
  }
  .page-builder-wrapper .page-module {
    margin-bottom: 35px;
  }
  .page-builder-wrapper .page-module-tagline p,
  .contact-page-wrapper .intro-tagline,
  .contact-page-wrapper .contact-call-wrapper .call-info-wrapper {
    font-size: 17px;
    line-height: 22px;
  }
  .contact-page-wrapper .intro-tagline,
  .contact-page-wrapper .contact-call-wrapper {
    padding-bottom: 40px;
  }
  .contact-page-wrapper .contact-form-wrapper,
  .contact-page-wrapper .contact-write-wrapper {
    padding: 40px 0px;
  }
  .job-content-wrapper {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  body.single-careers .page-builder-wrapper {
    width: 100%;
  }
  body.single-careers .apply-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 0px;
    position: static;
  }
  .journal-lists-wrapper .journal-column-3,
  .search-lists-wrapper .journal-column-3 {
    display: none;
  }
  .journal-lists-wrapper .journal-column-1,
  .search-lists-wrapper .journal-column-1 {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .journal-lists-wrapper .journal-column .journal-item .journal-details .journal-title,
  .search-lists-wrapper .journal-column .journal-item .journal-details .journal-title {
    font-size: 17px;
    line-height: 22px;
  }
  .journal-filter-wrapper,
  .journal-filter-wrapper {
    margin-bottom: 40px;
    position: relative;
  }
  .journal-filter-wrapper:after,
  .journal-filter-wrapper:after {
    width: 30px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fcfbfb));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fcfbfb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcfbfb',GradientType=1 );
    /* IE6-9 */
    height: 110%;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
  }
  .journal-filter-wrapper .journal-filters,
  .journal-filter-wrapper .search-filters {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
  }
  .journal-filter-wrapper .journal-filters::-webkit-scrollbar,
  .journal-filter-wrapper .search-filters::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
  }
  .journal-filter-wrapper .journal-filters li,
  .journal-filter-wrapper .search-filters li {
    margin: 0px;
    margin-right: 30px;
  }
  .journal-filter-wrapper .journal-filters li:last-child,
  .journal-filter-wrapper .search-filters li:last-child {
    padding-right: 50px;
  }
  .journal-lists-wrapper .journal-column .journal-item {
    margin-bottom: 40px;
  }
  .journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(odd) .journal-image-wrapper .journal-image {
    height: 95vw;
  }
  .journal-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image,
  .search-lists-wrapper .journal-column.column-1 .journal-item:nth-child(even) .journal-image-wrapper .journal-image {
    height: 132vw;
  }
  .page-builder-wrapper .page-module-text .columns-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-builder-wrapper .page-module-text .columns-2 .page-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-builder-wrapper .page-module-text .columns-2 .page-column:last-child {
    width: 100%;
  }
  .fixed-footer {
    position: static;
    display: block;
  }
  #site-wrapper {
    margin-bottom: 0px !important;
    position: static !important;
  }
  .instagram-wrapper {
    height: auto;
    padding: 30px 0px 36px;
  }
  .subscribe-wrapper {
    height: auto;
    padding: 38px 0px 40px;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-description h3 {
    margin-bottom: 17px;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="text"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="email"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li input[type="phone"], .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li select, .subscribe-wrapper .inner-wrapper .subscribe-form-wrapper .gform_wrapper form .gform_body > .gform_fields > li textarea {
    font-size: 18px;
  }
  .instagram-wrapper .instagram-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .subscribe-wrapper .inner-wrapper .subscribe-description p {
    font-size: 17px;
    line-height: 22px;
  }
  .instagram-wrapper .instagram-images .instagram-image .instagram-likes,
  .instagram-feed-wrapper .instagram-images .instagram-image .instagram-likes {
    margin-top: 7px;
  }
  #footer .inner-wrapper .footer-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .inner-wrapper .footer-row .footer-menu {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .inner-wrapper .footer-row-copyright {
    margin-top: 18px;
  }
  #footer .inner-wrapper .footer-row-copyright .copyright {
    margin-bottom: 5px;
    width: 100%;
  }
  #footer .inner-wrapper .footer-row-copyright .site-credit {
    line-height: 15px;
  }
  #footer {
    padding: 37px 0px;
    margin-top: 37px;
  }
  .archive .featured-block-wrapper {
    margin: 20px 0px 40px;
  }
  .featured-block-wrapper {
    padding: 34px 0px;
  }
  .shop-product-listing .product-listing-item {
    width: 100%;
  }
  .shop-product-listing .product-listing-item .product-listing-image {
    height: 92vw;
  }
  .shop-category-list .product-category {
    width: 100%;
  }
  .shop-category-list .product-category:last-child {
    margin-bottom: 0px;
  }
  .shop-category-list .product-category .product-category-image {
    height: 50vw;
  }
  .page-title {
    font-size: 20px;
    line-height: 27px;
    margin: 40px 0px;
  }
  .instagram-feed-wrapper .instagram-images .instagram-image,
  .instagram-wrapper .instagram-images .instagram-image {
    width: 48%;
  }
  .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(6), .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(5), .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(4), .instagram-feed-wrapper .instagram-images .instagram-image:nth-child(3),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(6),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(5),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(4),
  .instagram-wrapper .instagram-images .instagram-image:nth-child(3) {
    display: none;
  }
  .instagram-feed-wrapper {
    padding: 40px 0px;
  }
  .product-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-inner-wrapper {
    margin-bottom: 36px;
  }
  .featured-block-wrapper .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .featured-block-wrapper .inner-wrapper .featured-block-content-wrapper {
    width: 100%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .featured-block-wrapper .inner-wrapper h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .featured-block-wrapper .inner-wrapper .button {
    max-width: 100%;
  }
  .featured-block-wrapper .inner-wrapper .featured-block-content {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .featured-block-wrapper .inner-wrapper .featured-block-image {
    width: 100%;
    height: 50vw;
  }
  .product-image-wrapper .inside-wrapper .inside {
    width: 100%;
    max-width: 285px;
    right: 0px;
  }
  .product-image-wrapper .button-whats-inside {
    max-width: 285px;
  }
  .product-image-wrapper .owl-dots {
    left: 15px;
    bottom: 15px;
  }
  .product-image-wrapper .product-image {
    height: 100vw;
  }
  .popup .product-image-wrapper .product-image {
    height: 85vw;
  }
  .popup .product-image-wrapper {
    margin-bottom: 15px;
  }
  .popup .product-inner-wrapper .product .entry-summary .product-description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .popup .product-inner-wrapper .product .entry-summary .product-description p:last-child {
    margin-bottom: 0px;
  }
  .product-inner-wrapper .product .entry-summary {
    padding: 0px;
    width: 100%;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  a.button, button, input[type=submit] {
    height: 40px;
  }
  a.button .button-inner, button .button-inner, input[type=submit] .button-inner {
    height: 40px;
  }
  .footer-add-to-cart .inner-wrapper .product-title-price-wrapper h3 {
    display: none;
  }
  .footer-add-to-cart .inner-wrapper .cart .quantity input,
  .product-inner-wrapper .product .entry-summary .cart .quantity input {
    height: 40px;
  }
  .footer-add-to-cart {
    padding: 15px 0px;
  }
  .inner-wrapper {
    padding: 0px 15px;
  }
  .menu-wrapper .inner-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .menu-wrapper .inner-wrapper .menu-account-wrapper a {
    margin-bottom: 10px;
  }
  .menu-wrapper .inner-wrapper .menu-account-wrapper {
    width: 100%;
  }
  .menu-wrapper {
    padding: 18px 0px;
  }
  .menu-wrapper .inner-wrapper .menu-search-wrapper .search-form {
    display: none;
  }
  .header .inner-wrapper .menu-cart-wrapper .bag-wrapper a i {
    display: none;
  }
  .header .inner-wrapper .logo {
    width: 79px;
    left: calc(50% - 39.5px);
  }
  .header .inner-wrapper {
    height: 60px;
  }
  .banner {
    padding: 18px 0px 18px;
  }
  .banner-text {
    text-align: left;
  }
  #footer .inner-wrapper .footer-row .social-links li:first-child a {
    margin-left: 0px;
  }
  .home-featured-items-wrapper .mobile-categories .mobile-category-item {
    width: 100% !important;
  }
  .home-featured-items-wrapper .mobile-categories .mobile-category-item a {
    height: 93vw !important;
  }
}

@media screen and (max-width: 350px) {
  .cart-items .cart-item .cart-item-image .product-image {
    height: 50px;
    width: 50px;
  }
  .home-page-slider-wrapper .slide .slide-info .slide-content {
    font-size: 19px;
    line-height: 24px;
  }
}