body{
	line-height: 1.6;
	font-size: 100%;
	font-weight: 300;
}
a{
	outline:none;
}
a:hover{
	cursor:pointer;
	text-decoration:none;
}
a{
	cursor: pointer;
}
#loading {
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
}
body.loading{
    overflow: hidden;
}
.drawer-controls{
	margin: inherit;
	padding: 0;
	height: auto;
	width: auto;
}
.drawer-contents {
	background: #FFFFFF;
}
.drawer-heading{
	border: none;
	height: 50px;
}
.close-drawer{
	float: right;
}
.text-align-left{
	text-align: left !important;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.button-primary{
	cursor: pointer;
	padding: 10px 15px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	background-color: #052151;
	transition: all 0.3s;
}
.button-primary:hover{
	opacity: 0.7;
	color: #ffffff;
}
.cart-icon-btn{
	margin-right: 10px;
}
a.btn-cart{
	position: relative;
}
.cart-icon-count{
	background: #007bff;
	border-radius: 100%;
	color: #FFFFFF;
	padding: 2px 10px;
	font-size: 12px;
	position: absolute;
	top: -4px;
	left: 26px;
}