
/* Woocommerce - category page */

.row.woo-category {
    position: relative;
	display: flex;
}

.form-wppp-select {
	display: none;
}

.woocommerce-products-header {
	margin-top: 3px;
    margin-bottom: 16px;
}

.woocommerce-products-header .row {
	display: flex;
}

.woocommerce-products-header .row .col-25 {
	width: 25%;
    padding-right: 40px;
}

.woocommerce-products-header .row .col-75 {
	width: 75%;
}

.woo-category .col-25 {
	width: 25%;
    padding-right: 40px;
}

.woo-category .col-75 {
	width: 75%;
    display: flex;
    flex-direction: column;
}

.woo-category .col-75 .count-filter {
    order: 1;
	width: fit-content;
    margin: 0 0 8px;
}

.woocommerce-products-header .woocommerce-products-header__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #6C6C6C;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.woocommerce-products-header .filter {
	font-weight: bold;
    font-size: 16px;
    line-height: 21px;
	color: #6C6C6C;
    text-transform: uppercase;
}

.woocommerce-products-header .row .col-75 {
	padding-top: 24px;
	display: flex;
    justify-content: space-between;
}

.woocommerce-products-header .row .col-75 .woocommerce-ordering select,
.woo-category .col-75 .woocommerce-ordering select {
    padding: 4px;
}

.count-filter .head {
	display: flex;
    margin-bottom: 4px;
}

.count-filter .head .title {
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
    margin-right: 8px;
    text-transform: uppercase;
}

.count-filter .head .item {
	font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    color: #C4C4C4;
    width: 26px;
	height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C4C4C4;
	box-sizing: border-box;
    cursor: pointer;
}

.count-filter .head .item.active {
	color: #fff;
    background: #C4C4C4;
}

.count-filter .woocommerce-result-count {
	font-size: 10px;
    line-height: 12px;
    color: #C4C4C4;
    margin: 0 0 0 40px;
    float: unset;
}

.count-filter {
	display: flex;
    flex-direction: column;
}

nav.woocommerce-pagination ul.page-numbers {
	border: unset;
    margin: unset;
    display: flex;
}

nav.woocommerce-pagination ul.page-numbers li {
	border: unset;
    float: unset;
    margin: 0 4px;
}

nav.woocommerce-pagination ul.page-numbers li>* {
 	background: unset !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 0 !important;
    min-width: unset !important;
}

nav.woocommerce-pagination ul.page-numbers li span.current {
    font-weight: 600;
    text-decoration-line: underline;
    color: #6C6C6C;
}

nav.woocommerce-pagination ul.page-numbers li a {
	color: #ACACA9;
}

.woo-category h3.bapf_hascolarr {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #C49A6C;
    position: relative;
    width: fit-content;
    padding-right: 20px;
    cursor: pointer;
    text-transform: uppercase;
}

.woo-category h3.bapf_hascolarr:after {
	content: '+';
    padding-left: 5px;
    font-size: 24px;
    transition: .3s;
    position: absolute;
    right: 0;
    bottom: 3px;
    /* width: 19px;
    height: 11px;
    background: url('/wp-content/uploads/2021/10/filter_arrow.svg');
    position: absolute;
    right: 0;
    top: calc(50% - 5.5px);
    transition: .3s; */
}

.woo-category .bapf_ccolaps h3.bapf_hascolarr:after {
	/* transform: rotateX(180deg); */
    content: '-';
}

.woo-category .bapf_sfilter {
	margin-bottom: 16px;
}

.woo-category .bapf_colaps_smb {
	display: none;
}

.woo-category .bapf_body {
	margin-top: 8px;
}

.woo-category .bapf_body input {
	margin: 0 8px 0 0 !important;
    border: 1px solid #6C6C6C;
    width: 14px;
    height: 14px;
}

.woo-category .bapf_body input:after {
	width: 4px !important;
    height: 8px !important;
    left: 3px !important;
}

.woo-category .bapf_body li {
	margin-bottom: 8px !important;
    margin-left: 10px !important;
}

.bapf_sfilter ul li {
    /*display: flex;*/
}

.woo-category .bapf_body label {
	font-size: 12px;
    line-height: 17px;
    color: #6C6C6C;
}

.woo-category ul.products {
	display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 32px;
}

.woo-category ul.products li.product {
	margin: 0;
    width: 100%;
}

.woo-category ul.products li.product a img {
	margin-bottom: 0;
}

.woo-category ul.products li.product h3 {
	text-align: left;
    padding: 0 !important;
    margin-top: 10px !important;
    font-weight: 500;
    font-size: 10px !important;
    line-height: 1.2;
    color: #787a7c;
}

.woo-category ul.products li.product h3.woocommerce-loop-product__title {
    font-size: 12px !important;
    margin-top: 3px !important
}

.woo-category ul.products:before, .woo-category ul.products:after {
	display: none;
}

.arrow-mob, .pagination-mob {
    display: none;
}

.product-sorting-mob {
    display: none;
}

.product-result-count {
    position: absolute;
    bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.woo-category .product-pagination-wrap {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.woo-category .product-pagination-wrap {
    font-size: 12px;
}

.woo-category .lmp_load_more_button {
    order: 3;
}

@media(max-width: 768px) {
    .woo-category .col-75 .count-filter {
        order: -1;
    }
    .woocommerce-products-header .row .col-75 {
        display: none;
    }
    .woocommerce-products-header .row .col-25 {
        width: 100%;
    }
    .arrow-mob {
        display: inline;
        cursor: pointer;
        margin-left: 8px;
    }
    .woo-category .col-25 {
        width: 100%;
        position: absolute;
        background: #fff;
        z-index: 999;
        display: none;
    }
    .woo-category .col-25.active {
        display: block;
    }
    .woo-category .col-75 {
        width: 100%;
        position: relative;
    }
    .woo-category .col-75 ul.products li.product {
        width: 100%;
        margin: 0;
    }
    .product-sorting-mob {
        display: block;
        position: absolute;
        right: 0;
        bottom: 100%;
    }
    .woo-category .bapf_body input {
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }
    .woo-category .bapf_body li {
        margin: 0 0 16px 0 !important;
    }
    .woo-category .bapf_body input:after {
        width: 8px !important;
        height: 14px !important;
        left: 6px !important;
    }
}

@media(max-width: 480px) {
    .woo-category ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}
