.form-option label {
    display: none;
}

.toppingOpen, .toppingOpenPasta {
  cursor: pointer;
  display: inline-block;
}

.opt64, .opt65, .opt67, .opt69, .opt71, .opt32214 {
  display: inline-block;
}

.options {
  position: relative;
}

.options .opt32214 label,
.options .opt326 label,
.options .opt328 label, 
.options .opt330 label,
.options .opt331 label,
.options .opt346 label{
  display: block;
}

.options .opt32214,
.options .opt326,
.options .opt328, 
.options .opt330,
.options .opt331 {
  display: none;
  position: absolute;
  top: 70px;
}

.options .opt32214 span:first-child,
.options .opt326 span:first-child,
.options .opt328 span:first-child, 
.options .opt330 span:first-child,
.options .opt331 span:first-child,
.options .opt346 span:first-child, 
.optionContainer {
  display: none;
}





/* Robi *******************************************/

.optionContainer {
  margin:0 0 5px 0;
  
  background-color: #133984;
}



.opt32214,
.opt326,
.opt328,
.opt330,
.opt331, 
.opt346 {
width:700px;
  margin:0 0 0 -160px;
}


.opt32214 label,
.opt326 label,
.opt328 label, 
.opt330 label,
.opt331 label,
.opt346 label{
  float:left;
  padding:5px;
  width:165px;
  
  font-size:12px;
  color:white;
}




.opt32214 label span, 
.opt326 label span, 
.opt328 label span, 
.opt330 label span,
.opt331 label span, 
.opt346 label span{
  display:block;
 padding:5px 5px 5px 30px;
  
      -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  
   background:url(../images/form/checkbox_white.png) 5px no-repeat;
  background-size:16px 16px;
  
  cursor:pointer;
}



.opt32214 label input[type="checkbox"], 
.opt326 label input[type="checkbox"], 
.opt328 label input[type="checkbox"], 
.opt330 label input[type="checkbox"],
.opt331 label input[type="checkbox"],
.opt346 label input[type="checkbox"]{
  display:none;
}


.opt32214 label input[type="checkbox"]:checked + span, 
.opt326 label input[type="checkbox"]:checked + span, 
.opt328 label input[type="checkbox"]:checked + span, 
.opt330 label input[type="checkbox"]:checked + span,
.opt331 label input[type="checkbox"]:checked + span,
.opt346 label input[type="checkbox"]:checked + span{
  background:url(../images/form/checkbox_black_c.png) 5px no-repeat;
  background-size:16px 16px;
 background-color:white;
  color:black;
}

/* Tészta opciókhoz ********************* */
.options .opt346 {
    display: none;
    position: absolute;
    top: 70px;
}
