.wrapper_inboxCart {
    position: fixed;
    width: 320px;
    height: 250px;
    background: white;
    z-index: 999999;
    border: 1px solid #ddd;
    opacity: 1;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -160px;
    display: block;
    padding: 15px;
}


.wrapper_inboxCart p.info {
    color: #262626;
    font-size: 13px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    }
.wrapper_inboxCart .p_image, .wrapper_inboxCart .p_name  { text-align: center; margin-bottom: 10px;}
.wrapper_inboxCart .p_name a { color: #333;}
.wrapper_inboxCart .p_name a:hover {
    color: #ED5959;
}
.wrapper_inboxCart .continue_shopping,
.wrapper_inboxCart .shopping_cart {
    border: 1px solid #ddd;
    display: block;
    margin: 10px 0 0;
    color: #FFFFFF;
    padding: 7px 10px;
    background: #fff;
    color: #333;
    text-align: center;
}
.wrapper_inboxCart .continue_shopping:hover,
.wrapper_inboxCart .shopping_cart:hover { background:#333; text-decoration: none; color: #fff;}


/* top cart  */
.fix-nav .top-cart-content {
    right: -7px;
    top: 25px;
}
.top-cart-content {
    display: none;
    width:270px;
    position: absolute;
    top: 47px;
    right: 0;
    z-index: 9999;
    border: 1px solid #f2f2f2;
    background:#fff;
    padding: 15px;
    text-align: left;
}
.header-cart-mini:hover .top-cart-content { display: block !important;}

.top-cart-content:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    right: 34%;
    top: -7px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.fix-nav .top-cart-content:before { top:-8px; }

.top-subtotal {
    margin: 15px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #eee;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right: 0; top:4px;  cursor: pointer;}
.top-cart-content .product-details .btn-edit{ position:absolute; right: 15px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    margin:10px 0 0;
}
.top-cart-contain .product-details .price {width: auto;font-size: 15px;font-weight: bold;}
.top-subtotal span{font-weight: bold;font-size: 15px} 
