.quantility_ma {
  /* Firefox */
  width: 80px;
  height: 45px;
  margin-right: 10px;
  position: relative;
  border: 1px solid #2D2D2B; }
  .quantility_ma input::-webkit-outer-spin-button,
  .quantility_ma input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantility_ma input[type=number] {
    -moz-appearance: textfield; }
  .quantility_ma input {
    text-align: center;
    width: 100%;
    border: none;
    padding: 10px 20px 10px 0px;
    font-size: 16px;
    background: #eeede7;
    color: #000; }
  .quantility_ma .conttrol.plus {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    line-height: 0; }
  .quantility_ma .conttrol.minus {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    line-height: 0px; }
