/**
*  LF CHAT css
* ======================= LF CHAT STARTS ============================
*/
@media screen and (max-width: 767px) {
    .lf-en .cart-footer .footer-cart-actions, .lf-ar .cart-footer .footer-cart-actions {
        padding: 23px 20px 82px;
    }
}

.lf-ar #back-top, .lf-en #back-top {
    bottom: 46px;
}

@media screen and (min-width: 768px) {
    .lf-en .footer-cart-additional {
        width: 550px;
        margin-right: 70px;
    }
    .lf-en .cart-items {
        width: calc(100% - 700px) !important;
    }
    .lf-en .cart-footer .footer-cart-actions {
        float: left;
    }
}

@media screen and (max-width: 856px) {
    .lf-ar #back-top, .lf-en #back-top {
        bottom: 88px;
    }
}

/*
* ======================= LF CHAT ENDS ============================
*/
