
#extra_components_list {
    text-align:left;
}
.option_section {
    font-weight:bold;
    margin-top: 20px ;
    margin-bottom:20px;
    padding:10px;
    border:1px solid lightgray;
    border-radius: 3px;
    width:60%;
    background-color:lightgray;
    text-align:center;
    white-space: nowrap;
}
.extra_compo_sub_div {
    margin:15px 0 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    align-content: center;
}
.ext_comp_name {
    font-size:13px;
    margin-left: 10px;
    display:inline-block;
    width: 125px;
    line-height: 1.4em;
    position: relative;
    bottom: 3px;
}
.ext_comp_price {
    padding:5px 10px;
    border:1px solid lightgray;
    border-radius:3px;
    width:75px;
    text-align:center;
    color:black;
    margin-left:25px;
    margin-right:15px;
    font-size: 13px;
}
.extra_comp_qt {
    padding:5px 10px;
    border:1px solid lightgray;
    border-radius:3px;
    width:75px;
    text-align:center;
    font-size: 13px;
}
#different_sizes_section {
    margin-top:25px;
    margin-bottom:5px;
}

.dish_size_label input, .flavor_type input {
    margin-left:25px;
    margin-right:5px;
    cursor:pointer;
    font-size: 14px;
}
.dish_size_label, .flavor_type {
    font-size: 14px;
    cursor:pointer
}
.flavor_name {
    position: relative;
    bottom: 3px;
}
.multi_option_elmts_wrapper {
    max-width:100vw;
    display: -webkit-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    justify-content: start;
    max-width:500px
}

@media only screen and (max-width:802px){
    .option_section {
        font-size:14px;
    }
    .ext_comp_name {
        font-size:12px;
        width:110px;
    }
    .ext_comp_price {
        margin-left:15px;
        margin-right:10px;
        font-size:12px;
    }
 
    .dish_size_label, .flavor_type  {
        font-size:12px;
        margin-right:15px;
    }
    .dish_size_label input, .flavor_type input  {
        margin-left:15px;
        margin-right:5px;
        font-size: 12px;
    }
    .extra_comp_qt {
        width:50px;
        font-size:12px;
    }
}
