.sect_title{
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    padding: 0 0 15px;
    border-bottom: 2px solid #675952;
    margin-bottom: 40px;
    margin-top: 15px;
}

.sect_title::before{
    content: '■';
    color: #333333;
    margin-right: 15px;
}

.category_list{
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: flex-start;
    margin: 0 auto;
}

.category_list .item{
    width: 21%;
    margin: 0 2% 30px 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333333;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 10px;
}

.category_list .item .thumb{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_list .item .thumb img{
    max-width: 100%;
    max-height: 100%;
}

.category_list .item .title{
    text-align: center;
    margin: 5px 0;
}

h5 .thumb{
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}

.goods{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.goods .item{
    width: 46%;
    margin: 0 2% 30px 2%;
    border: 1px solid #999999;
}

.goods .item .infos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.goods .item .detail{
    width: 50%;
    padding: 10px;
}

.goods .item .detail .title{
    font-size: 22px;
    font-weight: bold;
}

.goods .item .detail .desc{
    font-size: 14px;
}

.goods .item .detail .price{
    font-size: 14px;
    margin: 10px 0;
    white-space: nowrap;
}

.goods .item .detail .price .val{
    font-size: 40px;
    color: #e25364;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-right: 5px;
    line-height: 1;
}

.goods .item .detail .tax_val{
    padding: 0 0 10px 10px;
    font-size: 12px;
}

.goods .item .thumb{
    width: 48%;
    height: 250px;
    margin-left: 2%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goods .item .thumb img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.goods .item .controls{
    width: 100%;
    height: 45px;
    border-top: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #f7f7f7;
}