.podcatalog h1 {
    font: 45px/45px 'Exo2-BlackItalic';
    color: #000000;
    padding: 23px 0 9px 19px;
}

.catalog-product-full {
    margin-bottom: 2.86rem;
}

@media screen and (max-width: 1024px) {
    .catalog-product-full {
        margin-bottom: 2rem;
    }
}

.catalog-product-brief-list {
    font-size: 0;
}

.catalog-product-brief-list::after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.catalog-product-brief-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 50%;
    vertical-align: top;
}

@media screen and (max-width: 899px) {

    .catalog-product-brief-list {
        position: relative;
        text-align: center;
    }

    .catalog-product-brief-item {
        width: 280px;
    }
}

.catalog-product-brief-item .preview-image {
    float: left;
}

.catalog-product-brief-description {
    margin-left: 230px;
}

.table_cell tr td .block_img,
.catalog-product-brief-item .block_img {
    display: block;
    padding: 0;
    width: 140px; /* задаём ширину каждого элемента */
    height: 140px;
    /*margin: 40px 40px 40px 58px;*/
    margin: 30px;
    border: 3px #0086cb solid;
    text-align: center;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -o-transform: rotate(-45deg); /* Opera 10.50-12.00 */
    background-color: #ffffff;
}

.table_cell tr td .image_link:after,
.catalog-product-brief-item .image_link:after {
    background: inherit;
    content: "";
    height: 140px;
    left: -36px;
    opacity: 1;
    position: absolute;
    top: -36px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    width: 140px;
}

.table_cell tr td .image_link,
.catalog-product-brief-item .image_link {
    /* тут чисто оформление содержимого */
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border: 3px solid #dbdbdb;
    margin: 4px 0 0 -10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -o-transform: rotate(-90deg);
    position: relative;
    z-index: 0;
}

.table_cell tr td .image_link img,
.catalog-product-brief-item .image_link IMG {
    background: inherit;
    width: 208px;
    z-index: 4;
    height: 208px;
    opacity: 1;
    position: relative;
    transform: rotate(135deg) translate(50px, 98px);
    -webkit-transform: rotate(135deg) translate(1px, 47px);
    -moz-transform: rotate(135deg) translate(1px, 48px);
    -ms-transform: rotate(135deg) translate(0px, 50px); /* IE 9 */
    -o-transform: rotate(135deg) translate(0px, 49px); /* Opera 10.50-12.00 */
}

.table_cell tr .liner_td {
    padding: 0;
}

.table_cell tr .liner_td .liner_color {
    width: 100%;
    border-top: 1px #e0e0e0 solid;
}

.table_cell {
    width: 100%;
}

.table_cell tr td {
    vertical-align: top;
    padding: 17px 0 50px;
    width: 24%;
}

.table_cell tr td h3,
.catalog-product-brief-item H3 {
    padding: 0 15px 12px 15px;
    color: #0193db;
    font: 21px/23px 'Exo2-Medium';
}

.table_cell tr td p,
.catalog-product-brief-item P {
    font-size: 16px;
    line-height: 22px;
    padding: 0 18px 12px 15px;
}

@media screen and (max-width: 899px) {

    .table_cell tr td .block_img,
    .catalog-product-brief-item .block_img {
        margin: 30px auto 63px;
    }

    .catalog-product-brief-item .preview-image {
        float: none;
    }

    .catalog-product-brief-description {
        margin-left: 0;
    }
}

/************ new styles **************/

.c-breadcumbs {
    margin-bottom: 2.29rem;
}

.c-breadcumbs .breadcrumb {
    margin-bottom: 0 !important;
}

.c-grid {
    display: flex;
    /* grid-template-columns: 0.3302fr 0.6698fr; */
    gap: 1.79rem;
    box-sizing: border-box;
    padding-bottom: 5.36rem;
}

.c-content {
    position: relative;
    width: 68.2%;
}

.c-content-header {
    margin-bottom: 1.71rem;
}

.c-content-title {
    margin-bottom: 0.86rem;
}

.c-content-title h1 {
    margin-bottom: 0 !important;
}

.c-content-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.79rem;
}

.c-counter {
    color: #000;
    font-size: 1.14286rem;
    font-weight: 500;
    line-height: 120%;
}

.c-content-triggers {
    display: flex;
    align-items: center;
    gap: 1.14rem;
}

.t-item-filter {
    display: none;
}

