.filter {
    transition: 1s;
}

.filter--full {
    background: white;
}

.filter-container.filter-item--number .checkboxes-multi {
    flex-wrap: wrap;
    gap: 20px;
}

.hero-filter .filter-container {
    width: 100%;
    justify-content: space-between;
}

.main-catalog .hero-filter {
    margin: 0 0 50px 0 !important;
    background: none !important;
    box-shadow: none !important;
}

.main-catalog .filter--full {
    background: none !important;
    box-shadow: none !important;
}

.filter--load {
    opacity: 0;
}

.catalog-list .item .item-props .prop-item span {
    white-space: normal;
}

.filter .checkboxes {
    height: 350px;
    overflow-y: auto;
}

.sale-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.filter--short .filter-container {
    justify-content: space-between;
}

.filter--short .filter-container .select2-container {
    width: 100% !important;
}

.filter--short .filter-block:first-child {
    width: 100% !important;
    max-width: 550px !important;
}

.filter--short .filter-container .input {
    max-width: 100%;
}

.content-block--short {
    height: 200px;
    overflow: hidden;
}

.content-block--short.open {
    height: auto !important;
    overflow: hidden;
}

.item--load {
    opacity: 0;
    transition: 0.5s;
}

.item--loaded {
    opacity: 1;
    transition: 1s;
}

.page-numbers.dots {
    background: none !important;
    color: #232729 !important;
}

.select2-search__field {
    height: 50px;
    line-height: 50px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 12px !important;
    overflow: hidden;
}

.select2-results {
    max-width: 400px;
}

.select2-selection__rendered {
    line-height: 50px;
}

@media ( max-width: 768px) {
    .filter-buttons {
        width: 100%;
        padding: 10px;
    }
    .sale-btn {
        width: 100%;
        margin-top: 20px;
    }
}

.favs-items {
    position: relative;
    transition: 1s;
    width: 100%;
    min-height: 200px;
}

#preloader {
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.add_to_cart_button  #preloader {
    background: none !important;
}

.single-product #preloader {
    background: transparent !important;
}

.catalog-filter--ajax .item #preloader svg {
    width: 40px;
}

.spinner {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    animation: rotator 1.4s linear infinite;
    stroke: #cbd1d3;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(270deg)
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite;
}

.catalog-list .item svg {
    margin-right: 10px;
}

.modal-filter .filter-buttons .fav-btn--reset {
    width: calc(50% - 16px);
    min-width: calc(50% - 16px);
    margin: 0 8px;
}

.single-product .icon-heart .path2:before {
    color: #299dbe;
}

.single-product .active .icon-heart .path1:before {
    color: #FFB300;
    opacity: 1;
}

.single-product .active .icon-heart .path2:before {
    color: #FFB300;
}

@media (max-width: 767px) {
    .modal-filter .filter-buttons .fav-btn--reset {
        width: 100%;
        min-width: 0;
        margin: 0 0px 10px 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

@media ( min-width: 1024px) {
    .sale-btn {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .menu-top .sale-btn {
        width: 100%;
        max-width: 90%;
    }
    
    .nav-item--wishlist{
        color: black;
    }
        
}

.label_import_wrap li {
    display: inline-block;
    width: auto;
    padding: 0px 10px;
    text-align: center;
    border-radius: 40px;
    color: white;
    font-size: 11px;
}

.label_import_wrap {
    display: block;
    position: absolute;
    top: 70px;
    left: 10px;
}


.single-product .info-bottom .label_import_wrap {
    position: inherit;
    margin-left: 20px;
}