<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-footer, .footer-content-holder, .footer-copy{
    background-color: #4A0B08;
}

@media only screen and (max-width : 767px) {
    .cart.table-wrapper .item .col.item {
        white-space : inherit;
    }
    #shopping-cart-table .item-actions a.action-delete{
        margin-right : 46px;
    }
}

.actions-toolbar .secondary .action {
    color: #777777 !important;
}

.actions-toolbar .secondary .action:hover {
    color: #89150F !important;
} 

.fieldset .legend {
    color: #89150F !important;
}

.action-primary:hover {
    background-color: #89150F !important;
    border: 1px solid #4A0B08 !important;
    font-size: 1em !important;
}

.action-primary {
    background-color: #89150F !important;
    border: 1px solid #4A0B08 !important;
    font-size: 1em !important;
}

.action-secondary span{
    color: #89150F !important;
}

.action-secondary:hover span{
    color: #fff !important;
}

.price-box p {
    color: #444444 !important;
}</pre></body></html>