/* Variables */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
#header .widget_product_search {
  clear: both;
}
.page-title {
  margin: 0 0 1.618em;
  font-size: 2.618em;
  font-weight: bold;
  text-align: center;
}
.page-title a:link,
.page-title a:visited {
  color: #000000;
}
.star-rating {
  width: 80px;
  height: 1em;
  background: #dedede;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  clear: both;
}
.star-rating span {
  background: #00cbe9;
  height: 100%;
  overflow: hidden;
  float: left;
  text-indent: -999em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.star-rating span span {
  display: none;
}
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;
}
p.stars {
  overflow: hidden;
  zoom: 1;
}
p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: #dedede;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}
p.stars span a:hover,
p.stars span a:focus {
  background: #00cbe9;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.active {
  background: #00cbe9;
  -webkit-border-radius: 3.631em;
  border-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10;
  -webkit-border-top-left-radius: 3.631em;
  -webkit-border-bottom-left-radius: 3.631em;
  border-top-left-radius: 3.631em;
  border-bottom-left-radius: 3.631em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9;
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8;
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7;
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6;
}
.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;
}
.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.cart {
  position: fixed;
  z-index: 9999;
  top: 6.854em;
  right: 0;
}
ul.cart li {
  list-style: none;
}
ul.cart li a {
  position: relative;
  right: -9.8em;
  padding: 1em 2.244em 1em 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  background: #00cbe9;
  -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;
  -webkit-border-top-left-radius: 300px;
  -webkit-border-bottom-left-radius: 300px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}
ul.cart li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  padding: .53em;
  content: "\f07a";
  background: #009fb6;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
