.wrapper {
    width: 100%;
    background-color: #fff;
}

/* colle-head start */
.colle-head {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 11px;
    border-bottom: 1px solid #f6f6f9;
}

.head-back-link {
    color: #232326;
}

/* colle-head end */
.colle-head-title {
    margin: auto;
}

/* shop-cell-store start */
.shop-cell-store {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px;
}

.shop-cell-store .cell-store-logo {
    padding: 5px;
    border: 1px solid #f1f1f1;
}

.logo-img-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.cell-store-label {
    flex: 1;
    padding: 0 12px;
}

.cell-store-label .sto-lab-tl {
    font-size: 14px;
    color: #212529;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cell-store-label .sto-lab-th {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #9ea7b4;
}

.sto-lab-th .sto-th-nu {
    padding: 0 5px;
}


/* shop-cell-group end */
.shop-cell-store .cell-store-btn {
    padding: 0 8px;
    border: solid 1px #f92028;
    border-radius: 15px;
    color: #f92028;
    font-size: 12px;
}
