
.mini_cart_content .cart_list .group,
.mini_cart_content .cart_list .group dd .woocommerce-Price-amount {
    font-size: 11px;
    color: #333333;
}

.checkout-reward-container {
    position: relative;
    z-index: 1;
}

.review-wrapper-reward {
    padding-left: 35px;
}

.review-wrapper-reward::after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    bottom: 0;
    background: #f9f9f9;
    z-index: 0;
    background-position: left top;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

/*Hides the Shipping container on the cart page*/
body.woocommerce-cart .wc-block-components-totals-shipping {
    display: none !important;
}