.catalog-filter-preloader {
    background: url(../svg/catalog-filter-preloader.svg) 0 0 no-repeat;
    display: block;
    min-height: 400px;
    position: relative
}

.catalog-filter-sorts {
    margin-bottom: 20px;
}

.uk-btn-sort {
    min-width: 170px;
    line-height: 42px;
    background: #fff;
    box-shadow: 1px 2px 9px rgba(126, 126, 126, 0.25);
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: .875em;
    color: #151515;
    padding: 0 10px;
}

.uk-btn-sort svg {
    fill: #08A3A3;
}

.uk-dropdown a {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: .875em;
    color: #151515;
    margin: 7px 0;
}

.uk-dropdown a:hover {
    color: #08A3A3;
}

.uk-btn-sort[aria-expanded="true"] {
    border-radius: 10px 10px 0 0;
}

.uk-btn-sort[aria-expanded="true"] svg {
    transform: scale(-1);
}

.uk-grid-catalog > div:first-child {
    padding-top: 62px;
}

.catalog-filter-title {
    display: none;
}

.catalog-filter-params {
    display: block;
}

.catalog-filter-title,
.catalog-selected {
    margin-bottom: 30px
}

.catalog-filter-params {
    margin-bottom: 30px
}

.filter-param-range:not(.open) {
    display: none
}

.param-brands:not(.open) .filter-param-items {
    height: 0 !important;
    overflow: hidden;
}

.filter-param-title, .catalog-filter-title,
.catalog-selected {
    font-weight: 700;
    font-size: 1.125em;
    cursor: pointer;
}

.catalog-filter-title a {
    color: #343A40;
}

.filter-param-title svg, .catalog-filter-title svg {
    fill: #08A3A3;
}

.category-filter-param.open .filter-param-title svg, .catalog-filter-title.open svg {
    transform: scale(-1);
}

.category-filter-param {
    padding-top: 24px;
    margin-top: 20px;
}

.category-filter-param:not(:first-child) {
    border-top: 1px solid #E2E2E2;
}

.filter-param-items {
    margin-top: 0;
}

.filter-param-items.open {
    margin-top: 24px;
}


.catalog-filter-params .category-filter-param:first-child {
    padding: 0;
    margin: 0;
}


.category-filter-param a {
    color: #343A40;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 0 0 30px;
    margin: 7px 5px 7px 0;
    position: relative;
    width: 100%;
    min-height: 20px;
}

.category-filter-param a:hover {
    color: #08A3A3;
}

.category-filter-param a:before {
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    border: 1.5px solid rgba(51, 51, 51, 0.5);
    border-radius: 3px;
    box-sizing: border-box;
}

.category-filter-param .badge {
    background: transparent;
    color: currentColor;
    display: block;
    font-size: .857em;
    padding: 0 10px 0 0;
    text-decoration: none !important
}

.category-filter-param.scrollbar {
    max-height: 216px;
    overflow-y: hidden
}

.filter-param-items-inside > .active a:hover {
    text-decoration: none
}

.filter-param-items-inside > .active a:before {
    background-color: #08A3A3;
    border-color: #08A3A3;
    background-image: url("../images/icons/icon-check.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.collapse-default .filter-param-items {
    height: 0;
    overflow: hidden
}

.collapse-default .filter-param-range:not(.open) {
    display: none;
}

.catalog-selected-items {
    margin-bottom: 5px
}

.catalog-selected-items a {
    color: currentColor;
    display: inline-block;
    flex: 1;
    padding: 0 0 0 20px;
    position: relative;
    margin-right: 15px;
}

.catalog-selected-items a:hover {
    text-decoration: underline
}

.catalog-selected-items a:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 15 15'%3E%3Cpath fill='%23f0506e' d='M15 1.512 9.012 7.5 15 13.488 13.488 15 7.5 9.012 1.512 15 0 13.488 5.988 7.5 0 1.512 1.512 0 7.5 5.988 13.488 0zm0 0'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 12px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 12px
}

