#s-cart{
position: relative;
}
#s-cart .cart-icon{
float: left;
position: relative;
}
#s-cart .cart-icon .icon{
display: inline-block; 
width: 24px;
height: 24px;
margin: 0 auto;
color: #7C1FB5;
}
#s-cart .cart-icon .icon:before{
font-family: 'icomoon';
content: "\e900";
font-size: 26px;
}
#s-cart .cart-icon .num{
position: absolute;
border-radius:50%;
width: 20px;
height: 20px;
right: -14px;
text-align:center;
line-height:18px;
background: #f3f3f3;
color: #333;
font-size: 12px;
}
#s-cart .cart-info{
float: right;
padding-left:20px
}
.dropdown-cart {
width: 300px;
left: auto;
right: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
border: none;
padding: 20px;
margin: 0;
z-index: 1001;
}
.dropdown-cart #list ul{
list-style: none;
margin: 0;
padding: 0;
display: table;
width: 100%;
}
.dropdown-cart #list ul li {
display: table-row;
}
.dropdown-cart #list ul li:hover {
background-color: #f5f5f5;
}
.dropdown-cart #list ul div{
text-align: left;
display: table-cell;
padding: 6px;
vertical-align: middle;
}
.dropdown-cart #list ul div img{
float: left;
max-width: 60px;
margin-right: 10px;
}
.dropdown-cart #list ul div span{
display: block;
font-size: 12px;
}
.dropdown-cart #list ul div a.del:before{
font-size: 12px;
cursor: pointer;
padding: 10px;
font-family: 'icomoon';
content: "\e900";
}
.dropdown-cart #list ul .price{
display: inline;
}
.dropdown-cart #list ul div:nth-child(1){
width: 90%;
}
.dropdown-cart #list ul div:nth-child(2){
float: right;
}
.sub_total{
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
border-top: 1px #f1f1f1 solid;
font-weight: bold;
}
.sub_total span{
float: right;
}
.cart-go .view{
padding: 10px 0;
text-align: left;
}
.cart-go .button{
text-align: right;
}
#loader{
position: fixed;
bottom: 5%;
right: 5%;
z-index: 9999;
}
#loader .done{
border: 1px solid #444444;
background: rgba(68, 68, 68, .8);
color:#fff;
padding: 20px 20px;
z-index: 9999;
width: auto;
height: 60px;
display: table;
}
@media screen and (max-width: 660px){

}