.t-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.86rem;
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 0.39rem 1.41rem;
    color: #000;
    font-family: Arial;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: 2.64286rem;
}

.t-btn:hover {
    color: #000;
}

.t-btn img {
    display: block;
    flex-shrink: 0;
    width: 1.42857rem;
    height: 1.42857rem;
    object-fit: contain;
}

.t-btn-sort {
    display: none;
}

.t-item {
    position: relative;
}

.t-item.active .t-dropdown {
    opacity: 1;
    visibility: visible;
}

.t-item.active .t-item-btn::before {
    transform: translateY(-50%) rotate(-180deg);
}

.t-item-btn {
    display: flex;
    align-items: center;
    gap: 0.29rem;
    color: #000;
    font-size: 1.14286rem;
    font-weight: 500;
    line-height: 120%;
    position: relative;
    padding-right: 1.43rem;
}

.t-item-btn:hover {
    color: #000;
}

.t-item-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.14286rem;
    height: 1.14286rem;
    transform: translateY(-50%);
    background-image: url('../images/icons/drop-arrow.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 300ms ease;
}

.t-item-name {
    opacity: .5;
}

.t-item-value {}

.t-dropdown {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 16.14286rem;
    margin-top: 1.57rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
    box-sizing: border-box;
}

.t-dropdown-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .25;
    display: none;
}

.t-dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 1.14rem;
    padding: 0.71429rem 1.14286rem;
    border-radius: 0.42857rem;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
}

.t-dropdown-title {
    display: none;
    color: #000;
    font-family: Arial;
    font-size: 1.42857rem;
    font-weight: 400;
    line-height: 130%;
}

.t-dropdown-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.28571rem;
}

.t-dropdown-item {
    position: relative;
    padding: 0.36rem 0 0.36rem 2.29rem;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: normal;
}

.t-dropdown-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.1905rem;
    height: 1.1905rem;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1.5px solid #A3A3A3;
    background: #fff;
    transition: border 300ms ease, background 300ms ease;
    box-sizing: border-box;
}

.t-dropdown-item.active::before {
    border-color: #FFC600;
    border-width: 5px;
}

.t-dropdown-item:hover {
    color: #444;
}

.t-dropdown-item:hover::before {
    border-color: #FFC600;
}

.c-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.71rem;
}

.c-list--search {
    grid-template-columns: 1fr 1fr 1fr;
}

/********* item **********/

.c-item {
    display: flex;
    flex-direction: column;
    gap: 1.71rem;
    padding: 2rem;
    background: #F7F7F7;
    box-sizing: border-box;
}

.c-item-image-wrapper {
    width: 100%;
    position: relative;
    padding: 1.14rem;
    box-sizing: border-box;
    background: #fff;
}

.c-item-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.c-item-image::before {
    content: '';
    display: inline-block;
    padding-top: 72%;
}

.c-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.c-item-title {
    color: #0193DB;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
    text-align: left;
}

.c-item-list {
    display: flex;
    flex-direction: column;
    gap: 0.43rem;
    flex: 1;
}

.c-item-list-item {
    display: flex;
    align-items: center;
    gap: 0.86rem;
    justify-content: space-between;
}

.c-item-prop {
    color: #000;
    font-family: Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
}

.c-item-prop:first-child {
    opacity: .6;
    text-align: left;
}

.c-item-prop:last-child {
    text-align: right;
    flex-shrink: 0;
}

.c-item-prop strong {
    font-weight: 700;
}

.c-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.86rem;
}

.c-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.29rem;
}

.c-item-price-value {
    color: #000;
    font-family: Arial;
    font-size: 1.28571rem;
    font-weight: 700;
    line-height: 120%;
}

.c-item-status {
    color: #059C0A;
    font-family: Arial;
    font-size: 0.85714rem;
    font-weight: 400;
    line-height: 120%;
}

.c-item-status.warning {
    color: #ff4355;
}

