.woocommerce span.onsale, .woocommerce-page span.onsale 
{ display:none !important; }

.woocommerce div.product p.price ins {
    color: #9f7874 ;
    font-weight: 900; !important;
}


.woocommerce ul.products li.product .price ins {
    color: #9f7874 ;
    font-weight: 900; !important;
}


.woocommerce ul.products li.product .price del {
    color: #9f7874;
    opacity: .5;
    display: inline-block; !important;
}


.woocommerce ul.products li.product .price {
    color:  #9f7874;
    display: block;
    font-weight: 900;
    margin-bottom: .5em;
    font-size: .857em;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #9f7874;  !important;
}


.woocommerce button.button.alt,  .woocommerce input.button, .woocommerce a.button, .woocommerce a.button.alt
{
    background-color: #9f7874;  !important;
}

.woocommerce button.button.alt:hover,  .woocommerce input.button:hover, .woocommerce a.button:hover, .woocommerce a.button.alt:hover
{
    background-color: #d0b4b4;  !important;
}

 .woocommerce button.button:hover
{
    background-color: #9f7874;  !important;
}


.woocommerce-message {
    border-top-color: #9f7874;  !important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #9f7874;  !important;
}

.woocommerce-info {
    border-top-color:  #9f7874;  !important;
}

.woocommerce-info::before {
    color: #9f7874;  !important;
}