@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
*, *:before, *:after {
  outline: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body {
  line-height: 1.2;
  color: #1e1f1c;
  font-family: Montserrat, jubilat, sans-serif;
  font-size: 14px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote {
  margin-bottom: 18px; }

a {
  color: #6d7f43;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1); }
a:link {
  color: #6d7f43;
  text-decoration: none; }
a:hover {
  color: #8cc63f;
  text-decoration: none; }

strong, b, dt {
  font-weight: bold; }

em, i, var {
  font-style: italic; }

del, s {
  text-decoration: line-through; }

small {
  font-size: 87.5%; }

sup, sub {
  font-size: 61.8047%; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

mark {
  background: #fff59d; }

u, ins {
  text-decoration: underline; }

ins {
  font-style: italic; }

abbr {
  border-bottom: 1px dashed #1e1f1c;
  cursor: help; }

kbd, code {
  padding: 1em-0.61805em/2 0.54079em;
  font-size: 0.875em;
  background: #f5f5f5; }

kbd {
  -webkit-box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  -moz-box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

pre {
  display: block;
  padding: 14px;
  background: #f5f5f5; }
  pre var {
    color: #4e6cef;
    font-style: normal; }

sample, code, pre {
  font-family: monospace;
  text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  font-weight: normal; }

h1 {
  line-height: 1;
  color: #1e1f1c;
  font-size: 20px;
  font-weight: 700; }

h2 {
  line-height: 1.2;
  color: #282828;
  font-size: 24px;
  font-weight: 600; }

h3 {
  line-height: 25px;
  color: #1e1f1c;
  font-size: 25px;
  font-weight: 600; }

h4 {
  line-height: 16px;
  color: #868686;
  font-size: 14px; }

h5 {
  line-height: 1.2;
  color: #1e1f1c;
  font-size: 13px;
  font-weight: 600; }

h6 {
  line-height: 1.2;
  color: #1e1f1c;
  font-size: 12px;
  font-weight: 600; }

ol {
  list-style: decimal; }

ul, ol {
  overflow: hidden;
  padding: 0 0 0 35px; }

ul {
  list-style: disc outside; }

ol ol, ul ul, ul ol, ol ul {
  margin: 0; }

img {
  max-width: 100%; }

blockquote {
  overflow: hidden;
  padding: 28px;
  border-left: 1 solid #1e1f1c;
  font-size: 16px;
  font-style: italic; }
  blockquote cite {
    display: block;
    color: #999;
    font-size: 12px; }
    blockquote cite:before {
      content: "- "; }

input:not([type]), input[type=color], input[type=date], input[type=email], input[type=image], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, input[type=file] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 36px;
  color: #6d7f43;
  font-family: jubilat, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #b7b7b7;
  -webkit-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1); }
  input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=email]:focus, input[type=image]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus, input[type=file]:focus {
    color: black;
    border: 1px solid black; }
  input:not([type])[disabled], input[type=color][disabled], input[type=date][disabled], input[type=email][disabled], input[type=image][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled], input[type=file][disabled] {
    background: #888;
    border: #ddd; }
  input:not([type])::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=image]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder {
    color: #fff; }
  input:not([type]):-moz-placeholder, input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=image]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, input[type=file]:-moz-placeholder {
    color: #fff; }
  input:not([type])::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=image]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input[type=file]::-moz-placeholder {
    color: #fff; }
  input:not([type]):-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=image]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=file]:-ms-input-placeholder {
    color: #fff; }

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

textarea, select[multiple] {
  resize: vertical;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 110px; }

select[multiple] option {
  height: 24px;
  line-height: 24px; }

input[type=checkbox], input[type=radio] {
  line-height: normal;
  margin-bottom: 18px; }

label, legend, fieldset {
  display: block;
  padding: 0;
  line-height: auto;
  max-width: 100%; }

label input[type=checkbox], label input[type=radio], fieldset input[type=checkbox], fieldset input[type=radio] {
  margin-top: 9.5px; }
label > span, label > p, label > label, label > fieldset, fieldset > span, fieldset > p, fieldset > label, fieldset > fieldset {
  line-height: 36px; }
label > span, label > p, label > label, label > fieldset, fieldset > span, fieldset > p, fieldset > label, fieldset > fieldset {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px; }
label label, label fieldset, fieldset label, fieldset fieldset {
  display: block; }
  label label input[type=checkbox], label label input[type=radio], label label input:not([type]), label label input[type=color], label label input[type=date], label label input[type=email], label label input[type=image], label label input[type=month], label label input[type=number], label label input[type=password], label label input[type=search], label label input[type=tel], label label input[type=text], label label input[type=time], label label input[type=url], label label input[type=week], label label select, label label textarea, label fieldset input[type=checkbox], label fieldset input[type=radio], label fieldset input:not([type]), label fieldset input[type=color], label fieldset input[type=date], label fieldset input[type=email], label fieldset input[type=image], label fieldset input[type=month], label fieldset input[type=number], label fieldset input[type=password], label fieldset input[type=search], label fieldset input[type=tel], label fieldset input[type=text], label fieldset input[type=time], label fieldset input[type=url], label fieldset input[type=week], label fieldset select, label fieldset textarea, fieldset label input[type=checkbox], fieldset label input[type=radio], fieldset label input:not([type]), fieldset label input[type=color], fieldset label input[type=date], fieldset label input[type=email], fieldset label input[type=image], fieldset label input[type=month], fieldset label input[type=number], fieldset label input[type=password], fieldset label input[type=search], fieldset label input[type=tel], fieldset label input[type=text], fieldset label input[type=time], fieldset label input[type=url], fieldset label input[type=week], fieldset label select, fieldset label textarea, fieldset fieldset input[type=checkbox], fieldset fieldset input[type=radio], fieldset fieldset input:not([type]), fieldset fieldset input[type=color], fieldset fieldset input[type=date], fieldset fieldset input[type=email], fieldset fieldset input[type=image], fieldset fieldset input[type=month], fieldset fieldset input[type=number], fieldset fieldset input[type=password], fieldset fieldset input[type=search], fieldset fieldset input[type=tel], fieldset fieldset input[type=text], fieldset fieldset input[type=time], fieldset fieldset input[type=url], fieldset fieldset input[type=week], fieldset fieldset select, fieldset fieldset textarea {
    margin-bottom: 0; }

input:not([type])[disabled], input[type=color][disabled], input[type=date][disabled], input[type=email][disabled], input[type=image][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled], input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: not-allowed; }

button, input[type=submit], input[type=reset], input[type=button], a[role=button] {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  max-width: 100%;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
  color: #1e1f1c;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #86f244;
  border: 1px solid #86f244;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, a[role=button]:hover {
    background: #6bc048;
    border: 1px solid #6bc048; }
  button::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, a[role=button]::-moz-focus-inner {
    border: 0;
    padding: 0; }

table {
  width: 100%;
  margin-bottom: 18px; }

.wrap {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1180px) {
    .wrap {
      margin-left: 15px;
      margin-right: 15px; } }

#wpadminbar ul {
  overflow: visible; }

.gform_heading:after, .gform_body:after, .gform_footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }
.gform_heading ul, .gform_body ul, .gform_footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.gform_heading .gfield_required, .gform_body .gfield_required, .gform_footer .gfield_required {
  display: inline-block;
  padding-left: 5px; }
.gform_heading input, .gform_heading select, .gform_heading textarea, .gform_heading button, .gform_body input, .gform_body select, .gform_body textarea, .gform_body button, .gform_footer input, .gform_footer select, .gform_footer textarea, .gform_footer button {
  margin: 0; }
.gform_heading .gfield_description, .gform_body .gfield_description, .gform_footer .gfield_description {
  display: block;
  font-size: 75%; }
.gform_heading .gfield_error label, .gform_body .gfield_error label, .gform_footer .gfield_error label {
  color: red; }
.gform_heading .gfield_error input:not([type]), .gform_heading .gfield_error input[type=color], .gform_heading .gfield_error input[type=date], .gform_heading .gfield_error input[type=email], .gform_heading .gfield_error input[type=image], .gform_heading .gfield_error input[type=month], .gform_heading .gfield_error input[type=number], .gform_heading .gfield_error input[type=password], .gform_heading .gfield_error input[type=search], .gform_heading .gfield_error input[type=tel], .gform_heading .gfield_error input[type=text], .gform_heading .gfield_error input[type=time], .gform_heading .gfield_error input[type=url], .gform_heading .gfield_error input[type=week], .gform_heading .gfield_error select, .gform_heading .gfield_error textarea, .gform_body .gfield_error input:not([type]), .gform_body .gfield_error input[type=color], .gform_body .gfield_error input[type=date], .gform_body .gfield_error input[type=email], .gform_body .gfield_error input[type=image], .gform_body .gfield_error input[type=month], .gform_body .gfield_error input[type=number], .gform_body .gfield_error input[type=password], .gform_body .gfield_error input[type=search], .gform_body .gfield_error input[type=tel], .gform_body .gfield_error input[type=text], .gform_body .gfield_error input[type=time], .gform_body .gfield_error input[type=url], .gform_body .gfield_error input[type=week], .gform_body .gfield_error select, .gform_body .gfield_error textarea, .gform_footer .gfield_error input:not([type]), .gform_footer .gfield_error input[type=color], .gform_footer .gfield_error input[type=date], .gform_footer .gfield_error input[type=email], .gform_footer .gfield_error input[type=image], .gform_footer .gfield_error input[type=month], .gform_footer .gfield_error input[type=number], .gform_footer .gfield_error input[type=password], .gform_footer .gfield_error input[type=search], .gform_footer .gfield_error input[type=tel], .gform_footer .gfield_error input[type=text], .gform_footer .gfield_error input[type=time], .gform_footer .gfield_error input[type=url], .gform_footer .gfield_error input[type=week], .gform_footer .gfield_error select, .gform_footer .gfield_error textarea {
  border: 1px solid red; }
  .gform_heading .gfield_error input:not([type]):focus, .gform_heading .gfield_error input[type=color]:focus, .gform_heading .gfield_error input[type=date]:focus, .gform_heading .gfield_error input[type=email]:focus, .gform_heading .gfield_error input[type=image]:focus, .gform_heading .gfield_error input[type=month]:focus, .gform_heading .gfield_error input[type=number]:focus, .gform_heading .gfield_error input[type=password]:focus, .gform_heading .gfield_error input[type=search]:focus, .gform_heading .gfield_error input[type=tel]:focus, .gform_heading .gfield_error input[type=text]:focus, .gform_heading .gfield_error input[type=time]:focus, .gform_heading .gfield_error input[type=url]:focus, .gform_heading .gfield_error input[type=week]:focus, .gform_heading .gfield_error select:focus, .gform_heading .gfield_error textarea:focus, .gform_body .gfield_error input:not([type]):focus, .gform_body .gfield_error input[type=color]:focus, .gform_body .gfield_error input[type=date]:focus, .gform_body .gfield_error input[type=email]:focus, .gform_body .gfield_error input[type=image]:focus, .gform_body .gfield_error input[type=month]:focus, .gform_body .gfield_error input[type=number]:focus, .gform_body .gfield_error input[type=password]:focus, .gform_body .gfield_error input[type=search]:focus, .gform_body .gfield_error input[type=tel]:focus, .gform_body .gfield_error input[type=text]:focus, .gform_body .gfield_error input[type=time]:focus, .gform_body .gfield_error input[type=url]:focus, .gform_body .gfield_error input[type=week]:focus, .gform_body .gfield_error select:focus, .gform_body .gfield_error textarea:focus, .gform_footer .gfield_error input:not([type]):focus, .gform_footer .gfield_error input[type=color]:focus, .gform_footer .gfield_error input[type=date]:focus, .gform_footer .gfield_error input[type=email]:focus, .gform_footer .gfield_error input[type=image]:focus, .gform_footer .gfield_error input[type=month]:focus, .gform_footer .gfield_error input[type=number]:focus, .gform_footer .gfield_error input[type=password]:focus, .gform_footer .gfield_error input[type=search]:focus, .gform_footer .gfield_error input[type=tel]:focus, .gform_footer .gfield_error input[type=text]:focus, .gform_footer .gfield_error input[type=time]:focus, .gform_footer .gfield_error input[type=url]:focus, .gform_footer .gfield_error input[type=week]:focus, .gform_footer .gfield_error select:focus, .gform_footer .gfield_error textarea:focus {
    border: 1px solid red; }

.gform_validation_container {
  display: none; }

.alignleft {
  float: left;
  margin: 0 8px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 8px; }

.aligncenter {
  text-align: center; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.validation_error {
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #e51c23;
  background: #f9bdbb;
  color: #c41411;
  text-align: center; }

.gfield_description.validation_message {
  display: block;
  margin: -14px 0 18px;
  background: #f9bdbb;
  color: #c41411;
  text-align: center; }

@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/biomed/font/project.eot");
  src: url("/wp-content/themes/biomed/font/project.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/biomed/font/project.woff") format("woff"), url("/wp-content/themes/biomed/font/project.ttf") format("truetype"), url("/wp-content/themes/biomed/font/project.svg#icomoon") format("svg"); }
.iconArrows:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconBack:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconDoc:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconHome:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconMail:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconPhone:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconTick:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

img[class*="wp-image"] {
  width: auto !important;
  max-width: 100%;
  height: auto !important; }

@font-face {
  font-family: 'JubilatThin';
  src: url("../fonts/JubilatThin.eot");
  src: url("../fonts/JubilatThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatThin.woff2") format("woff2"), url("../fonts/JubilatThin.woff") format("woff"), url("../fonts/JubilatThin.ttf") format("truetype"), url("../fonts/JubilatThin.svg#JubilatThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatThin-Italic.eot");
  src: url("../fonts/JubilatThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatThin-Italic.woff2") format("woff2"), url("../fonts/JubilatThin-Italic.woff") format("woff"), url("../fonts/JubilatThin-Italic.ttf") format("truetype"), url("../fonts/JubilatThin-Italic.svg#JubilatThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatSuperThin';
  src: url("../fonts/JubilatSuperThin.eot");
  src: url("../fonts/JubilatSuperThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSuperThin.woff2") format("woff2"), url("../fonts/JubilatSuperThin.woff") format("woff"), url("../fonts/JubilatSuperThin.ttf") format("truetype"), url("../fonts/JubilatSuperThin.svg#JubilatSuperThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat SuperThin';
  src: url("../fonts/JubilatSuperThin-Italic.eot");
  src: url("../fonts/JubilatSuperThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSuperThin-Italic.woff2") format("woff2"), url("../fonts/JubilatSuperThin-Italic.woff") format("woff"), url("../fonts/JubilatSuperThin-Italic.ttf") format("truetype"), url("../fonts/JubilatSuperThin-Italic.svg#JubilatSuperThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatExtraThin';
  src: url("../fonts/JubilatExtraThin.eot");
  src: url("../fonts/JubilatExtraThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraThin.woff2") format("woff2"), url("../fonts/JubilatExtraThin.woff") format("woff"), url("../fonts/JubilatExtraThin.ttf") format("truetype"), url("../fonts/JubilatExtraThin.svg#JubilatExtraThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat ExtraThin';
  src: url("../fonts/JubilatExtraThin-Italic.eot");
  src: url("../fonts/JubilatExtraThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraThin-Italic.woff2") format("woff2"), url("../fonts/JubilatExtraThin-Italic.woff") format("woff"), url("../fonts/JubilatExtraThin-Italic.ttf") format("truetype"), url("../fonts/JubilatExtraThin-Italic.svg#JubilatExtraThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatExtraLight';
  src: url("../fonts/JubilatExtraLight.eot");
  src: url("../fonts/JubilatExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraLight.woff2") format("woff2"), url("../fonts/JubilatExtraLight.woff") format("woff"), url("../fonts/JubilatExtraLight.ttf") format("truetype"), url("../fonts/JubilatExtraLight.svg#JubilatExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatExtraLight-Italic.eot");
  src: url("../fonts/JubilatExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraLight-Italic.woff2") format("woff2"), url("../fonts/JubilatExtraLight-Italic.woff") format("woff"), url("../fonts/JubilatExtraLight-Italic.ttf") format("truetype"), url("../fonts/JubilatExtraLight-Italic.svg#JubilatExtraLight-Italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat Hairline';
  src: url("../fonts/JubilatHairline-Italic.eot");
  src: url("../fonts/JubilatHairline-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatHairline-Italic.woff2") format("woff2"), url("../fonts/JubilatHairline-Italic.woff") format("woff"), url("../fonts/JubilatHairline-Italic.ttf") format("truetype"), url("../fonts/JubilatHairline-Italic.svg#JubilatHairline-Italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'JubilatLight';
  src: url("../fonts/JubilatLight.eot");
  src: url("../fonts/JubilatLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatLight.woff2") format("woff2"), url("../fonts/JubilatLight.woff") format("woff"), url("../fonts/JubilatLight.ttf") format("truetype"), url("../fonts/JubilatLight.svg#JubilatLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'JubilatHairline';
  src: url("../fonts/JubilatHairline.eot");
  src: url("../fonts/JubilatHairline.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatHairline.woff2") format("woff2"), url("../fonts/JubilatHairline.woff") format("woff"), url("../fonts/JubilatHairline.ttf") format("truetype"), url("../fonts/JubilatHairline.svg#JubilatHairline") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatLight-Italic.eot");
  src: url("../fonts/JubilatLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatLight-Italic.woff2") format("woff2"), url("../fonts/JubilatLight-Italic.woff") format("woff"), url("../fonts/JubilatLight-Italic.ttf") format("truetype"), url("../fonts/JubilatLight-Italic.svg#JubilatLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Regular.eot");
  src: url("../fonts/Jubilat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Regular.woff2") format("woff2"), url("../fonts/Jubilat-Regular.woff") format("woff"), url("../fonts/Jubilat-Regular.ttf") format("truetype"), url("../fonts/Jubilat-Regular.svg#Jubilat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Italic.eot");
  src: url("../fonts/Jubilat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Italic.woff2") format("woff2"), url("../fonts/Jubilat-Italic.woff") format("woff"), url("../fonts/Jubilat-Italic.ttf") format("truetype"), url("../fonts/Jubilat-Italic.svg#Jubilat-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'JubilatMedium';
  src: url("../fonts/JubilatMedium.eot");
  src: url("../fonts/JubilatMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatMedium.woff2") format("woff2"), url("../fonts/JubilatMedium.woff") format("woff"), url("../fonts/JubilatMedium.ttf") format("truetype"), url("../fonts/JubilatMedium.svg#JubilatMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatMedium-Italic.eot");
  src: url("../fonts/JubilatMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatMedium-Italic.woff2") format("woff2"), url("../fonts/JubilatMedium-Italic.woff") format("woff"), url("../fonts/JubilatMedium-Italic.ttf") format("truetype"), url("../fonts/JubilatMedium-Italic.svg#JubilatMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'JubilatSemibold';
  src: url("../fonts/JubilatSemibold.eot");
  src: url("../fonts/JubilatSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSemibold.woff2") format("woff2"), url("../fonts/JubilatSemibold.woff") format("woff"), url("../fonts/JubilatSemibold.ttf") format("truetype"), url("../fonts/JubilatSemibold.svg#JubilatSemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatSemiBold-Italic.eot");
  src: url("../fonts/JubilatSemiBold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSemiBold-Italic.woff2") format("woff2"), url("../fonts/JubilatSemiBold-Italic.woff") format("woff"), url("../fonts/JubilatSemiBold-Italic.ttf") format("truetype"), url("../fonts/JubilatSemiBold-Italic.svg#JubilatSemiBold-Italic") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Bold.eot");
  src: url("../fonts/Jubilat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Bold.woff2") format("woff2"), url("../fonts/Jubilat-Bold.woff") format("woff"), url("../fonts/Jubilat-Bold.ttf") format("truetype"), url("../fonts/Jubilat-Bold.svg#Jubilat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-BoldItalic.eot");
  src: url("../fonts/Jubilat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-BoldItalic.woff2") format("woff2"), url("../fonts/Jubilat-BoldItalic.woff") format("woff"), url("../fonts/Jubilat-BoldItalic.ttf") format("truetype"), url("../fonts/Jubilat-BoldItalic.svg#Jubilat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'JubilatBlack';
  src: url("../fonts/JubilatBlack.eot");
  src: url("../fonts/JubilatBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatBlack.woff2") format("woff2"), url("../fonts/JubilatBlack.woff") format("woff"), url("../fonts/JubilatBlack.ttf") format("truetype"), url("../fonts/JubilatBlack.svg#JubilatBlack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'JubilatBlack';
  src: url("../fonts/JubilatBlack-Italic.eot");
  src: url("../fonts/JubilatBlack-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatBlack-Italic.woff2") format("woff2"), url("../fonts/JubilatBlack-Italic.woff") format("woff"), url("../fonts/JubilatBlack-Italic.ttf") format("truetype"), url("../fonts/JubilatBlack-Italic.svg#JubilatBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: jubilat-thin, serif;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: jubilat-thin, serif;
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'project';
  src: url("../fonts/project.eot?v6e7mz");
  src: url("../fonts/project.eot?v6e7mz#iefix") format("embedded-opentype"), url("../fonts/project.ttf?v6e7mz") format("truetype"), url("../fonts/project.woff?v6e7mz") format("woff"), url("../fonts/project.svg?v6e7mz#project") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'project' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-account:before {
  content: "\e900"; }

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

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

.icon-basket:before {
  content: "\e903"; }

.icon-blog:before {
  content: "\e904"; }

.icon-chat:before {
  content: "\e905"; }

.icon-delivery:before {
  content: "\e906"; }

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

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

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

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

.icon-lock:before {
  content: "\e90b"; }

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

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

.icon-member:before {
  content: "\e90e"; }

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

.icon-return:before {
  content: "\e910"; }

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

.icon-shop:before {
  content: "\e912"; }

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

.icon-uarrow:before {
  content: "\e914"; }

.icon-update:before {
  content: "\e915"; }

@font-face {
  font-family: 'newproject';
  src: url("../fonts/newproject.eot?37lx6u");
  src: url("../fonts/newproject.eot?37lx6u#iefix") format("embedded-opentype"), url("../fonts/newproject.ttf?37lx6u") format("truetype"), url("../fonts/newproject.woff?37lx6u") format("woff"), url("../fonts/newproject.svg?37lx6u#newproject") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="newicon-"], [class*=" newicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'newproject' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.newicon-linkedin:before {
  content: "\e900"; }

h2 a.button, p a.button, a.button, a.button:link {
  background-color: #6bc048;
  color: #fff;
  display: inline-block;
  font-family: 'Arvo', sans-serif;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 48px;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

h2 a.button:hover, p a.button:hover {
  background-color: #69813a; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }
  @media only screen and (max-width: 680px) {
    .alignleft {
      float: none;
      margin: 0 auto 20px;
      display: block; } }

.alignright {
  float: right;
  border: 1px solid #f0f0f0;
  background-color: #FFF;
  margin: 0 0 25px 25px;
  padding: 8px; }
  @media only screen and (max-width: 680px) {
    .alignright {
      float: none;
      margin: 0 auto 20px;
      display: block; } }

.aligncenter {
  clear: both;
  text-align: center;
  border: 1px solid #f0f0f0;
  background-color: #FFF;
  margin: 0 auto 25px;
  padding: 8px; }

p {
  font-family: Montserrat, jubilat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1e1f1c; }
  p.lead {
    line-height: 21px;
    color: #444;
    font-family: Montserrat, jubilat, sans-serif;
    font-size: 18px; }

#container h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px; }

.home #container h1 {
  line-height: 1;
  color: #6bc048;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 23px;
  letter-spacing: 0; }

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  min-height: 475px;
  border-right: 3px solid #e7f5dd; }
body.woocommerce-account #container h1 {
  margin-bottom: 50px; }

@media only screen and (max-width: 980px) {
  h2 {
    font-size: 20px; } }
table {
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  margin-bottom: 35px;
  /*    border:solid 1px #69813a;*/ }

caption, th, td {
  text-align: left;
  font-weight: 400; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

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

html, body {
  font-size: 100%;
  height: 100%; }

a:hover {
  cursor: pointer; }

img, object, embed {
  max-width: 100%;
  height: auto; }

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

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

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

.text-justify {
  text-align: justify !important; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.column, .columns {
  position: relative;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%;
  float: left; }

.row {
  max-width: 1150px;
  margin: 0 auto; }
  @media only screen and (max-width: 1180px) {
    .row {
      margin: 0 15px; } }
  @media only screen and (max-width: 620px) {
    .row {
      margin: 0 10px; } }
  .row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    max-width: none;
    zoom: 1;
    margin: 0 -.9375em; }
    .row .row.collapse {
      width: auto;
      max-width: none;
      zoom: 1;
      margin: 0; }

to {
  -webkit-transform: rotate(360deg); }

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0; }
.slideshow-wrapper .orbit-container {
  background-color: transparent; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-color: #555 #fff; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; }
    .orbit-container .orbit-slides-container > * {
      position: relative;
      float: left;
      height: auto; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        font-size: .875em;
        padding: 10px 14px; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #fff;
    background: transparent; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: .3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    text-indent: -9999px !important; }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent #fff transparent transparent; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-left-style: solid;
      left: 50%;
      margin-left: -8px;
      border-color: transparent transparent transparent #fff; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  overflow: hidden;
  position: relative;
  top: 10px;
  margin: 0 auto 30px; }
  .orbit-bullets li {
    display: block;
    width: 18px;
    height: 18px;
    background: #999;
    float: left;
    margin-right: 6px;
    border: solid 2px #222;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #222; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.panel {
  margin-bottom: 1.25em;
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  padding: 1.25em; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel.callout {
    margin-bottom: 1.25em;
    background: #2ba6cb;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-color: #2284a1;
    border-style: solid;
    border-width: 1px;
    padding: 1.25em; }

table thead, table tfoot {
  background: #f5f5f5;
  font-weight: 700; }

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  text-align: left;
  padding: .5em .625em .625em; }

table tr th, table tr td {
  vertical-align: middle;
  font-size: 14px; }

table tr th {
  background: #69813a;
  color: #fff;
  padding: 20px 15px; }

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

table tr.even, table tr.alt, table tr:nth-of-type(odd) {
  background: #d3f3e1; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 1.125em; }

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

a.th {
  display: inline-block; }

* {
  margin: 0; }

html, body {
  height: 100%; }

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -273px; }

footer, .push {
  height: 273px; }

strong {
  font-weight: 700; }

hr {
  border-top: 1px solid #dcdddc;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: transparent;
  margin-top: 30px; }

h1, h2 {
  margin-bottom: 23px; }

h5 {
  text-transform: uppercase;
  margin-bottom: 15px; }

.icon-socialmedia {
  height: 25px;
  overflow: hidden;
  width: 24px;
  display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 5px; }
  .icon-socialmedia:hover img {
    top: -25px; }

header .header-top {
  background: #86f244;
  text-align: center; }
  header .header-top .row {
    padding: 0; }
  header .header-top .newslet {
    margin: 0;
    padding: 12px 0;
    background: transparent;
    text-align: center; }
    header .header-top .newslet .wcmd-form-wrapper .wcmd-form {
      text-align: center; }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields, header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-btn-cont {
        display: inline-block;
        vertical-align: middle; }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_fname {
        display: none; }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields label {
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields label {
            font-size: 11px; } }
        @media only screen and (max-width: 560px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields label {
            width: 140px; } }
        @media only screen and (max-width: 360px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields label {
            font-size: 10px; } }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields label, header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input {
        display: inline-block;
        vertical-align: middle; }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_email {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px !important;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 600;
        padding: 0 10px;
        border-radius: 5px;
        width: 210px !important;
        min-width: 100px !important;
        border: 1px solid #dedede;
        height: 33px;
        line-height: 33px; }
        @media only screen and (max-width: 767px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_email {
            width: 170px !important;
            margin: 0 5px !important; } }
        @media only screen and (max-width: 560px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_email {
            width: 140px !important; } }
        @media only screen and (max-width: 410px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_email {
            width: 110px !important;
            font-size: 11px; } }
        @media only screen and (max-width: 360px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form .wcmd-fields input.wcmd_email {
            width: 100px !important; } }
      header .header-top .newslet .wcmd-form-wrapper .wcmd-form button.wcmd-btn {
        width: auto;
        padding: 0 20px;
        background: #1e1f1c;
        text-transform: uppercase;
        border-radius: 5px;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        height: 31px;
        line-height: 31px;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form button.wcmd-btn {
            font-size: 11px;
            padding: 0 10px; } }
        @media only screen and (max-width: 410px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form button.wcmd-btn {
            font-size: 10px;
            padding: 0 5px; } }
        @media only screen and (max-width: 360px) {
          header .header-top .newslet .wcmd-form-wrapper .wcmd-form button.wcmd-btn {
            font-size: 9px; } }
    header .header-top .newslet ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #4e4e4d; }
    header .header-top .newslet ::-moz-placeholder {
      /* Firefox 19+ */
      color: #4e4e4d; }
    header .header-top .newslet :-ms-input-placeholder {
      /* IE 10+ */
      color: #4e4e4d; }
    header .header-top .newslet :-moz-placeholder {
      /* Firefox 18- */
      color: #4e4e4d; }
    header .header-top .newslet .wcmd-validation.success, header .header-top .newslet .wcmd-validation.error {
      color: #f71986;
      font-weight: 400;
      background: transparent;
      border: none;
      font-size: 14px;
      margin-top: 5px; }
header .row {
  padding: 20px 0 36px;
  position: relative; }
  @media only screen and (max-width: 980px) {
    header .row {
      padding: 20px 0 22px; } }
  @media only screen and (max-width: 560px) {
    header .row {
      padding: 0 0 10px;
      margin: 0; } }
header .logo {
  width: 165px; }
  @media only screen and (min-width: 1201px) {
    header .logo {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0px auto; } }
  @media only screen and (max-width: 1200px) {
    header .logo {
      float: left; } }
  @media only screen and (max-width: 767px) {
    header .logo {
      width: 140px; } }
  @media only screen and (max-width: 560px) {
    header .logo {
      margin: 0 auto;
      float: none;
      width: 100px;
      padding: 12px 0 15px; } }
header .header-right {
  float: right; }
  @media only screen and (max-width: 560px) {
    header .header-right {
      float: none;
      position: relative;
      text-align: center; } }
  header .header-right .social {
    margin-bottom: 26px; }
    @media only screen and (max-width: 560px) {
      header .header-right .social {
        text-align: center;
        padding: 10px 10px 7px;
        background-color: #e3f6db;
        margin: 0 0 10px; } }
  header .header-right > div.menu-top-menu-container ul {
    margin: 0; }
  header .header-right > div.menu-top-menu-container, header .header-right > ul.cart, header .header-right > form {
    display: inline-block;
    vertical-align: top; }
    header .header-right > div.menu-top-menu-container li, header .header-right > ul.cart li, header .header-right > form li {
      list-style: none; }
      header .header-right > div.menu-top-menu-container li#menu-item-4002 a, header .header-right > ul.cart li#menu-item-4002 a, header .header-right > form li#menu-item-4002 a {
        padding-left: 33px;
        position: relative; }
        header .header-right > div.menu-top-menu-container li#menu-item-4002 a:before, header .header-right > ul.cart li#menu-item-4002 a:before, header .header-right > form li#menu-item-4002 a:before {
          content: "\e900";
          font-family: 'project' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          left: 0;
          top: -6px;
          font-size: 28px;
          color: #546b36; }
  header .header-right > ul.cart {
    margin-left: 30px;
    margin-right: 15px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      header .header-right > ul.cart {
        margin-left: 30px;
        margin-right: 30px; } }
    @media only screen and (max-width: 560px) {
      header .header-right > ul.cart {
        margin-left: 20px;
        margin-right: 20px; } }
    header .header-right > ul.cart li a.cart-customlocation {
      position: relative;
      display: block;
      padding-left: 35px; }
      header .header-right > ul.cart li a.cart-customlocation:before {
        content: "\e903";
        font-family: 'project' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 30px;
        color: #546b36; }
      header .header-right > ul.cart li a.cart-customlocation span.count {
        width: 30px;
        height: 30px;
        background: #7fd85a;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        color: #fff;
        vertical-align: top;
        margin-right: 7px; }
      header .header-right > ul.cart li a.cart-customlocation:hover span.count {
        background: #6d7f43; }
  header .header-right form.woocommerce-product-search {
    position: relative;
    margin-left: 12px; }
    @media only screen and (max-width: 767px) {
      header .header-right form.woocommerce-product-search {
        position: static; } }
    @media only screen and (max-width: 560px) {
      header .header-right form.woocommerce-product-search {
        margin-left: 7px; } }
    @media only screen and (max-width: 767px) {
      header .header-right form.woocommerce-product-search > div {
        display: none; } }
    header .header-right form.woocommerce-product-search input {
      vertical-align: top;
      margin: 0;
      display: inline-block; }
      header .header-right form.woocommerce-product-search input.search-field {
        width: 0;
        line-height: 30px;
        height: 30px;
        padding: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        -webkit-appearance: none;
        border-radius: none; }
        @media only screen and (min-width: 768px) {
          header .header-right form.woocommerce-product-search input.search-field {
            border-left: none;
            border-top: none;
            border-right: none; } }
        @media only screen and (max-width: 767px) {
          header .header-right form.woocommerce-product-search input.search-field {
            color: #fff;
            border: 1px solid #7fd85a; } }
      header .header-right form.woocommerce-product-search input:focus {
        border: none; }
    header .header-right form.woocommerce-product-search a.toggle {
      position: absolute;
      right: -8px;
      top: 3px; }
      @media only screen and (max-width: 767px) {
        header .header-right form.woocommerce-product-search a.toggle {
          top: 68px; } }
      @media only screen and (max-width: 560px) {
        header .header-right form.woocommerce-product-search a.toggle {
          position: relative;
          top: auto;
          right: auto; } }
    header .header-right form.woocommerce-product-search button, header .header-right form.woocommerce-product-search a.toggle {
      background: #fff;
      border: none;
      color: #546b36;
      margin: 0;
      font-size: 28px; }
      header .header-right form.woocommerce-product-search button:before, header .header-right form.woocommerce-product-search a.toggle:before {
        content: "\e911";
        font-family: 'project' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        top: -2px; }
        @media only screen and (max-width: 560px) {
          header .header-right form.woocommerce-product-search button:before, header .header-right form.woocommerce-product-search a.toggle:before {
            top: 0; } }
      header .header-right form.woocommerce-product-search button:hover, header .header-right form.woocommerce-product-search a.toggle:hover {
        color: #7fd85a; }
    header .header-right form.woocommerce-product-search button {
      width: 34px;
      height: 30px; }
    header .header-right form.woocommerce-product-search a.toggle {
      width: 34px;
      height: 30px; }
      @media only screen and (max-width: 560px) {
        header .header-right form.woocommerce-product-search a.toggle {
          width: auto;
          height: auto; } }
    header .header-right form.woocommerce-product-search.open > div {
      width: auto; }
      @media only screen and (max-width: 767px) {
        header .header-right form.woocommerce-product-search.open > div {
          position: absolute;
          right: 0;
          top: 118px;
          z-index: 1000;
          display: block; } }
      @media only screen and (max-width: 560px) {
        header .header-right form.woocommerce-product-search.open > div {
          top: 91px;
          right: 10px; } }
    header .header-right form.woocommerce-product-search.open input.search-field {
      width: 100px; }
      @media only screen and (max-width: 767px) {
        header .header-right form.woocommerce-product-search.open input.search-field {
          width: 200px;
          padding: 0 10px;
          height: 52px;
          line-height: 52px;
          float: left;
          background: #7fd85a; } }
    header .header-right form.woocommerce-product-search.open a.toggle {
      display: none; }
      @media only screen and (max-width: 767px) {
        header .header-right form.woocommerce-product-search.open a.toggle {
          display: block; } }
    header .header-right form.woocommerce-product-search.open button {
      color: #7fd85a; }
      @media only screen and (max-width: 767px) {
        header .header-right form.woocommerce-product-search.open button {
          display: inline-block;
          width: 45px;
          height: 52px;
          background: #7fd85a;
          border-radius: 0; }
          header .header-right form.woocommerce-product-search.open button:before {
            top: 0;
            color: #fff; } }
  header .header-right ul.menu, header .header-right ul.cart {
    padding: 0; }
    header .header-right ul.menu li a, header .header-right ul.cart li a {
      line-height: 30px;
      color: #546b36;
      font-family: Montserrat, sans-serif;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (max-width: 560px) {
        header .header-right ul.menu li a, header .header-right ul.cart li a {
          font-size: 14px; } }

#navigation-fluid {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f0f1ed;
  /*    border-bottom: 10px solid #e7f5dd;*/ }

#navigation-fixed {
  width: 100%;
  height: 52px;
  position: relative;
  margin: 0 auto; }
  @media only screen and (min-width: 981px) and (max-width: 1180px) {
    #navigation-fixed {
      margin: 0 15px;
      width: auto; } }
  #navigation-fixed li {
    list-style-type: none;
    display: inline-block;
    padding: 0 40px;
    position: relative; }
    @media only screen and (max-width: 1180px) {
      #navigation-fixed li {
        padding: 0 20px; } }

.menu-main-menu-container ul {
  overflow: visible;
  padding: 0;
  margin: 0; }

@media only screen and (min-width: 981px) {
  .menu-main-menu-container {
    display: block !important; }

  #navigation-fixed .menu-main-menu-container li#menu-item-3676,
  #footer-menu li#menu-item-3675 {
    padding-left: 0;
    width: 40px; }

  #navigation-fixed .menu-main-menu-container li#menu-item-3676 {
    margin-right: 34px; }

  #navigation-fixed .menu-main-menu-container li#menu-item-3676 a, #footer-menu li#menu-item-3675 a {
    font-size: 0; }

  #navigation-fixed .menu-main-menu-container li#menu-item-3676 a:before {
    line-height: 48px;
    position: absolute; }

  #footer-menu li#menu-item-3675 a:before {
    top: 4px;
    position: relative; }

  #navigation-fixed .menu-main-menu-container li#menu-item-3676 a:before,
  #footer-menu li#menu-item-3675 a:before {
    content: "\e909";
    font-size: 17px;
    font-family: 'project' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
@media only screen and (max-width: 1180px) {
  #navigation-fixed .menu-main-menu-container li#menu-item-3676 {
    margin-right: 0; } }
@media only screen and (min-width: 981px) and (max-width: 1180px) {
  .menu-main-menu-container {
    text-align: center; } }
#navigation-fixed #menu-main-menu li > a {
  float: left;
  display: block;
  line-height: 52px;
  color: #6d7f43;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; }
#navigation-fixed #menu-main-menu li ul.sub-menu {
  background: #fff;
  border-top: 3px solid #69813a;
  display: none; }
  @media only screen and (min-width: 981px) {
    #navigation-fixed #menu-main-menu li ul.sub-menu {
      position: absolute;
      top: 52px;
      width: 250px;
      z-index: 999;
      border-top: 3px solid #69813a;
      left: -2%; } }
  #navigation-fixed #menu-main-menu li ul.sub-menu li {
    background: none;
    height: auto;
    width: 100%;
    padding: 0; }
    #navigation-fixed #menu-main-menu li ul.sub-menu li a {
      display: block;
      font-size: 13px;
      height: auto;
      line-height: 17px;
      color: #6d7f43;
      float: none;
      padding: 15px;
      border-bottom: 1px solid #fff; }
    #navigation-fixed #menu-main-menu li ul.sub-menu li:last-child a {
      border-bottom: none; }
    #navigation-fixed #menu-main-menu li ul.sub-menu li a:hover, #navigation-fixed #menu-main-menu li ul.sub-menu li.current-menu-item a {
      background-color: #6bc048;
      color: #fff; }
#navigation-fixed #menu-main-menu li:last-child {
  padding-right: 0;
  background-image: none; }
#navigation-fixed #menu-main-menu li > a:hover, #navigation-fixed #menu-main-menu li.current-menu-item > a, #navigation-fixed #menu-main-menu li.selected > a {
  color: #6bc048; }

#banner {
  width: 100%;
  height: 288px;
  background-size: cover !important;
  margin-bottom: 47px; }
  #banner .shadow {
    width: 100%;
    height: 100%; }

#content-fluid {
  width: 100%;
  height: auto;
  position: relative;
  background-color: transparent;
  margin: 0 auto; }
  #content-fluid #box-list {
    margin-bottom: 80px; }
    #content-fluid #box-list a {
      color: #fff;
      display: table-cell;
      text-decoration: none;
      vertical-align: middle;
      padding: 25px; }
    #content-fluid #box-list span, #content-fluid #box-list i {
      display: inline-block;
      vertical-align: middle; }
    #content-fluid #box-list span {
      font-size: 18px;
      text-transform: uppercase; }
    #content-fluid #box-list i {
      font-size: 70px;
      width: 80px; }
    #content-fluid #box-list div.link {
      float: left;
      overflow: hidden;
      position: relative;
      width: 33.33%;
      height: 126px;
      background: #7fd85a; }
      #content-fluid #box-list div.link:hover {
        background: #899279; }
      #content-fluid #box-list div.link > div {
        display: table;
        width: 100%;
        height: 100%; }
    #content-fluid #box-list div.link1 {
      background: #69813a; }
      #content-fluid #box-list div.link1 i {
        font-size: 60px; }
    #content-fluid #box-list div.link2 {
      background: #6bc048; }

#content-fixed {
  position: relative; }
  #content-fixed:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0; }

#slideshow-area-fluid {
  width: 100%;
  height: auto;
  position: relative;
  background-color: transparent;
  margin: 0 auto 25px; }

#slideshow-area-fixed {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto; }
  #slideshow-area-fixed img {
    max-width: 100%;
    width: 100%;
    max-height: 220px; }
  #slideshow-area-fixed ul {
    border: 1px solid #f0f0f0;
    list-style-type: none;
    padding: 8px; }

.home #slideshow-area-fixed ul {
  border: 1px solid #f0f0f0;
  height: 201px;
  list-style-type: none;
  overflow: hidden;
  padding: 8px; }

