html {
    --color-secondary: #fff!important;
}
:root {
    --color-primary: #488;
    --color-secondary: #fff;
    --bg-primary-color: #fff;
    --accent-color: #488;
    --form-control-color: #495057;
    --text-color:#000;
	--select-color: #fff!important;
    --select-highlight-color: #488!important;
    --select-border-color: #488!important;
    --select-text-color: #488!important;
    --select-highlight-text-color: #fff!important;
    --select-padding: 5px!important;
}


a.bg-yellow {
	color: white!important;
}

.header-text-color {
    color: #488;
}

.multi-steps .step a {
    color: #488 !important;
}

.multi-steps .step.disabled a {
    color: #488!important;
    cursor: no-drop;
}

a.header-text-color,
a.header-text-color:hover {
    color: #488!important;
}

.contact-us-label.header-text-color {
    color:#fff!important;
}

.order-count {
    color: #000!important;
}

.milenia-body--scheme-blue a:not(.milenia-ln--independent):not(.milenia-btn) {
    color: #000!important;
}

.occupancy-picker-row .occupancy-picker-icon {
    color: #488!important;
}

.edit {
    color: #488!important;
}

.btn-choose-time {
    color: #488!important;
	border-color: #488!important;
	select-text-color: #fff!important
}

.btn-choose-time.selected {
    color: #fff!important;
}

.boxarea h3 {
    color: #000!important;
}

.col-md-2 {
    color: #488;
}

p {
    color: #488;
}

.modal-content {
    color: #488;
}

li {
	color: #000
}