/**
 * 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: #dc3e29;
  font-size: .857em;
  padding: .077em .382em;
  color: #fbfbfb;
  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: 4.7em;
  font-family: "fontawesome";
  font-weight: 400 !important;
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  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;
  color: #f0a928;
}
.required {
  color: red;
  font-weight: 700;
  text-decoration: none;
  border: 0 !important;
}
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 #f2f2f2;
}
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: #f7f7f7;
  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,
.added_to_cart {
  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;
  color: #dc3e29;
}
.button.added:after {
  display: inline-block;
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: .618em;
  color: #dc3e29;
}
.added_to_cart {
  display: inline-block !important;
  margin-top: .53em;
}
.added_to_cart:after {
  display: inline-block;
  content: "\f07a";
  font-family: 'FontAwesome';
  margin-left: .618em;
  color: #dc3e29;
}
.added_to_cart:hover {
  color: #fff;
}
.button.alt {
  background: #dc3e29;
  color: #f7f7f7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.alt:hover {
  background-color: #cb2d18;
}
.button#place_order {
  font-size: 1.387em;
}
.widget .product_list_widget {
  list-style: none;
}
.widget .product_list_widget li {
  border-bottom: 1px dotted #f2f2f2;
  margin: 0 0 1em;
  padding: 0 0 1em 0;
}
.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;
}
.widget .product_list_widget li a {
  display: block;
}
.widget .product_list_widget li:last-child {
  margin: 0;
  border: none;
}
.widget.widget_shopping_cart {
  background-color: #dc3e29;
  padding: 1.618em;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 0.387em solid #ba1c07;
}
.widget.widget_shopping_cart h3 {
  color: #f7f7f7;
  border-color: #fe604b;
}
.widget.widget_shopping_cart ul {
  margin: 0;
}
.widget.widget_shopping_cart li {
  border-color: #cb2d18;
}
.widget.widget_shopping_cart li a {
  color: #f7f7f7;
}
.widget.widget_shopping_cart p.total,
.widget.widget_shopping_cart p.buttons {
  text-align: center;
}
.widget.widget_shopping_cart p.total {
  text-transform: uppercase;
  padding: 1em 0;
  border: 1px solid #cb2d18;
  border-width: 1px 0;
  letter-spacing: 1px;
  font-size: .857em;
}
.widget.widget_shopping_cart p.buttons {
  margin: 0;
}
#sidebar .widget.widget_shopping_cart h3:after {
  background-color: #e64833;
}
#sidebar .widget.widget_shopping_cart h3 span {
  background-color: #dc3e29 !important;
}
.widget_layered_nav ul {
  list-style: none;
}
.widget_layered_nav ul li .count {
  float: right;
}
.widget_layered_nav ul li.chosen a {
  background: #dc3e29;
  color: #f7f7f7;
  font-weight: bold;
  padding: .382em .618em;
}
.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: #f7f7f7;
  border: 1px solid #dc3e29;
  -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: #dc3e29;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #f2f2f2;
}
.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 4.236em;
  border: 1px solid #f2f2f2;
  border-left: 0.202em solid #89b93f;
  margin-bottom: 2.618em;
  font-weight: normal;
  position: relative;
  background-color: #fff;
}
.woocommerce_message:before,
.woocommerce-message:before {
  font-family: 'FontAwesome';
  content: "\f05d";
  color: #89b93f;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  text-align: center;
  padding: 1em;
  font-weight: normal !important;
}
.woocommerce_message .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce_error,
.woocommerce-error {
  padding: 1em 1.618em 1em 4.236em;
  border: 1px solid #f2f2f2;
  border-left: 0.202em solid #c84e45;
  margin-bottom: 2.618em;
  font-weight: normal;
  position: relative;
  background-color: #fff;
}
.woocommerce_error:before,
.woocommerce-error:before {
  font-family: 'FontAwesome';
  content: "\f05c";
  color: #c84e45;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  text-align: center;
  padding: 1em;
  font-weight: normal !important;
}
.woocommerce_info,
.woocommerce-info {
  padding: 1em 1.618em 1em 4.236em;
  border: 1px solid #f2f2f2;
  border-left: 0.202em solid #34a1d9;
  margin-bottom: 2.618em;
  font-weight: normal;
  position: relative;
  background-color: #fff;
}
.woocommerce_info:before,
.woocommerce-info:before {
  font-family: 'FontAwesome';
  content: "\f05a";
  color: #34a1d9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  text-align: center;
  padding: 1em;
  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: 1em 0;
  text-align: center;
  background: #89b93f;
  color: #f7f7f7;
  font-weight: bold;
  font-size: .857em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.quantity {
  position: relative;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
}
.quantity .qty {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.631em;
  text-align: center;
  margin: 0 .236em;
  height: 2.244em;
}
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;
  margin-bottom: 2.618em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
  padding-bottom: 2.244em;
  position: relative;
}
ul.products li.product:nth-child(2n) {
  float: right;
  clear: none;
}
ul.products li.product a {
  display: block;
}
ul.products li.product a:hover {
  text-decoration: none;
}
ul.products li.product img {
  display: block;
  height: auto;
  margin: 0 auto 1.618em;
}
ul.products li.product .onsale {
  position: absolute;
  top: -0.53em;
  right: -0.53em;
  z-index: 99;
}
ul.products li.product .star-rating {
  margin: .618em auto .618em;
  font-size: .857em;
}
ul.products li.product .price {
  display: block;
  padding: 0 2.244em 0;
  font-size: .857em;
  margin-bottom: 1.618em;
}
ul.products li.product .button {
  display: inline-block;
}
ul.products li.product h3 {
  padding: 0 1em .618em;
  margin: 0 0 1em;
  position: relative;
}
ul.products li.product h3:after {
  content: "";
  display: block;
  width: 4em;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2em;
}
.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 div.product {
  position: relative;
}
.single-product div.product > .onsale {
  position: absolute;
  top: -0.53em;
  left: -0.53em;
  z-index: 999;
}
.single-product div.product .woocommerce-product-rating .star-rating {
  float: left;
  line-height: 1.618;
  height: 1.618em;
  margin-right: .618em;
}
.single-product div.product .woocommerce-product-rating a {
  font-size: .857em;
}
.single-product div.product .summary .price {
  font-weight: 700;
  padding: 1em 0;
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
  font-size: 1.387em;
}
.single-product div.product del {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
}
.single-product .woocommerce-tabs {
  margin-bottom: 2.618em;
}
.single-product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
}
.single-product .woocommerce-tabs ul.tabs li.description_tab a:before,
.single-product .woocommerce-tabs ul.tabs li.additional_information_tab a:before,
.single-product .woocommerce-tabs ul.tabs li.reviews_tab 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: "\f05a";
}
.single-product .woocommerce-tabs ul.tabs li.description_tab a:before {
  content: "\f0f6";
}
.single-product .woocommerce-tabs ul.tabs li.additional_information_tab a:before {
  content: "\f022";
}
.single-product .woocommerce-tabs ul.tabs li.reviews_tab a:before {
  content: "\f005";
}
.single-product .woocommerce-tabs .panel {
  padding: 2.244em;
  background-color: #f7f7f7;
  border-top: 0;
}
.single-product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.single-product .single_variation_wrap .price {
  display: block;
  color: #222222;
  margin-bottom: 1em;
  font-size: 1.618em;
  padding: .53em 0;
  text-align: center;
}
.single-product .product_meta {
  padding-top: 1em;
  border-top: 1px solid #f2f2f2;
}
.single-product .quantity {
  float: left;
  margin: 0 1em 0 0;
}
.single-product .images img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.single-product .thumbnails a {
  display: block;
  width: 30.75%;
  margin-right: 3.8%;
  float: left;
}
.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";
  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 #f2f2f2;
  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 #f2f2f2;
  font-size: .8em;
  text-transform: uppercase;
  color: #aaaaaa;
}
ul.order_details li strong {
  display: block;
  font-size: 1.387em;
  text-transform: none;
  color: #555555;
}
ul.digital-downloads li {
  list-style: none;
  margin-bottom: .618em;
  padding-bottom: .618em;
  border-bottom: 1px solid #f2f2f2;
}
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";
}
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 {
  margin-bottom: 2.618em;
}
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: 1.618em;
  height: 1.618em;
  font-weight: 700;
  line-height: 1;
  color: #f7f7f7!important;
  background: #333333;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 1.387;
}
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 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 #f2f2f2;
}
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%;
}
.cart-collaterals {
  padding-top: 2.618em;
}
.cross-sells ul.products {
  margin-left: 0;
}
#shipping_method {
  list-style: none;
  margin: 0;
}
#reviews .commentlist {
  margin: 0 -2.244em 2.244em;
  border-top: 1px solid #f2f2f2;
}
#reviews .comment {
  padding: 2.244em;
  position: relative;
  width: auto !important;
  border-bottom: 1px solid #f2f2f2;
}
#reviews .comment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#reviews .comment .comment_container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#reviews .comment .comment_container .avatar {
  float: left;
}
#reviews .comment .comment_container .comment-text {
  margin-left: 85px;
}
#reviews .comment .comment_container .comment-text p:last-child {
  margin-bottom: 0;
}
#reviews .comment.thread-even {
  background-color: #fbfbfb;
}
#reviews .comment .meta {
  margin: 0 0 .618em;
  font-weight: normal;
  font-size: .857em;
  color: #777777;
}
#reviews .comment .meta strong {
  color: #555555;
  font-size: 1.2em;
}
#reviews .comment .star-rating {
  margin: 0;
  float: right;
}
#reviews .add_review {
  clear: both;
}
#reviews #respond {
  margin: 0;
  padding: 1.618em 0 0 0;
}
#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;
}
.woocommerce-checkout .clear {
  clear: both;
}
.woocommerce-checkout .login .button {
  float: left;
  margin-right: 1em;
}
.woocommerce-checkout .login .lost_password {
  clear: both;
  margin-bottom: 2.618em;
}
.woocommerce-checkout .login .lost_password: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: "\f023";
}
.woocommerce-checkout #customer_details .clear {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1.618em;
}
#payment {
  background-color: #f7f7f7;
}
#payment:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#payment .create-account {
  clear: both;
}
#payment .form-row.terms {
  width: 100%;
  float: none;
  margin-bottom: 0;
  margin-top: 1em;
}
#payment .payment_methods {
  margin: 0 !important;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 !important;
}
#payment .payment_methods li {
  list-style: none !important;
  padding: 1.387em !important;
  border-bottom: 1px solid #f2f2f2;
  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;
  cursor: pointer;
}
#payment .payment_methods li p {
  margin-bottom: 0;
}
#payment .payment_methods li .payment_box {
  padding: 1.387em;
  margin: 1em -1.387em -1.387em -1.387em;
  background: #fbfbfb;
  border-top: 1px solid #f2f2f2;
}
#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: 1.387em;
  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: 768px) {
  #header #navigation .widget_product_search #s {
    padding: .236em .5em;
  }
  #header .nav.cart li {
    border-width: 0 0 0 1px;
  }
  #header .cart-contents .count {
    background: none;
    font-size: 1em;
    float: none;
    padding: 0;
    color: inherit;
    margin: 0;
    font-weight: normal;
    padding: 0 .327em;
    font-size: .857em;
    color: #999999;
    background-color: transparent !important;
  }
  #header .cart-contents:after {
    float: none;
    line-height: 1;
  }
  #header .cart-contents:hover .count {
    color: #dc3e29;
  }
  #header .current-menu-item .cart-contents:after {
    float: none !important;
    display: inline-block !important;
    font-size: 1em !important;
    line-height: 1 !important;
  }
  .col2-set {
    clear: both;
  }
  .col2-set:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .col2-set .col-1 {
    width: 47%;
    float: left;
  }
  .col2-set .col-2 {
    width: 47%;
    float: right;
  }
  .form-row {
    width: 47%;
    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.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";
  }
  ul.products li.product {
    margin-right: 3.8%;
    clear: none;
    width: 30.75%;
  }
  ul.products li.product:nth-child(2n) {
    float: left;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  .single-product .images,
  .single-product .summary {
    width: 47%;
    margin-bottom: 3.236em;
  }
  .single-product .images {
    float: left;
  }
  .single-product .summary {
    float: right;
  }
  .single-product .woocommerce-tabs {
    margin-bottom: 3.236em;
    padding-top: 3.236em;
    padding-bottom: 3.236em;
    border: 1px solid #f2f2f2;
    border-width: 1px 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: 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 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 {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .cart-collaterals {
    border-top: 1px solid #f2f2f2;
    padding-top: 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%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2.244em;
  }
  .cart-collaterals .cross-sells {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-top-width: 0;
    padding-right: 2.244em;
    padding-left: 2.244em;
    background-color: rgba(0, 0, 0, 0.015);
  }
  .cart-collaterals .cross-sells ul {
    margin: 0;
  }
  .cart-collaterals .cross-sells ul li {
    width: 48%;
  }
  .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;
  }
  form.checkout:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #customer_details {
    width: 48%;
    float: left;
  }
  #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;
  }
  #order_review_heading,
  #order_review_heading + #order_review {
    width: 48%;
    float: right;
  }
  .woocommerce.columns-1 ul.products li.product,
  .woocommerce-page.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
  .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%;
  }
  .woocommerce.columns-4 ul.products li.product,
  .woocommerce-page.columns-4 ul.products li.product {
    width: 22.05%;
  }
  .woocommerce.columns-5 ul.products li.product,
  .woocommerce-page.columns-5 ul.products li.product {
    width: 16.95%;
  }
  .woocommerce.columns-6 ul.products li.product,
  .woocommerce-page.columns-6 ul.products li.product {
    width: 13.5%;
  }
}
