@charset "UTF-8";

.title_main {
    font-size: 1.4rem;
    line-height:1.4;
    font-weight:600;
}

.btn-content {
    color: #d00;
    cursor: pointer;
    margin: auto;
    padding-top: 1em;
    text-align: center;
    width: 200px
}

    .btn-content .hide {
        display: none
    }

        .btn-content .hide svg {
            transform: rotate(180deg)
        }

.detail.active .css-content {
    max-height: unset
}

.btn-content.active .hide {
    display: block
}

.btn-content.active .show {
    display: none
}

#listdata {
    flex: 0 0 100%
}

.mb-20 {
    margin-bottom: 20px
}

.hide {
    display: none
}

.section-list {
    letter-spacing: -.3em;
    margin-bottom: 5px
}

    .section-list.list-cate .section-list__content {
        overflow: auto;
    }

.section-list__title {
    flex: 0 0 100%;
    letter-spacing: normal
}

    .section-list__title p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px
    }

.section-list__item {
    background: transparent;
    color: #444;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 10px 10px 0;
    text-align: center
}

    .section-list__item > span {
        border: 1px solid #e5e7eb;
        border-radius: 10px
    }

    .section-list__item a, .section-list__item span {
        cursor: pointer;
        display: block;
        padding: 8px 10px
    }

    .section-list__item a {
        border: 1px solid #e5e7eb;
        border-radius: 4px;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase
    }

    .section-list__item.active a {
        color: #d70018
    }

    .section-list__item svg {
        vertical-align: middle;
        width: 15px
    }

    .section-list__item span {
        background-color: #f3f4f6
    }

    .section-list__item.show {
        display: inline-block !important;
    }

        .section-list__item.show > span {
            background: #fef2f2;
            border: 1px solid #d70018;
            color: #d70018
        }

        .section-list__item.show svg path {
            fill: #d70018
        }

    .section-list__item.active .group-content, .section-list__item.total-filter.active .total-filter__content {
        opacity: 1;
        visibility: visible
    }

    .section-list__item.total-filter .total-filter__content {
        opacity: 0;
        position: relative;
        transition: .5s;
        visibility: hidden
    }

        .section-list__item.total-filter .total-filter__content:before {
            border-bottom: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: "";
            left: 30px;
            position: absolute;
            top: 6px;
            z-index: 1
        }

    .section-list__item.total-filter .total-filter__item {
        display: inline-block;
        flex: 0 0 33%;
        letter-spacing: normal;
        max-width: 33%;
        vertical-align: top
    }

        .section-list__item.total-filter .total-filter__item ul {
            max-width: 100%
        }

        .section-list__item.total-filter .total-filter__item > span {
            color: #4a4a4a;
            font-size: 16px;
            font-weight: 700
        }

    .section-list__item.total-filter .total-filter__list {
        background-color: #fff;
        border: 1px solid #eee;
        box-shadow: 0 2px 20px rgba(0,0,0,.5);
        height: 400px;
        left: 0;
        letter-spacing: -.3em;
        overflow-y: auto;
        padding: 10px 10px 0;
        position: absolute;
        scrollbar-width: thin;
        text-align: left;
        top: calc(100% + 15px);
        width: 800px;
        z-index:33;
    }

        .section-list__item.total-filter .total-filter__list span {
            background-color: transparent
        }

        .section-list__item.total-filter .total-filter__list ul {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: unset;
            position: relative
        }

    .section-list__item.total-filter .btn-filter {
        background-color: #fff;
        display: flex;
        flex: 0 0 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        letter-spacing: normal;
        padding-bottom: 10px;
        margin-top:15px;
        text-align: center;
    }

        .section-list__item.total-filter .btn-filter span {
            display: inline-block;
            flex: 0 0 calc(50% - 5px);
            font-weight: 700;
            text-transform: none;
            border-radius:8px;
        }

            .section-list__item.total-filter .btn-filter span.close {
                background-color: #feecf0;
                color: #cc0f35
            }

            .section-list__item.total-filter .btn-filter span.result {
                background-color: #d00;
                color: #fff;
                display: none;
                opacity: 0;
                visibility: hidden
            }

        .section-list__item.total-filter .btn-filter.active span.result {
            display: inline-block;
            opacity: 1;
            visibility: visible
        }

