.jmcq-wrapper{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:6px;
    margin-top:8px;
    margin-left:110px;
}

.jmcq-wrapper button{
    width:26px;
    height:26px;
    border:none;
    background:#111;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    font-weight:600;
    line-height:1;
    padding:0;
    transition:0.3s ease;
}

.jmcq-wrapper button:hover{
    background:#444;
}

.jmcq-input{
    width:42px !important;
    height:26px;
    text-align:center;
    border:1px solid #ddd;
    font-size:14px;
    padding:0;
    margin:0;
}

/* Mini cart item spacing */
.woocommerce-mini-cart-item{
    position:relative;
    padding-bottom:25px !important;
}

/* Mobile responsive */
@media(max-width:768px){

    .jmcq-wrapper{
        margin-left:90px;
    }

    .jmcq-wrapper button{
        width:24px;
        height:24px;
    }

    .jmcq-input{
        width:38px !important;
        height:24px;
    }
}