.page-template-template-home-php #slideshow-area-fixed ul {
  border: 0 !important;
  padding: 0 !important; }

.page-template-template-home-php #slideshow-area-fixed li {
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 201px;
  padding: 8px; }

.page-template-template-home-php #slideshow-area-fixed li > div {
  height: 184px;
  width: 100%;
  position: relative; }

.page-template-template-home-php #slideshow-area-fixed li > div .shadow {
  position: absolute;
  top: 62px;
  left: 25px;
  z-index: 99;
  width: auto;
  padding: 17px; }

.page-template-template-home-php #slideshow-area-fixed li > div .shadow h1 {
  color: #fff;
  font-size: 23px;
  text-transform: none;
  line-height: 29px;
  margin: 0; }

#content-top-banner-fluid {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #f4f4f4;
  margin: 0 auto; }

#content-top-banner-fixed {
  width: 100%;
  height: auto;
  min-height: 76px;
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 0 auto; }
  #content-top-banner-fixed p {
    font-size: 14px;
    color: #666; }
  #content-top-banner-fixed h2 {
    font-size: 20px;
    color: #868686;
    text-transform: uppercase;
    margin: 15px auto 5px; }

.column-left {
  float: left;
  margin-right: 7%;
  width: 59.8%; }
  @media only screen and (max-width: 980px) {
    .column-left {
      width: auto;
      float: none;
      margin-right: 0; } }
  .column-left h2 {
    color: #6bc048;
    margin-bottom: 30px; }

