:root {

--font: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;

--base-color: #FFFFFF;


--base-text-color: #000000;


--footer-color: #F6F7F8;


--footer-text-color: #000000;


--button-color: #00A1FF;


--button-hover-color: #00A1FF;


--button-text-color: #FFFFFF;


--header-color: #F6F7F8;



--header-text-color: #333;

--clear-filters-display-text: inline-block;


--clear-filters-display-icon: inline-block;

}

	.es-clear-all-filters-button .button-text {
	display: var(--clear-filters-display-text);
	}

	.es-clear-all-filters-button .button-icon {
	display: var(--clear-filters-display-icon);
	}

/* Private Clouds - footer legal text only */
footer.footer::after {
  content: "Private Clouds Limited is a company registered in England and Wales. Company number 07950373. VAT Number GB176216504";
  white-space: pre-line;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.3;
  color: #505050;
  clear: both;
}

/* Slightly reduce bottom dead space only */
footer.footer {
  padding-bottom: 8px !important;
}

/* Correct produclist grids */
@media (min-width: 640px) {
    .prodlist-row.large-grid .product-list__description {
        overflow: hidden;
        max-height: 65px;
        white-space: nowrap;
    }
}

.product__compare {
    padding-right: 4px;
    padding-top: 5px;
}

/* Private Clouds - product card price colour */
.product-card-price .price-text {
  color: #00A1FF !important;
}

.product-card-price .price-suffix {
  color: #505050 !important;
}

/* Private Clouds - all checkbox tick colours */
input[type="checkbox"] {
  accent-color: #00A1FF !important;
}