#tm_ajax_search {
    position: relative;
    width: auto;
    padding: 24px 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;
}
#tm_search_result .tm_result_div .right-info a {
    color: #161616;
}
#tm_search_result .tm_result_div .right-info a:hover {
    color: #f50000;
}
#ajax_search {
	height: 42px;
	margin: 0;
	padding: 0 50px 0 25px;
	width: 628px;
	float: left;
	font-size: 13px;
}
#searchbox .button-search {
    background: #fff;
    display: block;
    height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 44px;
}
#searchbox .button-search{
    border: medium none;
    display: block;
    height: 42px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    width: 50px;
    background: url("../img/search-border.svg") no-repeat scroll center;
    background-size: 17px;
}
.button-search span {
    display: none;
}
#tm_search_result {
    left: 0;
    position: absolute;
    top: 70px;
    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;
    border-radius: 4px;
}
#tm_search_result .tm_result_div .item {
    float: left;
    padding: 0px 15px;
    width: 100%;
    margin-bottom: 10px;
}
#tm_search_result .tm_result_div .item .left-img {
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 13%;
    border: 1px solid #e5e5e5;
}
#tm_search_result .tm_result_div .item .left-img img{
	max-width:100%;
}
#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: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
#tm_search_result .tm_result_div .price {
    float: left;
    font-size: 14px;
    width: 100%;
    color: #333;
}
#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%;
}
.page-content.page-not-found #tm_ajax_search {
    position: relative;
    float: left;
    padding: 20px 0;
    width: 100%;
    margin: 0;
}
 .page-content.page-not-found #tm_ajax_search #ajax_search {
    width: 100%;
}

@media (max-width: 1449px){

}
@media (max-width: 1199px){

    #ajax_search{
        width: 520px;
    }
}
@media (max-width: 991px) { 
    #tm_ajax_search {
    padding: 7px 0 0;
    float: right;
    margin: 0;
}
#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-black.svg") no-repeat center center;
    background-size: auto;
    background-size: 20px;
    float: right;
}

#ajax_search {
	width: 250px;
}
#searchbox .button-search {
	display: block;
	height: 30px;
	right: 10px;
	top: 4px;
	width: 30px;
    background: none;
}
    #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;
}
.button-search span {
	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-res.svg") no-repeat center center;
	background-size: 18px;
	float: right;
}
#tm_ajax_search .searchtoggle {
    display: none;
    position: absolute;
    right: 0px;
    top: 58px;
    z-index: 9;
    left: auto;
}
#tm_search_result {
    top: 100px;
    width: 249px;
    right: -10px;
    left: auto;
}
.page-not-found #tm_ajax_search .search_button {
	display: none;
}
}

@media (max-width: 767px) {

}
@media (max-width: 480px) {
#tm_ajax_search .searchtoggle {
	top: 50px;
}
#ajax_search {
	width: 200px;
}
#tm_search_result {
	width: 200px;
    top: 92px;
}
}