﻿@charset "UTF-8";
/* CSS Document */

.shop_popup_open_btn_mobile_mb {
    display: none;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0.01em;
    white-space: nowrap;
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    margin-top: 10px;
    padding-top: 4px;
    width: 100%;
}

    .shop_popup_open_btn_mobile_mb img {
        width: 6px;
        margin-left: 4px;
        opacity: 0.8;
        margin-top: 1px;
    }
/*聯絡我們Start*/
.contact_us_form_block_mb {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 34px;
}

.contact_us_form_flex_mb {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.contact_us_form_left_mb {
    width: 49%;
}

    .contact_us_form_left_mb textarea {
        height: 112px;
    }

.contact_us_form_block_mb .btn_black_mb {
    width: 240px;
    margin-bottom: 14px;
}

.contact_upload_img_block_mb {
    border: 1px solid #d6d6d6;
    padding: 10px;
    min-height: 112px;
}

.contact_uploaded_img_flex_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    color: #8c8c8c;
}

.contact_uploaded_img_btn_mb {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.contact_upload_img_btn_mb {
    cursor: pointer;
    font-size: 14px;
    color: #282828;
    text-decoration: underline !important;
    letter-spacing: 0.02em;
}





.contact_us_container_v2_mb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact_us_data_v2_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24px;
    margin-right: 20px;
    height: 72px;
    width: 100%;
    white-space: nowrap;
    max-width: 250px;
}

    .contact_us_data_v2_mb img {
        width: 32px;
        height: 32px;
        margin-right: 14px;
    }

.contact_us_form_flex_v2_mb {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .contact_us_form_flex_v2_mb .input_block_mb {
        width: 49%;
    }




.contact_whatsapp_btn_v2_mb {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #282828;
    font-size: 16px;
    position: relative;
    border: 1px solid #282828;
    width: 180px;
    height: 40px;
}

    .contact_whatsapp_btn_v2_mb img {
        width: 18px;
        height: 18px;
        margin-right: 4px;
        opacity: 0.9;
    }



.contact_whatsapp_block_v2_mb {
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 20px;
    padding-bottom: 24px;
    border: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}



.contact_us_data_text_v2_mb {
    font-size: 14px;
    color: #282828;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

.en .contact_us_data_text_v2_mb {
    font-size: 12px;
}

.contact_us_data_title_v2_mb {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: rgba(0,0,0,0.4);
    font-weight: 300;
}

.en .contact_us_data_title_v2_mb {
    font-size: 12px;
}


@media(max-width:992px) {

    .contact_us_container_v2_mb {
        padding-left: 24px;
    }
}


@media(max-width:768px) {
    .contact_us_flex_block_mb {
        display: block;
    }
    .shop_popup_open_btn_mobile_mb {
        display: flex;
    }
    .gm-style-iw-d,.gm-style-iw,.gm-style-iw-c {
        display: none;
    }
    .gm-style .gm-style-iw-t::after {
        display: none;
    }
    .contact_us_form_left_mb {
        width: 100%;
    }

    .contact_us_form_block_mb {
        padding: 20px;
    }

        .contact_us_form_block_mb .btn_black_mb {
            width: 100%;
        }




    .contact_us_container_v2_mb {
        display: block;
    }


    .contact_upload_img_block_mb {
        min-height: 44px;
    }



    .contact_whatsapp_block_v2_mb {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }

    .contact_whatsapp_btn_v2_mb {
        width: 100%;
        margin-top: 14px;
    }
}
/*聯絡我們End*/








/*店鋪網絡Start*/
.shop_net_flex_mb {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 170px;
}

.shop_net_list_mb {
    width: 100%;
    max-width: 420px;
    background-color: #fcfcfc;
    height: 100%;
    overflow-y: scroll;
}

    .shop_net_list_mb::-webkit-scrollbar {
        display: none;
    }

.shop_net_map_block_mb {
    height: 100%;
    width: 100%;
}

.shop_net_control_block_mb {
    background-color: #fcfcfc;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 20px 14px;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.shop_net_control_flex_mb {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
}

.shop_net_items_list_block_mb {
    height: 100%;
    padding: 0px 14px;
}

.shop_net_shop_block_mb {
    padding: 18px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #fcfcfc;
    position: relative;
}

.shop_net_title_mb {
    height: 54px;
    font-size: 16px;
    color: #282828;
    letter-spacing: 0.02em;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop_net_distance_mb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    color: #631549;
}

    .shop_net_distance_mb img {
        width: 14px;
        margin-right: 2px;
    }

.shop_net_info_mb {
    padding-top: 8px;
    display: none;
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #fcfcfc;
    margin-top: -22px;
}

    .shop_net_info_mb .items_left_mb {
        width: 100%;
    }

.shop_net_input_mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 0px solid rgba(0,0,0,0);
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

    .shop_net_input_mb:checked + .shop_net_info_mb {
        display: flex;
    }

.shop_net_info_item_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #282828;
    margin-right: 20px;
    letter-spacing: 0.02em;
    margin-top: 5px;
}

    .shop_net_info_item_mb img {
        width: 14px;
        margin-right: 3px;
    }

.shop_net_open_btn_mb {
    display: none;
}

.shop_net_icon_mb {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
    pointer-events: none;
}

    .shop_net_icon_mb img {
        width: auto;
        height: 30px;
        margin-right: 4px;
    }

.shop_net_icon_outside_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 6px;
    flex-wrap: wrap;
    opacity: 1;
}

