[name="choosematerial"],
[name="chooseqty"],
[name="choosestd"] {
    margin: 0rem .5rem;
    width: 100%;
	text-indent: 23px;
}
.ocalculator-standart,
.ocalculator-material,
.ocalculator-quantity,
.ocalculator-custom {
	// display: none;
    margin-top: 20px;
}
.ocalculator-result {
    display: block !important;
    // text-align: center;
    margin-bottom: 15px;
}
.ocalculator-header {
	font-style: normal;
    font-family: roboto\ condensed;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-bottom: 15px;
}
.flexbox_col {
    margin-bottom: 15px;
}
#border-hidden li {
	border: none;
}
.munberplmn {
	position: relative;
}
.munberplmn input {
	margin-top: 0px !important;
}
.ctrl-minus {
	position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    height: 100%;
    display: block;
    width: 40px;
    border-radius: 20px 0px 0px 20px;
    background: #f4ad33;
    z-index: 9;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
}
.ctrl-plus {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
    height: 100%;
    display: block;
    width: 40px;
    border-radius: 0px 20px 20px 0px;
    background: #f4ad33;
    z-index: 9;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
}