.dlisting-box .store-image {
    border: 1px solid var(--awb-color7);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 99%;
    overflow: hidden;
    position: relative;
    border-bottom: 0;
}
.dlisting-box .dlisting-info {
    background-color: var(--awb-color4);
    height: 100px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--h2_typography-font-family);
    font-size: 16px;
    padding: 5px;
    text-align: center;
}
.dlisting-box .dlisting-info a{
    color: #fff;
}
.dlisting-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.dlisting-box .store-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dlisting-box .dlisting-info p {
    margin: 0;
}
.dlisting-box .dlisting-info .store-name {
    margin-bottom: 8px;
}
.dlisting-box .dlisting-info p.store-address {
    font-family: var(--body_typography-font-family);
    font-size: 12px;
}
.dlisting-box .dlisting-info p svg {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
}
.directory-category a {
    background-color: #EFEFEF;
    margin: 0 1px 3px;
    padding: 8px 12px;
    min-width: 90px;
    text-align: center;
    font-size: 14px;
    color: #0C2754;
}
.dl-desktop {
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.directory-category a.active {
    background-color: #B74A2A;
    color: #fff;
}
.fliterAllDirectory svg {
    margin-right: 5px;
}
.fliterAllDirectory.active svg path {
    fill: #fff;
}
.fliterAllDirectory {
    width: 140px;
    margin: 0 0 15px !important;
}
.fliterAllDirectory svg path {
    fill: #0C2754;
}
.additional-links {
    margin-top: 5px;
}
.additional-links a {
    margin: 0 5px;
}
@media (max-width: 768px){
    /*.dlisting-box .dlisting-info {
        height: 50px;
        font-size: 11px;
    }*/
    /*.dlisting-box .dlisting-info .store-name {
        margin-bottom: 3px;
    }*/
    .directory-category a {
        margin: 0 4px 9px;
    }
    .dl-desktop{
        display: flex;
        margin: 0 -4px 5px;
    }
    .directory-listing .row .col-6:nth-child(odd) {
        padding-right: 6px;
    }
    .directory-listing .row .col-6:nth-child(even) {
        padding-left: 6px;
    }
}
.directory-listing .row {
    justify-content: center;
}
.dlisting-box .dlisting-info p span {
    font-size: 13px;
    margin-right: 5px;
}