<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header #shopping-cart .item {
    display: inline-block;
    min-width: 300px;
    position: relative;
    width: 100%;
}
header #shopping-cart .item .item-img{
    float: left;
    margin: 3px 10px;
    text-align: center;
    width: 100px;
}
header #shopping-cart .item .item-img img{
    max-height: 60px;
    max-width: 100%;
}
header #shopping-cart .item .item-content {
    float: right;
    width: 180px;
}
header #shopping-cart .item .item-content p.title{
    border-bottom: 1px solid #336799;
    color: #336799;
    font-size: 15px;
    margin-bottom: 8px;
}
header #shopping-cart .item-content .btn-qty a{
    display: inline;
    padding: 0;
    vertical-align: top;
}
header #shopping-cart .item-content .btn-qty input{
    font-size: 10px;
    padding: 0;
    text-align: center;
    width: 20px;
}
header #shopping-cart .item-content .btn-qty span{
    color: #336799 !important;
    font-size: 14px;
    text-align: center;
}
header #shopping-cart .item .item-content .price{
    margin-right: 20px;
    text-align: right;
}
header #shopping-cart .item .item-remove {
    bottom: 45px;
    position: absolute;
    right: 5px;
}
header #shopping-cart .item:hover .item-remove {
    display: block !important;
}
header #shopping-cart .btn {
    border-radius: 0;
    padding: 5px 15px;
}
header #shopping-cart .btn.btn-default {
    background: #eee;
    border: 1px solid #eee;
}
header #shopping-cart .empty-cart {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    width: 200px;
}</pre></body></html>