/* BASIC css start */
 div.abcd img {width:100%; height:auto; }


.cate-wrap {
    text-align: center;
    position: relative;
    border-bottom: 2px solid #000;
    margin: 0 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.bcate {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #000;
    flex: 1 1 100%;
}
.bcate2 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 16px;
    padding:0 18px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #000; 
}

.class-list {
    margin: 16px 0; 
    flex: 1;
}

.class-list ul {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.class-list ul li {}

.class-list ul li a {
    color: #000;
    font-size: 13px;
    line-height: normal;
}

.class-list ul li.active a, .class-list ul li a:hover { 
    color: var(--main-color);
}
.sort {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 21px 18px 16px;
}

.count { 
    font-size: 11px;
    line-height: normal; 
    flex: 0 0 auto;
    margin-bottom: 18px;
}

.sort select {
    color: #000;
    font-size: 11px;
    line-height: normal;
    background: url(/design/jkcom3030/images/select_bg.svg) white right center no-repeat;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    font-weight: 400;
    padding-right: 10px;
    min-width: 70px;
    height: 13px;
    line-height: 13px;
}
.bcate2 + .item-wrap2 .item-cont2 {
    border-bottom: 2px solid #000;
}

.item-cont2 {
    gap: 3%;
}

.itemList {
    width: 31.333%;
    margin-bottom: 28px;
}

.itemList .price .consumer {
    width: 100%;
    margin: 3px 0 0 0;
}

.itemList .price a {
    display: flex;
    flex-wrap: wrap;
}

.itemList .prd-color {
    margin-top: 8px;
}

.itemList {}

a.more_button {
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 40px;
    align-items: center;
    justify-content: center;
}

a.more_button .more-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 500;
    color: #000;
}

a.more_button .more-title img {width: 10px;}
.more {
    padding: 0 18px;
}

/* BASIC css end */

