.jshop_cart{
	float: left;
	position: relative; 
    margin-right: 20px;
    padding-right: 13px;
}
.jshop_cart::after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 40px;
    background: #ededed;
}
.jshop_cart .cart_header { 
	text-align: right;
	position: relative;
} 
.jshop_cart .cart_header.empty-cart:hover { 
    background: none; 
}
.jshop_cart .cart_header > a {
    display: block;
    color: #000;
    position: relative;
    padding-right: 54px;
    padding-top: 5px;
}
.jshop_cart .cart_header > a > span{
	display: block;
}
.jshop_cart .cart_header > a > span.cardxs {
    background: #000;
    color: #fff;
    display: inline-block !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 3px;
}
.jshop_cart .cart_header .product_count {
	line-height: 26px;
	color: #000;
	width: 21px;
	height: 21px;
	background: #ef394e;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	right: -4px;
	display: inline-block;
}
.jshop_cart .cart_content {
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.2);
    z-index: 99999;
	opacity: 0;
	visibility: hidden;
}
.jshop_cart:hover .cart_content{
	opacity: 1;
	visibility: visible;
}
.jshop_cart .cart_content .cart_links{
    padding: 12px 16px 12px 12px;
    border-bottom: 1px solid #f0f0f1;
	width: 100%;
	float: right;
}
.jshop_cart .cart_content .cart_links > span{
	display: inline-block;
	float: right;
	color: #81858b;
}
.jshop_cart .cart_content .cart_links a{
	display: inline-block;
	float: left;
	color: #0fabc6;
}
.jshop_cart .cart_content .cart_links a .lnr{
	font-size: 9px;
	display: inline-block;
}
.jshop_cart .cart_content ul{
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style: none;
	width: 100%;
	float: right;
    border-bottom: 1px solid #f0f0f1;
	padding: 0;
	margin: 0;
}
.jshop_cart .cart_content ul li{
	width: 100%;
	float: right;
    padding: 15px;
    border-bottom: 1px solid #f0f0f1;
    margin: 12px 0;
}
.jshop_cart .cart_content ul li:last-child{
	margin-bottom: 0 !important;
	border: none;
}
.jshop_cart .cart_content ul li .image{
	width: 25%;
	float: right;
	padding-left: 10px;
}
.jshop_cart .cart_content ul li .content{
	width: 75%;
	float: right;
}
.jshop_cart .cart_content ul li .content h3 {
    font-size: 13px;
    line-height: 20px;
}
.jshop_cart .cart_content ul li .content > div {
    width: 100%;
    float: right;
	padding-left: 25px;
	position: relative;
}
.jshop_cart .cart_content ul li .content > div div{
    float: right;
	font-size: 12px;
	color: #81858b;
}
.jshop_cart .cart_content ul li .content > div div span:not(:last-child){
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #f0f0f1;
}
.jshop_cart .cart_content ul li .content > div a {
    display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
    color: #aaa;
}
.jshop_cart .cart_content .cart_footer{
    padding: 7px 16px 3px 12px;
	width: 100%;
	float: right;
}
.jshop_cart .cart_content .cart_footer div{
	float: right;
}
.jshop_cart .cart_content .cart_footer div span {
    display: block;
    font-size: 10px;
}
.jshop_cart .cart_content .cart_footer div span.total_cart {    
    font-size: 15px !important;
    line-height: 26px;
}
.jshop_cart .cart_content .cart_footer a{    
    float: left;
    top: 5px;
    min-width: auto !important;
    line-height: 20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    font-size: 13px;
    border: none;
    font-weight: normal;
    background: #000;
    border-radius: 5px;
    text-align: center;
}







