
@font-face {
    font-family: RedcareAccessible-Regular;
    font-style: normal;
    font-weight: 400;
    src: local('RedcareAccessible-Regular'), url(/wl/redcare-pharmacy/fonts/RedcareAccessible-Regular.otf) format('opentype')

}


body {
    color: #2B140E !important;
    font-family: 'RedcareAccessible-Regular','sans-serif' !important;
}

.fp_btn-default {
    background-color: #ED0334;
    border: 1px solid #ED0334;
}

.fp_btn-default:hover {
    color: #ED0334;
    background-color: transparent;
    border: 1px solid #ED0334;
}

.btn:hover {
    color: #ED0334;
}

.btn.btn-primary {
    background-color: #ED0334;
    border: 1px solid #ED0334;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #ED0334;
    background-color: transparent;
    border: 1px solid #ED0334;
}

.btn.btn-danger {
    background-color: #D9534F;
    border: 1px solid #D9534F;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus {
    color: #D9534F;
    background-color: transparent;
    border: 1px solid #D9534F;
}

.loader:before {
    background-color: #ED0334;
}