input {
    -webkit-appearance: textfield;
}
/* Page Search
--------------------------------------*/
.search {
    position: relative;
}
#search__dropdown {
    cursor: pointer;
    background: transparent;
    border: transparent;
}
#search__dropdown:hover {
    background: transparent;
    border: transparent;
}
.search-head {
    margin: 40px 0 30px;
}
.search-head__title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-head__desc {
    font-size: 14px;
    color: #94aab0;
    width: 20%;
    padding-top: 12px;
    margin-bottom: 10px;
}
.search-sort-wrapper{
    display:flex;
}
.search-content {}

.search-empty {
    background: #fff;
    border-radius: .25em;
    padding: 20px 30px;
}
.search-empty__inner {
    width: 440px;
    margin: 30px auto;
    text-align: center;
}
.search-empty__icon {
    font-size: 40px;
    color: #a7a7a7;
    background: #f4f4f4;
    padding: 36px;
    border-radius: 50%;
    display: inline-block;
}
.search-empty__title {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0;
}
.search-empty__desc {
    color: #a5a5a5;
    line-height: 20px;
    margin-bottom: 10px;
}
.search-empty__btn {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    background: #a9cf44;
    padding: 12px 40px;
}
.search-empty__btn:hover {
    background: #b9e050;
}

.search-list {
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    margin-bottom: 30px;

}
.search-list__item {
    width: 278px;
    height: 357px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(125, 125, 125, 0.12);
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.04);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.04);
    padding: 20px 20px 16px;
    flex-direction: column;
    -webkit-transition: border-color .1s linear,-webkit-box-shadow .1s linear;
    transition: border-color .1s linear,-webkit-box-shadow .1s linear;
    transition: border-color .1s linear,box-shadow .1s linear;
    transition: border-color .1s linear,box-shadow .1s linear,-webkit-box-shadow .1s linear;
}
.search-list__item:hover,
.search-list__item:focus {
    border-color: transparent;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.16), 0 2px 0 0 rgba(0,0,0,.04);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.16), 0 2px 0 0 rgba(0,0,0,.04);
}
.search-list__item:hover .card-product__actions {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s 0s,visiblity 0s 0s;
    -moz-transition: opacity .2s 0s,visiblity 0s 0s;
    transition: opacity .2s 0s,visiblity 0s 0s
}

.filter {
}
.filter__segment {
    padding-top: 10px;
    padding-left: 10px;
}
.search-filter__num-wrapper {
    margin-right: 10px;
}
.filter__item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.filter__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.filter__input {
    height: 35px;
    font-size: 14px;
    padding: 10px 10px 10px 34px;
    background: none;
    color: #3b3b3b;
    width: 100%;
    outline: none;
    transition: border .128s ease-in-out,color .128s ease-in-out;
}
.filter__input:focus {
    border: 1px solid rgba(79, 120, 254, 0.9);
}
.filter__input_placeholder {
    position: absolute;
    line-height: 35px;
    padding: 0 0 0 9px;
    left: 0;
    top: 0;
    display: block;
    color: #999;
    font-size: 13px;
}
.filter__label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
}
.filter__label--checkbox {

}
.filter__input--hidden {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
}
.filter__input--hidden:checked ~ .control__indicator {
    background: #4f78fe;
}
.filter__input--hidden:checked ~ .control__indicator:after {
    display: block;
}
.filter__label--checkbox .control__indicator:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}


.filter__price {
    padding: 8px 0 5px;
}
.filter__price:before,
.filter__price:after {
    display: table;
    content: " "
}
.filter__price:after {
    clear: both
}
.filter__price_from,
.filter__price_to {
    float: left;
    width: 50%;
    position: relative;
}
.filter__price_from {
    padding-right: 5px;
}
.filter__price_to {
    padding-left: 5px;
}
.filter__price_inner {
    position: relative;
}
.search-filter__item-wrapper {

}
.search-filter__wrapper {
    margin-bottom: 20px;
}
.search-filter__item {
    background-color: #fff;
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}

.search-filter__price-wrapper {
    width: 30%;
}


/* Sorter */
.sorter {
    line-height: 30px;
}
.sorter li {
    display: inline-block;
    margin: 2px;
}
.sorter a {
    color: #666;
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid #eee;
}
.sorter a.asc {
    color: #000;

}
.sorter a.desc {
    color: #000;
}
.sorter a.desc:after {
    position: relative;
    right: -6px;
    top: 2px;
    content: "\e905";
    color: #7cbe67;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.sorter a.asc:after {
    position: relative;
    right: -6px;
    top: 2px;
    content: "\e90b";
    color: #7cbe67;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.search-filter__sort-wrapper {
    display: grid;
    justify-content: right;
    width: 100%;
    margin-bottom: 10px;
}

.search-sorts-wrapper {
    display: flex;
}
#search__dropdown {
    padding: 6px 0;
}



/* Media Queries
--------------------------------------*/
@media only screen and (max-width: 768px) {
    .main {
        background: #f8f8fb;
    }

    .search {
        padding: 20px 0;
    }
    .search-head--receipt {
        margin: 20px 0 30px !important;
    }
    .m-search__head {
        position: relative;
    }
    .m-search__title {
        width: 100%;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #3b3b3b;
    }
    .m-search__filter {
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 15px;
    }
    .m-search__icon {
        font-size: 20px;
    }
    .m-filter {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        z-index: 2;
        background: #f8f8fb;
        padding: 20px;

    }
    .m-filter.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s;
    }
    .m-filter__head {
        height: 60px;
        position: relative;
    }
    .m-filter__title {
        font-size: 28px;
        font-weight: 600;
    }
    .m-filter__icon {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 28px;
    }
    .m-filter__btn {
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
        border-radius: 4px;
        background: #4c74ff;
        color: #fff;
        border: 1px solid #E8E9F2;
        display: inline-block;
        border-radius: 4px;
        height: 36px;
    }

    .search-empty {
        background: none;
        padding: 0;
    }
    .search-empty__inner {
        width: 100%;
        margin: 0;
    }
    .search-empty__btn {
        display: inline-block;
        color: #fff;
        background: #a9cf44;
        /* padding: 20px 65px; */
        line-height: 40px;
        margin-top: 10px;
        padding: 0 20px;
        width: 100%;
    }
    .search-head__title {
        font-size: 24px;
    }

    .filter__label {
        margin-bottom: 20px;
    }
}