.cart-view-page .cart-items .item .product-item h5 {
    font-size: 12px;
    text-align: right;
    max-width: 400px;
    margin-right: 0;
    line-height: 18px;
}
.loader-modal b {
    box-shadow: unset;
    border: unset;
    background: unset;
}



.cart-view-page {
    overflow-x:hidden;
}

.innerCartItem {
    min-height: 100px;
}

.innerCartItem .icon i{
    color: #fff;
    font-size:18px
}

.innerCartItem .productMiniImage {
    padding: 15px 10px;
}

.grandTotalPrice {
    font-weight: bold;font-size: 20px !important;    display: flex;
    justify-content: flex-end;
}

.cart-empty {
    text-align: center;
    margin: 2rem auto;
}

.cart-empty .icon {
    height: 8rem;
    width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(243, 244, 246, 1);
    border-radius: 50%;
    margin: 0 auto;
    font-size: 3rem;
    color: #d1d5db;
}

.cart-empty .icon svg {
    width: 40px;
    height: 40px;
    color: #d1d5db;
}

.cart-empty a {
    border-color: #000;
    background-color: #fff;
    color: #000;
    font-weight: 700;
}

.cart-empty a:hover {
    background-color: #000;
    color: #fff;
}

.cart-empty p {
    margin-top:1rem;
}

.cart-empty a.btn {
    padding: 8px 35px;
    border-radius: 50px;
}