.column-right {
  width: 33.2%;
  float: right; }
  .column-right .images > img {
    margin-bottom: 17px; }
  .column-right .woocommerce ul.products li.product, .column-right .woocommerce ul.products li.products {
    text-align: center;
    padding: 0 !important;
    background-image: none !important; }
    @media only screen and (max-width: 980px) {
      .column-right .woocommerce ul.products li.product, .column-right .woocommerce ul.products li.products {
        width: auto !important;
        float: none !important; } }
    .column-right .woocommerce ul.products li.product a .item-detail, .column-right .woocommerce ul.products li.products a .item-detail {
      background: #fafbf6;
      padding: 15px;
      text-align: center;
      position: relative; }
      .column-right .woocommerce ul.products li.product a .item-detail .extra-labels, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels {
        overflow: hidden;
        height: 0;
        top: 0;
        position: absolute;
        width: 100%;
        left: 0;
        background-color: rgba(250, 251, 246, 0.5);
        -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
        transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
        .column-right .woocommerce ul.products li.product a .item-detail .extra-labels > div, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels > div {
          padding: 15px;
          height: 100%;
          border-bottom: 1px solid #d0d5c1; }
          .column-right .woocommerce ul.products li.product a .item-detail .extra-labels > div > div, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels > div > div {
            max-width: 350px;
            margin: 0 auto; }
        .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span {
          display: inline-block;
          padding: 0 7px;
          width: 80px;
          vertical-align: middle; }
          .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(7), .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(8), .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(9), .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(10), .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(11), .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span:nth-child(12), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(7), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(8), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(9), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(10), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(11), .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span:nth-child(12) {
            padding-top: 7px; }
          @media only screen and (min-width: 981px) and (max-width: 1087px) {
            .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span {
              width: 70px; } }
          @media only screen and (max-width: 370px) {
            .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span {
              width: 70px; } }
          @media only screen and (max-width: 340px) {
            .column-right .woocommerce ul.products li.product a .item-detail .extra-labels span, .column-right .woocommerce ul.products li.products a .item-detail .extra-labels span {
              width: 65px; } }
    .column-right .woocommerce ul.products li.product a > div, .column-right .woocommerce ul.products li.products a > div {
      padding: 40px 0; }
    .column-right .woocommerce ul.products li.product a img, .column-right .woocommerce ul.products li.products a img {
      width: auto;
      margin: 0 auto; }
    .column-right .woocommerce ul.products li.product a .img-hover-wrap, .column-right .woocommerce ul.products li.products a .img-hover-wrap {
      height: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 2s, visibility 2s; }
    .column-right .woocommerce ul.products li.product a:hover .img-hover-wrap, .column-right .woocommerce ul.products li.products a:hover .img-hover-wrap {
      height: auto;
      visibility: visible;
      opacity: 1; }
    .column-right .woocommerce ul.products li.product a:hover .wp-post-image, .column-right .woocommerce ul.products li.products a:hover .wp-post-image {
      display: none; }
    .column-right .woocommerce ul.products li.product a:hover .extra-labels, .column-right .woocommerce ul.products li.products a:hover .extra-labels {
      margin-top: -250px;
      height: 250px; }
      @media only screen and (min-width: 981px) and (max-width: 1087px) {
        .column-right .woocommerce ul.products li.product a:hover .extra-labels, .column-right .woocommerce ul.products li.products a:hover .extra-labels {
          margin-top: -210px;
          height: 210px; } }
      @media only screen and (max-width: 370px) {
        .column-right .woocommerce ul.products li.product a:hover .extra-labels, .column-right .woocommerce ul.products li.products a:hover .extra-labels {
          margin-top: -210px;
          height: 210px; } }
      @media only screen and (max-width: 340px) {
        .column-right .woocommerce ul.products li.product a:hover .extra-labels, .column-right .woocommerce ul.products li.products a:hover .extra-labels {
          margin-top: -200px;
          height: 200px; } }
    .column-right .woocommerce ul.products li.product a h2, .column-right .woocommerce ul.products li.product a h3, .column-right .woocommerce ul.products li.product a .woocommerce-loop-product__title, .column-right .woocommerce ul.products li.products a h2, .column-right .woocommerce ul.products li.products a h3, .column-right .woocommerce ul.products li.products a .woocommerce-loop-product__title {
      line-height: 1.2;
      font-size: 16px;
      padding: 0 0 5px; }
    .column-right .woocommerce ul.products li.product a .woocommerce-loop-product__title, .column-right .woocommerce ul.products li.products a .woocommerce-loop-product__title {
      text-transform: uppercase; }
    .column-right .woocommerce ul.products li.product a p, .column-right .woocommerce ul.products li.products a p {
      line-height: 1.2;
      color: #7d7c7b;
      font-family: jubilat, sans-serif;
      font-size: 18px;
      font-weight: 100;
      margin: 0 0 5px; }
    .column-right .woocommerce ul.products li.product a span.price, .column-right .woocommerce ul.products li.products a span.price {
      line-height: 1.2;
      color: #1e1f1c;
      font-family: jubilat, sans-serif;
      font-size: 26px;
      margin: 0; }
      .column-right .woocommerce ul.products li.product a span.price ins, .column-right .woocommerce ul.products li.products a span.price ins {
        font-weight: 500;
        font-style: normal;
        color: #f6813a;
        text-decoration: none; }
    .column-right .woocommerce ul.products li.product a.button, .column-right .woocommerce ul.products li.products a.button {
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      height: auto;
      border-radius: 30px; }
    .column-right .woocommerce ul.products li.product a.button.product_type_simple, .column-right .woocommerce ul.products li.products a.button.product_type_simple {
      background: #86f244;
      color: #080808;
      border: 1px solid #86f244;
      font-weight: 500;
      padding: 10px 15px; }
      .column-right .woocommerce ul.products li.product a.button.product_type_simple:hover, .column-right .woocommerce ul.products li.products a.button.product_type_simple:hover {
        background: #7fd85a; }
    .column-right .woocommerce ul.products li.product a.button.more-info, .column-right .woocommerce ul.products li.products a.button.more-info {
      color: #6d7f43;
      background: #fff;
      border: 1px solid #6d7f43;
      font-weight: 500;
      margin-left: 7px;
      padding: 10px 20px; }
      .column-right .woocommerce ul.products li.product a.button.more-info:hover, .column-right .woocommerce ul.products li.products a.button.more-info:hover {
        background: #6d7f43;
        color: #fff; }

.featured-image {
  float: left;
  margin-bottom: 22px; }
  .featured-image img {
    border: 1px solid #f0f0f0;
    background-color: #FFF;
    padding: 8px; }

.page-content {
  zoom: 1;
  vertical-align: top;
  line-height: 20px;
  color: #666;
  margin-bottom: 22px; }
  .page-content p {
    color: #666; }

.button {
  clear: both;
  float: none; }

.button a, .button a:link {
  background-color: #69813a;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
  padding: 0 16px; }

.column-right p span {
  color: #868686;
  font-weight: 700; }

#content-fixed .column-right .reason-text p {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  margin: 0; }

#content-fixed .column-right .reason-box {
  height: auto;
  clear: both;
  cursor: pointer; }

#content-fixed ul {
  padding-left: 0; }

.column-full {
  clear: both;
  width: 100%; }

#testimonials-slider {
  list-style-type: none;
  margin-bottom: 50px;
  position: relative;
  height: auto;
  text-align: center; }

#testimonials-slider li .testimonial {
  display: inline;
  zoom: 1;
  vertical-align: top;
  width: 30%;
  padding: 0 3%; }

.slider-prev img, .slider-next img {
  position: relative;
  cursor: pointer; }

#contact-box {
  margin-top: 50px;
  padding-bottom: 35px; }

.wpcf7-form, .mc4wp-form {
  background-color: #e3f6db;
  color: #fff;
  float: left;
  margin: 16px auto 47px;
  overflow: hidden;
  padding: 20px 30px;
  width: 100%; }

.contact-page h2 {
  font-size: 30px;
  line-height: 32px; }

.footer-top {
  padding: 42px 0 4px;
  background: #f3f7f0;
  text-align: center; }
  .footer-top #testimonials-box {
