.module.search + .moduletable {background: url("cart_bl.png") no-repeat left center; background-size: auto 30px; float: right; border: 0; padding: 0 0 0 58px; width: auto; height: 35px; margin: 2px 0 0;} 
#t4-header.t4-sticky.fixed .module.search + .moduletable {margin: 7px 150px 0 0;} 
.jb-cart-header {font-size: 12px;} 
.jb-cart-header .caret, .jb-cart-icon i, .jb-cart-summary {display: none;} 
.jb-dropdown-cart .jb-cart-list {width: 360px !important; right: 0; left: auto !important;} 
.no-product {background: #fff url("cart_empty.png") no-repeat left center; background-size: 60px auto; line-height: 20px; padding: 15px 10px 15px 70px; text-align: center;} 
.jb-cart-total {text-align: center !important; border: 1px solid #ddd; padding: 5px !important; margin: 0 0 10px;} 
.jb-cart-total strong {font-size: 20px;} 

/* Cart */
.jb-dropdown-cart {position: relative;}
.jb-cart-icon {float: left; position: relative;}
.jb-cart-list.popup_content{min-width: 250px; max-width: 100%; width: 350px;}

@media (max-width: 768px) {
.module.search + .moduletable {position: fixed; right: 10px; top: 0; padding: 0 0 0 40px;} 
.jb-cart-header {font-size: 0;} 
.jb-cart-count {right: -20px;} 
} 

@media (max-width: 420px) {
	.module.search + .moduletable, #t4-header.t4-sticky.fixed .module.search + .moduletable {position: fixed; top: 0; z-index: 1; right: 0;} 
	.jb-dropdown-cart .jb-cart-list {width: 320px !important; right: 10px; left: auto !important; top: 22px !important;} 
} 
	
/* icon caret*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.jb-cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    text-align: center;
	margin: 0 10px 0 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.jb-dropdown-cart .jb-cart-list {	
    height: auto;
    padding: 12px;
    border: 1px solid #dddddd;
    box-shadow: 1px 1px 1px #d2d2d2;
}

/* Cart header*/
.jb-cart-header {   cursor: pointer;}
.jb-cart-headding {text-transform: uppercase; font-weight: 400; line-height: 16px; margin: -5px 0 0;}
.jb-cart-summary-wrap {cursor: pointer; padding-bottom: 6px;}

/* Cart item */
.jb-cart-item {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.jb-cart-image {
    float: left;
    margin-right: 10px;
    display: block;
    width: 60px;
}
.jb-cart-image img {width: 60px;}
.jb-cart-info {padding-right: 20px;}
.jb-cart-title {
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jb-cart-update-quantity {float: left;}
.jb-cart-update-quantity span {float: left;}
.jb-cart-update-quantity .jb_input_qua input {
    padding: 3px 5px;
    width: 25px;
    text-align: center;
    font-size: 12px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.jb-cart-update-quantity .jb_icon_update {
    padding: 4px 10px;
    display: inline-block;
}
.jb-cart-delete-item a,
.jb-cart-update-quantity .jb_icon_update a {cursor: pointer;}
.jb-cart-infoprice {padding-top: 4px;}
.jb-cart-delete-item {
    position: absolute;
    top: 0;
    right: 0;
}
.jb-cart-total {
    padding: 5px 0 15px;
    float: left;
    width: 100%;
    text-align: right;
}
.jb-cart-total strong {}
.jb-cart-button {
    float: left;
    width: 100%;
}
.jb-cart-button .btn {
    padding: 6px 10px !important;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #0088cc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	height: auto !important;
	line-height: 20px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .jb-cart-headding, .jb-cart-summary {
        display: none;
    }
    .jb-cart-icon, .jb-cart-count {
        margin: 0 -5px 0 0;
		opacity: 0.8;
    }
}


.jb-cart-list .productsContainer{max-height: 70vh; overflow: auto; padding: 0px 10px;}

.jb-cart-list .cartButtonsConainer{padding-top: 10px;}