/* 
VANGLE START
*/


.mydivheader {
	padding: 0px;
	cursor: move;
	z-index: 10;
	background-color: white;
	color: white;
	max-width: auto;

}
.active, .mydivheader:hover {
	color: white;
	background-color: grey;
}


.mydiv {
	position: absolute;
	z-index: 9;
	background-color:white;
	text-align: left;
	padding 0px;
	max-width: auto;
	left: 10px;

}
.active, .mydiv:hover {
	z-index: 16;
}


.close_button {
	margin-left: 0px;
	margin-right: 0px;
	color:white;
	font-weight: bold;
	float: right;
	font-size: 30px;
	line-height: 17px;
	cursor: pointer;
	transition: 0.3s;
}

.close_button:hover {
	color: black;
}


.quantity {
	display: flex;
}

.quantity {
	background: white;
	cursor: pointer;
	text-align: left;
}

.quantity input {
	width: auto;
	text-align: left;
}

.quantity2 {
	display: flex;
}

.quantity2 {
	background: white;
	cursor: pointer;
	text-align: left;
}

.quantity2 input {
	width: auto;
	text-align: left;
}


.collapsible {
	background-color: grey;
	color: white;
	cursor: pointer;
	padding-top:3px;
	padding-left:7.5px;
	padding-bottom:3px;
	margin: 1px 3px;
	width:40px;
	border:none;
	text-align:left;
	outline:none;
	font-size:16px;
	opacity: 0.9;
}


.collapsible:hover {
	background-color: black;
	font-weight: bold;
}


.collapsible.active {
	background-color: black;
	font-weight: bold;
}

.icon_menu {
	display: inline-block;
	cursor: pointer;
}

.bar{
	
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 5px 0px;
	transition: 0.4s;
	
}


.content {
	padding:0 3px;
	display: none;
	overflow: hidden;
	background-color:white;
	opacity: 0.9;
}


.content_bar {
	position: relative;
	color: white;
	background-color: grey;
	font-family: Arial;
	top: 0px;
	padding: 0px;
}


.bottombars_content {
	overflow: hidden;
	text-align: left;
	background-color: grey;
}

.bottombars_content a{
	float: left;
	color: white;
	text-align: left;
	padding: 5px 20px;
	text-decoration: none;
	font-size: 18px;
}

.bottombars_content a:hover {
	background-color: white;
	color: grey;
	opacity: 0.9;
}

.bottombars_content a.active {
	background-color: black;
	color: white;
}



.footer {
	background-color: grey;
	color: white;
	text-align: center;
	font-size:14px;
	padding: 3px;
	opacity: 0.9;
}

/* 
VANGLE END
*/
