.js-sticky {
    will-change: min-height;
}

.js-sticky-inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    /*transform: translate3d(0, 0, 0);*/
    /*will-change: position, transform;*/
}


.products-inner .block-product {
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding: 0;
    overflow: hidden;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075);
}

.product-box-body-row {
    padding: 0.5rem;
}

.page-products .block-product .h3 lines {
    width: 60%;
}

.products-inner .product-box-image-row {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    padding: 0;
}

.page-products [uib-pagination] {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    justify-content: right;
}

.page-products .product-box-image-row img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #f9f9f9;
    aspect-ratio: 3 / 2;
}

.page-products .product-box-image-row .skeleton-text {
    width: 100%;
    height: 250px;
    background: #f6f7f8;
}

.page-products .product-box-price-row {
    width: 100%;
    text-align: left;
}

.page-products .product-box-price-item {
    display: block;
}

.page-products .product-box-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    padding: 4px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

.page-products .product-box-price-old {
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    color: #ababab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}

.page-products .product-box-price-old del {
    display: block;
    text-decoration: line-through;
    font-size: 0.827rem;
    font-size: .929rem;
}

.page-products .product-box-discount {
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 500;
    padding-top: 2px;
    background-color: #fb3449;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    width: 36px;
    text-align: center;
}

.page-products .product-box-price-new {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #4caf50;
    color: #222;
    font-weight: 500;
    width: 100%;
}

.page-products .product-box-price-new-currency {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    font-weight: 400;
}

.products_search__body {
    position: relative;
    z-index: 1;
}

.products_search__form {
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.products_search__input {
    border: none;
    padding: 0 17px;
    background: #fff;
    width: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.987rem;
    transition: color .15s;
    color: inherit;
}

.products_search__button {
    border: none;
    padding: 0;
    background: #fff;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 42px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: fill .15s;
    color: #bfbfbf;
    font-size: 16px;
    position: relative;
}

.products_search__button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: calc(100% - 24px);
    background: #d8d8d8;
}

.products_search__border {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .15s, background .15s;
}

.products_search__input~.products_search__border {
    background: transparent;
    box-shadow: inset 0 0 0 2px #e5e5e5;
}

.page-products .sticky-top {
    top: 100px;
    z-index: 99;
    -webkit-transition: .3s ease-out all;
    transition: .3s ease-out all;
}

.upscrolling .page-products .sticky-top {
    top: 150px;
}

.products__sort {
    list-style: none;
    line-height: 42px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 42px;
    margin: 0;
}

.products__sort:before {
    display: inline-block;
    content: attr(data-label);
    color: #989898;
    margin-left: 5px;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.878rem;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
}

.products__sort li {
    display: inline-block;
    margin: 0 1px;
}

.products__sort li a {
    display: block;
    padding: 4px 15px 7px;
    position: relative;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.878rem;
    line-height: 24px;
    vertical-align: middle;
    border-radius: 30px;
    white-space: nowrap;
    border: 2px solid transparent;
}

.products__sort li a.active {
    pointer-events: none;
}

.products__sort li a.active {
    background-color: transparent;
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 600;
}

.products-sidebar .filter-block-item:last-child {
    margin-bottom: 0;
}

.filter-block-item {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075);
    margin-bottom: 10px;
}

.filter-block-title {
    position: relative;
}

.filter-block-title a {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 500;
    font-size: 0.897rem;
    font-size: 0.875rem;
    line-height: 1.571;
    padding: 1rem;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
    display: block;
}

.filter-block-title a,
.filter-block-title a:hover,
.filter-block-title a:focus {
    color: #535353;
}

.filter-block-body {
    padding: 10px 13px 8px 12px;
}

.filter-block-body .block-product {
    box-shadow: none;
    background: none;
}

.filter-block-body .block-product:hover {
    transform: none;
}

.filter-block-search {
    margin: 9px 14px 8px;
    display: block;
    width: auto;
}

.filter-block-search-body {
    height: 42px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
}

.filter-block-search input {
    border: none;
    padding: 0 17px;
    width: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 0.897rem;
    transition: color .15s;
    color: inherit;
    font-weight: 400;
    z-index: 1;
    background: none;
}

.filter-block-search .search-icon {
    background: none;
    border: none;
    padding: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 42px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #bfbfbf;
    transition: fill .15s;
    position: relative;
    font-size: 16px;
    z-index: 1;
}

.filter-block-search .search-icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: calc(100% - 24px);
    background: #d8d8d8;
}

