.woocommerce ul.products li.product {
  border: 1px solid #e5e5e5;
  border-bottom-width: 2px;
  padding-bottom: 1.5em;
  text-align: center;
}
.woocommerce ul.products li.product .onsale {
  background-color: #27ae60;
  right: auto;
  left: 1.5em;
  top: 1.5em;
  z-index: 10;
}
.woocommerce ul.products li.product h3 {
  font-size: 1.2em;
  margin: 0 0 0.4em;
  padding: 0;
}
.woocommerce ul.products li.product .image-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.woocommerce ul.products li.product .image-wrap img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .image-wrap .image-modal {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.woocommerce ul.products li.product .image-wrap:hover .image-modal {
  opacity: 1;
  visibility: visible;
}
.woocommerce ul.products li.product .image-wrap:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 auto .4em;
}
.woocommerce ul.products li.product .star-rating span:before {
  top: -2px;
}
.woocommerce ul.products li.product .price {
  font-size: 1.2em;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce ul.products li.product .button {
  margin: 0;
  background: #27ae60;
  color: #fff;
  font-weight: normal;
}
.woocommerce ul.products li.product .button:hover {
  background: #239e57;
}
.woocommerce .woocommerce-ordering {
  float: left;
  margin-bottom: 1.5em;
}
.woocommerce .woocommerce-ordering select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 15px !important;
}
.woocommerce .woocommerce-result-count {
  float: right;
  margin-bottom: 1.5em;
}
.woocommerce .star-rating {
  color: #27ae60;
}
.woocommerce .star-rating span {
  /*top: -1px;*/
}
.woocommerce .star-rating span:before {
  top: -2px;
}
.woocommerce .quantity .input-text {
  margin: 0 10px 0 0 !important;
  width: 50px !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #27ae60 !important;
  color: #fff !important;
  /*text-transform: none  !important;*/
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #239e57 !important;
}
.woocommerce .woocommerce-tabs h2 {
  margin-top: 0;
}
.woocommerce #review_form .row {
  margin: 0;
}
.woocommerce #review_form h3 {
  margin: 1em 0 0.5em !important;
}
.woocommerce #review_form label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.woocommerce #review_form #comment {
  height: 200px;
  max-width: 720px;
}
.woocommerce #coupon_code {
  width: 240px !important;
  margin: 0 10px 0 0 !important;
}
.woocommerce .product .onsale {
  background-color: #27ae60;
  right: auto;
  left: 1.5em;
  top: 1.5em;
  z-index: 10;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #27ae60;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #239e57;
}
.woocommerce .variations .label {
  vertical-align: bottom;
  font-size: 1.2em;
}
.woocommerce .variations .label label {
  margin: 4px 0;
  color: #333333;
}
.woocommerce .variations .value a {
  display: inline-block !important;
  margin-left: 10px;
  margin-top: 6px;
}

.woocommerce ul.products.three-col li.product {
  width: 30.80%;
}

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