.filter-title img,
.wmc .page-content ul>li:before {
    display: none
}

.wmc .page-content ul>li {
    padding-left: 0;
    padding-bottom: 5px !important
}

main.col-md-9.product_list {
    font-family: "Barlow Semi Condensed", sans-serif !important
}

.custom-container {
    max-width: 1630px;
    margin: auto;
    border-radius: 10px
}

.product-tile {
    border-radius: 8px;
    border: 1px solid #eaecf0;
    padding: 20px;
    height: 100%;
}

.news-main-title {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 1.25;
    letter-spacing: -.96px;
    text-align: left;
    color: #004b87 !important
}

.main-category {
    background-color: #eaecf0;
    padding: 5px 12px 5px 10px !important;
    height: auto;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer
}

.main-category .chevron-category {
    margin-left: auto;
    display: none
}

.highlighted,
.main-category,
a.badge-label:hover {
    font-weight: 500 !important
}

.filter-category label,
.subcategory {
    padding: 10px 15px 0 !important;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5
}

aside li {
    padding-left: 5px !important
}

.filter-header,
.filter-title {
    height: auto;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer
}

.filter-title {
    background-color: #eaecf0;
    padding: 5px 12px 5px 10px;
    font-weight: 500 !important
}

.filter-header {
    padding: 5px 15px;
    border: solid 1px #eaecf0;
    background-color: #fff;
    margin-top: 10px
}

.filter-category label {
    width: 95%
}

.show-less,
.show-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    background: #fff;
    padding: 20px 20px 0
}

.show-less img,
.show-more img {
    margin-left: auto
}

.filter-text {
    margin-right: auto
}

.chevron {
    margin-left: 10px;
    transition: transform .3s ease
}

.price-filters {
    display: flex;
    align-items: center
}

.price-filters label {
    margin-right: 5px
}

.filter-body .input-text {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa
}

input#priceMax.form-control,
input#priceMin.form-control {
    height: 32px !important;
    border-left: none !important;
    padding: 0
}

.input-group-text {
    height: 32px !important;
    background: 0 0 !important;
    border-right: none !important
}

.price-filters .form-control,
.price-filters .input-group-text {
    border-color: #eaecf0 !important
}

.filter-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    text-align: center
}

.show-all-filters {
    background-color: #fff;
    color: #1a3d68;
    border: 1px solid #eaecf0
}

.apply-selected-filters {
    background-color: #004a93;
    color: #fff
}

.apply-selected-filters svg {
    margin-right: 8px
}

img.punkty-pik {
    width: 24px;
    margin-left: 5px
}

.grid-products .product-info-container,
.grid-products .product-info-left,
.grid-products .product-info-right {
    display: flex;
    flex-direction: column
}

p.product-price,
p.product-price-label {
    text-align: right;
    color: #004b87
}

p.product-price {
    font-size: 34px;
    font-weight: 600
}

.badge-label[data-text="1"] {
    border: 1px solid #049bde;
    text-transform: uppercase
}

.badge-label[data-text="2"] {
    border: 1px solid #00917e;
    text-transform: uppercase
}

.badge-label[data-text="3"] {
    border: 1px solid #d37428;
    text-transform: uppercase
}

.badge-label[data-text="4"] {
    border: 1px solid #f6b402;
    text-transform: uppercase
}

.badge-label[data-text="5"] {
    border: 1px solid #004b87;
    text-transform: uppercase
}

.badge-label[data-text="6"] {
    border: 1px solid #343945;
    text-transform: uppercase
}

.badge-label[data-text="7"] {
    border: 1px solid #ed1264;
    text-transform: uppercase
}

.badge-label[data-text="8"] {
    border: 1px solid #004494;
    text-transform: uppercase
}

.badge-label[data-text="9"] {
    border: 1px solid #464196;
    text-transform: uppercase
}

.badge-label[data-text="10"] {
    border: 1px solid #9cc24d;
    text-transform: uppercase
}

.badge-label[data-text="11"] {
    border: 1px solid #ee423c;
    text-transform: uppercase
}

.badge-label[data-text="12"] {
    border: 1px solid #f60;
    text-transform: uppercase
}

.badge-label[data-text="13"] {
    border: 1px solid #6896c5;
    text-transform: uppercase
}

.badge-label[data-text="14"] {
    border: 1px solid #1f2125;
    text-transform: uppercase
}

.badge-label,
a.badge-label {
    flex-grow: 0;
    text-align: center
}

.badge-label {
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    border-radius: 16px;
    background-color: transparent
}

a.badge-label {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #026aa2
}

a.badge-label:hover {
    color: #d37428
}

a.badge-label.active,
a.badge-label:active {
    text-decoration: underline
}

.grid-products .product-badge-container,
.thumb-list-products .product-badge-container {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.grid-products .product-badge-container {
    flex-wrap: wrap
}

.product-badge-container.m-2 {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.grid-products a.product-title-link,
.grid-products a.product-title-link:hover {
    font-size: 18px;
    color: #004b87;
    font-weight: 500
}

.grid-products .product-info-left,
.grid-products a.product-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4 !important;
    max-height: calc(3*1.4em)
}

img.product-tile-image.w-100.mb-2 {
    border-radius: 8px
}

.form-select {
    width: auto !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 500
}

.sort-container {
    position: relative
}

.sort-select {
    appearance: none;
    padding-right: 32px;
    padding-left: 8px
}

.sort-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    transition: transform .3s ease;
    pointer-events: none
}

li.main-category,
li.subcategory {
    font-size: 16px !important
}

.category-section,
.filter-section {
    font-family: "Barlow Semi Condensed", sans-serif !important
}

.grid-products a.custom-company-name,
.thumb-list-products a.custom-company-name {
    color: #004b87
}

.grid-products a.custom-company-name:hover,
.thumb-list-products a.custom-company-name:hover {
    color: #d37428;
    font-weight: 400
}

.thumb-list-products .product-info-container,
.thumb-list-products .product-tile {
    display: flex;
    flex-direction: row
}

.thumb-list-products a.product-title-link,
.thumb-list-products a.product-title-link:hover {
    font-size: 18px;
    color: #004b87;
    font-weight: 500
}

.thumb-list-products img.product-tile-image {
    max-width: 250px
}

.thumb-list-products .product-info-left {
    display: flex;
    flex-direction: column;
    width: 30%
}

.thumb-list-products .product-info-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.text-dash {
    height: 32px;
    margin-left: 5px;
    margin-right: 5px
}

.product-tile-body {
    justify-content: center;
    display: flex;
    flex-direction: column
}

select.form-select.form-select-sm.w-auto.sort-select {
    min-width: 170px
}

@media (max-width:768px) {
    .container-sort-paggination {
        flex-wrap: wrap;
        justify-content: flex-end !important;
        row-gap: 10px
    }

    .btn-grid,
    .btn-thumb-list {
        display: none
    }

    .d-flex.align-items-center.ms-auto.order-2,
    .position-relative {
        width: 100%
    }

    select.form-select.form-select-sm.w-auto.sort-select {
        width: 100% !important
    }

    .container-sort-paggination {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .filter-title img,
    .main-category .chevron-category {
        display: block
    }

    .hidden-mobile,
    .subcategory {
        display: none
    }
}

.hidden {
    display: none !important
}

.filter-section .form-control {
    width: 90%
}
