/* Goods List */
.shop-category {

}

.shop-category-title {

}

.shop-category-title > a {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #9ca3af;
}

.shop-category-box {
    position: relative;
    margin-top: 12px;
    border: 1px solid #4b5563;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
}

.shop-category-box > a {
    display: flex;
}

.shop-category-box > a + a {
    margin-left: 10px;
}

.shop-category-box > a > span {
    display: inline-block;
    color: #111827;
    font-size: 16px;
    align-self: center;
}

.shop-category-box > a > em {
    display: inline-block;
    font-style: normal;
    font-size: 15px;
    color: #374151;
    align-self: center;
    margin-left: 3px;
}

.goods-sort {
    position: relative;
    background-color: #f9fafb;
}

.shop-category + .goods-sort {
    margin-top: 15px;
}

.goods-sort > ul {
    position: relative;
    display: flex;
    margin-left: auto;
}

.goods-sort > ul > li {
    position: relative;
    padding: 12px 0;
}

.goods-sort > ul > li > a {
    display: inline-block;
    color: #111827;
    font-size: 14px;
    padding: 0 8px;
    line-height: 1;
}

.goods-sort > ul > li:not(:first-child) > a {
    border-left: 1px solid #d1d5db;
}