.full {
  background-color: #fff;
}
.navigation,
.newsletter-link {
  background-color: #143f90;
}

.navigation.footer {
  background-color: #143f90;
}

a {
  color: #6588c7;
}

.button {
  background-color: #6588c7;
  font-weight: 600;
  font-size: 1rem;
}

.button:hover,
.button:focus {
  background-color: #506a98;
}

.grid.products .product .product-actions-button a.full-details:hover {
	background: #506a98;
  	color: white;
}
.grid.products .product .product-actions-button a.buy-button:hover {
  background: #506a98;
}

.input-group-button .button {
  padding: 0.75em 1em;
}

#view\.basket\.responsive .button.checkout {
  background-color: #1da045;
}

.search input[type="text"] {
  border: 2px solid #143f90;
}
