@charset "ISO-8859-1";

/******************************************************************************
* Default Containers & Styling
******************************************************************************/

.bg-white {
	background-color: #ffffff;
}

.bg-grey {
	background-color: #eeeff3;
}

.bg-blue {
	background-color: #0099ff;
}

.bg-light-blue {
	background-color: #e5f5ff;
}

.bg-dark-blue {
	background-color: #102a4b;
}

.bg-filter {
	background-color: #fcfcfc;
}

article p, article a, article li {
	font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
	font-weight: 400;
}

.thin {
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
	font-weight: 100;
}

.light {
	font-family: 'Centrale Sans Light', Trebuchet, sans-serif;
	font-weight: 300;
}

.medium {
	font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
	font-weight: 500;
}

strong, 
b {
	font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
	font-weight: 500;
}

.bold {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
	font-weight: 700;
}

.text-black {
	color: #2d2d2d;
}

.text-dark-grey {
	color: #454545;
}

.text-white {
	color: #ffffff;
}

.text-blue {
	color: #0099ff;
}

.text-green {
	color: #8fe854;
}

/******************************************************************************
* Catagories List
******************************************************************************/

#brandlist .category-list {
	border-radius: 1rem;
}

#brandlist .category-list li a {
	font-size: 0.9375rem;
}

#brandlist .category-list li a.cat-clearance {
	color: #e40000;
}

/******************************************************************************
* Brands List
******************************************************************************/

#brandlist .brand-list {
	border-radius: 1rem;
}

#brandlist .brand-list li a {
	font-size: 0.9375rem;
}

/******************************************************************************
* Shop By Brand
******************************************************************************/

#brandlist .shop-by-brand {
	border-radius: 1rem;
}

#brandlist .shop-by-brand .brand-container .card {
	border-radius: 1rem;
}

#brandlist .shop-by-brand .brand-container .card .card-body > div:first-of-type {
	height: 85px;
}

#brandlist .shop-by-brand .brand-container .card .brand-img > p {
	font-size: 0.875rem;
}