.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}