@font-face {
  font-family: 'star';
  src: url('../fonts/star.eot');
  src: url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WooCommerce';
  src: url('../fonts/WooCommerce.eot');
  src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}

.wc-forward:after,
.wc-forward a:after {
  font-family: 'WooCommerce';
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e029";
  font-size: .75em
}

.wc-backward:before,
.wc-backward a:before {
  font-family: 'WooCommerce';
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 7px;
  content: "\e02f";
  font-size: .75em
}

p.demo_store {
  display: none
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 1em 1em 3.5em;
  margin: 0 0 2em !important;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fcfbfc;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfbfc), to(#f7f6f7));
  background: -webkit-linear-gradient(#fcfbfc, #f7f6f7);
  background: -moz-linear-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
  background: -moz-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
  color: #5e5e5e;
  text-shadow: 0 1px 0 #fff;
  list-style: none outside !important;
  width: auto;
  -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, 0.3)
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: " ";
  display: table
}

.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
  clear: both
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding-top: 1em;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1)
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  border-top: 3px solid #8fae1b
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
  background-color: #8fae1b;
  content: "\2713"
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top: 3px solid #1e85be
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
  background-color: #1e85be;
  content: "i";
  font-family: Times, Georgia, serif;
  font-style: italic
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top: 3px solid #b81c23
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
  background-color: #b81c23;
  content: "\00d7";
  font-weight: 700
}

small.note {
  display: block;
  color: #777;
  font-size: 11px;
  line-height: 21px;
  margin-top: 10px
}

.woocommerce-breadcrumb a {
  color: #777
}

div.product {
  margin-bottom: 0;
  position: relative
}

div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0
}

div.product span.price,
div.product p.price {
  color: #85ad74
}

div.product span.price ins,
div.product p.price ins {
  background: inherit
}

.product .price ins .amount,
div.product span.price ins,
div.product p.price ins {
  color: #de0202
}

div.product span.price del,
div.product p.price del {
  color: rgba(145, 145, 145, 0.5)
}

.single_product div.product .stock {
  font-size: .92em
}

div.product .out-of-stock {
  color: red
}

div.product div.images {
  margin-bottom: 2em
}

div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s
}

div.product div.summary {
  margin-bottom: 2em
}

div.product div.social {
  text-align: right;
  margin: 0 0 1em
}

div.product div.social span {
  margin: 0 0 0 2px
}

div.product div.social span span {
  margin: 0
}

div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0
}

div.product div.social iframe {
  float: left;
  margin-top: 3px
}

div.product p.cart {
  margin-bottom: 2em;
}

div.product p.cart:before,
div.product p.cart:after {
  content: " ";
  display: table
}

div.product p.cart:after {
  clear: both
}

div.product form.cart {
  margin-bottom: 2em;
}

div.product form.cart:before,
div.product form.cart:after {
  content: " ";
  display: table
}

div.product form.cart:after {
  clear: both
}


div.product form.cart table {
  border-width: 0 0 1px 0
}

div.product form.cart table td {
  padding-left: 0
}

div.product form.cart table small.stock {
  display: block;
  float: none
}

div.product form.cart .variations {
  margin-bottom: 1em;
  max-width: 300px;
  width: 100%
}

div.product form.cart .variations label {
  font-weight: bold
}

div.product form.cart .variations select {
  width: 100%;
  float: left
}

div.product form.cart .variations td.label {
  width: 100px;
  padding: 5px 10px 5px 5px
}

div.product form.cart .variations td {
  vertical-align: top
}

div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em
}

div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: .5em
}

span.onsale {
  min-height: 32px;
  min-width: 32px;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 32px;
  top: 6px;
  left: 6px;
  margin: 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #a1c094;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1c094), to(#85ad74));
  background: -webkit-linear-gradient(#a1c094, #85ad74);
  background: -moz-linear-gradient(center top, #a1c094 0, #85ad74 100%);
  background: -moz-gradient(center top, #a1c094 0, #85ad74 100%);
  text-shadow: 0 -1px 0 #85ad74;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2)
}

.sale-flash {
  position: absolute;
  top: 9px;
  left: -10px;
  width: 62px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #ff7300;
  color: #fff;
  font-family: "loveloblack";
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 899
}

.products ul,
ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}

.products ul:before,
.products ul:after {
  content: " ";
  display: table
}

.products ul:after,
ul.products:after {
  clear: both
}

.products ul li,
ul.products li {
  list-style: none outside
}

ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -6px -6px 0 0
}

ul.products li.product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em
}