/*    max-width: 680px;*/
    margin: 0 auto; }
  .footer-top h2 {
    line-height: 1.2;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .footer-top p {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px; }
    .footer-top p.lead {
      font-style: italic;
      padding-bottom: 12px;
      position: relative; }
      .footer-top p.lead:after {
        content: "";
        width: 170px;
        display: block;
        background-color: #d7d7d7;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        margin: 0 auto; }

footer {
  border-top: 3px solid #6bc048;
  font-family: Montserrat, sans-serif; }
  footer .footer-bottom {
    width: 100%;
    height: auto;
    position: relative; }
    footer .footer-bottom > div {
      padding: 25px 0; }
      footer .footer-bottom > div ul {
        display: block;
        position: relative;
        margin: 0px;
        padding: 0; }
        footer .footer-bottom > div ul li {
          list-style-type: none;
          display: inline-block; }
          @media only screen and (max-width: 480px) {
            footer .footer-bottom > div ul li {
              display: block; } }
    @media only screen and (max-width: 480px) {
      footer .footer-bottom .level1 ul {
        width: 220px;
        margin: 0 auto; } }
    footer .footer-bottom .level1 ul li {
      margin-left: 5%;
      width: 20%; }
      @media only screen and (max-width: 1180px) {
        footer .footer-bottom .level1 ul li {
          margin-left: 3%;
          width: 22%; } }
      footer .footer-bottom .level1 ul li:first-child {
        margin-left: 0; }
      @media only screen and (max-width: 980px) {
        footer .footer-bottom .level1 ul li {
          margin-left: 4%;
          width: 47%;
          margin-top: 20px; }
          footer .footer-bottom .level1 ul li:nth-child(2n+1) {
            margin-left: 0; }
          footer .footer-bottom .level1 ul li:first-child, footer .footer-bottom .level1 ul li:nth-child(2) {
            margin-top: 0; } }
      @media only screen and (max-width: 480px) {
        footer .footer-bottom .level1 ul li {
          width: auto;
          float: none;
          margin-left: 0;
          margin-top: 20px; }
          footer .footer-bottom .level1 ul li:nth-child(2) {
            margin-top: 20px; }
          footer .footer-bottom .level1 ul li:first-child {
            margin-top: 0; } }
      footer .footer-bottom .level1 ul li a {
        position: relative;
        display: inline-block;
        line-height: 18px;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 57px; }
        footer .footer-bottom .level1 ul li a i {
          position: absolute;
          left: 0;
          top: 0;
          line-height: 1;
          font-size: 35px; }
    footer .footer-bottom .level2 {
      background: #f0f1ed; }
      footer .footer-bottom .level2 ul {
        text-align: center; }
        footer .footer-bottom .level2 ul li {
          line-height: 18px;
          font-size: 13px;
          font-weight: 500;
          text-transform: uppercase;
          margin-left: 50px; }
          @media only screen and (max-width: 480px) {
            footer .footer-bottom .level2 ul li {
              margin-left: 0;
              text-align: center;
              margin-top: 15px; }
              footer .footer-bottom .level2 ul li:first-child {
                margin-top: 0; } }
          footer .footer-bottom .level2 ul li:first-child {
            margin-left: 0; }
    footer .footer-bottom .level3 .footer-left {
      float: left; }
      @media only screen and (max-width: 980px) {
        footer .footer-bottom .level3 .footer-left {
          float: none;
          text-align: center; } }
      footer .footer-bottom .level3 .footer-left .menu-footer-menu-container {
        clear: both; }
        footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li {
          padding: 0 0 0 20px; }
          @media only screen and (max-width: 480px) {
            footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li {
              padding: 15px 0 0; } }
          footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li a {
            display: block;
            line-height: 17px;
            color: #8cc63f;
            font-size: 13px;
            font-weight: 500;
            text-decoration: none; }
            @media only screen and (max-width: 480px) {
              footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li a {
                font-size: 14px; } }
            footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li a:hover {
              color: #6d7f43; }
          footer .footer-bottom .level3 .footer-left .menu-footer-menu-container ul li:first-child {
            padding-left: 0; }
      footer .footer-bottom .level3 .footer-left .footer-copyright {
        clear: both;
        overflow: hidden;
        font-size: 12px; }
        footer .footer-bottom .level3 .footer-left .footer-copyright p {
          margin-bottom: 17px;
          color: #939191;
          font-size: 13px;
          font-weight: 600; }
          footer .footer-bottom .level3 .footer-left .footer-copyright p a {
            color: #939191;
            text-decoration: underline; }
            footer .footer-bottom .level3 .footer-left .footer-copyright p a:hover {
              color: #69813a;
              text-decoration: none; }
    footer .footer-bottom .level3 .footer-right {
      text-align: right;
      float: right;
      padding-top: 10px; }
      @media only screen and (max-width: 980px) {
        footer .footer-bottom .level3 .footer-right {
          float: none;
          text-align: center; } }
      footer .footer-bottom .level3 .footer-right .social-link, footer .footer-bottom .level3 .footer-right .payment-gateway {
        display: inline-block; }
        @media only screen and (max-width: 980px) {
          footer .footer-bottom .level3 .footer-right .social-link, footer .footer-bottom .level3 .footer-right .payment-gateway {
            display: block;
            margin: 15px 0; } }
        footer .footer-bottom .level3 .footer-right .social-link p.social, footer .footer-bottom .level3 .footer-right .payment-gateway p.social {
          margin: 0 78px 0 0;
          position: relative;
          top: 14px; }
          @media only screen and (max-width: 980px) {
            footer .footer-bottom .level3 .footer-right .social-link p.social, footer .footer-bottom .level3 .footer-right .payment-gateway p.social {
              margin: 0;
              top: auto;
              text-align: center; } }

.header-right .social, .social-link .social {
  text-align: right; }
  .header-right .social a, .social-link .social a {
    display: inline-block;
    color: #546b36;
    margin-left: 15px;
    font-size: 17px; }
    .header-right .social a:hover, .social-link .social a:hover {
      color: #7fd85a; }
    .header-right .social a:first-child, .social-link .social a:first-child {
      margin-left: 0; }

#mobile-navigation {
  display: none;
  position: absolute;
  background-color: #343434;
  width: 100%;
  z-index: 300;
  padding: 0 33px 20px; }
  #mobile-navigation li {
    width: 100%;
    list-style-type: none;
    border-bottom: 1px solid #3d3d3d; }
    #mobile-navigation li:last-child {
      border-bottom: 0; }
    #mobile-navigation li a {
      color: #FFF;
      display: block;
      width: 100%;
      height: 35px;
      line-height: 35px;
      text-decoration: none;
      padding: 0 10px; }
    #mobile-navigation li ul.sub-menu {
      display: none;
      margin-left: 15px; }

#content-fluid.normal-page li {
  background-image: url("../img/arrow-green.png");
  background-position: 0 6px;
  background-repeat: no-repeat;
  cursor: default;
  list-style: outside none none;
  margin-bottom: 26px;
  padding-left: 18px;
  line-height: 23px;
  font-family: Montserrat, sans-serif;
  color: #979797; }
#content-fluid.normal-page nav.woocommerce-MyAccount-navigation {
  position: relative; }
  #content-fluid.normal-page nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0; }
    #content-fluid.normal-page nav.woocommerce-MyAccount-navigation ul li {
      background-image: none;
      padding: 0;
      font-weight: 600;
      font-size: 18px; }
      #content-fluid.normal-page nav.woocommerce-MyAccount-navigation ul li.is-active a {
        color: #6d7f43; }
      #content-fluid.normal-page nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 10px; }
        #content-fluid.normal-page nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
          color: #7c7976; }
#content-fluid.normal-page div.woocommerce-MyAccount-content p {
  line-height: 1.4;
  font-size: 18px; }
  #content-fluid.normal-page div.woocommerce-MyAccount-content p b, #content-fluid.normal-page div.woocommerce-MyAccount-content p strong {
    font-weight: 600; }

#content-fixed.normal-page .column-right p {
  max-width: 210px;
  text-align: left; }

.column-right > p {
  line-height: 22px;
  margin-bottom: 30px; }

.testimonial-feed-item {
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdddc;
  margin-bottom: 25px; }

.testimonial-feed-content {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px; }

.testimonial-feed-title {
  font-size: 14px;
  color: #74c498; }

#pager-links, .ngg-navigation {
  font-size: 12px;
  color: #74c498;
  text-align: center; }

#pager-links a, .ngg-navigation a {
  text-decoration: none;
  border: 0 !important;
  margin: 0 10px; }

#pager-links span, .ngg-navigation span {
  margin: 0 10px; }

#contact-wrapper {
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto; }

#contact-information {
  overflow: hidden;
  display: block;
  height: auto;
  margin-bottom: 55px; }

.contact-item {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 10px; }

.contact-item-image {
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto 23px;
  background: #6bc048;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px; }

#contact-address .contact-item-image {
  background: #69813a; }

#contact-phone .contact-item-image {
  background: #7fd85a; }

.contact-item-image i:before {
  color: #fff;
  font-size: 50px;
  line-height: 75px; }

.contact-item-title {
  font-size: 18px;
  color: #444444;
  margin-bottom: 7px; }

.contact-item-text {
  color: #8e8e8e;
  font-size: 16px;
  line-height: 20px;
  font-family: Montserrat, sans-serif; }

.contact-item-text a, .contact-item-text a:link {
  color: #8e8e8e;
  text-decoration: none; }

.tick li {
  width: auto !important;
  list-style-type: none;
  /*    background-image:url(../img/icon-tick.jpg)!important;*/
  background-repeat: no-repeat !important;
  background-position: left top !important;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 5px;
  font-weight: 700;
  padding-left: 25px !important; }

.ngg-gallery-thumbnail-box {
  width: 31%;
  max-width: 31%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9px !important; }

.ngg-gallery-thumbnail-box img {
  border: 1px solid #f0f0f0 !important;
  background-color: #FFF !important;
  padding: 8px !important; }

.ngg-gallery-thumbnail-box:hover img {
  border: 1px solid #f0f0f0 !important;
  opacity: .7;
  padding: 8px !important; }

.ngg-gallery-thumbnail {
  float: none; }

.ngg-fancybox {
  position: relative;
  display: block; }

.ngg-fancybox img {
  position: relative;
  z-index: 2; }

.ngg-fancybox .ngg-background {
  background-color: #000;
  height: 90%;
  left: 5%;
  position: absolute;
  top: 5%;
  width: 92%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ngg-fancybox .ngg-hovericon {
  /*    background-image:url(../img/icon-gallery.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 90%;
  left: 5%;
  position: absolute;
  top: 5%;
  width: 92%;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none; }

.ngg-gallery-thumbnail, .ngg-fancybox, .ngg-fancybox img {
  max-width: 100% !important; }

.contactform-left {
  width: 47%;
  float: left; }

.contactform-right {
  width: 47%;
  float: right; }

.contactform-right .captchaimg img {
  width: 150px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.wpcf7-form .contactform-right p {
  margin-bottom: 15px; }

.wpcf7-submit, .mc4wp-form input[type="submit"] {
  border: none;
  text-align: center;
  cursor: pointer;
  background-color: #6bc048;
  color: #fff;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 13px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  width: auto; }

.wpcf7-form p {
  color: #546b36;
  font-size: 15px;
  margin-bottom: 9px; }
.wpcf7-form textarea {
  border: medium none;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.wpcf7-form .wpcf7-submit {
  width: auto;
  padding: 0 30px; }

.wpcf7-form input[type="text"], .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
  border: medium none;
  height: 31px;
  width: 100%;
  margin-top: 3px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.mc4wp-form label {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  display: block; }

.wpcf7-form textarea {
  border: none;
  height: 85px; }

.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-captchar {
  background-image: url(../img/captcha-icon.jpg);
  background-position: right 5px;
  background-repeat: no-repeat;
  border-top: 0 !important; }

.slider-bullet {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  display: inline;
  zoom: 1;
  vertical-align: top;
  cursor: pointer;
  margin: 0 2px 0 3px; }

.cycle-pager {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 101; }

.wpcf7-form div.wpcf7-response-output {
  clear: both;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  text-transform: uppercase;
  padding: 12px 15px; }

.wpcf7-form div.wpcf7-mail-sent-ok {
  border: 2px solid #69813a; }

span.wpcf7-not-valid-tip {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  border: 0 !important;
  color: #69813a !important;
  background-color: transparent !important; }

.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
  background-color: transparent !important;
  color: #666 !important; }

div.wpcf7-validation-errors {
  border: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: #69813a !important;
  padding: 0 !important; }

.wpcf7-form .mc4wp-checkbox-contact-form-7 span {
  margin-left: 7px; }

.column-left ul {
  margin-bottom: 30px; }

#content-fixed > .page {
  float: left;
  width: 100%;
  margin-bottom: 25px; }

.twoCol .col1 {
  float: left;
  margin-right: 3%;
  width: 42%; }

.twoCol .col2 {
  width: 55%;
  float: left; }

.testimonials-box {
  margin-bottom: 25px;
  padding: 0 20px; }

.map-iframe {
  float: left;
  margin-bottom: 10px; }

#map-iframe-1 {
  margin-right: 20px; }

.iframe-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #868686;
  margin-bottom: 10px; }

.reason-text > div {
  display: table-cell;
  vertical-align: middle; }

#contact-box.home .contactform-left, #contact-box.home .contactform-right {
  width: 100%;
  float: none;
  clear: both; }

a.greenButton, a.greenButton:link {
  background-color: #69813a;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 16px; }

#contact-map .tit {
  margin-bottom: 15px; }

#contact-map iframe {
  width: 100%;
  height: 450px; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-list.dragging {
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

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

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

.slick-slide.dragging img {
  pointer-events: none; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-prev, .slick-next {
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 38%;
  z-index: 999;
  cursor: pointer;
  width: 14px;
  height: 22px; }

#testimonials-box {
  margin-bottom: 10px; }

#testimonials-box .slick-slide, .products .twoCol .slick-slide {
  margin: 0; }

.testimonial > img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 30px;
  max-height: 107px;
  max-width: 107px;
  display: block;
  margin: 0 auto 20px;
  border: 10px solid #fff; }

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

button.slick-prev, button.slick-next {
  background: transparent;
  text-indent: 0;
  font-size: 0;
  width: auto; }
  button.slick-prev:before, button.slick-next:before {
    font-family: 'project' !important;
    font-size: 15px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #e2e2e2; }
button.slick-prev {
  left: 0; }
  button.slick-prev:before {
    content: "\e901"; }
button.slick-next {
  right: 0; }
  button.slick-next:before {
    content: "\e902"; }
button:hover {
  background: transparent;
  border: none; }
  button:hover.slick-prev:before, button:hover.slick-next:before {
    color: #6bc048; }

a:focus, .slick-list:focus {
  outline: none; }

.hide, .show-for-small, .show-for-medium, .show-for-large, .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption, .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next, .touch .orbit-bullets, #navigation-fixed > a.mobileMenu, #footer-menu li ul, #navigation-fixed li#menu-item-2343, #navigation-fixed li#menu-item-2345, #navigation-fixed li#menu-item-2344, .slick-slide.slick-loading img, .slick-arrow.slick-hidden {
  display: none; }

.row:before, .row:after, .row .row:before, .row .row:after, .row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row:after, .row .row:after, .row .row.collapse:after, .slick-track:after {
  clear: both; }

.show-for-xl, .slideshow-wrapper ul li:first-child, .slideshow-wrapper .orbit-container li, .slideshow-wrapper .orbit-container li .orbit-caption, .orbit-container .orbit-slides-container img, .orbit-container:hover .orbit-timer > span, #header-logo a, .ngg-gallery-thumbnail-box:hover .ngg-hovericon, .slick-slide img, .slick-initialized .slick-slide {
  display: block; }

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge, .show-for-landscape, .hide-for-portrait, .hide-for-touch, .touch .show-for-touch {
  display: inherit !important; }

.hide-for-small, .hide-for-medium-down, .hide-for-large-down, .hide-for-landscape, .show-for-portrait, .show-for-touch, .touch .hide-for-touch {
  display: none !important; }

table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge, table.hide-for-landscape, table.show-for-portrait, table.hide-for-touch, .touch table.show-for-touch {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge, thead.hide-for-landscape, thead.show-for-portrait, thead.hide-for-touch, .touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge, tbody.hide-for-landscape, tbody.show-for-portrait, tbody.hide-for-touch, .touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge, tr.hide-for-landscape, tr.show-for-portrait, tr.hide-for-touch, .touch tr.show-for-touch {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge, td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait, td.hide-for-touch, .touch td.show-for-touch, th.hide-for-touch, .touch th.show-for-touch {
  display: table-cell !important; }

.slideshow-wrapper, .icon-socialmedia img, .reason-image img, #testimonials-box {
  position: relative; }

.panel > :first-child, .panel.callout > :first-child {
  margin-top: 0; }

.panel > :last-child, .panel.callout > :last-child {
  margin-bottom: 0; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: .625em; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader, .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6,
.panel.callout p {
  color: #fff; }

.panel.radius, .th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

p {
  margin-bottom: 24px; }

.column-right h2 {
  margin-bottom: 34px; }

h2, h3, #content-fixed ul {
  margin-bottom: 15px; }

.product-page #content-fixed ul {
  padding-bottom: 7px; }

.reason-box {
  margin-bottom: 41px; }

.reason-box:last-child {
  margin-bottom: 0; }

#header-left, #footer-logo {
  float: left; }

#header-left > a, #header-left > span {
  display: inline-block; }

#header-left > span {
  vertical-align: bottom;
  color: #69813a;
  font-size: 19px;
  margin-left: 7px;
  text-transform: uppercase; }

#header-right, #footer-contact, [dir='rtl'] .slick-slide {
  float: right; }

#navigation-fixed li#menu-item-26, #footer-menu li:first-child {
  padding-left: 0; }

.cycle-pager-active {
  background-color: #69813a;
  color: #fff; }

.reason-box a:hover .reason-text p {
  color: #868686; }

#navigation-fixed #menu-main-menu li.current_page_parent > a, #navigation-fixed #menu-main-menu li ul li a:hover {
  color: #6bc048; }

#header-right .button:hover, .button a:hover, #mobile-navigation li a:hover, .wpcf7-submit:hover, a.greenButton:hover {
  background-color: #69813a; }

.reason-box > a, #content-fixed li a:hover {
  text-decoration: none; }

#navigation-fixed .tablet-down li a {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  height: 52px;
  line-height: 58px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: -6px;
  padding: 0 16px; }

#navigation-fixed li#menu-item-2333 {
  background: none; }

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

.Playfair28 {
  font-size: 28px !important;
  line-height: 34px !important; }

.underline {
  text-decoration: underline; }

.uppercase {
  text-transform: uppercase; }

#banner p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 15px; }

#banner h1 {
  color: #fff; }

#home-banner {
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden; }
  #home-banner .ban {
    width: 100%;
    margin: 0;
    /*        .row {
                height:100%;
                .text{
                    float:right;
                    width:360px;
                    height:100%;
                    > div{
                        width:100%;
                        display:table;
                        height:100%;
                        > div{
                            width:100%;
                            display:table-cell;
                            vertical-align: middle;
                            text-align: right;
                        }
                    }
                }
            }*/ }
    #home-banner .ban img {
      width: 100%; }
    #home-banner .ban p {
      color: #fff;
      font-size: 17px; }
    #home-banner .ban p.banTitle {
      font-size: 40px;
      line-height: 47px;
      text-transform: uppercase; }
    #home-banner .ban .button {
      line-height: 36px;
      color: #1e1f1c;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-weight: 600;
      height: 36px;
      width: auto;
      padding: 0 20px;
      background: #86f244; }
      #home-banner .ban .button:hover {
        background: #7fd85a; }

ul.slick-dots {
  padding: 0; }

#home-banner .slick-dots, #testimonials-box .slick-dots, #content-fixed .img-slider .slick-dots {
  text-align: center;
  margin-top: 20px; }

