.header__fixed {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	margin: 0px; 
	z-index: 999;
	color: white;
}

	.header__content{
		height: 50px; 
		background: #263339; 
		display: flex; 
		position: relative; 
		border-bottom: solid gray 2px; 
	}

	.header__logo {
		margin: 0px auto 0px 5%; 
		text-align: center;
		display: flex;
	}
		.header__logo .icon {
			height: 50%; 
			margin: 5px auto 0px 0px;
		}
		
		.header__logo .text {
			color: #ea700d; 
			font-size: 10px; 
			font-weight: bold; 
			font-style: italic;
		}
	
	.header__control {
		position: absolute; 
		top: 0px; 
		right: 0px; 
	}
	
	.header__login {
		display: flex;
	}
	
	.header__expire{
	    color: white;
	    font-size: 10;
	    font-style: italic;
	    text-align: center;
		    					
	}

.header__dynamic {
	width:100%;
	display: flex; 
	background: #f8f7f7;
	margin-top: 50px;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
	z-index: 100;
	position: relative;
	border-bottom: solid thin darkgray;
}


	.menu {
		border: none;
		background: none;
		z-index: 1;
	}
	
		.menu__item {
			background: none;
			padding: 15px;
			margin: 0px;
			height: 50px;
			display: block;
		}
		
		.menu__item:HOVER {
			background: rgba(231, 231, 231, 0.5);
		}
		
		.menu__item.active {
			background: rgba(231, 231, 231, 0.5);
		}
		
	
	.navbar-nav .menu__item a{
		padding-top: 0px;
	    padding-bottom: 0px;
		padding-left:0px;
		padding-right:0px;
		background: none !important;
		display: flex; 
	}
	
	.menu__item .icon {
		margin: auto 5px auto 0px; 
		font-size: 20px
	}
	
	.menu__item .text {
		margin: auto 5px; 
		font-weight: bold; 
		color:black;
		
	}






.button__header__alert{
	margin: auto 20px auto auto;
}

#number_new_alert {
	position: absolute; 
	top: -5px; 
	right: -5px; 
	background: rgb(76, 175, 80); 
	padding: 2px; 
	font-size: 12px; 
	border-radius: 3px; 
	font-weight: bold; 
	color: white;
}

#alert_list {
	max-height: 500px; 
	width:400px; 
	overflow: auto; 
	padding: 5px; 
	right: 0; 
	left: auto;
}



.button__cart .icon {
	position: relative; 
	font-size: 20px
}

#lab_in_cart {
	position: absolute;
    top: -5px;
    right: -10;
    background: #ff9800ad;
    padding: 2px;
    font-size: 12px;
    border-radius: 3px;
    font-weight:  bold;
}




.buy_quantity {
	width: 50px; 
	border: solid thin gray; 
	border-radius: 4px; 
	padding: 6px; 
	margin: 10px;" 
	value="1" ; 
	min="1";
}


.main {
	margin-top: 15px
}


/* Small devices (portrait tablets and large phones, 768px and down) */
@media only screen and (min-width: 768px) {
	.header__dynamic {
		position: fixed; 
	}
	.main {
		margin-top: 115px
	}
}
@media only screen and (max-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
@media only screen and (max-width: 992px) {} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1200px) {}