.top-section {
    padding-top: 9rem;
}

.directory-1,
.directory-2,
.directory-3 {
    background-color: rgba(247, 203, 52, 0.1);
    padding: 2rem 2rem;
}

.category {
    margin-bottom: 2rem;
}

.category-item {
    margin: 5px 0;
}

.category-title {
    color: #F03965;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.subcategory-title {
    font-size: 1rem;
    color: rgba(240, 57, 101, 0.7);
    text-transform: uppercase;
    margin: 1rem 0 0.5rem 0;
}

.directory-store {
    text-transform: uppercase;
}

/* Media */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.store-detail-img{
    width: 100%;
    box-shadow: 3px 3px 9px grey;
}

.img-store{
    margin: 0 auto;
    width:300px;
}

.modal-top-align{
    border: none;
    padding: 1rem 2rem .5rem 2rem;
}

.pd-content-modal{
    padding-top: 0;
    padding-bottom: 1rem;
}

.location-icon{
    background-image: url('../../images/icon/directory_location.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.shopping-cart-icon{
    background-image: url('../../images/icon/directory_shopping.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.phone-icon{
    background-image: url('../../images/icon/directory_phone.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.icon-height{
    height: 55px;
}

.pd-icon-section{
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.pd-title-section{
    margin: 0 auto;
    padding-bottom: 2rem;
}

@media(max-width:767px){
    .pd-title-section{
        width: 100%;
    }

    .store-detail-img{
        width: 100%;
        box-shadow: 3px 3px 9px grey;
    }
}

@media(min-width:768px){
    /* .pd-title-section{
        width: 50%;
    } */
}

@media(min-width:992px){
    .pd-title-section{
        margin: 0 auto;
    }
}

.pd-icon-content{
    margin-bottom: 0;
    margin-top: .8rem;
}

.more-info-link{
    color: #00A5E5;
    text-decoration: none;
}

.more-info-link:hover , .more-info-link:focus{
    color: rgb(3, 114, 158);
    text-decoration: none;
}

.modal-top-align , .pd-content-modal{
    background-color: #F2F2F2;

}

.bold-text{
    font-weight: 700;
}

.title-size{
    font-size: 26px;
    margin: 0;
}

.subtitle-size{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.modal-font {
    text-align: center;
}

.shop-directory{
    cursor:pointer;
}

.ground-floor-svg-container{
    /*margin-bottom: 12%;*/
    /*padding: 0% 15% 12% 0;*/
    padding: 0% 0% 4% 0;
}

#Layer_1{
    overflow: visible;
}

.first-floor-svg-container{
    /*margin-bottom: 20%;*/
    /*padding: 0% 3% 12% 0;*/
    padding: 0% 0% 4% 0;
}

.second-floor-svg-container {
    /*margin-bottom: 12%;*/
    /*padding: 0% 38% 20% 0;*/
    padding: 0% 0% 4% 0;
}