/* BASIC css start */
/* 카테고리 리스트 */

.cate_wrap{
    text-align: center;
    margin: 35px 0;
}

.cate_wrap .bcate{
    color: #232323;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 22px;
}

.cate_wrap ul li{
    margin: 5px 5px;
}

.cate_wrap ul li.on a{
    background: #fff;
    border: 1px solid #ffa5a6;
    color: #ffa5a6;
}

.cate_wrap ul li a{
    color: #565656;
    font-size: 11px;
    background: #f4f4f4;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}


/* 베스트 상품 */

.best_product{
    margin: 40px 0;
}

.best_product h2{
    color: #232323;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

.best_product ul > li:nth-of-type(2) ~ li{
    display: none;
}


/* 상품 정렬 */

.list_array {
    height: 42px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 0 10px;
    margin-bottom: 10px;
}

.list_array .list_arrayLeft {
    float: left;
    margin-top: 14px;
}

.list_array .list_arrayLeft select {
    height: auto;
    border: none;
    padding: 0;
    width: 92px;
    line-height: 1;
    vertical-align: top;
    overflow: visible;
    background: url(/design/crazyskin/wib/m/img/icon/icon_arrow_down_bk.png) no-repeat right;
    background-size: 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.list_array .list_arrayLeft select::-ms-expand {
    display:none;
}

.list_array .list_arrayRight {
    float: right;
    margin-top: 7px;
}

.list_array .list_arrayRight > a{
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 4px;
    margin-left: 10px;
}

.shopbrand .list_array .list_arrayRight img {
    width: 100%;
    margin: 0;
}



.shopbrand .more .more-title {
    color: #3b3b3b;
}

.shopbrand .more .more-num {
    color: #aaaaaa;
}

.shopbrand .shopbrandTitle img {
    max-width: 100%;
}

/* BASIC css end */

