.has-discount .discount {
    display: inline-block;
    padding: 16px 24px;
    margin-left: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #405b10;
    text-transform: uppercase;
    border-radius: 8px;
    background: rgba(135,190,37,.1);
}

.product-prices .tax-shipping-delivery-label {
    color: #7a7a7a;
    word-wrap: break-word;
}

.d-none-init {
    display: none;
}

/* Remove unwanted margin on .container class */
body#registration .container, body#authentication .container {
    margin: 0;
}

/* Restore BS class */
.form-group .col-md-6.form-control-valign {
    flex-direction: row;
    gap: 10px;
}

/* Restore classic/hummingbird theme class */
.custom-checkbox label, .custom-checkbox input {
    cursor: pointer;
}

.form-check-input, .custom-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* TailwindCSS */
.max-w-screen-sm {
    max-width: 640px;
}

.min-h-28 {
    min-height: 112px;
}
