/* Enter Your Custom CSS Here */

h1, h2, h3, h4, h5, h6 {
    color: #6fb053;
}

.widget {
  margin-bottom: 5px;
}

.widget-title {
    color: #000;
}

.home-intro {
  height: 200px;  
  background-color: #fff;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    font-size: 13px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: #1565ac;
    color: #cde1f3;
    font-size: 20px;
}

.woocommerce div.product .product_title {
    color: #6fb053;
}

.woocommerce-checkout #payment {
    background: #fff;
}

.woocommerce-checkout #payment ul.payment_methods li {
  	list-style-type: none;
}