#home-banner .slick-dots li, #testimonials-box .slick-dots li, #content-fixed .img-slider .slick-dots li {
  display: inline-block;
  background: #c7c7c7;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  list-style: none;
  padding: 0; }

#home-banner .slick-dots li.slick-active, #testimonials-box .slick-dots li.slick-active,
#content-fixed .img-slider .slick-dots li.slick-active {
  background: #6bc048; }

#home-banner .slick-dots li button, #testimonials-box .slick-dots li button,
#content-fixed .img-slider .slick-dots li button {
  display: none; }

#home-banner .slick-prev, #home-banner .slick-next {
  top: auto;
  bottom: 17px;
  margin: 0; }

#home-banner .slick-prev {
  left: 45%; }

#home-banner .slick-next {
  right: 45%; }

.products .twoCol {
  padding-top: 20px; }

.products .twoCol > div {
  float: left;
  width: 60%; }

.products .twoCol > div:first-child {
  float: left;
  margin-right: 6%;
  width: 34%; }

.oneColumn #cff .cff-item {
  padding: 40px 0 35px; }

.oneColumn .cff-wrapper {
  border-top: 1px solid #ddd;
  float: left;
  margin-top: 15px;
  padding-top: 40px;
  width: 100%; }

.oneColumn .cff-likebox {
  margin: 40px 0 0; }

.oneColumn #cff .cff-author .cff-date {
  color: #8e8e8e;
  font-size: 12px; }

.oneColumn #cff .cff-author .cff-page-name.cff-author-date {
  font-family: Montserrat, sans-serif;
  color: #444;
  font-size: 18px; }

.oneColumn #cff .cff-post-links, .oneColumn #cff .cff-post-links a {
  font-size: 12px;
  font-family: Montserrat, sans-serif; }

.oneColumn #cff .cff-author img {
  border: 1px solid #f2f3f1 !important; }

.cff-count {
  color: #e35431; }

.oneColumn #cff .cff-photo::after, .oneColumn #cff .cff-event-thumb::after, .oneColumn #cff .cff-html5-video::after {
  border: none; }

#contact-form-box span.wpcf7-not-valid-tip {
  color: #f00 !important;
  display: block;
  font-size: 13px; }

.products .twoCol:after, .products:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }

@media only screen and (max-width: 767px) {
  #banner .row > div > div {
    padding: 0; }

  #footer-left, #footer-right {
    width: 100%;
    clear: both;
    float: none; }

  #footer-fixed, #footer-call p {
    text-align: center; }

  #banner {
    margin-bottom: 40px; } }
@media only screen and (max-width: 479px) {
  .column, .columns {
    position: relative;
    padding-left: .9375em;
    padding-right: .9375em;
    float: left; }

  .xs-1 {
    position: relative;
    width: 8.33333%; }

  .xs-2 {
    position: relative;
    width: 16.66667%; }

  .xs-3 {
    position: relative;
    width: 25%; }

  .xs-4 {
    position: relative;
    width: 33.33333%; }

  .xs-5 {
    position: relative;
    width: 41.66667%; }

  .xs-6 {
    position: relative;
    width: 50%; }

  .xs-7 {
    position: relative;
    width: 58.33333%; }

  .xs-8 {
    position: relative;
    width: 66.66667%; }

  .xs-9 {
    position: relative;
    width: 75%; }

  .xs-10 {
    position: relative;
    width: 83.33333%; }

  .xs-11 {
    position: relative;
    width: 91.66667%; }

  .xs-12 {
    position: relative;
    width: 100%; }

  .xs-offset-0 {
    position: relative;
    margin-left: 0; }

  .xs-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .xs-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .xs-offset-3 {
    position: relative;
    margin-left: 25%; }

  .xs-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .xs-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .xs-offset-6 {
    position: relative;
    margin-left: 50%; }

  .xs-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .xs-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .xs-offset-9 {
    position: relative;
    margin-left: 75%; }

  .xs-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.xs-centered, .columns.xs-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .show-for-xs {
    display: block !important; }

  .show-for-small, .show-for-medium, .show-for-large, .show-for-xl {
    display: none; } }
@media only screen and (min-width: 641px) and (max-width: 960px) {
  .ngg-gallery-thumbnail-box {
    width: 30%;
    max-width: 30%; } }
@media only screen and (max-width: 1200px) {
  #home-banner .slick-prev {
    left: 40%; }

  #home-banner .slick-next {
    right: 40%; } }
@media only screen and (max-width: 980px) {
  .column-left {
    min-height: 0 !important; }

  #footer-menu {
    text-align: center; }

  #header-right p {
    text-align: center; }

  #header-call {
    margin-bottom: 7px; }

  #header-number {
    text-align: center; }

  #navigation-fluid {
    background-color: transparent; }

  #navigation-fixed {
    height: auto; }

  #navigation-fixed > a.mobileMenu {
    display: block;
    float: left;
    height: 52px;
    position: relative;
    width: 100%;
    background-color: #69813a;
    padding: 0 20px;
    line-height: 58px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; } }
  @media only screen and (max-width: 980px) and (max-width: 560px) {
    #navigation-fixed > a.mobileMenu {
      padding: 0 10px; } }

@media only screen and (max-width: 980px) {
  .menu-main-menu-container {
    display: none;
    background-color: #e3f6db;
    float: left;
    width: 100%; }

  #navigation-fixed li {
    background: none;
    width: 100%;
    height: auto;
    padding: 0; }

  #navigation-fixed #menu-main-menu li > a {
    height: auto;
    float: none;
    top: 0;
    line-height: 20px;
    border-bottom: 1px solid #69813a;
    padding: 10px 20px; }

  #navigation-fixed li a:hover, #navigation-fixed li.current-menu-item a, #navigation-fixed li.selected > a {
    background: none; }

  #navigation-fixed li ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    border-left: 3px solid #69813a;
    border-bottom: 1px solid #69813a;
    border-top: none;
    width: 100%;
    padding: 0; }

  #navigation-fixed li ul.sub-menu li {
    border-left: 5px solid #7CB8AD; }

  .column-left, .column-right {
    width: 100%;
    clear: both;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    margin-right: 0;
    border-right: none; }

  .column-left {
    border-bottom: 1px solid #69813a;
    margin-bottom: 40px;
    padding-bottom: 20px; }

  #navigation-fixed #menu-main-menu li ul li {
    padding-left: 0; }

  #navigation-fixed #menu-main-menu li ul li a {
    display: block; }

  #navigation-fixed #menu-main-menu li ul li a:hover {
    color: #7cb8ad; }

  #header-strapline {
    display: block;
    max-width: 100%;
    margin: 28px auto 0; }

  #header-strapline p {
    margin-left: 0; }

  #header-left, #header-right {
    width: 100%;
    float: none;
    text-align: center; }

  #header-center {
    position: relative; }

  #header-phone, #header-socialmedia {
    float: none; }

  .reason-image {
    margin-right: 20px; }

  .reason-text, .column-right p {
    max-width: 100%;
    float: none; }

  #testimonials-slider li .testimonial {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 40px; }

  .slider-next, .slider-prev {
    top: 290px; }

  .page-template-default #content-fixed .column-left li {
    width: 100%; }

  .ngg-gallery-thumbnail-box {
    width: 28%;
    max-width: 28%; }

  .contact-item {
    width: 100%;
    float: none;
    height: auto;
    clear: both;
    border: 0 !important; }

  #contact-map iframe {
    max-width: 100%; }

  .contactform-left, .contactform-right {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 0; }

  #header-right.stickytop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999; }

  #navigation-fixed li#menu-item-2343, #navigation-fixed li#menu-item-2345, #navigation-fixed li#menu-item-2344 {
    display: block; }

  .column-left, .column-right, .column-full {
    padding-left: 0;
    padding-right: 0; }

  #navigation-fixed.row {
    padding: 0; }

  #footer-right, #footer-number {
    text-align: left; }

  #footer-call.icon-phone {
    padding-left: 0; }

  #header-right {
    margin-top: 0;
    padding-bottom: 0; }

  #header-left {
    margin-bottom: 20px; }

  #content-fixed .column-right p {
    max-width: 100%; }

  #content-fluid #box-list div.link {
    width: 100%;
    float: none; }

  .testimonial > img {
    float: none;
    margin: 0 auto 30px;
    display: block; }

  .testimonial p {
    text-align: center; }

  #content-fluid #box-list {
    margin-bottom: 50px; }

  .column-right .images > img {
    display: block;
    margin: 0 auto 17px; }

  footer {
    background: none; }

  #footer-right .social {
    text-align: center; }

  #header-right.stickytop {
    padding-top: 20px; }

  .products .twoCol > div, .products .twoCol > div:first-child {
    float: none;
    width: auto;
    margin-right: 0; }

  .products .twoCol > div:first-child {
    margin-bottom: 30px;
    text-align: center; } }
@media only screen and (max-width: 960px) {
  #header-call {
    margin-top: 30px; }

  #header-socialmedia {
    margin-top: 35px; }

  #header-fixed {
    margin: 30px auto 8px; }

  #header-right {
    padding: 0 0 20px; }

  .reason-image {
    margin-right: 20px; }

  #slideshow-area-fixed {
    min-height: 0; }

  .map-iframe {
    width: 100%; }

  .page-content, .featured-image {
    width: 100%;
    clear: both;
    max-width: 100%; }

  .contact-item-text > a {
    word-wrap: break-word; } }
@media only screen and (max-width: 767px) {
  #home-banner .slick-prev {
    left: 30%; }

  #home-banner .slick-next {
    right: 30%; }

  #footer-menu li {
    display: block; }

  #footer-right, #footer-contact {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 440px) {
  .ngg-gallery-thumbnail-box {
    width: 98%;
    max-width: 98%;
    margin: 0 !important; }

  #footer-logo, #footer-contact {
    width: 100%;
    float: none;
    clear: both;
    text-align: center; }

  #footer-contact {
    padding-bottom: 30px; }

  #banner .row > div {
    width: 100%; } }
@media only screen and (max-width: 641px) {
  .twoCol .col1, .twoCol .col2 {
    width: 100%;
    margin: 0 0 20px; }

  .logo-container span {
    float: left;
    min-height: 91px;
    width: 33.33%; } }
@media only screen and (max-width: 400px) {
  .logo-container span {
    float: left;
    min-height: 91px;
    width: 50%; } }
@media only screen and (max-width: 325px) {
  .page-template-template-home-php #slideshow-area-fixed li > div .shadow {
    left: 10px;
    top: 50px;
    width: 240px; } }
@media only screen and (max-width: 520px) {
  .map-iframe iframe {
    width: 100% !important; } }
@media only screen and (max-width: 860px) {
  .alignright {
    margin: 0 0 9px 17px; } }
@media only screen and (max-width: 500px) {
  img.alignright {
    display: block;
    float: none;
    margin: 0 auto 15px; }

  #footer-number {
    text-align: center; } }
.shadow {
  background: rgba(137, 146, 120, 0);
  background: -moz-linear-gradient(left, rgba(137, 146, 120, 0) 50%, #899278 80%);
  background: -webkit-gradient(left top, right top, color-stop(50%, rgba(137, 146, 120, 0)), color-stop(80%, #899278));
  background: -webkit-linear-gradient(left, rgba(137, 146, 120, 0) 50%, #899278 80%);
  background: -o-linear-gradient(left, rgba(137, 146, 120, 0) 50%, #899278 80%);
  background: -ms-linear-gradient(left, rgba(137, 146, 120, 0) 50%, #899278 80%);
  background: linear-gradient(to right, rgba(137, 146, 120, 0) 50%, #899278 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899278', endColorstr='#899278', GradientType=1 );
  height: 100%;
  width: 100%; }
  .shadow.no-shadow {
    background: transparent !important; }

@media only screen and (max-width: 767px) {
  .shadow {
    background: rgba(137, 146, 120, 0);
    background: -moz-linear-gradient(left, rgba(137, 146, 120, 0) 10%, rgba(137, 146, 120, 0.04) 11%, rgba(137, 146, 120, 0.96) 34%, #899278 35%);
    background: -webkit-gradient(left top, right top, color-stop(10%, rgba(137, 146, 120, 0)), color-stop(11%, rgba(137, 146, 120, 0.04)), color-stop(34%, rgba(137, 146, 120, 0.96)), color-stop(35%, #899278));
    background: -webkit-linear-gradient(left, rgba(137, 146, 120, 0) 10%, rgba(137, 146, 120, 0.04) 11%, rgba(137, 146, 120, 0.96) 34%, #899278 35%);
    background: -o-linear-gradient(left, rgba(137, 146, 120, 0) 10%, rgba(137, 146, 120, 0.04) 11%, rgba(137, 146, 120, 0.96) 34%, #899278 35%);
    background: -ms-linear-gradient(left, rgba(137, 146, 120, 0) 10%, rgba(137, 146, 120, 0.04) 11%, rgba(137, 146, 120, 0.96) 34%, #899278 35%);
    background: linear-gradient(to right, rgba(137, 146, 120, 0) 10%, rgba(137, 146, 120, 0.04) 11%, rgba(137, 146, 120, 0.96) 34%, #899278 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899278', endColorstr='#899278', GradientType=1 ); }

  #home-banner .ban .row .text {
    width: 280px; }

  #home-banner .ban p.banTitle {
    font-size: 25px;
    line-height: 35px; } }
@media only screen and (max-width: 500px) {
  .shadow {
    background: rgba(137, 146, 120, 0);
    background: -moz-linear-gradient(left, rgba(137, 146, 120, 0) 0%, rgba(137, 146, 120, 0.9) 19%, #899278 21%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 146, 120, 0)), color-stop(19%, rgba(137, 146, 120, 0.9)), color-stop(21%, #899278));
    background: -webkit-linear-gradient(left, rgba(137, 146, 120, 0) 0%, rgba(137, 146, 120, 0.9) 19%, #899278 21%);
    background: -o-linear-gradient(left, rgba(137, 146, 120, 0) 0%, rgba(137, 146, 120, 0.9) 19%, #899278 21%);
    background: -ms-linear-gradient(left, rgba(137, 146, 120, 0) 0%, rgba(137, 146, 120, 0.9) 19%, #899278 21%);
    background: linear-gradient(to right, rgba(137, 146, 120, 0) 0%, rgba(137, 146, 120, 0.9) 19%, #899278 21%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#899278', endColorstr='#899278', GradientType=1 ); } }
.img-slider item {
  overflow: hidden; }

.img-slider .slick-list img {
  border: 1px solid #f3f3f3; }

.zoomIn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.zoomIn > img {
  max-height: 633px;
  width: auto; }

@media only screen and (max-width: 1030px) {
  #navigation-fixed #menu-main-menu li.top > span {
    float: right;
    height: 15px;
    margin-left: 10px;
    position: relative;
    top: 24px;
    width: 15px; }

  #navigation-fixed #menu-main-menu li.top > span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #6ac048 transparent transparent transparent;
    display: block; } }
@media only screen and (max-width: 980px) {
  #navigation-fixed #menu-main-menu li.top > span {
    float: none;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    background-color: #6ac048; }

  #navigation-fixed #menu-main-menu li.top > span:before {
    border-color: #fff transparent transparent transparent;
    position: relative;
    top: 15px;
    left: 15px; }

  #navigation-fixed #menu-main-menu li.top.selected > ul {
    display: block; } }
.woocommerce #main ul.products li.product {
  text-align: center; }
  .woocommerce #main ul.products li.product a .item-detail {
    background: #fafbf6;
    padding: 15px 30px;
    text-align: center;
    position: relative; }
    .woocommerce #main ul.products li.product a .item-detail .extra-labels {
      overflow: hidden;
      height: 0;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      background-color: rgba(250, 251, 246, 0.5);
      -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }
      .woocommerce #main ul.products li.product a .item-detail .extra-labels > div {
        padding: 15px;
        height: 100%;
        border-bottom: 1px solid #d0d5c1; }
      .woocommerce #main ul.products li.product a .item-detail .extra-labels span {
        display: inline-block;
        padding: 0 7px;
        width: 80px;
        vertical-align: middle; }
        .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(7), .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(8), .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(9), .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(10), .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(11), .woocommerce #main ul.products li.product a .item-detail .extra-labels span:nth-child(12) {
          padding-top: 7px; }
  .woocommerce #main ul.products li.product a > div {
    padding: 40px 0; }
  .woocommerce #main ul.products li.product a img {
    width: auto;
    margin: 0 auto; }
  .woocommerce #main ul.products li.product a .img-hover-wrap {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s, visibility 2s; }
  .woocommerce #main ul.products li.product a:hover .img-hover-wrap {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .woocommerce #main ul.products li.product a:hover .wp-post-image {
    display: none; }
  .woocommerce #main ul.products li.product a:hover .extra-labels {
    margin-top: -250px;
    height: 250px; }
    @media only screen and (min-width: 981px) and (max-width: 1087px) {
      .woocommerce #main ul.products li.product a:hover .extra-labels {
        margin-top: -210px;
        height: 210px; } }
    @media only screen and (max-width: 370px) {
      .woocommerce #main ul.products li.product a:hover .extra-labels {
        margin-top: -210px;
        height: 210px; } }
    @media only screen and (max-width: 340px) {
      .woocommerce #main ul.products li.product a:hover .extra-labels {
        margin-top: -200px;
        height: 200px; } }
  .woocommerce #main ul.products li.product h2, .woocommerce #main ul.products li.product h3, .woocommerce #main ul.products li.product .woocommerce-loop-product__title {
    line-height: 1.2;
    font-size: 16px;
    padding: 0 0 5px; }
    @media only screen and (max-width: 768px) {
      .woocommerce #main ul.products li.product h2, .woocommerce #main ul.products li.product h3, .woocommerce #main ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px; } }
  .woocommerce #main ul.products li.product .woocommerce-loop-product__title {
    text-transform: uppercase; }
  .woocommerce #main ul.products li.product p {
    line-height: 1.2;
    color: #7d7c7b;
    font-family: jubilat, sans-serif;
    font-size: 18px;
    font-weight: 100;
    margin: 0 0 5px; }
    @media only screen and (max-width: 768px) {
      .woocommerce #main ul.products li.product p {
        font-size: 16px; } }
  .woocommerce #main ul.products li.product span.price {
    line-height: 1.2;
    color: #1e1f1c;
    font-family: jubilat, sans-serif;
    font-size: 26px;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .woocommerce #main ul.products li.product span.price {
        font-size: 20px; } }
    .woocommerce #main ul.products li.product span.price ins {
      font-weight: 500;
      font-style: normal;
      color: #f6813a;
      text-decoration: none; }

