/**
Временноя затычка
 */
/*.form-group[data-property-id-row="97"] {*/
/*    display: none;*/
/*}*/

/**
Стилизация checkbox с помощью css
стилизация checkbox в корзине (Мне потребуется сборка кресла - 1490 р., свойства # 97)
Дата:24.04.2023
 */

.check_active{
    position: relative;
}

.bx-soa-custom-label[for=soa-property-97] {
    margin-left: 0;
    font-family: "Montserrat";
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 14px;
    padding: 0 0 0 0!important;
}

.form-group .soa-property-container input:nth-child(2) {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-group label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.bx-soa-custom-label[for=soa-property-97]::before {
    /*.form-group label::before {*/
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 1em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.check_active .bx-soa-custom-label[for=soa-property-97]:after {
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #dafd01;
    border-radius: 50%;
    content: "";
    position: absolute;
}

/**
доработка стиля под https://order.z51.ru/
 */
 .zone .bx-soa-custom-label[for=soa-property-97] {
    font-size: 12px!important;
    line-height: 16px!important;
    color: #fff!important;
     font-weight: normal;
     font-family: 'Furore';
     text-transform: uppercase;
}
 .zone .bx-soa-custom-label[for=soa-property-97] a {
    font-size: 9px!important;
    line-height: 16px!important;
    color: #777!important;
     /*font-weight: normal;*/
     /*font-family: 'Furore';*/
     /*text-transform: uppercase;*/
}

/**
доработка стиля под https://order.thunder-x3.ru/
 */
 .thunder .bx-soa-custom-label[for=soa-property-97] {
     font-size: 15px!important;
     font-weight: bold!important;
     color: #333!important;
     font-family: 'Conquerorsans', Arial, Helvetica, sans-serif;
}
 .thunder .bx-soa-custom-label[for=soa-property-97] a {
     font-size: 13px;
     color: #777;

}
 .thunder .check_active .bx-soa-custom-label[for=soa-property-97]:after {
    background: #0EFAFA;
}

/**
доработка стиля под https://order.cougar-world.ru/
 */
 .cougar-world .bx-soa-custom-label[for=soa-property-97] {
     font-size: 15px!important;
     font-weight: bold!important;
     color: #333!important;
     font-family: 'Conquerorsans', Arial, Helvetica, sans-serif;
}
 .cougar-world .bx-soa-custom-label[for=soa-property-97] a {
     font-size: 13px;
     color: #777;

}
 .cougar-world .check_active .bx-soa-custom-label[for=soa-property-97]:after {
    background: #E67207;
}
/**
доработка стиля под https://order.tesoro-gaming.ru/
 */
 .tesoro-gaming .bx-soa-custom-label[for=soa-property-97] {
     font-size: 15px!important;
     font-weight: bold!important;
     color: #333!important;
     font-family: 'Conquerorsans', Arial, Helvetica, sans-serif;
}
 .tesoro-gaming .bx-soa-custom-label[for=soa-property-97] a {
     font-size: 13px;
     color: #777;

}
 .tesoro-gaming .check_active .bx-soa-custom-label[for=soa-property-97]:after {
    background: #E67207;
}
