.table{
	font-size:13px;
}
.cart{
	position:fixed;
	padding:3em;
	border-radius:50%;
	top:50px;
	right:50px;
	background-color:#000;
	opacity:0.6;
	z-index:999;
}
.carticon{
	font-size: 20px;
	color: #F0731F;
	position: fixed;
	top: 65px;
	right: 67px;
	z-index: 1000;
}
.carticon .badge{
    font-size: 1.2em;
    background: none;
    color: #FFF;
    position: fixed;
    top: 75px;
    right: 70px;
}
.or{
	display:inline;
}
.lineor{
background-color: #fff;
position: absolute;
margin-top: 9px;
width:40px;
margin-left: 140px;
text-align:center;
}
.login-logo{
	font-weight:900;
	color:#3c8dbc;
}
#top_menu{
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #005F8D;
    box-shadow: 0 2px 8px #999;
    margin-bottom: 0;
    text-align: center;
    color: #FFFFFF;
    z-index: 100;
}
#top_menu h2{
    display: inline;
    margin-bottom:0;
    line-height:60px;
    font-weight:900;
    text-align: center;
}
#bottom_menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: #005F8D;
    color: #FFF;
    box-shadow: 0 -2px 8px #999;
    margin-bottom: 0;
    z-index:100;
}
