/**! Note: This CSS file may not always be valid according to the W3C standards.
 * It may contain proprietary/nonstandard or yet unsupported code.
 * This code is used to fix certain user agent rendering bugs,
 * or to enhance the website/application in the case of more advanced user agents.
 *
 * @website:
 * @author: SpotOnEarth team
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,600italic,400italic,300italic,300,700italic);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

*:focus {
  outline: 0;
}

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

ul, ol {
  margin-left: 1rem;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 10px;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button {
  width: auto;
  overflow: visible;
}

/* Font normalization
body {
	font: 16px/1.462 sans-serif;
	*font-size: small;
}
*/
body {
  font-size: 100%;
  background: #fff;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

input, textarea {
  font-size: 16px;
  /* fixes idiotic zoom on ios */
}

body, select, input, textarea {
  color: #58595b;
  line-height: 1.5;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a, a:active, a:visited {
  color: #6eae97;
  text-decoration: none;
}

a:hover {
  color: #6eae97;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/* Clearfix */
.clearfix:after, .tabs:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfix, .tabs {
  zoom: 1;
}

/* messages */
.success,
.warning {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 8px 10px 8px 30px;
  border: 1px solid;
  color: #444444;
  line-height: 1.5;
  background-position: 6px 10px !important;
  background-repeat: no-repeat !important;
}

.warning {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 1024px;
  border-color: #E6DB55;
  background: url("../images/ui/warning.png") repeat scroll 0 0 #FFFBCC;
}

/*
 * Layout
 */
html,
body {
  height: 100%;
}

html {
  margin: 0 !important;
}

body {
  overflow-x: hidden;
}

#wpadminbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

/*------------ header -----------*/
#header .header-top {
  position: relative;
  padding: 8px 0;
  background: url("../images/stripes-bg.png") repeat left top;
}
#header .header-top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/header-leaves.png") no-repeat center top;
}
#header .cart-widget {
  float: left;
  margin: 20px 0 19px 0;
}
#header .login-btn {
  float: right;
  margin: 20px 0 19px 0;
}
@media screen and (max-width: 680px) {
  #header .cart-widget {
    float: none;
  }
  #header .login-btn {
    float: none;
  }
}

#logo {
  position: relative;
  display: block;
  width: 238px;
  height: 246px;
  margin: 0 auto;
}

a.login-btn {
  display: block;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  line-height: 21px;
  color: #808285;
  font-weight: 600;
  background: #dee9e4;
}
a.login-btn:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 19px;
  margin-right: 25px;
  background: url("../images/group-icon.png") no-repeat 0 0;
}
a.login-btn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #808285;
  margin-left: 8px;
}
a.login-btn:hover, a.login-btn:focus {
  color: #6eae97;
}

.cart-widget {
  position: relative;
  padding: 6px 6px 6px 5px;
  font-size: 14px;
  line-height: 21px;
  color: #6eae97;
  font-weight: 600;
  background: #dee9e4;
}
.cart-widget:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 20px;
  margin-right: 8px;
  background: url("../images/cart-icon.png") no-repeat 0 0;
}
.cart-widget a {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  padding: 0 6px;
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  background: #808285;
}

/* navigation */
#navigation {
  margin: 0;
  padding: 24px 0;
  list-style-type: none;
  text-align: center;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  line-height: 1;
}
#navigation a {
  font-size: 18px;
  line-height: 1;
  color: #58595b;
}
#navigation a:hover, #navigation a:focus {
  color: #6eae97;
}
#navigation .sub-menu {
  display: none;
  width: 250px;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 100%;
  padding: 10px 0;
  background: #fff;
  z-index: 20;
}
#navigation .sub-menu li {
  display: block;
  margin: 15px 0;
}
#navigation li:hover > .sub-menu {
  display: block;
}
#navigation li.current-menu-item > a {
  color: #6eae97;
}
#navigation li.current-menu-ancestor > a {
  color: #6eae97;
}
@media screen and (max-width: 680px) {
  #navigation li {
    display: block;
    margin: 0;
    padding: 15px;
  }
  #navigation li a {
    display: block;
    text-align: center;
    font-size: 20px;
  }
  #navigation .sub-menu {
    position: static;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background: none;
  }
  #navigation .sub-menu li {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
  #navigation .sub-menu li a {
    font-size: 16px;
  }
}

/*------------ main -------------*/
a.button, input.button,
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 80px;
  padding: 12px 5px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
  background: #808285;
  z-index: 1;
}
a.button:hover, input.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #808285;
}

