.counter{min-width:112px;height:36px;border-radius:8px;background:#f8f8f8;border:2px solid #f0f0f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;padding:0 1px}.counter--small{height:40px}.counter--mini{height:36px}.counter--big{height:56px}.counter__btn{background:#fff;width:30px;height:30px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:6px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.15);box-shadow:0 2px 10px rgba(0,0,0,.15)}.counter__btn--big{height:48px;width:48px}.counter__btn--small{height:34px;width:34px}.counter__btn--mini{height:30px;width:30px}.counter__btn-minus{width:20px;height:20px}.counter__btn-plus{width:17px;height:17px}.counter__value{font-size:16px;font-family:GoogleSans-Bold,sans-serif;color:#3d4248}.counter__value--big{font-size:18px}.counter__value--mini,.counter__value--small{font-size:14px}.ui-button-preloader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px}.ui-button-preloader .circle{position:relative;width:10px;height:10px;border-radius:5px;background-color:hsla(0,0%,100%,.4);-webkit-animation:dotFlashing .5s linear infinite alternate;animation:dotFlashing .5s linear infinite alternate;-webkit-animation-delay:.25s;animation-delay:.25s}.ui-button-preloader .circle:after,.ui-button-preloader .circle:before{content:"";display:inline-block;position:absolute;top:0}.ui-button-preloader .circle:before{left:-18px;-webkit-animation:dotFlashing .5s infinite alternate;animation:dotFlashing .5s infinite alternate;-webkit-animation-delay:0s;animation-delay:0s}.ui-button-preloader .circle:after,.ui-button-preloader .circle:before{width:10px;height:10px;border-radius:5px;background-color:hsla(0,0%,100%,.4)}.ui-button-preloader .circle:after{left:18px;-webkit-animation:dotFlashing .5s infinite alternate;animation:dotFlashing .5s infinite alternate;-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes dotFlashing{0%{background-color:#fff}50%,to{background-color:hsla(0,0%,100%,.4)}}@keyframes dotFlashing{0%{background-color:#fff}50%,to{background-color:hsla(0,0%,100%,.4)}}.confirmation-popup__btn .ui-button-preloader{height:18px}.cart-lunch-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cart-lunch-row,.cart-lunch-row__descr{display:-webkit-box;display:-ms-flexbox;display:flex}.cart-lunch-row__descr{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}.cart-lunch-row__img{width:96px;height:96px;border-radius:20px}.cart-lunch-row__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-lunches-row__descr-wr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-top:10px}.cart-lunch-row__name{font-family:GoogleSans-Bold,sans-serif;font-size:18px;line-height:24px}.cart-lunch-row__meal-type{font-family:GoogleSans-Regular,sans-serif;font-size:12px;line-height:16px;color:#979797}.cart-lunch-row__right{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:370px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:10px}.cart-lunch-row__cost,.cart-lunch-row__right{display:-webkit-box;display:-ms-flexbox;display:flex}.cart-lunch-row__cost{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.cart-lunch-row__price-for-one{background-color:#f8f8f8;border-radius:2px;padding:4px 6px;font-size:14px;line-height:20px;font-family:GoogleSans-Bold,sans-serif;color:#3d4248}.cart-lunch-row__total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.cart-lunch-row__total_value{white-space:nowrap;font-family:GoogleSans-Bold,sans-serif;font-size:24px;line-height:36px;color:#3d4248}.cart-lunch-row__total_mark{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#40ae49;border-radius:4px;padding:2px 4px;font-family:GoogleSans-Bold,sans-serif;font-size:14px;line-height:18px;color:#fff}.cart-lunch-row__total_mark--blue{background:#107f8c}.cart-lunch-row__remove{margin-top:6px;cursor:pointer}