a {
    text-decoration: none;
    color: inherit;
}
.store-list {
    overflow-x: auto;
}
.share-web ul {
    z-index: 99999;
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
    text-align: right;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: slideInRight;
}

.share-web ul li {
    list-style: none;
}

.share-web a {
    height: 48px;
    width: 48px;
    overflow: hidden;
    float: right;
    position: relative;
    cursor: pointer;
    transition: width .15s ease-in-out;
}

.share-web a:hover {
    width: 64px;
}

.share-web [data-sharer] .icon {
    background-size: 48px 48px;
}
.share-btn a .icon {
    display: inline-block;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.share-web [data-sharer] .icon {
    background-size: 32px 32px;
}

.share-realestate .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/real-estate-svgrepo-com.svg);
}

.share-ecommerce .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/ecommerce-svgrepo-com.svg);
}

.share-digital .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/DigitalMarketing.png);
}

.share-interior .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/interior-design.png);
}

.share-cosmetics .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/cosmetics.png);
}

.share-food-drink-cafe .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/cafe.png);
}

.share-other .icon {
    background-color: rgb(59, 89, 152);
    background-image: url(../icon/website.png);
    background-size: 32px
}