.cart-dropdown .mobile-cart {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform 0.2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.cart-dropdown .mobile-cart .btn-close {
    position: absolute;
    left: -4.2rem;
    top: 0.7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300;
}
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 260px;
    background-color: #1d1e20;
    font-size: 1.2rem;
    line-height: 1.5;
    z-index: 1051;
    transform: translateX(100%);
    transition: transform 0.25s;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .mmenu-active .page-wrapper, .sidebar-opened .page-wrapper {
        right: 260px;
    }
}

.post-body {
    margin-left: 0;
    padding-bottom: 2.1rem;
    border: 0;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.dropdown-cart-total .cart-total-price {
    margin-left: 0;
    font-size: 1.5rem;
}
.dropdown-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
    width: 100%;
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: 0;
    border: 1px solid #f4f4f4;
}

.cart-dropdown .product {
    flex-direction: row-reverse;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 0 !important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif;
}