.nb-wrap-option{
	display: flex;
    justify-content: space-around;
}
.nb-wrap-option.doajax{
	pointer-events: none;
}
.startBox{
	text-transform: uppercase;
    width: auto;
    text-align: center;
}
.startBox span{
	display: block;
    font-weight: 600;
    font-size: 20px;
    font-family: open_sanssemibold, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
}
.orderbox select,.nb-wrap-option input[type="text"],.nb-wrap-option input[type="number"]{
	outline: 0;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 2px;
    background: transparent;
    box-shadow: none;
}
.nb-wrap-option input[type="text"],.nb-wrap-option input[type="number"]{
	width: 80px;
	margin-left: 5px;
}
.nb-wrap-option .box-item{
	display: flex;
    justify-content: center;
    align-items: center;
}
.nb-wrap-option .box-item button.btn-start{
	color: #fff;
    border: 0;
    padding: 6px 30px;
    background: rgb(255, 149, 107);
    text-decoration: none;
}
.nb-wrap-option .box-item button.btn-start[disabled]{
	background: #ccc;
}
.nb-wrap-option .box-item button.btn-start:focus{
	outline: none;
}