.c-item-btn {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid var(--color-yellow-50, #FFC600);
    position: relative;
}

.c-item-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.71429rem;
    height: 1.71429rem;
    background-image: url('../images/icons/cart.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-pagination {
    padding-top: 3.2rem;
}

/************ sort select ****************/

.sort-select {
    position: relative;
}

.js-sort .select2-container {
    left: auto !important;
    right: 0 !important;
    z-index: 1051;
}

.sort-select div {
    display: flex;
    align-items: center;
    gap: 0.29rem;
}

.sort-select select {
    opacity: 0;
}

.sort-select h2 {
    opacity: 0.5;
    padding: 0 !important;
    margin: 0 !important;

    color: #000;
    font-family: "Exo2-Medium";
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    position: relative;
}

.sort-select h2::after {
    content: ':';
}

.sort-select .wpc-sorting-form .select2.select2-container.select2-container--default {
    min-width: auto !important;
    width: auto !important;
}

.sort-select .wpc-sorting-form .selection {
    display: inline-flex;
}

.sort-select .wpc-sorting-form .select2-selection {
    display: inline-flex;
    border: none !important;
    background: none !important;
}

.sort-select .wpc-sorting-form .select2-selection__rendered {
    display: inline-flex !important;
    min-height: auto !important;
    padding: 0 1.43rem 0 0 !important;

    color: #000 !important;
    font-family: "Exo2-Medium" !important;
    font-size: 1.14286rem !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
}

.sort-select .wpc-sorting-form .select2-selection__arrow {
    position: absolute;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: 1.14286rem !important;
    height: 1.14286rem !important;
}

.sort-select .wpc-sorting-form .select2-selection__arrow b {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    background-image: url('../images/icons/arrow-down.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg) !important;
    transition: transform 300ms ease;
}

.sort-select .wpc-sorting-form .select2-container--open .select2-selection__arrow b {
    transform: rotate(-180deg) !important;
}

.sort-dropdown.select2-dropdown {
    width: auto;
    padding: 0.71429rem 1.14286rem;
    border-radius: 0.42857rem;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    border: none;
    width: 17.35714rem !important;
    position: relative;
    margin-top: 1.61rem;
}

.sort-dropdown .select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 0.29rem;
}

.sort-dropdown .select2-results__options .select2-results__option {
    position: relative;
    padding: 0.36rem 0 0.36rem 2.29rem !important;
    box-sizing: border-box;
    display: block;

    color: var(--color-grey-27, #444);
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sort-dropdown .select2-results__options .select2-results__option--selected {
    background: none !important;
}

.sort-dropdown .select2-results__options .select2-results__option--highlighted {
    background: none !important;
}

.sort-dropdown .select2-results__options .select2-results__option::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.12rem;
    width: 1.1905rem;
    height: 1.1905rem;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1.5px solid #A3A3A3;
    background: #FFF;
    transform: translateY(-50%);
    transition: border 300ms ease;
}

.sort-dropdown .select2-results__options .select2-results__option--selected::before {
    border-color: #FFC600;
    border-width: 0.3rem;
}

.sort-dropdown .select2-results__options .select2-results__option:hover::before {
    border-color: #FFC600;
}

@media screen and (max-width: 1024px) {
    
    .c-breadcumbs {
        margin-bottom: 1.43em;
    }

    .c-content {
        width: 100%;
    }

    .c-content-title h1 {
        font-size: 2rem !important;
        text-align: left !important;
    }

    .c-content-header {
        margin-bottom: 1.43rem;
    }

    .c-content-options {
        gap: 1rem;
    }

    .c-grid {
        display: block;
        padding-bottom: 3rem;
    }

    .t-item {
        width: 50%;
    }

    .t-item-filter {
        display: block;
    }

    .t-btn-sort {
        display: flex;
    }

    .t-item-btn {
        display: none;
    }

    .c-content-triggers {
        display: flex;
        align-items: center;
    }

    .t-dropdown {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: 320px;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .t-dropdown-overlay {
        display: block;
    }

    .t-dropdown-content {
        border-radius: 0.85714rem 0.85714rem 0 0;
        padding: 1.86rem 1.71rem 1.43rem 1.71rem;
    }

    .t-dropdown-content::before {
        content: '';
        position: absolute;
        top: 0.57rem;
        left: 50%;
        transform: translateX(-50%);
        width: 5.14286rem;
        height: 0.28571rem;
        border-radius: 0.21429rem;
        background: #D9D9D9;
    }

    .t-dropdown-title {
        display: block;
    }

    .t-dropdown-list {
        gap: 0.29rem;
    }

    .t-dropdown-item {
        padding: 0.57rem 0.29rem 0.57rem 2.86rem;
    }

    .t-dropdown-item::before {
        width: 1.42857rem;
        height: 1.42857rem;
    }

    .c-list {
        gap: 1.43rem;
    }

    .c-item {
        padding: 1.43rem;
        gap: 1.14rem;
    }

    .c-item-image-wrapper {
        padding: 1.43rem;
    }

    .c-item-title {
        font-size: 1.28571rem;
    }

    .c-item-prop {
        font-size: 0.92857rem;
    }

    .sort-select {
        display: none;
    }

    .sort-select h2 {
        display: none;
    }

    .js-sort .select2-container {
        top: 4.03857rem !important;
    }

    .sort-dropdown.select2-dropdown {
        margin-top: 0 !important;
    }

    .sort-dropdown .select2-results__options .select2-results__option {
        padding: 0.36rem 2.29rem 0.36rem 0 !important;
    }

    .sort-dropdown .select2-results__options .select2-results__option::before {
        left: auto;
        right: 0.12rem;
    }

    .c-pagination {
        padding-top: 2.5rem;
    }

}

@media screen and (max-width: 767px) {

    .c-content-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .c-counter {
        width: 100%;
        margin-bottom: 1.43rem;
    }

    .c-content-triggers {
        width: 100%;
    }

    .c-list {
        grid-template-columns: 1fr;
    }

}

/*********** product page ***********/

.p-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 0.32fr 0.67fr;
    box-sizing: border-box;
}

.p-grid .items {
    margin: 0;
    float: none;
    width: 100%;
}

.p-grid-content {
    padding-left: 1.71rem;
    box-sizing: border-box;
}

.p-grid-block {
    padding-bottom: 2.29rem;
    margin-bottom: 2.29rem;
    border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 1024px) {
    .p-grid {
        display: block;
    }

    .p-grid-content {
        padding-left: 0;
    }

    .h-name-two {
        text-align: left !important;
    }

    .p-grid-block {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {

}


/*********** gallery **********/

.gallery {
    display: flex;
    flex-direction: column;
}

.gallery-hero {
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.43rem;
}

.gallery-hero::before {
    content: '';
    display: inline-block;
    padding-top: 115.31%;
}

.gallery-hero a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem 3.43rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.gallery-hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.14rem;
    box-sizing: border-box;
}

.gallery-thumb {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.gallery-thumb::before {
    content: '';
    display: inline-block;
    padding-top: 122.13%;
}

.gallery-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-thumb-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.43rem;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: border 300ms ease;
}

.gallery-thumb-link.active {
    border-color: #DBDBDB;
}

@media screen and (max-width: 1024px) {
    .gallery {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 2rem auto;
    }

    .gallery-hero {
        margin-bottom: 2rem;
    }

    .gallery-hero::before {
        padding-top: 66.9%;
    }

    .gallery-hero a {
        padding: 1.43rem;
    }

    .gallery-thumbs {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0.57rem;
    }

    .gallery-thumb::before {
        padding-top: 119.9%;
    }

    .gallery-thumb-link {
        padding: 1.14rem;
    }
}

/********** related products grid ***********/

.rp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.71rem;
}

@media screen and (max-width: 1024px) {
    .rp-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.43rem;
    }
}

@media screen and (max-width: 767px) {
    .rp-grid {
        grid-template-columns: 1fr;
    }
}

/********** specs table ***********/

.s-table {
    display: flex;
    flex-direction: column;
    position: relative;
}

.s-table-row {
    display: flex;
    gap: 1.43rem;
    padding: 1.29rem 0;
    border-bottom: 1px solid #DBDBDB;
}

.s-table-row:first-child {
    border-top: 1px solid #DBDBDB;
}

.s-table-col {
    width: 50%;
    font-family: Arial, sans-serif;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.s-table-col:nth-child(1) {
    color: #777;
}

.s-table-col:nth-child(2) {
    color: #000;
    white-space: nowrap;
}

@media screen and (max-width: 1024px) {
    .s-table-row {
        justify-content: space-between;
    }

    .s-table-col {
        width: auto;
    }

    .s-table-col:nth-child(1) {
        text-align: left;
    }

    .s-table-col:nth-child(2) {
        text-align: right;
    }
}


/***************** FILTER ****************/

.c-filter {
    position: relative;
    padding: 0 0.57rem;
    width: 31.8%;
    min-width: 0;
}

.c-filter.active {
    opacity: 1;
    visibility: visible;
}

.c-filter.active .c-filter-content {
    transform: translateX(0);
}

.c-filter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .25;
    display: none;
}

.c-filter-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1.14rem;
    margin-bottom: 1.71rem;
}

