.store_container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 87%;
    margin: 0 auto;
}
.store_container button {
    width: 30% !important;
}
@media screen and (max-width: 768px) {
    .store_container {
        width: 100%;
        justify-content: space-between;
    }
    .store_container .search_btn{
        width: 31% !important;
    }
}
.other-store-costume-error {
    margin-top: -45px;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .other-store-costume-error {
        margin-top: -35px;
        margin-bottom: 10px;
        text-align: center;
    }
}