form {
  padding: 8px 9px;
  background: #dee9e4;
}
form ul, form ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input.text,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: 13px 12px 13px 12px;
  border: 0;
  -webkit-appearance: none;
  color: #6eae97;
  font-size: 13px;
  line-height: 1.2;
  background: #fff;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input.text::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #6eae97;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input.text:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #6eae97;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input.text::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #6eae97;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input.text:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #6eae97;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  margin: 0;
  padding: 7px 12px 7px 12px;
  border: 0;
  -webkit-appearance: none;
  color: #6eae97;
  font-size: 13px;
  line-height: 1;
  background: #fff;
}

input.button,
input[type="submit"],
input[type="button"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

/*
.custom-select {
	position: relative;
	@include box-sizing(border-box);

	select {
		height: 100%;
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    opacity: 0;
	    color: $text-color;
	    background: #fff;
	    z-index: 2;
	}

	.select-placeholder {
		position: relative;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		padding: 20px 5px 20px 22px;

		&:after {
			content: "";
			display: block;
			position: absolute;
			// top: 50%;
			// right: 24px;
			// margin-top: -3px;
			// width: 12px;
			// height: 5px;
			// background: url('../images/dropdown-arrow.png') no-repeat center bottom;
			// background: 100% auto;
		}
	}
}


.gform_wrapper {

	.validation_error {
		display: none;
	}
}

.gfield {
	@include box-sizing(border-box);
	margin-bottom: 15px;

	&.clear {
		clear: both;
	}

	&.first {
		clear: left;
	}

	&.one-half,
	&.one-third,
	&.one-fourth,
	&.one-fifth,
	&.one-fifth-plus {
		padding-right: 9px;

		&.last {
			padding-right: 0;
		}
	}

	&.one-half {
		float: left;
		width: 50%;
	}

	&.one-third {
		float: left;
		width: 33.33%;
	}

	&.one-fourth {
		float: left;
		width: 25%;
	}

	&.one-fifth {
		float: left;
		width: 20%;
	}

	&.one-fifth-plus {
		float: left;
		width: 22.223%;
	}

	label {
		display: none;
	}

	input {
		width: 100%;
	}

	select {
		width: 100%;
	}

	&.gfield_error {

		input,
		.custom-select {
			border: 2px solid #e63c2e;
		}
	}

	.validation_message {
		display: none;
	}

	@media screen and (max-width: 670px) {
		&.one-half,
		&.one-third,
		&.one-fourth,
		&.one-fifth,
		&.one-fifth-plus {
			width: 100%;
			float: none;
			padding-right: 0;
		}
	}
}

.gform_footer {
	clear: both;
	text-align: center;
}

.gform_button,
input.button,
input[type="submit"],
input[type="button"] {
	@include box-sizing(border-box);
	@extend %button;
}
*/
.tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 20%;
  padding-right: 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.tabs li:last-child {
  padding-right: 0;
}
.tabs a {
  display: block;
  color: #a7adb1;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #808285;
}
.tabs li.active a {
  font-weight: bold;
  color: #fff;
  background: #6eae97;
}

.tabs-wrapper {
  position: relative;
}
.tabs-wrapper .tab-content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -ms-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}
.tabs-wrapper .tab-content.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}

@media screen and (max-width: 1540px) {
  .page.type-page {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-title {
  margin: 0;
  padding: 35px 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

.page-content h1, .page-content h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: normal;
}
.page-content h3 {
  margin: 25px 0 15px 0;
  font-size: 20px;
  font-weight: normal;
}
.page-content h4 {
  margin: 25px 0 15px 0;
  font-size: 18px;
  font-weight: normal;
}
.page-content p {
  margin: 0 0 20px 0;
}
.page-content table {
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
}
.page-content table td,
.page-content table th {
  vertical-align: top;
  padding: 20px;
  border: 1px solid #58595b;
}
.page-content table th {
  font-weight: bold;
}

.categories-grid {
  margin: 0 -6px;
  padding: 0;
  list-style-type: none;
}
.categories-grid li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  height: 0;
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid transparent;
}
.categories-grid li.one-third {
  width: 33.33%;
  padding-top: 33.33%;
}
.categories-grid li.two-thirds {
  width: 66.66%;
  padding-top: 33.33%;
}
.categories-grid li .category-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  .categories-grid {
    margin: 0;
  }
  .categories-grid li {
    float: none;
    border: 0;
  }
  .categories-grid li.one-third, .categories-grid li.two-thirds {
    width: 100%;
    padding-top: 100%;
  }
}

