﻿.home-page .store-category {
    min-width: 75px;
}

    .home-page .store-category img {
        width: 64px;
    }

.home-page .load-more-stores {
    display: inline;
    margin: 0 auto;
}

.home-page .store-categories-container .scroll-left-btn, .store-categories-container .scroll-right-btn {
    top: 25%;
    z-index: 10;
}

.home-page .store-picture {
    height: 130px;
}

@media screen and (max-width: 460px) {
    .pc {
        display: none;
    }
}