.filter {
    position: static;
}
.list-item input[type=checkbox] {
    display: none;
}
.filter:hover .show-filter {
    border-bottom: 1px solid transparent;
}
.filter .show-filter {
    border: 1px solid #fac5c9;
    color: #f15b67;
    padding: 8px 30px 8px 15px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
#collection-body{
    padding-top: 15px;
}
.filter .content-filter .group-filter .title {
    text-transform: uppercase;
    color: #f15b67;
    margin-bottom: 20px;
}
 .filter:hover .show-filter:after {
     background-image:  url(../../../tp/T0333/img/tmp/disc-hm.png);
 }
.filter .show-filter:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../../../tp/T0333/img/tmp/plus-h.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 10px;
}

/*list product*/
.list-product .pro-loop.col-4 {
    width: 25%;
}
.list-product .pro-loop.col-3 {
    width: calc(100% /3);
}
.list-product .pro-loop.col-2 {
    width: 50%;
}
.list-product .pro-loop.col-1 {
    width: 100%;
}
.list-product .pro-loop.col-1, .list-product .pro-loop.col-2, .list-product .pro-loop.col-3, .list-product .pro-loop.col-4 {
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
.list-product .pro-loop {
    width: calc(100% / 4);
    float: left;
    padding: 15px;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}
@media (max-width: 1199px) {
    .list-product .pro-loop {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}
@media (max-width: 991px) {
    .list-product .pro-loop.col-4 {
        width: calc(100% / 3);
    }
}
@media (max-width: 767px) {
    .list-product .pro-loop {
        width: 50%;
    }
    .list-product .pro-loop.col-4 {
        width: 50%;
    }
}

.top-list .facet .switch-facet .item-facet {
    padding-left: 10px;
    display: inline-flex;
    cursor: pointer;
}
.top-list .facet .switch-facet .line-col {
    position: relative;
    width: 7px;
    display: inline-block;
    height: 16px;
    margin: 2px 1px 0;
    background-color: #b3b3b3;
}
.top-list .facet .switch-facet .active .line-col {
    background-color: #000000;
}
.top-list .facet .switch-facet {
    float: left;
}
.top-list .facet .title-facet {
    float: left;
    padding-right: 10px;
}
.top-list .facet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter .content-filter .group-filter .filter-item .form-check-input:not(:checked) + label:before,
.filter .content-filter .group-filter .filter-item .form-check-input:checked + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f15b67;
    z-index: 2;
}
.filter .content-filter .group-filter .filter-item {
    display: block;
    color: #000000;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: .75rem;
}
.filter .content-filter .group-filter .filter-item .form-check-label {
    position: relative;
    padding-left: 35px;
}
.filter .content-filter .group-filter .filter-item .form-check-input:not(:checked) + label:after {
    opacity: 0;
}
.filter .content-filter .list-attr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    max-height: 500px;
}
.filter .content-filter {
    border: 1px solid #fac5c9;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    background-color: white;
    display: none;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}
.filter .content-filter .group-filter .filter-item:hover .form-check-input:not(:checked) + label:after,
.filter .content-filter .group-filter .filter-item .form-check-input:checked + label:after{
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 5px;
    background: transparent;
    border-left: 1px solid #f15b67;
    border-bottom: 1px solid #f15b67;
    -webkit-transform: rotate(-50deg);
    -khtml-transform: rotate(-50deg);
    transform: rotate(-50deg);
    z-index: 2;
}
.filter .content-filter .group-filter .filter-item .form-check-input:checked + label:after {
    opacity: 1;
}
.filter .content-filter .group-filter .filter-item:hover .form-check-input:not(:checked)+label:after {
    opacity: 1;
}
.filter .content-filter .group-filter .list-item {
    max-height: 200px;
    overflow-x: auto;
}
input[type="checkbox"] {
    vertical-align: bottom;
}
.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}
.filter .content-filter .group-filter {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.filter-color li label .thuml-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.filter-color li input[type=checkbox]:checked + label .thuml-img,.filter-color .filter-item:hover label .thuml-img{
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
}
.filter-color li label {
    border: 1px solid #eaeaea;
    width: 20px;
    height: 20px;
    padding-top: 6px;
    padding-left: 6px;
    float: left;
    margin-bottom: 5px;
}
 .filter-color .filter-item{
     cursor: pointer;
 }
 .filter-color .filter-item:hover .form-check>span{
     color: #f36;
 }

.filter-color li input[type=checkbox]:checked+label:before, .filter-color .filter-item:hover label:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f15b67;
    z-index: 2;
}
.filter-color li input[type=checkbox]:checked+label {
    border-color: #f36;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
.filter .content-filter .group-filter .filter-color .filter-item .form-check-label{
    padding-left: 0;
    border: none;
    margin-right: 15px;
}
 .filter .content-filter .group-filter .filter-item .form-check .form-check-input:not(:checked)+label:after {

 }
@media (min-width: 992px){
    .filter .content-filter .group-filter .filter-item:hover .form-check-input:not(:checked) + label {
        color: #f15b67;
    }
    .filter .content-filter .group-filter .filter-item:hover .form-check-input:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 5px;
        position: absolute;
        top: 7px;
        left: 5px;
        background: transparent;
        border-left: 1px solid #f15b67;
        border-bottom: 1px solid #f15b67;
        -webkit-transform: rotate(-50deg);
        -khtml-transform: rotate(-50deg);
        transform: rotate(-50deg);
        z-index: 2;
    }
}
.close-list-attr span{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../../../tp/T0333/img/tmp/closemb.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
}
.close-list-attr{
    text-transform: uppercase;
    background-color: #fac5c9;
    padding: 15px;
    position: relative;
}
@media (max-width: 991px) {
    .filter .content-filter .filter-wrap .list-attr {
        max-height: 100%;
        padding: 15px;
    }
    .filter .content-filter .filter-wrap{
        overflow: auto;
        max-height: 90%;
    }
    .filter .content-filter{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .filter:hover .show-filter:after{
        background-image: url(../../../tp/T0333/img/tmp/plus-h.png);
    }
    .filter:hover .show-filter{
        border: 1px solid #fac5c9;
    }
    .filter .content-filter .group-filter{
        width: 50%;
        margin-bottom: 30px;
    }
}
button.button.cate-view-more {
    text-decoration: none;
    background-color: #fac5c9;
    border: 1px solid #fac5c9;
    position: relative;
    z-index: 2;
    padding: 12px 50px;
    color: white;
    margin: 0px 0 50px;
}
button.button.cate-view-more:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid white;
    z-index: 1;
}
@media (max-width: 768px) {
    .filter .content-filter .group-filter{
        width: 100%;
        border: 1px solid #fac5c9;
        margin-bottom: 15px;
    }
    .filter .content-filter .group-filter .title:after{
        content: '';
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-image: url(../../../tp/T0333/img/tmp/plus-h.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .filter .content-filter .group-filter .title.active:after{
        background-image: url(../../../tp/T0333/img/tmp/disc-hm.png);
    }
    .filter .content-filter .group-filter .title{
        margin: 10px 0;
        position: relative;
    }
    .filter .content-filter .group-filter .list-item{
        max-height: 100%;
        display: none;
    }
    .filter .content-filter .group-filter.active .list-item{
        display: block;
    }
}
@media (min-width: 768px) {
    .filter:hover .content-filter {
        display: block;
    }
}