.product-category-page {
    position: relative;
    color: #000000;
}

.category-wrapper {
    position: relative;
}

.category-details {
    margin-top: 30px;
}

.filter {
    position: relative;
}

.filter .choices__inner,
.fx-filters__head {
    background: #fff;
    border: 1px solid #D3D3D3;
    width: 100%;
    height: 54px;
    padding: 0 25px 0 54px;
    font-size: 21px;
    font-weight: 700;
}

.fx-filters__head {
    position: relative;
    padding: 10px 54px;
    cursor: pointer;
}

.filter-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -9px;
}

.fx-filters__head .filter-icon {
    margin-top: -12px;
}

.fx-filters__head:after {
    content: '\e916';
    font-family: 'icomoon';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    pointer-events: none;
    font-size: 14px;
    color: #2E2E2E;
    width: auto;
    height: auto;
}

.fx-filters--active .fx-filters__head:after {
    content: '\e919';
}

.choices__list--single {
    padding: 12px 16px 4px 0;
}


.choices[data-type*="select-one"]::after {
    content: '\e916';
    font-family: 'icomoon';
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    pointer-events: none;
    font-size: 14px;
    color: #2E2E2E;
    width: auto;
    height: auto;
}

.choices.is-open[data-type*="select-one"]::after {
    content: '\e919';
}

.fx-filters__body {
    display: none;
    border: 1px solid #D3D3D3;
    border-top: none;
    padding: 25px;
}

.fx-filters__item {
    margin-bottom: 20px;
}

.fx-filters__item .facetwp-facet {
    margin-bottom: 0;
    margin-top: 10px;
}

.flr {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
    justify-content: flex-start;
    text-align: left;
}

.flx {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
    margin: 0 16px 25px;
    width: calc(50% - 32px);
}

.category-listing a {
    border: none;
    width: 100%;
    height: 100%;
}

.category-column h4 {
    padding: 10px 0 5px;
    margin: 0;
    font-size: 16px;
    color: #585858;
    line-height: 1.3em;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.category-image {
    border: 1px solid #DBDBDB;
    padding: 5px;
    width: 100%;
    height: 145px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.category-image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.category-column:hover .btn {
    background: #2A2464;
    color: #fff;
    border: none;
}

.category-top-info {
    max-width: 872px;
    margin: 0 auto;
}

.category-sidebar .facetwp-facet {
    margin-bottom: 0;
}

.category-sidebar .facetwp-facet.facetwp-type-slider {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.category-sidebar .facetwp-facet.facetwp-type-slider .facetwp-slider-wrap {
    flex-shrink: 0;
    width: 100%;
}

.category-sidebar .facetwp-facet.facetwp-type-slider .facetwp-slider-label {
    line-height: 32px;
}

.category-sidebar__filter-btns {
    background: #f0f0f0;
}



@media (min-width: 768px) {

    .flx {
        width: calc(33.33% - 32px);
        margin: 0 16px 30px;
    }

    .category-image {
        height: 203px;
        padding: 15px;
    }

    .category-column h4 {
        padding: 10px;
        font-size: 17px;
    }

    .fx-filters__body:after {
        content: '';
        display: block;
        clear: both;
    }

    .fx-filters__item {
        float: left;
        width: 50%;
    }

}

@media (min-width: 1200px) {

    .flx {
        margin: 0 16px 32px;
    }

    .category-image {
        height: 226px;
        padding: 20px;
    }

    .category-column h4 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .category-listing a:hover .category-column h4 {
        background: #000000;
        color: #fff;
    }

    .category-listing a:hover .category-image {
        border: 1px solid transparent;
        box-shadow: 0 0 15px rgba(0, 0, 0, .16);
    }

    .category-details {
        display: flex;
    }

    .category-sidebar {
        width: 380px;
    }

    .category-listing {
        width: calc(100% - 380px);
        padding-left: 30px;
    }

    .category-top-info {
        padding-top: 30px;
    }

    .category-details {
        margin-top: 0;
    }
}

@media (min-width: 1300px) {
    .category-listing {
        padding-left: 65px;
    }

}


/* category-sidebar */

.accordion {
	width: 100%;
}

.accordion h3 {
	background: #000000;
	padding: 24px 34px;
	margin: 0;
	font-size: 28px;
    color: #FFFFFF;
    line-height: 1.4em;
    font-weight: 700;
    position: relative;
    font-family: 'PT Sans', sans-serif;
	cursor: pointer;
}

.accordion h3::before {
    content: "\e916";
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 21px;
    line-height: 1em;
    color: #FFFFFF;
    font-family: 'icomoon' !important;
    transform: translate(0,-50%);
}

.accordion h3:hover {
	background-color: #D11040;
}

.accordion-content {
	background: #FAFAFA;
	margin: 0;
	padding: 30px 28px 30px 35px;
	display: block;
}

.check_box_area {
    margin: 0 0 0;
    padding:0;
}

.check_box_area .check-col {
    margin: 17px 0;
    position: relative;
}

.check_box_area [type="checkbox"]:checked,
.check_box_area [type="checkbox"]:not(:checked) {
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
}

.check_box_area [type="checkbox"]:checked + label,
.check_box_area [type="checkbox"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 1.5em;
    display: block;
    color: #585858;
    font-size: 19px;
    font-weight: 400;
    padding: 5px 0;
}

.check_box_area [type="checkbox"]:checked + label:before,
.check_box_area [type="checkbox"]:not(:checked) + label:before,
.accordion-content .facetwp-checkbox:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    border: 1px solid #CBCBCB;
    border-radius:0;
    background: #fff;
    margin-top: -15px;
}

.check_box_area [type="checkbox"]:checked + label:after,
.check_box_area [type="checkbox"]:not(:checked) + label:after,
.accordion-content .facetwp-checkbox.checked:before {
    content: '\e902';
    font-family: 'icomoon';
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #000000;
    position: absolute;
    top: 50%;
    right:0px;
    border-radius:0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color:#000000;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-top: -15px;
}

.check_box_area [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.check_box_area [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-sub-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.category-sub-image {
    width: 54px;
}

.category-sub-image img {
    width: 100%;
    display: block;
}

.accordion-content .facetwp-checkbox {
    max-width: 100%;
    margin: 17px 0;
    padding: 5px 54px 5px 0;
    font-weight: 400;
    color: #585858;
    font-size: 19px;
    line-height: 1.3em;
    background: none !important;
    position: relative;
}

.category-sub-info p span {
    color: #B2B2B2;
}

.Material .category-sub-col {
    padding: 3px 0;
}

.full .category-sub-info {
    width: 100%;
    padding: 0 40px 0 0;
}

.check_box_area.full [type="checkbox"]:checked,
.check_box_area.full [type="checkbox"]:not(:checked),
.check_box_area.full [type="checkbox"]:checked + label:after,
.check_box_area.full [type="checkbox"]:not(:checked) + label:after,
.check_box_area.full [type="checkbox"]:checked + label:before,
.check_box_area.full [type="checkbox"]:not(:checked) + label:before {
    top: 0;
}

.category-listing .pagination {
    margin-top: 50px;
    text-align: right;
}