a.category-thumb {
  display: block;
  width: 100%;
  height: 100%;
  color: #58595b;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
a.category-thumb .title {
  display: inline-block;
  margin: 0;
  padding: 0 40px;
  font-size: 48px;
  line-height: 2.1458;
  text-transform: uppercase;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  a.category-thumb .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  a.category-thumb .title {
    padding: 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 680px) {
  a.category-thumb .title {
    font-size: 24px;
  }
}

.hero {
  position: relative;
  margin-bottom: 55px;
}
.hero img {
  display: block;
  margin: 0 auto;
}
.hero .hero-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 45px;
  text-align: center;
  font-size: 13px;
  line-height: 1.384;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}
.hero .hero-content h2 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
}
.hero .hero-content p {
  margin: 0 0 15px 0;
}
@media screen and (max-width: 680px) {
  .hero {
    margin-bottom: 0;
  }
}

.listing-header {
  overflow: hidden;
  width: 100%;
  max-width: 1500px;
  margin: 25px auto;
  background: #dee9e4;
}

.woocommerce-breadcrumb {
  text-align: center;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: left;
  margin: 0 10px 0 0;
  text-align: left;
}

.woocommerce .woocommerce-result-count {
  line-height: 54px;
  padding: 0 9px;
}

.woocommerce .woocommerce-ordering select {
  width: 100%;
  padding: 9px 12px;
}

form.woocommerce-product-search {
  float: right;
  min-width: 282px;
  position: relative;
  padding-left: 60px;
}
form.woocommerce-product-search:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 36px;
  left: 10px;
  top: 12px;
  background: url("../images/search-icon.png") no-repeat 0 0;
}
form.woocommerce-product-search label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 25px;
  line-height: 41px;
  color: #6eae97;
  font-weight: 600;
}
form.woocommerce-product-search .form-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 90px;
}
form.woocommerce-product-search input[type="text"],
form.woocommerce-product-search input[type="search"],
form.woocommerce-product-search input.search,
form.woocommerce-product-search input.text {
  width: 100%;
}
form.woocommerce-product-search input.button,
form.woocommerce-product-search input[type="submit"],
form.woocommerce-product-search input[type="button"] {
  float: right;
  margin-top: -42px;
}

@media screen and (max-width: 680px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count {
    float: none;
    margin: 0 0 20px 0;
  }

  .woocommerce .woocommerce-result-count {
    text-align: center;
    line-height: 1;
  }

  form.woocommerce-product-search {
    float: none;
    min-width: 0;
  }
}
.product-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-categories li {
  width: 348px;
  margin-bottom: 35px;
}
.product-categories li a {
  display: block;
  padding: 35px;
  text-align: center;
  color: #58595b;
  background: #f1f2f2;
}
.product-categories li a img {
  margin-bottom: 25px;
}
.product-categories li a .title {
  display: block;
  font-size: 41px;
  font-size: 2.5625rem;
  line-height: 1.2;
}
.product-categories li a.featured {
  color: #fff;
  background: #f8bec7;
}
.product-categories li a.featured .title {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.product-categories li a.featured .desc {
  display: block;
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.2;
}

.products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.products-list li {
  width: 348px;
  margin-bottom: 35px;
}
.products-list li a {
  display: block;
  padding: 35px;
  text-align: center;
  color: #58595b;
  background: #f1f2f2;
}
.products-list li a img {
  margin-bottom: 10px;
}
.products-list li a h2, .products-list li a h3,
.products-list li a .title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 21px;
  line-height: 1.1;
  font-weight: normal;
}
.products-list li a .desc,
.products-list li a .size {
  display: block;
  font-size: 13px;
  line-height: 1.384;
}
.products-list li a .price {
  display: block;
  margin: 15px 0 35px 0;
  font-size: 21px;
  line-height: 1;
}
.products-list li a .options {
  display: inline-block;
  min-width: 230px;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #808285;
}

.product-single .images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 25px;
}
.product-single .summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 25px;
  padding-top: 100px;
}
.product-single .product_title {
  display: block;
  margin: 0 0 10px 0;
  font-size: 27px;
  line-height: 1.1;
  font-weight: normal;
}
.product-single .price {
  margin: 0 0 15px 0;
  font-size: 21px;
}
.product-single .description {
  margin: 0 0 15px 0;
}
.product-single .cart {
  margin: 15px 0;
  padding: 0;
  background: none;
}
.product-single .cart .quantity {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.product-single .cart .quantity input {
  width: 60px;
  text-align: left;
  background: #dee9e4;
}
.product-single .cart .button {
  background: #6eae97 !important;
}
.product-single .woocommerce-tabs {
  clear: both;
  margin-bottom: 50px;
}
.product-single .woocommerce-tabs .tabs li {
  float: left;
  width: 50%;
}
.product-single .woocommerce-tabs .tabs li a {
  display: block;
  padding: 20px 10px;
}
.product-single .woocommerce-tabs .panel {
  padding: 25px 0;
}

#comments {
  margin-bottom: 25px;
}

