form.cart .quantity {
    display: none !important;
}

.sbd-select {
    width: 100%;
    margin-bottom: 2em;
}

#sbd-select {
    width: 100%;
    font-size: 1rem;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1em;
}

.sbd-price {
    margin-left: .3em;
}

#sbd-timer {
    width: 100%;
    margin: 12px 0;
    border-width: 1px 0;
    border-color: #f0f0f0;
    border-style: solid;
    padding: 12px 0;
}

#sbd-timer-title {
    font-weight: bold;
    font-size: 1.2em;
}

.sbd-timer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.sbd-timer-number {
    text-align: center;
    margin: 8px;
}

#sbd-total-price {
    font-size: 1.2em;
    font-weight: 600;
}