.woosticker.custom_sticker_image {
  background-repeat: no-repeat; }

.bubble {
  width: 79px;
  height: 79px;
  right: 0px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 9;
  font-family: Montserrat, sans-serif; }
  .bubble .inside {
    background-color: #f6813a;
    border-radius: 999px;
    display: table;
    height: 79px;
    position: relative;
    width: 79px;
    -webkit-border-radius: 999px; }
    .bubble .inside .inside-text {
      color: #fff;
      display: table-cell;
      font-size: 15px;
      font-weight: bold;
      line-height: 18px;
      text-align: center;
      vertical-align: middle; }

.single-product .bubble {
  left: 0; }

.instagram {
  padding: 66px 0 55px; }
  .instagram .eapps-instagram-feed-posts-grid-load-more-container {
    display: none; }
  .instagram .eapps-instagram-feed-title {
    font-size: 22px;
    line-height: 28px;
    padding: 0; }

h3 em {
  font-size: 15px;
  color: #414141;
  font-weight: bold;
  font-family: 'Montserrat',sans-serif; }

#primary, #blog {
  padding: 40px 0; }
  #primary #content-fixed, #blog #content-fixed {
    margin-bottom: 0; }

#blog h1 {
  line-height: 1.2;
  color: #1e1f1c;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
#blog .two-column {
  padding-top: 10px; }
  #blog .two-column:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0; }
  #blog .two-column > div h2 {
    line-height: 1.2;
    color: #1e1f1c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase; }
  #blog .two-column > div.left-col {
    float: left;
    width: 21%;
    margin-right: 4%; }
    @media only screen and (max-width: 980px) {
      #blog .two-column > div.left-col {
        width: auto;
        margin-right: 0;
        float: none; } }
    #blog .two-column > div.left-col h2 {
      padding: 13px 20px;
      background: #f0f1ec; }
    #blog .two-column > div.left-col ul {
      list-style: none;
      padding: 0 20px; }
      #blog .two-column > div.left-col ul li {
        padding: 8px 0;
        line-height: 1.2;
        color: #1e1f1c;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 600; }
  #blog .two-column > div.right-col {
    float: right;
    width: 75%; }
    @media only screen and (max-width: 980px) {
      #blog .two-column > div.right-col {
        width: auto;
        float: none; } }
    #blog .two-column > div.right-col div.lists:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: ' ';
      clear: both;
      height: 0; }
    #blog .two-column > div.right-col div.lists > article {
      float: left;
      width: 29%;
      margin-left: 6.5%;
      text-align: center;
      margin-bottom: 45px; }
      #blog .two-column > div.right-col div.lists > article:nth-child(3n+1) {
        margin-left: 0;
        clear: left; }
      @media only screen and (min-width: 768px) and (max-width: 820px) {
        #blog .two-column > div.right-col div.lists > article {
          width: 31%;
          margin-left: 3.5%; } }
      @media only screen and (max-width: 767px) {
        #blog .two-column > div.right-col div.lists > article {
          width: auto;
          margin-left: 0;
          float: none; } }
      #blog .two-column > div.right-col div.lists > article img, #blog .two-column > div.right-col div.lists > article h2 {
        margin-bottom: 20px; }
      #blog .two-column > div.right-col div.lists > article p {
        line-height: 1.3;
        font-size: 13px;
        margin-bottom: 15px; }
      #blog .two-column > div.right-col div.lists > article a.more {
        line-height: 1.2;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase; }
    #blog .two-column > div.right-col .paging {
      padding: 30px 0;
      text-align: center; }
      #blog .two-column > div.right-col .paging ul {
        margin: 0;
        padding: 0; }
        #blog .two-column > div.right-col .paging ul li {
          display: inline-block;
          vertical-align: middle;
          list-style: none;
          margin: 0 10px; }
          #blog .two-column > div.right-col .paging ul li .page-numbers {
            line-height: 33px;
            color: #a3a3a3;
            font-size: 22px; }
            #blog .two-column > div.right-col .paging ul li .page-numbers.current {
              color: #6d7f43; }
            #blog .two-column > div.right-col .paging ul li .page-numbers.prev, #blog .two-column > div.right-col .paging ul li .page-numbers.next {
              display: block;
              border: 1px solid #6d7f43;
              border-radius: 20px;
              line-height: 33px;
              color: #6d7f43;
              font-family: Montserrat, sans-serif;
              font-size: 16px;
              position: relative; }
              #blog .two-column > div.right-col .paging ul li .page-numbers.prev:before, #blog .two-column > div.right-col .paging ul li .page-numbers.next:before {
                font-family: 'project' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                top: 11px;
                font-size: 12px; }
              #blog .two-column > div.right-col .paging ul li .page-numbers.prev:hover, #blog .two-column > div.right-col .paging ul li .page-numbers.next:hover {
                background: #6d7f43;
                color: #fff; }
            #blog .two-column > div.right-col .paging ul li .page-numbers.prev {
              padding: 0 20px 0 40px; }
              #blog .two-column > div.right-col .paging ul li .page-numbers.prev:before {
                content: "\e901";
                left: 15px; }
            #blog .two-column > div.right-col .paging ul li .page-numbers.next {
              padding: 0 40px 0 20px; }
              #blog .two-column > div.right-col .paging ul li .page-numbers.next:before {
                content: "\e902";
                right: 15px; }
#blog.single-page div.right-col > div {
  max-width: 735px; }
#blog.single-page div.right-col h2 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 18px; }
#blog.single-page div.right-col p {
  margin-bottom: 30px; }

.woocommerce .oneColumn h1.woocommerce-title, .woocommerce-page .oneColumn h1.woocommerce-title {
  margin-bottom: 50px !important; }
.woocommerce .oneColumn .woocommerce-products-header, .woocommerce-page .oneColumn .woocommerce-products-header {
  display: none; }
.woocommerce .oneColumn .woocommerce-breadcrumb, .woocommerce-page .oneColumn .woocommerce-breadcrumb {
  margin: 0 0 50px; }
.woocommerce .oneColumn .woocommerce-ordering label, .woocommerce .oneColumn .woocommerce-ordering select, .woocommerce-page .oneColumn .woocommerce-ordering label, .woocommerce-page .oneColumn .woocommerce-ordering select {
  display: inline-block;
  width: auto;
  vertical-align: middle; }
