.mfilter-ajax-loader-container{
    display: none !important;
}
.button_open_filter {
    display: none;
}

.filter_mobile_open {
    display: none;
}


/* .mfilter-free-button {
    display: none !important;
} */

.mfilter-selected-filters-cnt a>span {
    font-size: 14px;
    font-weight: 400;
    color: #30373d;
    padding: 5px 0px 5px 30px !important;
}

.mfilter-heading {
    background: #fff !important;
    border: none !important;
}

.mfilter-box {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    background-color: #f8f8f8;
    overflow: hidden;
}

.mfilter-content {
    border: none !important;
    border-radius: 0 !important;
}

.mfilter-heading-content {
    background-color: #fff;
    padding: 18px 25px !important;
    border-bottom: 1px solid #e9e9e9;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.mfilter-content-opts {
    border-bottom: 1px solid #e9e9e9;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
    transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    -webkit-transform: rotate(-180deg) !important;
}

.mfilter-heading-text span {
    color: #30373d;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
}

.mfilter-opts-container {
    border: none !important;
}

.mfilter-opts-container {
    padding: 15px 0px !important;
}

.mfilter-filter-item .mfilter-options {
    padding: 0px 25px !important;
}

.mfilter-selected-filters-cnt {
    padding: 15px 25px !important;
}

.mfilter-selected-filters-cnt a {
    position: relative;
    display: block !important;
}

.mfilter-selected-filters-cnt a>span.mfilter-close {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    width: auto !important
}

.mfilter-selected-filters-cnt a>span.mfilter-close i {
    background: url(../img/delete_filter.svg) no-repeat !important;
    width: 15px !important;
    height: 15px !important;
    margin: 7px 0 4px 0 !important;
}

.mfilter-heading .mfilter-head-icon {
    background: url(../img/filter_open.svg) no-repeat 0 0px !important;
    width: 23px !important;
    height: 23px !important;
}

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
    border: solid 4px solid #ffb0b0 !important;
    background-color: #f8355e !important;
    margin: 0 !important;
}

.mfilter-price-slider {
    margin-top: 25px;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
    width: 120px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 2px solid #e3e3e3;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #30373d
}

.mfilter-tb-as-tr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mfilter-counter {
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8355e !important;
    height: 25px;
    padding-top: 3px;
}

.mfilter-counter:after {
    border-right-color: #f8355e !important;
}

.mfilter-col-input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
}

.mfilter-tb-as-tr.is-active label.mfilter-tb-as-td:after {
    opacity: 1;
}

label.mfilter-tb-as-td {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #30373d;
    line-height: 20px;
    margin: 10px 0px;
    padding-left: 30px;
    padding-right: 30px;
}

label.mfilter-tb-as-td:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /*margin: auto;*/
    width: 21px;
    height: 21px;
    border: 2px solid #e3e3e3;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 2px;
}

label.mfilter-tb-as-td:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 14px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/ok.png);
}

.mfilter-button-more a {
    color: #30373D;
    font-weight: 700;
}

.mfilter-button-more a:hover {
    color: #f8355e;
}

.catalog {
    background-color: #f4f4f4;
    padding: 20px 0
}

.catalog .breadcrumb {
    margin-bottom: 15px;
}

.catalog .h2_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .h2_overlay .h2_common {
    font-size: 33px;
    line-height: 40px;
}

.catalog_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.catalog .filter {
    width: 310px
}


/* .catalog .filter .min_advantages {
    margin-top: 20px
} */

.catalog .filter .close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none
}

.catalog .filter .price_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.catalog .filter .price_overlay .line {
    width: 10px;
    height: 2px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #c3c6c9;
    margin: 0 5px
}

.catalog .filter .price_overlay .input {
    width: 120px;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center
}

.catalog .filter .ui-widget.ui-widget-content {
    margin: 30px 20px 30px 10px
}

.catalog .filter .ui-slider-horizontal .ui-slider-range {
    background: #f8355e
}

.catalog .filter .ui-button,
.catalog .filter .ui-state-default,
.catalog .filter .ui-widget-content .ui-state-default,
.catalog .filter .ui-widget-header .ui-state-default,
.catalog .filter html .ui-button.ui-state-disabled:active,
.catalog .filter html .ui-button.ui-state-disabled:hover {
    width: 25px;
    height: 25px;
    top: -10px
}

