.me_option_extras .me_option_extras_radio input[type="radio"], .me_option_extras .me_option_extras_checkbox input[type="checkbox"] {
    display: none;
}
.me_option_extras_radio .radio, .me_option_extras_checkbox .checkbox{
    display: inline-block;
   width: auto;
}
.me_option_extras_radio > div label, .me_option_extras_checkbox > div label{
    padding: 0;
    display: inline-block;
}
.me_option_extras_radio > div label img, .me_option_extras_checkbox > div label img{
    padding: 2px;
    border: 3px solid #ddd;
    border-radius: 4px;
}
.me_option_extras_radio > div label img + span, .me_option_extras_checkbox > div label img + span{
    display: none;
}
.me_option_extras_radio > div label span, .me_option_extras_checkbox > div label span{
    border: 3px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    padding: 5px;
    display: block;
}
.me_option_extras .form-group .control-label {
    max-width: 100%;
}
.me_option_extras_radio > div label input:checked + span, .me_option_extras_checkbox > div label input:checked + span, .me_option_extras_radio > div label input:checked + img, .me_option_extras_checkbox > div label input:checked + img{
    border-color: #229ac8;
}

.selectedoption .opunselected span, .selectedoption .opunselected img{
    opacity: 0.4;
    -moz-opacity:0.4; 
    -webkit-opacity:0.4;
}
.me_option_extras_select .selectedoption .opunselected {
    background-color: rgba(221,221,221,0.4);
}
.me_option_extras .outofstock.has-image label::after{
    content: '';
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    z-index: 1;
    border-radius: 4px;
    left: 0;
    opacity: 0.4;
    -moz-opacity:0.4; 
    -webkit-opacity:0.4;
}
.product-info .me_option_extras .form-group .control-label {
    max-width: 9999px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start;
}

.product-info .me_option_extras .me_option_extras_radio > div, .product-info .me_option_extras_checkbox > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-info .me_option_extras .form-group .control-label + div {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    padding-left: 0;
    padding-right: 0;
    float: none;
}

.product-options .me_option_extras .radio {
    width: auto;
}

.me_option_extras_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.15); }

.me_option_extras_loading {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
  z-index: 0; 
}
  .me_option_extras_loading i::before {
    content: "\f110";
    font-family: icomoon;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -51%);
   transform: translate(-50%, -51%); 
    }

.product-thumb .me_option_extras_radio .radio, .product-thumb .me_option_extras_checkbox .checkbox {
    padding: 0 4px 0 0;
}
.btn.clear-options {
    padding: 10px;
    font-size: 10px;
    display: none;
    margin-bottom: 5px;
}
#product .btn.clear-options {
    display: inline-block;
}

.clear-options i {
    margin-left: 5px;
}   
.product-thumb .me_option_extras_preset {
    padding: 5px;
    margin-bottom: 40px;
}
.product-thumb .description {
    margin-bottom: 0;
}