/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 08 2022 | 11:29:07 */
/* 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;
}

.apus-topcart .buttons .btn.checkout, .apus-topcart .buttons .checkout.viewmore-products-btn, .apus-topcart .buttons .woocommerce table.wishlist_table td.product-add-to-cart a.checkout, .woocommerce table.wishlist_table td.product-add-to-cart .apus-topcart .buttons a.checkout, .apus-topcart .buttons .woocommerce .return-to-shop .checkout.button, .woocommerce .return-to-shop .apus-topcart .buttons .checkout.button, .apus-topcart .buttons .woocommerce .track_order .checkout.button, .woocommerce .track_order .apus-topcart .buttons .checkout.button, .apus-topcart .buttons .woocommerce #respond input.checkout#submit, .woocommerce #respond .apus-topcart .buttons input.checkout#submit, .apus-topcart .buttons .woocommerce .details-product .information .checkout.stock.out-of-stock, .woocommerce .details-product .information .apus-topcart .buttons .checkout.stock.out-of-stock, .apus-topcart .buttons .woocommerce table.shop_table input.checkout.button, .woocommerce table.shop_table .apus-topcart .buttons input.checkout.button, .apus-topcart .buttons .woocommerce .woocommerce-message .checkout.button, .woocommerce .woocommerce-message .apus-topcart .buttons .checkout.button, .apus-topcart .buttons .woocommerce .checkout_coupon .checkout.button, .woocommerce .checkout_coupon .apus-topcart .buttons .checkout.button, .apus-topcart .buttons .checkout.wfg-button, .apus-topcart .buttons #add_payment_method .wc-proceed-to-checkout a.checkout.checkout-button, #add_payment_method .wc-proceed-to-checkout .apus-topcart .buttons a.checkout.checkout-button, .apus-topcart .buttons .woocommerce-cart .wc-proceed-to-checkout a.checkout.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .apus-topcart .buttons a.checkout.checkout-button, .apus-topcart .buttons .woocommerce-checkout .wc-proceed-to-checkout a.checkout.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .apus-topcart .buttons a.checkout.checkout-button {
    background-color: #85c69c;
}

.shopping_cart_content .cart_list .quantity {
    color: #85c69c;
}

#back-to-top{
    background-color: #85c69c;
	margin-bottom: 40px;
}

.mc4wp-form-fields input::placeholder{
	color:#636363;
}

.mc4wp-form-fields input{
	color:#636363;
}


