.header1__inner{
    width:100%;
}

.filter {
    background-color: #f5f5f5;
    padding: 27px 20px;
}

.filter-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    font-weight: bold;
}
.filter-price{
    font-size: 14px;
}
.filter-price-value{
    max-width: 75px;
}
.filter-check{
    font-size: 14px;
}

.filter-body {
    margin-top: 14px;
    font-size: 14px;
    overflow: hidden;
}

.filter-item {
    margin-bottom: 42px;
}

.filter-select-link {
    display: flex;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 11px;
}
.irs-handle.from,
.irs-handle.to{
    background-color: #FBBE0D !important;
}
.filter-select-link::before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #e7e7e7;
    border-radius: 50%;
}

.filter-select-link.active::before {
    background-color: #FBBE0D;
}

.filter-select-link:hover {
    text-decoration: none;
    color: #FBBE0D
}

.filter-price {
    display: flex;
    justify-content: space-between;
    /* margin-top: 5px; */
}

.filter-links {
    margin-top: 5px;
}

.filter-price-item {
    display: flex;
    align-items: center;
}

.filter-price-item:nth-child(2) {
    justify-content: flex-end;
}

.filter-price-value {
    max-width: 74px;
    height: 40px;
    border: 2px solid #d7d7d7;
    margin-left: 15px;
    padding: 0 13px;
    background-color: transparent;
    color: inherit;
    border-radius: 5px;
}


.irs--round .irs-handle {
    top: 24px;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle,
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #FBBE0D !important;

    border-color: #f4f4f4;
    border-width: 2px;

    cursor: pointer;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    height: 11px;
}

.irs--round .irs-bar {
    background-color: #FBBE0D !important;
}

.irs--round .irs-line {
    background-color: #e2e2e2;
}

.irs--round {
    margin-top: -6px;
    margin-bottom: 4px;
}

.irs--round .irs-line, .irs--round .irs-bar {
    top: 32px;
    height: 14px;
    border-radius: 10px;
}

.irs--round .irs-line {
    top: 32px;
}

.filter-check {
    margin: 0 0 11px;
    display: flex;
    cursor: pointer;
}

.filter-check-input {
    display: none;
}

.filter-items-list {
    margin-top: 8px;
    max-height: 149px;
    overflow-y: auto;
}

.filter-check-name {
    padding-left: 21px;
    position: relative;
}

.filter-check-name::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
}

.filter-check-name::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    background-color: #FBBE0D;
    border-radius: 50%;
    opacity: 0;
}

.filter-check-input:checked + .filter-check-name::after {
    opacity: 1;
}

.filter-items-more {
    display: flex;
    margin-top: 12px;
    font-size: 16px;
    padding-left: 20px;
    color: #FBBE0D;
}

.filter-items-more:hover {
    color: #FBBE0D
}

.catalog-right1__inner_list1_1{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.catalog1-content__inner{
    display: flex;
}
.catalog-left1{
    width:290px;
}
.catalog-right1{
    width:calc(100% - 290px);
    padding-left: 30px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    color: #474747;
}
.pagination > li.active a{
    color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination1 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}


.catalog-filter-fix{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
    padding: 20px 20px;
    background-color: rgba(255,255,255,1);
    border: 3px solid #FBBE0D;
    transition:all 0.2s 0s linear;
    display: none;
    border-radius: 15px;
    overflow: hidden;
}
.catalog-filter-fix:hover{
    opacity: 1;
}
.catalog-filter-fix-close{
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
    max-width: 30px;
}
.catalog-filter-fix-close>a{
    text-decoration: none !important;
    display: block;
}

.catalog-filter-fix-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.catalog-filter-fix-box_title{
    text-align: center;
    font-size: 16px;
}
.catalog-filter-fix-box_btn{
    margin-top: 15px;
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.catalog-filter-fix-abs {
    position: absolute;
    z-index: 10000;
    background-image: url("/images/site_images/Spinner.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.catalog-filter-fix-box  a{
    background-color: #FBBE0D;
    text-decoration: none !important;
    border-radius: 5px;
}
.my_slick_next1.slick-arrow{
    width:30px;
    height:30px !important;
    border:none !important;
    outline:none !important;
    background-image: url("/images/site_images/new-arrow-right.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right:50px;
    cursor:pointer;
    transform: translateY(-50%);
    z-index: 100;
}
.my_slick_prev1.slick-arrow{
    z-index: 100;
    width:30px;
    height:30px !important;
    border:none !important;
    outline:none !important;
    background-image: url("/images/site_images/new-arrow-right.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left:50px;
    cursor:pointer;
    transform: translateY(-50%) rotate(180deg);
}
.header1__inner-block1{
    position: relative;
}
.header1-basket{
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
}

.tt-menu {
    margin: 0;
    border-radius: 23px;
    border-width: 2px;
}



.tt-menu .tt-suggestion {
    padding: 5px;
}

.tt-menu .tt-suggestion.tt-cursor, .tt-menu .tt-suggestion.tt-selectable:hover {
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.tt-dataset-w0_data_1 .tt-suggestion {
    padding-left: 0;
    padding-right: 0;
}
.tt-dataset-w0_data_1{
    margin-bottom: 20px;
}
.tt-dataset-w0_data_1:last-child{
    margin-bottom: 0;
}

.tt-dataset-w0_data_1 .t_text {
    padding-left: 0;
}

.tt-dataset-w0_data_2 {
    max-height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tt-dataset-w0_data_2::-webkit-scrollbar {
    width: 5px;
}

.tt-dataset-w0_data_2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(165, 120, 120, 0.2);
}

.tt-dataset-w0_data_2::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    outline: 1px solid slategrey;
}

.tt-highlight {
    font-family: var(--book);
}

.tt-dataset__a {
    color: var(--dark);
    display: flex;
    align-items: center;
}



.tt-dataset__a:hover {
    color: var(--dark);
    text-decoration: none;
}

.product-pm__img {
    width: 50px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.t_text {
    padding-left: 10px;
}

.tt-menu .tt-suggestion{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tt-dataset-w2_data_1,
.tt-dataset-w2_data_2{
    max-height: 255px;
    overflow-y: auto;
    overflow-x: hidden;
}



.tt-dataset-w2_data_2::-webkit-scrollbar,
.tt-dataset-w2_data_1::-webkit-scrollbar
{
    width: 5px;
}

.tt-dataset-w2_data_2::-webkit-scrollbar-track,
.tt-dataset-w2_data_1::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(165, 120, 120, 0.2);
}

.tt-dataset-w2_data_2::-webkit-scrollbar-thumb,
.tt-dataset-w2_data_1::-webkit-scrollbar-thumb
{
    background-color: #c0c0c0;
    outline: 1px solid slategrey;
}
.tt-menu h3 {
    margin: 0;
    text-align: left;
    font-family: stolz_book;
    font-size: 16px;
    margin-bottom: 10px !important;
    display: block;
    padding-left: 20px;
}
.tt-dataset-w2_data_1{
    margin-bottom: 30px;
}
body.search-open .header0__inner_city{
    display: none;
}