body {
  color: #3b3b3b;
}

a {
  color: #4e9f57;
}
a:hover, a:focus {
  color: #6ab672;
}

#navigation li.current-menu-item > a, #navigation li.current-menu-parent > a, #navigation li.current_page_parent > a {
  color: #4e9f57;
}

blockquote cite {
  color: rgba(59, 59, 59, 0.8);
}

input:focus,
textarea:focus {
  border-color: #4e9f57;
}

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background-color: #4e9f57;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #356c3b;
}
.btn.transparent,
input[type="button"].transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
button.transparent,
.button.transparent {
  border: 2px solid #4e9f57;
  color: #4e9f57;
}
.btn.transparent:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover,
input[type="reset"].transparent:hover,
button.transparent:hover,
.button.transparent:hover {
  background: #4e9f57;
  color: #FFF;
}
.btn.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white,
button.white,
.button.white {
  border: 2px solid #FFF;
  color: #FFF;
}
.btn.white:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
button.white:hover,
.button.white:hover {
  background: #FFF;
  color: #4e9f57;
}

#paging a, #paging > span {
  color: #3b3b3b;
}
#paging span.current,
#paging a:hover {
  border-color: #4e9f57;
  background: #4e9f57;
}

.filters-nav a.selected,
.filters-nav a:hover {
  background: #4e9f57;
  border: 2px solid #4e9f57;
}

.item-nav li a:hover {
  background: #4e9f57;
}
.item-nav li.active a {
  background: #4e9f57;
}

.item-icon {
  color: #4e9f57;
}

.item.overlayed .item-thumb a:before {
  background: rgba(78, 159, 87, 0.8);
}

.form-allowed-tags,
.comment-notes {
  color: rgba(59, 59, 59, 0.8);
}

.sale-wrap {
  background: #4e9f57;
}

.quantity input {
  background: #4e9f57;
}

.woocommerce-tabs .tabs li.active a {
  color: #FFF;
  background: #4e9f57;
}

.price_slider .ui-slider-handle {
  background: #4e9f57;
}
