<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget_ishop_cart_result {
    text-align: center;
    padding: 10px;
    background-color: #ececec;
}

.widget_ishop_cart_result_title,
.widget_ishop_cart_total {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: right;
}

.widget_ishop_cart_links {
    margin: 10px auto;
    position: relative;
    padding-bottom: 10px;
}

.widget_ishop_cart_links .link_go_to_cart {
    position: absolute;
    left: 0px;
}

.widget_ishop_cart_links .link_go_to_order {
    position: absolute;
    right: 0px;
}
</pre></body></html>