/* BASIC css start */
.logo-wrap {
    display: none;
}

.none-data {
    text-align:center;
}

.header-menu {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(80% - 100px);
    z-index: 5;
}

.header-menu a {
    display: block;
    height: 64px;
    line-height: 64px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
}

.detail-menu ul {
    display: flex;
    flex-wrap: wrap;
}

.detail-menu ul li {
    width: 33.3333%;
}

.detail-menu ul li a {
    display: flex;
    align-items: center;
    min-height: 49px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    word-break: keep-all;
}


.detail-menu ul li.active a {
    color: var(--color-primary);
}

.shopbrand hr {
    display: block;
    width: 100%;
    height: 4px;
    border: 0;
    margin: 0;
    padding: 0;
    background: var(--color-gray-light);
}

.list_array {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 0;
    height: auto;
    margin: 25px 0 20px;
    padding: 40px 16px 15px;
    border-top: 1px solid #F2F2F2;
}

.list_array .list_arrayLeft {
    margin: 0;
}

.list_array .list_arrayLeft select {
    height: 32px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding:0 15px;
}

.title {
    display: block;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    margin: 30px 0 25px;
}

.swiper-wrapper.product-list-wrap {
    padding-bottom: 45px !important;
}

.swiper-wrapper.product-list-wrap {
    display: flex;
    height: 600px;
}

.swiper-wrapper.product-list-wrap .item-list .thumb {
    max-height: 200px;
}

.swiper-wrapper.product-list-wrap .main_icons {
    height: 100%;
}

.swiper-wrapper.product-list-wrap .item-list .thumb a {
    display: block;
    height: 200px;
}

.product-list-wrap .item-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img {
    display: none;
}

.swiper-initialized img {
    display: block;
}

.swiper-pagination-bullet-active {
    background: #000000 !important;
}

.cate-wrap .bcate {
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    margin: 80px 0 40px;
}

.list_array .item-order { float: right }
.list_array .item-order li { float: left; padding: 0 15px; line-height:12px; border-right:1px solid #ddd }
.list_array .item-order li.nobg { padding-right:0; border-right:none }
.list_array .item-order li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #666666;
}

.list_array .item-order li a .on {
    color: #000000;
}

.MK-product-icons {
    display: flex;
}

@media (min-width: 768px) {
    .swiper-wrapper.product-list-wrap {
        height: auto;
    }

    .swiper-wrapper.product-list-wrap .item-list .thumb, .swiper-wrapper.product-list-wrap .item-list .thumb a {
        height: auto;
        max-height: 100%;
    }

    .list_array {
        padding-top: 0;
        border-top: 0;
    }

    .container-wrap {
        margin-bottom: 80px;
    }

    #contents {
        max-width: 1760px;
        margin: 0 auto;
    }
}



/* BASIC css end */

