.field-error-span{
    margin-top: 0.2rem;
    display: inline-block;
    color: #d02222;
}
.numbers .active a{
    border-radius: 50%;
    background-color: #E1A500;
    color: #FFFFFF;
}
#loading {
    width:100%;
    height:200px;
    background-image: url(../../img/common/loading.gif);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center center;
}
.text-center{
    text-align: center;
}
.div-flex{
    display: flex;
    justify-content: space-between;
}
.div-w33{
    width: 33% !important;
}
div.favorite_shops {
    align-items: start !important;
}
.favorite_shops a {
    border: 2px solid #927A41;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #927A41;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 87%;
    max-width: 425px;
    height: 100%;
    position: relative;
    cursor: default;
}
.favorite_shops a span {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 320px;
}
.favorite_shops a .icon-close {
    position: absolute;
    right: -25px;
    top: calc(50% - 7px);
    cursor: pointer;
}
.favorite_shops a .time {
    cursor: pointer;
}
.favorite_shops a .time:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}

.favoriteShopGroup a {
    text-align: left;
}

.favoriteShopGroup .favorite_shop_select {
    width: 150px;
}

.favoriteShopGroup .favorite_shop_select.disabled {
    background: #ededed;
    cursor: default;
}

