.ind-order__product{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ind-order__label{
  font-size: 20px; 
  margin-right: 20px;
  display: inline-block;
}
.ind-order__product ~ svg{
    width: 70%;
    fill: transparent;
    stroke: #666666;
    stroke-width: 7px;
    stroke-miterlimit: 8;
}
h2{
  font-weight: normal;
}
.inidividual-order__section-1{
  margin-top: 90px 0 40px;
}
.ind-order__product:checked ~ svg{
  stroke: #0fb0c4;
}
.ind-order__product ~ span:before{
 content: "";
 display: inline-block;
 width: 14px;
 height: 14px;
 margin-right: 20px;
border-radius: 50%;
 background: #666666;
 transition: 0.6s all;
}
.ind-order__product:checked ~ span{
  color: #0fb0c4;
}
.ind-order__product:checked ~ span:before {
 background: #0fb0c4;
}
.ind-order__group-option{
  display: none;
  opacity: 0;
  transition: 0.3s all;
}
.ind-order__group-option.active{
  display: block;
  opacity: 1;
}
.ind-order__options{
  margin: 40px -15px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.inidividual-order__success{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: 
}
.wrapper-load-image{
 width: 100%;
 height: 100%;
 position: relative;
 overflow: hidden;
 color: #0fb0c4;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}
.cont {
  text-align: center;
  border: 3px dashed #DADFE3;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px 0;
  color: #8E99A5;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cont:hover{
  cursor: pointer;
  border-color: #0fb0c4;
} 
.cont .tit {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
}
 .cont .browse {
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  background: #0fb0c4;
  display: inline-block;
}
.cont input{
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#list{
 border: 3px dashed #DADFE3;
 border-radius: 15px;
 padding: 10px;
 position: relative;
}
#list .list-title{
   text-transform: uppercase;
   color: #8E99A5;
   position: absolute;
   width: 100%;
   height: 100%;
   text-align: center;
   top: 45%;
   z-index: 0;
}
#list .thumb {
  height: 75px;
  border-radius: 10px;
  border: 1px solid #DADFE3;
  margin: 0 5px 10px 0;
}
.more-details__tab{
  display: none;
  opacity: 0;
  transition: 0.6s all;
}
.more-details{
  color: #36a9e1;
  cursor: pointer;
  display: inline-block;
  margin:40px 0 0;
}
.more-details__tab.active{
  display: block;
  opacity: 1;
}
#inidividual-order__submit{
  margin-bottom: 30px;
}
 @media (max-width: 991px){
  .wrapper-load-image{
    width: auto;
  }
#list{
  margin: 10px 15px;
  min-height: 50px;
}
#list .list-title{
   top: auto;
}
.ind-order__option{
  margin-bottom: 40px;
}
}