.woocommerce .oneColumn .woocommerce-ordering label, .woocommerce-page .oneColumn .woocommerce-ordering label {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600; }
.woocommerce .oneColumn .woocommerce-ordering select, .woocommerce .oneColumn .woocommerce-ordering .select2-container, .woocommerce-page .oneColumn .woocommerce-ordering select, .woocommerce-page .oneColumn .woocommerce-ordering .select2-container {
  margin: 0 0 0 5px;
  color: #6d7f43;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600; }
.woocommerce .oneColumn ul.products li.product,
.woocommerce .oneColumn ul.products li.product, .woocommerce-page .oneColumn ul.products li.product,
.woocommerce-page .oneColumn ul.products li.product {
  margin: 0 0 75px 2%; }
  .woocommerce .oneColumn ul.products li.product .button.product_type_simple, .woocommerce .oneColumn ul.products li.product .more-info,
  .woocommerce .oneColumn ul.products li.product .button.product_type_simple,
  .woocommerce .oneColumn ul.products li.product .more-info, .woocommerce-page .oneColumn ul.products li.product .button.product_type_simple, .woocommerce-page .oneColumn ul.products li.product .more-info,
  .woocommerce-page .oneColumn ul.products li.product .button.product_type_simple,
  .woocommerce-page .oneColumn ul.products li.product .more-info {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    height: auto;
    border-radius: 30px; }
  .woocommerce .oneColumn ul.products li.product .button.product_type_simple,
  .woocommerce .oneColumn ul.products li.product .button.product_type_simple, .woocommerce-page .oneColumn ul.products li.product .button.product_type_simple,
  .woocommerce-page .oneColumn ul.products li.product .button.product_type_simple {
    background: #86f244;
    color: #080808;
    border: 1px solid #86f244;
    font-weight: 500;
    padding: 10px 15px; }
  .woocommerce .oneColumn ul.products li.product .button.more-info,
  .woocommerce .oneColumn ul.products li.product .button.more-info, .woocommerce-page .oneColumn ul.products li.product .button.more-info,
  .woocommerce-page .oneColumn ul.products li.product .button.more-info {
    color: #6d7f43;
    background: #fff;
    border: 1px solid #6d7f43;
    font-weight: 500;
    margin-left: 7px;
    padding: 10px 20px; }
@media only screen and (min-width: 769px) {
  .woocommerce .oneColumn ul.products.columns-3 li.product,
  .woocommerce .oneColumn ul.products.columns-3 li.product, .woocommerce-page .oneColumn ul.products.columns-3 li.product,
  .woocommerce-page .oneColumn ul.products.columns-3 li.product {
    width: 32%; }
    .woocommerce .oneColumn ul.products.columns-3 li.product:nth-child(3n+1),
    .woocommerce .oneColumn ul.products.columns-3 li.product:nth-child(3n+1), .woocommerce-page .oneColumn ul.products.columns-3 li.product:nth-child(3n+1),
    .woocommerce-page .oneColumn ul.products.columns-3 li.product:nth-child(3n+1) {
      margin-left: 0; } }
@media only screen and (max-width: 600px) {
  .woocommerce .oneColumn ul.products.columns-3 li.product,
  .woocommerce .oneColumn ul.products.columns-3 li.product, .woocommerce-page .oneColumn ul.products.columns-3 li.product,
  .woocommerce-page .oneColumn ul.products.columns-3 li.product {
    width: 100%;
    margin-left: 0; } }
.woocommerce .oneColumn div.product form.cart .quantity, .woocommerce-page .oneColumn div.product form.cart .quantity {
  float: none;
  margin: 0 0 20px;
  width: 115px;
  height: 38px;
  border: 1px solid #b7b7b7;
  border-radius: 20px; }
  .woocommerce .oneColumn div.product form.cart .quantity input, .woocommerce-page .oneColumn div.product form.cart .quantity input {
    width: 33px;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 34px;
    line-height: 1;
    border: none;
    color: #546b36;
    font-size: 19px;
    position: relative; }
    .woocommerce .oneColumn div.product form.cart .quantity input.qty, .woocommerce-page .oneColumn div.product form.cart .quantity input.qty {
      height: 36px;
      background: transparent; }
  .woocommerce .oneColumn div.product form.cart .quantity input[type="button"], .woocommerce-page .oneColumn div.product form.cart .quantity input[type="button"] {
    background: transparent;
    font-size: 22px; }
.woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #7fbd5a; }
  .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #e7f5dc;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 5px 5px 0 0;
    margin: 0 0 0 10px;
    padding: 0; }
    .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li.active {
      background-color: #7fd85a;
      color: #fff; }
    @media only screen and (max-width: 767px) {
      .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li {
        display: block;
        width: 100%;
        margin: 2px 0 0; } }
    @media only screen and (min-width: 768px) {
      .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li:first-child {
        margin: 0; } }
    .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li:before, .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li a {
      font-family: 'JubilatMedium';
      font-size: 17px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 13px 20px;
      color: #6d7f43;
      display: block; }
      @media only screen and (max-width: 960px) {
        .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li a {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs li a {
          padding: 17px 20px;
          border-bottom: 1px solid #7fbd5a; } }
  .woocommerce .oneColumn div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page .oneColumn div.product .woocommerce-tabs ul.tabs:before {
    display: none; }
.woocommerce .oneColumn div.product .woocommerce-tabs .panel, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel {
  background: transparent;
  border: none;
  padding: 28px 0 0 0; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel > h2:first-child, .woocommerce .oneColumn div.product .woocommerce-tabs .panel .woocommerce-Reviews-title, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel > h2:first-child, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel .woocommerce-Reviews-title {
    display: none; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel p b, .woocommerce .oneColumn div.product .woocommerce-tabs .panel p strong, .woocommerce .oneColumn div.product .woocommerce-tabs .panel li b, .woocommerce .oneColumn div.product .woocommerce-tabs .panel li strong, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel p b, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel p strong, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel li b, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel li strong {
    font-weight: 500; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel ul, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel ul {
    margin: 0;
    padding: 0; }
    .woocommerce .oneColumn div.product .woocommerce-tabs .panel ul li, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel ul li {
      background-image: url("../img/arrow-green.png");
      background-position: 0 6px;
      background-repeat: no-repeat;
      cursor: default;
      list-style: outside none none;
      margin-bottom: 20px;
      padding-left: 18px;
      line-height: 23px; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews p.woocommerce-verification-required, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews p.woocommerce-verification-required {
    margin-top: 10px; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments {
    border-bottom: 1px solid #e7f5dd; }
    .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
      padding: 0; }
      .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text {
        border: none;
        border-radius: 0;
        padding: 0; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta {
          line-height: 1.2;
          color: #313131;
          font-family: Montserrat, sans-serif;
          font-size: 15px;
          font-weight: 600;
          margin: 0 0 10px; }
          .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta b, .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta strong, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta b, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text p.meta strong {
            font-weight: 600; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text div.description p, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist .comment-text div.description p {
          font-size: 16px;
          margin: 0;
          font-style: italic; }
  .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper {
    padding: 20px 0; }
    .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-reply-title, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form .comment-reply-title {
      line-height: 1.2;
      color: #6d7f43;
      font-family: Montserrat, sans-serif;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase; }
    .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform {
      margin-top: 10px; }
      .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label {
        color: #6d7f43; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label span.required, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label span.required {
          line-height: 20px; }
      .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating {
        margin-bottom: 20px; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label, .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars {
          display: inline-block;
          vertical-align: top;
          margin: 0; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating label {
          color: #333; }
        .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars {
          margin-left: 20px; }
          .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars a:before, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .comment-form-rating p.stars a:before {
            top: 2px; }
      .woocommerce .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .form-submit input, .woocommerce-page .oneColumn div.product .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform .form-submit input {
        background: #fff;
        border: 1px solid #6d7f43;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        line-height: 1;
        color: #6d7f43;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 0 25px;
        width: auto; }
.woocommerce .oneColumn .star-rating span::before, .woocommerce-page .oneColumn .star-rating span::before {
  color: #7fd85a; }
.woocommerce .oneColumn .summary, .woocommerce-page .oneColumn .summary {
  width: 53%; }
  .woocommerce .oneColumn .summary h2, .woocommerce-page .oneColumn .summary h2 {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .woocommerce .oneColumn .summary .woocommerce-product-details__short-description p, .woocommerce-page .oneColumn .summary .woocommerce-product-details__short-description p {
    margin-bottom: 15px;
    line-height: 1.2;
    color: #6d7f43;
    font-size: 22px; }
  .woocommerce .oneColumn .summary form.cart, .woocommerce-page .oneColumn .summary form.cart {
    margin-bottom: 27px; }
  .woocommerce .oneColumn .summary .woocommerce-product-rating, .woocommerce-page .oneColumn .summary .woocommerce-product-rating {
    margin-bottom: 10px; }
  .woocommerce .oneColumn .summary p.price, .woocommerce-page .oneColumn .summary p.price {
    line-height: 1.2;
    color: #1e1f1c;
    font-family: jubilat, sans-serif;
    font-size: 26px;
    margin: 0 0 17px; }
    .woocommerce .oneColumn .summary p.price ins, .woocommerce-page .oneColumn .summary p.price ins {
      font-weight: 500;
      font-style: normal;
      color: #f6813a;
      text-decoration: none; }
  .woocommerce .oneColumn .summary .product_meta, .woocommerce-page .oneColumn .summary .product_meta {
    font-size: 18px;
    line-height: 1.2; }
    .woocommerce .oneColumn .summary .product_meta > .posted_in, .woocommerce-page .oneColumn .summary .product_meta > .posted_in {
      display: block;
      margin-bottom: 32px;
      /*                    > span{
                              display: block;
                          }*/ }
    .woocommerce .oneColumn .summary .product_meta .extra-labels, .woocommerce-page .oneColumn .summary .product_meta .extra-labels {
      margin-bottom: 40px;
      max-width: 450px; }
      .woocommerce .oneColumn .summary .product_meta .extra-labels span, .woocommerce-page .oneColumn .summary .product_meta .extra-labels span {
        display: inline-block;
        margin: 0px 12px 10px 0;
        width: 55px; }
@media only screen and (min-width: 769px) {
  .woocommerce .oneColumn div.product div.images.woocommerce-product-gallery, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery {
    width: 40%;
    margin-right: 7%; } }
.woocommerce .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #7fbd5a; }
  .woocommerce .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
    width: 32%;
    margin-left: 2%;
    padding: 15px;
    border: 1px solid #ebebeb; }
    @media only screen and (max-width: 400px) {
      .woocommerce .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
        padding: 10px; } }
    .woocommerce .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:first-child, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:first-child {
      margin-left: 0; }
.woocommerce .oneColumn div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 23.5%;
  margin-left: 2%; }
  .woocommerce .oneColumn div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:first-child, .woocommerce-page .oneColumn div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:first-child {
    margin-left: 0; }
.woocommerce .oneColumn section.related:before, .woocommerce .oneColumn section.related:after, .woocommerce-page .oneColumn section.related:before, .woocommerce-page .oneColumn section.related:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }
.woocommerce .oneColumn section.related > h2, .woocommerce-page .oneColumn section.related > h2 {
  color: #6d7f43;
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 30px; }
  .woocommerce .oneColumn section.related > h2 span, .woocommerce-page .oneColumn section.related > h2 span {
    background-color: #fff;
    padding: 0 60px 0 5px;
    position: relative;
    z-index: 101; }
  .woocommerce .oneColumn section.related > h2:after, .woocommerce-page .oneColumn section.related > h2:after {
    display: block;
    content: "";
    margin-top: -2px;
    position: relative;
    top: -10px;
    background: #7fbd59;
    width: 100%;
    height: 1px; }
.woocommerce .oneColumn section.related ul li h2, .woocommerce-page .oneColumn section.related ul li h2 {
  font-size: 16px;
  font-weight: 600; }
.woocommerce .oneColumn section.related ul li a .bubble, .woocommerce-page .oneColumn section.related ul li a .bubble {
  top: 30px;
  right: 0;
  left: auto; }
.woocommerce .oneColumn section.related .woosticker.custom_sticker_image, .woocommerce-page .oneColumn section.related .woosticker.custom_sticker_image {
  right: 0px;
  top: 10px;
  left: auto; }
.woocommerce .oneColumn #respond input#submit.alt, .woocommerce .oneColumn a.button.alt, .woocommerce .oneColumn button.button.alt, .woocommerce .oneColumn input.button.alt, .woocommerce-page .oneColumn #respond input#submit.alt, .woocommerce-page .oneColumn a.button.alt, .woocommerce-page .oneColumn button.button.alt, .woocommerce-page .oneColumn input.button.alt {
  background: #86f244;
  line-height: 42px;
  color: #1e1f1c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 42px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
  padding: 0 17px; }
  .woocommerce .oneColumn #respond input#submit.alt:hover, .woocommerce .oneColumn a.button.alt:hover, .woocommerce .oneColumn button.button.alt:hover, .woocommerce .oneColumn input.button.alt:hover, .woocommerce-page .oneColumn #respond input#submit.alt:hover, .woocommerce-page .oneColumn a.button.alt:hover, .woocommerce-page .oneColumn button.button.alt:hover, .woocommerce-page .oneColumn input.button.alt:hover {
    background: #7fd85a;
    color: #1e1f1c; }
.woocommerce .woocommerce-cart-form .quantity, .woocommerce .checkout.woocommerce-checkout .quantity, .woocommerce-page .woocommerce-cart-form .quantity, .woocommerce-page .checkout.woocommerce-checkout .quantity {
  float: none;
  margin: 0 auto;
  width: 115px;
  height: 38px;
  border: 1px solid #b7b7b7;
  border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-cart-form .quantity, .woocommerce .checkout.woocommerce-checkout .quantity, .woocommerce-page .woocommerce-cart-form .quantity, .woocommerce-page .checkout.woocommerce-checkout .quantity {
      margin-top: -15px;
      float: right; } }
  .woocommerce .woocommerce-cart-form .quantity input, .woocommerce .checkout.woocommerce-checkout .quantity input, .woocommerce-page .woocommerce-cart-form .quantity input, .woocommerce-page .checkout.woocommerce-checkout .quantity input {
    width: 35px;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 38px;
    line-height: 1;
    border: none;
    color: #546b36;
    font-size: 19px;
    position: relative; }
    .woocommerce .woocommerce-cart-form .quantity input.plus, .woocommerce .checkout.woocommerce-checkout .quantity input.plus, .woocommerce-page .woocommerce-cart-form .quantity input.plus, .woocommerce-page .checkout.woocommerce-checkout .quantity input.plus {
      top: -2px; }
    .woocommerce .woocommerce-cart-form .quantity input.minus, .woocommerce .checkout.woocommerce-checkout .quantity input.minus, .woocommerce-page .woocommerce-cart-form .quantity input.minus, .woocommerce-page .checkout.woocommerce-checkout .quantity input.minus {
      top: -1px; }
    .woocommerce .woocommerce-cart-form .quantity input.qty, .woocommerce .checkout.woocommerce-checkout .quantity input.qty, .woocommerce-page .woocommerce-cart-form .quantity input.qty, .woocommerce-page .checkout.woocommerce-checkout .quantity input.qty {
      width: 35px;
      height: 36px;
      background: transparent; }
  .woocommerce .woocommerce-cart-form .quantity input[type="button"], .woocommerce .checkout.woocommerce-checkout .quantity input[type="button"], .woocommerce-page .woocommerce-cart-form .quantity input[type="button"], .woocommerce-page .checkout.woocommerce-checkout .quantity input[type="button"] {
    background: transparent;
    font-size: 22px; }
.woocommerce .woocommerce-cart-form table, .woocommerce .checkout.woocommerce-checkout table, .woocommerce-page .woocommerce-cart-form table, .woocommerce-page .checkout.woocommerce-checkout table {
  border-spacing: 10px;
  margin: 0;
  border: none; }
  .woocommerce .woocommerce-cart-form table tr, .woocommerce .checkout.woocommerce-checkout table tr, .woocommerce-page .woocommerce-cart-form table tr, .woocommerce-page .checkout.woocommerce-checkout table tr {
    background: none; }
    .woocommerce .woocommerce-cart-form table tr th, .woocommerce .checkout.woocommerce-checkout table tr th, .woocommerce-page .woocommerce-cart-form table tr th, .woocommerce-page .checkout.woocommerce-checkout table tr th {
      border-top: 1px solid #e7f5dd;
      background: #e7f5dd;
      padding: 12px;
      color: #6d7f43;
      font-family: Montserrat, sans-serif;
      font-size: 16px; }
    .woocommerce .woocommerce-cart-form table tr td, .woocommerce .checkout.woocommerce-checkout table tr td, .woocommerce-page .woocommerce-cart-form table tr td, .woocommerce-page .checkout.woocommerce-checkout table tr td {
      border-bottom: 1px solid #e7f5dd;
      border-top: 1px solid #e7f5dd;
      padding: 20px 12px; }
      .woocommerce .woocommerce-cart-form table tr td a, .woocommerce .woocommerce-cart-form table tr td span, .woocommerce .checkout.woocommerce-checkout table tr td a, .woocommerce .checkout.woocommerce-checkout table tr td span, .woocommerce-page .woocommerce-cart-form table tr td a, .woocommerce-page .woocommerce-cart-form table tr td span, .woocommerce-page .checkout.woocommerce-checkout table tr td a, .woocommerce-page .checkout.woocommerce-checkout table tr td span {
        font-size: 18px;
        color: #1e1f1c; }
        .woocommerce .woocommerce-cart-form table tr td a.remove, .woocommerce .woocommerce-cart-form table tr td span.remove, .woocommerce .checkout.woocommerce-checkout table tr td a.remove, .woocommerce .checkout.woocommerce-checkout table tr td span.remove, .woocommerce-page .woocommerce-cart-form table tr td a.remove, .woocommerce-page .woocommerce-cart-form table tr td span.remove, .woocommerce-page .checkout.woocommerce-checkout table tr td a.remove, .woocommerce-page .checkout.woocommerce-checkout table tr td span.remove {
          font-size: 32px; }
          .woocommerce .woocommerce-cart-form table tr td a.remove:hover, .woocommerce .woocommerce-cart-form table tr td span.remove:hover, .woocommerce .checkout.woocommerce-checkout table tr td a.remove:hover, .woocommerce .checkout.woocommerce-checkout table tr td span.remove:hover, .woocommerce-page .woocommerce-cart-form table tr td a.remove:hover, .woocommerce-page .woocommerce-cart-form table tr td span.remove:hover, .woocommerce-page .checkout.woocommerce-checkout table tr td a.remove:hover, .woocommerce-page .checkout.woocommerce-checkout table tr td span.remove:hover {
            background: none;
            color: red !important;
            opacity: 0.7; }
          @media only screen and (max-width: 768px) {
            .woocommerce .woocommerce-cart-form table tr td a.remove, .woocommerce .woocommerce-cart-form table tr td span.remove, .woocommerce .checkout.woocommerce-checkout table tr td a.remove, .woocommerce .checkout.woocommerce-checkout table tr td span.remove, .woocommerce-page .woocommerce-cart-form table tr td a.remove, .woocommerce-page .woocommerce-cart-form table tr td span.remove, .woocommerce-page .checkout.woocommerce-checkout table tr td a.remove, .woocommerce-page .checkout.woocommerce-checkout table tr td span.remove {
              font-size: 0;
              width: auto;
              text-align: left; }
              .woocommerce .woocommerce-cart-form table tr td a.remove:before, .woocommerce .woocommerce-cart-form table tr td span.remove:before, .woocommerce .checkout.woocommerce-checkout table tr td a.remove:before, .woocommerce .checkout.woocommerce-checkout table tr td span.remove:before, .woocommerce-page .woocommerce-cart-form table tr td a.remove:before, .woocommerce-page .woocommerce-cart-form table tr td span.remove:before, .woocommerce-page .checkout.woocommerce-checkout table tr td a.remove:before, .woocommerce-page .checkout.woocommerce-checkout table tr td span.remove:before {
                content: "Remove from basket X";
                font-size: 13px; } }
      .woocommerce .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce .checkout.woocommerce-checkout table tr td.actions #coupon_code, .woocommerce-page .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions #coupon_code {
        /*                            width:210px;
                                    margin-right: 15px;
                                    @include respond(768px, down){
                                        float:none;
                                    }*/ }
        @media only screen and (min-width: 769px) {
          .woocommerce .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce .checkout.woocommerce-checkout table tr td.actions #coupon_code, .woocommerce-page .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions #coupon_code {
            width: 210px;
            margin-right: 15px; } }
        @media only screen and (max-width: 768px) {
          .woocommerce .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce .checkout.woocommerce-checkout table tr td.actions #coupon_code, .woocommerce-page .woocommerce-cart-form table tr td.actions #coupon_code, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions #coupon_code {
            float: none;
            display: inline-block;
            margin: 0 4% 0 0; } }
      .woocommerce .woocommerce-cart-form table tr td.actions input.button, .woocommerce .woocommerce-cart-form table tr td.actions button, .woocommerce .checkout.woocommerce-checkout table tr td.actions input.button, .woocommerce .checkout.woocommerce-checkout table tr td.actions button, .woocommerce-page .woocommerce-cart-form table tr td.actions input.button, .woocommerce-page .woocommerce-cart-form table tr td.actions button, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions input.button, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions button {
        color: #fff;
        /*                            @include respond(768px, down){
                                        float:none !important;
                                        margin-top: 20px;
                                        width: auto !important;
                                    }*/ }
        .woocommerce .woocommerce-cart-form table tr td.actions input.button:disabled, .woocommerce .woocommerce-cart-form table tr td.actions button:disabled, .woocommerce .checkout.woocommerce-checkout table tr td.actions input.button:disabled, .woocommerce .checkout.woocommerce-checkout table tr td.actions button:disabled, .woocommerce-page .woocommerce-cart-form table tr td.actions input.button:disabled, .woocommerce-page .woocommerce-cart-form table tr td.actions button:disabled, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions input.button:disabled, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions button:disabled {
          color: #fff; }
      .woocommerce .woocommerce-cart-form table tr td.actions button[name="update_cart"], .woocommerce .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"], .woocommerce-page .woocommerce-cart-form table tr td.actions button[name="update_cart"], .woocommerce-page .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"] {
        position: relative;
        padding-left: 35px; }
        .woocommerce .woocommerce-cart-form table tr td.actions button[name="update_cart"]:before, .woocommerce .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"]:before, .woocommerce-page .woocommerce-cart-form table tr td.actions button[name="update_cart"]:before, .woocommerce-page .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"]:before {
          content: "\e915";
          font-family: 'project' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          left: 10px;
          top: 9px;
          font-size: 20px; }
        @media only screen and (max-width: 768px) {
          .woocommerce .woocommerce-cart-form table tr td.actions button[name="update_cart"], .woocommerce .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"], .woocommerce-page .woocommerce-cart-form table tr td.actions button[name="update_cart"], .woocommerce-page .checkout.woocommerce-checkout table tr td.actions button[name="update_cart"] {
            margin: 0 auto; } }
  .woocommerce .woocommerce-cart-form table.shop_table, .woocommerce .checkout.woocommerce-checkout table.shop_table, .woocommerce-page .woocommerce-cart-form table.shop_table, .woocommerce-page .checkout.woocommerce-checkout table.shop_table {
    border: none;
    margin: 0; }
    .woocommerce .woocommerce-cart-form table.shop_table table tr.even, .woocommerce .woocommerce-cart-form table.shop_table table tr.alt, .woocommerce .woocommerce-cart-form table.shop_table table tr:nth-of-type(2n+1), .woocommerce .checkout.woocommerce-checkout table.shop_table table tr.even, .woocommerce .checkout.woocommerce-checkout table.shop_table table tr.alt, .woocommerce .checkout.woocommerce-checkout table.shop_table table tr:nth-of-type(2n+1), .woocommerce-page .woocommerce-cart-form table.shop_table table tr.even, .woocommerce-page .woocommerce-cart-form table.shop_table table tr.alt, .woocommerce-page .woocommerce-cart-form table.shop_table table tr:nth-of-type(2n+1), .woocommerce-page .checkout.woocommerce-checkout table.shop_table table tr.even, .woocommerce-page .checkout.woocommerce-checkout table.shop_table table tr.alt, .woocommerce-page .checkout.woocommerce-checkout table.shop_table table tr:nth-of-type(2n+1) {
      background: none; }
    .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-price, .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-quantity, .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-subtotal, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-price, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-quantity, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-subtotal, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-price, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-quantity, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents th.product-subtotal, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-price, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-quantity, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents th.product-subtotal {
      text-align: center; }
    .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td {
      border: none; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.actions, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.actions, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.actions, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.actions {
        border-top: 1px solid #e7f5dd;
        border-bottom: 1px solid #e7f5dd; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-quantity, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-quantity, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-quantity {
        text-align: center; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-price, .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-subtotal, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-price, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-subtotal, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-price, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-cart-form__contents td.product-subtotal, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-price, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
        text-align: right; }
    .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
      line-height: 1.4;
      font-size: 18px;
      font-weight: 400; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td span, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td span, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td span, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td span {
        font-weight: 400; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td strong, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td strong, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td strong, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td strong {
        font-weight: 500; }
      .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td.product-name, .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td.product-total, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-name, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-total, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td.product-name, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td.product-total, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-name, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td.product-total {
        border: none; }
.woocommerce .checkout.woocommerce-checkout table tr td, .woocommerce-page .checkout.woocommerce-checkout table tr td {
  padding: 12px;
  background: none; }
.woocommerce .checkout.woocommerce-checkout table tfoot, .woocommerce-page .checkout.woocommerce-checkout table tfoot {
  background: none;
  font-weight: 700; }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  padding-top: 30px; }
  .woocommerce .cart-collaterals table tr.even, .woocommerce .cart-collaterals table tr.alt, .woocommerce .cart-collaterals table tr:nth-of-type(2n+1), .woocommerce-page .cart-collaterals table tr.even, .woocommerce-page .cart-collaterals table tr.alt, .woocommerce-page .cart-collaterals table tr:nth-of-type(2n+1) {
    background: none; }
  .woocommerce .cart-collaterals table, .woocommerce-page .cart-collaterals table {
    border-spacing: 10px;
    border: none; }
    @media only screen and (max-width: 768px) {
      .woocommerce .cart-collaterals table, .woocommerce-page .cart-collaterals table {
        border-spacing: 0; } }
    .woocommerce .cart-collaterals table th, .woocommerce .cart-collaterals table td, .woocommerce-page .cart-collaterals table th, .woocommerce-page .cart-collaterals table td {
      border-top: 1px solid #e7f5dd !important;
      border-bottom: 1px solid #e7f5dd !important; }
    .woocommerce .cart-collaterals table tr, .woocommerce-page .cart-collaterals table tr {
      border-top: 1px solid #e7f5dd;
      margin-bottom: 10px; }
      .woocommerce .cart-collaterals table tr th, .woocommerce-page .cart-collaterals table tr th {
        border-top: none;
        background: #e7f5dd;
        padding: 12px;
        color: #6d7f43;
        font-family: Montserrat, sans-serif;
        font-size: 16px; }
      .woocommerce .cart-collaterals table tr td, .woocommerce-page .cart-collaterals table tr td {
        padding: 12px;
        background: none;
        font-size: 18px; }
        .woocommerce .cart-collaterals table tr td label, .woocommerce-page .cart-collaterals table tr td label {
          font-family: jubilat, sans-serif; }
        .woocommerce .cart-collaterals table tr td strong, .woocommerce-page .cart-collaterals table tr td strong {
          font-weight: 500; }
  .woocommerce .cart-collaterals .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .wc-proceed-to-checkout {
    text-align: right; }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout a.button, .woocommerce-page .cart-collaterals .wc-proceed-to-checkout a.button {
      display: inline-block;
      text-align: center;
      padding: 0 25px;
      width: auto;
      background: #6d7f43;
      color: #fff; }
      .woocommerce .cart-collaterals .wc-proceed-to-checkout a.button:hover, .woocommerce-page .cart-collaterals .wc-proceed-to-checkout a.button:hover {
        background: #86f244; }
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
  background-image: none; }
  .woocommerce ul#shipping_method li .amount, .woocommerce-page ul#shipping_method li .amount {
    float: right;
    line-height: 1.5; }
@media only screen and (min-width: 769px) {
  .woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-2 {
    width: 50%; } }
@media only screen and (min-width: 769px) {
  .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2 {
    border-left: 3px solid #e7f5dd; } }
.woocommerce #customer_login.col2-set form.login, .woocommerce #customer_login.col2-set form.register, .woocommerce-page #customer_login.col2-set form.login, .woocommerce-page #customer_login.col2-set form.register {
  border: none;
  padding: 0;
  border-radius: 0;
  width: 325px;
  margin: 0 auto; }
  @media only screen and (max-width: 360px) {
    .woocommerce #customer_login.col2-set form.login, .woocommerce #customer_login.col2-set form.register, .woocommerce-page #customer_login.col2-set form.login, .woocommerce-page #customer_login.col2-set form.register {
      width: 100%; } }
  .woocommerce #customer_login.col2-set form.login button, .woocommerce #customer_login.col2-set form.register button, .woocommerce-page #customer_login.col2-set form.login button, .woocommerce-page #customer_login.col2-set form.register button {
    width: auto;
    border-radius: 20px;
    padding: 0 20px;
    background: #86f244;
    color: #1e1f1c;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    height: 44px;
    line-height: 44px; }
.woocommerce #customer_login.col2-set h2, .woocommerce-page #customer_login.col2-set h2 {
  width: 325px;
  margin: 0 auto 20px;
  color: #6d7f43;
  font-size: 22px; }
.woocommerce #customer_login.col2-set form.login button, .woocommerce-page #customer_login.col2-set form.login button {
  float: right; }
.woocommerce #customer_login.col2-set form.login label.woocommerce-form__label-for-checkbox span, .woocommerce-page #customer_login.col2-set form.login label.woocommerce-form__label-for-checkbox span {
  line-height: 33px;
  margin-left: 5px; }
.woocommerce #customer_login.col2-set form.login .foot-row, .woocommerce-page #customer_login.col2-set form.login .foot-row {
  margin-top: 25px; }
.woocommerce #customer_login.col2-set form.register .mc4wp-checkbox-wp-registration-form span, .woocommerce-page #customer_login.col2-set form.register .mc4wp-checkbox-wp-registration-form span {
  display: inline-block;
  margin-left: 7px;
  line-height: 1.2;
  padding-top: 7px; }
.woocommerce #order_review #payment, .woocommerce-page #order_review #payment {
  background: none;
  border-radius: 0;
  margin-top: 50px; }
  .woocommerce #order_review #payment ul, .woocommerce-page #order_review #payment ul {
    padding: 0;
    margin: 0;
    border: none; }
    .woocommerce #order_review #payment ul li, .woocommerce-page #order_review #payment ul li {
      background-image: none;
      background-color: #e7f5dd;
      padding: 15px 12px;
      margin-top: 10px;
      position: relative; }
      .woocommerce #order_review #payment ul li label, .woocommerce-page #order_review #payment ul li label {
        font-weight: 500;
        color: #6d7f43; }
      .woocommerce #order_review #payment ul li input, .woocommerce #order_review #payment ul li label, .woocommerce-page #order_review #payment ul li input, .woocommerce-page #order_review #payment ul li label {
        display: inline-block; }
      .woocommerce #order_review #payment ul li .payment_box, .woocommerce-page #order_review #payment ul li .payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 10px 0 10px 12px;
        margin: 0;
        border-radius: 0;
        background-color: transparent;
        line-height: 1.5;
        color: #1e1f1c;
        font-size: 16px; }
        .woocommerce #order_review #payment ul li .payment_box:before, .woocommerce-page #order_review #payment ul li .payment_box:before {
          display: none; }
        .woocommerce #order_review #payment ul li .payment_box.payment_method_paypal, .woocommerce-page #order_review #payment ul li .payment_box.payment_method_paypal {
          padding-left: 0; }
          .woocommerce #order_review #payment ul li .payment_box.payment_method_paypal p, .woocommerce-page #order_review #payment ul li .payment_box.payment_method_paypal p {
            line-height: 1.2;
            font-size: 14px; }
        .woocommerce #order_review #payment ul li .payment_box.payment_method_bacs, .woocommerce-page #order_review #payment ul li .payment_box.payment_method_bacs {
          padding-left: 30px; }
          .woocommerce #order_review #payment ul li .payment_box.payment_method_bacs p, .woocommerce-page #order_review #payment ul li .payment_box.payment_method_bacs p {
            line-height: 1.2;
            font-size: 14px; }
      .woocommerce #order_review #payment ul li:first-child, .woocommerce-page #order_review #payment ul li:first-child {
        margin-top: 0; }
      .woocommerce #order_review #payment ul li .about_paypal, .woocommerce-page #order_review #payment ul li .about_paypal {
        position: absolute;
        right: 25px; }
        @media only screen and (max-width: 440px) {
          .woocommerce #order_review #payment ul li .about_paypal, .woocommerce-page #order_review #payment ul li .about_paypal {
            top: 75px;
            line-height: 1.4; } }
      @media only screen and (max-width: 440px) {
        .woocommerce #order_review #payment ul li.payment_method_paypal, .woocommerce-page #order_review #payment ul li.payment_method_paypal {
          padding-bottom: 45px; } }
  .woocommerce #order_review #payment button, .woocommerce-page #order_review #payment button {
    text-align: center;
    padding: 0 25px;
    width: auto;
    background: #6d7f43;
    color: #fff; }
    .woocommerce #order_review #payment button:hover, .woocommerce-page #order_review #payment button:hover {
      background: #86f244; }
  .woocommerce #order_review #payment > div.form-row, .woocommerce-page #order_review #payment > div.form-row {
    margin: 20px 0 0;
    padding: 0; }