ul.cart li a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f179";
  content: '\f061';
  position: relative;
  right: -6em;
  -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;
}
ul.cart li a:hover {
  position: relative;
  right: 0;
  padding-right: 3.2em;
  width: auto;
  text-decoration: none;
  background: #00b5d0;
}
ul.cart li a:hover:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f179";
  content: '\f061';
  right: 0;
}
ul.cart li a:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  background: #007283;
}
.widget .product_list_widget {
  list-style: none;
}
.widget .product_list_widget li {
  border-bottom: 1px dotted #dedede;
  margin: 0 0 1em;
  padding: 0 .53em 1em;
}
.widget .product_list_widget li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.widget .product_list_widget li img {
  width: 3.631em;
  height: auto;
  float: right;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget .product_list_widget li a {
  display: block;
}
.widget .product_list_widget li .star-rating {
  margin: .53em 0;
}
.widget .product_list_widget li .amount {
  font-weight: bold;
}
.widget .product_list_widget li:last-child {
  margin: 0;
  border: none;
}
.widget .star-rating {
  width: 60px;
  height: .618em;
  clear: none;
}
.widget_layered_nav ul {
  list-style: none;
}
.widget_layered_nav ul li .count {
  float: right;
}
.widget_layered_nav ul li.chosen a {
  background: #00cbe9;
  color: #fff;
  font-weight: bold;
  padding: .382em .618em;
}
.widget_layered_nav ul li.chosen a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  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_shopping_cart .total,
.widget_shopping_cart .buttons {
  text-align: center;
}
.widget_shopping_cart .total {
  padding-top: 1.618em;
  border-top: 1px solid #dedede;
  font-size: 1.387em;
}
.widget_shopping_cart .buttons a {
  margin: 0 .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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  background: #fff;
  border: 1px solid #00cbe9;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.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: #00cbe9;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dedede;
}
.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_info,
.woocommerce_error,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 1.387em 1.387em 1.387em 3.631em;
  position: relative;
  margin-bottom: 4.236em;
  background: #f5f5f5;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce_message:before,
.woocommerce_info:before,
.woocommerce_error:before,
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  position: absolute;
  top: 1.09em;
  left: 1em;
  font-size: 1.387em;
}
.woocommerce_message a,
.woocommerce_info a,
.woocommerce_error a,
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #111111;
  text-decoration: underline;
}
.woocommerce_message a:hover,
.woocommerce_info a:hover,
.woocommerce_error a:hover,
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
  text-decoration: none;
}
.woocommerce_message .button,
.woocommerce_info .button,
.woocommerce_error .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  float: right;
  font-size: .857em;
  margin-left: 1em;
  text-decoration: none;
}
.woocommerce_message:before,
.woocommerce-message:before {
  content: "\f05d";
  color: #89b93f;
}
.woocommerce_info:before,
.woocommerce-info:before {
  content: "\f05a";
  color: #111111;
}
.woocommerce_error:before,
.woocommerce-error:before {
  content: "\f05c";
  color: #c84e45;
}
ul.woocommerce_error,
ul.woocommerce_info,
ul.woocommerce_message {
  margin-left: 0 !important;
  list-style: none;
}
.stock.out-of-stock,
.stock.in-stock {
  padding: 1em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
}
.stock.out-of-stock:before,
.stock.in-stock:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
}
.stock.out-of-stock {
  background: #f9ebea;
}
.stock.out-of-stock:before {
  content: "\f05c";
  color: #c84e45;
}
.stock.in-stock {
  background: #eaf3db;
}
.stock.in-stock:before {
  content: "\f05d";
  color: #89b93f;
}
.onsale {
  display: block;
  width: 3.631em;
  padding: 1em 0;
  text-align: center;
  background: #20f292;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: .857em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quantity {
  width: 3.9em;
  position: relative;
  text-align: center;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
}
.quantity .qty {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 50px;
  border: 3px solid #dedede;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
.quantity .plus,
.quantity .minus {
  width: 1.618em;
  padding: 0;
  line-height: 0.2;
  height: 20px;
  width: 20px;
  text-align: center;
  background: none;
  background: #20f292;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  border: none;
  top: 8px;
  color: #fff;
}
.quantity .plus:active,
.quantity .minus:active {
  top: 9px;
}
.quantity .plus:hover,
.quantity .minus:hover {
  background: #0ddc7d;
}
.quantity .plus {
  right: -10px;
}
.quantity .minus {
  left: -10px;
}
ul.products .price,
.summary div[itemprop=offers] .price,
#home-hero .price {
  display: table;
  text-align: center;
}
ul.products .price .amount,
.summary div[itemprop=offers] .price .amount,
#home-hero .price .amount {
  display: inline-block;
  vertical-align: middle;
  width: 4.236em;
  height: 4.236em;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  padding-top: 1.6em;
  background: #e5e5e5;
  color: #444444;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
