@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  cursor: default; }

abbr[title],
dfn[title] {
  cursor: help; }

button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label[for],
select {
  cursor: pointer; }

code {
  cursor: text; }

button[disabled],
input[disabled],
select[disabled] {
  cursor: default; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

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

audio,
canvas,
video {
  display: inline-block; }

progress {
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 0.0625em dotted;
  text-transform: none; }
  @supports ((-webkit-text-decoration: dotted underline) or (text-decoration: dotted underline)) {
    abbr[title] {
      border-bottom: 0;
      -webkit-text-decoration: dotted underline;
              text-decoration: dotted underline; } }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.625em; }

img {
  max-width: 100%; }

img[height],
img[width] {
  max-width: none; }

svg:not(:root) {
  overflow: hidden; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

fieldset,
iframe,
img,
legend {
  border: 0; }

h1,
h2,
h3,
h5,
h6,
keygen {
  font-size: 100%; }

menu,
ol,
ul {
  list-style-type: none; }

blockquote,
body,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
ul {
  margin: 0; }

fieldset,
legend,
menu,
ol,
ul {
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Gotham-Book.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: bold;
  src: url("../fonts/Gotham-Bold.woff") format("woff"); }

@font-face {
  font-family: Gotham;
  font-weight: 300;
  src: url("../fonts/Gotham-Light.woff") format("woff"); }

html {
  background: #000000;
  color: #333333;
  font-family: Gotham;
  height: 100%;
  line-height: 1.375; }
  html {
    font-size: 13px; }
    @media screen and (min-width: 320px) {
      html {
        font-size: calc(13px + 2 * ((100vw - 320px) / 1046)); } }
    @media screen and (min-width: 1366px) {
      html {
        font-size: 15px; } }

body {
  background: #000000;
  min-height: 100%;
  overflow-y: scroll; }
  @media screen and (max-width: 47.9375em) {
    body[data-menu-visible="true"][data-search-visible="true"] {
      overflow: hidden; }
    body[data-menu-visible="true"] {
      overflow: hidden; } }

input:not([type="submit"]),
textarea,
select {
  padding: .5em;
  background: #ffffff;
  border: 1px solid #b4b4b4;
  width: 100%;
  -webkit-transition: border-color .4s;
  transition: border-color .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  input:not([type="submit"]):focus,
  textarea:focus,
  select:focus {
    border-color: #8cc53f;
    outline: none; }

#comment {
  height: 10em !important; }

input:not([type="submit"]),
select {
  height: 3em;
  padding: 0 .5em; }

.select2-container .select2-choice {
  height: 3em;
  line-height: 3em; }

label {
  display: block;
  font-weight: bold;
  margin-bottom: .5em; }
  h3 label {
    font-weight: normal; }
  label .required {
    color: #e50000; }

input[type="radio"],
input[type="checkbox"] {
  height: 1em;
  width: 1em; }

a {
  color: #71a130; }

.body-wrap {
  padding-top: 7em;
  width: 100%; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.6667rem;
  position: relative;
  width: 93.75%; }

.entry-content {
  line-height: 1.625; }
  .entry-content h1 {
    font-size: 2em; }
  .entry-content h2 {
    font-size: 1.5em; }
  .entry-content h3 {
    font-size: 1.17em; }
  .entry-content h4 {
    font-size: 1em; }
  .entry-content h5 {
    font-size: 0.83em; }
  .entry-content h6 {
    font-size: 0.75em; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol,
  .entry-content ul {
    padding-left: 2.5em; }
  .entry-content dd dl,
  .entry-content li ol,
  .entry-content li ul {
    margin: 0; }
  .entry-content dd {
    margin-left: 2.5em; }
  .entry-content blockquote,
  .entry-content dl,
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content ol,
  .entry-content p,
  .entry-content pre,
  .entry-content ul {
    margin: 1.625em 0; }
    .entry-content blockquote:first-child,
    .entry-content dl:first-child,
    .entry-content h1:first-child,
    .entry-content h2:first-child,
    .entry-content h3:first-child,
    .entry-content h4:first-child,
    .entry-content h5:first-child,
    .entry-content h6:first-child,
    .entry-content ol:first-child,
    .entry-content p:first-child,
    .entry-content pre:first-child,
    .entry-content ul:first-child {
      margin-top: 0; }
    .entry-content blockquote:last-child,
    .entry-content dl:last-child,
    .entry-content h1:last-child,
    .entry-content h2:last-child,
    .entry-content h3:last-child,
    .entry-content h4:last-child,
    .entry-content h5:last-child,
    .entry-content h6:last-child,
    .entry-content ol:last-child,
    .entry-content p:last-child,
    .entry-content pre:last-child,
    .entry-content ul:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 48em) {
  .grid {
    font-size: 0;
    margin-left: -1rem;
    margin-right: -1rem; } }

.grid__column {
  padding: 1rem 0; }
  .grid__column:first-child {
    padding-top: 0; }
  .grid__column:last-child {
    padding-bottom: 0; }
  @media screen and (min-width: 48em) {
    .grid__column {
      display: inline-block;
      font-size: 1rem;
      padding: 0 1rem;
      vertical-align: top; } }

@media screen and (min-width: 48em) {
  .grid__column--1 {
    width: 8.3333333333%; }
  .grid__column--2 {
    width: 16.6666666667%; }
  .grid__column--3 {
    width: 25%; }
  .grid__column--4 {
    width: 33.3333333333%; }
  .grid__column--5 {
    width: 41.6666666667%; }
  .grid__column--6 {
    width: 50%; }
  .grid__column--7 {
    width: 58.3333333333%; }
  .grid__column--8 {
    width: 66.6666666667%; }
  .grid__column--9 {
    width: 75%; }
  .grid__column--10 {
    width: 83.3333333333%; }
  .grid__column--11 {
    width: 91.6666666667%; }
  .grid__column--12 {
    width: 100%; } }

@font-face {
  font-family: Icons;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff"); }

.footer {
  background: #000000;
  padding: 3em 0; }

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .footer__columns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footer__column {
  width: 100%;
  margin-bottom: 3em; }
  .footer__column:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .footer__column {
      width: calc(33.333% - 1em);
      margin-bottom: 0; } }

.footer__title {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  letter-spacing: .105em; }

.footer__copyright {
  border-top: 0.125em solid #444444;
  padding-top: 1em;
  margin-top: 3em;
  color: #606060; }
  .footer__copyright p {
    font-size: .85em; }

@media screen and (max-width: 47.9375em) {
  .footer__sitemap {
    margin-top: 1em; } }

#menu-site-information .menu-item {
  width: 100%; }

.footer__sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 1em; }
  .footer__sitemap-list .menu-item {
    margin-bottom: .75em;
    width: 50%; }
    .footer__sitemap-list .menu-item a {
      color: #959595;
      text-decoration: none; }
      .footer__sitemap-list .menu-item a:hover {
        color: #8cc53f;
        text-decoration: underline; }

.footer__contact .wpcf7-response-output {
  background: #8cc53f;
  border: none;
  color: white;
  font-size: .85em;
  margin: 1em 0 0 0;
  padding: 1.25em; }

.footer__contact .wpcf7-validation-errors {
  display: none !important; }

.footer__contact img.ajax-loader {
  margin-left: 1em !important; }

.footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer__form-item {
  width: 100%;
  margin-bottom: .5em; }
  .footer__form-item .button {
    margin-top: 1em; }
  .footer__form-item .wpcf7-not-valid-tip {
    display: block;
    background: #e50000;
    color: #ffffff;
    padding: .5em;
    font-size: .85em; }

.footer__form-input,
.footer__form-textarea {
  background: #000000 !important;
  border: 1px solid #959595;
  color: #ffffff;
  display: block;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  width: 100%; }
  .footer__form-input:focus,
  .footer__form-textarea:focus {
    border-color: #ffffff;
    outline: none; }
  .footer__form-input.wpcf7-not-valid,
  .footer__form-textarea.wpcf7-not-valid {
    border-color: #e50000; }

.footer__form-input {
  height: 2.5em;
  padding: 0 .5em; }

.footer__form-textarea {
  padding: .5em;
  height: 8em; }

.header {
  background: #ffffff;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.25);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: .85em; }

.header__inner {
  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;
  height: 100%;
  height: 6em; }

.header__top {
  background: #eeeeee;
  height: 3em;
  line-height: 3em;
  text-align: right; }
  .header__top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 47.9375em) {
      .header__top .container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header__top .container p {
      border-left: 1px solid #ddd;
      padding: 0 1em; }
      @media screen and (max-width: 47.9375em) {
        .header__top .container p {
          font-size: .95em;
          border-left: none;
          padding: 0; } }
      .header__top .container p:last-child {
        border-right: 1px solid #ddd; }
        @media screen and (max-width: 47.9375em) {
          .header__top .container p:last-child {
            border-right: none;
            margin-left: 1em; } }

.main__section {
  background-color: #ffffff;
  padding: 3em 0 0; }
  .main__section.featured-products {
    padding-top: 0; }
  .main__section:last-child {
    padding-bottom: 3em; }
  @media screen and (min-width: 48em) {
    .main__section {
      padding: 4em 0 0; }
      .main__section:last-child {
        padding-bottom: 4em; } }

.main__section-title {
  font-weight: 300;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (min-width: 48em) {
    .main__section-title {
      margin-bottom: 2em; } }

.nav {
  height: 100%;
  padding-left: 2em;
  width: 100%; }

.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .nav__wrapper {
      background: #8cc53f;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: none;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: padding-bottom .4s;
      transition: padding-bottom .4s; }
      [data-search-visible="true"] .nav__wrapper {
        padding-bottom: 5em; }
      [data-menu-visible="true"] .nav__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (min-width: 48em) {
    .nav__wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }

.nav__toggle {
  height: 100%;
  outline: none;
  position: absolute;
  right: 0;
  top: .25em;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 10; }
  @media screen and (min-width: 48em) {
    .nav__toggle {
      display: none; } }

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 2em 0; }
  @media screen and (min-width: 48em) {
    .category-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .category-list h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em !important; }

.category__item-image {
  width: 14em;
  margin-left: auto; }

.category__item-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%; }

.category__item {
  background: #ffffff;
  width: 100%;
  margin-bottom: 2em;
  height: 17em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  .category__item > a {
    display: block; }
  @media screen and (min-width: 48em) {
    .category__item {
      width: calc(50% - 1em); } }
  .category__item a {
    text-decoration: none;
    position: relative;
    color: #ffffff !important;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2em; }
  .category__item h1 {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    font-weight: bold !important;
    color: #333333 !important;
    text-transform: uppercase;
    font-size: 2.25em !important; }
    .category__item h1 span {
      font-weight: normal;
      font-size: .5em !important;
      display: block;
      position: relative;
      padding-top: 0;
      color: #8cc53f;
      text-decoration: underline; }

.fourohfour {
  padding: 5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.fourohfour__text {
  font-size: 1.25em;
  margin-bottom: 1em !important; }

.about-intro__image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4em 0; }
  .about-intro__image:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.about-intro__content {
  color: #ffffff !important; }
  @media screen and (max-width: 47.9375em) {
    .about-intro__content {
      text-align: center; } }
  .about-intro__content h1 {
    color: #ffffff;
    text-align: center;
    margin-bottom: .75em !important; }

@media screen and (min-width: 48em) {
  .about-intro__copy {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
            column-gap: 2em; } }

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid #e1e1e1; }
  .about-item:last-child {
    padding-bottom: 4em;
    margin-bottom: 0;
    border-botton: none; }
  @media screen and (max-width: 47.9375em) {
    .about-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 3.5em;
      padding-bottom: 1em; } }
  @media screen and (min-width: 48em) {
    .about-item:nth-child(even) .about-item__image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 0 0 2em; } }
  .about-item:nth-child(even) .about-item__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.about-item__image {
  margin-bottom: 2em; }
  @media screen and (min-width: 48em) {
    .about-item__image {
      margin: 0 2em 0 0;
      width: calc(50% - 2em); } }

@media screen and (min-width: 48em) {
  .about-item__content {
    width: calc(50% - 2em); } }

.about-partners {
  background: #ffffff;
  padding: 4em 0 2em; }
  .about-partners h2 {
    text-align: center;
    margin-bottom: 1em !important; }
  .about-partners ul {
    margin: 0 !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
    .about-partners ul li {
      list-style: none;
      width: calc(100%);
      margin: 0 1em 2em 0;
      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; }
      @media screen and (max-width: 47.9375em) {
        .about-partners ul li:nth-child(even) {
          margin: 0 0 0 1em; }
        .about-partners ul li img {
          width: 100%; } }
      @media screen and (min-width: 48em) {
        .about-partners ul li {
          margin: 0 1.5em 2em;
          width: auto; }
          .about-partners ul li img {
            max-width: 150px; } }

.article {
  background: #ffffff; }

.article__header {
  background: #1d1d1d;
  min-height: 10em;
  padding: 5em 0 5.5em;
  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;
  text-align: center; }
  .single-post .article__header,
  .single-case-studies .article__header {
    display: none; }
  .article__header--image {
    position: relative;
    background-size: cover;
    background-position: center center; }
    .article__header--image:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      position: absolute;
      top: 0;
      left: 0; }
    .article__header--image .article__sub-title {
      color: #8cc53f; }

.article__title {
  font-size: 3em;
  font-weight: 600;
  color: #ffffff; }

.article__sub-title {
  color: #8cc53f;
  font-size: 1.25em;
  letter-spacing: .25em;
  display: inline-block;
  max-width: 31em;
  display: block;
  margin: 0 auto; }

.article__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .post-type-archive-product .article__container {
    padding: 1.5em 0 !important; }
  .archive .article__container {
    -ms-flex-flow: wrap;
        flex-flow: wrap; }
  @media screen and (min-width: 48em) {
    .article__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .post-type-archive-product .article__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .article__container .article__main {
    width: 100%;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
    padding-top: 1.5em; }
    .article__container .article__main ul {
      list-style: none; }
      .article__container .article__main ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: .25em; }
        .article__container .article__main ul li::before {
          content: "• ";
          color: #8cc53f;
          /* or whatever color you prefer */
          font-size: 1.5em;
          margin-right: .85em; }

.article__content {
  background: #f5f5f5;
  padding: 2em 0 0; }
  .page-template-template-about .article__content {
    padding-top: 4em; }
  .single-post .article__content,
  .single-case-studies .article__content,
  .page .article__content,
  .post-type-archive-solutions .article__content,
  .single-solutions .article__content {
    background: #ffffff; }
  .page-blog .article__content {
    padding-top: 0; }
  .page-blog .article__content .container {
    max-width: 90em; }
  .page-template-template-why-efex .article__content {
    padding-bottom: 2em;
    padding-top: 0; }
  .single:not(.single-product) .article__content {
    padding-top: 0; }
  .post-type-archive-product .article__content {
    padding-top: 1em; }
  .page-template-template-products .article__content {
    padding-top: 0; }
  .article__content .intro {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4em 0;
    margin-bottom: 2em; }
    .article__content .intro p {
      font-size: 1.25em; }
    .article__content .intro .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 48em) {
        .article__content .intro .container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .article__content .intro__copy {
    margin-bottom: 1.5em;
    line-height: 1.5em; }
    @media screen and (min-width: 48em) {
      .article__content .intro__copy {
        margin-right: 4em;
        width: 60%; } }
  @media screen and (min-width: 48em) {
    .article__content .intro__img {
      width: 40%; } }
  .article__content legend {
    padding: 1em 0 .5em;
    display: block; }
  .article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
    font-weight: normal;
    margin-bottom: 1rem; }
  .article__content h1 {
    font-size: 3em;
    color: #8cc53f; }
  .article__content h2, .article__content #reply-title {
    font-size: 2em;
    font-weight: 300; }
  .article__content legend {
    font-weight: 300;
    font-size: 2em; }
  .article__content h3 {
    font-size: 1.75em;
    font-weight: normal; }
  .article__content h4 {
    font-size: 1.5em;
    font-weight: normal; }
  .article__content h5 {
    font-size: 1.25em;
    font-weight: normal; }
  .article__content h6 {
    font-size: 1em;
    font-weight: normal; }
  .article__content p, .article__content ol, .article__content ul, .article__content blockquote, .article__content table, .article__content cite, .article__content pre {
    margin-bottom: 2em;
    line-height: 1.5em; }
  .article__content ul {
    list-style-type: disc;
    margin-left: 0; }
  .article__content ol {
    list-style-type: decimal;
    margin-left: 1em; }
  .article__content ul ul, .article__content ol ul, .article__content ol ol, .article__content ul ol {
    margin: 1em 0 1em 1em; }
  .article__content ul ul, .article__content ol ul {
    list-style-type: circle; }
  .article__content ol ol, .article__content ul ol {
    list-style-type: lower-latin; }
  .article__content table {
    width: 100%; }
    .article__content table th, .article__content table td {
      padding: .5em 1em !important;
      border: 1px solid #888888 !important; }
    .article__content table th {
      border: 1px solid #7c7b7b !important;
      text-align: left;
      background: #ffffff !important;
      color: #333333;
      border-color: #557925; }
    .article__content table td {
      background: #ffffff !important; }
      .article__content table td p {
        margin: 0 !important;
        padding: 0 !important; }
  .article__content blockquote {
    border-left: 0.5em solid #8cc53f;
    padding: 1em 0 1em 2em;
    margin-left: 2em; }
    .article__content blockquote p:last-child {
      margin-bottom: 0; }
  .article__content pre {
    background: #e1e1e1;
    border: 1px solid #c8c7c7;
    padding: 1em;
    border-radius: .5em; }

.article__sidebar {
  width: 100%;
  padding-top: 1.5em; }
  @media screen and (min-width: 48em) {
    .article__sidebar {
      width: 24em;
      padding-left: 1.5em;
      padding-bottom: 1.5em;
      border-left: 1px solid #e1e1e1; } }
  .article__sidebar select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    background: #ffffff url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#8cc53f' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    border: 1px solid #e1e1e1; }
  .article__sidebar h3 {
    font-size: 1.5em; }
  .article__sidebar .price_label {
    background: #dadada;
    color: #ffffff;
    font-weight: bold;
    padding: .5em 1em;
    width: 100%;
    font-size: 1em;
    border-radius: .5em;
    color: #333333; }
  .article__sidebar .widget_recent_entries,
  .article__sidebar .widget_categories,
  .article__sidebar .widget_archive,
  .article__sidebar .woocommerce {
    margin-bottom: 1.5em; }
  .article__sidebar .woocommerce {
    padding-bottom: 0; }
    .article__sidebar .woocommerce:last-child {
      margin-bottom: 0; }
  .article__sidebar .product-categories {
    margin-bottom: 0; }
  .article__sidebar .woocommerce-product-search {
    padding: 1em; }
    .article__sidebar .woocommerce-product-search #woocommerce-product-search-field {
      margin-bottom: 1em; }
    .article__sidebar .woocommerce-product-search .button {
      padding-top: .65em;
      padding-bottom: .65em; }
  .article__sidebar .woocommerce-product-search,
  .article__sidebar ul {
    border: 1px solid #e1e1e1;
    background: #ffffff;
    margin: 0; }
  .article__sidebar ul {
    list-style: none; }
    .article__sidebar ul li {
      border-bottom: 1px solid #e1e1e1;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .article__sidebar ul li.is-active a {
        background: #8cc53f;
        color: #ffffff !important;
        font-weight: bold !important; }
        .article__sidebar ul li.is-active a:hover {
          color: #ffffff !important; }
      .article__sidebar ul li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0; }
      .article__sidebar ul li:not(.woof_childs_list_li):hover {
        background: #fbfafa;
        color: #ffffff; }
        .article__sidebar ul li:not(.woof_childs_list_li):hover a {
          color: #8cc53f; }
      .article__sidebar ul li a {
        padding: 1em !important;
        display: block;
        text-decoration: none;
        color: #333333 !important;
        font-weight: normal !important; }
        .article__sidebar ul li a .product-title {
          font-weight: bold !important; }
        .article__sidebar ul li a:hover {
          text-decoration: none; }
  .article__sidebar .chosen-choices {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1em;
    font-size: 1em;
    background: #ffffff; }
    .article__sidebar .chosen-choices input {
      font-size: 1rem !important; }
  .article__sidebar ul > li.search-choice:hover {
    color: #333333 !important; }
  .article__sidebar ul.chosen-results {
    border-top: none; }
    .article__sidebar ul.chosen-results > li {
      padding: 1em; }
      .article__sidebar ul.chosen-results > li:hover, .article__sidebar ul.chosen-results > li.highlighted {
        background: #8cc53f !important; }
  .article__sidebar .chosen-container {
    width: 100% !important; }
    .article__sidebar .chosen-container .chosen-drop {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.article__meta {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 1.5em 0;
  margin-bottom: 1.5em; }
  .article__meta p {
    margin-bottom: 0; }

.article__feat-image {
  width: 100%;
  margin-bottom: 1.5em; }
  .article__feat-image + p + h2 {
    clear: both; }

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  padding-bottom: 2em; }
  .woocommerce nav.woocommerce-pagination li:hover {
    border-color: #8cc53f !important; }
  .woocommerce nav.woocommerce-pagination li a:hover {
    background: #8cc53f !important;
    color: #ffffff !important; }

.alert_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .alert_container h6 {
    width: 100%;
    font-weight: bold; }
  .alert_container .stock_alert_email {
    width: calc(75% - 1.5em); }
  .alert_container .stock_alert_button {
    width: 25%;
    margin-top: 3px; }

.registered_message {
  background: #8cc53f;
  padding: 1em;
  color: #ffffff; }

.product .images .woocommerce-main-image {
  padding: 0 !important; }

.tabs {
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    display: none !important; }
  .tabs li {
    background: #e1e1e1 !important;
    border: none !important;
    border-radius: 0 !important; }
    .tabs li.active {
      background: #8cc53f !important; }
      .tabs li.active a {
        color: #ffffff !important; }
    .tabs li a {
      padding: 1em !important; }

.woocommerce-Tabs-panel {
  padding: 2em !important;
  background: #ffffff; }

.offers {
  padding-bottom: 4em; }
  .offers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .offers h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em !important; }

.offers__offer {
  background-color: #ffffff;
  background-size: contain;
  width: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
  line-height: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.5em; }
  .offers__offer .offers__text .button {
    margin-top: 1em;
    font-size: .65em; }
  .offers__offer em {
    color: #8cc53f;
    font-weight: bold;
    font-size: 1.5em;
    font-style: normal;
    display: inline-block;
    padding-top: .125em; }
  .offers__offer p {
    margin-bottom: 0; }
  .offers__offer:last-child {
    margin-bottom: 0; }

.phone-us {
  background: #ffffff url("../images/callcenter.jpg") top right no-repeat;
  background-size: contain;
  width: 100%;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em; }
  @media screen and (max-width: 47.9375em) {
    .phone-us {
      background: #ffffff;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .phone-us .phone-us__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 4em;
    height: 4em;
    background: #8cc53f;
    border-radius: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2em;
    border: 2px solid #8cc53f; }
    @media screen and (max-width: 47.9375em) {
      .phone-us .phone-us__icon {
        margin-top: .5em; } }
    .phone-us .phone-us__icon svg {
      width: 2em;
      height: 2em;
      fill: #ffffff; }
  .phone-us h3 {
    margin-bottom: 0;
    font-weight: bold; }
  .phone-us p {
    margin-bottom: 0; }
  .phone-us .phone-us__number {
    color: #8cc53f;
    font-weight: bold;
    font-size: 1.5em; }

.breadcrumbs {
  background: #e1e1e1;
  padding: 1.25em 0 .5em;
  margin-left: 0; }
  .single-post .breadcrumbs,
  .single-case-studies .breadcrumbs,
  .page-template-template-products .breadcrumbs {
    display: none; }
  .single:not(.single-product) .breadcrumbs {
    margin-bottom: 0; }
  .page-template-template-about .breadcrumbs {
    margin-bottom: 0;
    height: 4em; }

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .breadcrumbs__list li {
    margin-bottom: 1em;
    color: #333333;
    font-size: .95em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .breadcrumbs__list li:after {
      content: '/';
      display: block;
      color: #8cc53f;
      margin: 0 .5em; }
    .breadcrumbs__list li:last-child:after {
      display: none; }
    .breadcrumbs__list li:first-child a {
      font-weight: bold; }
  .breadcrumbs__list a {
    color: #333333;
    text-decoration: none; }
    .breadcrumbs__list a:hover {
      text-decoration: underline; }

.button,
.form-submit .submit,
.search-submit,
.stock_alert_button,
.unsubscribe_button {
  -webkit-transition: all .2s !important;
  transition: all .2s !important;
  border: none !important;
  padding: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background: #8cc53f !important;
  padding: .75em 1.25em !important;
  font-size: .85em !important;
  border-radius: 2em !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  display: inline-block !important; }
  .button--white,
  .form-submit .submit--white,
  .search-submit--white,
  .stock_alert_button--white,
  .unsubscribe_button--white {
    background: #ffffff !important;
    color: #333333 !important; }
  .button--outline,
  .form-submit .submit--outline,
  .search-submit--outline,
  .stock_alert_button--outline,
  .unsubscribe_button--outline {
    background: #ffffff !important;
    color: #333333 !important;
    border: 0.2em solid #8cc53f !important; }
  .button:hover,
  .form-submit .submit:hover,
  .search-submit:hover,
  .stock_alert_button:hover,
  .unsubscribe_button:hover {
    text-decoration: underline !important; }
    .button:hover:disabled,
    .form-submit .submit:hover:disabled,
    .search-submit:hover:disabled,
    .stock_alert_button:hover:disabled,
    .unsubscribe_button:hover:disabled {
      text-decoration: none !important; }
  .button:disabled,
  .form-submit .submit:disabled,
  .search-submit:disabled,
  .stock_alert_button:disabled,
  .unsubscribe_button:disabled {
    opacity: 0.5 !important;
    cursor: default !important; }

.cart-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em; }
  @media screen and (min-width: 48em) {
    .cart-menu {
      margin: 0 0 0 auto;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.cart-menu__item {
  margin: 0 1.5em;
  border-radius: .5em; }
  @media screen and (min-width: 48em) {
    .cart-menu__item {
      margin: 0 0 0 1.5em; } }
  @media screen and (max-width: 47.9375em) {
    .cart-menu__item {
      padding: 1em;
      margin: 0 .25em;
      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; }
      .cart-menu__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (max-width: 47.9375em) {
    [data-search-visible="true"] .cart-menu__item--search {
      background: #71a130; } }
  @media screen and (min-width: 48em) {
    [data-search-visible="true"] .cart-menu__item--search svg {
      fill: #000000; } }

.cart-menu__link {
  position: relative;
  font-size: 2.5em;
  text-decoration: none; }
  @media screen and (min-width: 48em) {
    .cart-menu__link {
      font-size: 1.75em; } }
  .cart-menu__link:hover svg {
    fill: #ffffff; }
    @media screen and (min-width: 48em) {
      .cart-menu__link:hover svg {
        fill: #000000; } }
  .cart-menu__link svg {
    width: 1em;
    height: 1em;
    fill: #ffffff;
    -webkit-transition: fill .2s;
    transition: fill .2s; }
    @media screen and (min-width: 48em) {
      .cart-menu__link svg {
        fill: #959595; } }
  .cart-menu__link:hover .cart-menu__badge {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.cart-menu__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #557925;
  border-radius: 2em;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .5em;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  position: absolute;
  top: -25%;
  left: -50%;
  z-index: 1;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  @media screen and (min-width: 48em) {
    .cart-menu__badge {
      background: #8cc53f; } }

.case-studies {
  background: #f2f2f2;
  padding: 3.5em 0; }
  .case-studies h2 {
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1em; }

.case-studies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.case-studies__item {
  width: calc(33.333% - 2em);
  margin: 0 1em 1em; }
  @media screen and (max-width: 47.9375em) {
    .case-studies__item {
      width: 100%;
      margin-right: 0; } }
  .case-studies__item h3 {
    margin-bottom: .5em;
    font-size: 1.25em; }

.case-studies__inside {
  background: #ffffff;
  padding: 1.5em; }

.case-studies__excerpt {
  margin-bottom: 1.5em; }
  .case-studies__excerpt a {
    display: none; }

.comments ul {
  margin-left: 0; }

.comments .comment {
  list-style: none;
  padding: 0; }

.comments .comment-body {
  background: #ffffff;
  margin-bottom: 1.5em;
  padding: 1em;
  border: 1px solid #b4b4b4; }
  .comments .comment-body h4 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0; }

.comments .comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comments .comment-meta img {
    margin-right: 1em;
    width: 4em;
    height: 4em; }
  .comments .comment-meta p {
    margin-bottom: 0; }

.comments .comment-text {
  padding-left: 5em; }
  .comments .comment-text p:last-of-type {
    margin-bottom: 0; }

/* reviews */
.woocommerce-Reviews .commentlist {
  margin-left: 0;
  padding-left: 0; }

.woocommerce-Reviews .comment-notes {
  margin-bottom: 2em !important; }

.stars {
  font-size: 2em; }
  .stars a {
    margin-right: .125em;
    color: gold; }

.contact__tiles {
  background: #f5f5f5;
  padding-top: 5em; }
  .contact__tiles .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.contact__tile {
  background: #ffffff;
  padding: 2.5em 2em 3em;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 1.5em; }
  .contact__tile:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .contact__tile {
      margin-bottom: 0;
      padding: 4em 2em 3em; } }
  @media screen and (min-width: 48em) {
    .contact__tile {
      width: calc(33.333% - 1em);
      margin: 0 .5em 0 0; }
      .contact__tile:hover .contact__icon {
        -webkit-transform: scale(1.1) translateX(-45%);
                transform: scale(1.1) translateX(-45%); } }
  .contact__tile a {
    color: #8cc53f;
    text-decoration: none;
    word-wrap: break-word; }
    .contact__tile a:hover {
      text-decoration: underline; }
  .contact__tile p {
    margin-bottom: 0;
    font-size: 1.125em; }

.contact__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8cc53f;
  border-radius: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5em;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2em;
  margin: 0 auto .5em; }
  @media screen and (min-width: 48em) {
    .contact__icon {
      border: 0.125em solid #ffffff;
      left: 50%;
      position: absolute;
      top: -1em;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; } }
  .contact__icon svg {
    height: .75em;
    width: .75em;
    fill: #ffffff; }

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding: 0 0 4em; }

.contact__map {
  width: 100%;
  height: 20em;
  margin-top: 3em; }
  @media screen and (min-width: 48em) {
    .contact__map {
      width: 50%;
      height: auto !important;
      margin-top: 0; } }

@media screen and (min-width: 48em) {
  .contact__content {
    padding-right: 2em;
    width: 50%; } }

.contact__form {
  margin-top: 2em; }
  .contact__form br {
    display: none; }

.contact__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contact__form-row .contact__form-item:first-child {
    margin-right: .5em; }
  .contact__form-row .contact__form-item:last-child {
    margin-left: .5em; }

.contact__form-item {
  margin-bottom: 1em; }
  .contact__form-item--last {
    margin-bottom: 0; }

.contact__office-hours {
  margin-bottom: 3em; }

.contact__office-hours-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact__office-hour {
  background: #333333;
  width: 50%;
  padding: 1em; }
  .contact__office-hour h6 {
    margin-bottom: 0;
    font-weight: bold;
    color: #ffffff; }
  .contact__office-hour p {
    margin-bottom: 0;
    font-size: 1.5em;
    color: #ffffff; }
  .contact__office-hour:first-child {
    margin-right: .5em; }
  .contact__office-hour:last-child {
    margin-left: .5em; }

.cta-banner {
  background: #8cc53f;
  color: #ffffff;
  padding: 2em 0; }
  .cta-banner > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 48em) {
      .cta-banner > .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.cta-banner__content h2 {
  font-size: 2em; }

.cta-banner__content p {
  font-size: 1.25em; }

@media screen and (min-width: 48em) {
  .cta-banner__content {
    margin-right: 2em; } }

.cta-banner__link {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  .cta-banner__link a {
    background: #ffffff;
    padding: 1em 2em;
    text-decoration: none;
    display: block; }
  @media screen and (min-width: 48em) {
    .cta-banner__link {
      margin-left: auto; } }

.empty-cart {
  background: #ffffff;
  border: 0.15em solid #b4b4b4;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 20em;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .empty-cart p {
    margin-bottom: 0; }
  .empty-cart .return-to-shop {
    margin-top: 1em; }

.featured-products__inner {
  position: relative;
  padding: 1em 0 2.5em;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1; }
  @media screen and (min-width: 48em) {
    .featured-products__inner {
      height: 30em;
      padding: 0; } }
  .featured-products__inner .container {
    height: 100%; }
  .featured-products__inner:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff; }
    @media screen and (min-width: 48em) {
      .featured-products__inner:before {
        width: 50%; } }

.featured-products__slider {
  height: 100%; }
  .featured-products__slider .slick-arrow {
    background: none !important; }
    .featured-products__slider .slick-arrow svg {
      fill: #8cc53f !important;
      font-size: 3.5em !important; }

.featured-products__slide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .featured-products__slide {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      text-align: left; } }

.featured-products__slide-text {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-right: 2em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media screen and (min-width: 48em) {
    .featured-products__slide-text {
      padding: 0 4em;
      width: 50%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.featured-products__slide-image {
  width: 50%;
  margin: 0 auto 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 1em; }
  @media screen and (min-width: 48em) {
    .featured-products__slide-image {
      padding: 0 2em;
      width: 50%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0; } }
  @media screen and (min-width: 64.0625em) {
    .featured-products__slide-image img {
      max-width: 25em; } }

.featured-products__title {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: .5em;
  color: #333333; }
  @media screen and (min-width: 48em) {
    .featured-products__title {
      font-size: 3em; } }
  .featured-products__title a {
    color: currentColor;
    text-decoration: none; }
  .featured-products__title:before {
    content: "Featured Products";
    display: none;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    font-size: .75rem;
    color: #959595; }
    @media screen and (min-width: 48em) {
      .featured-products__title:before {
        display: block; } }

.featured-products__description {
  margin-bottom: 1em; }

.featured-products__price {
  color: #8cc53f;
  font-size: 1.5em;
  margin-bottom: 1em; }

.featured-products__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em; }
  @media screen and (max-width: 47.9375em) {
    .featured-products__buttons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .featured-products__buttons .button {
    margin-right: .5em; }

.floating-panel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .floating-panel__inner a {
    text-decoration: none !important; }
  @media screen and (min-width: 48em) {
    .floating-panel__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .floating-panel__inner:hover .floating-panel__image img {
    -webkit-transition-duration: 20s;
            transition-duration: 20s;
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.floating-panel__panel {
  background: #8cc53f;
  padding: 4em 1.5em 4em 3em;
  width: 100%;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .floating-panel__panel {
      left: 0;
      max-width: 20em;
      min-height: 30em;
      position: absolute;
      top: 50%;
      -webkit-transform: translatey(-50%);
              transform: translatey(-50%); } }
  .floating-panel__panel a {
    text-decoration: none; }
  .floating-panel__panel p {
    font-size: .85em;
    color: rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 48em) {
      .floating-panel__panel p {
        padding-left: 1.75em;
        font-size: 1.15em; } }
    .floating-panel__panel p:first-of-type {
      color: #000000;
      font-size: 1.75em;
      line-height: 1.125em;
      margin-bottom: .75em;
      padding-left: 0;
      font-weight: 300; }
  @media screen and (min-width: 48em) {
    .floating-panel__panel button {
      margin-left: 1.75em;
      margin-top: 1.75em; } }

.floating-panel__image {
  width: 100%;
  margin-left: auto;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .floating-panel__image {
      width: calc(100% - 10em); } }
  .floating-panel__image img {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }

.floating-panel__link {
  display: block;
  text-decoration: none; }

.floating-panel__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: .5em; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #8cc53f; }

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ''; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner,
.hamburger--slider.is-active .hamburger-inner:after,
.hamburger--slider.is-active .hamburger-inner:before {
  background-color: #ffffff; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

.hero {
  background: #1d1d1d;
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .hero {
      height: 30em; } }

.hero__slider {
  height: 100%; }

.hero__slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22em !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .hero__slide:before {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 48em) {
    .hero__slide {
      padding: 0 5em;
      height: 100% !important; } }

.hero__slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.hero__slide-copy {
  width: 100%;
  padding: 1.75em 1.5em 2.5em;
  max-width: 35em; }
  @media screen and (min-width: 64.0625em) {
    .hero__slide-copy {
      width: 50%;
      padding: 0; } }

.hero__slide-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.125em;
  margin-bottom: .25em;
  padding-right: 1rem; }
  @media screen and (min-width: 64.0625em) {
    .hero__slide-title {
      font-size: 3em; } }
  @media screen and (min-width: 85.4375em) {
    .hero__slide-title {
      font-size: 4em; } }

.hero__slide-description {
  color: #b4b4b4;
  margin-bottom: 2em; }
  @media screen and (min-width: 48em) {
    .hero__slide-description {
      max-width: 28em; } }

.hero__slide-figure {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  display: none; }
  @media screen and (min-width: 48em) {
    .hero__slide-figure {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.hero__slide-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hero__slide-image img {
    width: auto;
    max-width: 16em;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: auto;
    -webkit-box-shadow: 0 0 5em 0em rgba(0, 0, 0, 0.75);
            box-shadow: 0 0 5em 0em rgba(0, 0, 0, 0.75); }
    @media screen and (min-width: 64.0625em) {
      .hero__slide-image img {
        max-width: 30em; } }

.latest-news {
  background: #f5f5f5; }

.latest-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.latest-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 1.5em; }
  .latest-news__item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .latest-news__item {
      margin-bottom: 0; }
      .latest-news__item:nth-child(even) .latest-news__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .latest-news__item:nth-child(even) .latest-news__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .latest-news__item .button {
    margin-right: auto; }

.latest-news__image {
  background: #c8c8c8;
  width: 100%;
  overflow: hidden;
  height: 15em; }
  @media screen and (min-width: 48em) {
    .latest-news__image {
      width: 50%;
      height: auto; } }
  .latest-news__image a {
    display: block;
    width: 100%;
    height: 100%; }
  .latest-news__image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.latest-news__content {
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em; }
  @media screen and (min-width: 48em) {
    .latest-news__content {
      width: 50%;
      padding: 4em; } }

.latest-news__date {
  text-transform: uppercase;
  font-size: .75em;
  color: #959595;
  margin-bottom: .5em; }

.latest-news__title {
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 1em; }
  .latest-news__title a {
    color: currentColor;
    text-decoration: none; }
    .latest-news__title a:hover {
      text-decoration: underline; }

.latest-news__excerpt {
  font-size: .95em;
  margin-bottom: 1.5em; }
  .latest-news__excerpt a {
    display: none; }

.type-post {
  margin-bottom: 1.5em;
  background: #ffffff; }
  @media screen and (min-width: 48em) {
    .type-post {
      width: calc(50% - 1em);
      margin-right: 1em; }
      .type-postnth-child(2n+2) {
        margin-right: 0; } }
  @media screen and (min-width: 85.4375em) {
    .type-post {
      width: calc(33.333% - 1em);
      margin-right: 1em; }
      .type-postnth-child(3n+3) {
        margin-right: 0; } }
  .type-post .post-edit-link {
    display: none; }

.type-post__content {
  padding: 2em; }

.type-post__title {
  font-weight: bold !important; }
  .type-post__title a {
    color: #333333;
    text-decoration: none !important; }

.type-post__excerpt a {
  display: none; }

[map] {
  width: 100%;
  min-height: 20em;
  height: 20em; }
  @media screen and (min-width: 48em) {
    [map] {
      height: calc(100% - 3.75em); } }

.news-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: .5em; }

.news-article-title {
  padding-top: 1em;
  margin-bottom: 2em; }
  .news-article-title h2 {
    color: #333333;
    font-weight: bold;
    line-height: 1.25em;
    font-size: 2.5em; }
  .news-article-title p {
    margin-bottom: 0; }
  .news-article-title .news-share {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: .75em 0;
    margin: 1em 0;
    font-family: Gotham !important;
    font-size: 1em !important;
    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; }
    .news-article-title .news-share .ssba-wrap > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: Gotham !important;
      font-size: 1em !important; }
      .news-article-title .news-share .ssba-wrap > div .label {
        margin-right: .5em;
        font-size: .85em; }
      .news-article-title .news-share .ssba-wrap > div img {
        padding: 0;
        margin-right: .45em; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em; }
  .pagination .pagination__inner {
    background: #ffffff;
    border-radius: 2em;
    padding: .5em .65em;
    border: none;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .pagination .page-numbers {
    border-radius: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .25em 0 0;
    border: 1px solid #e1e1e1;
    display: block;
    line-height: 2em;
    text-align: center;
    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;
    text-decoration: none;
    color: #333333; }
    .pagination .page-numbers:hover {
      background: #ebe9eb;
      color: #8a7e88; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      padding: 0 .5em; }

.points {
  padding: 2em 0 1em; }
  @media screen and (max-width: 47.9375em) {
    .points {
      text-align: center; } }
  .points h2 {
    margin-bottom: 0;
    font-size: 1.5em;
    margin-bottom: .5em;
    font-weight: bold;
    color: #333333 !important; }
  .points .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.points__point {
  width: 100%;
  margin-bottom: 1em; }
  @media screen and (min-width: 48em) {
    .points__point {
      width: calc(50% - 3em);
      float: left; }
      .points__point:nth-child(+2n) {
        float: right; }
      .points__point:nth-child(4) {
        margin-bottom: 0; }
      .points__point:last-child {
        margin-bottom: 0; } }

.process {
  text-align: center;
  padding: 2.5em 0;
  background: #ffffff; }
  .process h2 {
    margin-bottom: 1em;
    font-size: 2em;
    font-weight: 300; }

.process__tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.process__tile {
  width: 100%;
  background: #8cc53f;
  padding: 1em 3em 3em;
  margin-bottom: 1.5em;
  color: #3a5219; }
  @media screen and (min-width: 48em) {
    .process__tile {
      width: calc(50% - .75em); } }
  .process__tile h3 {
    font-size: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .5em;
    color: #ffffff !important; }

.process__tile-icon {
  background: #3a5219;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  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;
  margin: .5em auto .5em;
  font-size: 2em; }
  .process__tile-icon svg {
    fill: #ffffff;
    width: 1em;
    height: 1em; }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .products:before, .products:after {
    display: none !important; }

@media screen and (min-width: 37.5em) {
  .related.products .products__product {
    width: calc(25% - 1em); } }

.products__product {
  padding: 1em 1em 2em;
  margin-bottom: 2.5em;
  background: #ffffff;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 37.5em) {
    .products__product {
      width: calc(33.333% - 1em); } }
  .products__product a:hover h3 {
    text-decoration: underline; }
  .products__product img {
    width: 100%;
    display: block;
    margin-bottom: 1em; }
  .products__product .woocommerce-LoopProduct-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-decoration: none; }
  .products__product h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333333;
    margin-bottom: .25em; }
  .products__product .button {
    margin: 1em auto 0 !important;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: .5em !important;
    padding-bottom: .5em !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    height: 2.5em !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .products__product--alt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .products__product--alt .alt-img {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 10em; }
    .products__product--alt .woocommerce-LoopProduct-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .products__product--alt .woocommerce-LoopProduct-link h3 {
        margin-top: auto; }
    .products__product--alt img {
      width: 10em;
      margin: 0 auto 1em; }
    .products__product--alt .price {
      display: block; }
    .products__product--alt .button {
      position: static;
      -webkit-transform: none;
              transform: none;
      margin-top: 2em; }
  .products__product .added_to_cart {
    display: block;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #b4b4b4; }

/**
  Product Category Page
*/
.tax-product_cat .woof_container_product_brand,
.post-type-archive-product .woof_container_product_brand,
.tax-product_brand .woof_container_product_brand {
  display: none !important; }

.tax-product_cat .article__content > .container,
.post-type-archive-product .article__content > .container,
.tax-product_brand .article__content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .tax-product_cat .article__content > .container .products-filter,
  .post-type-archive-product .article__content > .container .products-filter,
  .tax-product_brand .article__content > .container .products-filter {
    width: 100%;
    background: #ffffff;
    padding: 1.5em;
    margin-bottom: 1.5em; }
    .tax-product_cat .article__content > .container .products-filter .widget-woof > h3,
    .post-type-archive-product .article__content > .container .products-filter .widget-woof > h3,
    .tax-product_brand .article__content > .container .products-filter .widget-woof > h3 {
      margin-top: 0; }
      .tax-product_cat .article__content > .container .products-filter .widget-woof > h3:before,
      .post-type-archive-product .article__content > .container .products-filter .widget-woof > h3:before,
      .tax-product_brand .article__content > .container .products-filter .widget-woof > h3:before {
        display: none; }
    .tax-product_cat .article__content > .container .products-filter .woof_submit_search_form_container,
    .post-type-archive-product .article__content > .container .products-filter .woof_submit_search_form_container,
    .tax-product_brand .article__content > .container .products-filter .woof_submit_search_form_container {
      display: none; }
    .tax-product_cat .article__content > .container .products-filter h3, .tax-product_cat .article__content > .container .products-filter h4,
    .post-type-archive-product .article__content > .container .products-filter h3,
    .post-type-archive-product .article__content > .container .products-filter h4,
    .tax-product_brand .article__content > .container .products-filter h3,
    .tax-product_brand .article__content > .container .products-filter h4 {
      font-size: 1.5em;
      font-weight: normal;
      margin-top: 1em;
      position: relative; }
      .tax-product_cat .article__content > .container .products-filter h3:before, .tax-product_cat .article__content > .container .products-filter h4:before,
      .post-type-archive-product .article__content > .container .products-filter h3:before,
      .post-type-archive-product .article__content > .container .products-filter h4:before,
      .tax-product_brand .article__content > .container .products-filter h3:before,
      .tax-product_brand .article__content > .container .products-filter h4:before {
        height: 1px;
        display: block;
        content: "";
        width: calc(100% + 2em);
        background: #e1e1e1;
        position: absolute;
        top: -.75em;
        left: -1em; }
    @media screen and (min-width: 48em) {
      .tax-product_cat .article__content > .container .products-filter,
      .post-type-archive-product .article__content > .container .products-filter,
      .tax-product_brand .article__content > .container .products-filter {
        width: calc(30% - 2em - 1px);
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-left: 2em; } }
    .tax-product_cat .article__content > .container .products-filter .woof_container_product_brand,
    .post-type-archive-product .article__content > .container .products-filter .woof_container_product_brand,
    .tax-product_brand .article__content > .container .products-filter .woof_container_product_brand {
      padding-bottom: 0;
      margin-bottom: 0; }
    .tax-product_cat .article__content > .container .products-filter .woof_submit_search_form_container,
    .post-type-archive-product .article__content > .container .products-filter .woof_submit_search_form_container,
    .tax-product_brand .article__content > .container .products-filter .woof_submit_search_form_container {
      margin: 0; }
    .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails,
    .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails,
    .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
      margin: 0; }
      .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
      .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
      .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li {
        list-style: none;
        width: 30%;
        margin: 0 0 1em;
        border: 1px solid transparent;
        padding: .5em;
        background: #ffffff; }
        @media screen and (min-width: 37.5em) {
          .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
          .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
          .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li {
            width: 20%; } }
        @media screen and (min-width: 48em) {
          .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
          .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li,
          .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li {
            width: 50%; } }
        .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:last-child,
        .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:last-child,
        .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:last-child {
          margin-bottom: 0; }
        .tax-product_cat .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:hover,
        .post-type-archive-product .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:hover,
        .tax-product_brand .article__content > .container .products-filter .widget_brand_thumbnails .brand-thumbnails > li:hover {
          border: 1px solid #e1e1e1; }
  .tax-product_cat .article__content > .container .article__container,
  .post-type-archive-product .article__content > .container .article__container,
  .tax-product_brand .article__content > .container .article__container {
    width: 100%; }
    @media screen and (min-width: 48em) {
      .tax-product_cat .article__content > .container .article__container,
      .post-type-archive-product .article__content > .container .article__container,
      .tax-product_brand .article__content > .container .article__container {
        width: 70%; } }

.products-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.5em;
  padding-top: .5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 47.9375em) {
    .products-meta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .products-meta div:first-child {
    display: none; }
  @media screen and (min-width: 48em) {
    .products-meta {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .products-meta .woocommerce-message {
    width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .products-meta .woocommerce-result-count {
      margin-bottom: 1em !important; } }
  @media screen and (max-width: 47.9375em) {
    .products-meta .woocommerce-ordering {
      width: 100%; } }

.products-meta__results {
  margin-right: 1em; }
  @media screen and (max-width: 47.9375em) {
    .products-meta__results {
      margin-bottom: 1em; } }

.search-panel {
  background: #ffffff;
  -webkit-box-shadow: -0.25em 0 0.5em rgba(0, 0, 0, 0.15);
          box-shadow: -0.25em 0 0.5em rgba(0, 0, 0, 0.15);
  padding: 1em 0;
  opacity: 0;
  position: fixed;
  bottom: -5em;
  -webkit-transition: all .2s;
  transition: all .2s;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 48em) {
    .search-panel {
      background: #f5f5f5;
      border-top: 1px solid #e2e1e1;
      bottom: auto;
      top: 4.25em;
      -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.15); } }
  [data-search-visible="true"] .search-panel {
    opacity: 1;
    visibility: visible; }
    @media screen and (max-width: 47.9375em) {
      [data-search-visible="true"] .search-panel {
        bottom: 0; } }
  .search-panel .container {
    height: 100%; }
  .search-panel form.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: .75em 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-panel .search-input {
    background: #ffffff;
    border: 1px solid #b4b4b4;
    color: #606060;
    height: 100%;
    margin-right: 1em;
    padding: 0 .75em;
    width: 100%; }
    .search-panel .search-input:focus {
      border-color: #8cc53f;
      border-width: 2px;
      outline: none; }
  .search-panel .search-submit {
    width: 10em;
    height: 3.5em; }

.search-results .article__content article {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  background: none; }
  .search-results .article__content article:last-child {
    border-bottom: none; }

.widget_ssba_widget {
  border-top: 1px solid #e1e1e1;
  padding-top: 1.5em;
  margin-top: 1.5em; }
  .widget_ssba_widget h3 {
    font-size: 1.5em;
    margin-bottom: .25em;
    display: none; }
  .widget_ssba_widget a {
    display: block; }
  .widget_ssba_widget .ssba div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .widget_ssba_widget .ssba div a {
      margin-right: .25em; }
      .widget_ssba_widget .ssba div a:hover img {
        -webkit-transform: scale(1.25);
                transform: scale(1.25); }
    .widget_ssba_widget .ssba div img {
      font-size: 1.5em;
      padding: 0 !important;
      display: block;
      width: 1em !important;
      height: 1em !important;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

.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;
  top: 0;
  left: 0;
  height: 100%;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  display: none !important;
  height: 6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 4em;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .slick-arrow {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  .slick-arrow svg {
    fill: #8cc53f;
    width: 1em;
    height: 1em;
    font-size: 2.25em;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .slick-arrow:hover svg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }

.slick-prev {
  left: 2em; }
  .featured-products .slick-prev {
    left: -2em; }

.slick-next {
  right: 2em; }
  .featured-products .slick-next {
    right: -2em; }

.products-featured {
  padding: 2em 0; }
  .products-featured .products__product {
    margin: 0 1em;
    height: auto; }
  @media screen and (min-width: 48em) {
    .products-featured {
      padding: 2em 3em; } }
  @media screen and (min-width: 85.4375em) {
    .products-featured {
      padding: 4em 0 3em; } }
  .products-featured .slick-arrow {
    background: none; }
    .products-featured .slick-arrow.slick-next {
      right: -5em; }
    .products-featured .slick-arrow.slick-prev {
      left: -5em; }
    .products-featured .slick-arrow svg {
      fill: #8cc53f !important;
      font-size: 3.5em !important; }
  .products-featured .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .products-featured h2 {
    text-align: center;
    margin-bottom: 1em !important; }
  .products-featured * {
    outline: none !important; }

.products-featured__item {
  background: #8cc53f;
  margin: 0 1em;
  text-align: center;
  height: 15em;
  position: relative; }
  .products-featured__item > a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
  .products-featured__item h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1em;
    max-width: 15em;
    margin: 0 auto;
    padding: 0 1em; }

.products-featured__item-image {
  width: 100%;
  height: 10em;
  margin: 0 auto 1em;
  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;
  background: #ffffff;
  padding: 1em;
  border: 1px solid #eeeeee; }
  .products-featured__item-image img {
    max-height: 100%; }

.products-featured__item-price {
  font-weight: bold;
  color: #557925;
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%); }

.products-featured__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: 1px solid red; }

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.social__item {
  margin-right: .75em; }
  .social__item:last-child {
    margin-right: 0; }

.social__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2em;
  border: 0.125em solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 2em;
  font-size: 1.5em; }
  .social__link:hover {
    background: #8cc53f;
    border-color: #8cc53f; }
    .social__link:hover svg {
      fill: #ffffff; }
  .social__link svg {
    fill: #ffffff;
    height: 1em;
    -webkit-transition: fill .2s;
    transition: fill .2s;
    width: 1em; }

.solutions {
  padding-bottom: 4em; }

.solutions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }

.solutions__item {
  width: 1em;
  margin: 1em 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .solutions__item {
      width: calc(33.333% - 1em);
      margin: 0 .5em 2em; }
      .solutions__item:nth-child(4n), .solutions__item:nth-child(5n), .solutions__item:nth-child(6n) {
        margin-bottom: 0; } }
  @media screen and (min-width: 64.0625em) {
    .solutions__item {
      font-size: 1.125em; } }

.solutions__link {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  padding: 2em 1em;
  -webkit-transition: background .4s;
  transition: background .4s;
  border-radius: .5em; }
  .solutions__link:hover svg {
    fill: #8cc53f; }
  .solutions__link p {
    color: #959595;
    font-size: .95em;
    padding: 0 1em; }
  .solutions__link svg {
    width: 1em;
    height: 1em;
    margin: 0 auto;
    font-size: 4em;
    fill: #959595;
    margin-bottom: .25em;
    -webkit-transition: fill .2s;
    transition: fill .2s; }

.solutions__title {
  margin-bottom: .75em;
  color: #000000;
  font-size: 1.25em; }

.solution-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0 3em; }

.solution-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5em;
  width: 100%; }
  @media screen and (max-width: 64em) {
    .solution-article:last-child {
      margin-bottom: 2em; } }
  @media screen and (min-width: 64.0625em) {
    .solution-article {
      width: calc(50% - 3em); }
      .solution-article:last-child {
        margin-bottom: 0; }
      .solution-article:nth-child(5n) {
        margin-bottom: 0; } }

.solution-article__title a {
  color: #333333; }

.solution-article__icon {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-right: 2em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  @media screen and (max-width: 37.4375em) {
    .solution-article__icon {
      font-size: .5em; } }

.solution-article__icon-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3em;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 2em;
  border: 0.05em solid #8cc53f;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  .solution-article__icon-inner svg {
    fill: #333333;
    height: 1em;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 1em; }

.solution-article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .solution-article__content a {
    text-decoration: none; }

.text-area,
.text-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

.text-area {
  height: auto;
  line-height: inherit; }

.video-player {
  position: relative;
  height: 20em;
  overflow: hidden;
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 48em) {
    .video-player {
      height: 35em; } }

.video-player__button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 5em;
  left: 50%;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%); }
  .video-player__button:hover svg {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  .video-player__button svg {
    height: 1em;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    width: 1em; }

.video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  opacity: 0;
  visibility: hidden; }
  [data-video-visible="true"] .video-overlay {
    opacity: 1;
    visibility: visible; }

.video-overlay__inner {
  padding: 1em;
  background: #ffffff;
  border-radius: .5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 10em));
          transform: translate(-50%, calc(-50% - 10em));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 2em 1em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 2em 1em rgba(0, 0, 0, 0.35);
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  visibility: hidden; }
  [data-video-visible="true"] .video-overlay__inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.video-player__close {
  background: #8cc53f;
  z-index: 1;
  width: 2.5em;
  height: 2.5em;
  border: none;
  margin-left: auto;
  font-size: 1.25em;
  margin-bottom: 1em;
  outline: none;
  position: absolute;
  top: -.5em;
  right: -.5em;
  border-radius: 2em; }
  @media screen and (min-width: 48em) {
    .video-player__close {
      top: -1em;
      right: -1em; } }
  .video-player__close svg {
    width: 1em;
    height: 1em;
    fill: #ffffff; }
    @media screen and (min-width: 48em) {
      .video-player__close svg {
        -webkit-transform: translatey(-0.125em);
                transform: translatey(-0.125em); } }

.video-overlay__video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video-overlay__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.woocommerce:not(body) {
  padding-bottom: 3em; }

.woocommerce-breadcrumb {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none; }

.single-product .product_title {
  font-weight: bold;
  margin-bottom: 0;
  color: #333333; }

.single-product .product {
  padding-bottom: 2em; }
  .single-product .product .price {
    color: #8cc53f !important; }
  .single-product .product .quantity {
    float: none !important;
    margin-right: 1em !important; }
    .single-product .product .quantity input {
      height: 100%; }
  .single-product .product .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d3ced2;
    padding-top: 2em; }

.single-product .woocommerce-tabs {
  padding-top: 2em !important; }

.product_meta {
  display: none; }
  .product_meta .posted_in,
  .product_meta .sku_wrapper {
    display: block;
    margin-bottom: .5em; }
  .product_meta .label {
    font-weight: bold; }
  .product_meta a {
    color: #8cc53f; }
  .product_meta .sku_wrapper {
    font-weight: bold; }
    .product_meta .sku_wrapper .sku {
      font-weight: normal; }

.woocommerce-message {
  background: #ffffff;
  border-top: 0.25em solid #8cc53f;
  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-left: 4.5em !important;
  width: 100%; }
  .woocommerce-message:before {
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    color: #8cc53f;
    font-size: 1.5em;
    left: 1.5rem; }
  .woocommerce-message .button, .woocommerce-message a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.woocommerce-error {
  background: #ffffff;
  border-top: 0.25em solid #e50000;
  padding-left: 4.5em !important;
  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;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%; }
  .woocommerce-error li {
    width: 100%;
    margin: 0 0 .5em 0; }
  .woocommerce-error:before {
    color: #e50000;
    top: .75em;
    font-size: 1.5em;
    left: 1.5rem; }
  .woocommerce-error .button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.woocommerce .article__content table.shop_table,
.woocommerce-page .article__content table.shop_table {
  border-collapse: collapse !important;
  text-align: center !important; }
  .woocommerce .article__content table.shop_table th,
  .woocommerce-page .article__content table.shop_table th {
    text-align: center !important; }
  .woocommerce .article__content table.shop_table .actions,
  .woocommerce-page .article__content table.shop_table .actions {
    padding: 1em; }
    .woocommerce .article__content table.shop_table .actions input[name="update_cart"],
    .woocommerce-page .article__content table.shop_table .actions input[name="update_cart"] {
      margin-top: 3px; }
    .woocommerce .article__content table.shop_table .actions .coupon,
    .woocommerce-page .article__content table.shop_table .actions .coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 47.9375em) {
        .woocommerce .article__content table.shop_table .actions .coupon,
        .woocommerce-page .article__content table.shop_table .actions .coupon {
          margin-bottom: 1em; } }
      .woocommerce .article__content table.shop_table .actions .coupon input,
      .woocommerce-page .article__content table.shop_table .actions .coupon input {
        float: none !important; }
        .woocommerce .article__content table.shop_table .actions .coupon input[name="coupon_code"],
        .woocommerce-page .article__content table.shop_table .actions .coupon input[name="coupon_code"] {
          height: 2.5em;
          width: 10em;
          margin-right: 1em; }
  .woocommerce .article__content table.shop_table a,
  .woocommerce-page .article__content table.shop_table a {
    color: #333333; }

.woocommerce .article__content .cart_totals table.shop_table th,
.woocommerce-page .article__content .cart_totals table.shop_table th {
  text-align: left !important; }

.woocommerce .article__content .cart_totals table.shop_table td,
.woocommerce-page .article__content .cart_totals table.shop_table td {
  text-align: right; }

.woocommerce-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-top: 0.25em solid #1e85be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 4.5em !important;
  width: 100%; }
  .woocommerce-info a.button {
    color: #ffffff; }
  .woocommerce-info:before {
    color: #1e85be;
    top: 50%;
    -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
    font-size: 1.5em;
    left: 1.5rem; }
  .woocommerce-info a {
    color: #333333;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

.checkout_coupon {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .checkout_coupon .input-text {
    height: 2.5em;
    padding: 0 1em; }
  .checkout_coupon .form-row {
    float: none !important;
    margin-bottom: 0 !important;
    width: auto !important; }

.woocommerce form.checkout_coupon,
.woocommerce form.login, .woocommerce form.register {
  border: 0.15em solid #b4b4b4; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: calc(50% - .5em); }

.woocommerce-MyAccount-navigation {
  background: #ffffff;
  border: 0.15em solid #b4b4b4;
  padding: 1em 1em;
  margin-bottom: 2em; }
  @media screen and (min-width: 48em) {
    .woocommerce-MyAccount-navigation {
      margin-bottom: 0; } }
  .woocommerce-MyAccount-navigation ul {
    margin: 0; }
    .woocommerce-MyAccount-navigation ul li {
      list-style: none;
      margin-bottom: .25em; }
      .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none; }
      .woocommerce-MyAccount-navigation ul li a {
        display: block;
        padding: .5em;
        text-decoration: none;
        -webkit-transition: all .4s;
        transition: all .4s;
        border-radius: .25em; }
        .woocommerce-MyAccount-navigation ul li a:hover {
          background: #e1e1e1;
          color: #333333; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #8cc53f;
        color: #ffffff; }

.woocommerce-MyAccount-content input[type="submit"] {
  margin-top: 2em; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: .85em;
  width: auto;
  display: inline-block;
  height: auto;
  padding: .75em 1.25em; }

.wc-proceed-to-checkout {
  padding-bottom: 0 !important; }
  .wc-proceed-to-checkout .button {
    margin-bottom: 0 !important; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 5em !important; }

.woocommerce a.remove {
  color: #ffffff !important;
  background: #8cc53f;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.35em; }
  @media screen and (min-width: 37.5em) {
    .woocommerce a.remove {
      margin: 0 auto; } }

.out-of-stock {
  background: #e50000;
  color: #ffffff !important;
  padding: 1em;
  border-radius: .25em; }

.ppt {
  display: none !important; }

.product .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product .images .woocommerce-main-image {
    background: #ffffff;
    padding: 2em; }
    .product .images .woocommerce-main-image img {
      width: auto !important;
      max-width: 100% !important;
      margin: 0 auto; }

.product .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em; }
  .product .thumbnails:before, .product .thumbnails:after {
    display: none !important; }
  .product .thumbnails a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    margin: 0 .25em !important;
    padding: .45em;
    height: 4em;
    width: 4em !important;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
    .product .thumbnails a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

@media screen and (min-width: 48em) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 40% !important; } }

@media screen and (min-width: 48em) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 56% !important; } }

.product_meta .posted_in {
  font-weight: normal; }
  .product_meta .posted_in .cat-label {
    font-weight: bold; }

.woocommerce nav.woocommerce-pagination ul {
  background: #ffffff;
  border-radius: 2em;
  padding: .5em .65em;
  border: none;
  border: 1px solid #e1e1e1; }
  .woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after {
    display: none !important; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-radius: 2em;
    min-width: 2em;
    margin: 0 .25em 0 0;
    border: 1px solid #e1e1e1; }
    .woocommerce nav.woocommerce-pagination ul li:last-child {
      margin-right: 0; }
    .woocommerce nav.woocommerce-pagination ul li .current {
      background: #8cc53f;
      color: #ffffff; }
    .woocommerce nav.woocommerce-pagination ul li:hover {
      background: #e1e1e1; }
    .woocommerce nav.woocommerce-pagination ul li a {
      display: block;
      color: #333333; }

.shop_table .cart_item td {
  background: #ffffff !important; }

.calculated_shipping td {
  padding: 1em !important;
  background: #ffffff !important; }

.calculated_shipping .shipping td p {
  margin-bottom: 0; }

.calculated_shipping .shipping td .shipping-calculator-form {
  padding-top: 1em; }
  .calculated_shipping .shipping td .shipping-calculator-form .button {
    padding: .5em 1.25em;
    margin-top: 1em; }

#shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  #shipping_method li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    text-indent: 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #shipping_method li input {
      width: 1em;
      height: 1em;
      margin: 0 .5em 0 0 !important;
      padding: 0 !important; }
    #shipping_method li label {
      margin-bottom: 0; }

#ship-to-different-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #ship-to-different-address label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0; }
  #ship-to-different-address input {
    margin-right: .5em; }

#billing_country_field strong,
#shipping_country_field strong {
  display: block;
  background: rgba(0, 0, 0, 0.125);
  padding: 1em; }

#order_review_heading {
  margin-top: 1.5em; }

#payment .place-order {
  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; }
  #payment .place-order:before, #payment .place-order:after {
    display: none; }

#payment .wc-terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #payment .wc-terms-and-conditions label {
    margin: 0;
    line-height: normal;
    font-weight: normal; }
  #payment .wc-terms-and-conditions input {
    margin: 0 .5em 0 0; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e50000; }

.woocommerce form .form-row.woocommerce-invalid label {
  color: #e50000; }

.wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .wc_payment_method:before {
    display: none !important; }
  .wc_payment_method label {
    margin: 0; }
  .wc_payment_method input {
    margin: 0 .5em 0 0; }
  .wc_payment_method label[for="payment_method_paypal"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 3em); }
    .wc_payment_method label[for="payment_method_paypal"] a {
      margin-left: auto; }

.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#8cc53f' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: 1px solid #e1e1e1; }

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 0; }

.woocommerce form.login, .woocommerce form.register {
  background: #ffffff;
  padding: 1em;
  border: 0.25em solid #e1e1e1; }

.related.products {
  padding-top: 2em;
  margin-top: 1em; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 6px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  width: 1.5em;
  height: 1.5em;
  top: -.5em; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: rgba(140, 197, 63, 0.75); }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #d3ced2; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin-bottom: 1em; }

.woocommerce div.product p.stock {
  font-size: 1em; }

/**
  WOOF Filter
**/
.article__sidebar .woof_checkbox_label {
  padding: 0 !important;
  margin: 0 !important; }

.article__sidebar .woof_childs_list_opener {
  padding: 0 !important;
  margin: 0; }

.widget_price_filter {
  padding-bottom: 0 !important; }

.woof_list_checkbox .woof_childs_list label {
  font-size: .85em; }

.woof_list_checkbox > li {
  padding: 0 !important;
  margin: 0 0 .5em 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .woof_list_checkbox > li input {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .woof_list_checkbox > li input[type="checkbox"] {
      border: 1px solid #e1e1e1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 1.25em;
      height: 1.25em; }
      .woof_list_checkbox > li input[type="checkbox"]:checked {
        background: #8cc53f;
        border-color: #8cc53f; }
  .woof_list_checkbox > li label {
    padding: 0 !important;
    margin: 0 !important; }
  .woof_list_checkbox > li:hover label {
    color: #333333 !important; }
  .woof_list_checkbox > li .woof_childs_list {
    width: 100% !important;
    background: #eeeeee !important;
    margin: .5em 0 0 0 !important;
    border: none; }
    .woof_list_checkbox > li .woof_childs_list li {
      margin: 0 !important;
      padding: .5em .5em .5em 1em !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .woof_list_checkbox > li .woof_childs_list li:hover {
        background: #d5d4d4 !important; }
  .woof_list_checkbox > li input {
    margin-right: 1em; }
  .woof_list_checkbox > li .woof_checkbox_count {
    font-weight: bold;
    color: #8cc53f; }
  .woof_list_checkbox > li .woof_childs_list_opener {
    margin-left: auto;
    text-decoration: none; }

.woof_checkbox_label {
  font-weight: normal;
  text-transform: capitalize; }

.woof_childs_list_opener span {
  background-size: 1.5em !important; }
  .woof_childs_list_opener span:hover {
    background-size: 1.5em !important; }

.woocommerce-shipping-calculator .shipping-calculator-form {
  margin: 1em 0; }

.woocommerce-shipping-calculator .form-row {
  margin-bottom: 1em !important; }

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close, div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before, div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
  background: #ffffff !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

div.pp_woocommerce .pp_close {
  text-shadow: none;
  color: #8cc53f !important;
  font-size: 2.5em !important; }

.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #ebebeb; }
  .quantity input[type=number]::-webkit-inner-spin-button,
  .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity .qty {
    width: 2.5em !important;
    border: 1px solid #ebebeb;
    border-top: none;
    border-bottom: none;
    font-weight: bold; }

.quantity__button {
  font-size: 18px;
  color: #7d7d7d;
  background: #fff;
  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;
  text-decoration: none;
  width: 30px; }
  .quantity__button:hover {
    color: #8cc53f; }

div.woof_info_popup {
  opacity: 1 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  div.woof_info_popup:before {
    content: "Loading products";
    display: block;
    padding: 1em;
    background: #8cc53f url("../images/ring.svg") top 50% left 1em no-repeat;
    background-size: 2em 2em;
    padding-left: 4em;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    border-radius: .25em;
    -webkit-box-shadow: 0 0 2em 0.25em rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 2em 0.25em rgba(0, 0, 0, 0.25);
    font-size: 1em !important; }

.page-form__item {
  margin-bottom: 1.5em; }
  .page-form__item:last-child {
    margin-bottom: 0; }
  .page-form__item br {
    display: none; }

.free-print-audit .wpcf7-response-output {
  margin: 0 0 1.5em;
  display: block;
  padding: 1em;
  font-weight: bold;
  font-size: 1.125em; }

.free-print-audit .wpcf7-mail-sent-ok {
  background: #8cc53f;
  border: none;
  color: white; }

.free-audit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ccc;
  padding-top: 3em;
  margin-top: 3em; }
  @media screen and (min-width: 48em) {
    .free-audit {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media screen and (min-width: 48em) {
  .free-audit__form {
    width: 50%;
    margin-right: 2em; } }

.free-audit__image {
  margin-bottom: 3em; }
  @media screen and (min-width: 48em) {
    .free-audit__image {
      margin-top: 1.74em;
      margin-bottom: 0; } }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 47.9375em) {
    [data-menu-visible="true"] .main-menu {
      height: auto; } }
  @media screen and (min-width: 48em) {
    .main-menu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .main-menu .menu-item {
    width: 100%;
    font-size: 2em;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 48em) {
      .main-menu .menu-item {
        width: auto;
        height: 100%;
        font-size: 1em; } }
    .main-menu .menu-item.current-menu-item a, .main-menu .menu-item.current_page_parent a {
      background: #8cc53f;
      color: #ffffff;
      font-weight: bold; }
      @media screen and (max-width: 47.9375em) {
        .main-menu .menu-item.current-menu-item a, .main-menu .menu-item.current_page_parent a {
          background: #ffffff;
          color: #8cc53f; } }
      .main-menu .menu-item.current-menu-item a:after, .main-menu .menu-item.current_page_parent a:after {
        display: none; }
      .main-menu .menu-item.current-menu-item a:hover, .main-menu .menu-item.current_page_parent a:hover {
        background: #8cc53f;
        color: #ffffff;
        border-bottom-color: transparent; }
        @media screen and (max-width: 47.9375em) {
          .main-menu .menu-item.current-menu-item a:hover, .main-menu .menu-item.current_page_parent a:hover {
            background: #ffffff !important;
            color: #8cc53f !important; } }
    .main-menu .menu-item.current-menu-item .sub-menu a, .main-menu .menu-item.current_page_parent .sub-menu a {
      background: #ffffff;
      font-weight: normal;
      color: #333333; }
    .main-menu .menu-item a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #000000;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1em;
      width: 100%;
      height: 100%;
      padding: 1em;
      position: relative;
      text-decoration: none;
      -webkit-transition: background .2s;
      transition: background .2s;
      overflow: hidden;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 48em) {
        .main-menu .menu-item a {
          padding: .25em 1.75em 0; } }
      @media screen and (min-width: 64.0625em) {
        .main-menu .menu-item a {
          font-size: 1em; } }
      .main-menu .menu-item a:after {
        content: "";
        display: block;
        position: absolute;
        height: .35em;
        background: #8cc53f;
        bottom: -.35em;
        left: 0;
        width: 100%;
        -webkit-transition: bottom .2s;
        transition: bottom .2s; }
    .main-menu .menu-item:hover {
      background: #f5f5f5;
      color: #333333; }
      @media screen and (max-width: 47.9375em) {
        .main-menu .menu-item:hover {
          background: #8cc53f;
          color: #ffffff !important; } }
      .main-menu .menu-item:hover > a:after {
        bottom: 0; }
    .main-menu .menu-item:hover > .sub-menu {
      display: block; }
      @media screen and (max-width: 47.9375em) {
        .main-menu .menu-item:hover > .sub-menu {
          display: none; } }
    .main-menu .menu-item .sub-menu {
      position: absolute;
      top: 4.25rem;
      left: 0;
      background: #ffffff;
      width: 15rem;
      display: none;
      -webkit-box-shadow: 0em 0.25em 0.5em rgba(0, 0, 0, 0.25);
              box-shadow: 0em 0.25em 0.5em rgba(0, 0, 0, 0.25); }
      .main-menu .menu-item .sub-menu .menu-item {
        text-align: left;
        border-bottom: 1px solid #eeeeee; }
        .main-menu .menu-item .sub-menu .menu-item:last-child {
          border-bottom: none; }
        .main-menu .menu-item .sub-menu .menu-item > a {
          padding: 1.5em;
          text-transform: none;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
          .main-menu .menu-item .sub-menu .menu-item > a:after {
            display: none; }
          .main-menu .menu-item .sub-menu .menu-item > a:hover {
            background: #8cc53f;
            color: #ffffff; }

.site-logo {
  display: inline-block; }
  .site-logo svg {
    height: 3.5em;
    width: 10em; }

.container::after,
.u-clearfix::after {
  clear: both;
  content: "";
  display: table; }


.u-hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }


.u-hyphenate {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word; }

a, .contact__tile a, .text-area,
.text-input,
.u-transition {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-property: background-color, background-image, border-color, color, opacity, text-shadow, -webkit-box-shadow;
  transition-property: background-color, background-image, border-color, color, opacity, text-shadow, -webkit-box-shadow;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, text-shadow;
  transition-property: background-color, background-image, border-color, box-shadow, color, opacity, text-shadow, -webkit-box-shadow;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.article__sidebar .widget_product_search label, .checkbox,
.radio,
.u-visually-hidden,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }


.u-visually-hidden--focusable:active,
.u-visually-hidden--focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@media print {
  *,
  *::after,
  *::before,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
