/*Write your custom style or CSS code here*/

.header-lined h1{
    color: var(--primary);
    font-weight: 700;
}
.input-group-text{
    font-size: inherit;
}

#order-standard_cart .domain-selection-options .option-selected{
    border: 2px solid #ccc;
}

.list-group-item.active {
    background-color: var(--orange) !important;
    border-color: var(--orange) !important;
}

#order-standard_cart .summary-container{
    font-size: inherit !important;
}

.total-due-today{
    margin: 1em 0 !important;
}

.order-summary{
    border: none !important;
}

footer.bg-dark{
    background-color: var(--primary-darker) !important;
}
