#header{
	width: 250px;
	position: fixed;
	background-color: #5b8c83;
}
body{
	margin-top: 0px;
}

.mobile_navigation{
	display: flex !important;
	width: 100%;
	background-color:black;
	position: fixed;
	z-index: 200;
	margin-left: -8px;
}
.page_title_background{
	margin-top: 40px;
}
.mobile_title{
	margin: auto;
	margin-left: -25px;
	text-align: center;
	color: white;
	font-size: xx-large;
	height: 50px;
	width: 95%;
}
.phone_button{
	left: 0px;
	width: 50px;
	z-index: 100;
	position: relative;
}
.left_20{
	z-index: 200;
	display: block;
	position: absolute;
	margin: 8px;
	margin-top: 50px;
	width: 30%;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
}
.right_80{
	width: 100%;
	max-width: 100%;
}
.mobile_hide_element{
	display: none !important;
}
.display_product{
	left: unset;
	max-width: 98%;
	min-width: 98%;
	
}
.product_price, .shopping_cart_price {
	font-size: small;
}
.left_20 {
	width: 250px;
}
.checkout_div{
	padding-top: 2%;
	position: unset;
	margin: auto;
	width: 100%;
	/*max-width: 350px;*/
}
.shopping_cart_view_items{
	width: 100%;
}