/* /templates2_0/module/goods/tobasket.less */
.goods_tobasket-control {
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.goods_tobasket-control .btn {
  height: 30px;
}
.goods_tobasket-reduce.reduce.btn {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}
.goods_tobasket-increase.increase.btn {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.goods_tobasket-count {
  position: relative;
  box-sizing: border-box;
  display: block;
  border: 0;
  font: bold 18px/28px Utkonos;
  outline-style: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.goods_tobasket-count::-webkit-inner-spin-button,
.goods_tobasket-count::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.goods_view-item .goods_tobasket-count,
.goods_view-item .goods_tobasket-reduce.btn {
  display: none;
}
.goods_view-item[data-status_in_cart] .goods_tobasket-count {
  display: inline-block;
}
.goods_view-item[data-status_in_cart] .goods_tobasket-reduce {
  display: inline-block;
}
.goods_view-item[data-status_in_cart] .goods_tobasket-increase {
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}
.goods_view-item[data-status_in_cart] .goods_tobasket-increase .icon_l_basket_light {
  display: none;
}
