.commodity-category {
    margin: 100px 0;
}


.commodity-category .first-image {
    max-height: 330px;
    min-height: 330px;
}


h1.commodityHead {
    color: #a26f43;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 80px 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 30px 0;
}


.ScrollModule .moreLink {
    cursor: pointer;
    color: #fff;
    background-color: #a26f43;
    border-color: #a26f43;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .25rem .45rem;
    font-size: 0.8rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}

