/** modal add meal */
.product-info-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.addons-title {
    width: 100%;
    position: relative;
    font-size: 14px;
    padding: 0px 120px 0px 25px;
    background: #F5F5F5;
    min-height: 32px;
}

.addons-title .flex-div {
    min-height: 32px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.addons-title .required-div {
    position: absolute;

    right: 25px;
    top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.addons-h4 {
    font-size: 16px;
    margin: 0;
    color: #222;
    line-height: 16px;
}

.modifier-option label {
    color: #797979;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-modifiers {
    width: 100%;
    height: auto;
    display: block;
    padding: 0!important;
}

.product-modifiers .modifier-option {
    width: 100%;
    height: auto;
    padding: 0px!important;
}

.custom-control {
    padding-left: 30px;
}
.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
    box-sizing: inherit;
}
.custom-control:hover {
    background: #eaeaea;
}
.custom-control-indicator {
    width: 22px;
    height: 22px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 0 10px;
}
.custom-control-description {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    padding-top: 0px;
    display: inline-block;
}

.price-span {
    position: absolute;
    font-size: 14px;
    right: 72px;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/** EOF modal add meal */