@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Roboto:300,400,500,100";
@import "//fonts.googleapis.com/css?family=Roboto+Slab:500,400";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  cursor: pointer;
}
body {
  color: #444444;
  background: #ffffff;
}
a {
  color: #16a65e;
}
.subtle {
  color: #999999;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}
.font-secondary {
  font-family: Georgia, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  line-height: 1.1;
  color: #333333;
  font-family: 'Roboto Slab', 'Georgia', serif;
  font-weight: 500;
}
h1,
.heading1 {
  font-size: 36px;
}
h2,
.heading2 {
  font-size: 30px;
}
h3,
.heading3 {
  font-size: 24px;
}
h4,
.heading4 {
  font-size: 18px;
}
h5,
.heading5 {
  font-size: 14px;
}
h6,
.heading6 {
  font-size: 12px;
}
p.intro {
  font-size: 120%;
  line-height: 140%;
}
strong,
b,
.strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link-alternate {
  color: #626262;
}
small {
  font-size: 14px;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline:after {
  content: "";
  display: table;
  clear: both;
}
.list-inline li {
  float: left;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hide {
  display: none;
}
.spacing-none {
  margin-bottom: 0px;
}
.content-block h4,
.content-block h5,
.spacing-small {
  margin-bottom: 10px;
}
.content-block h2,
.content-block h3,
.content-block p,
.spacing-medium {
  margin-bottom: 20px;
}
.content-block h1,
.spacing-large {
  margin-bottom: 40px;
}
.spacing-xlarge {
  margin-bottom: 60px;
}
.btn,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #16a65e;
  color: #ffffff;
  border: 1px solid #16a65e;
  border-radius: 5px;
}
.btn:hover {
  text-decoration: none;
}
.btn.hover,
.btn:hover {
  color: #ffffff;
  background-color: #0a4c2b;
  border: 1px solid #0a4c2b;
}
.btn.active,
.btn:active {
  background-color: #0a4c2b;
  border: 1px solid #0a4c2b;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn--large {
  padding: 10px 12px;
  font-size: 16px;
}
.btn-secondary {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #626262;
  color: #ffffff;
  border: 1px solid #626262;
  border-radius: 5px;
}
.btn-secondary:hover {
  text-decoration: none;
}
.btn-secondary.hover,
.btn-secondary:hover {
  color: #ffffff;
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.btn-secondary.active,
.btn-secondary:active {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-disabled {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #999999;
  color: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
}
.btn-disabled:hover {
  text-decoration: none;
}
.btn-disabled.hover,
.btn-disabled:hover {
  color: #ffffff;
  background-color: #666666;
  border: 1px solid #666666;
}
.btn-disabled.active,
.btn-disabled:active {
  background-color: #666666;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-reset {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
.btn-reset:hover {
  text-decoration: none;
}
.btn-progress {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #428bca;
  color: #ffffff;
  border: 1px solid #428bca;
  border-radius: 5px;
  padding-left: 35px;
  background-image: url("data:image/gif;base64,R0lGODlhEAALAPQAAP////////7+/v7+/v7+/v7+/v////7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA");
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.btn-progress:hover {
  text-decoration: none;
}
.btn-progress.hover,
.btn-progress:hover {
  color: #ffffff;
  background-color: #245682;
  border: 1px solid #245682;
}
.btn-progress.active,
.btn-progress:active {
  background-color: #245682;
  border: 1px solid #245682;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-invalid {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 5px;
  border: 3px solid #d9534f;
}
.btn-invalid:hover {
  text-decoration: none;
}
.btn-invalid.hover,
.btn-invalid:hover {
  color: #000000;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}
.btn-invalid.active,
.btn-invalid:active {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-invalid:hover {
  background-color: #ffffff;
  border: 3px solid #d9534f;
}
.btn-invalid:before {
  content: '\d7';
  padding-right: 10px;
}
.btn-error {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #d9534f;
  color: #ffffff;
  border: 1px solid #d9534f;
  border-radius: 5px;
}
.btn-error:hover {
  text-decoration: none;
}
.btn-error.hover,
.btn-error:hover {
  color: #ffffff;
  background-color: #a02622;
  border: 1px solid #a02622;
}
.btn-error.active,
.btn-error:active {
  background-color: #a02622;
  border: 1px solid #a02622;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-error:before {
  content: '\d7';
  padding-right: 10px;
}
.btn-success {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  background-color: #5cb85c;
  color: #ffffff;
  border: 1px solid #5cb85c;
  border-radius: 5px;
}
.btn-success:hover {
  text-decoration: none;
}
.btn-success.hover,
.btn-success:hover {
  color: #ffffff;
  background-color: #357935;
  border: 1px solid #357935;
}
.btn-success.active,
.btn-success:active {
  background-color: #357935;
  border: 1px solid #357935;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-success:before {
  content: '\2713';
  padding-right: 10px;
}
.form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.form fieldset > div {
  margin-top: 20px;
}
.form p {
  margin-top: 10px;
}
.form--label {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-family: 'Roboto Slab', 'Georgia', serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.form--label.form--required:after {
  content: ' *';
  color: #cf5f5f;
}
.form--input {
  width: 80%;
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1px solid #999999;
  padding: 10px;
  margin: 0;
  outline: none;
  border-radius: 3px;
}
.form--input:focus {
  border-color: #16a65e;
}
.form--input[type="color"] {
  padding: 0 2px;
  height: 40px;
  width: 80px;
  cursor: pointer;
}
.form--description {
  display: block;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  margin-top: 5px;
}
.form--large .form--input {
  padding: 15px;
  font-size: 24px;
}
.form--error .form--description {
  display: block;
  font-style: italic;
  color: #cf5f5f;
}
.form--error .form--input {
  border-color: #cf5f5f;
}
.grid12 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -20px;
}
.grid12:after {
  content: "";
  display: table;
  clear: both;
}
.grid12 [class*=column] {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.grid12 .column12 {
  width: 100%;
}
.grid12 .offset12 {
  margin-left: 100%;
}
.grid12 .column11 {
  width: 91.66666667%;
}
.grid12 .offset11 {
  margin-left: 91.66666667%;
}
.grid12 .column10 {
  width: 83.33333333%;
}
.grid12 .offset10 {
  margin-left: 83.33333333%;
}
.grid12 .column9 {
  width: 75%;
}
.grid12 .offset9 {
  margin-left: 75%;
}
.grid12 .column8 {
  width: 66.66666667%;
}
.grid12 .offset8 {
  margin-left: 66.66666667%;
}
.grid12 .column7 {
  width: 58.33333333%;
}
.grid12 .offset7 {
  margin-left: 58.33333333%;
}
.grid12 .column6 {
  width: 50%;
}
.grid12 .offset6 {
  margin-left: 50%;
}
.grid12 .column5 {
  width: 41.66666667%;
}
.grid12 .offset5 {
  margin-left: 41.66666667%;
}
.grid12 .column4 {
  width: 33.33333333%;
}
.grid12 .offset4 {
  margin-left: 33.33333333%;
}
.grid12 .column3 {
  width: 25%;
}
.grid12 .offset3 {
  margin-left: 25%;
}
.grid12 .column2 {
  width: 16.66666667%;
}
.grid12 .offset2 {
  margin-left: 16.66666667%;
}
.grid12 .column1 {
  width: 8.33333333%;
}
.grid12 .offset1 {
  margin-left: 8.33333333%;
}
.grid12.grid-pad {
  padding: 20px;
}
.show-tiny,
.show-small,
.show-medium,
.show-large {
  display: none !important;
}
@media (max-width: 768px) {
  .show-tiny {
    display: block !important;
  }
  .hide-tiny {
    display: none !important;
  }
  .grid-stacked-tiny [class*=column] {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .show-small {
    display: block !important;
  }
  .hide-small {
    display: none !important;
  }
  .grid-stacked-small [class*=column] {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .show-medium {
    display: block !important;
  }
  .hide-medium {
    display: none !important;
  }
  .grid-stacked-medium [class*=column] {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .show-large {
    display: block !important;
  }
  .hide-large {
    display: none !important;
  }
}
body {
  background: #2f2f2f;
}
a img {
  border: 0;
}
.body {
  background: #ffffff;
  padding-bottom: 40px;
}
@media (max-width: 1180px) {
  .body {
    width: 1180px;
  }
}
.width-content {
  width: 1180px;
  margin: 0 auto;
}
.spacing-top {
  margin-top: 40px;
}
.round-with-border {
  border-radius: 125px;
  padding: 5px;
  border: 1px solid #e3e3e3;
}
.module.extra {
  padding: 35px 0;
  background-color: #fbf8f3;
}
.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header .width-content {
  background-color: #FFF;
}
.home--not-found {
  padding-top: 20px;
}
.btn,
.btn-secondary,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  -webkit-appearance: none;
}
@font-face {
  font-family: "conserving-now";
  src: url("../../ui/fonts/conserving-now_v-5.eot");
  src: url("../../ui/fonts/conserving-now_v-5.eot#iefix") format("embedded-opentype"), url("../../ui/fonts/conserving-now_v-5.woff") format("woff"), url("../../ui/fonts/conserving-now_v-5.ttf") format("truetype"), url("../../ui/fonts/conserving-now_v-5-conserving-now.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "conserving-now" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "conserving-now" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "a";
}
.icon-twitter:before {
  content: "b";
}
.icon-pinterest:before {
  content: "c";
}
.icon-rss:before {
  content: "d";
}
.icon-instagram:before {
  content: "e";
}
.icon-arrow-left:before {
  content: "f";
}
.icon-arrow-right:before {
  content: "g";
}
.icon-arrow-down:before {
  content: "h";
}
.icon-enlarge:before {
  content: "i";
}
.icon-cart:before {
  content: "j";
}
.icon-cn-favicon:before {
  content: "k";
}
.icon-cn-logo-cutout:before {
  content: "l";
}
.carousel-content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
.carousel-content .additional {
  color: #006030;
  font-weight: 500;
}
.carousel-indicators {
  font-size: 0;
  text-align: center;
}
.carousel-indicators span {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 0 7px #e3e3e3;
  margin: 0 3px;
  transition: all 0.2s ease-out;
}
.carousel-indicators span:hover {
  background-color: #cccccc;
  box-shadow: none;
  cursor: pointer;
}
.carousel-indicators span.active {
  background-color: #16a65e;
  border: none;
  box-shadow: none;
}
.carousel-indicators span.active:hover {
  cursor: default;
}
.carousel:after {
  content: "";
  display: table;
  clear: both;
}
.carousel .slide {
  position: relative;
}
.carousel .slide .carousel-content {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40%;
}
.grid-hero--images {
  float: left;
  width: 50%;
}
.grid-hero--images img {
  float: left;
}
.grid-hero--info {
  position: relative;
  float: left;
  padding: 50px 40px;
  width: 50%;
  height: 400px;
  background-color: #f5f5f5;
}
.grid-hero--info:after {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 40%;
  height: 10px;
  content: ' ';
  background: transparent;
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.grid-hero--additional {
  font-size: 14px;
}
.testimonial {
  font-style: italic;
}
.testimonial--wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 40px;
  min-height: 136px;
  border: 1px solid #e3e3e3;
}
.testimonial--wrapper:after,
.testimonial--wrapper:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  border: solid transparent;
}
.testimonial--wrapper:after {
  top: 100%;
  left: 6%;
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.testimonial--wrapper:before {
  top: 100%;
  left: 6%;
  border-top-color: #e3e3e3;
  border-width: 11px;
  margin-left: -11px;
}
.testimonial--wrapper p {
  position: relative;
  margin: 0;
}
.testimonial--wrapper p:before {
  position: absolute;
  top: -2px;
  left: -30px;
  content: "\201C";
  color: #eee;
  font-size: 85px;
  font-style: normal;
  font-family: helvetica;
}
.testimonial--wrapper p:after {
  position: absolute;
  bottom: -52px;
  right: -30px;
  content: "\201D";
  color: #eee;
  font-size: 85px;
  font-style: normal;
  font-family: helvetica;
}
.testimonial--meta {
  font-size: 14px;
}
.testimonial--name {
  font-weight: 500;
}
.testimonial img {
  float: left;
  margin-right: 10px;
  border-radius: 25px;
}
.callout-list img {
  float: left;
  margin-right: 20px;
}
.callout-list--data {
  float: left;
  width: 275px;
}
.callout-list--data ul {
  padding-left: 18px;
  font-size: 14px;
}
.image-cta .icon-twitter {
  color: #55acee;
}
.image-cta .icon-facebook {
  color: #3b5998;
}
.image-cta--thumb {
  display: block;
  margin: 0 auto 20px;
}
.image-cta--icon {
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.image-cta--icon:before {
  font-size: 50px;
}
.image-cta--copy {
  overflow: hidden;
}
.hero {
  position: relative;
}
.hero img {
  display: block;
}
.hero-content {
  position: absolute;
  margin: 50px 0 0 30px;
  padding: 60px;
  width: 70%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.9);
}
.hero--small {
  margin-bottom: 40px;
}
.hero--small h2 {
  position: absolute;
  top: 40px;
  left: 329px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.9);
}
.hero--small .hero--small-short {
  left: 410px;
}
.hero--shop {
  margin-bottom: 40px;
}
.hero--shop h2 {
  text-align: center;
}
.hero--shop .hero-content {
  top: 25px;
  left: 50%;
  width: 644px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.9);
  height: auto;
  width: auto;
  margin: 0 0 0 -322px;
}
.share {
  position: relative;
  padding: 30px 40px;
  background-color: #2f2f2f;
  color: #fff;
}
.share:after {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 40%;
  height: 10px;
  content: ' ';
  background: transparent;
  -webkit-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.share p {
  float: left;
  margin: 0 15px 0 0;
}
.share--social {
  float: left;
}
.share--social a {
  display: inline-block;
  width: 30px;
  height: 23px;
  font-size: 30px;
}
.share--social a:hover {
  text-decoration: none;
}
.share--cta {
  position: relative;
  padding-right: 25px;
  float: right;
}
.share--cta:before {
  position: absolute;
  right: 0;
  line-height: 25px;
  font-size: 22px;
}
.living-greener .grid12 {
  margin-left: 0;
}
.float-list ul {
  overflow: hidden;
}
.float-list li {
  float: left;
  width: 50%;
}
.float-list li:nth-child(2n+1) {
  padding-right: 20px;
}
.bio--copy {
  margin-left: 220px;
}
.bio--thumbnail img {
  border-radius: 100px;
}
.partnerships--thumbnail {
  margin-left: 20px;
}
.partnership-list--list {
  text-align: center;
}
.partnership-list--item {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #e3e3e3;
}
.partnership-list--item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.contact {
  background-color: #fbf8f3;
  padding: 40px 0;
}
.contact h3 {
  text-align: center;
}
.contact form {
  width: 50%;
  margin: 0 auto;
}
.contact--dropdown {
  position: relative;
  display: inline-block;
  width: 50%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  overflow: hidden;
  pointer-events: none;
}
.contact--dropdown:before {
  content: "h";
  font-family: "conserving-now";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: #f8f8f8;
  border-left: 1px solid #e3e3e3;
  color: #16a65e;
  font-size: 28px;
  text-align: center;
  line-height: 54px;
}
.contact--dropdown select {
  background: none;
  padding: 10px 20px;
  vertical-align: top;
  border: 0;
  font-size: 20px;
  color: #444444;
  outline: 0;
  -webkit-appearance: none;
  min-width: 150%;
  pointer-events: auto;
  cursor: pointer;
}
.contact--input-set {
  text-align: right;
  margin-bottom: 10px;
}
.contact--input-set:after {
  content: "";
  display: table;
  clear: both;
}
.contact--input-set input,
.contact--input-set label {
  display: inline-block;
  width: 50%;
  margin: 0;
}
.contact--input-set label {
  text-align: left;
  width: 49%;
}
.contact--set-dropdown label {
  vertical-align: top;
  padding-top: 15px;
}
.contact--input-error {
  display: none;
  text-align: right;
  padding: 10px 0;
  color: #ef6d4a;
}
.contact--textarea label {
  margin: 15px 0 10px;
}
.contact--textarea textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.contact--textarea label,
.contact--textarea textarea {
  display: block;
}
.contact--actions {
  text-align: right;
}
.weekly-tip {
  position: relative;
}
.weekly-tip img {
  display: block;
  max-width: 100%;
}
.weekly-tip--content {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}
.logo img {
  display: block;
}
.header-nav {
  display: block;
  font-size: 0;
  margin-top: 25px;
  text-align: right;
}
.header-nav a {
  font-size: 16px;
  display: inline-block;
  border-left: 1px solid #e3e3e3;
  font-weight: 500;
  padding: 10px 20px 8px;
  text-transform: uppercase;
  line-height: 16px;
  height: 34px;
  vertical-align: middle;
}
.header-nav a:first-child {
  border-left: 0;
}
.header-nav--cart {
  position: relative;
  padding-right: 25px !important;
}
.header-nav--cart:hover {
  text-decoration: none;
}
.header-nav--cart:before {
  position: relative;
  font-size: 24px;
  top: -4px;
}
.header-nav--count {
  position: absolute;
  border-radius: 10px;
  background-color: #16a65e;
  color: #ffffff;
  right: 0;
  top: 50%;
  margin-top: -10px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: 300;
  line-height: 20px;
}
.header-nav--active {
  color: #444444;
  cursor: default;
}
.header-nav--active:hover {
  text-decoration: none;
}
.notice {
  background-color: #c2e0d1;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.notice a {
  padding-left: 5px;
  font-weight: 500;
}
.notice--empty {
  height: 2px;
  padding: 0;
}
@media (max-width: 1180px) {
  .notice-wrapper {
    width: 1180px;
  }
}
.connect-with-us h4 {
  color: #e9ebeb;
}
.connect-with-us--links {
  font-size: 0;
}
.connect-with-us--links a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  width: 40px;
}
.connect-with-us--links a:before {
  transition: all 0.2s ease-out;
  font-size: 50px;
}
.connect-with-us--links a:first-child {
  margin-left: 0;
}
.connect-with-us--links a:hover {
  color: #0a4c2b;
}
.footer-links {
  padding-top: 40px;
}
.footer-links h4 {
  color: #e9ebeb;
}
.footer-links--links {
  font-size: 0;
}
.footer-links--links a {
  display: inline-block;
  border-left: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 0 20px;
}
.footer-links--links a:first-child {
  border-left: 0;
  padding-left: 0;
}
.latest-post h4 a,
.latest-post p {
  color: #e9ebeb;
}
.latest-post--thumbnail {
  text-align: center;
  overflow: hidden;
  border-radius: 62px;
  margin-right: 20px;
}
.latest-post--thumbnail img {
  display: block;
  height: 100px;
  width: 100px;
}
.newsletter-signup h4,
.newsletter-signup p {
  color: #e9ebeb;
}
.newsletter-signup--signup-form {
  line-height: 0;
  font-size: 0;
  position: relative;
}
.newsletter-signup--email {
  background-color: #ffffff;
  outline: none;
  border-radius: 6px;
  border: 0;
  padding: 5px;
  font-weight: 500;
  font-size: 16px;
  width: 99%;
  padding: 15px 100px 15px 20px;
  margin: 0;
}
.newsletter-signup--email::-webkit-input-placeholder {
  color: #aaaaaa;
}
.newsletter-signup--email::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
.newsletter-signup--email:-ms-input-placeholder {
  color: #aaaaaa;
}
.newsletter-signup--error {
  position: absolute;
  color: #d9534f;
  display: none;
}
.newsletter-signup .btn {
  position: absolute;
  -webkit-appearance: none;
  right: 0;
  top: 0;
  margin: 0;
  bottom: 0;
  padding: 0 20px;
}
.copyright {
  color: #999999;
  font-size: 14px;
}
.policies {
  color: #999999;
  font-size: 14px;
}
.policies a {
  padding-right: 10px;
}
.quote blockquote {
  border-left: 10px solid #006030;
  padding: 10px 20px;
  margin-left: 0;
}
.quote blockquote p {
  display: inline;
  font-style: italic;
  font-size: 30px;
  font-weight: 100;
  margin: 0;
}
.quote blockquote p:before {
  content: open-quote;
}
.quote blockquote p:after {
  content: close-quote;
}
.callout {
  text-align: center;
}
.callout img {
  margin-bottom: 10px;
}
.callout h3 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #444444;
  margin-bottom: 20px;
}
.callout p {
  font-size: 18px;
  color: #444444;
}
.heading {
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.button-cta {
  text-align: center;
  clear: both;
}
.button-cta a {
  font-weight: 400;
}
.extra-cta img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.ordered-list {
  list-style-type: none;
}
.ordered-list li {
  overflow: hidden;
}
.ordered-list--number {
  float: left;
  margin-right: 10px;
  padding: 2px;
  width: 45px;
  height: 45px;
  border: 1px solid #006030;
  border-radius: 22px;
  text-align: center;
}
.ordered-list--number span {
  display: block;
  padding-top: 7px;
  height: 100%;
  border-radius: 20px;
  background: #006030;
  color: white;
}
.ordered-list--wrapper {
  float: left;
  width: 60%;
}
.product-slider--content {
  margin-left: 257px;
}
.product-slider--thumbnail img {
  display: block;
}
.product-slider--copy {
  margin-bottom: 0;
}
.product-slider--price {
  font-weight: 500;
}
.product-slider--cta {
  font-weight: 500;
  color: #006030;
}
.image-copy img {
  margin-bottom: 10px;
  max-width: 100%;
  transition: all 0.2s ease-out;
}
.image-copy a {
  display: block;
}
.image-copy a:hover {
  text-decoration: none;
}
.image-copy a:hover img {
  border-color: #16a65e;
}
.image-copy a:hover .image-copy--title {
  color: #16a65e;
}
.image-copy--title {
  transition: all 0.2s ease-out;
}
.image-copy p {
  font-size: 18px;
  color: #444444;
}
.filter-tab {
  padding: 20px 40px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  cursor: pointer;
  display: inline-block;
  color: #16a65e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.2s ease-out;
}
.filter-tab:hover {
  border-color: #cacaca;
}
.filter-tab.selected {
  position: relative;
  background-color: #c2e0d1;
  border-color: #16a65e;
  color: #444444;
}
.filter-tab.selected:after,
.filter-tab.selected:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
  border: solid transparent;
}
.filter-tab.selected:after {
  top: 100%;
  left: 50%;
  border-top-color: #c2e0d1;
  border-width: 10px;
  margin-left: -10px;
}
.filter-tab.selected:before {
  top: 100%;
  left: 50%;
  border-top-color: #16a65e;
  border-width: 11px;
  margin-left: -11px;
}
.add-to-cart-button--educated {
  display: inline-block;
  padding-top: 10px;
  font-weight: 500;
  font-style: italic;
}
.add-to-cart-button__help {
  position: relative;
  background-color: #16a65e;
  margin-left: 5px;
  color: white;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  font-style: normal;
}
.share-links {
  font-size: 0;
}
.share-links a {
  display: inline-block;
  font-size: 60px;
  transition: all 0.2s ease-out;
}
.share-links a:hover {
  text-decoration: none;
}
.share-links--fb {
  color: #3b5998;
}
.share-links--fb:hover {
  color: #2d4373;
}
.share-links--twitter {
  color: #55acee;
}
.share-links--twitter:hover {
  color: #2795e9;
}
.share-links--pinterest {
  color: #cc2127;
}
.share-links--pinterest:hover {
  color: #a01a1f;
}
.single-product .variations .value.dropdown-selector {
  position: relative;
  display: inline-block;
  width: 50%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  overflow: hidden;
  pointer-events: none;
}
.single-product .variations .value.dropdown-selector:before {
  content: "h";
  font-family: "conserving-now";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: #f8f8f8;
  border-left: 1px solid #e3e3e3;
  color: #16a65e;
  font-size: 28px;
  text-align: center;
  line-height: 54px;
}
.single-product .variations .value.dropdown-selector select {
  background: none;
  padding: 10px 20px;
  vertical-align: top;
  border: 0;
  font-size: 20px;
  color: #444444;
  outline: 0;
  -webkit-appearance: none;
  min-width: 150%;
  pointer-events: auto;
  cursor: pointer;
}
.single-product .variations .value .design-selector ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px;
  margin-top: 8px;
}
.single-product .variations .value .design-selector ul li {
  display: inline-block;
  height: 46px;
  width: 46px;
  border-radius: 46px;
  background-clip: border-box;
  overflow: hidden;
  box-shadow: 0 0 0 4px #e3e3e3;
  margin-right: 18px;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-out;
}
.single-product .variations .value .design-selector ul li.active,
.single-product .variations .value .design-selector ul li.active:hover {
  box-shadow: 0 0 0 4px #16a65e;
}
.single-product .variations .value .design-selector ul li:hover {
  box-shadow: 0 0 0 4px rgba(22, 166, 94, 0.4);
}
.single-product .variations .value .design-selector ul li.five-in-one-pouch {
  background-image: url('../../ui/images/5-in-1.png');
}
.single-product .variations .value .design-selector ul li.four-in-one {
  background-image: url('../../ui/images/4-in-1.png');
}
.single-product .variations .value .design-selector ul li span {
  display: none !important;
}
.single-product .variations .value #pa_design,
.single-product .variations .value #color {
  display: none;
}
.single-product .share-product {
  width: 50%;
  float: left;
  text-align: center;
}
.single-product .share-product .share-links {
  margin-left: 92px;
}
.single-product .product-quote {
  width: 50%;
  clear: left;
  float: left;
}
.single-product .product-quote .quote {
  margin-left: 92px;
  margin-right: 20px;
}
.filter-tabs {
  margin-bottom: 40px;
  text-align: center;
}
.filter-tabs .filter-tab {
  margin-left: 20px;
}
.filter-tabs .filter-tab:first-child {
  margin-left: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product {
  text-align: center;
  width: 260px;
  margin-bottom: 40px;
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img,
.woocommerce-page .upsells.products ul.products li.product img,
.woocommerce-page .related.products ul.products li.product img {
  box-shadow: none;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.woocommerce-page .upsells.products ul.products li.product h3,
.woocommerce-page .related.products ul.products li.product h3 {
  color: #16a65e;
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
}
.woocommerce ul.products li.product h6,
.woocommerce-page ul.products li.product h6,
.woocommerce-page .upsells.products ul.products li.product h6,
.woocommerce-page .related.products ul.products li.product h6 {
  font-family: 'Roboto', Arial, sans-serif;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img,
.woocommerce-page .upsells.products ul.products li.product a:hover img,
.woocommerce-page .related.products ul.products li.product a:hover img {
  box-shadow: none;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce-page .upsells.products ul.products li.product a img,
.woocommerce-page .related.products ul.products li.product a img {
  box-shadow: none;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce-page .upsells.products ul.products li.product .price,
.woocommerce-page .related.products ul.products li.product .price {
  margin-bottom: 20px;
  color: #ef6d4a;
  font-size: 16px;
}
.woocommerce ul.products li.product .price .amount,
.woocommerce-page ul.products li.product .price .amount,
.woocommerce-page .upsells.products ul.products li.product .price .amount,
.woocommerce-page .related.products ul.products li.product .price .amount {
  display: inline-block;
}
.woocommerce ul.products li.product .price .amount::first-letter,
.woocommerce-page ul.products li.product .price .amount::first-letter,
.woocommerce-page .upsells.products ul.products li.product .price .amount::first-letter,
.woocommerce-page .related.products ul.products li.product .price .amount::first-letter {
  font-size: 10px;
  vertical-align: super;
}
.woocommerce ul.products li.product .price .amount-free::first-letter,
.woocommerce-page ul.products li.product .price .amount-free::first-letter,
.woocommerce-page .upsells.products ul.products li.product .price .amount-free::first-letter,
.woocommerce-page .related.products ul.products li.product .price .amount-free::first-letter {
  font-size: 16px;
  vertical-align: initial;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce-page .upsells.products ul.products li.product .price del,
.woocommerce-page .related.products ul.products li.product .price del {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
  text-decoration: none;
}
.woocommerce ul.products li.product .price del .amount,
.woocommerce-page ul.products li.product .price del .amount,
.woocommerce-page .upsells.products ul.products li.product .price del .amount,
.woocommerce-page .related.products ul.products li.product .price del .amount {
  text-decoration: line-through;
}
.woocommerce ul.products li.product .price del:after,
.woocommerce-page ul.products li.product .price del:after,
.woocommerce-page .upsells.products ul.products li.product .price del:after,
.woocommerce-page .related.products ul.products li.product .price del:after {
  content: " - ";
}
.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce-page .upsells.products ul.products li.product .price ins,
.woocommerce-page .related.products ul.products li.product .price ins {
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
}
.woocommerce ul.products li.product .price ins:before,
.woocommerce-page ul.products li.product .price ins:before,
.woocommerce-page .upsells.products ul.products li.product .price ins:before,
.woocommerce-page .related.products ul.products li.product .price ins:before {
  content: " Close-out ";
}
.woocommerce-page .notice {
  margin-bottom: 20px;
}
.woocommerce-page .related {
  clear: both;
}
.woocommerce-page div.product:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-page div.product div.summary {
  overflow-x: hidden;
  width: 50%;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding: 0;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  box-shadow: none;
  border-radius: 0;
  margin: 0 !important;
  border: 1px solid #e3e3e3;
  border-left: 0;
  background: #f8f8f8;
  text-transform: uppercase;
  float: left;
  line-height: 16px;
  padding: 20px;
  transition: all 0.2s ease-out;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
  border-left: 1px solid #e3e3e3;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #444444 !important;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: #16a65e;
  padding: 0;
  transition: all 0.2s ease-out;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #107945;
}
.woocommerce-page div.product .woocommerce-tabs .panel {
  border: 1px solid #e3e3e3;
  border-top: 0;
  padding: 20px;
}
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 20px;
}
.woocommerce-page div.product .woocommerce-tabs .panel p {
  margin-bottom: 10px;
}
.woocommerce-page div.product p.price {
  margin-bottom: 20px;
  color: #ef6d4a;
  font-size: 16px;
}
.woocommerce-page div.product p.price .amount {
  display: inline-block;
}
.woocommerce-page div.product p.price .amount::first-letter {
  font-size: 10px;
  vertical-align: super;
}
.woocommerce-page div.product p.price .amount-free::first-letter {
  font-size: 16px;
  vertical-align: initial;
}
.woocommerce-page div.product p.price del {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
  text-decoration: none;
}
.woocommerce-page div.product p.price del .amount {
  text-decoration: line-through;
}
.woocommerce-page div.product p.price del:after {
  content: " - ";
}
.woocommerce-page div.product p.price ins {
  text-decoration: none;
  font-style: italic;
  white-space: nowrap;
}
.woocommerce-page div.product p.price ins:before {
  content: " Close-out ";
}
.woocommerce-page .quantity_select {
  position: relative;
  display: inline-block;
  width: 25%;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  overflow: hidden;
  pointer-events: none;
}
.woocommerce-page .quantity_select:before {
  content: "h";
  font-family: "conserving-now";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: #f8f8f8;
  border-left: 1px solid #e3e3e3;
  color: #16a65e;
  font-size: 28px;
  text-align: center;
  line-height: 54px;
}
.woocommerce-page .quantity_select select {
  background: none;
  padding: 10px 20px;
  vertical-align: top;
  border: 0;
  font-size: 20px;
  color: #444444;
  outline: 0;
  -webkit-appearance: none;
  min-width: 150%;
  pointer-events: auto;
  cursor: pointer;
}
.woocommerce-page td.product-quantity {
  min-width: 140px;
}
.woocommerce-page table.cart input {
  line-height: inherit;
}
.woocommerce-page table.cart .quantity_select {
  width: 60%;
}
.woocommerce-page table.cart td.actions .coupon .input-text {
  width: 100px;
  height: 32px;
}
.woocommerce-page .upsells,
.woocommerce-page .related {
  clear: both;
  margin-top: 40px;
  border-top: 2px solid #e3e3e3;
  padding-top: 40px;
}
.woocommerce-page .upsells h2,
.woocommerce-page .related h2 {
  text-align: center;
}
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder {
  background: #ffffff;
}
#jckWooThumbs_img_wrap {
  overflow: visible;
  margin-right: 92px;
}
#jckWooThumbs_img_wrap .jckWooThumbs .rsTabs {
  width: 72px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#jckWooThumbs_img_wrap .jckWooThumbs .rsTabs .rsTab {
  width: 100%;
  margin: 0 0 10px;
}
#jckWooThumbs_img_wrap .jckWooThumbs .rsTabs .rsTab img {
  display: block;
}
#jckWooThumbs_img_wrap .jckWooThumbs .rsOverflow {
  position: absolute;
  left: 92px;
}
#jckWooThumbs_img_wrap .jckLoading {
  right: -92px;
}
#jckWooThumbs_img_wrap .viewFull {
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  transition: all 0.2s ease-out;
}
#jckWooThumbs_img_wrap .viewFull:hover {
  color: #107945;
}
#jckWooThumbs_img_wrap .viewFull span {
  background: none;
  height: auto;
  width: 0;
}
#jckWooThumbs_img_wrap .viewFull span:before {
  font-family: "conserving-now";
  position: absolute;
  right: 0;
  display: block;
  content: 'i';
  font-size: 50px;
}
.post-type-archive-product .body {
  padding-bottom: 0;
}
.post-type-archive-product .notice {
  margin-bottom: 0;
}
.post-type-archive-product .extra {
  margin-top: 60px;
}
.post-type-archive-product .callout h3 {
  line-height: 1.1;
  color: #333333;
  font-family: 'Roboto Slab', 'Georgia', serif;
  font-weight: 500;
  font-size: 36px;
}
.post-type-archive-product .callout p {
  text-align: left;
}
.post-type-archive-product .lined-shelf {
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 40px !important;
}
.post-type-archive-product .lined-shelf:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top: 3px solid #16a65e;
  background: none;
}
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  background-color: #16a65e;
}
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  text-shadow: none;
}
.woocommerce form .form-row .input-text {
  font-size: 16px;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1px solid #999999;
  padding: 10px;
  margin: 0;
  outline: none;
  border-radius: 3px;
}
.woocommerce form .form-row .input-text:focus {
  border-color: #16a65e;
}
.product-color-liquorice {
  background-color: #302e2f;
}
.product-color-blueberry {
  background-color: #385b85;
}
.product-color-oyster {
  background-color: #4f504b;
}
.product-color-caviar {
  background-color: #827d79;
}
.product-color-paprika {
  background-color: #c0513e;
}
.product-color-lemon {
  background-color: #e3be6d;
}
.product-color-cinnamon {
  background-color: #955f43;
}
.blog-page {
  margin-top: 40px;
}
.blog-page--thumbnail {
  text-align: center;
  overflow: hidden;
  border-radius: 62px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
}
.blog-page--thumbnail img {
  width: 100px;
  height: auto;
  display: block;
}
.blog-page .blog {
  margin-bottom: 20px;
}
.blog-page .entry-content img {
  max-width: 100%;
  height: auto;
}