.filter-block-search-border {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .15s, background .15s;
    background: #f1f1f1;
    box-shadow: inset 0 0 0 2px #e5e5e5;
    z-index: 0;
}

.switch {
    background: #e8ebf1;
    border: 0px solid #dfdfdf;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    overflow: visible;
    width: 52px;
    height: 30px;
    padding: 0px;
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    transition: .3s ease-out all;
    -webkit-transition: .3s ease-out all;
    top: -1px;
}

.switch small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: .3s ease-out all;
    -webkit-transition: .3s ease-out all;
}

.switch.checked small {
    left: 25px;
}

.switch-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 0.897rem;
    font-size: 0.875rem;
    font-weight: 400;
    height: 30px;
    line-height: 31px;
    margin: 0;
    top: -1px;
    box-sizing: content-box;
    overflow: visible;
    position: relative;
}

.switch.checked.primary {
    background: var(--primary);
    border-color: var(--primary);
}

.brand-filter-body {
    margin: 0;
    padding: 9px 14px 8px;
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

.category-filter-body,
.category-checkbox-filter-body {
    margin: 0;
    padding: 9px 14px 8px;
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}


.products-search .category-filter-body,
.products-brand .category-filter-body {
    max-height: 60vh;
}

.specs-filter-body {
    margin: 0;
    padding: 9px 14px 8px;
    max-height: 170px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

.category-filter-body svg {
    fill: #999;
    margin-top: -2px;
    margin-left: 4px;
}

.filter-list__item {
    padding: 1px 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    margin: 11px 0;
}

.filter-list__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
}

.input-check {
    display: inline-block;
}

.input-check__body {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}

.input-check__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
}

.input-check__box {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1.2px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
    transition: background .15s, box-shadow .15s;
}

.input-check__input:checked~.input-check__box {
    background: #ffd300;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
}

.input-check__icon {
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: 5px;
    fill: #fff;
    transform: scale(0);
    transition: fill .15s, transform .15s, visibility 0s .15s;
}

.input-check__input:checked~.input-check__icon {
    fill: #fff;
    transition-delay: 0s, 0s, 0s;
    transform: scale(1);
}

.filter-list__remove {
    position: absolute;
    top: 10px;
    left: 23px;
    padding: 3px 10px;
    margin-left: 0;
    cursor: pointer;
    margin-top: -2px;
    font-size: 11px;
    font-weight: 400;
    margin-left: 30px;
}

.filter-list__title {
    padding: 1px 0;
    font-size: 0.897rem;
    line-height: 16px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 400;
    color: #3d464d;
}

.filter-list__counter {
    padding-top: 3px;
    font-size: 0.827rem;
    line-height: 12px;
    color: #3d464d;
    margin-right: 12px;
    font-weight: 400;
}

.filter-rates li {
    list-style: none;
    margin: 0;
    line-height: 1;
    font-size: inherit;
    float: none;
    display: inline;
}

.filter-rates .star__icon {
    fill: var(--primary);
}

.filter-rates .filter-list__title {
    margin-top: -2px;
}

