﻿@charset "UTF-8";
/* CSS Document */
.booking_product_delete_mb {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    cursor: pointer;
}
.booking_no_product_mb {
    text-align: center;
    width: 100%;
    height: 150px;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
    letter-spacing: 0.05em;
    line-height: 140px;
}	
.booking_product_outside_block_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.booking_product_img_mb {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin-right: 20px;
    position: relative;
}

    .booking_product_img_mb img {
        position: relative;
        z-index: 1;
    }

.booking_product_left_flex_block_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
}

.booking_data_mb {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 10px;
    padding-right: 20px;
}

.booking_data_title_mb {
    font-size: 12px;
    color: rgba(0,0,0,0.3);
    letter-spacing: 0.05em;
    line-height: 1.4em;
}

.booking_data_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
}

.booking_product_title_mb {
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #282828;
}

.booking_data_content_mb {
    font-size: 12px;
    color: #282828;
    letter-spacing: 0.02em;
}

.booking_big_title_mb {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #282828;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 8px;
}

.booking_form_select_block_mb {
    padding: 20px 12px;
    background-color: rgba(0,0,0,0.02);
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #282828;
    white-space: nowrap;
}

    .booking_form_select_block_mb img {
        width: 44px;
        height: 44px;
        margin-right: 5px;
    }


.booking_form_select_radio_mb {
    position: absolute;
    background-image: url("https://static.mabelle.com/images/radio.png");
    background-position: right 14px center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
}

    .booking_form_select_radio_mb:checked {
        background-image: url("https://static.mabelle.com/images/radio_checked.png");
        background-color: rgba(0,0,0,0.04);
        border: 1px solid rgba(0,0,0,0.1);
    }

    .booking_form_select_radio_mb:hover {
        background-color: rgba(0,0,0,0.04);
    }

    .booking_form_select_radio_mb:checked + .booking_form_inside_block_mb {
        opacity: 1;
        /*filter: brightness(1);*/
    }

    .booking_form_select_radio_mb + .booking_form_inside_block_mb {
        opacity: 0.4;
        /*filter: brightness(0);*/
    }

.booking_form_inside_block_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

    .booking_form_inside_block_mb img {
        width: 32px;
        height: 32px;
    }

.booking_checkbox_mb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #282828;
    margin-top: 20px;
    cursor: pointer;
    line-height: 1.4em;
}

    .booking_checkbox_mb input {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 16px;
        height: 16px;
        min-width: 16px;
        background-size: cover;
        margin-right: 5px;
        border: 1px solid #631549;
        border-radius: 0px;
        outline: none;
        margin-top: 2px;
    }

        .booking_checkbox_mb input:checked {
            background-image: url("https://static.mabelle.com/images/checked.png");
        }

    .booking_checkbox_mb .purple_text_mb:hover {
        text-decoration: none;
    }

.booking_container_mb {
    max-width: 600px;
    margin: auto;
}

.booking_success_data_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .booking_success_data_flex_mb .items_left_mb {
        width: 90px;
        min-width:90px;
    }

.booking_success_data_right_items_mb {
    font-size: 14px;
    color: #631549;
    letter-spacing: 0.02em;
}

.booking_success_data_block_mb {
    padding: 10px 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-top: 14px;
    margin-bottom: 24px;
}

.booking_success_title_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    color: #631549;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

    .booking_success_title_mb img {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }

.booking_success_btn_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 24px;
}

.booking_success_btn_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

    .booking_success_btn_mb img {
        width: 16px;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        margin-right: 4px;
    }

#booking_s2, #booking_s3 {
    display: none;
}

.booking_grey_block_mb {
    background-color: rgba(0,0,0,0.02);
    padding: 16px;
    margin-top: 30px;
}

.booking_ol_mb {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 16px;
    margin-bottom: 10px;
}

    .booking_ol_mb li {
        font-size: 14px;
        margin-bottom: 5px;
    }

.booking_form_option_mb {
    width: 100%;
    padding-right: 14px;
    position: relative;
    z-index: 3;
    padding-bottom: 4px;
    padding-top: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    background-color: rgba(255,255,255,0);
    border: 0px solid rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-image: url("https://static.mabelle.com/images/arrow_down.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
    outline: none;
    color: #282828;
    margin-left: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.booking_form_right_space_mb {
    width: 100%;
    padding-right: 54px;
}

.booking_form_special_title_mb {
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    letter-spacing: 0.08em;
    background-color: #fcfcfc;
    white-space: nowrap;
    padding: 0px 4px;
}

.booking_form_special_title_block_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    margin-top: 20px;
}

.booking_form_special_title_left_line_mb {
    width: 6px;
    height: 1px;
    min-width: 6px;
    background-color: #d6d6d6;
}

.booking_form_special_title_right_line_mb {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}




.booking_text_italic_mb {
    font-style: italic;
}

.booking_text_bold_mb {
    font-weight: bold;
    letter-spacing: 0em;
}

@media(max-width:576px) {
    .booking_data_mb {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-left: 0px solid rgba(0,0,0,0);
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 5px;
    }

    .booking_data_flex_mb {
        display: block;
    }

    .booking_data_title_mb {
        width: 90px;
    }

    .booking_product_left_flex_block_mb {
        align-items: flex-start;
    }

    .booking_product_img_mb {
        width: 75px;
        height: 75px;
        min-width: 75px;
        min-height: 75px;
    }

    .booking_product_title_mb {
        font-size: 14px;
    }

    .booking_product_outside_block_mb {
        align-items: flex-start;
    }

    .booking_success_btn_flex_mb {
        padding-top: 14px;
        justify-content: center;
    }

    .booking_success_btn_mb {
        margin-right: 0px;
        justify-content: center;
        border-left: 1px solid rgba(0,0,0,0.1);
        width: 50%;
    }

        .booking_success_btn_mb:nth-last-child(1) {
            border-right: 1px solid rgba(0,0,0,0.1);
        }
}



.en .booking_big_title_mb {
    letter-spacing: 0.02em;
}

.en .booking_product_title_mb {
    letter-spacing: 0.02em;
}

.en .booking_data_title_mb {
    letter-spacing: 0.02em;
}

.en .booking_form_select_title_mb {
    letter-spacing: 0.02em;
}

.en .booking_form_special_title_mb {
    letter-spacing: 0.02em;
}

.en .booking_success_title_mb {
    letter-spacing: 0.02em;
}

.en .text_rank_3_mb {
    letter-spacing: 0.02em;
}

.en .booking_ol_mb {
    letter-spacing: 0.02em;
}

.en .booking_success_data_flex_mb {
    display: block;
}

.booking_success_data_flex_mb .items_left_mb {
    white-space: nowrap;
}