.c-filter-title {
    color: #000;
    font-family: Arial;
    font-size: 1.42857rem;
    font-weight: 400;
    line-height: 130%;
}

.c-filter-close {
    flex-shrink: 0;
    width: 2.28571rem;
    height: 2.28571rem;
    background-image: url('../images/icons/close.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-filter .wpc-filters-widget-top-container {
    display: block !important;
}

.c-filter .wpc-widget-top-inside {
    display: block !important;
}

.c-filter .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow: auto;
}

.c-filter ul.wpc-filter-chips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.57rem;
    padding-bottom: 4.86rem;
    position: relative;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(163, 163, 163, .8);
}

.c-filter .wpc-empty-chips-container {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.c-filter:has(.wpc-empty-chips-container) .wpc-filters-section:nth-child(2) {
    padding-top: 0 !important;
}

.c-filter .wpc-instead-of-posts-found {
    display: none;
}

.c-filter .wpc-filter-chip.wpc-chip-reset-all {
    position: absolute;
    left: 0;
    bottom: 2.25rem;
    margin: 0 !important;
}

.c-filter .wpc-filter-chip.wpc-chip-reset-all a {
    border: none;
    color: #0193DB;
    font-family: Arial, sans-serif;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0 !important;
    padding: 0 !important;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) {
    font-size: inherit !important;
    margin: 0 !important;
    max-width: 100%;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) a {
    padding: 0.5rem 2.29rem 0.57rem 1rem;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
    border-radius: 1.42857rem;
    border-color: #0086CB;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) a .wpc-chip-content {
    max-width: 100%;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) a .wpc-filter-chip-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;

    color: #003E5E;
    font-size: 1rem;
    font-family: "Exo2-Medium", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 !important;
    padding: 0 !important;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) a .wpc-chip-remove-icon {
    position: absolute;
    top: 50%;
    right: 0.71rem;
    transform: translateY(-50%);
    width: 1.14286rem;
    height: 1.14286rem;
    color: transparent;
}

