html {
    --color-primary: #282828!important; /*title and header colour*/
    --bg-primary-color: #282828!important; /*header and button background*/
    --accent-color: #BBAA66!important; /*breadcrumb and button hover*/
    --form-control-color: #000000!important; /*form header text colour*/
    --text-color: #000000!important; /*Main text colour*/

    --select-color: #282828!important; /*Background colour of select buttons*/
    --select-highlight-color: #BBAA66!important; /*BG colour of select buttons on hover*/
    --select-border-color: #000000!important; /*border colour of select buttons*/
    --select-text-color: #ffffff!important; /*colour of select text*/
    --select-highlight-text-color: #ffffff!important; /*colour of select text on hover*/
    --select-padding: 0!important; 	
}