@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Site Loader
********************************************/
#site-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999999;
  background-color: white;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#site-loader:before {
  content: '';
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 200px;
  background-image: url("/images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: loader-fade infinite 1s;
          animation: loader-fade infinite 1s;
}

#site-loader.hide {
  visibility: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
}

#site-loader.no-loader {
  display: none;
}

/*********************************************
:: Variables
********************************************/
/******************************************   */
/******************************************   */
/******************************************   */
/*********************************************
:: Normalize                        
********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
  border: none;
  background: transparent;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #76990f;
  color: white;
}
::-moz-selection, ::selection {
  background: #76990f;
  color: white;
}

::-moz-selection {
  background: #76990f;
  color: white;
}

::selection {
  background: #76990f;
  color: white;
}

img {
  display: block;
  max-width: 100%;
  width: auto\9;
  height: auto;
}

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-double-down:before {
  content: "\E922";
}

.icon-angle-double-left:before {
  content: "\E923";
}

.icon-angle-double-right:before {
  content: "\E924";
}

.icon-angle-double-up:before {
  content: "\E925";
}

.icon-angle-down:before {
  content: "\E926";
}

.icon-angle-left:before {
  content: "\E927";
}

.icon-angle-right:before {
  content: "\E928";
}

.icon-angle-up:before {
  content: "\E929";
}

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

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

.icon-arrow-circle-o-down:before {
  content: "\E92C";
}

.icon-arrow-circle-o-left:before {
  content: "\E92D";
}

.icon-arrow-circle-o-right:before {
  content: "\E92E";
}

.icon-arrow-circle-o-up:before {
  content: "\E92F";
}

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

.icon-arrow-circle-up:before {
  content: "\E931";
}

.icon-bars:before {
  content: "\E932";
}

.icon-behance:before {
  content: "\F1B4";
}

.icon-behance-square:before {
  content: "\F1B5";
}

.icon-calendar2:before {
  content: "\E933";
}

.icon-check2:before {
  content: "\E934";
}

.icon-chevron-circle-down:before {
  content: "\E935";
}

.icon-chevron-circle-left:before {
  content: "\E936";
}

.icon-chevron-circle-right:before {
  content: "\E937";
}

.icon-chevron-circle-up:before {
  content: "\E938";
}

.icon-chevron-down:before {
  content: "\E939";
}

.icon-chevron-left:before {
  content: "\E93A";
}

.icon-chevron-right:before {
  content: "\E93B";
}

.icon-chevron-up:before {
  content: "\E93C";
}

.icon-commenting:before {
  content: "\F27A";
}

.icon-commenting-o:before {
  content: "\F27B";
}

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

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

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

.icon-file:before {
  content: "\E940";
}

.icon-file-excel-o:before {
  content: "\F1C3";
}

.icon-file-image-o:before {
  content: "\F1C5";
}

.icon-file-photo-o:before {
  content: "\F1C5";
}

.icon-file-picture-o:before {
  content: "\F1C5";
}

.icon-file-pdf-o:before {
  content: "\F1C1";
}

.icon-file-powerpoint-o:before {
  content: "\F1C4";
}

.icon-file-word-o:before {
  content: "\F1C2";
}

.icon-google:before {
  content: "\F1A0";
}

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

.icon-google-plus2:before {
  content: "\F0D5";
}

.icon-google-plus-square:before {
  content: "\E941";
}

.icon-google-plus-square2:before {
  content: "\F0D4";
}

.icon-info-circle:before {
  content: "\E943";
}

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

.icon-instagram2:before {
  content: "\F16D";
}

.icon-linkedin:before {
  content: "\E946";
}

.icon-linkedin-square:before {
  content: "\E945";
}

.icon-map3:before {
  content: "\F279";
}

.icon-map-marker:before {
  content: "\E947";
}

.icon-map-o:before {
  content: "\F278";
}

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

.icon-phone-diagonal:before {
  content: "\E949";
}

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

.icon-pinterest2:before {
  content: "\E94B";
}

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

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

.icon-play:before {
  content: "\E94C";
}

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

.icon-question-circle:before {
  content: "\E94E";
}

.icon-safari:before {
  content: "\F267";
}

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

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

.icon-shopping-cart:before {
  content: "\E951";
}

.icon-sort:before {
  content: "\E952";
}

.icon-tags:before {
  content: "\E953";
}

.icon-times2:before {
  content: "\E954";
}

.icon-toggle-off:before {
  content: "\F204";
}

.icon-toggle-on:before {
  content: "\F205";
}

.icon-tripadvisor:before {
  content: "\F262";
}

.icon-tumblr:before {
  content: "\F173";
}

.icon-tumblr2:before {
  content: "\E957";
}

.icon-tumblr-square:before {
  content: "\F174";
}

.icon-tumblr-square2:before {
  content: "\E956";
}

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

.icon-twitter2:before {
  content: "\E959";
}

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

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

.icon-user:before {
  content: "\E95A";
}

.icon-vimeo-square:before {
  content: "\E95B";
}

.icon-vine:before {
  content: "\F1CA";
}

.icon-youtube:before {
  content: "\E95E";
}

.icon-youtube-play:before {
  content: "\F16A";
}

.icon-youtube-play2:before {
  content: "\E95C";
}

.icon-youtube-square:before {
  content: "\E95D";
}

.icon-home:before {
  content: "\E900";
}

.icon-newspaper:before {
  content: "\E901";
}

.icon-image:before {
  content: "\E902";
}

.icon-file-empty:before {
  content: "\E903";
}

.icon-file-text2:before {
  content: "\E904";
}

.icon-phone:before {
  content: "\E905";
}

.icon-phone-hang-up:before {
  content: "\E906";
}

.icon-pin:before {
  content: "\E955";
}

.icon-location:before {
  content: "\E907";
}

.icon-location2:before {
  content: "\E908";
}

.icon-compass:before {
  content: "\E909";
}

.icon-map:before {
  content: "\E90A";
}

.icon-map2:before {
  content: "\E90B";
}

.icon-alarm:before {
  content: "\E90F";
}

.icon-bell:before {
  content: "\E910";
}

.icon-stopwatch:before {
  content: "\E911";
}

.icon-calendar:before {
  content: "\E91E";
}

.icon-display:before {
  content: "\E91F";
}

.icon-laptop:before {
  content: "\E920";
}

.icon-mobile:before {
  content: "\E912";
}

.icon-mobile2:before {
  content: "\E913";
}

.icon-tablet:before {
  content: "\E914";
}

.icon-tv:before {
  content: "\E915";
}

.icon-plus2:before {
  content: "\E91A";
}

.icon-minus2:before {
  content: "\E91B";
}

.icon-checkmark:before {
  content: "\E91C";
}

.icon-checkmark2:before {
  content: "\E91D";
}

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

.icon-substract:before {
  content: "\E90C";
}

.icon-add:before {
  content: "\E90D";
}

.icon-cross:before {
  content: "\E90E";
}

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

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

.icon-left-arrow2:before {
  content: "\E918";
}

.icon-arrow-pointing-to-right:before {
  content: "\E919";
}

.icon-ico-cart-secure:before {
  content: "\E96F";
}

.icon-ico-cart-edit:before {
  content: "\E970";
}

.icon-ico-nav:before {
  content: "\E98A";
}

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

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

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

.icon-ico-edit:before {
  content: "\E964";
}

.icon-ico-secure:before {
  content: "\E965";
}

.icon-ico-user:before {
  content: "\E966";
}

.icon-ico-question:before {
  content: "\E967";
}

.icon-ico-map:before {
  content: "\E968";
}

.icon-ico-mail:before {
  content: "\E969";
}

.icon-ico-phone:before {
  content: "\E96A";
}

.icon-ico-zoom:before {
  content: "\E96B";
}

.icon-ico-cart:before {
  content: "\E96C";
}

.icon-ico-menu:before {
  content: "\E96D";
}

.icon-search2:before {
  content: "\E971";
}

.icon-menu:before {
  content: "\E972";
}

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 20px;
  color: #212121;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
}

h2, legend {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  h2, legend {
    font-size: 30px;
  }
}

h3 {
  font-size: 18px;
  line-height: 1.73;
  font-weight: 500;
  letter-spacing: -0.2px;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 16px;
  }
}

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
  font-size: 1em;
}

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #76990f;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover, a:focus, a:active {
  color: #4b610a;
}

small {
  font-size: 70%;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #ccc;
  border: none;
  outline: none;
}

/*******************************************/
dt {
  font-weight: 700;
}