ul.products .price .from,
.summary div[itemprop=offers] .price .from,
#home-hero .price .from {
  display: table-cell;
  vertical-align: middle;
  width: 4.236em;
  height: 4.236em;
  font-style: italic;
  color: #444444;
}
ul.products .price del,
.summary div[itemprop=offers] .price del,
#home-hero .price del,
ul.products .price ins,
.summary div[itemprop=offers] .price ins,
#home-hero .price ins {
  float: left;
  margin: 0 .53em;
  text-decoration: none;
}
ul.products .price del span,
.summary div[itemprop=offers] .price del span,
#home-hero .price del span {
  position: relative;
}
ul.products .price del span:before,
.summary div[itemprop=offers] .price del span:before,
#home-hero .price del span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.122em 0 0 -0.101em;
  display: block;
  width: .202em;
  height: 2.244em;
  -webkit-transform: rotate(45deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(45deg);
  /* FF3.5+ */
  -ms-transform: rotate(45deg);
  /* IE9 */
  -o-transform: rotate(45deg);
  /* Opera 10.5 */
  transform: rotate(45deg);
  zoom: 1;
  background: #c84e45;
}
.summary div[itemprop=offers] .price .amount {
  background: #00cbe9;
  color: #fff;
}
.summary div[itemprop=offers] .price del .amount {
  background: #e5e5e5;
  color: #444444;
}
ul.products {
  list-style: none;
  position: relative;
}
ul.products:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
ul.products li.product {
  width: 48%;
  float: left;
  clear: left;
  position: relative;
  text-align: center;
  margin-bottom: 2.618em;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
ul.products li.product a {
  display: block;
  padding: 1.387em 1em;
}
ul.products li.product a:hover {
  text-decoration: none;
}
ul.products li.product a:hover .price .amount {
  background: #444444;
  color: #e5e5e5;
}
ul.products li.product a:hover .price del .amount {
  background: #e5e5e5;
  color: #444444;
}
ul.products li.product:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li.product h3 {
  margin: 0 0 1.618em;
  font-size: 1em;
  line-height: 1.387;
}
ul.products li.product h3 a {
  color: #111111;
}
ul.products li.product img {
  display: block;
  height: auto;
  margin: 0 auto 1.618em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ul.products li.product .onsale {
  position: absolute;
  top: -0.53em;
  right: -0.53em;
  -webkit-transform: rotate(30deg);
  /* Saf3.1+, Chrome */
  -moz-transform: rotate(30deg);
  /* FF3.5+ */
  -ms-transform: rotate(30deg);
  /* IE9 */
  -o-transform: rotate(30deg);
  /* Opera 10.5 */
  transform: rotate(30deg);
  zoom: 1;
}
ul.products li.product .price {
  margin: 0 auto;
}
ul.products li.product .add_to_cart_button {
  opacity: 0;
  filter: alpha(opacity=@opacity * 100);
  position: absolute;
  top: 0em;
  left: 1em;
  right: 1em;
  padding: .236em .857em;
  background: #00cbe9;
  color: #fff;
  text-shadow: none;
  -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;
}
ul.products li.product .add_to_cart_button:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid #00cbe9;
  border-color: #00cbe9 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
  margin-left: -5px;
}
ul.products li.product .add_to_cart_button:hover {
  background: #00beda;
}
ul.products li.product .add_to_cart_button:hover:before {
  border-color: #00beda transparent transparent transparent;
}
ul.products li.product:hover {
  background: #e8e8e8;
}
ul.products li.product:hover .add_to_cart_button {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  top: -1em;
}
ul.products li.product .star-rating {
  margin: 0 auto 1.618em;
}
.button.loading:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f179";
  content: "\f021";
  -webkit-animation-name: spin-360;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
.button.added:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f179";
  content: "\f00c";
}
.woocommerce_ordering {
  font-size: .857em;
  color: #444444;
  margin: 2.618em 0;
  text-align: center;
}
.woocommerce_ordering + ul.products {
  clear: both;
}
.single-product .product {
  position: relative;
}
.single-product .product > .onsale {
  position: absolute;
  top: -0.53em;
  left: -0.53em;
  z-index: 9999;
}
.single-product .summary {
  margin-bottom: 4.236em;
}
.single-product .summary .product_meta {
  font-style: italic;
  font-size: .857em;
  color: #444444;
}
.single-product .summary .product_meta a {
  color: #444444;
}
.single-product .summary .single_add_to_cart_button {
  margin-top: 3px;
  background: #00cbe9;
  color: #fff;
  text-shadow: none;
}
.single-product .summary .single_add_to_cart_button:hover {
  background: #00b5d0;
}
.single-product .summary .quantity {
  margin-right: 1.618em;
}
.single-product table.variations,
.single-product table.variations tr,
.single-product table.variations td {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-product table.variations .label {
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: .857em;
}
.single-product table.variations select {
  width: 100%;
}
.single-product table.variations a.reset_variations {
  display: block;
  text-align: right;
  padding-top: .5em;
  text-transform: uppercase;
  font-size: .618em;
  color: #5e5e5e;
}
.single-product table.variations a.reset_variations:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  content: "\f021";
}
.single-product .single_variation_wrap {
  padding: 1em;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-product .single_variation_wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.single-product .single_variation_wrap .price {
  display: block;
  float: left;
  margin: 0 1.618em 0 1em;
  font-weight: bold;
  font-size: 1.387em;
  color: #000000;
}
.single-product .quantity {
  float: left;
  margin: 0 1em 0 0;
}
.single-product .images {
  margin-bottom: 4.236em;
  padding: 1.387em 1.387em 0;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.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;
}
.single-product .thumbnails a {
  display: block;
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.single-product .thumbnails a img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.single-product .thumbnails a.last {
  margin-right: 0;
}
.shipping_calculator h2 {
  font-size: 1.387em;
}
.shipping_calculator h2 a {
  display: block;
}
.shipping_calculator h2 a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  content: '\f0ac';
}
.shipping_calculator h2 a:hover {
  text-decoration: none;
}
a.reset_variations {
  display: block;
}
a.reset_variations:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  content: "\f021";
}
#wrapper .woocommerce-tabs {
  margin: 0 0 4.236em;
  border-bottom: 1px solid #dedede;
  clear: both;
}
#wrapper .woocommerce-tabs ul.tabs {
  position: relative;
  margin: 0;
  z-index: 0;
  text-align: left;
}
#wrapper .woocommerce-tabs ul.tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#wrapper .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0 .53em 0;
}
#wrapper .woocommerce-tabs ul.tabs li a {
  position: relative;
  padding: .618em 1em;
  font-size: 1em;
  font-weight: bold;
  background: #f5f5f5;
  color: #444444;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
