.reyhoon-product-fields-group {
    margin: 0 0 24px;
}

.reyhoon-product-fields {
    margin: 16px 0;
    position: relative;
    border: 1px solid var(--reyhoon-gray-light);
    padding: 12px 16px 2px 16px;
    border-radius: 16px;
}

.reyhoon-product-fields:last-child {
    margin-bottom: 0;
}

.reyhoon-product-fields__title {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.reyhoon-product-fields__description {
    margin: 0;
    font-size: 14px;
    color: var(--reyhoon-text-light);
    font-weight: 300;
}

.reyhoon-product-option__label-text {
    font-size: 15px;
    font-weight: normal;
    flex: 1;
}

.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-top: 1px solid var(--reyhoon-gray-light);
    margin-top: 6px;
}

/* Visual */
.reyhoon-product-option {
    background: #fff;
    padding: 10px 0px;
    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__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: 14px;
}

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-size: 10px;
}

.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.55em + 0.375rem) calc(0.55em + 0.375rem);
    background-position: center;
}

.reyhoon-product-option__label-fee {
    background: var(--reyhoon-gray-light);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 8px;
    position: relative;
}

.reyhoon-product-option__label-state {
    display: inline-block;
    height: 14px;
    width: 14px;
    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: 2px solid #fff;
    box-shadow: 0px 0 0px 2px var(--reyhoon-main);
}

.reyhoon-product-fields-group-wrap {
    margin-bottom: 16px;
}