.prod__count-block {
  margin: 6px 0 0 10px;
}
.prod__count-block-wrap {
  display: flex;
  justify-content: space-between;
  width: 98px;
  border: 1px solid #a88a8a;
  border-radius: 15px;
  overflow: hidden;
}
.prod__count-btn {
  font-family: 'Lato', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 28px;
  background: #efefef;
  font-size: 16px;
  color: #4a4a4a;
  cursor: pointer;
  border: none;
  
}
.prod__count-btn.no-active {
	color: #c2c2c2;
  cursor: auto;
}
.prod__count-value-block {
  width: 44px;
}
.prod__count-value {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  text-align: center;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 12px;
  color: #4a4a4a;
}
.prod__count-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.prod__count-value::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.prod__count-value {
    -moz-appearance:textfield;
}
.prod__count-cnt {
  font-family: 'Garamond', Arial, serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #040404;
  margin: 3px 0 0 0;
}