.catalog .filter .range_overlay {
    position: relative
}

.catalog .filter .range_overlay span {
    font-size: 16px;
    color: rgba(48, 55, 61, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog .catalog_box_overlay {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.catalog .catalog_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.catalog .catalog_box .product_item {
    margin: 0 0 20px 20px
}

.filter_box {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    overflow: hidden
}

.filter_box_info {
    background-color: #f8f8f8;
    padding: 10px 20px
}

.first_filter {
    margin-bottom: 20px
}

.filter_hidden {
    display: none
}

/*.filter_open {*/
/*    cursor: pointer*/
/*}*/

.filter_open img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.select_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 16px;
    color: #30373d;
    margin: 20px 0
}

.select_checkbox.is-active:after {
    opacity: 1
}

.select_checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff
}

.select_checkbox:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/ok.png)
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.filter_delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 5px 0
}

.filter_delete:focus span,
.filter_delete:hover span {
    color: #f8355e
}

.filter_delete span {
    font-weight: 400;
    font-size: 14px;
    color: #30373d;
    display: block;
    padding-top: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.filter_delete img {
    margin-right: 10px
}

.filter_title {
    font-size: 16px;
    font-weight: 700;
    color: #30373d;
    line-height: 28px
}

.filter_title_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #e9e9e9
}

.reset {
    width: 100%;
    border: none;
    outline: 0;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    color: #f8355e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.reset:focus,
.reset:hover {
    background-color: #ffb0b0
}

.pagination_overlay {
    padding: 0 0 0 20px
}

.filter_button {
    position: fixed;
    bottom: 100px;
    left: 0;
    background-color: #f8355e;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    display: none;
    z-index: 40
}

.filter_button img {
    max-width: 30px;
    max-height: 30px
}

.select_sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sort_text {
    font-size: 14px;
    font-weight: 700;
    color: rgba(48, 55, 61, .5);
    margin-right: 15px
}

.sort_sort_select {
    width: 215px;
    position: relative
}

.sort_sort_option {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 20px;
    position: relative;
    cursor: pointer;
}

.sort_sort_option .text {
    font-size: 14px;
    color: #30373d;
    margin: 0
}

.sort_sort_option .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 15px
}

.sort_sort_options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none
}

.sort_sort_options li {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #30373d;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 0;
    margin-top: 0
}

.sort_sort_options li:before {
    display: none
}

.sort_sort_options li:last-child {
    margin-bottom: 0
}

.sort_sort_options li:focus,
.sort_sort_options li:hover {
    color: #f8355e
}

@media only screen and (max-width:1350px) {
    .catalog .filter {
        width: 250px
    }
    .catalog .catalog_box .product_item {
        width: 280px
    }
    .catalog .catalog_box .product_item .new_price {
        font-size: 20px
    }
    .catalog .filter .price_overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
    .catalog .filter .price_overlay .line {
        display: none
    }
    .catalog .filter .range_overlay {
        margin: 10px 0
    }
    .catalog .filter .price_overlay .input {
        width: 100%
    }
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        min-width: 70px !important;
        width: 75px !important;
        font-size: 14px;
    }
}

@media only screen and (max-width:1199px) {
    .catalog .filter {
        width: 300px
    }
    .catalog .filter .price_overlay {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 15px
    }
    .catalog .filter .price_overlay .line {
        display: block
    }
    .catalog .filter .range_overlay {
        margin: 0
    }
    .catalog .filter .price_overlay .input {
        width: 120px
    }
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        min-width: 100px !important;
        width: 104px !important;
        font-size: 16px;
    }
}

