@import url(../fonts/dejavu-serif-2/stylesheet.css);
/*********************
 COLOR FUNCTIONS
 These are helpful when you're working
 with shadows and such things. It's essentially
 a quicker way to write RGBA.
 Example:
 box-shadow: 0 0 4px black(0.3);
 compiles to:
 box-shadow: 0 0 4px rgba(0,0,0,0.3);
 *********************/
p {
  -ms-word-wrap: none !important;
  word-break: none !important;
  word-wrap: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "DejaVu Serif Condensed", Cambria, Times New Roman, Times, serif;
}
/* Grouping content
 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  outline: 0;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #464646;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
button:hover {
  cursor: pointer;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.first-margin-0 > :first-child {
  margin-top: 0;
}
.last-margin-0 > :last-child {
  margin-bottom: 0;
}
.vertical-table {
  width: 100%;
  height: 100%;
}
.vertical-table tbody {
  width: 100%;
  height: 100%;
}
.vertical-table tbody tr {
  width: 100%;
  height: 100%;
}
.vertical-table tbody tr td {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.responsive-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.responsive-image-container .dummy {
  padding-top: 100%;
}
.responsive-image-container .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
}
.responsive-image-container .img-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.responsive-image-container .img-container img {
  vertical-align: middle;
  display: inline-block !important;
  max-height: 100%;
  max-width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.generic-form .form-row {
  margin-bottom: 25px;
}
.generic-form .form-row p {
  margin: 0;
}
.generic-form .form-row input {
  border: 1px solid #979797;
  padding: 10px 12px;
}
.generic-form .form-row input[type=text], .generic-form .form-row input[type=email], .generic-form .form-row input[type=tel], .generic-form .form-row input[type=password] {
  width: 100%;
}
.generic-form .form-row textarea {
  border: 1px solid #979797;
  padding: 10px 12px;
  height: 120px;
  resize: none;
  width: 100%;
}
.generic-form .form-row select {
  padding: 10px 8px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 15px;
}
.generic-form .form-row label.input-label {
  display: block;
  color: #464646;
  margin-bottom: 6px;
}
.generic-form .form-row label.checkbox {
  color: #464646;
}
.generic-form .form-row label.checkbox input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.generic-form .status {
  border: 1px solid olive;
  padding: 12px 20px;
  font-size: 14px;
  display: none;
  color: olive;
}
.generic-form .status.error {
  color: red;
  border: 1px solid red;
}
.responsive-table {
  overflow-x: auto;
}
.responsive-table table {
  min-width: 720px;
  margin: 0;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-5 {
  padding-bottom: 5px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
html {
  overflow-x: hidden;
}
html.mm-wrapper_opened {
  margin-top: 0 !important;
}
html.mm-wrapper_opened body.logged-in #js-page-wrapper {
  padding-top: 32px;
}
html.mm-wrapper_blocking {
  overflow: auto !important;
}
body {
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #464646;
}
.site-header {
  position: relative;
  z-index: 1000;
  background: #fff;
}
.site-header .site-header-shop {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .site-header .site-header-shop {
    padding: 20px 0;
  }
}
.site-header .site-header-shop .left, .site-header .site-header-shop .right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left, .site-header .site-header-shop .right {
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }
}
.site-header .site-header-shop .left a, .site-header .site-header-shop .right a {
  color: #125e1c;
  font-size: 15px;
  margin: 5px 0;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left a, .site-header .site-header-shop .right a {
    font-size: 14px;
  }
}
.site-header .site-header-shop .left {
  left: 15px;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .left {
    text-align: center;
    left: auto;
    margin-bottom: 12px;
  }
}
.site-header .site-header-shop .logo {
  margin: 0 auto;
  width: 220px;
}
.site-header .site-header-shop .logo a {
  display: block;
  text-align: center;
}
.site-header .site-header-shop .logo a img {
  display: inline-block;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .logo a img {
    height: 60px;
    width: auto;
  }
}
.site-header .site-header-shop .right {
  right: 15px;
  text-align: right;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right {
    text-align: center;
    right: auto;
    margin-top: 15px;
  }
}
.site-header .site-header-shop .right a {
  display: block;
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right a {
    font-size: 0;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-shop .right a i {
    display: inline-block;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    background: #f4f4f4;
    line-height: 34px;
    margin: 0 8px;
  }
}
.site-header .site-header-top {
  border-bottom: 1px solid #125e1c;
  padding: 12px 0 6px 0;
}
@media (max-width: 991px) {
  .site-header .site-header-top {
    padding: 10px 0 4px 0;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top {
    padding: 12px 0 10px 0;
  }
}
.site-header .site-header-top .site-header-top-left {
  float: left;
  margin-top: 4px;
}
@media (max-width: 1459px) {
  .site-header .site-header-top .site-header-top-left {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-left {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-left {
    display: none;
  }
}
.site-header .site-header-top .site-header-top-left p {
  margin: 0;
}
.site-header .site-header-top .site-header-top-right {
  float: right;
  font-size: 14px;
  margin-top: 1px;
}
@media (max-width: 1459px) {
  .site-header .site-header-top .site-header-top-right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-right {
    font-size: 13px;
  }
}
.site-header .site-header-top .site-header-top-right .align-center-desktop {
  display: inline-block;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .align-center-desktop {
    display: block;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-top-links, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links {
  float: left;
  margin-top: 5px;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a {
  color: #125e1c;
  border-right: 1px solid #979797;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-top-links a, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a {
    font-size: 0;
  }
  .site-header .site-header-top .site-header-top-right .site-header-top-links a i, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a i {
    font-size: 16px;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a i, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a i {
  color: #464646;
  margin-right: 5px;
}
.site-header .site-header-top .site-header-top-right .site-header-top-links a.phone-link, .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a.phone-link {
  font-weight: 600;
}
.site-header .site-header-top .site-header-top-right .site-header-woocommerce-links {
  float: left;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-woocommerce-links a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    position: relative;
    top: 1px;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap {
  float: left;
  position: relative;
  min-width: 120px;
  text-align: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-cart-wrap {
    float: right;
    min-width: inherit;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart a {
  color: #464646;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart a {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart a .cart-label {
    display: none;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart a .count {
  color: #125e1c;
  font-weight: 600;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart a .number-of-items {
  color: #125e1c;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown {
  position: absolute;
  z-index: 100;
  position: absolute;
  visibility: hidden;
  z-index: 8999;
  width: 350px;
  right: 0;
  opacity: 0;
  -moz-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  -webkit-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  top: 130%;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 4px;
  text-decoration: none;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 20%;
  margin-left: 10px;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .cart_list .mini_cart_item .quantity {
  display: block;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons {
  margin: 0;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons .button {
  display: block;
  text-align: center;
}
.site-header .site-header-top .site-header-top-right .site-header-cart-wrap .header-cart-dropdown .header-cart-dropdown-inner .buttons .button.checkout {
  margin-top: 15px;
}
.site-header .site-header-top .site-header-top-right .site-header-search {
  float: right;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-search {
    display: none;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner {
  position: relative;
  overflow: hidden;
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-input {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-input {
    padding-right: 0;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-input input {
  width: 150px;
  border: 1px solid #ddd;
  padding: 0 8px;
  height: 30px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-input input {
    width: 100px;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit {
    position: relative;
    width: 100%;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit button {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  background: #125e1c;
  color: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 13px;
  line-height: 22px;
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit button:hover {
  background: #0b3c12;
}
.site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit button .fa {
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .site-header .site-header-top .site-header-top-right .site-header-search .search-form .search-form-inner .search-form-submit button .fa {
    top: 0;
  }
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher {
  float: left;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  border: 1px solid #979797;
  width: 55px;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-item {
  padding: 1px 6px 3px 8px;
  margin: 0;
  list-style-type: none;
  display: block;
  font-size: 14px;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a {
  display: block;
  text-decoration: none;
  color: #464646;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a span {
  vertical-align: top;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 20px;
  display: block;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: '\f107';
  display: block;
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  color: #464646;
  font-size: 14px;
  top: 0;
  height: 6px;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  padding: 0;
  margin: 5px 0 0 0;
  list-style-type: none;
  z-index: 101;
  border: 1px solid #979797;
}
.site-header .site-header-top .site-header-top-right .site-header-wpml-switcher .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: block;
  width: 18px;
  height: auto;
}
.site-header .site-header-main {
  padding: 10px 0 0 0;
  border-bottom: 1px solid #125e1c;
}
@media (max-width: 991px) {
  .site-header .site-header-main {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-main {
    padding: 12px 0;
  }
}
.site-header .site-header-main .site-header-main-left {
  float: left;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-left {
    float: none;
    text-align: center;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-main .site-header-main-left {
    float: left;
    text-align: left;
    margin-top: 0;
  }
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-left .logo {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-main .site-header-main-left .logo {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-main .site-header-main-left .logo a img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .site-header .site-header-main .site-header-main-left .logo a img {
    height: 45px;
  }
}
.site-header .site-header-main .site-header-main-right {
  float: right;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-right {
    float: none;
  }
}
@media (max-width: 991px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu {
    display: none;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu {
  margin: 28px 0 0 0;
  padding: 0;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu {
    text-align: center;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li {
  float: left;
  list-style: none;
  margin-right: 45px;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li {
    float: none;
    display: inline-block;
    margin-right: 30px;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > a {
  color: #125e1c;
  border-color: #125e1c;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li a {
  font-size: 18px;
  font-weight: 500;
  color: #464646;
  text-decoration: none;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding-bottom: 38px;
  border-bottom: 3px solid transparent;
  display: block;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li a {
    padding-bottom: 25px;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:last-child {
  margin-right: 0;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap {
  position: absolute;
  opacity: 0;
  z-index: 8999;
  pointer-events: none;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children {
  margin: 0;
  padding: 0;
  top: 30px;
  position: relative;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #fff;
  border: 1px solid #bbb;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li {
  float: none;
  margin-right: 0;
  border-bottom: 1px solid #bbb;
}
@media (max-width: 1459px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li {
    display: block;
    text-align: left;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li a {
  display: block;
  width: 220px;
  border: none;
  padding-bottom: 0;
  padding: 15px 0;
  font-size: 17px;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li:last-child, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li:last-child {
  border-bottom: none;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.sub-menu li ul, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li .sub-menu-wrap ul.children li ul {
  top: 0;
  left: 100%;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap {
  opacity: 1;
  pointer-events: auto;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap ul.sub-menu, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li:hover > .sub-menu-wrap ul.children {
  top: 15px;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.menu-item-has-children > a:after {
  display: inline-block;
  content: '\f078';
  font-family: 'FontAwesome';
  margin-left: 8px;
  line-height: 1;
  font-size: 11px;
  top: -3px;
  position: relative;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_parent a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-cat-parent a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-cat a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-page-ancestor a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current-menu-item a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_item a, .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .site-header-main-menu .main-menu li.current_page_ancestor a {
  border-color: #125e1c;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu {
  display: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 22px;
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .open-mobile-menu {
    display: block;
    float: right;
  }
}
.site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button {
  display: none;
}
@media (max-width: 767px) {
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button {
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 60px;
    font-size: 19px;
  }
  .site-header .site-header-main .site-header-main-right .site-header-main-right-bottom .mobile-search-form-button:hover {
    cursor: pointer;
  }
}
.header-search-mobile-wrap {
  display: none;
  background: #f0f0f0;
  height: 0;
  overflow: hidden;
  z-index: 200;
  position: relative;
}
@media (max-width: 767px) {
  .header-search-mobile-wrap {
    display: block;
  }
}
.header-search-mobile-wrap .header-search-mobile {
  display: none;
  background: #fff;
  margin: 12px 0;
}
.header-search-mobile-wrap .header-search-mobile input {
  border: none;
  background: none;
  font-size: 14px;
  height: 38px;
  padding: 0 15px;
  width: 80%;
  display: block;
  float: left;
}
.header-search-mobile-wrap .header-search-mobile button {
  border: none;
  background: #125e1c;
  height: 38px;
  width: 20%;
  text-align: center;
  -moz-transition: all 120ms ease-in-out;
  -o-transition: all 120ms ease-in-out;
  -webkit-transition: all 120ms ease-in-out;
  -ms-transition: all 120ms ease-in-out;
  transition: all 120ms ease-in-out;
  display: block;
  float: left;
  color: #fff;
}
.breadcrumbs-wrap {
  padding: 15px 0;
  font-size: 13px;
  color: #ababab;
}
.breadcrumbs-wrap .breadcrumbs .separator {
  margin: 0 6px;
}
.breadcrumbs-wrap .breadcrumbs a {
  text-decoration: none;
  color: #ababab;
}
#js-main-menu:not( .mm-menu) {
  display: none;
}
.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
.mm-wrapper__blocker.mm-slideout {
  overflow: hidden;
}
.mm-wrapper__blocker.mm-slideout a {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 37px;
  height: 37px;
  color: #464646;
  z-index: 2000;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 37px;
  display: block;
  text-decoration: none;
}
.mm-wrapper__blocker.mm-slideout a:before {
  content: '\f00d';
  font-family: "FontAwesome";
}
.mm-wrapper__blocker.mm-slideout a span {
  display: none;
}
#js-page-wrapper {
  overflow: hidden;
}
#js-main-menu .mm-navbar__title {
  font-weight: 600;
}
#js-main-menu .main-menu li.current_page_parent > a, #js-main-menu .main-menu li.current-cat-parent > a, #js-main-menu .main-menu li.current-cat > a, #js-main-menu .main-menu li.current-page-ancestor > a, #js-main-menu .main-menu li.current-menu-item > a, #js-main-menu .main-menu li.current_page_item > a, #js-main-menu .main-menu li.current_page_ancestor > a {
  color: #125e1c;
  font-weight: 600;
}
.batn, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  display: inline-block;
  border: none;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.batn:hover, body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover, body.woocommerce button.button.disabled:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout-payment #place_order:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button:hover {
  cursor: pointer;
  text-decoration: none;
}
.round-batn, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  padding: 10px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-weight: 400;
}
.round-batn.green, body.woocommerce #respond input#submit.green, body.woocommerce a.button.green, body.woocommerce button.button.green, body.woocommerce input.button.green, body.woocommerce button.button.disabled.green, body.woocommerce #respond input#submit, body.woocommerce a.button, body.woocommerce button.button, body.woocommerce input.button, body.woocommerce button.button.disabled, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.green, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout-payment #place_order.green, .woocommerce-checkout-payment #place_order, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.green, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.green, .woocommerce .products li.product .product-item .product-item-text .product-link .button.green, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  background: #125e1c;
  color: #fff !important;
}
.round-batn.green:hover, body.woocommerce #respond input#submit.green:hover, body.woocommerce a.button.green:hover, body.woocommerce button.button.green:hover, body.woocommerce input.button.green:hover, body.woocommerce button.button.disabled.green:hover, body.woocommerce #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce button.button:hover, body.woocommerce input.button:hover, body.woocommerce button.button.disabled:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.green:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout-payment #place_order.green:hover, .woocommerce-checkout-payment #place_order:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.green:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.green:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button.green:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button:hover {
  background: #0b3c12;
}
.round-batn.white, body.woocommerce #respond input#submit.white, body.woocommerce a.button.white, body.woocommerce button.button.white, body.woocommerce input.button.white, body.woocommerce button.button.disabled.white, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.white, .woocommerce-checkout-payment #place_order.white, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.white, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.white, .woocommerce .products li.product .product-item .product-item-text .product-link .button.white {
  background: #fff;
  color: #125e1c !important;
}
.round-batn.white:hover, body.woocommerce #respond input#submit.white:hover, body.woocommerce a.button.white:hover, body.woocommerce button.button.white:hover, body.woocommerce input.button.white:hover, body.woocommerce button.button.disabled.white:hover, .cart-collaterals .wc-proceed-to-checkout .checkout-button.button.white:hover, .woocommerce-checkout-payment #place_order.white:hover, .archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.white:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.white:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .button.white:hover {
  background: #125e1c;
  color: #fff !important;
}
.page-padding {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .page-padding {
    padding: 20px 0;
  }
}
.page-title-section {
  padding: 65px 0;
  background: url('../images/flowers-pattern.jpg') top left repeat;
}
@media (max-width: 991px) {
  .page-title-section {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .page-title-section {
    padding: 30px 0;
  }
}
.page-title-section .title {
  margin: 0;
}
@media (max-width: 767px) {
  .page-title-section .title {
    font-size: 24px;
  }
}
.green-title {
  font-size: 28px;
  font-weight: bold;
  color: #125e1c;
  line-height: 1.3;
}
.green-title a {
  color: #125e1c;
  text-decoration: none;
}
.page-title, .product.type-product .product-summary-wrap .summary h1.product_title, .product.type-product .related.products > h2 {
  line-height: 1.3;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #bfc4cd;
  padding-bottom: 18px;
  font-size: 25px;
  font-weight: bold;
}
.tinymce-content {
  line-height: 2;
}
@media (max-width: 767px) {
  .tinymce-content {
    font-size: 15px;
  }
}
.tinymce-content h1, .tinymce-content h2, .tinymce-content h3, .tinymce-content h4, .tinymce-content h5, .tinymce-content h6 {
  font-weight: bold;
  line-height: 1.5;
}
.tinymce-content h2, .tinymce-content h3 {
  font-size: 28px;
}
.tinymce-content h3 {
  font-weight: 500;
}
.tinymce-content h4, .tinymce-content h5 {
  font-size: 24px;
  font-weight: 500;
}
.tinymce-content h5 {
  color: #125e1c;
}
.tinymce-content ul, .tinymce-content ol {
  padding-left: 15px;
}
.tinymce-content p a, .tinymce-content li a {
  color: #125e1c;
  text-decoration: none;
}
.tinymce-content img.alignnone {
  display: inline-block;
}
.tinymce-content img.alignleft {
  margin: 0 20px 20px 0;
  float: left;
  max-width: 45%;
}
@media (max-width: 991px) {
  .tinymce-content img.alignleft {
    max-width: 100%;
    float: none;
    margin: 20px 0;
  }
}
.tinymce-content img.alignright {
  margin: 0 0 20px 20px;
  float: right;
  max-width: 45%;
}
@media (max-width: 991px) {
  .tinymce-content img.alignright {
    max-width: 100%;
    float: none;
    margin: 20px 0;
  }
}
.tinymce-content img.aligncenter {
  margin: 20px auto;
}
.tinymce-content .responsive-table {
  margin: 20px 0;
}
.tinymce-content .responsive-table table {
  border: 1px solid #bfc4cd;
}
.tinymce-content .responsive-table table tr {
  padding: 0 25px;
}
.tinymce-content .responsive-table table tr:last-child {
  border-bottom: none;
}
.tinymce-content .responsive-table table tr:last-child td, .tinymce-content .responsive-table table tr:last-child th {
  border-bottom: none;
}
.tinymce-content .responsive-table table tr td, .tinymce-content .responsive-table table tr th {
  text-align: left;
  padding: 5px 8px;
  border-bottom: 1px solid #bfc4cd;
  line-height: 1.5;
  border-right: 1px solid #bfc4cd;
  font-size: 16px !important;
}
.tinymce-content .responsive-table table tr td *, .tinymce-content .responsive-table table tr th * {
  font-size: 15px !important;
}
.tinymce-content .responsive-table table tr td:last-child, .tinymce-content .responsive-table table tr th:last-child {
  border-right: none;
}
.row.sidebar-right {
  flex-direction: row-reverse;
}
.widget-title, .widgettitle {
  font-size: 18px;
  border-bottom: 1px solid #bfc4cd;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget-title.automatic-menu-widget-title, .widgettitle.automatic-menu-widget-title {
  display: none;
}
.widget {
  margin-bottom: 35px;
}
.widget .toggle-sidebar-nav-wrap {
  display: none;
  color: #464646;
  position: relative;
  padding: 10px 15px;
  margin-top: 15px;
  border: 1px solid #979797;
  color: #125e1c;
}
@media (max-width: 991px) {
  .widget .toggle-sidebar-nav-wrap {
    display: block;
  }
}
.widget .toggle-sidebar-nav-wrap i {
  position: absolute;
  right: 17px;
  top: 13px;
  font-size: 17px;
  color: #125e1c;
}
.widget .toggle-sidebar-nav-wrap i:hover {
  cursor: pointer;
}
.widget .sidebar-nav-wrap {
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  .widget .sidebar-nav-wrap {
    display: none;
  }
}
.widget .sidebar-menu {
  margin: 0;
  padding: 0;
}
.widget .sidebar-menu > li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.widget .sidebar-menu > li.page_item_has_children > .children, .widget .sidebar-menu > li.menu-item-has-children > .children, .widget .sidebar-menu > li.page_item_has_children > .sub-menu-wrap, .widget .sidebar-menu > li.menu-item-has-children > .sub-menu-wrap {
  margin-left: 10px;
}
.widget .sidebar-menu li {
  list-style: none;
}
.widget .sidebar-menu li.current_page_item > a {
  color: #125e1c;
}
.widget .sidebar-menu li.page_item_has_children > a:after, .widget .sidebar-menu li.menu-item-has-children > a:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget .sidebar-menu li.page_item_has_children > .children, .widget .sidebar-menu li.menu-item-has-children > .children, .widget .sidebar-menu li.page_item_has_children > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children > .sub-menu-wrap {
  margin-bottom: 10px;
}
.widget .sidebar-menu li.page_item_has_children.current-cat > a, .widget .sidebar-menu li.menu-item-has-children.current-cat > a, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > a, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > a, .widget .sidebar-menu li.page_item_has_children.current_page_item > a, .widget .sidebar-menu li.menu-item-has-children.current_page_item > a {
  color: #125e1c;
}
.widget .sidebar-menu li.page_item_has_children.current-cat > .children, .widget .sidebar-menu li.menu-item-has-children.current-cat > .children, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > .children, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > .children, .widget .sidebar-menu li.page_item_has_children.current_page_item > .children, .widget .sidebar-menu li.menu-item-has-children.current_page_item > .children, .widget .sidebar-menu li.page_item_has_children.current-cat > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current-cat > .sub-menu-wrap, .widget .sidebar-menu li.page_item_has_children.current_page_ancestor > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current_page_ancestor > .sub-menu-wrap, .widget .sidebar-menu li.page_item_has_children.current_page_item > .sub-menu-wrap, .widget .sidebar-menu li.menu-item-has-children.current_page_item > .sub-menu-wrap {
  display: block;
}
.widget .sidebar-menu li a {
  color: #646464;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 12px;
}
.widget .sidebar-menu li a:hover {
  color: #125e1c;
}
.widget .sidebar-menu li .children, .widget .sidebar-menu li .sub-menu-wrap {
  padding-left: 12px;
  margin: 0;
  display: none;
}
.widget .sidebar-menu li .children li, .widget .sidebar-menu li .sub-menu-wrap li {
  border-bottom: none;
  padding: 0;
  position: relative;
}
.widget .sidebar-menu li .children li a, .widget .sidebar-menu li .sub-menu-wrap li a {
  font-size: 14px;
  padding: 8px 0;
}
.widget .sidebar-menu li .children li a:hover, .widget .sidebar-menu li .sub-menu-wrap li a:hover {
  color: #125e1c;
}
.widget .sidebar-menu li .children li.current-cat > a, .widget .sidebar-menu li .sub-menu-wrap li.current-cat > a, .widget .sidebar-menu li .children li.current_page_item > a, .widget .sidebar-menu li .sub-menu-wrap li.current_page_item > a, .widget .sidebar-menu li .children li.current_page_ancestor > a, .widget .sidebar-menu li .sub-menu-wrap li.current_page_ancestor > a {
  color: #125e1c;
}
.widget.woocommerce form.woocommerce-product-search {
  position: relative;
}
.widget.woocommerce form.woocommerce-product-search .search-field {
  border: 1px solid #bfc4cd;
  padding: 0 65px 0 15px;
  background: #fafafa;
  width: 100%;
  height: 45px;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"] {
  font-size: 0;
  position: relative;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #bfc4cd;
  padding: 0;
  text-align: center;
  background: #e6e6e6;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"]:hover {
  background: #d4d4d4;
}
.widget.woocommerce form.woocommerce-product-search button[type="submit"]:before {
  content: '\f002';
  font-family: "FontAwesome";
  color: #125e1c;
  font-size: 20px;
}
.widget.woocommerce .product-categories {
  padding: 0;
}
.widget.woocommerce .product-categories li {
  list-style: none;
  margin-bottom: 8px;
}
.widget.woocommerce .product-categories li.current-cat a {
  color: #125e1c;
}
.widget.woocommerce .product-categories li a {
  text-decoration: none;
  color: #646464;
}
.widget.woocommerce .product-categories li a:hover {
  color: #125e1c;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  list-style: none;
  margin-bottom: 8px;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.woocommerce-widget-layered-nav-list__item--chosen a {
  color: #125e1c;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: "\f00c";
  font-family: "FontAwesome";
  background: #f8f8f8;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  text-decoration: none;
  position: relative;
  padding-left: 32px;
  color: #646464;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover {
  color: #125e1c;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #bfc4cd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  display: none;
}
.home-slider {
  border-bottom: 1px solid #125e1c;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.home-slider .swiper-wrapper .swiper-slide {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.home-slider .swiper-wrapper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .home-slider .swiper-wrapper .swiper-slide:before {
    display: block;
  }
}
.home-slider .swiper-wrapper .swiper-slide .slide-background {
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  z-index: 100;
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide {
    height: 350px;
  }
}
.home-slider .swiper-wrapper .swiper-slide .inner {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 200;
}
.home-slider .swiper-wrapper .swiper-slide .inner .title {
  font-size: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1459px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.home-slider .swiper-wrapper .swiper-slide .inner .text {
  font-size: 18px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home-slider .swiper-wrapper .swiper-slide .inner .text {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.home-slider .swiper-pagination {
  bottom: 20px;
}
@media (max-width: 767px) {
  .home-slider .swiper-pagination {
    bottom: 10px;
  }
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}
.home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #125e1c;
}
.home-categories {
  background: url('../images/home-categories-background.jpg') bottom left no-repeat;
  background-size: cover;
  padding: 80px 0 55px 0;
}
@media (max-width: 991px) {
  .home-categories {
    padding: 45px 0 30px 0;
  }
}
@media (max-width: 767px) {
  .home-categories {
    padding: 30px 0 15px 0;
  }
}
.home-categories .home-categories-slider {
  padding: 20px 0 45px 0;
  margin-bottom: 30px;
}
.home-categories .home-categories-slider .swiper-slide {
  height: auto;
}
.home-categories .home-categories-slider .swiper-slide .inner {
  border: 1px solid #125e1c;
  text-align: center;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner {
    padding: 25px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner:hover .green-gradient {
  bottom: -40%;
  background: #125e1c;
  background: -webkit-linear-gradient(top, #125e1c, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #125e1c, rgba(255, 255, 255, 0));
}
.home-categories .home-categories-slider .swiper-slide .inner:hover .text-wrap .hidden-text {
  opacity: 1;
}
.home-categories .home-categories-slider .swiper-slide .inner .green-gradient {
  background: #125e1c;
  background: -webkit-linear-gradient(top, #125e1c, rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, #125e1c, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  bottom: 50%;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 991px) {
  .home-categories .home-categories-slider .swiper-slide .inner .green-gradient {
    bottom: -40%;
    background: #125e1c;
    background: -webkit-linear-gradient(top, #125e1c, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #125e1c, rgba(255, 255, 255, 0));
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap {
  position: relative;
  z-index: 200;
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .title {
  font-size: 27px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .title {
    font-size: 23px;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text {
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
@media (max-width: 991px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text {
    opacity: 1;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .text {
  color: #fff;
}
@media (max-width: 767px) {
  .home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .text {
    font-size: 15px;
  }
}
.home-categories .home-categories-slider .swiper-slide .inner .text-wrap .hidden-text .link {
  margin-bottom: 10px;
}
.home-categories .home-categories-slider .swiper-pagination {
  bottom: 0;
}
.home-categories .home-categories-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 2px solid #125e1c;
}
.home-categories .home-categories-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #125e1c;
}
.home-categories .home-povezave-wrap {
  padding: 25px 0 15px 0;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap {
    padding: 25px 0 0 0;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item-wrap {
  margin-bottom: 35px;
}
.home-categories .home-povezave-wrap .home-povezave-item {
  background: #fff;
  border: 1px solid #d3e1d5;
  padding: 30px 45px;
  height: 100%;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item {
    padding: 25px;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item .title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item .title {
    font-size: 24px;
  }
}
.home-categories .home-povezave-wrap .home-povezave-item .text {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .home-categories .home-povezave-wrap .home-povezave-item .text {
    font-size: 15px;
  }
}
.home-predstavitev-podjetja {
  background: url('../images/flowers-pattern.jpg') top left repeat;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja {
    padding: 50px 0;
  }
}
.home-predstavitev-podjetja .row {
  position: relative;
}
.home-predstavitev-podjetja .text-border-wrap {
  position: absolute;
  left: 20%;
  right: 15px;
  top: 0;
  bottom: 0;
  border: 1px solid #125e1c;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .text-border-wrap {
    display: none;
  }
}
.home-predstavitev-podjetja .image {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .image {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja .image {
    margin: 0 0 30px 0;
  }
}
.home-predstavitev-podjetja .image img {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.home-predstavitev-podjetja .text-wrap {
  padding: 50px 30px;
  max-width: 850px;
}
@media (max-width: 991px) {
  .home-predstavitev-podjetja .text-wrap {
    padding: 0;
    max-width: inherit;
  }
}
.home-predstavitev-podjetja .text-wrap .title {
  margin-bottom: 25px;
}
.home-predstavitev-podjetja .text-wrap .text {
  line-height: 1.8;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-predstavitev-podjetja .text-wrap .text {
    font-size: 15px;
  }
}
.home-izdelki {
  padding: 50px 0 50px 0;
}
@media (max-width: 767px) {
  .home-izdelki {
    padding: 15px 0 30px 0;
  }
}
.home-izdelki .title {
  text-align: center;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .home-izdelki .title {
    font-size: 28px;
    margin: 0 0 25px 0;
  }
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-wrapper {
  padding-bottom: 50px;
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-pagination .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.home-izdelki .home-izdelki-slider-wrap .home-izdelki-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #125e1c;
}
.pagination .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers {
  text-align: center;
  border: none;
}
.pagination .page-numbers li, .woocommerce nav.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin: 0 15px 15px 0;
  border: none;
}
.pagination .page-numbers li:last-child, .woocommerce nav.woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers {
  text-decoration: none;
  color: #888;
  border: 1px solid #979797;
  font-size: 15px;
  min-width: 30px;
}
.pagination .page-numbers li .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers li .page-numbers.current {
  color: #fff;
  background: #125e1c;
  border-color: #125e1c;
}
.search-page-form-wrap .search-form {
  background: #f8f8f8;
  padding: 15px;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.search-page-form-wrap .search-form .search-form-inner {
  position: relative;
  overflow: hidden;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-input {
  margin-bottom: 15px;
  padding-right: 215px;
}
@media (max-width: 767px) {
  .search-page-form-wrap .search-form .search-form-inner .search-form-input {
    padding-right: 0;
  }
}
.search-page-form-wrap .search-form .search-form-inner .search-form-input input {
  width: 100%;
  border: 1px solid #979797;
  padding: 0 12px;
  height: 45px;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit {
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-page-form-wrap .search-form .search-form-inner .search-form-submit {
    position: relative;
    width: 100%;
  }
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: none;
  background: #125e1c;
  color: #fff;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button:hover {
  background: #0b3c12;
}
.search-page-form-wrap .search-form .search-form-inner .search-form-submit button .fa {
  margin-right: 5px;
}
.no-results-message {
  min-height: 300px;
}
.message-404 {
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .message-404 {
    padding: 25px 0;
  }
}
.message-404 .message-404-number {
  font-size: 110px;
  margin-bottom: 25px;
  line-height: 1;
  font-family: "DejaVu Serif Condensed", Cambria, Times New Roman, Times, serif;
}
@media (max-width: 767px) {
  .message-404 .message-404-number {
    font-size: 70px;
  }
}
.select-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select-wrap select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border: 0;
  border-radius: 0;
  border: 1px solid #979797;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 0 12px;
  height: 45px;
}
.select-wrap select:hover {
  color: #464646;
}
.select-wrap select:hover ~ .select__arrow {
  border-top-color: #464646;
}
.select-wrap select:focus {
  color: #464646;
}
.select-wrap select:focus ~ .select__arrow {
  border-top-color: #464646;
}
.select-wrap select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select-wrap select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap.with-arrow .woocommerce-input-wrapper {
  position: relative;
}
.select-wrap.with-arrow .woocommerce-input-wrapper:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #464646 transparent transparent transparent;
}
.select-wrap .select-arrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #464646 transparent transparent transparent;
}
.generic-input-style, .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents #coupon_code, .woocommerce #customer_details .form-row input:not([type="checkbox"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="checkbox"]), .woocommerce #customer_details .form-row input:not([type="radio"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="radio"]), .woocommerce #customer_details .form-row input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="submit"]), .woocommerce form.checkout_coupon input[type=text], .woocommerce form.login input[type=text], .woocommerce form.register input[type=text], .woocommerce-ResetPassword.lost_reset_password input[type=text], .woocommerce form.checkout_coupon input[type=password], .woocommerce form.login input[type=password], .woocommerce form.register input[type=password], .woocommerce-ResetPassword.lost_reset_password input[type=password], .woocommerce form.checkout_coupon input[type=email], .woocommerce form.login input[type=email], .woocommerce form.register input[type=email], .woocommerce-ResetPassword.lost_reset_password input[type=email] {
  width: 100%;
  border: 1px solid #979797;
  padding: 0 12px;
  height: 45px;
}
.generic-textarea-style, .woocommerce #customer_details .form-row textarea, .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
  width: 100%;
  border: 1px solid #979797;
  padding: 8px 12px;
  height: 150px;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  border: none;
}
div.wpcf7-validation-errors {
  color: red;
}
div.wpcf7-mail-sent-ok {
  color: olive;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: red;
  margin-top: 4px;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0 15px 0 0;
}
span.wpcf7-list-item input {
  vertical-align: middle;
  display: inline;
}
span.wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 5px;
  font-size: 15px;
  vertical-align: middle;
  display: inline;
}
.contact-form .input-row {
  margin-bottom: 25px;
}
.contact-form .input-row p {
  margin: 0;
  font-size: 18px;
}
.contact-form .input-row input[type=text], .contact-form .input-row input[type=email], .contact-form .input-row input[type=tel], .contact-form .input-row input[type=password] {
  width: 100%;
  border: 1px solid #bfc4cd;
  padding: 15px 18px;
  background: #fafafa;
}
.contact-form .input-row textarea {
  border: 1px solid #bfc4cd;
  padding: 15px 18px;
  height: 150px;
  resize: none;
  width: 100%;
  background: #fafafa;
}
.contact-form .input-row select {
  padding: 10px 8px;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-size: 15px;
}
.contact-form .input-row label.input-label {
  display: block;
  color: #464646;
  margin-bottom: 6px;
}
.contact-form .input-row label.checkbox {
  color: #464646;
}
.contact-form .input-row label.checkbox input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.contact-form .input-row button[type=submit] {
  margin-right: 20px;
}
.contact-form .input-row .required-fields {
  font-size: 16px;
}
#jquery-cookie-law-script, #jquery-cookie-law-script * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#cookie-law-mobile {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: none;
}
#cookie-law-mobile path {
  fill: #fff;
}
#jquery-cookie-law-script {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  border-color: #202226;
  border-style: solid;
  border-top-width: 1px;
  background: rgba(50, 58, 69, 0.5);
  color: #f1f1f3;
  font-size: 12px;
  max-width: 270px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
#jquery-cookie-law-script.light {
  color: #1a1a1a;
  background: #fff;
  border-color: rgba(223, 223, 223, 0.85);
}
#jquery-cookie-law-script.top {
  top: 0;
  bottom: auto;
  border-top-width: 0px;
  border-bottom-width: 1px;
}
#jquery-cookie-law-script.absolute {
  position: absolute;
}
#jquery-cookie-law-script a {
  color: #3b89c7;
}
#cookie-law-action {
  padding-top: 10px;
}
#jquery-cookie-law-script #cookie-law-container-box {
  background: rgba(32, 34, 38, 0.8);
}
#jquery-cookie-law-script.light #cookie-law-container-box {
  background: #f9fafc;
}
#jquery-cookie-law-script #cookie-law-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-message {
  float: left;
  text-align: justify;
  line-height: 14px;
}
#jquery-cookie-law-script a.cookie-law-button {
  padding: 4px 8px;
  border-radius: 0px;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  transition: 0.25s;
}
#jquery-cookie-law-script a.cookie-law-button:hover, #jquery-cookie-law-script a.cookie-law-button:focus {
  background-color: #595959;
  color: white;
  transition: 0.25s;
}
#jquery-cookie-law-script a#cookie-law-button-more {
  margin-left: 10px;
  background: #7b8a8b;
  display: none;
}
#jquery-cookie-law-script a#cookie-law-button-more:hover, #jquery-cookie-law-script a#cookie-law-button-more:focus {
  background: #697677;
}
#jquery-cookie-law-script #cookie-law-more-info {
  display: none;
  background: rgba(50, 58, 69, 0.8);
  text-align: justify;
}
#jquery-cookie-law-script.light #cookie-law-more-info {
  background: #eaedf1;
  border-top: 1px solid #f0f2f5;
}
#jquery-cookie-law-script #cookie-law-info-container {
  padding: 10px 20px;
}
#jquery-cookie-law-script #cookie-law-more-text {
  width: 85%;
}
#jquery-cookie-law-script #cookie-law-more-text-close {
  float: right;
  padding: 1px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
}
#jquery-cookie-law-script.light #cookie-law-more-text-close {
  color: #3b89c7;
}
@media (max-width: 1091px) {
  #cookie-law-mobile {
    display: block;
  }
  #cookie-law-container {
    display: none;
  }
  #jquery-cookie-law-script.active {
    max-width: 230px;
  }
  #jquery-cookie-law-script.active #cookie-law-container {
    display: block;
  }
  #jquery-cookie-law-script {
    max-width: 50px;
  }
}
.woocommerce-info a {
  color: #125e1c;
  text-decoration: none;
  font-weight: 700;
}
#customer_details .col-1, .woocommerce-Addresses .col-1, #customer_details .col-2, .woocommerce-Addresses .col-2 {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
#mini-cart-popup .cart_list {
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
}
#mini-cart-popup .cart_list .mini_cart_item {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 30px;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button {
  position: absolute;
  left: 0;
  top: 4px;
  text-decoration: none;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a {
  font-weight: normal;
}
#mini-cart-popup .cart_list .mini_cart_item .remove_from_cart_button + a img {
  float: right;
  width: 15%;
  margin-left: 10px;
}
#mini-cart-popup .cart_list .mini_cart_item a {
  color: #125e1c;
  text-decoration: none;
  font-weight: 500 !important;
}
#mini-cart-popup .cart_list .mini_cart_item .quantity {
  display: block;
}
#mini-cart-popup .total.total-no-tax {
  margin-top: 10px;
  margin-bottom: 10px;
}
#mini-cart-popup .buttons {
  margin: 0 -1% 5px -1%;
}
#mini-cart-popup .buttons:after {
  content: '';
  display: block;
  clear: both;
}
#mini-cart-popup .buttons .button {
  display: block;
  text-align: center;
  width: 48%;
  float: left;
  margin: 0 1%;
}
#mini-cart-popup .buttons .button:first-child {
  background: #5e1233;
}
#mini-cart-popup .buttons .button:first-child:hover {
  background: #3c0b20;
}
#mini-cart-popup .modal-footer {
  justify-content: center;
}
#mini-cart-popup .modal-footer .continue-shoping {
  color: #125e1c;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 1px;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-name a {
  color: #125e1c;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .product-quantity input {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 16px;
  padding: 11px 8px;
  min-width: inherit;
  min-width: 80px;
  margin-right: 5px;
}
.woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents #coupon_code {
  height: 41px;
  width: 140px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .cart-collaterals .cart_totals {
    width: 100% !important;
  }
}
.cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none;
}
.cart-collaterals a {
  color: #125e1c;
  text-decoration: none;
}
.cart-collaterals .wc-proceed-to-checkout .checkout-button.button {
  display: block;
  padding: 20px;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100%;
  float: none;
}
#customer_details .col-2 {
  margin-top: 20px;
}
#customer_details .woocommerce-billing-fields > h3, #customer_details #ship-to-different-address {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  float: left;
  width: 48%;
}
@media (max-width: 991px) {
  .woocommerce .col2-set, .woocommerce-page .col2-set {
    float: none;
    width: 100%;
  }
}
#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
  float: right;
  width: 48%;
}
@media (max-width: 991px) {
  #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: none;
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  border-top: 1px solid #c8c8c8;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #c8c8c8;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  color: #646464;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #646464;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #125e1c;
}
.woocommerce #customer_details .form-row, .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin-bottom: 20px;
}
.woocommerce #customer_details .form-row label, .woocommerce .woocommerce-MyAccount-content form .form-row label {
  display: block;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 5px;
}
.woocommerce #customer_details .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-MyAccount-content form .form-row .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce #customer_details .form-row input:not([type="checkbox"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="checkbox"]), .woocommerce #customer_details .form-row input:not([type="radio"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="radio"]), .woocommerce #customer_details .form-row input:not([type="submit"]), .woocommerce .woocommerce-MyAccount-content form .form-row input:not([type="submit"]) {
  padding: 8px 12px;
}
form.checkout.woocommerce-checkout #order_review_heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  form.checkout.woocommerce-checkout #order_review_heading {
    margin-top: 20px;
  }
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_ppec_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img, .woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card label img {
  display: inline-block;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label a {
  display: inline-block;
  color: #125e1c;
  line-height: 1.5 !important;
  float: none !important;
  vertical-align: middle !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_paypal label img {
  margin-right: 15px !important;
}
.woocommerce-checkout-payment .wc_payment_methods.payment_methods li.wc_payment_method.payment_method_braintree_credit_card #wc-braintree-credit-card-credit-card-form .form-row label {
  display: block;
  width: 100%;
  font-weight: 700;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  display: block;
  width: 100%;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
  color: #125e1c;
  text-decoration: none;
  font-weight: 700;
}
.woocommerce-checkout-payment .form-row.input-checkbox {
  text-align: left !important;
}
.woocommerce-checkout-payment .form-row.input-checkbox.prijava-e-novice-blagajna {
  margin-bottom: 20px;
}
.woocommerce-checkout-payment #place_order {
  display: block;
  padding: 18px 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
#customer_login {
  float: none;
  width: 100%;
  margin-left: -1%;
}
#customer_login .col-1, #customer_login .col-2 {
  max-width: inherit;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-ResetPassword.lost_reset_password {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce form.checkout_coupon .woocommerce-Button, .woocommerce form.login .woocommerce-Button, .woocommerce form.register .woocommerce-Button, .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
  margin: 15px 0;
}
.woocommerce form.checkout_coupon .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.login .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce form.register .woocommerce-form__label.woocommerce-form__label-for-checkbox, .woocommerce-ResetPassword.lost_reset_password .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce form.checkout_coupon .woocommerce-LostPassword a, .woocommerce form.login .woocommerce-LostPassword a, .woocommerce form.register .woocommerce-LostPassword a, .woocommerce-ResetPassword.lost_reset_password .woocommerce-LostPassword a {
  color: #125e1c;
  text-decoration: none;
  font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
    float: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #125e1c;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  font-family: "DejaVu Serif Condensed", Cambria, Times New Roman, Times, serif;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  width: 100%;
}
.woocommerce-result-count {
  font-size: 14px;
}
@media (max-width: 767px) {
  .woocommerce-result-count {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-ordering {
    float: none !important;
  }
}
.woocommerce-ordering select.orderby {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 14px;
  padding: 5px;
}
@media (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
}
@media (max-width: 991px) {
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 25px 0;
  }
}
.archive.woocommerce-page .products li.product .product-item, .product-template-default.single.single-product .products li.product .product-item, .woocommerce .products li.product .product-item {
  border: 1px solid #dcdcdc;
}
.archive.woocommerce-page .products li.product .product-item .product-item-image, .product-template-default.single.single-product .products li.product .product-item .product-item-image, .woocommerce .products li.product .product-item .product-item-image {
  padding: 30px 30px 0 30px;
}
@media (max-width: 1459px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-image, .product-template-default.single.single-product .products li.product .product-item .product-item-image, .woocommerce .products li.product .product-item .product-item-image {
    padding: 18px 18px 0 18px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-image .dummy, .product-template-default.single.single-product .products li.product .product-item .product-item-image .dummy, .woocommerce .products li.product .product-item .product-item-image .dummy {
  padding-top: 70%;
}
.archive.woocommerce-page .products li.product .product-item .product-item-image a img, .product-template-default.single.single-product .products li.product .product-item .product-item-image a img, .woocommerce .products li.product .product-item .product-item-image a img {
  margin: 0;
  display: inline-block;
  height: auto;
  width: auto;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text, .product-template-default.single.single-product .products li.product .product-item .product-item-text, .woocommerce .products li.product .product-item .product-item-text {
  padding: 25px 30px 30px 30px;
}
@media (max-width: 1459px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text, .product-template-default.single.single-product .products li.product .product-item .product-item-text, .woocommerce .products li.product .product-item .product-item-text {
    padding: 18px 18px 18px 18px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top {
  height: 100px;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top {
    height: auto;
    overflow: visible;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 {
  font-size: 18px;
  color: #125e1c;
  font-weight: bold;
  margin: 0 0 10px 0;
  line-height: 1.3;
  padding: 0;
}
@media (max-width: 767px) {
  .archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 {
    font-size: 17px;
  }
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top h2 a, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top h2 a, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top h2 a {
  color: #125e1c;
  text-decoration: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-item-text-top .short-description, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-item-text-top .short-description, .woocommerce .products li.product .product-item .product-item-text .product-item-text-top .short-description {
  font-size: 15px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .price-from-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .price-from-label, .woocommerce .products li.product .product-item .product-item-text .price-from-label {
  font-size: 18px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 12px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price, .woocommerce .products li.product .product-item .product-item-text .product-price, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 12px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price .price-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price .price-label, .woocommerce .products li.product .product-item .product-item-text .product-price .price-label, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .price-label {
  display: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-price .no-tax-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-price .no-tax-price, .woocommerce .products li.product .product-item .product-item-text .product-price .no-tax-price, .archive.woocommerce-page .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price, .product-template-default.single.single-product .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price, .woocommerce .products li.product .product-item .product-item-text .woocommerce-Price-amount.amount .no-tax-price {
  display: none;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button, .woocommerce .products li.product .product-item .product-item-text .product-link .button {
  margin-top: 0 !important;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .button.loading, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .button.loading, .woocommerce .products li.product .product-item .product-item-text .product-link .button.loading {
  padding-right: 40px;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .added_to_cart, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .added_to_cart, .woocommerce .products li.product .product-item .product-item-text .product-link .added_to_cart {
  display: none !important;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link {
  margin: 5px 0 0 0;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a {
  color: #125e1c;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a:hover, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a:hover, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a:hover {
  color: #5e1233;
}
.archive.woocommerce-page .products li.product .product-item .product-item-text .product-link .view-product-link a i, .product-template-default.single.single-product .products li.product .product-item .product-item-text .product-link .view-product-link a i, .woocommerce .products li.product .product-item .product-item-text .product-link .view-product-link a i {
  font-size: 12px;
  margin-left: 2px;
}
.product.type-product:not(.product-type-simple) .product-summary-wrap .product-long-description + .price {
  display: none;
}
.product.type-product:not(.product-type-simple) .product-summary-wrap .product-long-description + .price + .no-tax-price {
  display: none;
}
.product.type-product .product-images-wrap .product-main-image {
  margin-bottom: 25px;
  border: 1px solid #bfc4cd;
  padding: 25px;
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-main-image {
    margin-bottom: 15px;
  }
}
.product.type-product .product-images-wrap .product-main-image .dummy {
  padding-top: 100%;
}
@media (max-width: 767px) {
  .product.type-product .product-images-wrap .product-main-image .dummy {
    padding-top: 80%;
  }
}
@media (max-width: 767px) {
  .product.type-product .product-images-wrap .product-image-thumbnails {
    margin-bottom: 15px;
  }
}
@media (max-width: 1459px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 1459px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row div[class*="col-lg-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .row div[class*="col-lg-"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail {
  margin-bottom: 30px;
  border: 1px solid #bfc4cd;
  padding: 8px;
}
@media (max-width: 991px) {
  .product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail {
    padding: 4px;
    margin-bottom: 15px;
  }
}
.product.type-product .product-images-wrap .product-image-thumbnails .product-image-thumbnail a img {
  width: 100%;
  height: auto;
}
.product.type-product .product-summary-wrap.user-is-not-logged-in-outer .product-long-description + .price {
  display: none;
}
.product.type-product .product-summary-wrap .summary {
  width: 100%;
  float: none;
}
.product.type-product .product-summary-wrap .summary.user-is-not-logged-in form.cart {
  display: none;
}
.product.type-product .product-summary-wrap .summary h1.product_title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .product.type-product .product-summary-wrap .summary h1.product_title {
    font-size: 24px;
  }
}
.product.type-product .product-summary-wrap .summary .woocommerce-product-details__short-description {
  font-weight: 600;
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price {
  font-size: 24px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 20px;
}
.product.type-product .product-summary-wrap .summary .product-long-description + .price + .no-tax-price {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-top: -15px;
}
.product.type-product .product-summary-wrap .summary .logged-out-price {
  margin-bottom: 20px;
}
.product.type-product .product-summary-wrap .summary .logged-out-price * {
  font-size: 24px;
  font-weight: 700;
  color: #646464;
  display: inline;
}
.product.type-product .product-summary-wrap .summary .logged-out-price > span {
  margin-bottom: 15px;
}
.product.type-product .product-summary-wrap .summary form.cart {
  border-top: 1px solid #bfc4cd;
  margin: 25px 0 0 0;
  padding: 25px 0;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td {
  display: block;
  line-height: 1.6;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td.label label {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td select {
  width: 100%;
  margin-right: 0;
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 16px;
  padding: 10px 8px;
  max-width: 350px;
  min-width: inherit;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations {
  color: red;
  font-weight: 600;
  text-decoration: none;
  margin: 8px 0 0 0;
  display: inline-block;
  background: #eee;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  font-size: 13px;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations:hover {
  background: red;
  color: #fff;
}
.product.type-product .product-summary-wrap .summary form.cart table.variations tbody tr td .reset_variations:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  margin-right: 4px;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled {
  margin-top: -20px;
  background: #fff;
  position: relative;
  z-index: 200;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled:after {
  content: '';
  display: block;
  clear: both;
}
.product.type-product .product-summary-wrap .summary form.cart .price {
  font-size: 24px;
  font-weight: 700;
  color: #646464;
  margin-bottom: 15px;
  display: block;
}
.product.type-product .product-summary-wrap .summary form.cart .price ins {
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary form.cart .price del {
  margin-left: 10px;
  font-size: 20px;
}
.product.type-product .product-summary-wrap .summary form.cart .price .no-tax-price {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
}
.product.type-product .product-summary-wrap .summary form.cart .woocommerce-variation-availability {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  margin-top: -10px;
}
.product.type-product .product-summary-wrap .summary form.cart .quantity input {
  border: 1px solid #979797;
  background: #f8f8f8;
  font-size: 16px;
  padding: 11px 8px;
  min-width: inherit;
  min-width: 80px;
  margin-right: 5px;
}
.product.type-product .product-summary-wrap .summary form.cart .added_to_cart {
  display: none !important;
}
.product.type-product .product-summary-wrap .summary .product_meta {
  font-size: 12px;
  color: #888;
  display: none;
}
.product.type-product .product-summary-wrap .summary .product_meta .sku_wrapper {
  display: block;
}
.product.type-product .product-summary-wrap .summary .product_meta .posted_in {
  display: block;
}
.product.type-product .product-summary-wrap .summary .product_meta .posted_in a {
  color: #125e1c;
  text-decoration: none;
}
.product.type-product .product-summary-wrap .summary .product-send-inqury {
  font-size: 16px;
}
.product.type-product .product-summary-wrap .summary .product-send-inqury a {
  font-weight: 700;
  text-decoration: underline;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  padding: 0 0 0 5px;
  margin: 0;
  position: relative;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs:after {
  content: '';
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bfc4cd;
  z-index: 100;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #bfc4cd;
  background: #fafafa;
  padding: 0;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:before, .product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:after {
  display: none;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
  border-bottom-color: #fff;
  background: #fff;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #646464;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  font-family: "DejaVu Serif Condensed", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  color: #a0a0a0;
  font-size: 20px;
  padding: 20px 30px;
}
.product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.wc-tab {
  padding: 30px;
  border: 1px solid #bfc4cd;
  border-top: none;
}
.product.type-product .related.products {
  margin-top: 10px;
}
.footer {
  background: #f8fbf7;
  border-top: 1px solid #bfc4cd;
}
.footer .footer-top {
  padding: 60px 0 35px 0;
  color: #000;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer .footer-top {
    padding: 45px 0 15px 0;
  }
}
.footer .footer-top .footer-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  min-height: 35px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .footer .footer-top .footer-title {
    min-height: inherit;
  }
}
.footer .footer-top .footer-text a {
  text-decoration: none;
  color: #125e1c;
}
.footer .footer-top .footer-links {
  padding: 0;
}
.footer .footer-top .footer-links li {
  position: relative;
  list-style: none;
}
.footer .footer-top .footer-links li a {
  text-decoration: none;
  color: #646464;
}
.footer .footer-top .footer-links li a:hover {
  color: #125e1c;
}
.footer .footer-top .footer-facebook {
  border: 1px solid #bfc4cd;
  display: inline-block;
  vertical-align: middle;
  color: #646464;
  text-decoration: none;
  padding: 10px 20px;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.footer .footer-top .footer-facebook:hover {
  background: #fff;
}
.footer .footer-top .footer-facebook span {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
.footer .footer-top .footer-facebook img {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-bottom {
  padding: 15px 0 0 0;
  color: #5d636e;
  font-size: 13px;
}
.footer .footer-bottom .border-top {
  border-top: 1px solid #bfc4cd;
  margin-bottom: 20px;
}
.footer .footer-bottom .left {
  margin-bottom: 20px;
}
.footer .footer-bottom .right {
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 991px) {
  .footer .footer-bottom .right {
    text-align: left;
  }
}
.footer .footer-bottom .right a {
  text-decoration: none;
  color: #5d636e;
}
.footer .footer-bottom .right a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/*# sourceMappingURL=style.css.map */