.checkout-cart-index .cart-totals .table-wrapper {
    margin: 0 0 10px;
}
.checkout-cart-index .calicon {
    float: right;
    clear: both;
    width: 50%;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}
.checkout-cart-index .calicon::before {
    content: "";
    background: url('../images/caa-icon.png');
    display: block;
    height: 22px;
    width: 22px;
    background-position: 0 0;
    margin-top: -3px;
    position: absolute;
    left: 0;
}
.checkout-cart-index .calicon .red-value {
    color: red;
    font-weight: 600;
}
.checkout-cart-index a {
    text-decoration: underline;
}
html[lang="ar"] .checkout-cart-index .calicon {
    float: left;
    padding: 0 0 0 30px;
}
html[lang="ar"] .checkout-cart-index .calicon::before {
    left: 0;
}

@media(max-width: 667px){
    .checkout-cart-index .calicon{
        width: 100%;
    }
}