.catalog-selected-items a.load {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.selected-reset {
    color: #f0506e;
}

.filter-param-items-inside {
    padding-right: 15px;
}

.filter-param-items-inside > * {
    font-weight: 400;
    font-size: .875em;
    align-items: center;
    display: flex;
}

.count-result {
    color: rgba(52, 58, 64, 0.6);
}

.filter-param-items-inside > .no-result:not(.active) a {
    color: #d4d4d4;
    cursor: no-drop;
    text-decoration: none
}

.filter-param-items-inside > .no-result:not(.active) .badge {
    color: #d4d4d4
}

.filter-param-items-inside a.load {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.filter-param-items.scrollbar {
    overflow: hidden;
}

.filter-param-items.scrollbar.open {
    overflow-y: auto;
}

.filter-param-items.scrollbar::-webkit-scrollbar {
    width: 5px;
}

.filter-param-items.scrollbar::-webkit-scrollbar-track {
    background: #fafafa;
}

.filter-param-items.scrollbar::-webkit-scrollbar-thumb {
    background: #08A3A3;
    border-radius: 12px;
}

.filter-param-items.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #3fb8af;
}

.filter-param-search {
    margin: 5px 0 10px
}

.filter-param-range {
    margin: 24px 0 0;
}

.filter-param-range.view-select {
    margin-bottom: 0;
}

.filter-param-slider-range.load, .catalog-selected-items-reset a.load {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.filter-param-range-value {
    margin-top: 20px;
    align-items: flex-end;
}

.uk-range-value-title {
    font-weight: 700;
    font-size: .875em;
    /*padding-bottom: 4px;*/
}

.uk-range-value div:not(.uk-range-value-title) {
    background: #F9F9F9;
    /*border: 1px solid #D1D1D1;*/
    box-sizing: border-box;
    /*border-radius: 12px;*/
    /*line-height: 40px;*/
    padding: 0 20px;
    min-width: 109px;
    font-weight: 400;
    font-size: .875em;
    color: #A9A9A9;
}

.filter-param-range-value > div:not(.uk-range-value) {
    line-height: 16px;
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-target {
    direction: ltr;
    position: relative
}

.noUi-base, .noUi-connects {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 0;
    width: 100%;
    will-change: transform;
    z-index: 1
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 6px
}

.noUi-horizontal .noUi-handle {
    height: 20px;
    left: -17px;
    top: -8px;
    width: 20px
}

.noUi-vertical {
    width: 10px
}

.noUi-vertical .noUi-handle {
    height: 20px;
    left: -6px;
    top: -17px;
    width: 20px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    /*left: auto;*/
    /*right: -10px*/
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: auto;
    left: 100%;
    margin-left: -5px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
    left: auto;
    right: 0;
    margin-right: -5px;
}

.noUi-target {
    background: #EBEBEB;
    border-radius: 12px;
}

.noUi-connects {
    border-radius: 12px
}

.noUi-connect {
    background: #08A3A3;
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: absolute
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled].noUi-handle, [disabled] .noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    color: #999;
    position: absolute
}

.noUi-value {
    font-size: .857em;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc;
    position: absolute
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-pips-horizontal {
    height: 30px;
    left: 0;
    padding: 10px 0;
    top: 100%;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    height: 4px;
    margin-left: -1px;
    width: 1px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 7px;
    width: 2px
}

.noUi-marker-horizontal.noUi-marker-large {
    font-size: .857em;
    height: 7px;
    width: 2px
}

.noUi-pips-vertical {
    height: 100%;
    left: 100%;
    padding: 0 10px;
    top: 0
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translate(0, -50%, 0)
}

.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
    height: 2px;
    margin-top: -1px;
    width: 5px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: currentColor;
    display: none;
    font-size: .857em;
    padding: 4px 3px 2px;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-active .noUi-tooltip {
    display: block
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%)
}

.noUi-vertical .noUi-tooltip {
    right: 120%;
    top: 50%;
    transform: translateY(-50%)
}


@media only screen and (max-width: 1440px) {
    .uk-range-value div:not(.uk-range-value-title) {
        min-width: 80px;
        padding: 0 14px
    }
}

@media only screen and (max-width: 768px) {
    .catalog-filter-title {
        display: block;
    }

    .catalog-filter-params:not(.open) {
        display: none;
    }

    .uk-grid-catalog > div:first-child {
        padding-top: 0;
    }
}

/*
modal-select-translate
*/
#modal-select-translate .uk-modal-dialog {
    background-color: #08A3A3;
    color: #fff;
}

#modal-select-translate .uk-h2 {
    color: #fff;
}

#modal-select-translate .locales {
    margin-top: 15px;
}

#modal-select-translate .locales > * {
    margin: 0 10px;
    font-size: 1.125em;
}

#modal-select-translate .locales a {
    color: #fff;
}

#modal-select-translate .locales a:hover {
    text-decoration: underline;
}

#modal-select-translate .locales span {
    font-weight: 600;
    cursor: pointer;
}

#modal-select-translate .uk-modal-close {
    background-image: url(../images/icons/icon-close-2.svg);
}

.uk-grid-category-products>*{
    margin-bottom: 20px;
}

.uk-offcanvas-bar .catalog-filter-params {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}
