.cart-item a#product_title_en {
    display: block;
    margin-bottom: 5px;
    text-align: right;
    letter-spacing: -.32px;
    color: #393e46;
    opacity: 1;
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px;
}

.cart-item .seller_title {
    font-size: 18px;
}

.cart-item .seller_title span:first-of-type {
    font-weight: 600;
}

.cart-item .seller_title span:nth-of-type(2) {
    font-family: Poppins, sans-serif !important;
    font-weight: 500 !important;
}

.cart-card .card-order-summary span {
    font-weight: 700;
}

.cart-card .sub_totals_cart b {
    font-family: 'Poppins' !important;
    font-weight: 600;
    direction: ltr;
    display: flex;
    justify-content: flex-end;
}

.cart-item .seller_title .price-discount {
    font-size: 20px !important;
    font-family: 'Poppins' !important;
    font-weight: 600;
    direction: ltr;
    display: flex;
    justify-content: flex-end;
}

.cart-card .total-card span {
    color: #545454;
    font-weight: 600 !important;
}

.product-not-available {
    position: relative;
}

/* .product-not-available .cart-item {
    opacity: 0.5;
} */
.product-not-available .cart-item .c-left-side,
.product-not-available .cart-item .c-middle-side,
.product-not-available .cart-item .c-right-side .quantity-control{
    opacity: 0.5;
}

.product-not-available .not-available-now {
    position: absolute;
    top: 64%;
    right: 17%;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #ff9090;
    padding: 10px;
    border-radius: 5px;
    background: #bb8571;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 3px 0;
}
@media (max-width:500px) {
    .product-not-available .not-available-now {
        top: 78%;
        right: 5%;
    }
}
@media (max-width:414px){
    .product-not-available .not-available-now {
        top: 75%;
        right: 9%;
    }
}
@media (max-width:375px){
    .product-not-available .not-available-now {
        top: 75%;
        right: 3%;
    }
}

.not-allow-checkout-in-cart {
    text-align: center;
    background: #fa3434;
    color: #fff;
    padding: 8px;
    font: normal normal 600 18px/35px Poppins;
}
.back-to-shop .link-shop a {
    display: flex;
    align-items: center;
}

.back-to-shop .link-shop a:hover {
    color: #fff !important;
}

/* Start Product In Card */
.ps-page--shop {
    background-color: #FDFDFD;
}

.ps-layout--shop .cart-card {
    background-color: #FFF;
}

.cart-card .card-order-summary {
    font: normal normal 600 20px/35px Poppins;
    letter-spacing: -0.16px;
    color: #1C1C1C;
}

.cart-card .sub_totals_cart {
    font-size: 18px;
}

.cart-card .total-card span {
    font-size: 20px;
    font-weight: 500;
}

.payment-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-right-section {
    flex-direction: row-reverse;
    justify-content: space-around;
}

.card-right-section .remove-icon img {
    cursor: pointer;
    width: 41px;
}

@media (max-width:400px) {
    .card-right-section .remove-icon img {
        min-width: 41px;
    }
}

/* End Product In Card */
.remove-icon {
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.remove-icon:hover .remove-icon-span {
    background-color: #FA3434;
}

.remove-icon:hover .fa-trash {
    color: #FFF;
}

.remove-icon .fa-trash {
    transition: all .25s ease-in-out;
    color: #FA3434;
    font-size: 18px;
}

.remove-icon .remove-icon-span {
    transition: all .25s ease-in-out;
    border: 1px solid #FA3434;
    border-radius: 5px;
    line-height: 5rem;
    padding: 10px;
}

.back-to-shop .link-shop,
.back-to-shop .link-shop svg {
    transition: all .3s ease-in-out;
}

.cart-card .arrow-down-cart i {
    display: none;
    position: absolute;
    top: -36px;
    left: 25px;
    background-color: #F6F6F6;
    padding: 10px;
    width: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #CECECE;
    border-bottom: none;
}

@media (max-width: 991px) {
    .cart-card  .arrow-down-cart i{
        display: block;
    }
}
@media (max-width:500px){
    #wrapper #app {
        margin-top: 200px !important;
    }
}
@media (max-width:1024px) {
    .remove-icon .remove-icon-span {
        padding: 8px;
        margin-left: 10px;
    }

    .remove-icon .fa-trash {
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-3 .cart-card {
        width: 100% !important;
        position: fixed !important;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 99999999999999999999999999;
        background-color: #fff;
        border: none;
        border-top: 1px solid #ccc;
        padding: 10px;
    }
}