ul.products li.product a {
  text-decoration: none
}

ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 8px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s
}

ul.products li.product a:hover img {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4)
}

ul.products li.product strong {
  display: block
}

ul.products li.product .price {
  color: #85ad74;
  display: block;
  font-weight: normal;
  margin-bottom: .5em
}

ul.products li.product .price del {
  font-size: .67em;
  color: rgba(145, 145, 145, 0.5);
  margin: -2px 0 0 0
}

ul.products li.product .price ins {
  background: 0
}

ul.products li.product .price .from {
  font-size: .67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(145, 145, 145, 0.5)
}

.woocommerce-result-count {
  margin: 0 0 1em
}

.woocommerce-ordering {
  margin: 0 0 1em
}

.woocommerce-ordering select {
  vertical-align: top
}

.woocommerce nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
  text-align: center
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #dfdbdf;
  border-right: 0;
  margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
  border-right: 1px solid #dfdbdf;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: .5em;
  min-width: 1em;
  display: block
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
  background: #f7f6f7;
  color: #978a97
}

.cart .button,
.cart input.button {
  float: none
}

a.added_to_cart {
  padding-top: .5em;
  white-space: nowrap;
  display: inline-block
}

#reviews h2 small {
  float: right;
  color: #777;
  font-size: 15px;
  line-height: 21px;
  margin: 10px 0 0 0
}

#reviews h2 small a {
  text-decoration: none;
  color: #777
}

#reviews h3 {
  margin: 0
}

#reviews #respond {
  margin: 0;
  border: 0;
  padding: 0
}

#reviews #comment {
  height: 75px
}

#reviews #comments .add_review:before,
#reviews #comments .add_review:after {
  content: " ";
  display: table
}

#reviews #comments .add_review:after {
  clear: both
}

#reviews #comments h2 {
  clear: none
}

#reviews #comments ol.commentlist {

  margin: 0;
  width: 100%;
  background: 0;
  list-style: none
}

#reviews #comments ol.commentlist:before,
#reviews #comments ol.commentlist:after {
  content: " ";
  display: table
}

#reviews #comments ol.commentlist:after {
  clear: both
}

#reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0
}

#reviews #comments ol.commentlist li .meta {
  color: #777;
  font-size: .75em
}

#reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #f7f6f7;
  border: 1px solid #f0eef0;
  margin: 0;
  line-height: 1
}

#reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #f0eef0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
}

#reviews #comments ol.commentlist li .comment-text:before,
#reviews #comments ol.commentlist li .comment-text:after {
  content: " ";
  display: table
}

#reviews #comments ol.commentlist li .comment-text:after {
  clear: both
}

#reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em
}

#reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: .83em
}

#reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px
}

#reviews #comments ol.commentlist ul.children .star-rating {
  display: none
}

#reviews #comments ol.commentlist #respond {
  border: 1px solid #f0eef0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px
}

#reviews #comments .commentlist>li:before {
  content: ""
}

.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 23px;
  line-height: 1em;
  font-size: 1em;
  width: 125px;
  font-family: 'star'
}

.dialog_window .star-rating {
  width: 140px
}

.star-rating:before {
  color: #dfdbdf;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  height: 0
}

.star-rating span:before {
  top: 0;
  position: absolute;
  left: 0
}

.woocommerce-product-rating {
  line-height: 2em;
  display: inline-block
}

.woocommerce-product-rating .star-rating {
  display: inline-block;
  margin-right: 15px
}

.reviews_footer.top .star-rating {
  margin: 0 4px 0 0;
  float: left
}

.reviews_footer.bottom .star-rating,
.woocommerce-page .reviews_footer.bottom .woocommerce-product-rating .star-rating {
  float: left
}

.products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none
}

.hreview-aggregate .star-rating {
  margin: 10px 0 0 0
}

.woocommerce p.stars,
.woocommerce-page p.stars {
  position: relative;
  font-size: 1em
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative
}

.woocommerce p.stars a:last-child,
.woocommerce-page p.stars a:last-child {
  border-right: 0
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
  border-right: 1px solid #ccc
}

.woocommerce p.stars a.star-1:after,
.woocommerce p.stars a.star-2:after,
.woocommerce p.stars a.star-3:after,
.woocommerce p.stars a.star-4:after,
.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-1:after,
.woocommerce-page p.stars a.star-2:after,
.woocommerce-page p.stars a.star-3:after,
.woocommerce-page p.stars a.star-4:after,
.woocommerce-page p.stars a.star-5:after {
  font-family: "WooCommerce";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0
}

