.shopping-cart {
    position: relative;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 16px;
}

.menu-shopping::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 49px;
    height: 10px;
    width: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #ccc;
    z-index: 0;
}

.menu-shopping::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 49px;
    height: 10px;
    width: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid white;
    z-index: 1;
}

.row-shopping {
    display: flex;
}

.side-bar .menu-shopping {
    box-shadow: 0px 4px 10px 0px #0000004a;
    position: absolute;
    top: 60px;
    min-width: 510px;
    display: none;
    right: -45px;
    padding: 16px;
    z-index: 1;
    margin-top: 8px;
    border-radius: 6px;
    background: #FFFFFF;
    transition: all 3s ease-in-out;
}

.shopping-cart:hover .menu-shopping {
    display: block;
}

.shopping-icon {
    color: #8993A4;
}

.shopping-right.infor-money {
    text-align: end;
}

.shopping-left.infor-product {
    display: flex;
    align-items: center;
}

.infor-product .img-avatar {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.infor-product .product-name {
    padding: 16px;
    color: #2E90FA;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.url-product-name {
    text-decoration: none;
}

.infor-money .price-number {
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #061839;
}

.modal-backdrop {
    z-index: 0;
}

.btn-outline-info,
.see-details {
    width: 49%;
    height: 40px;
    box-shadow: none;
    border-radius: 8px;
    text-decoration: none;
}

.btn-outline-info:hover {
    color: #2CB5D2;
    background: #fff;
}

/* .see-details:hover {
    color: #fff;
    background: #2CB5D2;
} */

.infor .infor-detail {
    display: flex;
    justify-content: space-between;
}

.infor-detail .text-small,
.infor-detail .text-right {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    vertical-align: middle;
}

.text-small {
    color: #8993A4;
}

.infor-detail .text-right {
    color: #061839;
}

.name-product {
    color: #061839;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.btn-close:focus {
    box-shadow: none;
}

.footer-shopping {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-shopping .see-cart {
    color: #fff;
    border-radius: 8px;
    background-color: #0385FF;
}

#modal_order_infor .modal-content {
    border-radius: 15px;
}

.infor-cart {
    display: flex;
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 15px;
    background: #FFFFFF;
    justify-content: space-between;
}

.cart-left .img-cart img {
    width: 165px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.list-items .item-cart {
    display: flex;
    gap: 24px;
}

.item-cart .cart-left {
    gap: 24px;
    width: 450px;
    align-items: center;
}

.item-cart .info-product {
    display: flex;
    gap: 24px;
    align-items: center;
}

.name-product.cart {
    color: #2E90FA;
    font-weight: 600;
    font-style: normal;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
}

.insurance-package {
    color: #061839;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
}

.info-product .price-product {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}

.info-product .handle-view {
    padding: 8px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    width: 40px;
    color: #2CB5D2;
    background: #EAF4FF;
}

.info-product .handle-delete {
    padding: 8px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
    width: 40px;
    color: #F04438;
    background: #FEECEB;
}

.quantity-product {
    border: 1px solid #CED4DA;
    border-radius: 6px;
}

.border-none {
    border: none;
}

.shopping.cart-list {
    width: 842px;
}

.desc-notes {
    font-size: 14px;
    border-radius: 8px;
}

.your-invoice {
    width: 366px;
    height: 260px;
    padding: 16px;
    border-radius: 10px;
    background: #F7F8F9;
}

.infor.invoice .infor-detail {
    height: 40px;
    border-bottom: 1px solid #CED4DA;
}

.infor.invoice .text-small,
.infor.invoice .text-right {
    line-height: 40px;
}

.your-invoice .total {
    display: flex;
    line-height: 40px;
    font-size: 15px;
    justify-content: space-between;
}
.total .total-price {
    color: #2E90FA;
    font-weight: 600;
}
.handle-pay {
    height: 44px;
    border-radius: 10px;
}
.cursor-pointer {
    cursor: pointer;
}