.j2store-cart-item-box .j2store-cart-header-block {
    *background: #0088cc none repeat scroll 0 0;
    border-bottom: 1px solid #dddee1;
    *color: #ffffff;
    overflow: hidden;
}

p.j2store-product-name {
    margin: 0;
    font-size: 13px;
}

.top-subtotal {
    *color: #fff;
    display: inline-flex;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
    width: 58%;
}
  
 
 .minicart { 
    font-size: 14px;
    padding: 4px 0 6px;
    text-transform: none;
}

 .minicart a{
    text-decoration:none;
    *color:#ffffff;
 }
  
.cart-item-count {
    background:#0fbb55 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 2px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: relative;
    top: -12px;
    left: -3px;
}  
  
  ul.j2store-cart-list {
   /*  max-height: 350px;
    overflow-x: auto; */
    padding: 10px 15px 0;
}  
  
 
 .j2store-cart-item-box  li.cartitems {
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}


.cartitems .product-image {
    float: left;
    margin-right: 15px;
    padding: 0;
    width: 60px;
}

.item-product-details{	 
    position: relative;
    float: right;
}
 .j2store-cart-item-box .j2store-cart-nav {
    margin: 0;
    overflow: hidden;
    padding: 0 15px 15px;
}