/* Changes WooCommerce icon colos*/
.woocommerce-info::before {
    color: #8E6E51;
}
.woocommerce-message::before {
    color: #8E6E51;
}

/* Changes the WooCommerce banner message banners*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #8E6E51;
    border-top: 3px solid #8E6E51;
}


/* Changes WooCommerce button*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400 !important;
    border-radius: 0px !important;
    color: #353535 !important;
    background-color: #F7F6F0 !important;
}

/* Changes WooCommerce button on hover*/
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #F3EDE7 !important;
    color: #353535 !important;
}

/* Changes WooCommerce price color */
.woocommerce ul.products li.product .price {
    color: #8d8d8d;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #8e6e51;
}

/* Increase size of WooCommerce product title */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
}

/* Customize color of WooCommerce store notice */

.woocommerce-store-notice {
background-color: #F7F6F1;
}

.entry-meta .entry-
date.published {
display: none !important;
}

.entry-meta {
    display: none !important;
}