/* HEADER */
/* background color */
header.primary-header {
	background:  rgb(26, 30, 75) !important;
}
/* space between the logo and the site title */
header.primary-header .product-logo {
    margin-right: 1rem !important;
}

/* BUTTON */
/* all buttons */
.pds-button {
    border-color: rgb(26, 30, 75) !important;
    color: rgb(26, 30, 75) !important;
}
/* filter button */
.pds-button.pds-primary {
    background-color: rgb(26, 30, 75) !important;
    border-color: rgb(26, 30, 75) !important;
    color: rgb(255, 255, 255) !important;
}
/* filter button on hover */
.pds-button.pds-primary:hover {
    background-color: rgb(38, 120, 179) !important;
    border-color: rgb(38, 120, 179) !important;
}
/* filter button on focus */
.pds-button.pds-primary:focus {
    background-color: rgb(0, 153, 204) !important;
    border-color: rgb(0, 153, 204) !important;
}

.pds-button.pds-button-square pds-icon {
    fill: #1a1e4b !important;
}
