

/* Start:/local/components/datakit/iiko.newmodifiers/templates/bizlanch/style.css?17718416662257*/
.field-num.active .field-num__input {
    background-color: #fcf9da;
}

.field-num.active .field-num__btn--plus {
    background: #e35314;
}

.field-num.active .field-num__btn.field-num__btn--plus {
    color: #fff;
}

.field-num.max .field-num__btn--plus {
    box-shadow: none;
    background: none;
    cursor: default;
}

.field-num.max .field-num__btn--plus span {
    color: inherit;
}

.field-num .included {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    background: #e35314;
    border-radius: 50%;
}

.field-num .included svg {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    fill: #fff;
}

.field-num .select button {
    display: inline-block;
    height: 40px;
    border: 0;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    color: var(--color-primary);
    line-height: 38px;
    font-size: 15px;
    cursor: pointer;
    outline: 0;
    width: 100px;
}

.field-num.active .select {
    display: none;
}

.field-num .selected {
    display: none;
    height: 40px;
    padding: 0 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    line-height: 38px;
    font-size: 15px;
    background: #e35314;
    color: #fff;
}

.field-num.active .selected {
    display: inline-block;
    width: 100px;
}

.price--loading {
    position: relative;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.button--loading {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    position: relative;
}

.price--loading::after,
.button--loading::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: loading-spin 0.6s linear infinite;
}


@keyframes loading-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* End */
/* /local/components/datakit/iiko.newmodifiers/templates/bizlanch/style.css?17718416662257 */
