.order-type-selector-modal {
    background-color: #363434;
    max-width: 750px;
    padding: 0px;
}

.order-type-selector-popup {
    color: #fff;
}

.order-type-radio-buttons-container {
    background-color: #252523;
    padding: 15px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

.order-type-popup-close-button {
    color: #fff;
}

.order-type-popup-close-button:hover {
    color: #fff;
}

.order-type-popup-title-container {
    display: table;
    padding: 15px;
}

.order-type-close-button-container {
    padding-bottom: 20px;
}

.order-type-title {
    text-align: center;
    font-size: 18px;
}

.order-type-radio-icon {
    font-size: 32px;
    color: #fff;
}

.order-type-radio-icon-highlight {
    color: var(--theme-primary-color);
}

.order-type-radio-text-small {
    margin: 0;
    font-size: 14px;
}

.order-type-radio-text-big {
    margin: 0;
    font-size: 18px;
}

.order-type-selection-content-container {
    padding: 15px;
}

.order-type-radio-highlight {
    color: var(--theme-primary-color) !important;
}

.order-type-selection-footer-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-type-selection-button {
    padding: 12px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
}

.order-type-observation-span {
    padding-left: 20px;
    font-size: 16px;
    color: var(--theme-primary-color);
}

.order-type-controls-container {
    border: solid 3px #252523;
    padding-top: 10px;
    padding-bottom: 5px;
}

.order-type-controls-container-selected {
    border: solid 3px var(--theme-primary-color) !important;
    background-color: var(--theme-order-type-selected-type-background-color);
}

.order-type-take-away-address-container {
    padding-bottom: 15px;
    margin-left: -15px;    
    color: var(--theme-order-type-take-away-address-container-color);
}

.order-type-addresses-title {
    color: var(--theme-order-type-take-away-address-container-color) !important;
}

@media screen and (min-width: 425px) {
    .order-type-modal-dialog {
        width: 750px !important;
    }

    .order-type-selection-content-container {
        width: 750px !important;
    }
}

@media screen and (min-width: 425px) {
    .mpoo-ot-modal-content {
        display: inline-grid;
    }
}

@media screen and (max-width: 425px) {
    /* Order type modal */
    .mpoo-ot-modal-header {
        height: 218px;
    }

    .mpoo-ot-modal-footer {
        height: 60px;
    }

    .mpoo-ot-modal-body {
        top: 218px; /* modal header's height */
        bottom: 60px; /* modal footer's height */
    }

    .mpoo-ot-modal-content {
        /* border: 2px solid #363434; */
        margin: -1px;
    }

    .order-type-title {
        font-size: 18px;
    }

    .order-type-radio-text-small {
        font-size: 12px;
    }

    .order-type-radio-text-big {
        font-size: 16px;
    }

    .order-type-radio-icon {
        font-size: 24px;
    }

    .select_address_button  {
        font-size: 12px;
        padding: 7px 10px;
    }

    .order-type-addresses-title {
        font-size: 14px;
    }

    .address-wrapper {
        padding: 10px 0;
    }

    .order-type-observation-span {
        font-size: 14px;
    }

    /* end of order type modal */

    .order-type-radio-buttons-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order-type-popup-title-container {
        padding-top: 0px;
    }

    #div-order-type-modal-footer {
        flex: 0 1 60px !important;
        padding-top: 20px;
    }
}

#div-order-type-modal-header {
    padding: 0 !important;
    border-color: #fff;
}

#div-order-type-modal-footer {
    border-color: #fff;
    padding-top: 20px;
    height: 60px;
}

.mpoo-ot-modal-header {
    background: #363434;
}

.mpoo-ot-modal-footer {
    background-color:#363434;
}

#button-order-type-addresses-cancel,
#button-order-type-addresses-confirm,
#button-order-type-addresses-add {
	padding: 10px 20px;
	width: 100%;
}

#img-order-type-map-image {
    width: 100%;
}

#div-order-type-address-edit-form,
#div-order-type-new-address-button-container,
#div-anonymus-account-order-type-address-edit-form {
    margin-left: -15px;
    margin-right: -15px;
}

.order-type-address-container {
    color: var(--theme-order-type-address-color) !important;
}

.order-type-body-container {
    overflow-x: hidden;
    height: 480px;
    padding: 0px;
}