.reyhoon-product-fields-group {
  margin: 0 0 24px;
}

.reyhoon-product-fields {
  margin: 32px 0 24px;
  position: relative;
}

.reyhoon-product-fields:last-child {
  margin-bottom: 0;
}

.reyhoon-product-fields__title {
  margin: 0 0 12px;
}

.reyhoon-product-option__label-text{
  flex-basis: 40%;
  font-size: 17px;
  font-weight: normal;
}

.reyhoon-product-option__label-data {
  flex-basis: 50%;
  text-align: left;
}

.reyhoon-product-fields--required .reyhoon-product-fields__title:after {
  content: "*";
  display: inline-block;
  margin: 0 0 0 4px;
  color: #B33B3F;
}

.reyhoon-product-fields--visual .reyhoon-product-fields__field {
  border: 2px solid #e6ecef;
  border-radius: 14px;
  overflow: hidden;
}

/* Visual */
.reyhoon-product-option {
  background: #fff;
  padding: 32px 16px 0 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.reyhoon-product-option__state-lable-container{
  width: 100%;
}

.reyhoon-product-option:last-child {
  border-bottom: none;
  padding-bottom: 16px;
}

.reyhoon-product-option__swatch {
  width: 40px;
  min-width: 40px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.reyhoon-product-option__swatch-graphic {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.reyhoon-product-option__swatch-graphic--color {
  padding: 0 0 100%;
}

.reyhoon-product-option__hidden-field {
  display: none;
}

.reyhoon-product-option__label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  justify-content: space-between;
}

.reyhoon-product-option__label-data {
  white-space: nowrap;
}


div.reyhoon-product-fields div.reyhoon-product-fields__field span.reyhoon-product-option__label-data {
  position: relative;
}


div.reyhoon-product-fields div.reyhoon-product-fields__field
span.reyhoon-product-option__label-data
span.woocommerce-Price-amount.amount.amount > bdi {
  font-weight: 500;
  font-size: 16px;
}

div.reyhoon-product-fields div.reyhoon-product-fields__field
span.reyhoon-product-option__label-data
span.woocommerce-Price-amount.amount.amount > bdi > span.woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 12px;
}

.reyhoon-product-fields__field--visual_checkbox .reyhoon-product-option__label-state{
  border-radius: 5px;
}

.reyhoon-product-fields__field--visual_checkbox .reyhoon-product-option--checked .reyhoon-product-option__label-state{
  border: none;
  background-color: transparent;
  background-image: url(../../images/tick.svg);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-position: center;
}

.reyhoon-product-option__label-fee {
  background: var(--reyhoon-gray-light);
  padding: 4px 10px;
  display: inline-block;
  border-radius: 8px;
  margin: 0 0 0 10px;
  position: relative;
}

.reyhoon-product-option__label-state {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px 0 12px;
  border: 2px solid var(--reyhoon-main);
  border-radius: 50%;
  vertical-align: middle;
}

.reyhoon-product-option:hover .reyhoon-product-option__label-state {
  opacity: 1;
}

.reyhoon-product-option--checked .reyhoon-product-option__label-state {
  background-color: var(--reyhoon-main);
  border: 3px solid #fff;
  box-shadow: 0px 0 0px 2px var(--reyhoon-main);
}
