<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.wpim-cart-contents {
    background: white;
    margin-bottom: 15px;
}

div.wpim-cart-contents p.cart-empty {
    text-align: center;
    margin: 0;
    padding: 8px 0;
    background: #ccc;
    color: white;
    text-shadow: 0 0 3px #666;
}

.wpim-cart-contents p.cart-item  {
    padding: 5px 0 5px 6px;
    margin: 0;
    font-size: 12px;
    overflow: hidden;
}

.wpim-cart-contents p.cart-total {
    padding: 5px 20px;
    margin: 0;
    font-size: 13px;
    border-top: 3px double #444;
    overflow: hidden;
    color: black;
    font-weight: bold;
}

.wpim-cart-contents p.cart-item p.image {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpim-cart-contents p.cart-item + p.cart-item {
    border-top: 1px solid #ccc;
}

.wpim-cart-contents span.cart-quantity,
.wpim-cart-contents span.cart-subtotal {
    display: inline-block;
    vertical-align: top;
    color: black;
    font-weight: bold;
    padding: 0 6px 0 0;
    text-align: right;
}

.wpim-cart-contents span.cart-subtotal {
    float: right;
}

.wpim-cart-contents span.cart-field {
    display: inline-block;
    vertical-align: top;
    color: black;
    padding: 0 3px;
}

.wpim-cart-contents p.cart-item a.wpim-remove-from-cart {
    float: right;
    display: inline-block;
    color: red;
    opacity: .3;
    font-weight: bold;
    text-decoration: none;
    width: 20px;
}

.wpim-cart-contents p.cart-item:hover a.wpim-remove-from-cart {
    opacity: 1;
}

.wpim-cart-contents.large-cart p.cart-total {
    padding: 5px 30px;
    font-size: 15px;
}

.wpim-cart-contents.large-cart p.cart-item {
    padding: 5px 10px;
    font-size: 15px;
}

#wpim-add-to-cart .wpim-add-to-cart-quantity {
    text-align: right;
    width: 50px;
}

.wpim-add-to-cart-form input {
    vertical-align: top;
    margin-bottom: 10px;
}

input.submit.wpim-add-to-cart {
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    padding: 0 6px;
    background-size: 100% 200%;
    margin-top: -3px;
}

.wpim_listing_view_cart {
    display: none;
}</pre></body></html>