dt:after {
  content: ':';
}

dt:after {
  content: ": ";
}

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px;
}

ol li {
  list-style-type: decimal;
}

ol {
  padding-left: 14px;
}

ol li {
  margin-bottom: 0;
}

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap;
}

pre {
  padding: 10px;
}

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #76990f;
}

@media (min-width: 1024px) {
  blockquote {
    padding: 40px 10% 40px 10%;
    font-size: 25px;
    line-height: 35px;
  }
}

/*******************************************/
.wysiwyg {
  text-align: left;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 15px auto;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg .text-center {
  text-align: center;
}

.wysiwyg .text-right {
  text-align: right;
}

.wysiwyg .text-justify {
  text-align: justify;
}

.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black;
}

@media (min-width: 1024px) {
  .leadcopy {
    font-size: 17px;
  }
}

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden;
}

/*******************************************/
.section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-title {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.page-why-new-zealand .wysiwyg p {
  color: #404042;
}

/*********************************************
:: Buttons
********************************************/
button {
  outline: none;
}

/*******************************************/
.button,
a.button,
button.button {
  display: inline-block;
  height: 50px;
  min-width: 130px;
  padding: 12px;
  font-family: "poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: transparent;
  border: 1px solid #76990f;
  border-radius: 2px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 600px) {
  .button,
  a.button,
  button.button {
    height: 56px;
    min-width: 170px;
    padding: 15px 12px;
  }
}

.button.green,
a.button.green,
button.button.green {
  color: white;
  background-color: #76990f;
  border-color: #76990f;
}

.button.white,
a.button.white,
button.button.white {
  color: #2d2a24;
  background-color: white;
  border-color: white;
}

.button:hover,
a.button:hover,
button.button:hover {
  color: white;
  background-color: #4b610a;
  border-color: #4b610a;
}

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #212121;
}

.button-underline:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 138px;
  height: 5px;
  margin: auto;
  background: #212121;
}

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default;
}

/*********************************************
:: Tables                    
********************************************/
table {
  width: 100%;
  margin-bottom: 15px;
}

table td, table th {
  padding: 15px 10px 15px 10px;
  font-weight: 400;
  color: #212121;
  text-align: left;
}

table th {
  font-weight: 700;
  background: #ececec;
}

table thead {
  width: 100%;
  background: #ececec;
}

table thead td, table thead th {
  padding: 5px 10px 5px 10px;
}

table tfoot {
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
}

table tfoot td {
  padding: 15px 10px 15px 10px;
}

/*******************************************/
.compact-table {
  width: auto;
}

.compact-table td, .compact-table th {
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  font-weight: 400;
  color: #212121;
  text-align: left;
  line-height: 1.2;
  background: none;
  border: 1px solid #ccc;
}

.compact-table thead {
  width: auto;
  background: none;
}

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

/*********************************************
:: Layout
********************************************/
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  top: 0 !important;
}

.skiptranslate {
  display: none;
}

/*******************************************/
.main {
  min-height: calc(100vh - 202px);
}

@media (min-width: 1024px) {
  .main {
    min-height: calc(100vh - 232px);
  }
}

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

/*******************************************/
.content-full-width {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

/*******************************************/
.content-narrow-width {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
}

/*******************************************/
@media (min-width: 1024px) {
  .mob, .mobile {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desk, .desktop {
    display: none !important;
  }
}

/*******************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*******************************************/
.youtube-layout {
  position: relative;
  display: block;
  max-width: 670px;
  margin: 0 auto;
}

.youtube-layout .video-title {
  position: absolute;
  min-height: 70px;
  width: 100%;
  padding: 13px 20px;
  color: white;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.youtube-layout .yt-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 599px) {
  .youtube-layout .yt-logo {
    width: 50px;
  }
}

.top-banner {
  padding: 7px 0 9px;
  background-color: #E7EDD8;
}

.top-banner .content-max-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 12px;
}

.top-banner img {
  margin-top: 8px;
  height: 8.83px;
  width: 8.83px;
  cursor: pointer;
}

.top-banner p {
  max-width: calc(100% - 21px);
  text-align: center;
  margin: 0;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 24px;
  color: #404042;
}

@media (max-width: 600px) {
  .top-banner p {
    font-size: 10.5px;
    letter-spacing: 0;
    line-height: 16px;
  }
}

/*********************************************
:: Forms
********************************************/
form {
  width: 100%;
  background: white;
}

legend {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 7px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default;
}

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 52px;
  padding: 0px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  background: white;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  background: #e7edd8;
  border: 1px solid #ccc;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

input.error, textarea.error, select.error {
  border: 1px solid #cf0a2b;
}

/*******************************************/
*::-webkit-input-placeholder {
  color: rgba(64, 64, 66, 0.5);
}
*::-moz-placeholder {
  color: rgba(64, 64, 66, 0.5);
}
*::-ms-input-placeholder {
  color: rgba(64, 64, 66, 0.5);
}
*::placeholder {
  color: rgba(64, 64, 66, 0.5);
}

textarea, select[multiple] {
  padding-top: 14px;
  height: 210px;
  resize: none;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

/*******************************************/
.form-field {
  width: 100%;
  padding: 0 0 15px;
}

/*******************************************/
.form-fields-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% + 10px);
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .form-fields-stack {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.form-fields-stack .form-field {
  margin-left: 5px;
  margin-right: 5px;
}

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.form-field .custom-checkbox-radio input {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 2px 5px 0 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #76990f;
}

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC;
}

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #76990f !important;
}

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

/*******************************************/
.form-field.custom-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-field.custom-select:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 18px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #909399;
}

.form-field.custom-select label {
  margin-right: 12px;
  margin-bottom: 0;
}

.form-field.custom-select select {
  height: 40px;
  width: 200px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.form-field.custom-select select::-ms-expand {
  display: none;
}

.radiobox .container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radiobox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radiobox .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
}

.radiobox .container:hover input ~ .checkmark {
  background-color: #ccc;
}

