.main_shop_top {
    display: none;
}


.ec-shoptop-block-customarea .cke-content {
    width: 1120px !important;
}

.top_category_box {
    list-style: none;
    width: 1120px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 25px;
    padding: 0;
}

.top_category_box li {
    width: 175px !important;
    margin-bottom: 15px;
}

.top_category_box img {
    width: 100%;
}

.ec-role {
    padding: 0 !important;
}

.ec-topicRole .ec-role .ec-topicRole__list {
    margin-left: 0px;
}

.ec-topicRole__list {
    width: 1120px;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: space-between;
}

.ec-topicRole__listItem {
    padding: 0px !important;
}

.ec-topicRole__listItem {
    width: 552px;
}

.ec-topicRole .ec-topicRole__listItemPhoto {
    width: 552px;
}

.ec-topicRole .ec-topicRole__list .ec-topicRole__listItem {
    width: 552px !important;
    margin-left: 0;
}

.ec-topicRole .ec-topicRole__list .ec-topicRole__listItem:nth-child(2n) {
    width: 552px !important;
    margin: 0 0 0 auto;
}

.ec-role {
    padding: 0;
}

.ec-role img {
    width: 100%;
}



.description-detail-box {
    word-break: break-all;
    width: 900px;
    margin: 30px auto;
}

/* 
.product-detail-table-container {
    width: 900px;
    display: block;
    vertical-align: top;
    padding: 0px;
    margin: 0 auto !important;
}
 */

.description-detail-box {
    background-color: #ffffff;
}

.giftItemsHeadImg h3 {
    font-size: 22px !important;
}

.ec-featureRole {
    padding-bottom: 25px !important;
}


@media screen and (max-width: 736px) {


    .cke-content {
        width: 100%;
    }

    .top_category_box {
        width: 96%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 15px auto 10px;
    }

    .top_category_box li {
        width: 48% !important;
        margin-bottom: 10px;
    }

    .top_category_box img {
        width: 100%;
    }

    .ec-topicRole__list {
        width: 100% !important;
    }

    .ec-topicRole__listItem {
        width: 48%;
    }

    .ec-topicRole .ec-topicRole__listItemPhoto {
        width: 48%;
    }

    .ec-topicRole .ec-topicRole__list .ec-topicRole__listItem {
        width: 48% !important;
    }

    .description-detail-box {
        width: 100%;
        margin: 5vw auto;
    }

    /* 
    .product-detail-table-container {
        width: 100%;
    }
     */

}