.cart__top{display:flex;justify-content:space-between;align-items:center}@media(max-width:500px){.cart__top{flex-direction:column;gap:10px;align-items:center}}.cart__container{max-width:820px;margin:30px auto}@media(max-width:600px){.cart__container{margin:20px auto}}.cart img{max-width:300px}.cart .content__title{display:flex;align-items:center;font-size:32px}.cart .content__title svg{position:relative;top:-2px;width:30px;height:30px;margin-right:10px}.cart .content__title svg path{stroke:#232323;stroke-width:1.9}.cart__clear{display:flex;align-items:center;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cart__clear span{display:inline-block;margin-left:7px;color:#b6b6b6;font-size:18px}.cart__clear path,.cart__clear span,.cart__clear svg{transition:all .15s ease-in-out}.cart__clear:hover svg path{stroke:#373737}.cart__clear:hover span{color:#373737}.cart__bottom{margin:50px 0}.cart__bottom-minSumZak{color:red;text-align:right}@media(max-width:500px){.cart__bottom-minSumZak{text-align:center}}.cart__bottom-details{display:flex;justify-content:space-between}@media(max-width:500px){.cart__bottom-details{flex-direction:column;text-align:center}}.cart__bottom-details span{font-size:22px}.cart__bottom-details span:last-of-type b{color:#287328}.cart__bottom-buttons{display:flex;justify-content:space-between;margin-top:40px}@media(max-width:500px){.cart__bottom-buttons{flex-direction:column;gap:10px;align-items:center}}.cart__bottom-buttons .go-back-btn{display:flex;align-items:center;justify-content:center;width:210px;border-color:#ddd}@media(max-width:500px){.cart__bottom-buttons .go-back-btn{width:268px;padding:16px}}.cart__bottom-buttons .go-back-btn span{color:#c3c3c3;font-weight:500;font-weight:600}.cart__bottom-buttons .go-back-btn:hover{background-color:#111;border-color:#111}.cart__bottom-buttons .go-back-btn:hover span{color:#f6f6f6}.cart__bottom-buttons .go-back-btn svg{margin-right:12px}.cart__bottom-buttons .go-back-btn svg path{fill:rgba(0,0,0,0);stroke-width:2}.cart__bottom-buttons .pay-btn{font-size:16px;font-weight:600;width:210px;padding:16px}@media(max-width:500px){.cart__bottom-buttons .pay-btn{width:300px}}.cart__empty{margin:0 auto;width:560px;text-align:center}@media(max-width:650px){.cart__empty{width:400px}}@media(max-width:480px){.cart__empty{width:300px}}.cart__empty h2{font-size:36px;margin-bottom:10px;font-weight:700}@media(max-width:480px){.cart__empty h2{font-size:24px}}.cart__empty p{font-size:18px;line-height:145.4%;letter-spacing:.01em;color:#777}@media(max-width:650px){.cart__empty p{font-size:14px;line-height:145.4%}}@media(max-width:480px){.cart__empty p{font-size:12px;line-height:120%}}.cart__empty icon{position:relative;top:2px}.cart__empty img{display:block;width:100%;height:100%;margin:45px auto 60px;object-fit:contain}.cart__empty .button--black{padding:12px 0 14px;width:230px;margin:0 auto;font-weight:600;font-size:18px}.cart__item{display:grid;grid-template-columns:15% 48% 0 15% 15% 7%;grid-template-rows:100%;width:100%;border-top:1px solid #f6f6f6;padding-top:30px;margin-top:30px}@media(max-width:600px){.cart__item{grid-template-columns:max-content 1fr min-content;grid-template-rows:70% 30%;gap:5px 0;padding-top:15px}}.cart__item-img{display:flex;align-items:center;margin-right:15px}.cart__item-img img{width:100px;height:100px}@media(max-width:750px){.cart__item-img img{width:80px;height:80px}}.cart__item-info{display:flex;flex-direction:column;justify-content:center}.cart__item-info h3{font-weight:700;font-size:22px;line-height:27px;letter-spacing:.01em}@media(max-width:500px){.cart__item-info h3{font-size:18px;font-weight:600}}.cart__item-info p{font-size:14px;color:#8d8d8d}.cart__item-count{display:flex;align-items:center;justify-content:space-between}.cart__item-count-minus svg path:first-of-type{display:none}.cart__item-count-minus:disabled{color:#9d9d9d;background-color:#fff;border-color:#8d8d8d;opacity:.4}.cart__item-count-minus:disabled svg path{fill:#8d8d8d}.cart__item-count-minus:disabled:active{transform:none}.cart__item-count b{font-size:22px}.cart__item-price{display:flex;align-items:center;justify-content:center}.cart__item-price b{font-weight:700;font-size:22px;letter-spacing:.01em}.cart__item-remove{display:flex;align-items:center;justify-content:flex-end}.cart__item-remove .button{border-color:#ddd}.cart__item-remove svg{transform:rotate(45deg)}.cart__item-remove svg path{fill:#d0d0d0}.cart__item-remove .button svg{width:11.5px;height:11.5px;position:relative}.cart__item-remove .button:active,.cart__item-remove .button:hover{border-color:#2a2a2a;background-color:#2a2a2a}