
#logo {
	position: relative;
	float: left;
	width: 120px;
}

#cart_badge {
	text-decoration: none;
	font-size: 11px;
	padding: 4px 8px;
	text-align: center;
	position: absolute;
	top: 40px;	
}

#currencySelector {
	position: relative;
	padding: 10px 10px;
	font-size: 11.5px;
	width: 100%;
	border: none;
	outline: none;
}

#navBarCategory {
	position: relative;
	top: 2px;
	border: none;
	outline: none;
}

#dollarSignTxt {
	font-size: 14px;
	position: relative;
	top: -10px;
}

#tiny {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

#del {
	font-size: 12px;
	color: red;
	text-align: left;
	margin-left: 2px;	
}
@media screen and (max-width: 1024px) {
	#logo {
		top: 2px;
		left: 10px;
		position: absolute;
		float: left;
		width: 110px;
	}
	#cart_badge {
		text-decoration: none;
		font-size: 11px;
		padding: 4px 8px;
		text-align: center;
		position: absolute;
		top: 25px;	
	}
	#navMenuBar{
		top: -70px;
		left: 130px;
		position: absolute;
		float: right;
	}
}


h5{
	font-size: 20px;
	font-weight: bold;	
	text-align: left;
}



/*----------MAIN_NAVIGATION---------*/

#logo {
	width: 90px;
	border-radius: 50%;
}
#footerLogo {
	width: 100px;
	border-radius: 50%;
}

.searchButton {
	background-color: black;
	border-radius: 20%;
	color: white;
	padding: 10px 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}
.searchButton:hover {
	background-color: green;
	color: white;
}

#cart_badge {
	text-decoration: none;
	font-size: 11px;
	padding: 4px 8px;
	text-align: center;
	position: absolute;
	top: 30px;	
}

#signInLink {
	color: green;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}

#signInLinkmobile {	
	display: none;
}

#company {
	display: none;
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#socailLinks {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;}

#socailLinks:hover {
	color: gold;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#footer , #footer-bottom , #footer p , #footer h5 , 
#footer a , #copyright 
{
	background: #023020;
	color: white;
}

@media screen and (max-width: 1024px) {
	
	#svgIcon {
		display: inline-block;
		text-decoration: none;
		font-size: 12px;
	}
	#company {
		display: inline-block;
		text-decoration: none;
		position: relative;
		top: 15px;
	}
	#logo {
		width: 65px;
		border-radius: 50%;
		position: absolute;
		top: 15px;
	}
	#currencySelector {
		position: relative;
		top: -15px;
		background: none;
		outline: none;
		border: none;
	}
	#navMenuBar {
		position: relative;
		top: -135px;
		left: 150px;
		outline: none;
		border: none;
	}
	#signInLinkmobile {	
		display: inline-block;
		color: green;
		font-size: 9px;
		font-weight: bold;
		text-decoration: none;
	}
	#cart_badge {
		text-decoration: none;
		font-size: 11px;
		padding: 4px 8px;
		text-align: center;
		position: absolute;
		top: 55px;	
	}
}