
.search-container {
    position: relative;
    min-height: 200px;
}
.search-container .bttn.bttn-sm {
    display: block;
    width: 38px;
    height: 38px;
}
.search-container .cost__sale-value {
    font-size: 0.81rem;
    text-decoration: line-through;
}
.search-container .cost__value {
    font-size: 1rem;
    font-weight: bold;
}
.search-container .filter-control {
    display: none;
}
.search-container .filter-i:not(.filter-i-categories) .filter-i-content {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}
.search-container .filter-i:not(.filter-i-categories) .filter-i-content.all {
    max-height: inherit;
}
.search-container .filter-i:not(.filter-i-categories) .filter-show-all {
    display: block;
    padding: 1.5rem 1rem .5rem 1rem;
    color: #029AAD;
    font-size: 0.81rem;
    text-align: center;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
.search-container .filter-i:not(.filter-i-categories) .filter-i-content.all .filter-show-all {
    display: none;
}
@media only screen and (max-width: 1080px) {
    .search-container .cost__sale-value {
        font-size: 0.75rem;
    }
    .filter-scroll {
        height: calc(100% - 12rem);
        border-radius: 0.5rem;
        padding-right: 0;
        margin-right: 0;
    }
    .search-container .filter-control {
        display: block;
        bottom: 1rem;
        margin-top: 1rem;
    }
}
@media only screen and (max-width: 480px) {
    .search-container .cost__sale-value {
        font-size: 0.625rem;
    }
    .search-container .filter-i:not(.filter-i-categories) .filter-show-all {
        display: none;
    }
}

.new-filter-item {
    outline: none;
    background-color: #FFF;
    border: 1px solid #E3E2E7;
    border-radius: 0.5rem;
    display: inline-block;
    line-height: 1;
    font-size: 0.875rem;
    padding: 0.5rem 0.7rem;
    cursor: pointer;
    margin: 0 6px 6px 0;
    position: relative;
    transition: all 555ms linear;
}
.new-filter-item:hover,
.new-filter-item:active {
    background-color: #F5FAFB;
    outline-style:none;
}
.new-filter-item.active {
    border-color: #029AAD;
    background-color: #F5FAFB;
}
.new-filter-item sup {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-left: 4px;
}
.filter {
    box-shadow: none;
}
.label:after {
    z-index: -1;
}
.search-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.swiper-lazy-preloader {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
.button_load-more:disabled svg {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
.item-content.catalog.detail.empty_product {
    min-height: 300px;
}
.item-content.catalog.detail.empty_product .goods-tile__inner {
    padding: 8px;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__top {
    height: 180px;
    border-radius: 8px;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__name {
    height: 24px;
    border-radius: 8px;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__row {
    height: 48px;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__row > div {
    flex: 0 0 50%;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__row .cost > div {
    height: 18px;
    border-radius: 8px;
    margin: 4px auto;
    width: 100%;
}
.item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__row .buyBntPlaceholder > div {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    margin-left: auto;
}
.js-filter-dynamic .filter-ph {
    padding: 24px 16px;
}
.js-filter-dynamic .filter-title-ph {
    height: 32px;
    border-radius: 8px;
    margin-bottom: 24px;
}
.js-filter-dynamic .filter-item-ph {
    height: 24px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.js-filter-dynamic .filter-item-ph-w-1 {
    width: 27%;
}
.js-filter-dynamic .filter-item-ph-w-2 {
    width: 40%;
}
.js-filter-dynamic .filter-item-ph-w-3 {
    width: 60%;
}
@media only screen and (max-width: 480px) {
    .item-content.catalog.detail.empty_product {
        min-height: 50vw;
    }
    .item-content.catalog.detail.empty_product .goods-tile__inner .goods-tile__top {
        height: 36vw;
    }
}
.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 100px;
    position: relative;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

._grid {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top_toolaber_left {
    width: 60%;
}
.navbar-expand-md .navbar-nav {
    align-items: center;
}