.woocommerce p.stars a.star-1,
.woocommerce-page p.stars a.star-1 {
  width: 2em
}

.woocommerce p.stars a.star-1:after,
.woocommerce-page p.stars a.star-1:after {
  content: "\e021"
}

.woocommerce p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after,
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce-page p.stars a.star-1.active:after {
  content: "\e020"
}

.woocommerce p.stars a.star-2,
.woocommerce-page p.stars a.star-2 {
  width: 3em
}

.woocommerce p.stars a.star-2:after,
.woocommerce-page p.stars a.star-2:after {
  content: "\e021\e021"
}

.woocommerce p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after,
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce-page p.stars a.star-2.active:after {
  content: "\e020\e020"
}

.woocommerce p.stars a.star-3,
.woocommerce-page p.stars a.star-3 {
  width: 4em
}

.woocommerce p.stars a.star-3:after,
.woocommerce-page p.stars a.star-3:after {
  content: "\e021\e021\e021"
}

.woocommerce p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after,
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce-page p.stars a.star-3.active:after {
  content: "\e020\e020\e020"
}

.woocommerce p.stars a.star-4,
.woocommerce-page p.stars a.star-4 {
  width: 5em
}

.woocommerce p.stars a.star-4:after,
.woocommerce-page p.stars a.star-4:after {
  content: "\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after,
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce-page p.stars a.star-4.active:after {
  content: "\e020\e020\e020\e020"
}

.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-5 {
  width: 6em;
  border: 0
}

.woocommerce p.stars a.star-5:after,
.woocommerce-page p.stars a.star-5:after {
  content: "\e021\e021\e021\e021\e021"
}

.woocommerce p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after,
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce-page p.stars a.star-5.active:after {
  content: "\e020\e020\e020\e020\e020"
}

#review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0
}

#review_form #respond:before,
#review_form #respond:after {
  content: " ";
  display: table
}

#review_form #respond:after {
  clear: both
}

#review_form #respond p {
  margin: 0 0 10px
}

#review_form #respond .form-submit input {
  left: auto
}

#review_form #respond textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%
}

table.shop_attributes th {
  width: 150px;
  font-weight: bold;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em
}

table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em
}

table.shop_attributes td p {
  margin: 0;
  padding: 8px 0
}

table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025)
}

table.shop_table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

table.shop_table th {
  font-weight: bold;
  line-height: 18px;
  padding: 9px 12px
}

table.shop_table td {
  border-top: 1px solid #afb4c7;
  padding: 6px 12px;
  vertical-align: middle
}

table.shop_table td small {
  font-weight: normal
}

table.shop_table tfoot td,
table.shop_table tfoot th {
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

table.cart .product-thumbnail {
  min-width: 32px
}

table.cart img,
#content table.cart img {
  height: 100px;
  width: auto
}

table.cart th,
table.cart td {
  vertical-align: middle
}

table.cart a.remove {
  color: red
}

table.cart a.remove:hover {
  background-color: red;
  color: #fff
}

table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dfdbdf;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
  line-height: 1em
}

table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1em
}

.cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block
}

.cart-collaterals .shipping_calculator .shipping-calculator-button:after {
  font-family: 'WooCommerce';
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 7px;
  content: "\e02e"
}

.cart-collaterals .cart_totals p {
  margin: 0
}

.cart-collaterals .cart_totals p small {
  color: #777;
  font-size: .83em
}

.cart-collaterals .cart_totals table {
  border-collapse: separate;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 6px;
  padding: 0
}

.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0
}

.cart-collaterals .cart_totals table th {
  padding: 6px 12px 0 0;
  width: 25%
}

.cart-collaterals .cart_totals table td {
  padding: 6px 0
}

.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th {
  vertical-align: top
}

.cart-collaterals .cart_totals table small {
  display: block;
  color: #777
}

.cart-collaterals .cart_totals table select {
  width: 100%
}

.cart-collaterals .cart_totals .discount td {
  color: #85ad74
}

.cart-collaterals .cart_totals tr td,
.cart-collaterals .cart_totals tr th {
  border-top: 1px solid #f7f6f7
}

.cart-collaterals .cart_totals a.button.alt {
  display: inline-block
}

.cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0
}

