#container {
    font-weight: 700;
    /* box-sizing: initial;
    overflow: initial;*/
	-webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
#mainWrapper {
    /* height: initial; */
    /* box-sizing: border-box; */
    /* overflow: hidden; */
}
#innerWrapper {
    position: relative;
    height: 100%;
    height: 100%;
    box-sizing: initial;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
#TWrapper {
    position: relative;
    width: 100%;
}
#logoWrapper {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
#shopLogo {
    width: 100%;
    max-width: 353px;
}
#shopBannerWrapper {
    display: inline-block;
    width: 65%;
    position: relative;
    vertical-align: middle;
}

.banner {
    width: 100%;
}
#BWrapper, #mapWrapper {
    padding: 2% 5%;
    position: relative;
}
#shopImageWrapper {
    width: 30%;
    float: left;
    margin-right: 7%;
}
#shopLogo2 {
    display: none;
}

.portraitImg {
    width: 100%;
    margin-bottom: 5%;
}

#shopDetailsWrapper {
    width: 63%;
    float: right;
    text-align: center;
}
#detailsWrapper {
    background-color: #F4F4F4;
    padding: 10%;
}

#shopName {
    font-size: 21px;
    margin-bottom: 3%;
}
#areaWrapper {
    font-size: 16px;
}

p.spline {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.5em;
}

#titleShopInfo {
    font-size: 20px;
    margin-bottom: 5%;
}

#shopAddress {
    font-weight: 400;
    font-size: 15px;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1.25em;
    margin-bottom: 7%;
}
.priceDetailsTxt {
    font-size: 16px;
    font-weight: 400;
    float: left;
}
#shopTel, #stylist {
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 8%
}
#tel a {
    color: #000000;
    text-decoration: none;
    cursor: default;
}
#stylist {
    text-decoration: none;
    color: #000000;
}
#telTitle {
    margin-right: 20px;
}

#stylist {
    border-left: 2px solid #000000;
}
#dlPriceLlist {
    color: #FFFFFF;
    background-color: #000000;
    width: 60%;
    margin: 0 auto;
    max-width: 200px;
}
.priceTxt, #priceIcon {
    display: inline-block;
    vertical-align: middle;
}
a.btnPDF {
    color: #FFFFFF;
    text-decoration: none;
}
#priceIcon {
    width: 20px;
    height: 20px;
}

.priceTxt {
    line-height: 3em;
    margin-right: 20px;
    font-size: 15px;
}
#mapWrapper {
    text-align: center;
    margin-bottom: 100px;
}
#mapContent {
    height: 400px;
    position: relative;
}

#googleMap {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 400px;
}
#ctrlWrapper {
    position: fixed;
    bottom: 3%;
    width: 40%;
    left: 270px;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

#shopControl {
    width: 100%;
    position: relative;
}

#btnShopIndex {
    width: 22px;
    height: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

#btnShopPrev {
    float: left;
}

#btnShopPrev, #btnShopNext {
    width: 50px;
    height: 44px;
    opacity: 0;
}
a#btnShopNext.show, #btnShopPrev.show {
    opacity: 1;
}
#btnShopPrev>svg, #btnShopNext>svg {
    width: 15px;
    height: 22px;
    position: absolute;
    margin-left: 17.5px;
    /* margin-top: 5.5px; */
}
#btnShopNext {
    float: right;
}
.serviceItem {
    margin-bottom: 20px;
    width: 99%;
}

.serviceName {
    text-align: left;
}

.itemPrice {
    float: right;
}

#priceWrapper {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#priceListHeader {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000000;
    line-height: 0.1em;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 8%;
}
#txtPriceListHeader {
    padding: 10px;
    background-color: #F4F4F4;
    line-height: 0.em;
}
#shopOthers {
    position: relative;
    width: 100%;
}

.leaflet-bottom.leaflet-right{
 display: none;
}
@media screen and (min-width: 768px) and (max-width: 1599px){
    #ctrlWrapper {
        left: 50px;
    }
}
@media screen and (max-width: 767px){
    #mainWrapper {
        padding-top: 48px;
    }
    #shopBannerWrapper {
        width: 100%;
        display: block;
    }
    #shopTel, #stylist {
        padding: 0 10px;
    }
    #logoWrapper {
        position: absolute;
        display: none;
    }

    #BWrapper {
        /* margin-top: -7%; */
        /* z-index: 99; */
        padding-top: 5%;
    }

    #shopLogo2 {
        display: block;
        margin: 0px auto;
        width: 100%;
        max-width: 353px;
        margin-bottom: 30px;
    }
    #shopAddress {
        width: 80%;
    }
    #shopDetailsWrapper {
        /* float: left; */
        display: block;
        width: 100%;
        margin-bottom: 10%;
        position: relative;
    }

    #shopImageWrapper {
        width: 100%;
    }

    #detailsWrapper {
        padding: 5%;
        position: relative;
        padding-bottom: 10%;
    }

    #ctrlWrapper {
        left: 0;
        width: 80%;
    }
    #dlPriceLlist {
        width: 80%;
    }
    #mapWrapper {
        /* padding-bottom: 100px; */
    }
    #container {
        height: auto;
        box-sizing: initial;
        overflow: initial;
    }

    #innerWrapper {
        height: auto;
    }

    .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ 
        margin-right: 0; 
    }
    #mCSB_1_container {
        top: initial!important;
    }
    #priceWrapper {
        width: 100%;
    }
}

@media screen and (max-width: 979px){
    #txtPriceListHeader {
        font-size: 14px;
    }
    .priceDetailsTxt {
        font-size: 14px;
    }
}


@media screen and (max-width: 640px){
    #txtPriceListHeader {
        font-size: 12px;
    }
    .priceDetailsTxt {
        font-size: 13px;
    }
}