.tile-filter {
    margin-top: 36.5px;
}

.filter-tab-container {
    padding-bottom: 28px;
}

.filter-category-container {
    border-bottom: 1px solid #dbdfe5;
    padding-bottom: 8px;
}

.filter-categories {
    width: 100%;
}

.filter-category-func-container {
    padding-top: 8px;
    width: 0;
    vertical-align: top;
    white-space: nowrap;
}

.ft-cate-func-clear {
    display: inline-block;
    padding: 0 6px;
    min-width: 68px;
    text-align: center;
    color: #b5965a;
    cursor: pointer;
}

.ft-cate-func-expand {
    display: inline-block;
    padding: 0 6px;
    min-width: 60px;
    text-align: center;
    color: #b5965a;
    cursor: pointer;
}

.ft-cate-func-expand::after {
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 8px;
    vertical-align: 1px;
    background: url("../images/pc-chevron-down.svg") center / 100% no-repeat;
    transition: all .5s ease-in-out;
    transform: rotate(0);
    content: "";
}

.ft-cate-func-expand.collapse::after {
    transform: rotate(180deg);
}

.filter-category-name {
    font-size: 14px;
    line-height: 1.4286;
    color: #424b5a;
}

.filter-category-option {
    display: inline-block;
    margin: 0 16px 16px 0;
    border-radius: 2px;
    padding: 9px 14px;
    min-width: 120px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .37px;
    color: #424b5a;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(231, 231, 231, .5);
    cursor: pointer;
}

.filter-category-option.expand {
    color: #c3a86f;
}

.filter-category-option.active {
    color: #fff;
    background: #ddcdaa;
}

.filter-category-option-letter {
    margin: 6px 11px 14px 0;
    border-color: transparent;
    padding: 1px 0;
    min-width: 24px;
    font-size: 14px;
}

.filter-category-option-letter.active {
    color: #b5965a;
}

.filter-category-option-letter.active::after {
    display: none;
}

.filter-category-option-letter-other {
    margin-left: -5px;
}

.ft-cate-name-container {
    padding: 7px 16px 8px 0;
    width: 0;
    vertical-align: top;
    white-space: nowrap;
}

.filter-category-options {
    padding: 0 5% 0 0;
    width: 100%;
}

.filter-sort-container {
    margin: 22px 0 -16px;
}

.filter-group-fade-enter-active,
.filter-group-fade-leave-active {
    transition: opacity .5s ease-in-out;
}

.filter-group-fade-enter,
.filter-group-fade-leave-to {
    opacity: 0;
}

.filter-tiles-no-content {
    padding: 10% 0 14%;
    font-size: 16px;
    text-align: center;
    color: #424b5a;
}

/* pagination */

.vm-pagination {
    text-align: center;
}

.vm-pagination-item {
    display: inline-block;
    margin: 0 3px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
    color: #c2c7cd;
    cursor: pointer;
}

.vm-pagination-item.active {
    color: #b5965a;
}

.vm-pagination-item.disabled {
    cursor: auto;
}

.vm-pagination-item.page-first::after,
.vm-pagination-item.page-prev::after,
.vm-pagination-item.page-next::after,
.vm-pagination-item.page-last::after {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    content: "";
}

.vm-pagination-item.page-first::after {
    background-image: url("../images/pc-last-page.svg");
    transform: scaleX(-1);
}

.vm-pagination-item.page-first.disabled::after {
    background-image: url("../images/pc-first-page-disabled.svg");
    transform: none;
}

.vm-pagination-item.page-prev::after {
    background-image: url("../images/pc-next-page.svg");
    transform: scaleX(-1);
}

.vm-pagination-item.page-prev.disabled::after {
    background-image: url("../images/pc-prev-page-disabled.svg");
    transform: none;
}

.vm-pagination-item.page-next::after {
    background-image: url("../images/pc-next-page.svg");
}

.vm-pagination-item.page-next.disabled::after {
    background-image: url("../images/pc-prev-page-disabled.svg");
    transform: scaleX(-1);
}

.vm-pagination-item.page-last::after {
    background-image: url("../images/pc-last-page.svg");
}
.vm-pagination-item.page-last.disabled::after {
    background-image: url("../images/pc-first-page-disabled.svg");
    transform: scaleX(-1);
}

/* 20200220 */

.WHwK {
    margin: 12px auto -37px;
    width: 62px;
    height: 57px;
    background: url("../images/caret-down.png") center left -2px / 100% no-repeat;
    cursor: pointer;
}

.WHwK.is-expanded {
    transform: scaleY(-1);
}

.filter-tiles-container {
    padding-bottom: 62px;
}

.filter-content {
    margin-top: 40px;
}

/* responsive */

@media (max-width: 1193px) {
    .WHwK {
        width: 50px;
        height: 46px;
    }
}

@media (max-width: 1023px) {
    .WHwK {
        margin: 11px auto -24px;
        width: 33px;
        height: 30.3387px;
        background-position: center left -1px;
    }
}