.filter-block-title a:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 20px;
    border-color: #535353;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 10px;
    height: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
    transform: rotate(-45deg) translate3d(0, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.filter-block-title a.collapsed:before {
    top: calc(50% - 8px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #535353;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #535353;
}

.prices-filter-body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

.prices-filter-body .price-slider-wrapper {
    padding: 9px 14px 8px;
}

.price-slider-inputs {
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.price-slider-inputs .row.no-gutters>div:first-child {
    border-left: 1px solid #eaeaea;
}

.price-slider-inputs .row.no-gutters>div {
    padding: 15px 0;
}

.price-slider-btn {
    padding: 9px;
}

.price-slider-inputs:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.price-slider-inputs p {
    color: #757575;
}

.price-slider-inputs .input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 12px;
    padding: 0 8px;
    width: auto;
    min-width: 100px;
    max-width: 85%;
    padding: 10px 0;
    border-radius: 30px;
    text-align: center;
    border: 1px solid #b7b7b7;
    color: #757575;
}

.rzslider {
    margin: 15px 0 15px 0;
}

.rzslider .rz-pointer {
    top: -10px;
    z-index: 3;
    width: 22px;
    height: 22px;
}

.rzslider .rz-bubble.rz-limit {
    display: none;
}

.rzslider .rz-bubble {
    font-size: 10px;
    bottom: 20px;
    display: none;
}

.rzslider .rz-pointer:after {
    top: 7px;
    left: 7px;
    background-color: #fff;
}

.rzslider .rz-pointer.rz-active:after {
    background-color: #fff;
}

.rzslider .rz-pointer {
    background-color: #8b91a2;
}

.rzslider .rz-selection {
    background-color: #8b91a2;
}

.rzslider .rz-pointer:hover,
.rzslider .rz-pointer:focus {
    outline: none;
}

.sidebar-filter-dynamic .section,
.sidebar-filter-dynamic .container {
    padding: 0 !important;
}

.sidebar-filter-dynamic .position-filter_top:first-child img {
    margin-top: 0 !important;
}

.sidebar-filter-dynamic .position-filter_bottom:last-child .blocks-products-dynamic {
    margin-bottom: 10px !important;
}

.sidebar-filter-dynamic .position-filter_bottom:last-child img {
    margin-top: 10px !important;
}

.blocks-products-dynamic .product-box-image-row img {
    width: 150px;
    /* height: 150px; */
    object-fit: cover;
    background: #f9f9f9;
    margin: auto;
    aspect-ratio: 3 / 2;
}

.p-compare-footer {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 21;
}

.p-compare-footer__button {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background-color: #44c178;
    border: 1px solid #44c178;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px 11px 10px;
    width: 145px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
}


.p-compare-footer__button-count {
    padding: 1px 5px;
    background-color: rgba(0, 0, 0, .08);
    border-radius: 3px;
    z-index: 1;
    font-size: 0.9rem;
}

.p-compare-footer__quick-image {
    width: 113px;
    height: 113px;
    padding: 13px;
    position: fixed;
    bottom: 130px;
    left: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 23%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 23%);
    border: 1px solid #ebebeb;
    border-radius: 5px;
    z-index: 2;
    display: none;
    -webkit-animation: p-compare-animation 2s ease-in-out 0s forwards;
    animation: p-compare-animation 2s ease-in-out 0s forwards;
}

.p-compare-footer__quick-image img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.p-compare-footer__content {
    width: 300px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 16%);
    position: fixed;
    left: 10px;
    bottom: 64px;
    z-index: 2;
    border-radius: 5px;
    display: none;
}

.p-compare-footer__product-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
}

.p-compare-footer__product-item:last-of-type {
    border-bottom: none;
}

.p-compare-footer__product-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
}

.p-compare-footer__product-title {
    padding-right: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
    font-size: 10px;
    font-size: .714rem;
    line-height: 17px;
    color: #535353;
    text-align: right;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.p-compare-footer__product-image img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.p-compare-footer__items {
    padding: 1rem;
    background: #f9f9f9;
}

.p-compare-footer__actions {
    height: 73px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px 20px 10px;
    border-top: 1px solid #ebebeb;
}

.p-compare-footer__cancel {
    font-size: 14px;
    font-size: 0.9rem;
    color: #3394d0;
    cursor: pointer;
    display: block;
    padding-top: 2px;
}

.p-compare-footer__product-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
}

.p-compare-footer__product-item:last-of-type {
    border-bottom: none;
}

.p-compare-footer__product-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    width: 65px;
    height: 65px;
    background-color: #fff;
    position: relative;
    padding: 0.4rem;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.p-compare-footer__product-title {
    padding-right: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    font-size: 10px;
    font-size: .714rem;
    line-height: 17px;
    color: #535353;
    text-align: right;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-compare-footer__remove-item {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    top: 50%;
    left: 0;
    padding: 0;
    color: #909090;
    margin-top: -12px;
}

.p-compare-footer__remove-item svg {
    fill: #909090;
}

.p-compare-footer:hover .p-compare-footer__content {
    display: block;
}

.p-compare-footer__quick-image.is-fading-out {
    -webkit-animation: p-compare-out-animation 2.5s ease-in-out 0s forwards;
    animation: p-compare-out-animation 2.5s ease-in-out 0s forwards;
}

@-webkit-keyframes p-compare-out-animation {
    0% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes p-compare-out-animation {
    0% {
        opacity: 1
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media only screen and (max-width: 767px) {
    .products-inner .block-product {
        padding: 0;
    }

    .product-box-body-row {
        padding: 5px;
    }

    .block-product h2 {
        font-size: 1rem;
        direction: rtl;
        margin: 10px 0;
        font-weight: 400;
        height: 45px;
        line-height: 22px;
        color: #000;
        max-width: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width: 600px) {
    .page-products [uib-pagination] {
        justify-content: center;
    }
}