﻿.item_comment-section, .main_chooser .restaurant-main-section .info-text, .take_out#delivery-pane  {
    display: none;
}

/*.item-list .item-container .item-customize-button, .item-list .item-container .item-add-button{
    width: auto;
}

.cart-container .cart-footer .hide-cart {
    font-size: 14px;
    padding: 6px 0;
}

.cart-container .cart-footer .primary-btn {
    padding: 6px 0px;
    font-size: 14px;
}*/

.chooser-page-content-wrap .info-text {
    display: none !important;
}

.uc-store-address-field.form-wrapper .form-item-panes-billing-billing-company, .uc-store-address-field.form-wrapper .form-item-panes-delivery-delivery-company{
    width: 100%;
}

@media only screen and (min-width: 986px){
    .uc-store-address-field.form-wrapper .form-item-panes-billing-billing-company input, .uc-store-address-field.form-wrapper .form-item-panes-delivery-delivery-company input {
        width: 79.5%;
    }
}

.item-list .item-container .item-customize-button, .item-list .item-container .item-add-button {
    width: auto !important;
}

.cedula .form-radios {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}


.cedula .form-radios  .radio+.radio, .cedula .form-radios  .checkbox+.checkbox {
    margin-top: 0px;
}

.cedula .form-radios .radio, .cedula .form-radios .checkbox {
    padding-left: 0;
}

@media only screen and (max-width: 380px){
    .cedula .form-radios {
       flex-direction: column;
    }
}

.open-map-select-button{
    width: 200px!important;
    display: inline-block!important;
    margin-right: 35px;
}
.Restaurant-welcome-text2 {
    font-size: 15px!important;
    color:     #777!important;
}