.radiobox .container input:checked ~ .checkmark {
  background-color: white;
}

.radiobox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radiobox .container input:checked ~ .checkmark:after {
  display: block;
}

.radiobox .container .checkmark:after {
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0065ff;
}

.select-wrap {
  max-width: 200px;
  position: relative;
  margin-bottom: 9px;
}

.select-wrap select {
  padding: 0 12px;
  height: 40px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-wrap select::-webkit-input-placeholder {
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.select-wrap select::-moz-placeholder {
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.select-wrap select::-ms-input-placeholder {
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.select-wrap select::placeholder {
  opacity: 0.5;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.select-wrap:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 98%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 0 18px;
  content: url("/images/icons/select-arrow.svg");
  font-size: 12px;
}

.quantity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  height: 40px;
  font-size: 0;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #d8dce6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quantity-wrap span {
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  color: #606266;
}

.quantity-wrap button {
  padding: 0;
  width: 39px;
  height: 38px;
  background-color: #f3f5f6;
  cursor: pointer;
}

.quantity-wrap button[disabled] {
  background-color: #ccc;
}

.quantity-wrap button span {
  color: #404042;
  font-size: 9px;
  font-weight: 400;
  line-height: 39px !important;
  color: #606266;
}

.quantity-wrap button:first-of-type {
  background: #f3f5f6;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #d8dce6;
}

.quantity-wrap button:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #d8dce6;
}

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loader-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important;
  }
}

/*********************************************
:: Modules
********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: whitesmoke;
  /********************************************/
}

@media (min-width: 1024px) {
  .pagination-module {
    background: white;
  }
}

.pagination-module ul {
  width: auto;
  display: inline-block;
  height: 34px;
  padding: 0;
  margin: 6px;
  text-align: center;
  background: #212121;
  border-radius: 17px;
}

@media (min-width: 1024px) {
  .pagination-module ul {
    margin: 0px;
  }
}

.pagination-module ul li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 3px;
}

.pagination-module ul li a {
  line-height: 28px;
  text-align: center;
  color: #76990f;
  font-family: "poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.25em;
}

.pagination-module ul li span {
  color: #76990f;
  vertical-align: sub;
  font-size: 26px;
}

.pagination-module ul li.active {
  background: #76990f;
  border-radius: 50%;
}

.pagination-module ul li.active a {
  color: white;
}

/********************************************/
/*********************************************
:: Header Module
********************************************/
.site-header {
  position: relative;
  width: 100%;
  height: 132px;
  padding-top: 26px;
  padding-bottom: 26px;
  z-index: 99;
}

@media (min-width: 1024px) {
  .site-header {
    height: 162px;
  }
}

@media (max-width: 1023px) {
  .site-header {
    height: 132px;
  }
}

.site-header .logo {
  position: absolute;
  top: 5px;
  left: 3%;
  bottom: 5px;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1024px) {
  .site-header .logo {
    left: 15px;
    width: 324px;
  }
}

@media (max-width: 1023px) {
  .site-header .logo {
    left: 20px;
    width: 135px;
  }
}

.site-header .logo img {
  width: 188px;
}

@media (min-width: 1024px) {
  .site-header .logo img {
    width: 188px;
  }
}

.site-header .top-nav {
  position: absolute;
  top: -3px;
  right: 15px;
  display: block !important;
  width: auto;
  height: auto;
}

@media (max-width: 1023px) {
  .site-header .top-nav {
    display: none !important;
  }
}

.site-header .top-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
  margin: 0;
}

.site-header .top-nav li {
  display: inline-block;
  position: relative;
  margin: 0;
  line-height: 20px;
}

.site-header .top-nav a {
  display: inline-block;
  margin-left: 18px;
  color: #404042;
  font-size: 13px;
  line-height: 1;
}

.site-header .top-nav a:hover {
  color: #76990f;
}

.site-header .top-nav .cart a, .site-header .top-nav .location a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31px;
}

.site-header .top-nav .cart a.country, .site-header .top-nav .location a.country {
  margin: 0;
}

.site-header .top-nav .cart a span, .site-header .top-nav .location a span {
  margin-left: 8px;
  line-height: 17px;
}

.site-header .top-nav .cart a strong, .site-header .top-nav .location a strong {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.site-header .top-nav .location {
  position: relative;
  cursor: pointer;
}

.site-header .top-nav .location .country-dropdown {
  position: absolute;
  right: 0;
  top: 44px;
  width: 420px;
  padding: 18px 19px 19px;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 0 #D4D4D4;
          box-shadow: 0 1px 0 0 #D4D4D4;
  z-index: 1000;
}

.site-header .top-nav .location .country-dropdown:before, .site-header .top-nav .location .country-dropdown:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}

.site-header .top-nav .location .country-dropdown:before {
  right: 103px;
  border: 8px solid transparent;
  border-bottom-color: #D4D4D4;
}

.site-header .top-nav .location .country-dropdown:after {
  right: 104px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
}

.site-header .top-nav .location .country-dropdown .title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #212121;
}

.site-header .top-nav .location .country-dropdown .description {
  margin-bottom: 15px;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 20px;
  color: #212121;
}

.site-header .top-nav .location .country-dropdown .button {
  height: 40px;
  min-width: 0;
  padding: 9px 19px 11px 18px;
  margin-left: 12px;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  color: #212121;
  border-radius: 2px;
  border: 1px solid #76990F;
}

.site-header .top-nav .location .country-dropdown .button:hover {
  color: white;
}

.site-header .top-nav .location .country-dropdown .button.green {
  padding: 10px 20px 10px 21px;
  font-weight: 500;
  background-color: #76990F;
  border: 0;
  color: #FFFFFF;
}

.site-header .top-nav .location .country-dropdown .button.green:hover {
  background-color: #4b610a;
}

.site-header .bottom-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  text-align: left;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

