/* TOP BLOCK */
.store_top_row{
    padding: 57px 0 120px 0;
}
.store_content_block > .content{
    margin-bottom: 40px;
}
.store_content_block > .content h6{
    font-size: 20px;
    line-height: 1.8em;
    margin: 24px 0 12px 0;
    color: #FF7626;
}
.store_content_block > .content > div > h6:first-child{
    margin-top: 0;
}
.store_content_block > .content p{
    font-size: 20px;
    line-height: 1.8em;
}
.store_content_block > .content > .info_block p{
    margin-bottom: 32px;
}
.store_content_block > .content > .info_block p.has_indent_p{
    margin-bottom: 20px;
}
.store_content_block > .content .indent_p{
    padding-left: 33px;
    font-size: 20px;
    line-height: 1.8em;
    color: #FFF;
}
.store_img_block img{
    width: 100%;
}
.google_map_block > iframe{
    width: 100%;
}
.store_content_block .i_parking{
    vertical-align: middle;
}
.store_content_block .i_parking:before{
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/icon_parking.svg);
    background-size: 100% 100%;
}
/* BOTTOM BLOCK */
.store_bottom_row{
    background-color: #1D1D1D;
}
.store_price_img_block{
    max-width: 500px;
} 
.store_price_content_block > ul{
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.8em;
}
.store_price_content_block > ul > li{
    margin-bottom: 12px;
}
.store_price_content_block > ul > li:last-child{
    margin-bottom: 0;
}
.store_bottom_img_row{
    padding: 0 !important;
}
.store_bottom_img_row > img{
    width: 100%;
}
/* PC */
@media only screen and (min-width: 992px){
    .store_content_block{
        width: 433px;
        display: inline-block;
        float: left;
    }
    .store_img_block{
        margin-bottom: 120px;
    }
    .google_map_block{

    }
    .store_info_block{
        width: 505px;
        float: right;
    }
}
/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
    .store_info_block{
        width: 433px;
    }
}
/* Mobile */
@media only screen and (max-width: 991px){
    .store_top_row{
        padding: 40px 0 80px 0 !important;
    }
    .store_info_block{
        width: 100%;
        margin-bottom: 40px;
    }
    .store_img_block{
        margin-bottom: 24px;
    }
    .store_content_block .content h5{
        font-size: 18px;
        line-height: 1.8em;
    }
    .store_content_block > .content h6{
        font-size: 16px;
    }
    .store_content_block > .content p,
    .store_content_block > .content .indent_p{
        font-size: 14px;
    }
    .store_content_block > .content > .info_block p.has_indent_p{
        margin-bottom: 12px;
    }
    .home_store_btn{
        text-align: center;
    }
    /* BOTTOM BLOCK */
    .store_price_img_block{
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    } 
    .store_price_content_block > ul{
        padding-left: 24px;
    }
    .store_bottom_row{
        padding: 75px 0 !important;
    }
}
/* Mobile Portrait Size */
@media only screen and (max-width: 478px) {
    .google_map_block > iframe{
        height: 250px;
    }
}