<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cartInfoTitle{
    display: block;
    margin: auto;
    font-weight: 900;
    text-align: center;
    color: #58595b;
    font-size: 13px;
    margin-bottom: 5px;
}
#productInfoPrice{
    font-size: 17px;
    margin-bottom: 6px;
}
.cartWidgetSelectContainer {
    border: solid 1px #ccc;
    height: 20px;
    width: 45px;
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-top: 9px;
}
#cartExpand{
    float: right;
    width: 30px;
    background-color: #4D5550;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#cartExpand:hover{
    cursor:pointer;
    opacity:0.8;
}
#cartInfoPrice{
    display: inline-block;
    float:left;
    margin-left:5px;
}
.cartExpandIcon{    
    position: relative;
    top: 5px;
    left:4px;
}
.cartProduct{
    margin-top: 5px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 13px
}
.topProductData{
    display: table;
    position: relative;
    height: 34px;
    overflow: hidden;
    width:100%;
}
.cartProductTitle{
    width: 200px;
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    color: #58595b;
    margin-top: 14px;
    float: left;
    font-weight: lighter;
}
.cartProductPrice{
    float: left;
    font-size: 17px;
    font-weight: 600;
    font-size: 13px;
    color: #333234;
}
.cartProductDelete{
    float: right;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -3px;
}
.cartProductDeleteCross{
    height: 16px;
    width: 16px;
    margin: 0 auto;
    display: block;
}
#purchaseCart{
    text-align: center;
    margin-bottom: 15px;
    margin-top:20px;
    font-size:13px;
}
.cartPriceAndDelete{
    float: right;
    position: relative;
    display: block;
    width: 79px;
    margin-top: 14px;
}
.cartProductDelete:hover{
    cursor:pointer;
    opacity:0.8;
}

#productPurchaseAmountText {
    position: relative;
    float: left;
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 200;
    font-size: 13px;
    color: #231F20;
}

.selectArrow {
    /*    height: 7px;
        width: 7px;
        background-image: url(../../files/selectTriangle.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 54px;
        right: 319px;
        pointer-events: none;
        z-index: 1;
        display: none;*/
}
.cartWidgetSelectArrow {
    top: 8px;
    right: 6px;
}

.selectAmount{
    border: none;
    color: #231F20;
    font-size: 12px;
    float: left;
    height: 18px;
    padding-left: 19px;
}

@media screen and (max-width: 768px) {
    .cartProductDelete {
        margin-right: 5px;
    }
    .cartPriceAndDelete {
    width: 95px;
}
.cartProductTitle {
    width: 110px;
}
}


</pre></body></html>