<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Just in case something is wrong, and we don't have following classes defined */
.pl5 { padding-left: 5px; }
.pt30 { padding-top: 30px; }
.mt20 { margin-top: 20px; }
.pb20 { padding-bottom: 20px; }
.pb-3 { padding-bottom: 3px; }
.pt-3 { padding-top: 3px; }

#cqty:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}
.cartremove {
    cursor:pointer;
}

#remove_dicount_code {
    margin-left: 15px;
    font-size: 11px;
    color: #007bff;
    text-decoration: underline;
}
.page-wrapper {
    background-color: #f5f5f5 !important;
}
.mobheader {
    background-color: #fff;
    padding: 10px;
}
.cartbox {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
}
.summarybox {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
}
.commentbox {
    background-color: #fff;
    border-radius: 2px;
    padding: 15px;
}
.cartheading {
    font-size: 18px;
    font-weight: 600;
}
.cartheading-sub {
    font-size: 16px;
    font-weight: 600;
}
.cartimages {
    max-width: 90px;
    max-height: 90px;
}
.cartprodname{
    font-size: 14px;
    font-weight: 600;
}
.cartvariants {
    font-size: 13px;
}
.cart_out_of_stock{
    font-size: 12px;
}
.cartquantity {
    display: flex;
    margin-bottom: 0;
}
.cartquantity &gt; .update-quantity {
    width: 38px;
    text-align: center;
    line-height: 12px;
}
.cartquantity &gt; .update-quantity i {
    font-size: 11px;
}
.cartquantity &gt; .inputQuantity {
    margin: 0 5px;
}
.uppercase {
    text-transform: uppercase;
}
.sumtext-lg {
    font-size: 16px;
}
.sumtext-sm {
    font-size: 14px;
}
.multiply-txt {
    font-size: 14px;
    font-weight: 600;
}
.producttotal {
    font-size: 16px;
    font-weight: 600;
}
.producttotal s {
    color: #999;
}
.boldtext {
    font-weight: 600;
    font-size: 14px;
}
.skinnyboi {
    font-weight:300;
    font-size: 13px;
}
.btn-purchase {
    max-height: 60px;
}
.stock-text {
    font-size: 0.95rem;
}
.pb15 {
    padding-bottom: 15px;
}
.borderlight {
    border-top: 1px solid #dadfe1;
}
.total_discount.boldtext {
    color: #f00;
    font-size: 16px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

input.discount-code,
input.attach-comment {
    margin-right: 4px;
}
/* responsive fixes */
@media (max-width: 575px){
    .cartcontainer {
        padding:0;
    }
    .container {
        padding: 0;
    }
    .cartimages {
        max-width: 80px;
        max-height: 80px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .cartcontainer {
        max-width: 760px;
        padding: 0;
    }
    .container {
        padding: 0;
    }
    .cartimages {
        max-width: 80px;
        max-height: 80px;
    }
}
@media (max-width: 767px) {
    .btn-purchase {
        max-height: 45px;
    }
    .mob-hide {
        display: none;
    }
}
@media (min-width: 768px){
    .cartcontainer {
        max-width: 990px;
    }
    .mob-show {
        display: none;
    }
}
@media (min-width: 1025px) {
    .cartcontainer {
        margin-bottom: 80px;
        max-width: 1200px;
    }

}

.cartquantity &gt; .update-quantity {
    width: 39px !important;
    background: #fff !important;
    border-color: #d7d7d7 !important;
    color: #000 !important;
    box-sizing: border-box !important;
}
.cartquantity &gt; .inputQuantity {
    width: 80px;
}
.cartquantity {
    text-align: center;
}
.cartcontent .cartquantity {
    justify-content: center;
}</pre></body></html>