.dropdown-cart-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
    a {
        float: right;
    }
}

.shopping-list {
    list-style: none;
    padding-left: 0;
    li {
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 15px;
        margin-bottom: 15px;
        a {
            background: none;
            padding-left: 0 !important;
        }
        .cart-img {
            float: right;
        }
        .remove {
            line-height: 18px;
            border: 1px solid #ededed;
            i {
                padding: 3px;
            }
        }
        .remove:hover {
            background: black;
            color: white;
        }
    }
}

.shopping-summary {
    width: 300px;
    padding: 20px 25px;
    .bottom .total-amount {
        float: right;
    }
    .bottom .btn-checkout {
        margin-top: 10px;
        min-width: 100%;
    }
}