:root{--white-color:#fff;--black-color:#151515;--accent-color:#58b74c;--sky-color:#3eb7f3;--blue-color:#0083c5;--txt-color:#313131;--gray-color:#6c6c6c;--gray2-color:#c8c8c8;--error-color:red;--back-color:#f2f2f2;--green-back-color:#e2f5df;--lines-color:rgba(49,49,49,.12);--lines-white-color:hsla(0,0%,100%,.1);--trs-300:0.3s cubic-bezier(0.25,0.46,0.45,0.94);--shadow:0px 4px 28px 0px rgba(0,0,0,.1);--screensize:1920}@media (max-width:1660px){:root{--screensize:1660}}@media (max-width:1400px){:root{--screensize:1275}}@media (max-width:1279px){:root{--screensize:1045}}@media (max-width:1023px){:root{--screensize:1024}}@media (max-width:992px){:root{--screensize:992}}@media (max-width:767px){:root{--screensize:360}}.cart-item{align-items:stretch;border-top:1px solid var(--lines-color);display:flex;padding:1.25rem 0}@media (max-width:1400px){.cart-item{-moz-column-gap:2.25rem;column-gap:2.25rem;display:grid;grid-template-areas:"img info" "img count" "features count";grid-template-columns:5.8125rem 1fr;row-gap:0}}.cart-item:last-child{border-bottom:1px solid var(--lines-color)}.cart-item .image-wrapper{height:6rem;margin-right:1.5rem;width:6rem}@media (max-width:1400px){.cart-item .image-wrapper{grid-area:img}}.cart-item .image-wrapper img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-item .cart-item__main-info{display:flex;flex-direction:column;gap:.375rem;justify-content:center;margin-right:3.5rem;max-width:17.25rem}@media (max-width:1400px){.cart-item .cart-item__main-info{grid-area:info;height:-moz-fit-content;height:fit-content;margin-bottom:1rem;margin-right:0;max-width:100%}}.cart-item .cart-item__main-info .article{color:var(--gray-color);font-size:.75rem;font-weight:400;line-height:96%}.cart-item .cart-item__main-info .title{font-size:1.25rem;font-weight:500;letter-spacing:-.0625rem;line-height:128%}@media (max-width:992px){.cart-item .cart-item__main-info .title{font-size:1rem;font-weight:500;line-height:106%}}.cart-item .cart-item__counter-wrapper{align-items:center;display:flex;flex:1;justify-content:space-between;margin-right:3.5rem;max-width:22.25rem}@media (max-width:1400px){.cart-item .cart-item__counter-wrapper{grid-area:count;margin-right:0}}@media (max-width:768px){.cart-item .cart-item__counter-wrapper{align-items:flex-start;flex-direction:column;gap:.5rem;max-width:100%}}.cart-item .cart-item__counter-wrapper .current-price,.cart-item .cart-item__counter-wrapper .total-price{font-size:1rem;font-weight:600;line-height:106%}@media (max-width:768px){.cart-item .cart-item__counter-wrapper .current-price{color:var(--gray-color);font-size:.875rem;font-weight:400;line-height:136%}.cart-item .cart-item__counter-wrapper .total-price{font-size:.875rem;font-weight:400;font-weight:600;line-height:136%}}.cart-item .cart-item__counter-wrapper .total-price{text-align:right}.cart-item .cart-item__counter-wrapper .cart-item__counter{align-items:center;border:1px solid var(--lines-color);border-radius:999px;display:flex;gap:1.5rem;height:3rem;padding:0 1.3125rem}@media (max-width:768px){.cart-item .cart-item__counter-wrapper .cart-item__counter{justify-content:space-between;width:100%}}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__dec{align-items:center;display:flex;height:.125rem;justify-content:center;width:.75rem}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__dec:hover svg{color:var(--accent-color)}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__dec svg{color:var(--gray-color);height:1.375rem;width:1.375rem}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__inc{align-items:center;display:flex;height:1.375rem;justify-content:center;width:1.375rem}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__inc:hover svg{color:var(--accent-color)}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter__inc svg{color:var(--gray-color);height:.75rem;width:.75rem}.cart-item .cart-item__counter-wrapper .cart-item__counter .counter{background:none;border:none;font-size:.875rem;font-weight:400;line-height:136%;outline:none;text-align:center;width:3.125rem}@media (max-width:768px){.cart-item .cart-item__counter-wrapper .cart-item__counter .counter{width:6.25rem}}@media (max-width:576px){.cart-item .cart-item__counter-wrapper .cart-item__counter .counter{width:3.75rem}}.cart-item .cart-item__features{display:flex;flex-direction:column;height:auto;justify-content:space-between}@media (max-width:1400px){.cart-item .cart-item__features{align-items:center;flex-direction:row;grid-area:features}}.cart-item .cart-item__features .favourites-btn{height:1.25rem;width:1.4375rem}.cart-item .cart-item__features .favourites-btn svg{height:100%;width:100%}.cart-item .cart-item__features .delete-btn{height:1.5rem;width:1.5rem}.cart-item .cart-item__features .delete-btn svg{height:100%;width:100%}@media (max-width:1400px){.cart-item.in-favor{-moz-column-gap:2.25rem;column-gap:2.25rem;display:grid;grid-template-areas:"img info" "img features";grid-template-columns:5.8125rem 1fr;row-gap:1rem}}.cart-item.in-favor .cart-item__main-info{display:flex;margin-right:1.5rem;max-width:26.625rem}.cart-item.in-favor .cart-item__features{align-items:center;display:flex;flex:1;flex-direction:row;gap:1.5rem;justify-content:flex-end}@media (max-width:1400px){.cart-item.in-favor .cart-item__features{grid-area:features;justify-content:flex-start}}@media (max-width:768px){.cart-item.in-favor .cart-item__features{align-items:flex-start;flex-direction:column;gap:.5rem}}.cart-item.in-favor .cart-item__features .current-price{font-size:1rem;font-weight:600;line-height:106%}@media (max-width:992px){.cart-item.in-favor .cart-item__features .current-price{font-size:.875rem}}.cart-item.in-favor .cart-item__features .btn{padding:0 2.625rem}@media (max-width:992px){.cart-item.in-favor .cart-item__features .btn{height:3rem;padding:0 2rem}}