#tm_ajax_search {
    position: relative;
    margin-left: 0;
    width: auto;
    float: left;
    padding: 24px 0 0 0;
}
.header-top.fixed #tm_ajax_search {
	padding: 24px 0;
}
#tm_ajax_search .search_button {
    display: none;
}
#tm_ajax_search #searchbox {
    float: none;
    width: auto;
    position: relative;
}
#ajax_search {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #222;
    height: 38px;
    margin: 0;
    padding: 0 40px 0 10px; 
    width: 236px;
    float: left;
    border-radius: 40px;
}
#products .page-not-found .searchtoggle #ajax_search, #pagenotfound .page-not-found .searchtoggle #ajax_search {
    width: 100%;
}
#products .page-not-found  #tm_ajax_search, #pagenotfound .page-not-found #tm_ajax_search {
    width: 100%;
}
#searchbox .button-search {
    border: medium none;
    color: #fff;
    display: block;
    height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
    background: rgba(0, 0, 0, 0) url("../img/search.svg") no-repeat scroll center center;
    background-size: 15px;
}
.button-search span {
    display: none;
}
#tm_search_result {
    left: 0;
    position: absolute;
    top: 88px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    right: 0;
    margin: 0 auto;
}
#tm_search_result .tm_result_div {
    background: none repeat scroll 0 0 #fff;
    float: left;
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: left;
}
#tm_search_result .tm_result_div .results{margin: 0;}
#tm_search_result .tm_result_div .item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#tm_search_result .tm_result_div .item .left-img {
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 20%;
}
#tm_search_result .tm_result_div .item .left-img img{
	max-width:100%;
    border: 1px solid #e6e6e6;

}
#tm_search_result .tm_result_div .right-info {
    float: left;
    width: 70%;
    text-align: left;
}
#tm_search_result .tm_result_div h3.title {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
#tm_search_result .tm_result_div h3.title a{}
#tm_search_result .tm_result_div .price {
    float: left;
    font-size: 14px;
    width: 100%;
    color: #222;
}
#tm_search_result .tm_result_div .price .label {
    color: #777;
    float: left;
    line-height: 22px;
    margin: 0 5px 0 0;
    padding: 0;
}
#tm_search_result .tm_result_div .right-info.full{
	width:100%;
}
#search .page-content.page-not-found #tm_ajax_search {
    position: relative;
    float: left;
    padding: 20px 0;
    width: 100%;
}
#search .page-content.page-not-found #tm_ajax_search #ajax_search {
    width: 100%;
}
@media (max-width: 991px) { 
    #tm_ajax_search {
        padding: 32px 0 0;
        float: right;
}
#tm_ajax_search .search_button {
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
    outline: 0;
    z-index: 5;
    background: url("../img/search.svg") no-repeat center center;
    background-size: auto;
    background-size: 18px;
    float: right;
}

   #tm_ajax_search .search_button:hover {
        background: url("../img/search-hover.svg") no-repeat center center;
        background-size: 18px;
    }

    #tm_ajax_search .search_button.active {
    background: rgba(0, 0, 0, 0) url("../img/close-line.svg") no-repeat scroll center center;
    background-size: 28px;
    float: right;
}

    #tm_ajax_search .searchtoggle {
        display: none;
        position: absolute;
        right: 0;
        top: 108px;
        z-index: 9;
        left: auto;
    }
    #products .page-not-found .searchtoggle, #pagenotfound .page-not-found .searchtoggle {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    }
#tm_search_result {
    top: 150px;
    width: 235px;
    right: 0;
    left: auto;
}
}

@media (max-width: 767px) {

}
@media (max-width: 479px) {
    #tm_ajax_search .searchtoggle {
        top: 54px;
    }
#ajax_search {
	width: 200px;
}
#tm_search_result {
	width: 200px;
    top: 95px;
}
#tm_ajax_search {
    padding: 14px 0 0;
}
}