/*! ajaxcarper version 1.0.0 */
.wrapper_box {
    	position:fixed; width:320px; height:100px; background: #f9f9f9;	z-index:999999; 
	border:1px solid #23b4ca;opacity:1;top: 0; bottom: 0;left: 0; right: 0; display:block;padding:20px; margin: auto;
}
.wrapper_box a{}
.wrapper_box .product_name a{}
.wrapper_box p.info {color:#2d2d2d;font-size:16px;background:#EFF5EA;border:1px solid #446423;padding:5px 10px;}
.wrapper_box #continue_shopping {float:left;background: none repeat scroll 0 0 #23B4CA;color: #FFFFFF; text-decoration: none; margin-top: 10px;padding: 5px 10px;}
.wrapper_box #continue_shopping:hover {background:#555;}
.wrapper_box #shopping_cart {float:right;background: none repeat scroll 0 0 #23B4CA;color: #FFFFFF; text-decoration: none; margin-top: 10px;padding: 5px 10px;}
.wrapper_box #shopping_cart:hover {background:#555;}
.pop_compare.wrapper_box #continue_shopping {float:none;}
.pop_compare.wrapper_box #product_info_box {padding-bottom:10px;}
.pop_wishlist.wrapper_box #continue_shopping {float:none;}
.pop_wishlist.wrapper_box #product_info_box {padding-bottom:10px;}
/* top cart  */

.top-cart-wrapper:hover {
}

.top-cart-contain:hover {
}

.top-cart-title .cart_arrow {
	position:absolute;
	bottom:-6px;
	right:50px;
	width:18px;
	height:11px;
	z-index:1000;
	display:none;
}
.top-cart-contain:hover .top-cart-title .cart_arrow {
	display:block;
}

.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:10px; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right:30px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    float:right;
    margin:10px 0 0;
}
.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.top-cart-title strong { display: block; clear: both;}

.top-cart-title strong span {text-transform:none;}

@media (max-width: 320px) {
	.wrapper_box { width: 270px; padding: 10px; height: 165px;}
	.wrapper_box #shopping_cart, .wrapper_box #continue_shopping { padding: 5px}
}
    
