.nice-number {
  display: inline-flex;
  justify-content: stretch;
}

.nice-number input {
    vertical-align: middle;
    -moz-appearance: textfield;
    box-sizing: content-box;
    margin: 0;
    border: none;
    width: 42px !important;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    outline: none;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
     margin: 0;
}

/*dim0s Samples in Product page*/
.nice-number {
    background: #FFFFFF;
    height: 40px;
    border-radius: 40px;
}


.nice-number > button {
	display : inline-block;
	border : none;
	outline : none;
	overflow : visible;
	width: 48px;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    padding: 0;
    border-radius: 40px;

}
.nice-number > button:nth-last-child(1) {
    color: #00B897;
}