.c-subtotal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e8f4ff;border-radius:24px;gap:4px;padding:32px 32px 40px}@media (min-width:992px){.c-subtotal{min-width:400px}}.c-subtotal__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:12px;justify-content:space-between;width:100%}.c-subtotal__group .c-subtotal__value{min-width:100px;text-align:right}.c-subtotal__group--total{margin-top:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;place-items:self-end}.c-subtotal__group--total p{font-size:18px;font-weight:600}