
#main-wrapper {
display:flex;
flex-direction: row;
justify-content: space-between;
gap:20px;

}

.container {
	background: radial-gradient(circle, white 20%, #f5f5f5 100%);
    background-size: cover;
    border-radius: 15px;
    }


[id^="arrowUpDown"] {
  float: right;
  font-size: 25px;
}

/* #lato_sx {flex:1;max-width:40%;padding:10px;}
#lato_swap {flex:0.25;max-width:5%;padding:10px;}
#lato_dx {flex:1.5;max-width:58%;padding:10px;} */

#lato_sx, #lato_dx { width: 50%; }
#lato_swap { display: flex; flex-direction: column; gap: 15px; }

#id_img {
 position: relative;
 width:800px;
 height:800px;
}

.imgOpz {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}  


#wrapper_opz   {
  display:flex;
  flex-direction: column;
} 

.opzSelect {
  display: flex;
  align-items: center;
  justify-content: space-between;

}


.opzList {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px;

}

.opzList:hover {
  background: #f5f5f5;
}

.opzName::first-letter {
    text-transform: capitalize;
}

.opzName:not(:first-child) {
  font-size:16px;
  font-weight: 600;
  color: #222;
  float:left;
  flex-grow: 1;
  margin-left: 15px;
  text-transform: lowercase;
}

.opzName:first-child {
  font-size:16px;
  font-weight: 600;
  color: #222;
  float:left;
  flex-grow: 1;
}

.opzOpen {
   float:right;     
}

.opzValori {    
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content: flex-start;
    margin-top: 15px;
}    

.opzColori {
   width: 30px;
   height: 30px;
   border-radius: 50%;    
}

.opzColori_active {
   width: 30px;
   height: 30px;
   border-radius: 50%;  
   position:relative;
   float:left;
}


.off {display:none;}

@media only screen and (max-width: 768px) {
  #wrapper {
    flex-direction: column; 
    justify-content:flex-start;
    align-items: flex-start;
  }
}