#wrapper .woocommerce-tabs ul.tabs li a:hover {
  top: -6px;
  text-decoration: none;
}
#wrapper .woocommerce-tabs ul.tabs li.active a {
  top: -6px;
  background: #dedede;
}
#wrapper .woocommerce-tabs .panel {
  position: relative;
  z-index: 1;
  padding: 2.244em 0 1.618em;
  background: #fff;
  border-top: 2px solid #dedede;
}
ul.order_details {
  list-style: none;
  border: 1px solid #dedede;
  position: relative;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
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 #dedede;
  font-size: .8em;
  text-transform: uppercase;
  color: #666666;
}
ul.order_details li strong {
  display: block;
  font-size: 1.387em;
  text-transform: none;
  color: #111111;
}
ul.digital-downloads li {
  list-style: none;
  margin-bottom: .618em;
  padding-bottom: .618em;
  border-bottom: 1px solid #dedede;
}
ul.digital-downloads li .count {
  float: right;
}
ul.digital-downloads li a:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  content: "\f01a";
}
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';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: "\f179";
  content: "\f071";
}
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: center;
}
table.cart td {
  vertical-align: middle;
}
table.cart td.product-remove a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 16px;
  height: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff!important;
  background: #e5e5e5;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
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;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table.cart td.product-name a {
  color: #111111;
  font-weight: 700;
}
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-price,
table.cart td.product-subtotal {
  text-align: right;
}
table.cart td.product-subtotal {
  font-weight: 700;
}
table.cart .actions .coupon {
  margin: 0 0 1.618em;
  padding: .53em 1em 1.618em;
  border-bottom: 1px solid #dedede;
}
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: 0 0 1em;
  width: 100%;
}
.cross-sells ul.products {
  margin-left: 0;
}
#shipping_method {
  list-style: none;
  margin: 0;
}
#reviews #comments {
  padding: .53em 1.618em;
}
#reviews #comments .star-rating {
  float: right;
  margin: .857em 1em 0 0;
}
#reviews #comments ol.commentlist {
  border-top: 1px solid #dedede;
}
#reviews #comments .comment {
  padding: 1.618em 0 1em;
  position: relative;
  border-bottom: 1px solid #dedede;
}
#reviews #comments .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#reviews #comments .comment .comment_container {
  margin: 0 1em;
}
#reviews #comments .comment img {
  float: left;
  margin: 0 1.618em 1em 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#reviews #comments .comment .meta {
  margin: 0 .382em .618em;
  font-weight: normal;
  font-style: italic;
  color: #444444;
}
#reviews #comments .comment .star-rating {
  margin: 0;
  position: absolute;
  top: 25px;
  right: 0;
}
#reviews #comments .add_review {
  clear: both;
}
.single-product .summary .woocommerce-product-rating {
  margin: 0 0 1.387em;
}
.single-product .summary .woocommerce-product-rating .star-rating {
  float: right;
  margin-top: .236em;
}
.single-product #respond #commentform .comment-form-author,
.single-product #respond #commentform .comment-form-email {
  width: 48%;
}
.single-product #respond #commentform .comment-form-author input,
.single-product #respond #commentform .comment-form-email input {
  width: 95%;
}
.single-product #respond #commentform .comment-form-author .required,
.single-product #respond #commentform .comment-form-email .required {
  color: red;
  padding: 2px 2px 0 0;
}
.single-product #respond #commentform .comment-form-email {
  margin-right: 0;
}
.single-product #respond #commentform .comment-form-rating {
  clear: both;
  width: 100%;
  text-align: center;
}
.single-product #respond #commentform p.stars {
  width: 80px;
  margin: 0 auto;
}
#payment {
  border: 1px solid #dedede;
  -webkit-border-radius: 0.327em;
  border-radius: 0.327em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#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 #dedede;
  padding: 0 !important;
}
#payment .payment_methods li {
  list-style: none !important;
  padding: 1em !important;
  border-bottom: 1px solid #dedede;
  margin-left: 0;
}
#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: bold;
}
#payment .payment_methods li p {
  margin-bottom: 0;
}
#payment .payment_methods li .payment_box {
  padding: 1em;
  margin: 1em -1em -1em -1em;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* IE10 */
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f5f5f5, #f1f1f1);
  border-top: 1px solid #dedede;
}
#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;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#payment .place-order .button {
  font-size: 1.387em;
  width: 100%;
}
#customer_details label,
#customer_details input {
  display: block;
  width: 100%;
}
#customer_details label {
  margin-bottom: .53em;
}
#customer_details textarea {
  width: 100%;
}
#customer_details #shiptobilling {
  margin: .857em 0 0;
  width: 45%;
  float: right;
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .857em;
}
#customer_details #shiptobilling label,
#customer_details #shiptobilling input {
  display: inline;
  width: auto;
}
#customer_details #createaccount,
#customer_details label.checkbox {
  display: inline;
  width: auto;
}
#customer_details #createaccount {
  margin-right: .53em;
}
/* Edit Address */
.addresses .title {
  margin: 0 0 .53em;
}
@media only screen and (min-width: 768px) {
  #header .widget_product_search {
    float: right;
    clear: none;
  }
  .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;
  }
  .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;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  .form-row.notes {
    width: 100%;
    float: none;
  }
  .form-row.notes textarea {
    width: 100%;
    *width: 90%;
  }
  .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';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: "\f179";
    content: "\f044";
  }
  .pagination-wrap .woo-pagination {
    float: left;
    width: 70%;
    text-align: left;
  }
  .pagination-wrap .woocommerce_ordering {
    float: right;
    margin: 1.618em 0;
    width: 25%;
    text-align: right;
  }
  ul.products li.product {
    margin-right: 3.8%;
    clear: none;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .woocommerce-columns-2 ul.products li.product {
    width: 48%;
  }
  .woocommerce-columns-3 ul.products li.product {
    width: 30.75%;
  }
  .woocommerce-columns-4 ul.products li.product {
    width: 22.05%;
  }
  .woocommerce-columns-5 ul.products li.product {
    width: 16.96%;
  }
  .single-product .images,
  .single-product .summary {
    width: 48%;
  }
  .single-product .images {
    float: left;
  }
  .single-product .summary {
    float: right;
  }
  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 .coupon label,
  table.cart .actions .coupon input.input-text,
  table.cart .actions .coupon .button {
    display: inline;
    margin: 0;
  }
  table.cart .actions .coupon label {
    font-weight: bold;
    margin: 0 1em 0 0;
  }
  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 {
    float: left;
    margin: 0 .53em 1em;
    width: 46.5%;
  }
  .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 .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 .notes {
    clear: both;
  }
}
.ie8 ul.cart {
  top: -390px;
  right: -297px;
  overflow: hidden;
}
.ie8 ul.products li.product .add_to_cart_button {
  display: none;
}
.ie8 ul.products li.product:hover .add_to_cart_button {
  display: block;
}