.woocommerce .oneColumn .woocommerce, .woocommerce-page .oneColumn .woocommerce {
  margin-bottom: 50px; }
.woocommerce .oneColumn form .form-row, .woocommerce-page .oneColumn form .form-row {
  padding: 0;
  margin: 0 0 10px; }
.woocommerce .oneColumn form .form-row .required, .woocommerce-page .oneColumn form .form-row .required {
  color: #7fd85a;
  font-weight: 400;
  border: 0;
  line-height: 30px; }
.woocommerce .oneColumn form .form-row textarea, .woocommerce-page .oneColumn form .form-row textarea {
  height: 146px; }
.woocommerce .oneColumn input, .woocommerce .oneColumn textarea, .woocommerce-page .oneColumn input, .woocommerce-page .oneColumn textarea {
  border-radius: 5px; }
.woocommerce .oneColumn .woocommerce-form-login, .woocommerce .oneColumn .checkout_coupon, .woocommerce-page .oneColumn .woocommerce-form-login, .woocommerce-page .oneColumn .checkout_coupon {
  max-width: 750px;
  margin: 0;
  border: none; }
  .woocommerce .oneColumn .woocommerce-form-login button, .woocommerce .oneColumn .checkout_coupon button, .woocommerce-page .oneColumn .woocommerce-form-login button, .woocommerce-page .oneColumn .checkout_coupon button {
    color: #fff; }
.woocommerce .oneColumn .woocommerce-form-login button, .woocommerce-page .oneColumn .woocommerce-form-login button {
  float: right; }
.woocommerce .oneColumn .woocommerce-checkout, .woocommerce-page .oneColumn .woocommerce-checkout {
  padding-top: 20px; }
  .woocommerce .oneColumn .woocommerce-checkout #customer_details, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details {
    margin-bottom: 35px; }
    @media only screen and (min-width: 769px) {
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .col-1, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .col-1 {
        width: 47%;
        border-right: 3px solid #e7f5dd; }
        .woocommerce .oneColumn .woocommerce-checkout #customer_details .col-1 .create-account, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .col-1 .create-account {
          max-width: 82%; } }
    @media only screen and (min-width: 769px) {
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .col-2, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .col-2 {
        width: 45%; } }
    .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address {
      padding-top: 12px; }
      @media only screen and (min-width: 769px) {
        .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address {
          max-width: 82%; } }
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .select2-container .select2-selection--single, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .select2-container .select2-selection--single {
        height: 36px; }
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #6d7f43;
        line-height: 36px; }
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-first, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-last, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-first, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-last {
        width: 48.5%; }
        @media only screen and (max-width: 360px) {
          .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-first, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-last, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row-last, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-first, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row-last {
            width: 100%;
            float: none; } }
      .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row {
        margin: 0 0 26px; }
        .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field, .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row#shipping_address_1_field, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row#billing_address_1_field, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row#shipping_address_1_field, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row#shipping_address_1_field, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row#billing_address_1_field, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row#shipping_address_1_field {
          margin: 0 0 20px; }
        @media only screen and (min-width: 769px) {
          .woocommerce .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row.form-row-wide, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce-page .oneColumn .woocommerce-checkout #customer_details .shipping_address .form-row.form-row-wide {
            max-width: 78%; } }
  .woocommerce .oneColumn .woocommerce-checkout h3, .woocommerce-page .oneColumn .woocommerce-checkout h3 {
    color: #6d7f43;
    font-size: 22px; }
.woocommerce .woocommerce #respond input#submit,
.woocommerce .woocommerce a.button,
.woocommerce .woocommerce button.button,
.woocommerce .woocommerce input.button, .woocommerce-page .woocommerce #respond input#submit,
.woocommerce-page .woocommerce a.button,
.woocommerce-page .woocommerce button.button,
.woocommerce-page .woocommerce input.button {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #7fbd59;
  border: none;
  width: auto;
  padding: 0 25px; }
  .woocommerce .woocommerce #respond input#submit:disabled, .woocommerce .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce .woocommerce a.button:disabled,
  .woocommerce .woocommerce a.button:disabled[disabled],
  .woocommerce .woocommerce button.button:disabled,
  .woocommerce .woocommerce button.button:disabled[disabled],
  .woocommerce .woocommerce input.button:disabled,
  .woocommerce .woocommerce input.button:disabled[disabled], .woocommerce-page .woocommerce #respond input#submit:disabled, .woocommerce-page .woocommerce #respond input#submit:disabled[disabled],
  .woocommerce-page .woocommerce a.button:disabled,
  .woocommerce-page .woocommerce a.button:disabled[disabled],
  .woocommerce-page .woocommerce button.button:disabled,
  .woocommerce-page .woocommerce button.button:disabled[disabled],
  .woocommerce-page .woocommerce input.button:disabled,
  .woocommerce-page .woocommerce input.button:disabled[disabled] {
    padding: 0 25px 0 35px; }
.woocommerce .woocommerce-message a.button.wc-backward, .woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .return-to-shop a.button.wc-backward, .woocommerce .return-to-shop a.button.wc-forward, .woocommerce-page .woocommerce-message a.button.wc-backward, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .return-to-shop a.button.wc-backward, .woocommerce-page .return-to-shop a.button.wc-forward {
  line-height: 45px;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-message a.button.wc-backward, .woocommerce .woocommerce-message a.button.wc-forward, .woocommerce .return-to-shop a.button.wc-backward, .woocommerce .return-to-shop a.button.wc-forward, .woocommerce-page .woocommerce-message a.button.wc-backward, .woocommerce-page .woocommerce-message a.button.wc-forward, .woocommerce-page .return-to-shop a.button.wc-backward, .woocommerce-page .return-to-shop a.button.wc-forward {
      display: none; } }
.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-top: none;
  padding: 12px;
  margin: 0 0 20px; }
  .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    display: none; }

.mfp-content #wcmd_modal {
  padding: 48px 50px 2px;
  border-radius: 0; }
  .mfp-content #wcmd_modal .wcmd_content {
    max-width: 250px; }
    .mfp-content #wcmd_modal .wcmd_content .wcmd_text h2 {
      line-height: 1;
      color: #fff;
      font-size: 39px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 25px; }
    .mfp-content #wcmd_modal .wcmd_content .wcmd_text p {
      line-height: 1.2;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 45px; }
      .mfp-content #wcmd_modal .wcmd_content .wcmd_text p b, .mfp-content #wcmd_modal .wcmd_content .wcmd_text p strong {
        color: #86f244;
        font-weight: 400; }
    .mfp-content #wcmd_modal .wcmd_content form {
      text-align: left;
      margin: 0; }
      .mfp-content #wcmd_modal .wcmd_content form .wcmd-btn-cont, .mfp-content #wcmd_modal .wcmd_content form .wcmd-fields {
        text-align: left; }
      .mfp-content #wcmd_modal .wcmd_content form label {
        color: #fff;
        font-family: Montserrat, sans-serif;
        font-size: 13px;
        padding-bottom: 5px; }
      .mfp-content #wcmd_modal .wcmd_content form input {
        border-radius: 5px;
        height: 34px;
        min-width: 0;
        width: 210px !important;
        margin: 0 0 15px !important; }
      .mfp-content #wcmd_modal .wcmd_content form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4e4e4d; }
      .mfp-content #wcmd_modal .wcmd_content form ::-moz-placeholder {
        /* Firefox 19+ */
        color: #4e4e4d; }
      .mfp-content #wcmd_modal .wcmd_content form :-ms-input-placeholder {
        /* IE 10+ */
        color: #4e4e4d; }
      .mfp-content #wcmd_modal .wcmd_content form :-moz-placeholder {
        /* Firefox 18- */
        color: #4e4e4d; }
      .mfp-content #wcmd_modal .wcmd_content form button {
        width: auto;
        border-radius: 20px;
        padding: 0 20px;
        margin: 20px 0 0;
        height: 31px;
        line-height: 31px;
        font-family: Montserrat, sans-serif;
        font-weight: 500; }
      .mfp-content #wcmd_modal .wcmd_content form .wcmd-validation.error {
        background: transparent;
        color: #de0b0b;
        border: none;
        padding: 0; }

.blog-home {
  padding: 42px 0 4px;
  text-align: center; }
  .blog-home h2 {
    line-height: 1.2;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1px; }
  .blog-home .block-section {
    max-width: 872px;
    margin: 0 auto; }
    .blog-home .block-section article {
      float: left;
      width: 29%;
      text-align: center;
      margin-bottom: 45px;
      margin-right: 6.5%; }
      @media only screen and (min-width: 768px) and (max-width: 820px) {
        .blog-home .block-section article {
          width: 31%;
          margin-right: 3.5%; } }
      @media only screen and (max-width: 767px) {
        .blog-home .block-section article {
          width: auto;
          margin-right: 0;
          float: none; } }
      .blog-home .block-section article:nth-child(3n) {
        margin-right: 0; }
    .blog-home .block-section .more {
      line-height: 1.3;
      font-family: Montserrat, sans-serif;
      font-size: 12px;
      text-transform: uppercase; }
    .blog-home .block-section p {
      line-height: 1.3;
      font-size: 15px; }
    .blog-home .block-section h3 {
      margin-top: 20px;
      line-height: 1.2;
      font-size: 13px;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 15px;
      letter-spacing: 1px; }
      @media only screen and (max-width: 767px) {
        .blog-home .block-section h3 {
          height: auto !important; } }

/* No greater than 900px, no less than 400px */
@media only screen and (max-width: 600px) {
  /*    #blog .two-column > div.left-col {
          width: 100%
      }
      #blog .two-column > div.right-col div.lists > article{
          width:26%;
      }
  
      #blog .two-column > div.right-col {
          width: 100%;
      }*/
  .woocommerce ul#shipping_method li label {
    padding-right: 36px; }

  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f7f6f7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word; } }
body .mfp-close-btn-in .mfp-close {
  top: 12px;
  right: 12px;
  font-size: 45px; }

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

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  margin: 0 !important; }

#container #add_payment_method .cart-collaterals .cart_totals table,
body.woocommerce-cart .cart-collaterals .cart_totals table,
body.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 15px;
  padding: 0;
  border-radius: 0;
  border: none; }

@media only screen and (min-width: 601px) and (max-width: 768px) {
  .woocommerce ul#shipping_method li {
    text-indent: 0 !important; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-family: Montserrat, sans-serif;
  font-size: 14px; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 20px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6d7f43;
  line-height: 36px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 26px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\e914";
    font-family: 'project' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 18px;
    color: #6d7f43; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*select2 end*/
@media only screen and (max-width: 600px) {
  .oneColumn .woocommerce-error, .oneColumn .woocommerce-info, .oneColumn .woocommerce-message {
    padding: 12px !important; }

  .woocommerce .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce-page .woocommerce-cart-form table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce-page .checkout.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td {
    font-size: 15px; }

  .woocommerce .checkout.woocommerce-checkout table tr td, .woocommerce-page .checkout.woocommerce-checkout table tr td {
    padding: 12px 0; }

  .woocommerce .woocommerce-cart-form table tr td a, .woocommerce .woocommerce-cart-form table tr td span, .woocommerce .checkout.woocommerce-checkout table tr td a, .woocommerce .checkout.woocommerce-checkout table tr td span, .woocommerce-page .woocommerce-cart-form table tr td a, .woocommerce-page .woocommerce-cart-form table tr td span, .woocommerce-page .checkout.woocommerce-checkout table tr td a, .woocommerce-page .checkout.woocommerce-checkout table tr td span {
    font-size: 16px; }

  .woocommerce ul#shipping_method li {
    text-indent: 0;
    padding: .25em 0 .25em 0px; }

  .woocommerce #order_review ul#shipping_method li label {
    font-size: 14px;
    padding-right: 24px; }

  .woocommerce #order_review table td {
    width: 50%; }

  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .button {
    padding: 0; } }
#content-fixed .socialShare span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
#content-fixed .socialShare > span, #content-fixed .socialShare ul {
  display: inline-block;
  vertical-align: middle; }
#content-fixed .socialShare ul {
  margin-bottom: 0; }
  #content-fixed .socialShare ul li {
    margin-left: 10px;
    display: inline-block; }
    #content-fixed .socialShare ul li a {
      display: block;
      border: 1px solid;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 32px;
      border-radius: 32px;
      text-align: center; }
      #content-fixed .socialShare ul li a:before {
        line-height: 28px; }

.oneColumn .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.woocommerce .oneColumn div.product div.images img {
  width: auto;
  margin: 0 auto; }

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  padding-top: 20px; }
  .woocommerce #content div.product .woocommerce-tabs:after,
  .woocommerce div.product .woocommerce-tabs:after,
  .woocommerce-page #content div.product .woocommerce-tabs:after,
  .woocommerce-page div.product .woocommerce-tabs:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0; }

#content-fixed .woocommerce ul.woocommerce-error {
  padding-left: 55px; }

.oneColumn .woocommerce .woocommerce-Message a.button {
  line-height: 45px; }

/*# sourceMappingURL=style.css.map */
