* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	font-weight: 500;
	color: #555;
	font-size: 13px;
}

.header {

	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 500;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

.search input {
	height: 25px;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(196, 194, 194);
	margin-bottom: 4px;
	border-radius: 3px;
	padding-left: 3px;
}

.footerLinkColor a {
	color: white;
}

.blueThemeColor {
	background-color: rgb(0, 158, 221);
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.blueThemeColor:hover {
	background-color: rgb(0, 133, 185);
	color: white;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.mainContainer {
	max-width: 1300px;
	text-align: center;
	margin: auto;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 500;
	color: white;
}

.navbar {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px;
	/* margin-right: 20px; */
	/* background-color: rgb(214, 214, 214); */
}

.navbar1 {
	display: none;
}

nav {
	flex: 1;
	text-align: right;
}

ul {
	display: inline-block;
	list-style-type: none;
}

li {
	display: inline-block;
	margin-right: 20px;
}

a {
	text-decoration: none;
	font-size: 12px;
}

p {
	color: #555;
}

.logo {
	min-width: 250px;
	/* background-color: blueviolet; */
	text-align: left;
}

.logo span {
	font-family: 'Michroma', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	cursor: pointer;
}

.logo2 {
	color: rgb(49, 129, 209);
}

.navWeb {
	/* display: none;*/
	min-width: 150px;
	/* height: 25px; */
	/* background-color: #3898CD; */
}

.navMobile {
	/* display: none; */
}

.logo img {
	width: 300px;
}

.search {
	width: 100%;
	text-align: center;
	/* background-color: coral; */
}

.search input {
	padding-left: 10px;
	width: 300px;
	height: 30px;
}

.scIcon {
	font-size: 84px;
}

.shoppingCart {
	cursor: pointer;
}

.scCountIcon {
	display: none;
	align-items: center;
	position: absolute;
	margin-left: 15px;
	margin-top: -12px;
	font-size: 15px;
	padding: 0px 7px 0px 7px;
	font-weight: bold;
	border-radius: 50%;
	border: 2px solid white;
	background-color: rgb(0, 158, 221);
	color: white;
	z-index: 1;
	cursor: pointer;
}

.footer {
	height: 55px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #222222;
	border-top: #3898CD 5px solid;
	color: rgb(255, 255, 255);
	text-align: center;
	bottom: 0;
	margin-top: 120px;
}

@media(max-width: 800px) {

	/* .logo {
		font-size: 20px;
		text-align: left;
	}

	.logo img {

		background-color:red ;
	}

	.navMobile {
		display: inline-block;
		margin-right: 20px;
	}
*/
	.navWeb {
		display: none;
	}

	.navbar {
		display: none;
	}

	.navbar1 {
		display: block;
		color: red;
		background-color: #c4c4c4;
		/* width: 100%;
		height: 50px; */
	}
}