@charset "ISO-8859-1";

/* * { outline: 1px solid rgba(255,0,0,0.2); } */
/* Updated css */
.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;
}
.row {
	/* margin: 15px auto; */
}
section.bosch .row > * {
	padding: 0px;
}
.container, .container-xxl {
	max-width: 1170px;
	padding: 0px;
}
.bosch .dropdown {
	justify-content: center;
	margin: 0 auto;
}
.bosch .dropdown p {
	padding: 0 20px;
}
.bosch .dropdown-toggle {
	background-color: #fff;      
	border: 1px solid #ddd;       
	border-radius: 8px;           
	color: #333;                  
	font-weight: 500;
	width: 100%;
}
.bosch .dropdown-menu {
  min-width: 100% !important; 
  width: 100%;
}
.bosch .dropdown-toggle::after {
  display: none;
  margin-left: auto;            
  color: #001f3f;               
}
section.bosch .white-row {
	background-color:#fff;
}
section.bosch p {
	line-height: 1.5em;
}
 section.bosch a:hover {
	color:#8c8c8c;
}
section.bosch a {
	display:block;
	text-align:center;
	font-size:1.3em;
	font-weight:600;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.bosch-top-container {
	display: flex;
	justify-content: center;
	/* padding: 50px; */
	position: relative;
	background-color: #ffffff;
}
.bosch-middle-container, .bosch-sub-container {
	padding: 12px 0px;
}
h2.sub-heading  {
	margin-bottom: 0;
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}
.p-range {
	max-width: 378px;
	width: auto;
	margin: 1em 0;
}
.p-range img {
	border-radius: 20px 20px 0 0;
}
.p-range div {
	padding: 1em 1em;
	border-radius: 0 0 20px 20px;
	background-color: white;
	font-size: medium;
}
.p-range div h6 {
	margin-top: 0.5em;
}
.p-range div p {
	font-size: 13px;
}
.product-brand-features {
	background-color: #F5F5F5;
	border-radius: 20px;
	margin: 0.75em 0;	
}
.product-brand-features h4 {
	font-size: 1.3rem;
}
.product-brand-features p {
	padding: 0 1.5em;
	font-size: 13px;
}
.product-brand-features img {
	height: 100%;
	width: 100%;
	background-color: white;
}
.product-brand-features-btns {
	display: flex;
	flex-direction: row;
	padding-left: 1.5em;
}
.product-brand-features a {
	display: block;
	margin: 0.75em 0;
	padding: 0.65em;
	width: fit-content;
	background-color: #007BC0;
	color: white;
	border-radius:20px;
}
.b-feature-source {
	margin-top: 10px;
	font-size: 11px !important;
	font-weight: 300;
}
.header-top-brands i {
	font-style: normal;
	font-size: 1.7rem;
	font-family: 'Centrale Sans Thin', Trebuchet, sans-serif;
}
.subcatBrandRow {
	margin: 0;
}
@media (max-width: 1200px) { 
		.bosch-middle-container, .bosch-sub-container {
		padding: 12px 30px;
	}
}
@media (max-width: 991px) {
	.row {
		margin: 0 auto;
	}
	.brand-features {
		width: 75%;
		margin: 0 auto;
	}
	.flip {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 767px) {
	.hero-img {
		margin-left: unset;
		transform: unset;
	}
	.hero-img > source + img {
		margin-left: 48%;
	}
	.bosch-middle-container {
		padding: 12px 120px;
	}
	.p-range {
		max-width: 100%;
	}
	.p-range img {
		width: 100%;
	}
	.product-brand-features {
		margin: 1.75em 0 ;
	}
	.brand-features {
		width: 100%;
	}
	.product-brand-features a {
		background-color: #B31F36;
	}

}
@media screen and (max-width: 576px) {
	.bosch-middle-container {
		padding: 25px 30px;
	}	
	.product-brand-features-btns {
		flex-direction: column !important;
		align-items: center;
		padding-left: 0em;
	}
	.product-brand-features a{
		width: 180px;
	}
}
@media screen and (max-width: 390px) {
	.bosch-middle-container {
		padding: 12px 30px;
	}


}