@charset "UTF-8";

.cartjs_product_num>td::before{
    content: "" !important;
    display: none !important;
}

.cartjs_product_num>th,.cartjs_product_num>td{
    line-height: 40px !important;
}

.cartjs_product_num>td>input[type=text]{
    text-align:center !important;
    margin-bottom: 8px !important;
    padding: 0px !important;
    height: 30px !important;
    border: 1px solid black !important;
    border-radius: 3px !important;
}

.cartjs_cart_in{
    width: 150px !important;
    height: 40px !important;
    margin-left: 20px !important;
}

.cartjs_cart_in>input[type=submit]{
    display: block !important;
    text-align: center !important;
    position: relative !important;
    width: 150px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 15px !important;
    color: white !important;
    background-color: black !important;
    border-radius: 10px !important;
    transition: .3s !important;
}

.cartjs_cart_in>input[type=submit]:hover{
    color: black !important;
    background-color: white !important;
}


.cartjs_product_table>table{
    width: 150px !important;
}

form{
    width: 500px !important;
    height: 40px;
    display: flex;
}

@media(max-width:1080px){
    form{
        width: 400px !important;
    }
}

@media(max-width:860px){
    form{
        width: 300px !important;
    }

    .cartjs_cart_in>input[type=submit]{
        width: 100px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 12px !important;
    }
}

@media(max-width:650px){
    form{
        width: 250px !important;
    }

    .cartjs_product_table{
        width: 120px !important;
        height: 30px !important;
        margin-bottom: 20px !important;
    }

    .cartjs_product_table>table{
        width: 120px !important;
        height: 30px !important;
    }

    .cartjs_product_num>th{
        width: 50px !important;
        line-height: 50.5px !important;
        text-align: left !important;
    }

    .cartjs_product_num>td{
        height: 30px !important;
    }

    .cartjs_product_num>td::after{
        font-size: 13px !important;
        line-height: 50.5px !important;
        text-align: left !important;
        margin-left: 3px !important;
    }

    .cartjs_product_num>td>input[type=text]{
        margin-bottom: 8px !important;
        padding: 0px !important;
        height: 30px !important;
        width: 30px !important;
        border: 1px solid black !important;
        border-radius: 3px !important;
        font-size: 14px !important;
    }

    .cartjs_cart_in{
        margin-left: 0px !important;
    }

    .cartjs_box{
        padding: 0px !important;
    }
}

@media(max-width:524px){
    form{
        flex-direction: column;
        width: 170px !important;
        height: 30px !important;
    }

    .cartjs_cart_in>input[type=submit]{
        margin: auto;
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 10px !important;
    }
}

@media(max-width:290px){
    form{
        width: 290px !important;
        height: 30px !important;
    }

}
