.woocommerce h2, .woocommerce h3 {
  color: #2a2a2a;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}
.woocommerce h2 {
  font-size: 22px;
}
.woocommerce h3 {
  font-size: 18px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info li {
  margin-bottom: 0;
}
.woocommerce form p.form-row {
  padding: 0;
  margin: 0 0 15px;
}
.woocommerce form p.form-row label {
  line-height: 1;
  margin-bottom: 10px;
}
.woocommerce form p.form-row input.input-text,
.woocommerce form p.form-row textarea.input-text,
.woocommerce form p.form-row select,
.woocommerce form p.form-row .select2-selection--single {
  color: #333333;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0;
  height: auto;
}
.woocommerce form p.form-row input.input-text:read-only,
.woocommerce form p.form-row textarea.input-text:read-only,
.woocommerce form p.form-row .select2-selection--single.read-only {
  background: #f8f8f8;
}
.woocommerce form p.form-row span.optional {
  display: none;
}
.woocommerce form .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
  padding: 0;
}
.woocommerce form .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
}
.woocommerce form p.form-row-first {
  clear: left;
}
.woocommerce form > p:last-of-type {
  margin-bottom: 0;
}
.woocommerce form.login, .woocommerce form.lost_reset_password, .woocommerce form.checkout_coupon, .woocommerce form.register {
  padding: 25px 30px 30px !important;
  margin: 0 0 30px !important;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.woocommerce form.woocommerce-checkout {
  margin: 0 0 30px;
}
.woocommerce form.woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px;
}
.woocommerce form legend {
  font-weight: bold;
  margin-bottom: 15px;
}
.woocommerce form .woocommerce-address-fields__field-wrapper {
  overflow: hidden;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 49%;
}
.woocommerce ul#shipping_method li input {
  vertical-align: middle;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 600;
  padding: 12px 22px;
  vertical-align: middle;
}
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
  padding: 12px 22px;
}
.woocommerce .button.small {
  padding: 5px 12px;
  font-size: 12px;
}
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
  top: 50%;
  margin-top: -12px;
}
.woocommerce table.cart .product-thumbnail img {
  height: 35px;
  width: auto;
}
.woocommerce .woocommerce-MyAccount-navigation {
  position: static;
  margin-bottom: 30px;
  box-shadow: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: #ecf0f3;
  border-bottom: 3px solid #008775;
  padding-top: 0;
  position: static;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background: #008775;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background: transparent;
  color: #ffffff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  padding: 15px 30px;
  display: block;
}
.woocommerce .order-list-top {
  float: right;
}
.woocommerce .added_to_cart {
  display: none !important;
}
.woocommerce .woocommerce-Address address,
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 20px 25px;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table .button {
  margin-right: 5px;
}
.woocommerce table.shop_table .button:last-child {
  margin-right: 0;
}

#wl-wrapper .top-buttons {
  float: right;
}
#wl-wrapper .wl-privacy-col,
#wl-wrapper .wl-table .product-price,
#wl-wrapper .wl-table .product-purchase,
#wl-wrapper .wl-table .wl-date-added,
#wl-wrapper .wl-table .product-quantity,
#wl-wrapper .wl-table .check-column,
#wl-wrapper .wl-table .product-remove,
#wl-wrapper .wl-table.shop_table_responsive td {
  text-align: left !important;
}
#wl-wrapper select,
#wl-wrapper textarea,
#wl-wrapper .input-text {
  color: #333333;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0;
  height: auto;
}
#wl-wrapper .wl-row {
  overflow: hidden;
}
#wl-wrapper hr {
  display: none;
}

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