.shop_net_icon_inside_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #282828;
    margin-right: 8px;
    padding-top: 8px;
    font-weight: 400;
    overflow: hidden;
}

    .shop_net_icon_inside_flex_mb img {
        width: auto !important;
        height: 24px;
        margin-right: 5px;
    }

.shop_popup_mb {
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.05));
    width: 100%;
    max-width: 360px;
}

.shop_popup_square_mb {
    background-color: #fcfcfc;
    /*padding: 14px;*/
}

.shop_popup_data_flex_mb {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4px;
}

.shop_popup_title_mb {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.1);
   /* border-top: 1px solid rgba(0,0,0,0.1);*/
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.shop_popup_close_btn_mb {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.shop_popup_data_outside_block_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop_popup_img_mb {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    background-image: url("https://static.mabelle.com/images/Booking/ad_icon_2_purple.png");
    background-size: 54px;
    background-position: center;
    background-repeat: no-repeat;
}

.shop_popup_img_mb img {
        width: 90px;
        height: 90px;
        min-width: 90px;
    }

.shop_popup_data_flex_mb .items_left_mb {
    min-width: 68px;
    white-space: nowrap;
    line-height: 1.5em;
    font-size: 12px;
}

.shop_popup_data_flex_mb .text_rank_2_mb {
    font-size: 12px;
}

.shop_popup_arrow_mb {
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: #fcfcfc transparent transparent transparent;
    margin: auto;
}

.shop_popup_open_btn_mb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0.01em;
    white-space: nowrap;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 10px;
    padding-top: 4px;
}

.shop_popup_open_btn_mb img {
        width: 6px;
        margin-left: 4px;
        opacity: 0.8;
        margin-top: 1px;
    }

@media(max-width:1400px) {
    .shop_net_flex_mb {
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .shop_net_flex_mb {
        display: block;
        height: auto;
        padding-top: 212px;
        position: relative;
    }

    .shop_net_map_block_mb {
        height: 240px;
        transition: all 0.2s;
    }

    .shop_net_list_mb {
        max-width: none;
        height: auto;
        padding-bottom: 80px;
    }

    .shop_net_control_block_mb {
        position: absolute;
        top: 100px;
        width: 100%;
        padding: 14px;
    }

    .shop_net_tab_font_size_mb {
        font-size: 14px !important;
    }

    .shop_net_open_btn_mb {
        display: block;
        width: 100%;
        height: 24px;
        background-color: rgba(0,0,0,0.02);
        text-align: center;
        padding-top: 7px;
        border-top: 1px solid rgba(0,0,0,0.08);
        border-bottom: 1px solid rgba(0,0,0,0.08);
    }

    .shop_net_open_btn_arrow_mb {
        margin: auto;
        width: 12px;
    }

    .shop_net_open_btn_arrow_rotate_mb {
        transform: rotate(180deg);
    }

    .shop_net_map_height_mb {
        height: 540px !important;
    }
}


/*店鋪網絡End*/
