@charset "ISO-8859-1";
/* * { outline: 1px solid rgba(255,0,0,0.2); } */
.catalog-custom {
	margin-top: 0px;
}
.nav {
	justify-content: center;
	background-color: #D3D5CA;
}
.nav li {
	width: 170px;
	padding: 5px;
	text-align: center;
	justify-content: center;
}
.nav li:hover {
	background-color: #0099ff;
}
.nav li a {
	color: #404040;
}
.container, .container-xxl {
	max-width: 1170px;
}
.neff .dropdown {
	justify-content: center;
	margin: 0 auto;
}
.neff .dropdown p {
	padding: 0 20px;
}
.neff .dropdown-toggle {
	background-color: #D3D5CA;      
	border: 1px solid #ddd;       
	border-radius: 8px;           
	color: #333;                  
	font-weight: 500;
	width: 100%;
}
.neff .dropdown-menu {
  min-width: 100% !important; 
  width: 100%;
}
.neff .dropdown-toggle::after {
  display: none;
  margin-left: auto;            
  color: #001f3f;               
}
section.neff p {
	line-height: 1.5em;
}
section.neff a {
	display:block;
	text-align:center;
	/* font-size:1.3em; */
	font-size:1em;
	font-weight:600;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
}
 section.neff a:hover {
	color:#8c8c8c;
}
/* Updated css */
section.neff .row > * {
	padding: 0px;
}
.neff-top-container {
	display: flex;
	justify-content: center;
	position: relative;
}
.neff-middle-container, .neff-sub-container {
	padding: 12px 0px;
}
.product-brand-features {
	margin: 1em 0;
}
.product-brand-features {
	background-color: #D3D5CA;
	border-radius: 20px;	
}
.product-brand-features img {
	width: -webkit-fill-available;
}
.b-feature-text {
	padding: 0px 20px;
}
.product-brand-features h4 {
	padding: 0 1em 0.5em 1em;
	font-size: 1.3rem;
}
.product-brand-features p {
	padding: 0 2em;
	font-size: 0.9em;
}
.product-brand-features a {
	margin: 0.75em 0;
	padding: 0.5em;
	width: 175px;
	background-color: #B31F36;
	color: white;
	border-radius:20px;
}
.subcatBrandRow h3 {
	font-size: 1.17em;
}
.header-top-brands i {
	font-style: normal;
	font-size: 1.7rem;
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}

@media (max-width: 1200px) { 
	.neff-middle-container, .neff-sub-container {
		padding: 12px 30px;
	}
}
@media (max-width: 991px) {
	.brand-features {
		width: 75%;
		margin: 0 auto;
	}
	.flip {
		flex-direction: column-reverse;
	}
	.b-feature-text {
    	padding: 10px 10px;
  	}
}
@media screen and (max-width: 768px) {
	.hero-img {
		margin-left: unset;
		transform: unset;
	}
	.hero-img > source + img {
		margin-left: 48%;
	}
	.neff-top-container {
		background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/neff/MarbleBackground.png");
	}
	.neff-middle-container {
		padding: 25px 120px;
	}
	.neff-sub-container {
		padding: 20px 20px;
	}
	.product-brand-features {
		margin: 1.75em 0 ;
	}
	.brand-features {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.neff-middle-container {
		padding: 25px 30px;
	}	
}