@media (min-width: 1024px) {
  .site-header .bottom-nav {
    position: absolute;
    top: 79px;
    right: 15px;
    display: block !important;
    width: auto;
    height: auto;
    text-align: right;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header .bottom-nav .location {
  position: relative;
  border-bottom: 0;
  cursor: pointer;
}

.site-header .bottom-nav .location > a {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.site-header .bottom-nav .location .flex.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .bottom-nav .location .country-dropdown {
  position: absolute;
  right: 10px;
  top: 100%;
  width: calc(100% - 20px);
  padding: 18px 19px 19px;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 0 0 #D4D4D4;
          box-shadow: 0 1px 0 0 #D4D4D4;
  z-index: 1000;
}

.site-header .bottom-nav .location .country-dropdown .title {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #212121;
}

.site-header .bottom-nav .location .country-dropdown .description {
  margin-bottom: 15px;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 20px;
  color: #212121;
}

.site-header .bottom-nav .location .country-dropdown .button {
  height: 40px;
  min-width: 0;
  padding: 9px 10px 11px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  color: #212121;
  border-radius: 2px;
  border: 1px solid #76990F;
}

.site-header .bottom-nav .location .country-dropdown .button:hover {
  color: white;
}

.site-header .bottom-nav .location .country-dropdown .button.green {
  padding: 9px 10px 11px;
  font-weight: 500;
  background-color: #76990F;
  border: 0;
  color: #FFFFFF;
}

.site-header .bottom-nav .location .country-dropdown .button.green:hover {
  background-color: #4b610a;
}

.site-header .bottom-nav ul {
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .site-header .bottom-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
}

.site-header .bottom-nav li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .site-header .bottom-nav li {
    width: 100%;
    margin: 0;
    padding: 13px 0;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }
}

.site-header .bottom-nav a {
  display: inline-block;
  margin-left: 30px;
  color: #212121;
}

.site-header .bottom-nav a:hover {
  color: #76990f;
}

.site-header .bottom-nav a.selected {
  color: #212121;
}

.site-header .bottom-nav a.selected:hover {
  opacity: 1;
}

.site-header .bottom-nav a.selected:active {
  opacity: 1;
}

.site-header .hamburger {
  position: absolute;
  bottom: 30px;
  right: 19px;
  width: 30px;
  height: 18px;
  font-size: 0;
  -webkit-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
}

.site-header .hamburger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: black;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-header .hamburger span:nth-of-type(2) {
  top: 50%;
}

.site-header .hamburger span:nth-of-type(3) {
  top: 100%;
}

.site-header .hamburger:focus {
  outline: none;
}

.site-header .search.mobile {
  position: absolute;
  top: 30px;
  right: 20px;
}

.site-header .cart.mobile {
  position: absolute;
  top: 30px;
  right: 57px;
}

.site-header .cart-badge {
  position: absolute;
  top: 20px;
  right: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 21px;
  width: 21px;
  font-size: 10.5px;
  line-height: 12px;
  border-radius: 50%;
  color: white;
  background: #76990f;
  z-index: 1;
}

.site-header .popup-wrap.select-country article {
  max-width: 430px;
  width: 100%;
  padding: 0;
}

@media (max-width: 450px) {
  .site-header .popup-wrap.select-country article {
    max-width: 350px;
  }
}

.site-header .popup-wrap.select-country article .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  border-radius: 2px 2px 0 0;
  background-color: #e7edd8;
}

.site-header .popup-wrap.select-country article .exit {
  top: 7px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: 0;
}

.site-header .popup-wrap.select-country article .exit span {
  background: #404042;
  opacity: .4;
  width: 18px;
}

.site-header .popup-wrap.select-country article .body {
  padding: 15px 20px 20px;
}

.site-header .popup-wrap.select-country article .body .form-field.select {
  position: relative;
}

.site-header .popup-wrap.select-country article .body .form-field.select:after {
  position: absolute;
  right: 0;
  bottom: 33px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  padding: 0 18px;
  content: url("/images/icons/select-arrow.svg");
}

.site-header .popup-wrap.select-country article .body label {
  margin: 0 0 10px;
  font-size: 12.5px;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: normal;
  text-align: left;
  color: #404042;
}

.site-header .popup-wrap.select-country article .body select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.site-header .popup-wrap.select-country article .body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .popup-wrap.select-country article .body ul li {
  padding: 12px;
  margin-bottom: -1px;
  border-radius: 2px 2px 0 0;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.site-header .popup-wrap.select-country article .body ul li.active {
  border: 1px solid #76990f;
  z-index: 10;
}

.site-header .popup-wrap.select-country article .body ul li:hover, .site-header .popup-wrap.select-country article .body ul li:focus {
  border: 1px solid #76990f;
  z-index: 10;
}

.site-header .popup-wrap.select-country article .body ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.site-header .popup-wrap.select-country article .body ul li img {
  width: 33px;
  height: 22px;
}

.site-header .popup-wrap.select-country article .body button {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #76990f;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: white;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}

.site-header .popup-wrap.select-country article .body button:hover, .site-header .popup-wrap.select-country article .body button:focus {
  background-color: #4b610a;
  border-color: #4b610a;
  color: white;
}

.site-header .search-popup {
  position: absolute;
  display: block;
  top: 132px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #fff;
}

@media (max-width: 768px) {
  .site-header .search-popup {
    top: 105px;
  }
}

.site-header .search-popup input {
  width: calc(100% - 180px);
}

@media (max-width: 600px) {
  .site-header .search-popup input {
    width: 100%;
    margin: 0 0 10px;
  }
}

.site-header .search-popup .button {
  height: 52px;
}

@media (max-width: 600px) {
  .site-header .search-popup .button {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .site-header.open nav {
    position: fixed;
    right: 0;
    overflow: auto;
    padding-bottom: 150px;
  }
}

.site-header.open .hamburger {
  position: fixed;
  right: 20px;
  z-index: 999;
  bottom: revert;
  top: 25px;
}

.site-header.open .hamburger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-header.open .hamburger span:nth-of-type(2) {
  opacity: 0;
}

.site-header.open .hamburger span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/*********************************************
:: Footer Module
********************************************/
.site-footer {
  position: relative;
  /*******************************************   */
  /*******************************************   */
  /*******************************************   */
}

.site-footer .boxes-container {
  padding: 40px 0 20px;
  background-color: #f3f5f6;
}

@media (max-width: 1023px) {
  .site-footer .boxes-container > .flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer .boxes-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  width: 100%;
  padding: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #d4d4d4;
          box-shadow: 0 2px 0 #d4d4d4;
  border-bottom: 1px solid #F3F5F6;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.site-footer .boxes-container a:last-child {
  border-bottom: none;
}

@media (min-width: 600px) {
  .site-footer .boxes-container a {
    min-height: 120px;
    margin-left: 18px;
    margin-bottom: 20px;
    width: calc(33.33% - 16px);
    border-radius: 2px;
    border-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .site-footer .boxes-container a {
    width: calc(20% - 16px);
  }
}

.site-footer .boxes-container a:first-child {
  margin-left: 0;
}

@media (max-width: 599px) {
  .site-footer .boxes-container a:nth-child(odd) {
    margin-left: 0;
  }
}

.site-footer .boxes-container a:hover {
  color: white;
  background-color: #76990f;
  -webkit-box-shadow: 0 2px 0 #485E09;
          box-shadow: 0 2px 0 #485E09;
}

.site-footer .instagram-integration {
  padding-top: 80px;
  padding-bottom: 40px;
}

.site-footer .instagram-integration .title {
  text-align: center;
  margin-bottom: 40px;
}

.site-footer .instagram-integration .title img {
  margin: 0 auto 10px;
  width: 30px;
}

.site-footer .instagram-integration .ig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -3px;
}

.site-footer .instagram-integration .ig-list li {
  margin: 0 3px 5px;
  width: calc(50% - 6px);
}

@media (min-width: 450px) {
  .site-footer .instagram-integration .ig-list li {
    width: calc(33.33% - 6px);
  }
}

@media (min-width: 768px) {
  .site-footer .instagram-integration .ig-list li {
    margin: 0 3px;
    width: calc(16.66% - 6px);
  }
}

.site-footer .footer-content {
  padding-top: 53px;
}

@media (max-width: 1023px) {
  .site-footer .footer-content .right {
    text-align: center;
    width: 100%;
  }
}

.site-footer .footer-content h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 20px;
}

.site-footer .footer-content a:not(.button) {
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.site-footer .footer-content a:not(.button):hover {
  color: #76990f;
}

.site-footer .footer-content .contact a {
  display: block;
}

.site-footer .footer-content .contact .phone {
  margin-bottom: 12px;
}

.site-footer .footer-content .contact .email {
  margin-bottom: 21px;
  color: #76990f;
}

.site-footer .footer-content .contact .email:hover {
  color: #4b610a;
}

.site-footer .footer-content .contact .button {
  display: inline-block;
  min-width: 180px;
}

.site-footer .footer-content .footer-legal {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

@media (min-width: 1024px) {
  .site-footer .footer-content .footer-legal {
    margin-top: 80px;
  }
}

.site-footer .footer-content .footer-legal a {
  color: #9b9b9b;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.site-footer .footer-content .links ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.site-footer .footer-content .links ul li {
  margin-bottom: 12px;
  line-height: 20px;
}

.site-footer .footer-content .links > * {
  width: 170px;
  margin-left: 30px;
}

.site-footer .footer-content .social {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .site-footer .footer-content .social {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.site-footer .footer-content .social h3 {
  margin-bottom: 13px;
}

.site-footer .footer-content .social a {
  display: inline-block;
  margin-right: 12px;
}

/*******************************************   */
/*******************************************   */
/*******************************************   */
/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page
********************************************/
.page-home {
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
}

.page-home .hero-container article {
  position: relative;
  width: 100%;
}

.page-home .hero-container article img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .page-home .hero-container article img {
    height: 590px;
  }
}

.page-home .hero-container article .content-max-width {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-home .hero-container article .content {
  max-width: 600px;
  margin-top: -4px;
}

.page-home .hero-container article h1 {
  margin-bottom: 20px;
  color: white;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.167;
}

@media (min-width: 450px) {
  .page-home .hero-container article h1 {
    font-size: 42px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero-container article h1 {
    margin-bottom: 33px;
    font-size: 60px;
  }
}

.page-home .hero-container .slick-slider {
  margin-bottom: 0;
}

.page-home .hero-container .slick-dots {
  bottom: 39px;
  left: 20px;
  width: auto;
}

@media (min-width: 1024px) {
  .page-home .hero-container .slick-dots {
    width: 100%;
    left: 0;
    bottom: 39px;
  }
}

.page-home .hero-container .slick-dots li button:before {
  font-size: 43px;
  color: white;
  opacity: 1;
}

.page-home .hero-container .slick-dots li.slick-active button:before {
  color: #76990f;
}

.page-home .hero-container .slick-arrow {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
}

@media (min-width: 1024px) {
  .page-home .hero-container .slick-arrow {
    display: block !important;
    bottom: 19px;
  }
}

.page-home .hero-container .slick-arrow:hover:before {
  opacity: 0.9;
}

.page-home .hero-container .slick-arrow:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  opacity: 1;
  background-image: url("/images/icons/arrow.svg");
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-home .hero-container .slick-arrow.slick-prev {
  left: auto;
  right: 80px;
}

@media (min-width: 1280px) {
  .page-home .hero-container .slick-arrow.slick-prev {
    right: calc((100% - 1045px)/2);
  }
}

.page-home .hero-container .slick-arrow.slick-next {
  right: 20px;
}

@media (min-width: 1280px) {
  .page-home .hero-container .slick-arrow.slick-next {
    right: calc((100% - 1170px)/2);
  }
}

.page-home .hero-container .slick-arrow.slick-next:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.page-home .body-container {
  max-width: 970px;
  padding-top: 76px;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .page-home .body-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.page-home .body-container .section-subtitle {
  margin-bottom: 9px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .2px;
  color: #76990f;
}

.page-home .body-container .section-title {
  text-align: center;
}

.page-home .body-container .section-title h4, .page-home .body-container .section-title a {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .page-home .body-container .section-title h4, .page-home .body-container .section-title a {
    font-size: 30px;
    letter-spacing: .2px;
    line-height: 1.35;
  }
}

.page-home .body-container .section-title > *:last-child {
  margin-bottom: 0;
}

.page-home .body-container .js-video-popup {
  position: relative;
  display: block;
  max-width: 670px;
  margin: 82px auto 0;
}

@media (max-width: 600px) {
  .page-home .body-container .js-video-popup {
    margin-top: 31px;
  }
}

.page-home .body-container .js-video-popup .video-title {
  position: absolute;
  min-height: 70px;
  width: 100%;
  padding: 13px 20px;
  color: white;
  font-size: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .body-container .js-video-popup .yt-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 599px) {
  .page-home .body-container .js-video-popup .yt-logo {
    width: 50px;
  }
}

.page-home .middle-container {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  margin-bottom: 40px;
}

.page-home .middle-container article {
  margin-bottom: 40px;
  width: 100%;
  background-color: #76990f;
}

@media (min-width: 600px) {
  .page-home .middle-container article {
    width: calc(50% - 15px);
  }
}

.page-home .middle-container article .content {
  padding: 26px 20px 30px;
  color: white;
}

@media (min-width: 768px) {
  .page-home .middle-container article .content {
    padding: 32px 40px 41px;
  }
}

.page-home .middle-container article .content h2, .page-home .middle-container article .content legend, .page-home .middle-container article .content h3 {
  color: white;
}

.page-home .middle-container article .content .section-subtitle {
  margin-bottom: 7px;
  font-weight: 400;
  letter-spacing: .2px;
}

.page-home .middle-container article .content .section-title {
  margin-bottom: 33px;
  font-weight: 500;
  letter-spacing: .2px;
}

.page-home .promotion-container {
  background-color: #e7edd8;
}

.page-home .promotion-container .content {
  max-width: 810px;
  min-height: 380px;
  margin: 0 auto;
  padding: 50px 20px 100px;
  display: block !important;
  text-align: center;
}

@media (min-width: 600px) {
  .page-home .promotion-container .content {
    padding: 102px 20px;
  }
}

.page-home .promotion-container .content h3 {
  margin-bottom: 29px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .2px;
  line-height: 28px;
}

.page-home .promotion-container .content p {
  font-size: 18px;
  line-height: 30px;
}

.page-home .promotion-container .slick-slider {
  margin-bottom: 0;
}

.page-home .promotion-container .slick-dots {
  bottom: 40px;
}

.page-home .promotion-container .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 7px;
}

.page-home .promotion-container .slick-dots li button {
  height: 10px;
  width: 10px;
  padding: 0;
  border: 1px solid #212121;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-home .promotion-container .slick-dots li button:before {
  display: none;
}

.page-home .promotion-container .slick-dots li.slick-active button {
  background-color: #212121;
}

.page-home .promotion-container .slick-arrow {
  width: 13px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

@media (max-width: 450px) {
  .page-home .promotion-container .slick-arrow {
    top: auto;
    bottom: 30px;
  }
}

.page-home .promotion-container .slick-arrow:before {
  display: none;
}

.page-home .promotion-container .slick-arrow.slick-prev {
  left: -3px;
  background-image: url("/images/icons/arrow-left-2.svg");
}

@media (max-width: 450px) {
  .page-home .promotion-container .slick-arrow.slick-prev {
    left: 26px;
  }
}

.page-home .promotion-container .slick-arrow.slick-next {
  right: -3px;
  background-image: url("/images/icons/arrow-right-2.svg");
}

@media (max-width: 450px) {
  .page-home .promotion-container .slick-arrow.slick-next {
    right: 26px;
  }
}

/*********************************************
:: Inner Page
********************************************/
.inner-page {
  padding-bottom: 100px;
}

.inner-page.page-product .title-container .section-title {
  letter-spacing: 0;
}

.inner-page .title-container {
  margin: 80px 0 42px;
  text-align: center;
}

.inner-page .title-container .section-subtitle {
  margin-bottom: 9px;
  color: #76990f;
  text-transform: uppercase;
}

.inner-page .title-container .section-title {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .inner-page .title-container .section-title {
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner-page .wysiwyg {
  margin-bottom: 60px;
  text-align: center;
}

/*********************************************
:: About Page
********************************************/
.page-about {
  /********************************************/
}

.page-about .body-container .team-circle-container {
  margin-top: 60px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 520px) {
  .page-about .body-container .team-circle-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.page-about .body-container .team-circle-container article {
  text-align: center;
  margin: 0 10px 60px;
  width: calc(50% - 20px);
}

@media (min-width: 520px) {
  .page-about .body-container .team-circle-container article {
    width: calc(50% - 30px);
  }
}

@media (min-width: 800px) {
  .page-about .body-container .team-circle-container article {
    width: calc(33.33% - 30px);
  }
}

.page-about .body-container .team-circle-container article img {
  width: 224px;
  margin: 0 auto 18px;
}

.page-about .body-container .team-circle-container article .name {
  margin-bottom: 3px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.page-about .body-container .team-circle-container article .name small {
  font-size: 12px;
  font-weight: 400;
}

.page-about .body-container .team-circle-container article .title {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 16px;
  color: #76990f;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.page-about .body-container .team-circle-container article .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 50px;
  height: 2px;
  background-color: #76990f;
}

.page-about .body-container .team-circle-container article p {
  margin-bottom: 0;
}

.page-about .body-container .team-circle-container + .youtube-layout {
  margin-top: 20px;
}

/*********************************************
:: Testimonials
********************************************/
.page-testimonials {
  /********************************************/
}

.page-testimonials .body-container {
  padding-top: 45px;
  padding-bottom: 50px;
}

.page-testimonials .body-container article {
  padding: 50px 0;
  margin-bottom: 0px;
}

.page-testimonials .body-container article + article {
  padding-top: 49px;
  border-top: 1px solid #e2e2e2;
}

.page-testimonials .body-container article .image {
  position: relative;
  width: 270px;
}

.page-testimonials .body-container article .image:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 139px;
  height: 139px;
  border-radius: 50%;
  background-color: #e7edd8;
}

.page-testimonials .body-container article .image img {
  position: relative;
  width: 224px;
  margin-left: auto;
  margin-top: 11px;
}

.page-testimonials .body-container article .content {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .page-testimonials .body-container article .content {
    margin-top: 0;
    padding-left: 60px;
    width: calc(100% - 270px);
  }
}

.page-testimonials .body-container article .content .author {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 38px;
}

.page-testimonials .body-container article .content .author:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 2px;
  width: 50px;
  background-color: #76990f;
}

.page-testimonials .body-container article .content p {
  margin-bottom: 20px;
}

.page-testimonials .body-container article .content .button {
  padding: 6px;
  min-width: 150px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

/*********************************************
:: Contact Page
********************************************/
.page-contact {
  min-height: 0;
  /********************************************/
}

.page-contact .body-container {
  padding-top: 81px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .page-contact .body-container {
    padding-bottom: 100px;
  }
}

.page-contact .body-container .details {
  margin-bottom: 40px;
}

.page-contact .body-container .details p {
  margin-bottom: 21px;
}

.page-contact .body-container .details .contact {
  margin-top: -2px;
}

.page-contact .body-container .details .contact a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.page-contact .body-container .details .contact a[href^=tel] {
  color: #212121;
}

.page-contact .body-container .details .contact a[href^=tel]:hover {
  color: #4b610a;
}

.page-contact .body-container .details .address {
  color: #404042;
}

.page-contact .body-container .form {
  width: 100%;
}

@media (min-width: 927px) {
  .page-contact .body-container .form {
    width: 570px;
  }
}

.page-contact .body-container .form .button {
  width: 199px;
  margin-top: -4px;
}

/*********************************************
:: Product Detail Page
********************************************/
.page-product-detail {
  margin-bottom: 106px;
  min-height: 0;
}

.page-product-detail .site-breadcrumbs {
  margin-top: 24px;
}

.page-product-detail .content-max-width.flex {
  margin-top: 28px;
  gap: 50px;
}

@media (min-width: 1280px) {
  .page-product-detail .content-max-width.flex {
    gap: 129px;
  }
}

.page-product-detail .content-max-width.flex .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 471px;
  width: 471px;
  margin-bottom: 20px;
  border: 1px solid #D4D4D4;
  background-color: #FFFFFF;
}

@media (max-width: 1024px) {
  .page-product-detail .content-max-width.flex .image {
    width: 40%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .image {
    width: 100%;
    height: auto;
  }
}

.page-product-detail .content-max-width.flex .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content {
    width: 100%;
  }
}

.page-product-detail .content-max-width.flex .content .selections {
  margin-bottom: 60px;
}

.page-product-detail .content-max-width.flex .content .selections h1 {
  margin-top: -1px;
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 40px;
  color: #212121;
}

.page-product-detail .content-max-width.flex .content .selections .card {
  position: relative;
  max-width: 570px;
  width: 100%;
  padding: 13px 19px 15px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 1px 0 #d4d4d4;
          box-shadow: 0 1px 0 #d4d4d4;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content .selections .card {
    width: 100%;
  }
}

.page-product-detail .content-max-width.flex .content .selections .card.selected {
  border: 1px solid #76990f;
}

.page-product-detail .content-max-width.flex .content .selections .card h4 {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #404042;
}

.page-product-detail .content-max-width.flex .content .selections .card h4 .green-text {
  color: #76990f;
}

.page-product-detail .content-max-width.flex .content .selections .card p {
  margin-bottom: 9px;
  margin-top: 11px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #1e1e1e;
}

.page-product-detail .content-max-width.flex .content .selections .card .radiobox label {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 38px;
  color: #76990f;
}

.page-product-detail .content-max-width.flex .content .selections .card .radiobox label .small {
  margin-left: -2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #404042;
}

.page-product-detail .content-max-width.flex .content .selections .card .button {
  position: absolute;
  bottom: 20px;
  right: 19px;
  height: auto;
  min-width: 0;
  padding: 9px 19px 9px 19px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -.2px;
  color: #212121;
  border-radius: 2px;
  border: 1px solid #76990f;
}

.page-product-detail .content-max-width.flex .content .selections .card .button:hover, .page-product-detail .content-max-width.flex .content .selections .card .button:focus {
  color: white;
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content .selections .card .button {
    bottom: revert;
    top: 20px;
  }
}

@media (max-width: 600px) {
  .page-product-detail .content-max-width.flex .content .selections .card .button {
    padding: 5px 10px;
  }
}

.page-product-detail .content-max-width.flex .content .selections .card .add-to-cart {
  margin-top: 16px;
  margin-bottom: 4px;
}

.page-product-detail .content-max-width.flex .content .selections .card .add-to-cart .quantity-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-product-detail .content-max-width.flex .content .selections .card .add-to-cart .btn {
  display: inline-block;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #76990f;
  cursor: pointer;
}

.page-product-detail .content-max-width.flex .content .selections .card .add-to-cart .btn:hover {
  background-color: #4b610a;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article {
  position: relative;
  max-width: 770px;
  height: 430px;
  padding: 40px 20px 40px 50px;
  margin: 0;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .exit {
  top: 7px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: 0;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .exit span {
  background: #404042;
  opacity: .4;
  width: 18px;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .scroll {
  height: 289px;
  padding-right: 18px;
  overflow: auto;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .scroll::-webkit-scrollbar-track {
  background: transparent;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .scroll::-webkit-scrollbar {
  width: 8px;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(56%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 56%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article h1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 40px;
  text-align: left;
  color: #212121;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #76990f;
}

.page-product-detail .content-max-width.flex .content .selections .popup-wrap.product-modal article p {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #404042;
}

.page-product-detail .content-max-width.flex .content .tab {
  max-width: 570px;
  width: 100%;
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content .tab {
    width: 100%;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-triggers {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.page-product-detail .content-max-width.flex .content .tab .tab-triggers a {
  display: block;
  padding: 0 0 8px;
  margin: 0 38px -1px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #212121;
  border-bottom: 4px solid transparent;
}

.page-product-detail .content-max-width.flex .content .tab .tab-triggers a.active {
  border-bottom-color: #76990f;
}

@media (max-width: 600px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-triggers a {
    margin: 0 20px -1px 0;
    font-size: 14px;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-content {
  width: 100%;
  padding: 20px 0;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content p {
  color: #404042;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 600px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row:first-child {
  padding-top: 0;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row:last-child {
  border-bottom: 0;
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row > div {
    width: auto;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row img {
  margin: 0;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #404042;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row .button {
  height: auto;
  min-width: 0;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #212121;
  border-radius: 20px;
  border: 1px solid #76990f;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row .button:hover, .page-product-detail .content-max-width.flex .content .tab .tab-content .pdf-row .button:focus {
  background: #76990f;
  color: white;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row:first-child {
  padding-top: 0;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row img {
  width: 110px;
  height: 110px;
  margin: 0 24px 0 0;
}

@media (max-width: 600px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
}

@media (max-width: 768px) {
  .page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row .content {
    width: auto;
  }
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row .content h5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row .content a {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #76990f;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row .content p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #212121;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies .studies-row .content p a {
  display: inline-block;
  color: #76990f;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies button {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #212121;
  border-radius: 2px;
  border: 1px solid #76990f;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.page-product-detail .content-max-width.flex .content .tab .tab-content#studies button:hover, .page-product-detail .content-max-width.flex .content .tab .tab-content#studies button:focus {
  background: #76990f;
  color: white;
}

/*******************************************/
/*********************************************
:: Products Page                   
********************************************/
.page-products {
  /********************************************/
}

.page-products .detail-container {
  width: 100%;
  display: inline-block;
  background: #f7f8fa;
  padding: 24px 0 0px;
}

@media (min-width: 768px) {
  .page-products .detail-container {
    padding: 75px 0 0px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .content-max-width {
    max-width: 1152px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .filter-menu h3 {
    line-height: 20px;
    padding-bottom: 32px;
    margin-bottom: 6px;
  }
  .page-products .detail-container .filter-menu li ul:first-of-type {
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .page-products .detail-container .buttons {
    width: 75%;
    position: absolute;
    top: -123px;
  }
}

.page-products .detail-container .buttons .filter-trigger {
  width: auto;
  height: 37px;
  line-height: 37px;
  border: 1px solid #979797;
  border-radius: 4px;
  margin: 0 0 23px 0;
  padding: 0 10px;
}

.page-products .detail-container .buttons .filter-trigger span {
  color: #76990f;
}

.page-products .detail-container .buttons p {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 37px;
  color: #76990f;
  float: right;
}

@media (min-width: 1024px) {
  .page-products .detail-container .buttons p {
    float: none;
    position: relative;
    left: 25%;
  }
}

.page-products .detail-container .buttons p strong {
  color: #76990f;
}

.page-products .detail-container .buttons .custom-select {
  width: 141px;
  height: 32px;
  float: right;
  position: relative;
  border: 1px solid #979797;
}

.page-products .detail-container .buttons .custom-select:before {
  display: none;
}

.page-products .detail-container .buttons .custom-select:after {
  content: "\E926";
  width: 32px;
  height: 32px;
  font-family: "icomoon";
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #979797;
  color: #CCC;
  pointer-events: none;
}

.page-products .detail-container .buttons .custom-select select {
  height: 30px;
  font-size: 14px;
  line-height: 23px;
  background: white;
  color: #76990f;
  border: none;
  padding: 0px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page-products .detail-container .description {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description {
    margin: 0 0 79px 0;
  }
}

.page-products .detail-container .description .img {
  width: 100%;
  float: left;
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description .img {
    width: 50%;
    text-align: left;
    margin: 0;
  }
}

.page-products .detail-container .description .img img {
  margin: 0 auto;
}

.page-products .detail-container .description ul, .page-products .detail-container .description ol {
  margin-left: 15px;
}

.page-products .detail-container .description ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.page-products .detail-container .description .content {
  width: 100%;
  float: left;
}

@media (min-width: 1024px) {
  .page-products .detail-container .description .content {
    width: 50%;
  }
}

.page-products .detail-container .description .content.full {
  width: 100%;
}

.page-products .detail-container .description .content h2, .page-products .detail-container .description .content legend {
  font-weight: 700;
}

.page-products .detail-container .description .content h2.center, .page-products .detail-container .description .content legend.center {
  text-align: center;
}

/*******************************************/
/*********************************************
:: Referrer Rewards Page                   
********************************************/
.page-referrer-rewards .download-button {
  margin-top: 40px;
  text-align: center;
}

.page-referrer-rewards .download-button .button {
  min-width: 206px;
}

/*********************************************
:: Community Page           
********************************************/
.page-community .blocks-container {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.page-community .blocks-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 600px) {
  .page-community .blocks-container article {
    margin-bottom: 0;
    width: calc(50% - 15px);
  }
}

.page-community .blocks-container article .content {
  padding: 26px 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: white;
  border: 1px solid #d4d4d4;
  border-top: 0 none;
}

@media (min-width: 768px) {
  .page-community .blocks-container article .content {
    padding: 39px 40px;
  }
}

.page-community .blocks-container article .content .section-title {
  margin-bottom: 23px;
}

.page-community .blocks-container article .content .details {
  margin-bottom: 30px;
}

/*********************************************
:: Countries Page
********************************************/
.page-countries {
  /********************************************/
}

.page-countries .wysiwyg {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .page-countries .wysiwyg {
    margin-bottom: 105px;
  }
}

.page-countries .country-list {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.page-countries .country-list article {
  width: 100%;
  padding: 29px 20px;
  margin-bottom: 30px;
  border: 1px solid #d4d4d4;
}

@media (min-width: 768px) {
  .page-countries .country-list article {
    width: calc(50% - 15px);
    padding: 29px;
  }
}

.page-countries .country-list article .body {
  gap: 20px;
}

.page-countries .country-list article .body .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .page-countries .country-list article .body .text {
    width: calc(100% - 120px);
  }
}

.page-countries .country-list article .body .text .title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}

.page-countries .country-list article .body .text a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #76990F;
}

.page-countries .country-list article .body .country {
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media (min-width: 1160px) {
  .page-countries .country-list article .body .country {
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .page-countries .country-list article .body .country {
    height: 100px;
    width: 100px;
  }
}

.page-countries .country-list article .country-name {
  margin-bottom: 19px;
}

.page-countries .country-list article .country-name img {
  width: 57px;
}

.page-countries .country-list article .country-name h2, .page-countries .country-list article .country-name legend {
  margin: 0;
  padding-left: 18px;
  width: calc(100% - 57px);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .page-countries .country-list article .country-name h2, .page-countries .country-list article .country-name legend {
    width: 100%;
    padding: 10px 0 0;
  }
}

.page-countries .country-list article p {
  color: #404042;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.page-countries .country-list article .fulfilment-co {
  margin-bottom: 30px;
}

.page-countries .country-list article .fulfilment-co strong {
  font-weight: 600;
  color: #76990f;
}

.page-countries .country-list article .country-head-title {
  padding-bottom: 11px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}

@media (min-width: 450px) {
  .page-countries .country-list article .country-head-info .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-countries .country-list article .country-head-info .image img {
  width: 120px;
}

.page-countries .country-list article .country-head-info .content {
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 450px) {
  .page-countries .country-list article .country-head-info .content {
    width: calc(100% - 120px);
    margin-top: 0;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .page-countries .country-list article .country-head-info .content {
    padding-right: 50px;
    margin-top: -2px;
  }
}

.page-countries .country-list article .country-head-info .content h3 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  color: black;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.page-countries .country-list article .country-head-info .content h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #76990f;
}

.page-countries .country-list article .country-head-info .content p {
  margin-bottom: 11px;
}

/*********************************************
:: Scientific Studies Page
********************************************/
.page-studies .site-breadcrumbs {
  margin-bottom: 25px;
}

.page-studies .study-row {
  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: start;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 600px) {
  .page-studies .study-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-studies .study-row img {
  width: 350px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page-studies .study-row img {
    width: 35%;
  }
}

@media (max-width: 600px) {
  .page-studies .study-row img {
    width: 100%;
  }
}

.page-studies .study-row .content {
  max-width: 770px;
  width: 100%;
}

@media (max-width: 600px) {
  .page-studies .study-row .content {
    max-width: 100%;
  }
}

.page-studies .study-row .content h3, .page-studies .study-row .content h3 > * {
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #1d1d1d;
}

.page-studies .study-row .content .link {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  color: #76990f;
}

.page-studies .study-row .content p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #404042;
}

.page-studies .study-row .content .read-more {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #76990f;
}

.page-studies button {
  padding: 16px 41px;
  margin: 0 auto 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #2d2a24;
  border-radius: 2px;
  border: 1px solid #76990f;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.page-studies button:hover, .page-studies button:focus {
  background: #76990f;
  color: white;
}

/*********************************************
:: Cart Page
********************************************/
.page-cart .body {
  padding-top: 80px;
  padding-bottom: 100px;
}

.page-cart .title {
  padding: 12px 20px;
  background-color: #F3F5F6;
}

.page-cart .title h2, .page-cart .title legend {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  color: #404042;
}

.page-cart .right {
  text-align: right;
}

.page-cart .one-off {
  margin-bottom: 10px;
}

.page-cart .one-off .product-row:last-child {
  border: none;
}

.page-cart .product-row {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}

.page-cart .product-row .flex.flex-between {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-cart .product-row h6 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}

.page-cart .product-row h6 .gray {
  color: #9B9B9B;
}

.page-cart .product-row h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  color: #000000;
}

.page-cart .product-row .products {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-cart .product-row .products .image {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 60px;
  border: 1px solid #d4d4d4;
}

@media (max-width: 1024px) {
  .page-cart .product-row .products .image {
    margin-right: 20px;
  }
}

@media (max-width: 600px) {
  .page-cart .product-row .products .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.page-cart .product-row .actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .page-cart .product-row .actions {
    width: 100%;
    margin-top: 20px;
  }
  .page-cart .product-row .actions .quantity-wrap {
    width: 125px;
  }
}

.page-cart .product-row .actions .delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18px;
  width: 18px;
  margin: 0 60px 0 40px;
  background-color: #76990F;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .page-cart .product-row .actions .delete {
    margin: 0 auto 0 20px;
  }
}

@media (max-width: 350px) {
  .page-cart .product-row .actions .subtotal {
    margin-top: 15px;
  }
}

.page-cart .bottom-actions {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-top: 28px;
}

.page-cart .bottom-actions .refer {
  margin-top: 20px;
  max-width: 280px;
  width: 100%;
}

@media (max-width: 600px) {
  .page-cart .bottom-actions .refer {
    max-width: 100%;
  }
}

.page-cart .bottom-actions .refer .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 21px;
  gap: 9px;
}

.page-cart .bottom-actions .refer .name p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.page-cart .bottom-actions .refer .name .tooltip {
  position: relative;
}

.page-cart .bottom-actions .refer .name .tooltip span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 19px;
  width: 19px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  color: #76990F;
  border: 1px solid #76990F;
  border-radius: 50%;
  cursor: pointer;
}

.page-cart .bottom-actions .refer .name .tooltip span:hover + .tooltip-box {
  display: block;
}

.page-cart .bottom-actions .refer .name .tooltip .tooltip-box {
  display: none;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  padding: 20px;
  border-radius: 2px;
  background-color: #E7EDD8;
}

.page-cart .bottom-actions .refer .name .tooltip .tooltip-box:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: solid 7px #E7EDD8;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.page-cart .bottom-actions .refer .name .tooltip .tooltip-box p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}

.page-cart .bottom-actions .refer input {
  padding: 3px 14px 0;
}

.page-cart .total {
  text-align: right;
}

@media (max-width: 600px) {
  .page-cart .total {
    width: 100%;
  }
}

.page-cart .total h4 {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  color: #000000;
}

.page-cart .total h4 .small {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.page-cart .total button {
  padding: 18px 41px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #76990f;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.page-cart .total button:hover {
  color: white;
  background-color: #4b610a;
  border-color: #4b610a;
}

@media (max-width: 600px) {
  .page-cart .total button {
    width: 100%;
  }
}

.page-checkout .breadcrumbs-module {
  margin-top: 60px;
  margin-bottom: 32px;
}

.page-checkout .summary {
  background-color: #f9f9f9;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px 20px 30px;
}

@media (min-width: 768px) {
  .page-checkout .summary {
    width: 375px;
  }
}

.page-checkout .summary .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout .summary .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-top: 1px solid #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-checkout .summary .button {
  width: 100%;
}

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 36px 0 10px;
  font-size: 14px;
  line-height: 36px;
  color: #444;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: white;
  color: black;
  text-align: center;
  *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
  border-left: 1px solid #CCCCCC;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: white;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #999999;
}

.selectric-hover .selectric {
  border-color: #b3b2b2;
}

.selectric-hover .selectric .button {
  color: black;
}

.selectric-hover .selectric .button:after {
  border-top-color: white;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #b3b2b2;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b2b2;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: "\2190";
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: "\2192";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #D8D8D8;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #D8D8D8;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