.section-list .group-content {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0,0,0,.5);
    display: inline-block;
    left: 0;
    letter-spacing: normal;
    opacity: 0;
    padding: 10px 10px 0;
    position: absolute;
    top: calc(100% + 15px);
    transition: .5s;
    visibility: hidden;
    width: 350px
}

    .section-list .group-content:before {
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        left: 30px;
        position: absolute;
        top: -10px
    }

    .section-list .group-content .btn-filter {
        background-color: #fff;
        display: flex;
        display: none;
        flex: 0 0 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        opacity: 0;
        padding-bottom: 10px;
        visibility: hidden
    }

        .section-list .group-content .btn-filter span {
            flex: 0 0 calc(50% - 5px);
            font-weight: 700;
            text-transform: none
        }

            .section-list .group-content .btn-filter span.close {
                background-color: #feecf0;
                color: #cc0f35
            }

            .section-list .group-content .btn-filter span.result {
                background-color: #d00;
                color: #fff
            }

        .section-list .group-content .btn-filter.active {
            display: flex;
            opacity: 1;
            visibility: visible
        }

.section-list ul {
    letter-spacing: -.3em;
    text-align: left
}

    .section-list ul li {
        align-items: center;
        background-color: #f3f4f6;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        color: #444;
        cursor: pointer;
        display: inline-flex;
        font-size: 12px;
        height: 34px;
        letter-spacing: normal;
        margin: 0 10px 10px 0;
        padding: 5px 10px
    }

        .section-list ul li.active {
            background: #fef2f2;
            border: 1px solid #d70018;
            color: #d70018
        }

.section-list.list-filter .section-list__item {
    position: relative;
    z-index: 9
}

    .section-list.list-filter .section-list__item.show {
        display: inline-block !important;
    }

    .section-list.list-filter .section-list__item ul li {
        position: relative
    }

        .section-list.list-filter .section-list__item ul li:after {
            background-color: #d70018;
            border-radius: 8px 0 10px 0;
            color: #fff;
            content: "✓";
            display: none;
            font-size: 7px;
            height: 10px;
            left: 0;
            padding-bottom: 1px;
            padding-left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 15px
        }

        .section-list.list-filter .section-list__item ul li.active:after {
            display: block
        }

.section-list.filter-result .section-list__content {
    letter-spacing: -.3em
}

.section-list.filter-result .filter-result__deleteAll, .section-list.filter-result .filter-result__item {
    background: #fef2f2;
    border: 1px solid #d70018;
    border-radius: 10px;
    color: #d70018;
    cursor: pointer;
    display: inline-block;
    letter-spacing: normal;
    padding: 8px 10px
}

    .section-list.filter-result .filter-result__deleteAll svg, .section-list.filter-result .filter-result__item svg {
        border-radius: 0;
        height: 15px;
        margin-right: 6px;
        vertical-align: text-top
    }

        .section-list.filter-result .filter-result__deleteAll svg path, .section-list.filter-result .filter-result__item svg path {
            fill: #d70018
        }

    .section-list.filter-result .filter-result__deleteAll p, .section-list.filter-result .filter-result__item p {
        color: #d70018;
        display: inline-block;
        line-height: normal
    }

    .section-list.filter-result .filter-result__deleteAll span, .section-list.filter-result .filter-result__item span {
        background: #fef2f2;
        border: 0;
        color: #d70018;
        display: inline-block;
        margin-right: 6px;
        padding: 0;
        position: relative
    }

        .section-list.filter-result .filter-result__deleteAll span:after, .section-list.filter-result .filter-result__item span:after {
            content: "|";
            position: absolute;
            right: -7px;
            top: -1px
        }

        .section-list.filter-result .filter-result__deleteAll span:nth-last-child(2), .section-list.filter-result .filter-result__item span:nth-last-child(2) {
            margin-right: 0
        }

            .section-list.filter-result .filter-result__deleteAll span:nth-last-child(2):after, .section-list.filter-result .filter-result__item span:nth-last-child(2):after {
                display: none
            }

.section-product__content {
    flex: 0 0 100%
}



.cb-block-content_btn-showmore {
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
    border-radius: 10px;
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    padding-top: 15px;
    position: static;
    right: 0;
    text-align: center;
    width: 100%
}

    .cb-block-content_btn-showmore .btn-show-more {
        align-items: center;
        background: #fff;
        border: none;
        border-radius: 12px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
        color: #212529;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        height: 34px;
        justify-content: center;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        max-width: 335px;
        -webkit-text-decoration: none;
        text-decoration: none;
        width: 100%;
        position: relative;
    }


        .cb-block-content_btn-showmore .btn-show-more:hover {
            background: #fef2f2;
            border: 1px solid #d70018;
            color: #d70018
        }

        .cb-block-content_btn-showmore .btn-show-more::after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #333;
            content: '';
            position: relative;
            right: -7px;
            top: 2px;
        }

