div#tab-description {
    background-color: #cdd6c7;
}
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #32a322de;
    color: #fff;
}
button.single_add_to_cart_button.button.alt {
    background-color: #32a322;
}
.title-data.fadeIn.animated {
    display: none;
}
.heading-wrap .heading-title h1 {
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    padding: 190px 0 90px;
    margin-top: 0;
    font-size: 38px;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #32a322;
}
button#place_order {
    background-color: #32a322;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em;
    padding: 15px 0 15px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 30px;
    padding: 20px 0 25px 0;
}
p.price {
    font-weight: 500;
}/* Enter Your Custom CSS Here */

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
    display: none !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: #32a322 !important;
    color: white;
}
.product_meta {
    display: none;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    color: green;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: #32a322de;
}