#respond .comment-form label {
  display: block;
  margin-bottom: 5px;
}
#respond .comment-form input[type="text"] {
  display: block;
  width: 50%;
}
#respond .comment-form #comment {
  resize: none;
  width: 100%;
  height: 200px;
}
#respond .comment-form input[type="submit"] {
  color: #fff !important;
  background: #6eae97 !important;
}

/*------------ footer -------------*/
.footer-content {
  overflow: hidden;
  position: relative;
  padding: 47px 0 60px 0;
  background: #fff url("../images/footer-grad.png") repeat-x 0 0;
}
.footer-content:after, .footer-content:before {
  content: "";
  display: block;
  width: 395px;
  height: 295px;
  position: absolute;
  top: 50%;
  margin-top: -147px;
}
.footer-content:after {
  right: 0;
  background: url("../images/footer-leaves-right.png") no-repeat right top;
}
.footer-content:before {
  left: 0;
  background: url("../images/footer-leaves-left.png") no-repeat left top;
}
.footer-content > * {
  position: relative;
  z-index: 1;
}

.footer-logo {
  display: block;
  width: 184px;
  margin: 0 auto;
}

.footer-menu {
  margin: 30px 0 40px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  border-right: 1px solid #808285;
  border-left: 1px solid #b7b9ba;
  line-height: 1;
}
.footer-menu li:first-child {
  border-left: 0;
}
.footer-menu li:last-child {
  border-right: 0;
}
.footer-menu li a {
  display: block;
  font-size: 18px;
  line-height: 0.9;
  color: #808285;
}
.footer-menu li a:hover, .footer-menu li a:focus {
  color: #6eae97;
}

.footer-forms {
  width: 100%;
  max-width: 760px;
  margin: 40px auto 0;
}
.footer-forms form {
  position: relative;
}
.footer-forms form:before {
  content: "";
  display: block;
  position: absolute;
}
.footer-forms form label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 25px;
  line-height: 41px;
  color: #6eae97;
  font-weight: 600;
}
.footer-forms form input[type="text"],
.footer-forms form input.text {
  width: 100%;
}
.footer-forms .newsletter-form-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.footer-forms .newsletter-form-wrapper form {
  padding-left: 56px;
}
.footer-forms .newsletter-form-wrapper form:before {
  width: 38px;
  height: 47px;
  left: 12px;
  top: 5px;
  background: url("../images/newsletter-icon.png") no-repeat 0 0;
}
.footer-forms .newsletter-form-wrapper form label {
  float: left;
}
.footer-forms .newsletter-form-wrapper form .form-text {
  margin: 0 90px 0 155px;
}
.footer-forms .newsletter-form-wrapper form input.button,
.footer-forms .newsletter-form-wrapper form input[type="submit"],
.footer-forms .newsletter-form-wrapper form input[type="button"] {
  float: right;
  margin-top: -42px;
}
.footer-forms .search-form-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  padding-left: 10px;
}
.footer-forms .search-form-wrapper form {
  padding-left: 60px;
}
.footer-forms .search-form-wrapper form:before {
  width: 38px;
  height: 36px;
  left: 10px;
  top: 12px;
  background: url("../images/search-icon.png") no-repeat 0 0;
}
.footer-forms .search-form-wrapper form .form-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 90px;
}
.footer-forms .search-form-wrapper form input.button,
.footer-forms .search-form-wrapper form input[type="submit"],
.footer-forms .search-form-wrapper form input[type="button"] {
  float: right;
  margin-top: -42px;
}
@media screen and (max-width: 680px) {
  .footer-forms .newsletter-form-wrapper,
  .footer-forms .search-form-wrapper {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-forms .newsletter-form-wrapper {
    margin-bottom: 12px;
  }
  .footer-forms .newsletter-form-wrapper form label {
    display: none;
  }
  .footer-forms .newsletter-form-wrapper form .form-text {
    margin-left: 4px;
  }
}

.legal {
  padding: 13px 0;
  text-align: center;
  color: #808285;
  font-size: 14px;
  line-height: 1;
  background: #d3ebd9;
}

.social-links {
  margin: 0;
  padding: 30px 0 16px 0;
  list-style-type: none;
  text-align: center;
}
.social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.social-links li a {
  display: block;
  width: 31px;
  height: 31px;
  overflow: hidden;
  text-indent: -99999em;
  background: url("../images/social-icons.png") no-repeat 0 0;
}
.social-links li a.pin {
  background-position: 0 0;
}
.social-links li a.inst {
  background-position: 0 -32px;
}
.social-links li a.fb {
  background-position: 0 -64px;
}

/* helpers */
.hidden {
  display: none;
  visibility: hidden;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.valign {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.valign .valign-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

h3 mark {
  display: none;
}

/*
 * @media queries for resposnive design
 * defined last in order to easily override primary styles
 */
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 670px) {
  html {
    font-size: 12px;
  }
}

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