@charset "UTF-8";
/**
 * Default style
 */
.iiko-container {
    display: inline-block;
    margin: 10px 0 10px 0;
    width: 100%;
}

.iiko-container .iiko-row {
    display: inline-block;
}

input[type=number].iiko-qty {
    width: 4.235801032em;
    text-align: center;
}

.iiko-col {
    float: initial;
    display: inline-block;
    width: 100%;
}

.iiko-col > label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.iiko-col.iiko-checkbox {
    height: auto;
    display: flex;
    align-items: center;
}

.accordion-item {
    height: 45px;
    margin: 5px 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    width: 100%;
}

.accordion-item.accordion-item--active {
    height: auto;
}

.accordion-item-title {
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.iiko_group_mod.with-children {
    height: auto;
    display: block;
    margin: 10px 0;
}

.iiko-title.with-child a {
    width: 100%;
    display: inline-block;
}

.iiko-title.with-child a:hover, .iiko-title.with-child a:focus, .iiko-title.with-child a:active {
    border: none;
    outline: none;
}

.iiko-title {
    font-weight: bold;
}

/*.iiko-title.with-child {
  font-weight: bold;
}*/
.iiko-title.with-child a::before {
    content: "+";
    display: inline-block;
    width: 32px;
    height: 32px;
    float: right;
}

.iiko-title.with-child.open a::before {
    content: "−";
    display: inline-block;
    width: 32px;
    height: 32px;
}

.accordion-item-content {
    padding: 12px;
    color: #707070;
}

/*# sourceMappingURL=default.css.map */
