.custom-cart {
	width: 348px;
	overflow: auto;
	position: fixed;
	height: 550px;
	top: 61px;
	right: -352px;
	transition: 500ms;
	z-index: 999999;
	border-radius: 8px;
}
.custom-cart-header{
	background: #0280E1;
	overflow: hidden;
	color: #fff;
}
.custom-cart-header span {
	padding: 7px 13px;
	display: inline-block;
	background:#1474A9;
	border-radius: 0;
}
.custom-cart-header span i{
	color: #fff;
}


.custom-cart-body{
	background: #FAFAFA;
	overflow: hidden;
	padding: 10px 5px;
}

.custom-cart-body ul li{
	display: flex;
  	align-items: center;
	overflow: hidden;
	padding: 3px 0;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}
.custom-cart-body ul li div{
	overflow: hidden;
	padding: 3px;
}
.custom-cart-body ul li div img{
	width: 100%;
}
.custom-cart-body ul li div i{
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid rgba(0,0,0,0.05);
	padding: 2px;
	border-radius: 50px;
	text-align: center;
	transition: 300ms;
	cursor: pointer;
	color:rgba(0,0,0,0.3);
}

.custom-cart-body ul li div i:hover{
	border: 1px solid #DB5325;
	color:rgba(0,0,0,0.9);
}


.custom-cart-footer a{
	display: block;
	color: #fff;
	font-weight: 400;
	padding: 7px;
	transition: 500ms;
	text-decoration: none;
}

.custom-cart-footer .porder:hover{
	background: #FF6A00;
	cursor: pointer
}

.custom-cart-footer .porder {
	background: #0280E1;
	float: left;
	border-bottom-left-radius: 4px;
	padding: 8px;
	font-size: 14px;
}
.custom-cart-footer .corder {
    background: #1474A9;
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 10px 6px;
    border-bottom-right-radius: 4px;
    margin-top: 0px;
	width: 68%;
}


/*  Cart Summery */
.cart-summery-button{
/* border: 3px solid; */
bottom: 453px;
/* box-shadow: -10px 15px 19px rgba(0, 0, 0, 0.65); */
overflow: hidden;
position: fixed;
right: 5px;
width: 70px;
z-index: 999999;
transition:500ms;
cursor: pointer;
border-radius: 8px;

}

.cart-summery-button:hover{
transform:scale(1.3);}

.cart-summery-button .top,.cart-summery-button .bottom{
	overflow: hidden;
	padding: 3px;
}

.cart-summery-button .top{
background: #F70606  none repeat scroll 0 0;

}
.cart-summery-button .top i{
color: #fff;
display: block;
font-size: 1.65em;
transition: 750ms;
}
.cart-summery-button:hover .top i{
	transform:rotate(360deg);
}
.cart-summery-button .top strong{
	font-size: 12px;
   color: #fff;
}
.cart-summery-button .bottom{
background: #F7A707 none repeat scroll 0 0;
color: #fff;
font-size: 15px;
/* font-weight: bold; */
}

.mini_cart_product{
	background:#fff;
	border-right: 1px solid #0280E1;
	border-left: 1px solid #0280E1;
}
.mini_cart_empty{
height:136px;

}
.mini_cart_empty img {
	width: 324px;
	height: 274px;
	padding: 31px;
	background: #fff;
}
.mini_cart_empty h2{
	font-size: 25px;
	color:#666;
	font-weight: bold;
	padding: 31px;
}
