.c-search {
position: relative;
max-width: 800px; margin: 0 auto
}
.c-search__form > svg {position: absolute; width: 20px; height: 20px; left: 0; top: 15px}

@media (min-width: 768px) {
    .c-search {
        position: relative;
    }
}

.c-search__form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-search [type='search'] {
    font-size: 16px;
    height: 50px !important;
    border-radius: 40px;
    padding-left: 35px !important;
    box-shadow: none !important;
    border: none !important;
    background: #f5f5f5 !important;
    -ms-flex-order: -1!important;
    order: -1!important;
}

@media (max-width: 767px) {
    .c-search [type='search'] {
        font-size: 13px;
        height: 40px !important; padding-left: 20px !important
    }
    .c-search__form > svg {display: none !important}
}

.c-search [type='search']:focus {
    border-color: #000
}

.c-search__button {
    height: 40px;
    font-size: 16px!important;
    position: absolute; top: 5px; right: 5px;
    font-weight: 600;
    padding: 0 40px!important;
    border: none !important; border-radius: 40px !important;
    color: #fff!important;
    background: #000;
}

@media (max-width: 767px) {
    .c-search__button {
        font-size: 0!important;
        height: 30px;
        position: absolute;
        width: 30px!important;
        margin: 0;
        padding: 0!important;
    }
    .c-search__button .icon {font-size: 12px !important}
}

.c-search__button .icon {
    font-size: 18px;
}

@media (min-width: 768px) {
    .c-search__button .icon {
        display: none;
    }
}

.c-search__dropdown {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    max-height: 300px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px #00000017;
    box-shadow: 0 10px 20px #00000017
}

@media (min-width: 768px) {
    .c-search__dropdown {
        margin-top: 10px;
        border-radius: 10px;
    }
}

.c-search__dropdown ul {
    overflow: auto;
    max-height: 300px;
}

.c-search__dropdown li {
    border-top: 1px solid #dadada;
}

.c-search__dropdown li:first-child {
    border-top: 0;
}

.c-search__dropdown a {
    display: -webkit-box;
    line-height: 1.1;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-search__dropdown a:hover {
    background: #fafafa;
}

.c-search__dropdown .fast-result-img {
    position: relative;
    min-width: 60px;
    max-width: 60px;
    height: 100%;
    margin-right: 16px;
}

.c-search__dropdown .fast-result-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.c-search__dropdown .fast-result-info span {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    display: block;
    width: 100%;
    color: #000;
}

.c-search__dropdown .fast-result-info span.variant-text {
    font-weight: 400;
    color: #666;
}
