@charset "ISO-8859-1";

/* * { outline: 1px solid rgba(255,0,0,0.2); } */

/* Updated CSS */
.row {
	margin: 0;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.quooker-top-container {
	display: flex;
	justify-content: center;
	position: relative;
}
.catalog-custom {
	margin-top: 0px;
	margin-bottom: 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: 1510px;
	padding: 0px;
}
.quooker .container {
	padding: 0px;
}
.quooker .dropdown {
	justify-content: center;
	color: #000000;
	margin: 0 auto;
}
.quooker .dropdown a {
	color: #000000;
}
.quooker .dropdown p {
	padding: 0 20px;
}
.quooker .dropdown-toggle {
	background-color: #fff;      
	border: 1px solid #ddd;       
	border-radius: 8px;           
	color: #333;                  
	font-weight: 500;
	width: 100%;
}
.quooker .dropdown-menu {
  min-width: 100% !important; 
  width: 100%;
}
.quooker .dropdown-toggle::after {
  display: none;
  margin-left: auto;            
  color: #001f3f;               
}
.quooker h1, h2, h3, h4, h5, h6, p {
	color: #0E1319;
}
section.quooker .row > * {
	padding: 0px;
}
.sub-heading {
	color: #000000;
}
.quooker .row {
	margin: 15px auto;
}
.quooker .dropdown {
	justify-content: center;
	margin: 0 auto;
}
.quooker a {
	display:block;
	text-align:center;
	font-size:1.3em;
	font-weight:600;
	display: flex;
	flex-direction: column;
	padding: 10px;
	color: white;
}
.quooker a p {
	color: white;
}
.quooker a h6 {
	color: white;
}
.quooker a:hover {
	color:#8c8c8c;
}
.quooker a p:hover {
	color:#8c8c8c;
}
.quooker a h6:hover {
	color:#8c8c8c;
}
.quooker-info-top img {
	width: 100%;
}
.brand-features img {
	height: 100%;
}
.quooker-info-text {
	padding: 30px;
	background-color: white;
}
.quooker-info-text h4 {
	font-size: 18px;
}
.quooker-info-text p {
	font-size: 14px;
}
.text-taps {
	border-radius: 20px 0px 0px 20px;
	height: 93%;
}
.text-install {
	border-radius: 0px 20px 20px 0px;
	height: 89%;
}
.btn-dark {
	padding: 0.5em;
	width: 200px;
	background-color:#102A4B ;
	color: white;
	border-radius:20px;
}
.btn-light {
	padding: 0.5em;
	width: 200px;
	background-color:#0099ff;
	border: solid 1px white;
	color: white;
	border-radius:20px;
}
.quooker-cube-area {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* justify-content: space-around; */
	background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Cube_Desktop.webp");
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	aspect-ratio: 1920 / 668;
}
.quooker-box-container {
	margin: 100px;
}
.quooker-box {
	/* margin-left: 12em; */
	/* color: white; */
	width: 100%;
	max-width: 800px;
}
.quooker-box h2 {
	font-size: 27px;
}
.quooker-box p {
	font-size: 14px;
}
.quooker-box h6 {
	font-weight: 400;
}
.quooker-box svg {
	width: 50px;
}
.key-features {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
/* second p range */
.p-range {
	margin: 1em 0.5em;
	background: white;
    border-radius: 20px
}
.small-ticket {
	max-width: 286px;
}
.big-ticket {
	max-width: 358px;
}
.p-range-grid {
	height: 415px; 
	display: grid; 
	grid-template-rows: 65% 35%;
}
.p-range-grid-2 {
	height: 360px; 
	display: grid; 
	grid-template-rows: 85% 15%;
}
.p-range img {
	border-radius: 20px 20px 0 0;
}
.p-range div div {
	padding: 0 20px;
}
.p-range div a {
	padding: 0.5em;
	width: auto;
	background-color: #0099ff ;
	color: white;
	border-radius:20px;
}
.p-range div p {
	font-size: 14px;
}
.p-range-items {
	display: flex; 
	justify-content: center; 
	background-color: white; 
	border-radius: 20px 20px 0px 0px; 
	padding: 15px
}
.blue-head {
	color: #0099FF;
}
.color-btn:hover {
	border: solid 2px #0099FF !important;
}
.quooker-installation-area {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;

	background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Footer_Install_Desktop.webp");
	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: center;
  	aspect-ratio: 1920 / 485;
}
.quooker-box {
	background-color: #0099ff;
}
.links-line {
	z-index: 2;
    position: relative;
}
.quooker-bot {
	position: absolute;
	margin-left: 220px;
	margin-top: -188px;	
}
@media (max-width:1400px) {
	.container, .container-xxl {
		padding: 10px
	}
}
@media (max-width:1200px) {
	.quooker-info-text {
		padding: 20px;
	}
}
@media (max-width:991px) {
	.container, .container-xxl {
		padding: 30px
	}
	.quooker-middle-container {
		padding: 0 40px
	}
	.quooker-info-text {
		padding: 20px 20px;
	}
	.quooker-img-div {
		background-color: white;
		border-radius: 0 0 20px 20px;
	}
	.text-install {
		border-radius: 0px 0px 20px 20px;
	}
	.text-taps {
		border-radius: 0px 0px 20px 20px;
	}
	.quooker-bot {
		margin-left: 124px;
	}
}
@media (max-width:767px) {
	.quooker-middle-container {
		padding: 0px
	}
	.small-ticket {
		max-width: 358px;
	}
	.quooker-box-container {
		margin: 40px;
	}
	.quooker-cube-area {
		align-items: end;
		background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Cube_Mobile.webp");
		background-size: cover;
  		aspect-ratio: 767 / 1400;
	}
	.quooker-installation-area {
		align-items: end;
		justify-content: flex-end;
		background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Footer_Install_Mobile.webp");
  		aspect-ratio: 767 / 1200;
		background-size: cover;
	}
	
}
@media (max-width:576px) {
	.quooker-cube-area {
		align-items: end;
		background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Cube_Mobile.webp");
		background-size: contain;
  		aspect-ratio: 767 / 1898;
	}
	.quooker-installation-area {
		align-items: end;
		justify-content: flex-end;
		background: url("https://s3.eu-west-1.amazonaws.com/media.markselectrical.co.uk/brand-pages/quooker/Footer_Install_Mobile.webp");
  		aspect-ratio: 767 / 1514;
		background-size: contain;
	}
	.quooker-box-container {
		margin: 20px 10px 40px 10px;
	}
	.quooker-box h2 {
		font-size: 20px;
	}
	.quooker-box p {
		font-size: 12px;
	}
	.quooker-box svg {
    	width: 30px;
	}
	.p-range-grid {
		height: 400px;
	}
	.key-features {
		display: grid; 
		grid-template-columns: 1fr 1fr; 
		/* gap: 1rem; */
	}
	.key-features h6 {
		font-size: 10px;
	}
}
@media (max-width:380px) {
	.p-range-grid {
		height: 450px;
	}
}