.search-image-content {
    position: relative;
    width: 100%;
}

.search-image-background {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

@media screen and (max-width: 992px) {
    .search-image-background {
        min-height: 258px   ;
        max-height: 258px;
    }
}

@media screen and (max-width: 480px) {
    .search-image-background {
        min-height: 200px   ;
        max-height: 200px;
    }
}


.search-image-container {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .search-image-container {
        height: 258px;
    }
}

@media screen and (max-width: 480px) {
    .search-image-container {
        height: 200px;
    }
}

.search-area form .text_field {
    height: 60px;
}

.search-area form .search-btn {
    border-radius: 0 3px 3px 0;
    padding: 0 25px;
    min-width: auto;
    height: 60px;
    cursor: pointer;
}

.autofill-suggest-input:focus::-webkit-input-placeholder {
    color: transparent; }
.autofill-suggest-input:focus:-moz-placeholder {
    color: transparent; }
.autofill-suggest-input:focus::-moz-placeholder {
    color: transparent; }
.autofill-suggest-input:focus:-ms-input-placeholder {
    color: transparent; }
.autofill-suggest-results {
    position: absolute;
    width: 100%;
    background: #ffffff;
    display: block;
    border-radius: 6px;
    position: absolute;
    z-index: 4;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    margin-top: 10px;
    display: none;
    background: #ffffff; }
.autofill-suggest-results ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin-right: -10px;
    margin-left: -10px; }
.autofill-suggest-results ul > li {
    display: block;
    width: 25%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden; }
.autofill-suggest-results ul > li a {
    display: block;
    color: #777777; }
.autofill-suggest-results ul > li a .thumbnail img {
    width: 100%;
    height: auto; }
.autofill-suggest-results ul > li a .tt-description {
    padding: 14px 0px 5px 0px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px; }
.autofill-suggest-results ul > li a .tt-description .tt-title {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
.autofill-suggest-results ul > li a .tt-description .tt-price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #191919; }
.autofill-suggest-results ul > li a .tt-description .tt-price .new-price {
    color: #f8353e;
    margin-right: 7px; }
.autofill-suggest-results ul > li a .tt-description .tt-price .old-price {
    color: #191919;
    text-decoration: line-through; }
.autofill-suggest-results ul > li a .tt-description .tt-price .old-price .money {
    text-decoration: line-through; }
.autofill-suggest-results ul > li a .tt-description .tt-price span {
    display: inline-block; }
.autofill-suggest-results ul > li a:hover .tt-title {
    color: #2879fe; }