@charset "ISO-8859-1";
/* * { outline: 1px solid rgba(255,0,0,0.2); } */
.catalog-custom {
	margin-top: 0px;
}
.nav {
	justify-content: center;
	background-color: #102a4b;
}
.nav li {
	width: 150px;
	padding: 5px;
	text-align: center;
	justify-content: center;
}
.nav li:hover {
	background-color: #0099ff;
}
.container, .container-xxl {
	max-width: 1170px;
}
.fisher-paykel .container {
	padding: 0px;
}
.fisher-paykel .row {
	margin: 15px auto;
}
.fisher-paykel .dropdown {
	justify-content: center;
	margin: 0 auto;
}
.fisher-paykel .dropdown p {
	padding: 0 20px;
}
.fisher-paykel .dropdown-toggle {
	background-color: #fff;      
	border: 1px solid #ddd;       
	border-radius: 8px;           
	color: #333;                  
	font-weight: 500;
	width: 100%;
}
.fisher-paykel .dropdown-menu {
  min-width: 100% !important; 
  width: 100%;
}
.fisher-paykel .dropdown-toggle::after {
  display: none;
  margin-left: auto;            
  color: #001f3f;               
}
section.fisher-paykel .white-row {
	background-color:#fff;
}
section.fisher-paykel p {
	line-height: 1.5em;
}
section.fisher-paykel a {
	display:block;
	text-align:center;
	font-size:1.3em;
	font-weight:600;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
 section.fisher-paykel a:hover {
	color:#8c8c8c;
}
/* Updated css */
section.fisher-paykel .row > * {
	padding: 0px;
}
.fisherpaykel-top-container {
	display: flex;
	justify-content: center;
	padding: 50px;
	position: relative;
	background-color: #181716;
}
.fisherpaykel-middle-container, .fisherpaykel-sub-container {
	padding: 12px 0px;
}
h2.sub-heading  {
	margin-bottom: 0;
	font-size: 1.7rem;
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}
.p-range {
	width: auto;
	margin: 1em 0;
}
.p-range img {
	border-radius: 20px 20px 0 0;
}
.p-range div {
	padding: 0.5em 20px;
	border-radius: 0 0 20px 20px;
	background-color: white;
}
.p-range div a {
	margin: 0.75em 0;
	padding: 0.5em;
	width: 150px;
	background-color: #0099ff ;
	color: white;
	border-radius:20px;
}
.p-range div h6 {
	margin-top: 0.5em;
}
.p-range div p {
	font-size: 0.75em;
}

.product-brand-features {
	margin: 0.75em 0;
}
.product-brand-features {
	background-color: #F5F5F5;
	border-radius: 20px;	
}
.product-brand-features img {
	width: -webkit-fill-available;
}
.b-feature-text {
	padding: 0px 20px;
}
.product-brand-features h4 {
	padding: 0 1em 1em 20px;
	font-size: 1.3rem;
}
.product-brand-features p {
	padding: 0 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) { 
	.fisherpaykel-middle-container, .fisherpaykel-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 0px;
  	}
}
@media screen and (max-width: 768px) {
	.hero-img {
		margin-left: unset;
		transform: unset;
	}
	.hero-img > source + img {
		margin-left: 48%;
	}
	.fisherpaykel-middle-container {
		padding: 25px 120px;
		margin: 0 12px;
	}
	.fisherpaykel-sub-container {
		padding: 20px 20px;
	}
	.product-brand-features {
		margin: 1.75em 0 ;
	}
	.brand-features {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.fisherpaykel-middle-container {
		padding: 0px 10px;
	}	
}