/* Categories Page CSS */

.tax-product_cat .page-top {
    background-color: #f3f4f6;
    padding: 0;
}

.tax-product_cat .page-top>.container {
    padding: 5px 0px;
}

.tax-product_cat .page-top .breadcrumb li:nth-child(1),
.tax-product_cat .page-top .breadcrumb li:nth-child(2) {
    color: #000;
    font-size: 12px;
    font-weight: 300 !important;
}

.tax-product_cat .page-top .breadcrumbs-wrap a {
    color: #000 !important;
}

.tax-product_cat .page-top .breadcrumb li:nth-child(3) {
    color: #000 !important;
    font-weight: 500;
}

div#aa-category-header {
    max-width: 100%;

    margin-bottom: 30px;
    background-color: #fde3d4;
    padding-top: 30px;
    padding-bottom: 15px;
}

.tax-product_cat h1.category-title {
    font-size: 28px;
    border-bottom: none;
    padding: 0;
    text-align: left;
}

.tax-product_cat .category-description p {
    font-size: 16px;
    line-height: 24px;
    max-width: 85%;
}

/*
.tax-product_cat h1.entry-title, .tax-product_cat #category-description-seo{
	display: none;
}*/

h4.filter-title {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    font-weight: 600;
}

.dropdown-label,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a,
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li>a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    margin-right: 0px !important;
    letter-spacing: 0px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items li {
    margin-bottom: 0px;
}

.widget_price_filter .price_slider_amount {
    font-size: 16px;
}

.woocommerce .yith-wcan-filters input[type=checkbox],
.woocommerce-page .yith-wcan-filters input[type=checkbox] {
    width: 15px;
    height: 15px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
    color: #000;
    border-color: #000;
    box-shadow: none;
}

.yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D1D5DB;
}

.woocommerce-page.archive .sidebar-content aside.widget {
    padding: 10px 0;
    border-bottom: none;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
    border: none;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 60%);
}


@media (max-width: 992px) {
    div#aa-category-header {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .tax-product_cat .category-description p {
        max-width: 100%;
        font-size: 14px;
        line-height: 22px;
    }

    .tax-product_cat h1.category-title {
        font-size: 24px;
    }

    .tax-product_cat .page-top>.container {
        padding: 5px 20px;
    }
}


/* End Categories Page CSS*/