.c-filter .wpc-filter-chip:not(.wpc-chip-reset-all) a .wpc-chip-remove-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/close-sm.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.c-filter .wpc-filters-section {
    padding: 1.43rem 0.57rem;
    margin: 0 !important;
    border-bottom: 1px solid rgba(163, 163, 163, .8);
}

.c-filter .wpc-filters-section.wpc-filter-collapsible {
    padding: 0 0.57rem;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-opened {
    padding-bottom: 1.43rem;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-opened .wpc-open-icon {
    transform: translateY(-50%) rotate(-180deg) !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible .wpc-filter-title {
    padding: 0 !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible .wpc-filter-title button {
    padding: 1.43rem 0;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-opened .wpc-filter-title button {
    padding-bottom: 1.43rem;
}

.c-filter .wpc-filters-section:last-child {
    border-bottom: none;
}

.c-filter .wpc-filter-selected-values {
    display: none !important;
}

.c-filter .wpc-filter-title {
    padding-bottom: 1.14rem;
    margin: 0 !important;

    color: #000;
    font-size: 1.42857rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.c-filter .wpc-filter-title button {
    margin: 0 !important;
}

.c-filter .wpc-filter-title button .wpc-open-icon {
    border: none !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) rotate(0deg) !important;
    width: 1.71429rem !important;
    height: 1.71429rem !important;
    max-width: none !important;
    background-image: url('../images/icons/arrow-down.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 300ms ease;
}

.c-filter .wpc-filters-main-wrap ul.wpc-filters-ul-list {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.c-filter .wpc-filters-main-wrap li.wpc-term-item {
    margin: 0 !important;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item {
    opacity: 1 !important;
} 

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label {
    position: relative;
    padding: 0.57rem 0 0.57rem 2.57rem;
    opacity: 1 !important;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label a {
    opacity: 1 !important;
    margin: 0 !important;
    flex: 1;

    color: var(--color-grey-27, #444);
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label::before {
    content: '';
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 1.42857rem;
    height: 1.42857rem;
    border-radius: 0.35714rem;
    border: 1.5px solid var(--color-grey-64, #A3A3A3);
    background: var(--Additional-white, #FFF);
    transition: border 300ms ease, background 300ms ease;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label::after {
    content: '';
    position: absolute;
    top: 0.93rem;
    left: 0.35rem;
    width: 0.81371rem;
    height: 0.48821rem;
    background-image: url('../images/icons/check.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 300ms ease;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-selected label::before {
    border-color: #0193DB;
    background: #0193DB;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item.wpc-term-selected label::after {
    opacity: 1;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label:hover::before {
    border-color: #0193DB;
}

.c-filter .wpc-filters-main-wrap .wpc-checkbox-item .wpc-term-item-content-wrapper label .wpc-term-count {
    width: auto;
    margin-left: auto;
    padding-left: 0.57rem;
}

.c-filter .wpc-filters-main-wrap .wpc-see-more-control, .c-filter .wpc-filters-main-wrap .wpc-see-less-control {
    margin-top: 0.57rem;
    display: inline-block !important;

    color: var(--phoenix-gaz-com-cerulean, var(--color-azure-43, #0193DB));
    font-family: Arial;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-bottom: 1px solid #0193DB !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-show-less .wpc-see-more-control {
    display: inline-block !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-show-less .wpc-see-less-control {
    display: none !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-show-more .wpc-see-more-control {
    display: none !important;
}

.c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-show-more .wpc-see-less-control {
    display: inline-block !important;
}

.c-filter .wpc-filters-range-wrapper {
    display: flex;
    gap: 1.71rem;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column {
    margin: 0 !important;
    width: 50%;
    position: relative;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column .range-input-text-gray {
    position: absolute;
    left: 1.14rem;
    top: 50%;
    transform: translateY(-50%);
    color: #141415;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem;
    letter-spacing: 0.01071rem;
    opacity: .5;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column .range-input-text-dark {
    position: absolute;
    right: 1.14rem;
    top: 50%;
    transform: translateY(-50%);
    color: #141415;

    text-align: right;
    font-size: 1.07143rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem;
    letter-spacing: 0.01071rem;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column input {
    padding: 0.71rem 3rem 0.71rem 3.07rem;
    border-radius: var(--Corner-radius-Corner-radius, 0.42857rem);
    border: 1px solid var(--color-grey-86, #DBDBDB);
    background: #FFF;
    
    color: #141415;
    font-family: inherit;
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.71429rem; /* 150% */
    letter-spacing: 0.01143rem;
    -moz-appearance: textfield;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.c-filter .wpc-filters-range-wrapper .wpc-filters-range-column input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.c-filter .wpc-filters-range-slider-wrapper {
    margin: 2.07rem 0rem 0.64rem 0rem;
}

.c-filter .wpc-filters-range-inputs .ui-slider-horizontal {
    height: 0.35714rem;
    background: #E8E8E8;
    border-radius: 0.28571rem;
}

.c-filter .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background: #0193DB;
}

.c-filter .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    width: 1.64286rem;
    height: 1.64286rem;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%);
    margin-left: calc(1.64286rem / -2);
    background: #fff;
}

.c-filter .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:nth-child(2) {
    border: 2px solid #55677D;
}
.c-filter .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:nth-child(3) {
    border: 2px solid #0193DB;
}

@media screen and (max-width: 1024px) {
    .c-filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        padding: 0;
        visibility: hidden;
        overflow: hidden;
        transition: opacity 300ms ease, visibility 300ms ease;
    }

    .c-filter-overlay {
        display: block;
    }

    .c-filter-header {
        display: flex;
    }

    .c-filter-content {
        width: 100%;
        max-width: 375px;
        min-width: 320px;
        background: #fff;
        height: 100%;
        z-index: 2;
        position: relative;
        box-sizing: border-box;
        transform: translateX(-100%);
        overflow-y: auto;
        padding: 1.71rem 1.43rem;
        transition: transform 300ms ease;
    }

    .c-filter .wpc-filters-section {
        padding: 1.14rem 0.57rem;
    }

    .c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-opened {
        padding-bottom: 1.14rem;
    }

    .c-filter .wpc-filters-section.wpc-filter-collapsible .wpc-filter-title button {
        padding: 1.14rem 0;
    }

    .c-filter .wpc-filters-section.wpc-filter-collapsible.wpc-opened .wpc-filter-title button {
        padding-bottom: 1.14rem;
    }

    .c-filter .wpc-filters-main-wrap .wpc-see-more-control, .c-filter .wpc-filters-main-wrap .wpc-see-less-control {
        margin-bottom: 0.29rem;
        margin-top: 0.7rem;
    }

    .c-filter .wpc-filters-range-wrapper .wpc-filters-range-column input {
        font-size: 1rem;
    }
}

