/** Shopify CDN: Minification failed

Line 42:5 Unexpected "@orddiamonds"

**/


#startContainer{ display: flex; justify-content: center;    text-align: center; } 
#section-wizard {   
background-color: #e6ded1;
    padding: 70px;   
}

#strip { 
  height:70px;
background-color:white;
}

.dotfull{
background-color:#4c4c4c;
}
.dot {
  border: 2px solid #4c4c4c;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
}

fieldset{

    border: 0px;
}

#question1  .option {
}
.options-container{
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
netta@orddiamonds.com
.option{
    margin: 10px;
    white-space: nowrap;
}

.qtitle{
    font-size: 1.5em;
    font-family: 'Laurentian', serif;
}

.option label:hover{
background:#D3D3D3;
text-shadow:0px 0px 1px black;
}
.wizard-dropdown-container{ display:none } .dropdowns-spacer{ flex-grow: 4; } #wizard-search-btn { margin:auto; display:none; } 
#main-container { 
width:75%;
left:12.5%;
display:none;
text-align: center;
} 
.variant-input-wrap .option input[type='checkbox']:checked+label { box-shadow: 0 0 0 2px #323232; }  






@media only screen and (max-width: 600px) {
 #section-wizard {   
	padding-right:10px;
	padding-left:10px;
}

#main-container {
   width: 100%;
}


}