@media only screen and (max-width:991px) {
    .catalog .h2_overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .select_sort {
        margin-top: 20px
    }
    .catalog .filter {
        display: none;
        background-color: #f4f4f4;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 85;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }
    .catalog .filter .close {
        display: block
    }
    .catalog .catalog_box .product_item {
        margin: 0 10px 20px 10px
    }
    .catalog .catalog_box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .catalog .catalog_box .product_item {
        width: 310px
    }
    .pagination_overlay {
        padding: 0
    }
    .filter_button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .filter_box {
        max-width: 300px;
        margin: 20px auto
    }
    .catalog .catalog_box_overlay {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%
    }
    .catalog .filter .min_advantages {
        display: none
    }
    .mfilter-free-container {
        z-index: 81 !important;
    }
    .mfilter-filter-item .mfilter-options {
        padding: 0px 7px !important;
    }
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        min-width: 70px !important;
        width: 75px !important;
        font-size: 14px;
    }
    label.mfilter-tb-as-td {
        font-size: 14px;
    }
    label.mfilter-tb-as-td:before {
        margin-bottom: 0;
    }
    label.mfilter-tb-as-td:after {
        top: 3px;
    }
    .mfilter-free-button {
        opacity: 0.5;
        transition: all .5s ease;
    }
    .mfilter-free-container-opened .mfilter-free-button {
        opacity: 1;
    }
    .mfilter-selected-filters-cnt {
        padding: 10px !important;
    }
    .button_open_filter {
        display: block;
        font-size: 14px;
        background-color: #583f9d;
        border: 4px solid #ab9feb;
        border-radius: 20px;
        height: 40px;
        color: #fff;
        font-weight: 700;
        width: 135px;
        margin-right: 15px;
    }
    .button_open_filter.active {
        background-color: #f8355e;
        border: 4px solid #ffb0b0;
    }
    .sort_text {
        display: none;
    }
    .select_sort {
        width: 100%;
        justify-content: center;
    }
    /**/
    .filter_mobile_open {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 50;
        overflow-y: auto;
    }
    .filter_mobile_open .mfilter-content {
        width: 100%;
        margin: auto;
    }



    .mfilter-free-container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 300px !important;
        left: 0;
        right: 0;
        padding: 0 !important;
        background-color: transparent !important;
        border: none !important;
        overflow-y: auto;
        top: 90px !important;
        max-height: 80%;
    }
    .mfilter-free-button {
        display: none !important;
    }
    #mfilter-opts-price-min,
    #mfilter-opts-price-max {
        width: 100px !important;
        max-width: 100px !important;
        min-width: 100px !important;
    }
    /* .mfilter-free-container .scroll-wrapper {
        margin-top: 10px;
		} */
    body.noscrolls {
        overflow: hidden;
    }
    .mfilter-opts-container {
        padding: 15px !important;
    }
    .mfilter-free-container [id^="mfilter-free-container-"] {
        padding-right: 0 !important;
        /* padding-top: 40px !important; */
        max-height: none !important
    }
    .mfilter-iscroll>.scroll-element .scroll-element_outer,
    .mfilter-iscroll>.scroll-element .scroll-element_track,
    .mfilter-iscroll>.scroll-element .iScrollIndicator {
        display: none !important;
    }
    .mfilter-selected-filters-cnt a>span.mfilter-close i {
        margin-top: 7px !important;
    }
    .sort_select_fixed {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 100;
        background-color: #f4f4f4;
        padding: 15px 0px;
        display: none;
    }
    .sort_select_fixed_two {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 100;
        background-color: #f4f4f4;
        padding: 15px 0px;
        display: none;
    }
    .sort_select_fixed_two .select_sort {
        margin-top: 0;
    }
    .sort_select_fixed .select_sort {
        margin-top: 0;
    }

    .mfilter-free-container{
        display: none !important;
    }
    .filter_mobile_open .mfilter-free-container{
        display: block !important;
    }
}

@media only screen and (max-width:767px) {
    .catalog .catalog_box .product_item {
        width: 310px
    }
}

@media only screen and (max-width:480px) {

    .catalog .catalog_box .product_item {
        margin: 0 0 20px 0;
        width: 100%;
    }
    .catalog .filter {
        padding-top: 50px
    }
    .filter_box {
        max-width: 280px
    }
    .catalog .filter .price_overlay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }
    .catalog .filter .price_overlay .line {
        display: none
    }
    .catalog .filter .range_overlay {
        margin: 10px 0
    }
    .catalog .filter .price_overlay .input {
        width: 100%
    }
    .sort_sort_select {
        width: 165px;
    }
    .catalog .h2_overlay .h2_common{
        font-size: 24px;
        line-height: 34px;
    }
    .catalog{
        padding-top: 10px;
    }
}

@media only screen and (min-width:481px) {
    .product_item .product_position{
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
    }

    .product_item .product_position .desctop{
        flex: 1 1 0
    }
}

