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

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


/* 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: #ffffff !important;
    background-color: #506470 !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: #666f7a !important;
    color: #ffffff !important;
}

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

/* 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: #666f7a;
}

/* Customize WooCommerce Sales Badge*/

.woocommerce span.onsale {
    min-width: 3.636em;
    background-color: #DAA585;
}