.cart{min-height:calc(100vh - 60px);padding:20px 20px 40px}@media screen and (min-width: 768px){.cart{padding:20px 20px 80px}}.cart__empty{display:flex;justify-content:center;align-items:center;width:100%;margin-top:100px}.cart__empty-text{font-weight:700}.cart__empty-content{display:flex;flex-direction:column;gap:20px;text-align:center}@media screen and (min-width: 768px){.cart__empty-img{width:240px;height:205px}}.cart__breadcrumbs{margin-bottom:20px}@media screen and (min-width: 768px){.cart__breadcrumbs{margin-bottom:40px}}.cart__title{margin-bottom:20px}.cart__section{display:flex;flex-direction:column;gap:20px;padding:20px;background-color:#fff;max-width:684px;border-radius:10px;margin-bottom:20px}@media screen and (min-width: 768px){.cart__section{gap:40px;margin-bottom:40px}}.cart__section:last-child{margin-bottom:0}.cart__section-title:after{content:"";display:block;width:100%;height:1px;background-color:#000;opacity:.2;margin-top:10px}.cart__section-full-price{display:flex;flex-direction:column}.cart__section-full-price:before{content:"";display:block;width:100%;height:1px;background-color:#000;opacity:.2;margin-bottom:10px}.cart__section-full-price-content{display:flex;justify-content:space-between}.cart__section-full-price-cost{font-weight:700}@media screen and (min-width: 768px){.cart__section-button{max-width:276px}}
