/**
 * WooCommerce
 *
 * Styles which integrate this theme with WooCommerce.
 * This stylesheet is only enqueued if WooCommerce is activated.
 * http://wordpress.org/plugins/woocommerce/
 */
/**
 * Mixins
 *
 * Includes vars, functions, mixins and other utilities used throughout this theme.
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    zoom: 1;
  }
}
#header .widget_product_search {
  clear: both;
}
#header .cart-contents .count {
  background: #5dbf9c;
  font-size: .857em;
  padding: .077em .382em;
  color: #f8f6f3;
  margin-left: .618em;
}
#header .cart-contents:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f07a";
  float: right;
  line-height: 1.618;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.1em;
  font-family: "fontawesome";
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: .1em;
  letter-spacing: 0\9;
  color: #cccccc;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: .1em;
  letter-spacing: 0\9;
  color: #5dbf9c;
}
.woocommerce-pagination {
  text-align: center;
  font-weight: 700;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}
.woocommerce-pagination li {
  list-style: none;
  display: inline-block;
}
.woocommerce-pagination li .current {
  padding: .327em .857em;
  background-color: #5dbf9c;
  color: #f8f6f3;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
  display: inline-block;
}
.woocommerce-pagination li a {
  padding: .327em .857em;
  display: inline-block;
  color: #555555;
  -webkit-border-radius: 0.202em;
  border-radius: 0.202em;
}
.woocommerce-pagination li a:hover {
  color: #f8f6f3;
  background-color: #5dbf9c;
  text-decoration: none;
}
abbr.required,
.required {
  color: #c84e45;
  border: 0 !important;
  font-weight: 700;
}
p.stars {
  position: relative;
  height: 1em;
  font-size: 1em;
}
p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
}
p.stars a:last-child {
  border-right: 0;
}
p.stars a.star-1,
p.stars a.star-2,
p.stars a.star-3,
p.stars a.star-4,
p.stars a.star-5 {
  border-right: 1px solid #d7d7d7;
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1em;
}
p.stars a.star-1 {
  width: 2em;
}
p.stars a.star-1:after {
  content: "\f006";
}
p.stars a.star-1:hover:after,
p.stars a.star-1.active:after {
  content: "\f005";
}
p.stars a.star-2 {
  width: 3em;
}
p.stars a.star-2:after {
  content: "\f006\f006";
}
p.stars a.star-2:hover:after,
p.stars a.star-2.active:after {
  content: "\f005\f005";
}
p.stars a.star-3 {
  width: 4em;
}
p.stars a.star-3:after {
  content: "\f006\f006\f006";
}
p.stars a.star-3:hover:after,
p.stars a.star-3.active:after {
  content: "\f005\f005\f005";
}
p.stars a.star-4 {
  width: 5em;
}
p.stars a.star-4:after {
  content: "\f006\f006\f006\f006";
}
p.stars a.star-4:hover:after,
p.stars a.star-4.active:after {
  content: "\f005\f005\f005\f005";
}
p.stars a.star-5 {
  width: 6em;
  border: 0;
}
p.stars a.star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
p.stars a.star-5:hover:after,
p.stars a.star-5.active:after {
  content: "\f005\f005\f005\f005\f005";
}
p.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c84e45;
  z-index: 9999;
  margin-bottom: 0;
  padding: 1em 0;
  color: #fff;
  text-align: center;
}
.form-row.woocomemerce-invalid .chzn-single,
.form-row.woocomemerce-invalid .chzn-drop,
.form-row.woocomemerce-invalid input.input-text,
.form-row.woocomemerce-invalid select {
  border-color: #d4736c;
  background-color: #fefafa;
}
.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
  border-color: #a1c962;
  background-color: #f5f9ee;
}
.button.loading,
.button.added {
  position: relative;
}
.button.loading:after {
  display: inline-block;
  content: "\f021";
  font-family: 'FontAwesome';
  margin-left: .618em;
  -webkit-animation-name: spin-360;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
.button.added:after {
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: .618em;
}
.button#place_order {
  font-size: 1.387em;
}
#sidebar .widget.widget_shopping_cart {
  background: #f37a90;
  border-color: #ff8ba1;
  outline-color: #ff8ba1;
  color: #ffbed4;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 0 0 0.236em #ff8ba1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), inset 0 0 0 0.236em #ff8ba1;
}
#sidebar .widget.widget_shopping_cart a {
  color: #fff1ff;
}
#sidebar .widget.widget_shopping_cart a:hover {
  color: #fff;
}
#sidebar .widget.widget_shopping_cart h3 {
  color: #ffcfe5;
}
#sidebar .widget.widget_shopping_cart ul li {
  border-color: #e2697f;
}
#sidebar .widget.widget_shopping_cart .buttons {
  margin-bottom: 0;
  text-align: center;
}
#sidebar .widget.widget_shopping_cart .total {
  padding: .618em 0;
  text-align: center;
  background: #ed748a;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.widget .product_list_widget {
  list-style: none;
  margin-left: 0 !important;
}
.widget .product_list_widget li {
  border-bottom: 1px dotted #d7d7d7;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.widget .product_list_widget li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget .product_list_widget li img {
  width: 2.618em;
  height: auto;
  float: right;
  padding: .236em;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.widget .product_list_widget li a {
  display: block;
  border: 0 !important;
}
.widget .product_list_widget li:last-child {
  margin: 0;
  border: none;
}
.widget_layered_nav ul {
  list-style: none;
  margin-left: 0 !important;
}
.widget_layered_nav ul li .count {
  float: right;
}
.widget_layered_nav ul li.chosen a {
  background: #5dbf9c;
  color: #fff !important;
  border: 0 !important;
  font-weight: 700;
  padding: .236em .53em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.widget_layered_nav ul li.chosen a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f00d";
  font-size: .875em;
}
.widget_product_categories ul {
  list-style: none;
}
.widget_product_categories ul li .count {
  float: right;
}
.widget_login form {
  margin: 0;
}
.widget_login label {
  display: block;
}
.widget_login input[type="text"],
.widget_login input[type="password"] {
  width: 100%;
}
.widget_login p {
  margin-bottom: .53em;
}
.widget_login p:nth-child(3) {
  margin: .857em 0 0;
}
.widget_login p:nth-child(3) a {
  text-transform: uppercase;
  margin-left: 1em;
  font-size: .857em;
}
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #5dbf9c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #5dbf9c;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #d7d7d7;
}
.widget_price_filter .ui-slider-horizontal {
  height: 1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce_message,
.woocommerce-message {
  padding: 1em 1.618em 1em 5.874em;
  border-top: 0.202em solid #89b93f;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.618em;
  font-weight: 400;
  position: relative;
  font-size: .857em;
  font-family: "Montserrat", sans-serif;
}
.woocommerce_message:before,
.woocommerce-message:before {
  font-family: 'FontAwesome';
  content: "\f05d";
  color: #89b93f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1em .618em;
  font-weight: normal !important;
}
.woocommerce_message .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce_error,
.woocommerce-error {
  padding: 1em 1.618em 1em 5.874em;
  border-top: 0.202em solid #c84e45;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.618em;
  font-weight: 400;
  position: relative;
  font-size: .857em;
  font-family: "Montserrat", sans-serif;
}
.woocommerce_error:before,
.woocommerce-error:before {
  font-family: 'FontAwesome';
  content: "\f05c";
  color: #c84e45;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1em .618em;
  font-weight: normal !important;
}
.woocommerce_info,
.woocommerce-info {
  padding: 1em 1.618em 1em 5.874em;
  border-top: 0.202em solid #3c8bae;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.618em;
  font-weight: 400;
  position: relative;
  font-size: .857em;
  font-family: "Montserrat", sans-serif;
}
.woocommerce_info:before,
.woocommerce-info:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  color: #3c8bae;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1em .618em;
  font-weight: normal !important;
}
ul.woocommerce-error,
ul.woocommerce_error {
  margin-left: 0 !important;
  list-style: none;
}
.stock.out-of-stock:before,
.stock.in-stock:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f179";
}
.stock.out-of-stock:before {
  content: "\f05c";
  color: #c84e45;
}
.stock.in-stock:before {
  content: "\f05d";
  color: #89b93f;
}
.onsale {
  display: block;
  width: 3.631em;
  padding: .618em 2.244em;
  text-align: center;
  background: #89b93f;
  color: #fff;
  font-size: .857em;
  position: absolute;
  top: .382em;
  left: -2.244em;
  z-index: 99;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  zoom: 1;
  font-family: "Montserrat", sans-serif;
}
.quantity {
  margin: .136em 0;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
}
.quantity .qty,
.quantity .plus,
.quantity .minus {
  float: left;
}
.quantity input.qty {
  width: 2.618em;
  text-align: center;
}
.quantity .plus,
.quantity .minus {
  outline: none;
  background: none;
  border: 0;
  color: #5dbf9c;
  font-size: 1.618em;
  padding: 0 .53em;
  line-height: 1.3;
  margin: 0;
}
.quantity .plus:hover,
.quantity .minus:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  color: #3b9d7a;
}
#main > ul.products {
  position: relative;
  background: #f8f6f3;
  outline: 0.202em dashed rgba(0, 0, 0, 0.025);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 0.236em #fcfbf9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 0 0 0.236em #fcfbf9;
  overflow: hidden;
  zoom: 1;
  padding: 2.244em 1.618em;
}
#main > ul.products:before {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  border-top: 0.139em dashed #e8e8e8;
  height: .146em;
}
#main > ul.products:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  border-bottom: 0.139em dashed #e8e8e8;
  height: .146em;
}
ul.products {
  list-style: none;
  position: relative;
}
ul.products:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.products li.product {
  margin-bottom: 2.618em;
  overflow: hidden;
  outline: none;
  position: relative;
}
ul.products li.product.hentry {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
ul.products li.product.hentry:before,
ul.products li.product.hentry:after {
  display: none;
}
ul.products li.product.product-category {
  text-align: center;
}
ul.products li.product a {
  display: block;
}
ul.products li.product a:hover {
  text-decoration: none;
}
ul.products li.product img.wp-post-image {
  display: block;
  height: auto;
  margin: .202em .202em .618em;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  width: auto;
  border: .382em solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 97%;
}
ul.products li.product .star-rating {
  margin-bottom: 1.618em;
}
ul.products li.product div[itemprop="description"] {
  color: #555555;
  font-size: .857em;
}
ul.products li.product div[itemprop="description"] a {
  color: #555555;
}
ul.products li.product h3 {
  margin-bottom: .53em;
}
ul.products li.product .price {
  display: block;
  margin-bottom: .618em;
  font-family: "Montserrat", sans-serif;
}
ul.products li.product .button {
  display: inline-block;
}
.woocommerce-result-count,
.woocommerce_ordering,
.woocommerce-ordering {
  width: 50%;
  float: left;
  font-size: .857em;
  color: #888888;
  margin-bottom: 2.618em;
}
.woocommerce-result-count + ul.products,
.woocommerce_ordering + ul.products,
.woocommerce-ordering + ul.products {
  clear: both;
}
.woocommerce-ordering {
  float: right;
  text-align: right;
}
.single-product .product {
  position: relative;
  overflow: hidden;
}
.single-product .product p.price {
  font-size: 1.618em;
  color: #f37a90;
  font-weight: 400;
  margin-bottom: .53em;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 1.618em;
  font-size: .857em;
  font-family: "Montserrat", sans-serif;
}
.single-product .woocommerce-product-rating:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product .woocommerce-product-rating .star-rating {
  float: left;
  margin-right: .618em;
}
.single-product .woocommerce-product-rating a {
  font-size: .857em;
  float: left;
  line-height: 1.387;
}
.single-product .single_variation_wrap .price {
  display: block;
  font-size: 1.618em;
  padding: .202em 0;
  border: 2px dotted #d7d7d7;
  border-width: 2px 0;
  margin: .618em 0;
  font-weight: 400;
}
.single-product .variations_form table {
  margin-bottom: 0;
}
.single-product .quantity {
  float: left;
  margin-right: 1em;
}
.single-product .images:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product .images img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border: .382em solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.single-product .thumbnails a {
  display: block;
  width: 30.75%;
  margin-right: 3.8%;
  float: left;
}
.single-product .thumbnails a.last {
  margin-right: 0;
}
.single-product form.cart {
  padding: 1em;
  background: rgba(0, 0, 0, 0.025);
}
.single-product .product_meta {
  border: 0.146em dotted #d7d7d7;
  border-width: .09em 0;
  margin: 1em 0 2.618em;
  padding: 1em 0;
}
.single-product .product_meta a {
  background: #e7e5e2;
  padding: .125em .618em;
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
  color: #555555;
  text-transform: uppercase;
  display: inline-block;
  margin: .077em 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-family: "Montserrat", sans-serif;
  font-size: .857em;
}
.single-product .product_meta a:hover {
  text-decoration: none;
  background: #cbdc94;
  color: #65762e;
}
.shipping_calculator h2 {
  font-size: 1.387em;
}
.shipping_calculator h2 a {
  display: block;
}
.shipping_calculator h2 a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f14e";
}
.shipping_calculator h2 a:hover {
  text-decoration: none;
}
a.reset_variations {
  display: block;
}
a.reset_variations:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f021";
}
ul.order_details {
  list-style: none;
  border: 1px solid #d7d7d7;
  position: relative;
}
ul.order_details:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.order_details li {
  float: left;
  padding: 1em 1.618em;
  border-right: 1px solid #d7d7d7;
  font-size: .8em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #aaaaaa;
  text-indent: 0 !important;
}
ul.order_details li:before {
  display: none !important;
}
ul.order_details li strong {
  display: block;
  font-size: 1.387em;
  text-transform: none;
  color: #555555;
  font-family: "Roboto Slab", Georgia, serif;
}
table.my_account_orders {
  font-size: .618em;
}
table.my_account_orders .button {
  font-size: .857em;
  padding: .202em .53em;
}
ul.digital-downloads li {
  list-style: none;
  margin-bottom: .618em;
  padding-bottom: .618em;
  border-bottom: 1px solid #d7d7d7;
  text-indent: 0 !important;
}
ul.digital-downloads li:before {
  display: none !important;
}
ul.digital-downloads li .count {
  float: right;
}
ul.digital-downloads li a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f019";
}
ul.digital-downloads li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.backorder_notification {
  font-size: .857em;
}
.backorder_notification:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f071";
}
.woocommerce-cart .hentry {
  padding: 0 !important;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.woocommerce-cart .hentry:before,
.woocommerce-cart .hentry:after {
  border: 0;
}
dl.variation {
  font-size: .857em;
}
dl.variation:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
dl.variation dt {
  float: left;
  clear: left;
  margin-right: .236em;
}
dl.variation dd {
  margin-bottom: 0;
}
table.cart th.product-remove,
table.cart td.product-remove,
table.cart th.product-thumbnail,
table.cart td.product-thumbnail,
table.cart th.product-price,
table.cart td.product-price {
  display: none;
}
table.cart th {
  text-align: left;
}
table.cart td {
  vertical-align: middle;
  text-align: left;
}
table.cart td.product-remove a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 1em;
  height: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff!important;
  background: #1e4743;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
table.cart td.product-remove a:hover {
  background: #c84e45;
  text-decoration: none;
}
table.cart td.product-thumbnail {
  text-align: center;
}
table.cart td.product-thumbnail img {
  max-width: 50px;
}
table.cart td.product-name a {
  font-weight: 400;
}
table.cart td.product-name dl.variation {
  margin: 0;
  font-style: italic;
}
table.cart td.product-quantity .quantity {
  margin: 0 auto;
}
table.cart td.product-subtotal {
  font-weight: 700;
}
table.cart .actions .coupon {
  margin: 0 0 1.618em;
  padding: .53em 0 1.618em;
  border-bottom: 1px solid #d7d7d7;
}
table.cart .actions .coupon label,
table.cart .actions .coupon input.input-text,
table.cart .actions .coupon .button {
  display: block;
  margin: 0 0 1em;
}
table.cart .actions .coupon label {
  font-weight: bold;
}
table.cart .actions .coupon input.input-text {
  width: 100%;
}
table.cart .actions .coupon .button {
  margin: 0;
}
table.cart .actions .button {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
.cross-sells ul.products {
  margin-left: 0;
}
#shipping_method {
  list-style: none;
  margin: 0;
}
.woocommerce-tabs h2 {
  margin-bottom: 1.387em;
}
#reviews .comment {
  padding: 0 0 1.618em;
  margin-bottom: 1.618em;
  border-bottom: 1px dotted #d7d7d7;
  position: relative;
}
#reviews .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#reviews .comment:last-child {
  margin-bottom: 0;
}
#reviews .comment .avatar {
  width: 13.45%;
  height: auto;
  float: left;
  padding: .236em .236em 1em .236em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  zoom: 1;
}
#reviews .comment:nth-child(2n) .avatar {
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  zoom: 1;
}
#reviews .comment:nth-child(3n) .avatar {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
  zoom: 1;
}
#reviews .comment .comment-text {
  width: 82.75%;
  float: right;
}
#reviews .comment .description {
  font-size: .857em;
}
#reviews .comment .description p:last-child {
  margin-bottom: 0;
}
#reviews .comment .meta {
  margin: 0 0 .618em;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  font-size: .857em;
}
#reviews .comment .star-rating {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#reviews .add_review {
  clear: both;
}
#reviews #respond #commentform .comment-form-author,
#reviews #respond #commentform .comment-form-email {
  width: 48%;
}
#reviews #respond #commentform .comment-form-email {
  margin-right: 0;
}
#reviews #respond #commentform .comment-form-rating {
  clear: both;
}
#payment {
  border: 1px solid #d7d7d7;
}
#payment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .payment_methods {
  margin: 0 !important;
  border-bottom: 1px solid #d7d7d7;
  padding: 0 !important;
}
#payment .payment_methods li {
  list-style: none !important;
  padding: 1em !important;
  border-bottom: 1px solid #d7d7d7;
  margin-left: 0;
  background: #ffffff;
}
#payment .payment_methods li img {
  float: right;
  border: 0;
  padding: 0;
}
#payment .payment_methods li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#payment .payment_methods li label {
  width: 92%;
  padding-top: 0 !important;
  margin-left: .618em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
#payment .payment_methods li p {
  margin-bottom: 0;
}
#payment .payment_methods li .payment_box {
  padding: 1em;
  margin: 1em -1em -1em -1em;
  background: #f8f6f3;
  border-top: 1px solid #d7d7d7;
}
#payment .payment_methods li .payment_box fieldset {
  border: 0;
  margin: 0;
  padding: 1em 0 0 0;
  font-size: .857em;
}
#payment .payment_methods li .payment_box fieldset label {
  width: auto;
  margin-left: 0;
}
#payment .payment_methods li .payment_box fieldset .form-row {
  margin-bottom: 1em;
}
#payment .payment_methods li .payment_box fieldset .form-row-first select {
  width: 48%;
}
#payment .payment_methods li .payment_box fieldset .form-row-first select:nth-child(2n) {
  float: right;
}
#payment .payment_methods li .payment_box fieldset #cvv {
  width: 22% !important;
}
#payment .payment_methods li .payment_box fieldset .help {
  width: 75%;
  float: right;
}
#payment .terms label {
  display: inline;
}
#payment .place-order {
  padding: 1em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#payment .place-order .button {
  font-size: 1.387em;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  #header #navigation .widget_product_search #s {
    padding: .236em .5em;
  }
  #top .cart-contents:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    line-height: 1;
    content: "\f07a";
    color: #5dbf9c;
  }
  #top .cart-contents .count {
    background: none;
    font-size: 1em;
    float: none;
    padding: 0;
    color: inherit;
    margin: 0;
    background: #5dbf9c;
    padding: .202em .53em;
    -webkit-border-radius: 0.202em;
    border-radius: 0.202em;
    margin-left: .53em;
    color: #f8f6f3;
    font-family: "Montserrat", sans-serif;
    font-size: .857em;
    font-weight: 700;
  }
  .col2-set {
    clear: both;
  }
  .col2-set:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .col2-set .col-1 {
    width: 48%;
    float: left;
  }
  .col2-set .col-2 {
    width: 48%;
    float: right;
  }
  .woocommerce-account .col2-set .col-1,
  .woocommerce-account .col2-set .col-2 {
    float: none;
    width: 100%;
    clear: both;
  }
  .form-row {
    width: 48%;
    float: left;
    margin-bottom: 2.053em;
  }
  .form-row label {
    display: block;
    padding: .236em 0;
  }
  .form-row label.checkbox {
    display: inline;
  }
  .form-row .input-text,
  .form-row select {
    width: 100%;
    *width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form-row.notes {
    width: 100%;
    float: none;
  }
  .form-row.notes textarea {
    width: 100%;
    *width: 90%;
  }
  .form-row.terms {
    width: 100%;
    margin-top: 1em;
  }
  .form-row.notes + h3 {
    clear: both;
  }
  .form-row-first {
    clear: left;
  }
  .form-row-last {
    float: right;
  }
  .form-row-wide {
    float: left;
    width: 100%;
    clear: both;
  }
  header.title {
    overflow: hidden;
    zoom: 1;
  }
  header.title h1,
  header.title h2,
  header.title h3,
  header.title h4,
  header.title h5 {
    float: left;
  }
  header.title a.edit {
    float: right;
    font-weight: bold;
    line-height: 2.4em;
  }
  header.title a.edit:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    line-height: 1;
    content: "\f044";
  }
  .single-product .images,
  .single-product .summary {
    margin-bottom: 1.618em;
  }
  .single-product .woocommerce-product-rating {
    float: right;
    margin-top: 2.244em;
  }
  .single-product .woocommerce-product-rating .star-rating {
    float: right;
    margin: 0 0 0 1em;
  }
  .single-product .product p.price {
    border: 2px dotted #d7d7d7;
    border-width: 2px 0;
    margin: .53em 0;
    padding: .53em 0;
    margin-bottom: 1em;
  }
  table.cart th.product-remove,
  table.cart td.product-remove,
  table.cart th.product-thumbnail,
  table.cart td.product-thumbnail,
  table.cart th.product-price,
  table.cart td.product-price {
    display: table-cell;
  }
  table.cart .actions {
    text-align: right;
  }
  table.cart .actions .coupon {
    width: 50%;
    float: left;
    border: 0;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  table.cart .actions .coupon input.input-text,
  table.cart .actions .coupon .button {
    display: inline;
    margin: 0;
  }
  table.cart .actions .coupon label {
    font-weight: bold;
    display: none;
  }
  table.cart .actions .coupon input.input-text {
    width: 57%;
    margin-right: 2%;
  }
  table.cart .actions .coupon .button {
    margin: 0;
    float: none;
    width: auto;
  }
  table.cart .actions .button {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .cart-collaterals:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    width: 48%;
  }
  .cart-collaterals .cross-sells {
    float: left;
  }
  .cart-collaterals .cross-sells div[itemprop="description"] {
    display: none;
  }
  .cart-collaterals .cart_totals,
  .cart-collaterals .shipping_calculator {
    float: right;
    clear: right;
  }
  .cart-collaterals .shipping_calculator .shipping-calculator-form:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .cart-collaterals .shipping_calculator .clear {
    clear: both;
  }
  #customer_details .col-1,
  #customer_details .col-2 {
    float: none;
    width: 100%;
  }
  #customer_details .col-1:after,
  #customer_details .col-2:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #customer_details #shiptobilling {
    float: none;
    width: 100%;
  }
  #customer_details .notes {
    clear: both;
  }
  #customer_details .clear {
    clear: both;
    margin: 1em 0 1.618em;
    border-top: 0.146em dotted #d7d7d7;
  }
  #customer_details #billing_country_field,
  #customer_details #shipping_country_field {
    border-bottom: 0.146em dotted #d7d7d7;
    padding-bottom: 1.618em;
    margin-bottom: 1.618em;
  }
  ul.products li.product {
    width: 48%;
    float: left;
    clear: both;
    margin-right: 3.8%;
  }
  ul.products li.product:nth-child(2n) {
    float: right;
    clear: none;
    margin-right: 0;
  }
  .woocommerce.columns-1 ul.products li.product,
  .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    clear: none;
  }
  .woocommerce.columns-1 ul.products li.product:nth-child(2n),
  .woocommerce-page.columns-1 ul.products li.product:nth-child(2n) {
    float: none;
  }
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce-page.columns-2 ul.products li.product {
    width: 48%;
  }
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product {
    width: 30.75%;
    clear: none;
  }
  .woocommerce.columns-3 ul.products li.product:nth-child(2n),
  .woocommerce-page.columns-3 ul.products li.product:nth-child(2n) {
    float: left;
    clear: none;
    margin-right: 3.8%;
  }
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce-page.columns-4 ul.products li.product {
    width: 22.05%;
    clear: none;
  }
  .woocommerce.columns-4 ul.products li.product:nth-child(2n),
  .woocommerce-page.columns-4 ul.products li.product:nth-child(2n) {
    float: left;
    clear: none;
    margin-right: 3.8%;
  }
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%;
    clear: none;
  }
  .woocommerce.columns-5 ul.products li.product:nth-child(2n),
  .woocommerce-page.columns-5 ul.products li.product:nth-child(2n) {
    float: left;
    clear: none;
    margin-right: 3.8%;
  }
  .woocommerce.columns-6 ul.products li.product,
  .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%;
    clear: none;
  }
  .woocommerce.columns-6 ul.products li.product:nth-child(2n),
  .woocommerce-page.columns-6 ul.products li.product:nth-child(2n) {
    float: left;
    clear: none;
    margin-right: 3.8%;
  }
  #main > ul.products {
    padding: 3.631em 2.618em;
  }
  /**
	 * Homepage
	 */
  .home .featured-products {
    position: relative;
  }
  .home .featured-products > h1:first-of-type {
    position: absolute;
    z-index: 9999;
    font-size: 1em;
    top: 1.618em;
  }
  .home .featured-products > h1:first-of-type span {
    display: block;
    margin-left: -1em;
    padding-left: 1em;
    padding-right: 1.618em;
    background: #e7e5e2;
    display: inline-block;
    padding-top: 1em;
    padding-bottom: 1em;
    -webkit-border-top-left-radius: 0.125em;
    -webkit-border-bottom-left-radius: 0.125em;
    border-top-left-radius: 0.125em;
    border-bottom-left-radius: 0.125em;
    -webkit-border-top-right-radius: 10em;
    -webkit-border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom-right-radius: 10em;
    font-family: "Montserrat", sans-serif;
    color: #555555;
    line-height: 1;
    position: relative;
  }
  .home .featured-products > h1:first-of-type span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1em;
    left: -2.2em;
    border: 1.618em solid #d6d4d1;
    border-left-color: transparent;
    z-index: -1;
  }
  .home .featured-products > h1:first-of-type span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1.95em;
    left: 0;
    border-width: 1em;
    border-style: solid;
    border-color: #c5c3c0 transparent transparent transparent;
    border-right-width: 0;
  }
  .home .featured-products ul.products li.product {
    clear: none;
    margin-right: 0;
  }
  .home .featured-products ul.products li.product:nth-of-type(1) {
    width: 74.05%;
    float: right;
  }
  .home .featured-products ul.products li.product:nth-of-type(1):after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .home .featured-products ul.products li.product:nth-of-type(1):after {
    border: 0;
  }
  .home .featured-products ul.products li.product:nth-of-type(1) img {
    width: 65%;
    float: left;
    margin-right: 3.8%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .home .featured-products ul.products li.product:nth-of-type(1) h3,
  .home .featured-products ul.products li.product:nth-of-type(1) .price,
  .home .featured-products ul.products li.product:nth-of-type(1) div[itemprop="description"],
  .home .featured-products ul.products li.product:nth-of-type(1) .star-rating,
  .home .featured-products ul.products li.product:nth-of-type(1) .button {
    width: 30%;
    float: right;
    clear: right;
  }
  .home .featured-products ul.products li.product:nth-of-type(1) .button {
    width: 29%;
  }
  .home .featured-products ul.products li.product:nth-of-type(2),
  .home .featured-products ul.products li.product:nth-of-type(3) {
    width: 22.05%;
    float: left;
  }
  .home .featured-products ul.products li.product:nth-of-type(2) div[itemprop="description"],
  .home .featured-products ul.products li.product:nth-of-type(3) div[itemprop="description"],
  .home .featured-products ul.products li.product:nth-of-type(2) .star-rating,
  .home .featured-products ul.products li.product:nth-of-type(3) .star-rating,
  .home .featured-products ul.products li.product:nth-of-type(2) .button,
  .home .featured-products ul.products li.product:nth-of-type(3) .button {
    display: none;
  }
  .home .featured-products ul.products li.product:nth-of-type(2) h3,
  .home .featured-products ul.products li.product:nth-of-type(3) h3,
  .home .featured-products ul.products li.product:nth-of-type(2) .price,
  .home .featured-products ul.products li.product:nth-of-type(3) .price {
    position: absolute;
    bottom: 3.618em;
    left: 1.618em;
    right: 1.618em;
    text-align: center;
    padding: .53em;
    background-color: rgba(93, 191, 156, 0.9);
    font-size: .857em;
    color: #f8f6f3;
    opacity: 0;
    filter: alpha(opacity=@opacity * 100);
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
  }
  .home .featured-products ul.products li.product:nth-of-type(2) .price,
  .home .featured-products ul.products li.product:nth-of-type(3) .price {
    bottom: 1.618em;
    background-color: rgba(203, 220, 148, 0.9);
    padding: .236em;
  }
  .home .featured-products ul.products li.product:nth-of-type(3) {
    clear: left;
  }
}
