.stavke div:first-child .deleteStavku {
    display: none;
}

.stavke .deleteStavku {
	padding:0 1rem;
	margin-top: 2rem;
}

.addedServices .addService {
	display:flex;
	flex-direction:row;
	align-items:center;
	margin:1rem 0 1rem;
	padding-bottom:1rem;
	border-bottom:1px solid #999;
}



/*
#customerSearchHolder {
	display:none;
	justify-content:flex-start;
	align-items:center;
	padding:1rem;
	background-color: #999;
    position: absolute;
    height: 50px;
    top: 0;
	width:calc(100% - 37px);
}
#customerSearchHolder span {
	color:#000;
}
#CustomerSearch {
	background: #fff;
    display: block;
    height: 30px;
    margin: 1rem;
	color:#000;
}

.customerDataHolder.open #customerSearchHolder {
	display:flex;
	z-index:10000;
}

.customerDataHolder.open ul {
	margin-top:50px;
}
*/