.brand_content {
    display: none;
}
.brand_content.active {
    display: block;
}

.page-brands .module-header {
    position: unset;
}

.page-brands .main {
    margin-top: 0 !important;
}

.page-blog .module-pagination .pagination {
    text-align: unset;
}

.category-page .category_list ul .category_li {
    padding: 5px 0;
}

.category-page .category_list ul .category_li .title_gender {
    position: relative;
    cursor: pointer;
}

.category-page .category_list ul .category_li .title_gender:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #0a0a0a #0a0a0a transparent transparent;
}

.category-page .category_list ul .category_li .title_gender.active:after {
    display: block;
    top: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent #0a0a0a #0a0a0a transparent;
    cursor: pointer;
}

.category-page .category_list ul .category_li .submenu {
    display: none;
    padding-top: 5px;
}

.category-page .category_list ul .category_li .submenu a {
    display: inline-block;
}

.page-product .product-detail-box .product-images-list .product-slider .slick-slide img {
    margin: 0 auto;
}

.search.content {
    width: 100%;
}

.page-brands .brand-list-page .brand-aphabel li a.disable_link {
    color: #cacaca;
    cursor: unset;
}

.js-tab li {
    cursor: pointer;
}

.h2-txt span.en {
    font-size: 1.2rem;
}

.h2-txt span.jp {
    font-size: 0.75rem;
}

.module-product-status li.gender {
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.collaboration-box .module-card-product .card-section .brand-name {
    color: #fefefe;
}

.tab-main .tabs-main__item {
    font-size: 0.85714rem;
    padding: 10px 0 0;
    border-top: 1px solid #e6e6e6;
}

.tab-main .tabs-main__item .tab-title {
    cursor: pointer;
    margin: 0 0 10px 0;
    position: relative;
}

.tab-main .tabs-main__item .tab-title .big-size {
    font-size: 1.14286rem;
}

.tab-main .tabs-main__item .tab-title:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    display: block;
    border: 1px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: transparent #0a0a0a #0a0a0a transparent;
    transition: all ease 0.9s;
}

.brand_block {
    display: flex;
}

.brand_block > div {
    padding-right: 20px;
}

.brand_block div img {
    /*width: 50%;*/
    /*max-width: 50px;*/
}

.page-product .product-detail-box .product-detail .card-color-product ul {
    display: flex;
    flex-wrap: wrap;
}

.page-product .product-detail-box .product-detail .card-color-product li {
    overflow: hidden;
    overflow-wrap: break-word;
}

.page-product .product-detail-box .product-detail .size-list li {
    overflow: hidden;
}

.hidden {
    display: none!important;
}

.page-staticpage .content {
    width: 100%;
}

.page-product .slider-nav-thumbnails.thumb-list {
    display: flex;
    flex-wrap: wrap;
}

.module-store-box {
    background: white;
}

.module-product-status li.last-one {
    background-color: orange;
    border: 1px solid orange;
}

.category-page .category_list ul li span:hover {
    text-decoration: underline;
}

.total-item {
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.collaboration-box {
    background-color: #c1c1c1 !important;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.secret-sale-banner img {
    width: 100%;
}

.html_view {
    padding: 0;
    background-color: transparent;
}

.topics__list {
    display: flex;
    margin: 20px 0px;
    width: 100%;
}
.topics__list .topics__item {
    margin: 10px;
    width: 23%;
}
.topics__item__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 40vw;
}

.topics__item__description {
    overflow-wrap: break-word;
}

.hashtags__list {
    display: flex;
    margin: 20px 0px;
    width: 100%;
}
.hashtags__list .hashtag__item {
    margin: 20px;
    width: 50%;
}
.hashtag__item__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 25vw;
}

.module-card-product {
    position: relative;
    height: 100%;
}

.card-img,
.module-product-status,
.brand-name,
.product-name,
.module-card-price {
    width: 86%;
}

.module-card-product-size {
    position: absolute;
    width: 14%;
    top: 22px;
    right: 0;
    max-height: 80px;
}

.rank-stt {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    color: white;
    width: 20px;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
}

span.productItem__price--instock  {
    color: red;
    position: relative;
    white-space: nowrap;
}
span.productItem__price--outstock  {
    color: grey;
    position: relative;
    white-space: nowrap;
}

.module-card-product .card-img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-card-product .card-img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
}

.module-card-product .like-button {
    position: absolute;
    width: 14%;
    top: 0;
    right: 0;
    max-height: 80px;
    text-align: left;
    padding: 0;
}

span.productItem__price--outstock:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: grey;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.module-card-product .card-img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (min-width: 769px) {

    .topics__item__img img {
        height: 226px;
    }
    .module-banners-box .grid {
        height: 900px;
    }
    .module-header .header-line2 {
        min-height: 85px;
    }
    .module-block-menu .navi-list {
        flex-wrap: nowrap;
    }
    .module-card-product{
        width: 180px;
    }
}

@media (max-width: 768px) {
    .module-card-product-size {
        position: relative;
        width: auto;
        right: 0;
        top: 0 ;
        max-height: unset;
        text-align: center;
    }
    .topics__list .topics__item {
        margin: 10px;
        width: 44%;
    }
    .page-brands .brand-list-page .initial-block .initial-brand li {
        width: 45%;
    }

    .module-card-product {
        margin-left: -2px!important;
    }

    .page-product .product-detail-box .product-images-list .item-selector {
        display: block;
    }

    .module-header .header-line2 .logo {
        margin: 0 auto;
    }
    .module-header .header-line2 .logo h1 a img {
        height: 51px;
    }

    .module-header .header-line2 .menus {
        top: 12px;
    }

    .module-header .header-line2 .search-icon {
        top: 17px;
    }

    .module-header .header-line2 .search-form {
        top: 52px;
    }

    .module-header .header-line2 .links {
        top: 8px;
    }

    .module-card-product {
        width: auto !important;
        float: unset !important;
    }

    .card-img,
    .module-product-status,
    .brand-name,
    .product-name,
    .module-card-price {
        width: auto;
    }
    .module-card-product .like-button {
        width: auto;
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 480px) {
    .page-brands .brand-list-page .initial-block .initial-brand li {
        width: 100%;
    }
}
