.wq-Form .wq--items .wq-Selector:first-of-type > .wq--head {
    background: #666;
    color: #FFF;
}

.wq-Form .wq--items .wq-Selector:first-of-type .wq--note {
    color: #FFF;
}

.wq-Form .wq--items .wq-Selector:first-of-type>.wq--body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wq-Form .wq-Selector>.wq--body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wq-Form .wq-Option>.wq--select {
    cursor: pointer;
}

.wq-Form .wq-Option {
    width: 100%;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--normalPrice {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--price {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.wq-Form .wq-Option>.wq--label {
    padding: 20px 12px;
}

.wq-Form .wq-Option>.wq-type-checkbox+label::after {
    font-size: 40px;
}

.wq-Form .wq-Option>.wq--select:not(:disabled):hover+.wq--label,
.wq-Form .wq-Option>.wq--select.wq-is-selected+.wq--label,
.wq-Form .wq-Option>.wq--input:checked+.wq--label,
.wq-Form .wq-Option>.wq--label:hover {
    background-color: rgba(249, 240, 227, 0.9);
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--name {
    font-size: 14px;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--note {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.wq-Form .wq-HNavigator>.wq--items>*:not(:last-child) {
    margin-top: 30px;
}

.wq-Form .wq-HNavigator>.wq--items>*:not(:last-child) {
    margin-bottom: 30px;
}

.wq-Form .wq-Control>.wq--header>.wq--required {
    font-weight: bold;
}

.wq-Form .wq-Attributes>*:not(:last-child) {
    margin-bottom: 35px;
}

.wq-Form .wq-Radio>input:checked+label::before {
    background: #FF6600;
}

.wq-Form .wq-Control>.wq--body .wq--note {
    margin-top: 11px;
    opacity: 1;
    font-size: 15px;
}

.wq-Form .wq-Control>.wq--body .wq--note span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #990000;
}
.wq-Form .wq-Checkbox, .wq-Form .wq-Radio {
    margin-top: 11px;
    margin-bottom: 0px;
}

.wq-Form .wq-Checkbox>label, .wq-Form .wq-Radio>label {
    cursor: pointer;
    border-radius: 0;
}

.wq-Form .wq-Control.wq-for-action {
    margin: 0 auto;
    transform: translate(-5em, 0);
}

.wq-Form .wq-Checkbox>label, .wq-Form .wq-Radio>label {
    border: none;
    overflow: hidden;
    white-space: unset;
    height: auto;
    font-size: 15px;
    line-height: 1.6;
}

.wq-Form .wq-Checkbox>input:checked+label::before {
    color: #FF6600;
}

.wq-Form .wq-Checkbox {
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #EFEFEF;
}

.wq--lead {
    text-align: center;
}

.wq--lead .wq--leadText {
    font-size: 15px;
    font-weight: bold;
}

.wq--lead .wq-Button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.wq-Form .wq-Selector>.wq--head>.wq--message {
    background: #FFF;
    border-radius: 5px;
    padding: 4px;
}

@media all and (max-width:768px) {
    .wq-Form .wq-Checkbox>label, .wq-Form .wq-Radio>label {
        font-size: 14px;
    }
    .wq-Form .wq-Control>.wq--header>.wq--label {
        font-size: 16px;
    }
    .wq-Form .wq-Selector>.wq--body {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .wq-Form .wq--items .wq-Selector:first-of-type>.wq--body {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .wq-Form .wq-Control.wq-for-action {
        margin: 0 auto;
        transform: translate(0, 0);
    }
    .wq-Form>*:not(:last-child) {
        margin-bottom: 30px;
    }
    /* .wq-Form .wq-Image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wq-Form .wq-Image.wq-scaling-center>.wq--img {
        object-fit: cover;
        top: inherit;
        left: inherit;
        transform: translate(0,0);
        width: auto;
        height: 100px;
    }
    .wq-Form .wq-Option>.wq--label {
        display: block;
        flex-shrink:initial;
        overflow: hidden;
        height: auto;
        flex-grow: initial;
        max-width:fit-content;
        flex-direction: initial;
    }
    .wq-Form .wq-Option>.wq--label {
        position: relative;
        flex-basis: auto;
    }
    .wq-Form .wq-Image.wq-belongs-option.wq-belongs-hnavigator{
        position: relative;
        width: auto;
        height: 100px;
    }
    .wq-Form .wq-Option {
        align-self: auto;
    } */
    .wq-Form .wq-Selector {
        display: block;
    }
}

@media (orientation: landscape) and (max-width:768px) {
    /* .wq-Form .wq-Option>.wq--label>.wq--media {
        display: block;
    }
    .wq-Form .wq-Option>.wq--label {
        display: block;
        flex-shrink:initial;
        overflow: auto;
        height: auto;
        flex-grow: initial;
        max-width:fit-content;
        flex-direction: initial;
    }
    .wq-Form .wq-Image.wq-scaling-center>.wq--img {
        object-fit: cover;
        top: inherit;
        left: inherit;
        transform: translate(0,0);
        width: auto;
        height: 100px;
    } */
}
