<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

form{
    width: 100% !important;
}

.cartjs_product_table&gt;table{
    margin: 0px  0px 10px -30px!important;
}

.cartjs_product_num&gt;th{
    text-align: center !important;
    padding: 0px !important;
    height: 30px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}

.cartjs_product_num&gt;td&gt;input{
    text-align: center;
    padding: 0px !important;
    border: 1px solid black;
    width: 50px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 3px;
}

.cartjs_product_num&gt;td::before,.cartjs_product_num&gt;td::after{
    display:none  !important;
}

.cartjs_cart_in&gt;input{
    width: 100% !important;
    background-color: black !important;
    color: white !important;
    font-size: 20px !important;
    transition: .3s !important;
}

.cartjs_cart_in&gt;input:hover{
    background-color: white !important;
    color: black !important;
    border: 3px solid black !important;
}

@media(max-width:499px){
    .cartjs_product_table&gt;table{
        margin: 0px  0px 10px -10px!important;
    }
}</pre></body></html>