.detail-category {
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    /*margin-bottom: 20px*/
}

.detail-category__short {
    background: #fff;
    flex: 0 0 100%;
    max-height: 150px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: justify
}
    .detail-category__short h2 {margin-top:0 !important}

    @media (max-width:1023px) {
        .detail-category__short {      
        max-height: 220px;
    }
}

    .detail-category__short.active {
        max-height: unset
    }

        .detail-category__short.active .btn-main {
            padding-top: 0;
            position: relative
        }

            .detail-category__short.active .btn-main span.show {
                display: none
            }

            .detail-category__short.active .btn-main span.hide {
                display: flex
            }

    .detail-category__short .btn-main {
        background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
        bottom: 0;
        margin: 10px auto 0;
        max-width: 100%;
        padding-top: 50px;
        position: absolute;
        width: 100%
    }

        .detail-category__short .btn-main span {
            box-shadow:none
        }

    .detail-category__short a:hover, .detail-category__short span:hover {
        background: none;
        border: none;
        color: #d70018
    }

        .detail-category__short .btn-main svg {
            margin-left: 15px;
            vertical-align: middle
        }

        .detail-category__short .btn-main span.show {
            display: flex
        }

        .detail-category__short .btn-main span.hide {
            display: none
        }

            .detail-category__short .btn-main span.hide svg {
                transform: rotate(180deg)
            }


.detail-category__left {
    background: #fff;
    flex: 0 0 100%;
    max-height: 500px;
    overflow: hidden;
    padding: 15px 0;
    position: relative;
    text-align: justify
}

    .detail-category__left.active {
        max-height: unset
    }

        .detail-category__left.active .btn-main {
            padding-top: 0;
            position: relative
        }

            .detail-category__left.active .btn-main span.show {
                display: none
            }

            .detail-category__left.active .btn-main span.hide {
                display: flex
            }

    .detail-category__left .btn-main {
        background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.91) 50%,#fff 55%);
        bottom: 0;
        margin: 20px auto 0;
        max-width: 100%;
        padding-top: 50px;
        position: absolute;
        width: 100%
    }

        .detail-category__left .btn-main svg {
            margin-left: 15px;
            vertical-align: middle
        }

        .detail-category__left .btn-main span.show {
            display: flex
        }

        .detail-category__left .btn-main span.hide {
            display: none
        }

            .detail-category__left .btn-main span.hide svg {
                transform: rotate(180deg)
            }

.detail-category__right {
    flex: 0 0 calc(30% - 12px)
}

    .detail-category__right .sidebar {
        border-radius: 10px;
        box-shadow: 0 1px 2px 0 rgba(60,64,67,.1),0 2px 6px 2px rgba(60,64,67,.15);
        padding: 10px
    }

@media (max-width:1024px) {

    .title_main {
        font-size: 1.25rem;
    }

    .section-product .list-products__item {
        flex: 0 0 calc(33.33333% - 10px);
        margin-bottom: 10px;
        max-width: calc(33.33333% - 10px)
    }

    .section-product__content {
        flex: 0 0 100%
    }

        .section-product__content .product-list {
            margin-bottom: 20px
        }

    .section-list__content {
        flex: 0 0 100%;
        overflow-x: auto;
        overflow-y: clip;
        position: relative;
        white-space: nowrap
    }

    .section-list__item {
        position: unset !important
    }

        .section-list__item.active > a {
            color: #d70018
        }

        .section-list__item .list-filter {
            white-space: normal
        }

        .section-list__item.total-filter .total-filter__list {
            height: 100vh;
            left: auto;
            position: fixed;
            right: 0;
            top: 0;
            transition: all .3s;
            width: 80%;
            z-index: 999
        }

        .section-list__item.total-filter .total-filter__item {
            display: block;
            max-width: 100%;
            width: 100%
        }

        .section-list__item .group-content {
            left: 50%;
            margin-top: 10px;
            max-width: 350px;
            position: fixed;
            top: unset;
            transform: translateX(-50%);
            width: 100%;
            z-index: 9
        }

            .section-list__item .group-content:before {
                display: none;
                top: unset
            }

    .detail-category__left {
        padding: 15px 0;
        box-shadow:none;
    }
}

@media (max-width:430px) {

    .title_main {
        font-size: 1.1rem;
    }


    .section-product .list-products__item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px)
    }
}


.product_search_title { font-size:18px;}