.cart-popover {
    color: #000;
    text-shadow: none;
    max-width: none;
    width: 380px;
}

.cart-popover-item-count {
    font-size: 90%;
}

.cart-popover-products {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.cart-popover-footer {
    padding-top: 10px;
}

.cart-popover-fee-table tr:first-child th,
.cart-popover-fee-table tr:first-child td {
    border-top: none;
}

.cart-popover-fee-table tr:last-child {
    font-size: 18px;
    font-weight: bold;
}

.cart-popover-product {
    border-bottom: 1px dotted #aaa;
    padding: 10px 0;
}

.cart-popover-product input {
    margin-bottom: 5px;
}

.cart-popover-product .col-xs-10,
.cart-popover-product .col-xs-2 {
    padding-left: 0;
    padding-right: 0;
}

.cart-popover .btn-warning {
    color: #fff;
}

.cart-popover input[type=number]::-webkit-inner-spin-button,
.cart-popover input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-popover input[type=number] {
    -moz-appearance:textfield;
}

a#grafs_hd_cart .cart-popover-item-count,
a#grafs_hd_cart .cart-popover-subtotal {
    text-decoration: none !important;
}
