/* Cart */
.jb-dropdown-cart {
	position: relative;
}
.jb-cart-icon {
    float: left;
    position: relative;
}

/* 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: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    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: bold;
}
.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 {
        display: block !important;
    }
}


.jb-cart-list .productsContainer{
    max-height: 70vh;
    overflow: auto;
    padding: 0px 10px;
}

.jb-cart-list .cartButtonsConainer{
    padding-top: 10px;
}