.wcqcb-wrapper {
    width:100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    line-height: 1;
}

.wcqcb-add {
    position: relative;
    width:100%;
    height: 60px;
    background: #F7F0E2;
    color: black;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 600;
	border:1px solid black;
    border-radius: var(--wcqcb-radius, 8px);
    border: none;
    cursor: pointer;
    line-height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.wpgb-card .wcqcb-add,
.wpgb-item .wcqcb-add,
.wpgb-card .wcqcb-wrapper .wcqcb-add,
.wpgb-item .wcqcb-wrapper .wcqcb-add {
    display: block !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 16px !important;
    text-align: center !important;
}

.wcqcb-add.wcqcb-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.wcqcb-qty {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: var(--wcqcb-radius, 8px);
    background: white;
    color: black !important;
}

.wcqcb-minus,
.wcqcb-plus {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 50px;
    height: 60px;
    border: none;
    background: #1E3226;
	color:white;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 6px;
}