.wrap.cart-page{max-width:1280px;padding:0 10px;margin:0 auto 20px}
.cart-page .content{margin:0 -10px 50px;padding:0}
@media (min-width:739.98px) {
.cart-page .content{padding-top:10px}
}
@media (min-width:1023.98px) {
.cart-page .content{padding-top:0}
}
@media (min-width:1279.98px) {
.cart-page .content{margin:0 0 50px}
}
.cart-page h1{display:flex;align-items:center;margin:0;padding:15px 10px 10px;text-transform:uppercase;font-size:16px}
.print-cart-wrap{flex:1 1 auto;display:flex;justify-content:flex-end;align-items:center;column-gap:15px}
.all-delete{cursor:pointer}
.cart-page .cart{background:var(--top-menu-bg-pk);border:3px solid var(--colorTheme);border-bottom:0}
.cart-row{position:relative;padding:3px 7px 1px 35px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;height:auto;counter-increment:listItem;transition:.1s}
.cart-row:not(:last-child){border-bottom:1px dashed var(--colorTheme)}
.cart-row::before{position:absolute;top:0;left:0;content:counter(listItem) "";min-width:23px;height:100%;border-right:1px dashed var(--colorTheme);background:var(--bgLight);color:var(--colorTheme);display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:700}
.cart-cell{display:flex;align-items:center}
.cart-cell.row-img{position:relative;flex:0 0 60px;width:60px;height:60px;aspect-ratio:1 / 1;border:1px solid var(--borderColor);border-radius:5px;overflow:hidden}
.cart-cell .image img{position:absolute;top:0;left:0;display:block;width:100%;height:100%}
.cart-cell.cart-item{width:calc(100% - 270px);text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;margin:0 10px;flex-direction:column;align-items:flex-start;justify-content:center;flex-wrap:wrap;height:100%;row-gap:5px}
@media (min-width:739.98px) {
.cart-cell.cart-item{text-overflow:unset;white-space:unset}
}
.cart-page .product-name{max-width:100%;text-overflow:ellipsis;overflow:hidden;font-weight:500}
.cart-page-kod{color:var(--colorName);font-size:12px;font-weight:500;line-height:1}
.cart-price{margin-top:5px}
.q_t_wrap{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:15px 0 10px;flex:0 0 80px;gap:9px}
.btn-minus,.btn-plus{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border:1px solid var(--colorTheme);background:var(--bgLight)}
.btn-minus{border-radius:5px 0 0 5px}
.btn-plus{border-radius:0 5px 5px 0}
.btn-plus:active,.btn-minus:active{background:var(--borderColor2)}
.btn-minus .icon-minus,.btn-plus .icon-plus{width:10px;height:10px}
.btn-plus .icon-plus{background:url(/wa-data/public/site/img/svgs/plus.svg) 0 0 no-repeat}
.btn-minus .icon-minus{background:url(/wa-data/public/site/img/svgs/minus.svg) 0 0 no-repeat}
.quantity_input{text-align:center;width:40px;height:30px;margin:0 -2px;border:1px solid var(--colorTheme);background:white;font-size:12px;font-weight:600;border-radius:0}
.item-total{padding-top:5px;display:flex;white-space:nowrap}
.delete-row{position:absolute;bottom:8px;right:8px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;color:var(--bordo)}
.delete-row .icon.icon-close{width:12px;height:12px}
.addition-wrapper{display:flex;align-items:center;flex:0 0 220px;height:27px;column-gap:10px;padding:5px 0 5px 3px;color:var(--green);font-weight:500}
.addition-icon{width:14px;height:14px;background:url(/wa-data/public/site/img/plus_cart.svg) 50% / 100% no-repeat;cursor:pointer}
.addition-span{cursor:pointer}
.buy_multiply{flex:0 0 225px;height:30px;margin-right:15px;padding:5px 0;color:var(--colorName);font-weight:500}
.label.buy_multiply_label{gap:7px}
.buy_multiply .checkbox:checked{background:var(--green2) url(/wa-data/public/site/themes/multishop/img/checked.svg) 50% / 80% no-repeat}
.buy_multiply_span{user-select:none}
.cart-result{display:flex;justify-content:space-between;align-items:center;min-height:70px;background-color:var(--colorTheme);padding:10px 20px;margin-bottom:20px}
.ves{display:flex;flex-direction:column;row-gap:5px;font-size:clamp(1rem,0.476vw + 0.891rem,1.143rem);color:white}
.weight{font-weight:500}
.cart-result .total{color:white;font-size:16px}
.total .total-span{display:flex;justify-content:flex-end;column-gap:10px;row-gap:5px;flex-direction:column;align-items:flex-end}
.discount{display:flex;justify-content:flex-end;align-items:center;column-gap:10px;row-gap:5px}
.cart-page .checkout{flex-wrap:wrap;display:flex;justify-content:center;padding:0 10px;gap:10px}
@media (min-width:599.98px) {
.cart-page .checkout{justify-content:space-between}
}
.checkout-button,.back-page-button{width:272px}
.button-text.checkout-button.dynamic-button{position:fixed;bottom:0;left:50%;display:flex;width:unset;max-width:unset;gap:5px;transform:translate(-50%,100%);z-index:2}
.button-text.back-page-button{border-width:2px;background-color:white;color:var(--font-color)}
.button-text.back-page-button:hover{background-color:var(--cream2)}
.continue-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}
.cart-page .product__slider{margin:0 -10px 50px}
.sale-icon{position:absolute;top:-33px;width:33px;height:33px;background:url(/wa-data/public/site/img/sale.svg) 50% / 100% no-repeat}
.not-found{width:100%;max-width:400px;margin:0 auto}
.empty-cart-page{display:flex;flex-direction:column;margin-top:20px}
.empty-cart-text{display:flex;align-items:center;padding:0 0 20px 10px;gap:10px;font-size:16px;font-weight:500;text-transform:uppercase}
.empty-cart-p{padding:0 10px 20px 10px;font-size:16px}
.empty-cart-page .button-text{margin-left:10px}