/*//////////////////////////////////////////////////////////////////////
knoppen
///////////////////////////////////////////////////////////////////////*/

#submit-btn {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////////
style bij bestelling v d kleuren formveld 
///////////////////////////////////////////////////////////////////////*/

.artikel-bestel {
  text-align: center;
}

.artikel-bestel  input[type=text] {
  width: 100px;
  height: 35px;
  padding: 12px;
  margin: 5px 0;
  box-sizing: border-box;
  text-align: center;
}

.artikel-info {
text-align: center;

}

/*//////////////////////////////////////////////////////////////////////
scroll to top
///////////////////////////////////////////////////////////////////////*/


#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    display: none; /* Hidden by default; show with JS on scroll */
}