.company_modal{
    margin-top:100px;
}

.company_modal_toggle{
    background-color: #eb018c;
    border: none;
    border-radius: 10px;
    color: white;
    display: inline-block;
    margin: 20px auto;
    padding: 5px 13px;
}

.company_modal .close:hover,
.company_modal_toggle:hover{
    text-decoration: none;
}

.veg_or_vegan .item-list > ul > li,
.company_modal .product-types > .item-list .item-list > .item-list{
    text-align: center;
    display: inline-block;
    float: left;
    margin: 5px !important;
    color: white;
    background-color: #36bfc8;
    border-radius: 5px;
    padding: 5px 20px;
}

.veg_or_vegan .item-list > ul,
.veg_or_vegan .item-list,
.company_modal .product-types .item-list{
    overflow:auto;
}

.company_modal .close{
    font-size: 39px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: right;
    margin-top: -15px;
}