form .form-row {
  padding: 3px;
  margin: 0 0 6px
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .5s .5s ease;
  -moz-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease;
  opacity: 0
}

form .form-row label {
  line-height: 2em
}

form .form-row label.hidden {
  visibility: hidden
}

form .form-row label.inline {
  display: inline
}

form .form-row select {
  cursor: pointer;
  margin: 0
}

form .form-row .required {
  color: red;
  font-weight: bold;
  border: 0
}

form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle
}

form .form-row input.input-text,
form .form-row textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1em
}

form .form-row textarea {
  height: 4em;
  line-height: 1.5em;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

form .form-row.validate-required.woocommerce-invalid .chosen-single {
  border-color: #fb7f88
}

form .form-row ::-webkit-input-placeholder {
  line-height: normal
}

form .form-row :-moz-placeholder {
  line-height: normal
}

form .form-row :-ms-input-placeholder {
  line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  border: 1px solid #dfdbdf;
  padding: 20px;
  margin: 2em 0 2em 0;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0
}

.woocommerce-checkout ul#shipping_method li {
  margin: 0;
  padding-left: 10px;
  text-indent: -22px;
  list-style: none outside
}

.woocommerce-checkout ul#shipping_method .amount {
  font-weight: bold;
  float: right
}

p.woocommerce-shipping-contents {
  margin: 0
}

.checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none
}

.checkout .col-2 .notes {
  clear: left
}

.checkout .col-2 .form-row-first {
  clear: left
}

.checkout .create-account small {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: normal
}

.checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%
}

.checkout .shipping_address {
  clear: both
}

#payment {
  text-align: left;
  margin: 0;
  list-style: none outside
}

#payment ul.payment_methods {
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none outside
}

#payment ul.payment_methods:after {
  content: " ";
  display: table
}

#payment ul.payment_methods:after {
  clear: both
}

#payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: normal
}

#payment ul.payment_methods li input {
  margin: 0 1em 0 0
}

#payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none
}

#payment ul.payment_methods li img+img {
  margin-left: 2px
}

#payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff
}

#payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0 1em 0;
  font-size: .92em;
  line-height: 1.5em;
  background: #ebe9eb;
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8)
}

#payment div.payment_box input.input-text,
#payment div.payment_box textarea {
  border-color: #d3ced3;
  border-top-color: #c7c0c7;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4)
}

#payment div.payment_box ::-webkit-input-placeholder {
  color: #c7c0c7
}

#payment div.payment_box :-moz-placeholder {
  color: #c7c0c7
}

#payment div.payment_box :-ms-input-placeholder {
  color: #c7c0c7
}

#payment div.payment_box .wc-credit-card-form-card-number,
#payment div.payment_box .wc-credit-card-form-card-expiry,
#payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right
}

#payment div.payment_box .visa {
  background-image: url(../images/icons/credit-cards/visa.png)
}

#payment div.payment_box .mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png)
}

#payment div.payment_box .laser {
  background-image: url(../images/icons/credit-cards/laser.png)
}

#payment div.payment_box .dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png)
}

#payment div.payment_box .maestro {
  background-image: url(../images/icons/credit-cards/maestro.png)
}

#payment div.payment_box .jcb {
  background-image: url(../images/icons/credit-cards/jcb.png)
}

#payment div.payment_box .amex {
  background-image: url(../images/icons/credit-cards/amex.png)
}

#payment div.payment_box .discover {
  background-image: url(../images/icons/credit-cards/discover.png)
}

#payment div.payment_box span.help {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: normal
}

#payment div.payment_box .form-row {
  margin: 0 0 1em
}

#payment div.payment_box p:last-child {
  margin-bottom: 0
}

#payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #ebe9eb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: -1em 0 0 2em
}

#payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em
}

#payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle
}

.order_details {
  margin: 0 0 1.5em;
  list-style: none
}

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

.order_details:after,
.woocommerce-page .order_details:after {
  clear: both
}

.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1em;
  border-right: 1px dashed #dfdbdf;
  padding-right: 2em
}

.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em
}

.order_details li:last-of-type {
  border: 0
}

.addresses .title:before,
.addresses .title:after {
  content: " ";
  display: table
}

.addresses .title:after {
  clear: both
}

.addresses .title h3 {
  float: left
}

.addresses .title .edit {
  float: right
}

ol.commentlist.notes li.note p.meta {
  font-weight: bold;
  margin-bottom: 0
}

ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0
}