@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.c-summaryCard__line{justify-content:space-between;align-items:center;min-height:3.6rem;padding:.6rem 0;display:flex}.c-summaryCard__left{color:var(--input-color-default-label);flex-grow:1;font-size:1.2rem;font-weight:500}.c-summaryCard__right{color:var(--color-common-primary-brand-900);white-space:nowrap;font-size:1.6rem;font-weight:500}.c-summaryCard__total .c-summaryCard__left{font-size:1.4rem;font-weight:600}.c-summaryCard__total .c-summaryCard__right{font-size:2rem;font-weight:600}.c-summaryCard__sticky{display:none}@media only screen and (max-width:768px){.c-summaryCard__sticky{width:100%;z-index:var(--zindex-fixed);background-color:#fff;border-radius:1.2rem 1.2rem 0;padding:1.6rem;display:block;position:fixed;bottom:0;left:0;box-shadow:0 -4px 4px #43434340}}