/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 08 2022 | 11:26:01 */
/* Blog top info */
.layout-blog-list .top-info{
    display: none;
}

.layout-blog .top-info{
    display: none!important;
}

/* Cart extra metadata*/
.cart_list .tc-epo-metadata.variation {
    display: none;
}

/* cart list height */
.shopping_cart_content .cart_list {
    max-height: none;
}


.woocommerce-message a.button.wc-forward:hover{
    color: #FFF!important;
}

.woocommerce-message  a.button.wc-forward{
    padding: 9px!important;
}

.topmenu-menu > li.active > a {
    color: #85c69c;
}


.woocommerce .product-block.grid .add-cart .added_to_cart:hover:before, .woocommerce .product-block.grid .add-cart .added_to_cart:active:before, .woocommerce .product-block.grid .add-cart .button:hover:before, .woocommerce .product-block.grid .add-cart .button:active:before {
    color: #85c69c;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
    color: #85c69c;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
    background: #85c69c;
}

.shopping_cart_content .cart_list .quantity {
    color: #85c69c;
}


#order_review .product-total {
    color: #85c69c;
}

