.fmerb_tabs {
  position: relative;
  display: inline-block;
}
.fmerb_tabs:focus {
  outline: none;
                
}
.fme_mpsc_set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.fme_mpsc_set > a{
  display: flex;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  outline: none;
  justify-content: space-between;
  align-items: center;
}
.fme_mpsc_set > a i{
  float: right;
  margin-top: 2px;
}
.fme_mpsc_set > a.active{
  background-color:#3399cc;
  color: #fff;
}
.variations .description_tab{
  margin-bottom: 1px;
  margin-right: 1px;
}
.fme_mpsc_set svg .fme_plus_icon{
  transition: all 0.3s ease-in-out;
}
.content{
  background-color: #fff;   
}
.content p{ 
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.fmerb_desc, .fmerb_desc .small, .fmerb_desc .big #fme_description{
  width: 100% !important;
}
.fmerb_desc .big #fme_description{
  max-height: 190px !important;
  font-size: 16px !important;
}
.fmerb_desc a{
  outline: none;
}
.small {
  max-height: 12em;
  overflow: hidden;
  text-align: inherit;
}
.big {
  font-size: 12px;
  height: auto;
}
.fme_mspc_variation-radios{
  border-top: 2px solid #d3d3d33b;
  margin-top: -2px;
}
.fme_mspc_variation-radios ul {
  cursor: pointer;
  -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    height: max-content;
    border: 2px solid lightgray;
    border-radius: 5px !important;
    margin: 0px !important;
    height: 100%;
    text-align: start !important;
}
.fme_mspc_variation-radios ul li label{
  font-weight: bolder;
  font-size: 20px;
  text-align: start;
  /* float: right; */
  /* width: 75%; */
}
.fme_mspc_radio_active{
  /* -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    /* -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
    /* -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    height: max-content;
    border: 2px solid lightgray !important;
    border-radius: 5px !important; */
}
.fme_mspc_variation-radios input[type='radio'] {
  height: 26px;
  width: 26px;
  /* background-color: #eee; */
  border: 2px solid lightgray;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  /* float: left; */
  /* margin: 6px; */
  appearance: none;
  position: relative;
}
input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
   /* background-color: black; */
  border-radius: 50%;
  transform: translate(-50%, -50%); 
}
.fmerb_thumbnails {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #d3d3d31c;
}
.variations .content .fme_thumbnail{
  margin: 10px 0 ;
}
.single-product div.product table.variations td, .single-product div.product table.variations th{
  padding: 2px;
}
.fmerb_desc #fme_description{
  padding: 5px !important;
}
.non_taxonomy_attr{
  display: flex !important;
  border:2px solid lightgray !important;
}
.non_taxonomy_attr li{
  width: 50% ;
}
.non_taxonomy_attr input{
  margin: 0px !important;
  position: relative;
}
.fme_mspc_variation-radios .fme_lable_and_desc{
  margin: 0px 5px !important;
  width: 50%;
}
.fme_mspc_variation-radios .image_and_input{
  margin: 0px 5px !important;
  width: 50%;
}

@media screen and (min-width: 50px) and (max-width: 780px) {
  .woocommerce-tabs{
    clear: both !important;

  }
}
@media screen and (min-width: 150px) and (max-width: 450px) {
  .fme_mspc_variation-radios .image_and_input{
    width: 100% !important;
    height: auto !important;
  }
  .fme_mspc_variation-radios .fme_lable_and_desc{
    margin: 0px 5px !important;
    width: 100% !important;
  }

}
/* Avada design  */
.avada-single-product-gallery-wrapper + div {
  /* margin-left: 0px !important; */
}