/* 
    Created on : 28 May 2022, 11:40:32
    Author     : jim
*/
body{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.header { width:100%; margin:0px; padding:0px; float:left; position:relative; }
.logo { 
	display: block; 
}
.logo-container {
	position: relative;
	display: block;
	width:100%;
	padding-top: 1%;
	text-align: center;
}
.logo-image {
	position: relative;
	display: block;
	width: 30%;
	max-width: 140px;
	margin: 0 auto;
	cursor: pointer;
}	
.header-text {
	position: relative;
	width: 100%;
	font-size: clamp(0.5em, 1vw + 0.5rem, 15px);
}

.options {
	clear:both;
	width: 90%;
	padding-top: 2em;
}
.options-1 {
	display: flex;
	width: 100%;
}
.option {
	text-align: center;
}
.icon {
	width: 80%;
}
.option a, a:hover, a:visited  {
	color: inherit;
	text-decoration: none;
}

#logoutContainer {
	position: absolute;
	top: 7vh;
	right: 10%;
	cursor: pointer;
	z-index: 1;
}
logoutContainer span{
	position: absolute;
	color: red;
	top: 0;
	left: 49%;
	font-size: 15px;
	font-weight: 600;
}
logoutContainer .basketIcon {
	width: 40px;
}
logoutContainer .text {
	font-size: clamp(0.5rem, 1vw + 0.4rem, 0.7rem);
}