.hg-dq-control {
    display: inline-flex !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    min-width: 250px !important;
    max-width: none !important;
    height: 52px !important;
    border: 1px solid #999 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    background: #fff !important;
}

.hg-dq-control .hg-dq-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    min-width: 52px !important;
    height: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 25px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.hg-dq-control .hg-dq-btn:hover { background: #f2f2f2 !important; }
.hg-dq-control .hg-dq-btn:disabled { opacity: .35 !important; cursor: not-allowed !important; }

.hg-dq-control .hg-dq-value {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-width: 78px !important;
    width: 78px !important;
    padding: 0 4px !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.hg-dq-control .hg-dq-unit {
    display: flex !important;
    align-items: center !important;
    min-width: 58px !important;
    width: 58px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.hg-dq-total {
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.hg-dq-total strong {
    font-size: 18px !important;
}

input.hg-dq-quantity {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 480px) {
    .hg-dq-control { min-width: 235px !important; }
    .hg-dq-control .hg-dq-btn { width: 48px !important; min-width: 48px !important; }
}

.hg-dq-total {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
    margin: 10px 0 14px !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
}
.hg-dq-total strong {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.hg-dq-total-label {
    margin-right: 6px !important;
}

.hg-dq-cart-quantity {
    width: 80px !important;
    min-width: 80px !important;
}
