#tm_ajax_search {
    position: relative;
    margin-left: 0;
    width: 794px;
    float: right;
    padding: 8px 0;
}
.header-top.fixed #tm_ajax_search {
    padding: 22px 0 22px;
}
#tm_ajax_search .search_button {
    display: none;
}
#tm_ajax_search #searchbox {
    float: none;
    width: auto;
    position: relative;
}
#ajax_search {
	border: none;
	border-radius: 30px;
	color: #2e2e2e;
	height: 38px;
	margin: 0;
	padding: 0 100px 0 15px;
	float: left;
}
#searchbox .button-search {
	background-color: #333e48;
	border: medium none;
	color: #fff;
	display: block;
	height: 38px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 93px;
	border-radius: 0 30px 30px 0px;
}
#ajax_search::placeholder {
	color: #adadad;
}
#searchbox .button-search span {
	font-size: 14px;
	font-weight: 500;
}
#tm_search_result {
	left: 0;
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	right:0;
}
#tm_search_result .tm_result_div {
    background-color:#fff;
    float: left;
    position: relative;
    width: 100%;
    padding: 15px;
}
#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:last-child{margin-bottom: 0;}
#tm_search_result .tm_result_div .item .left-img {
    float: left;
    margin-right: 10px;
    padding: 0;
    width: 15%;
}
#tm_search_result .tm_result_div .item .left-img img{
	max-width:100%;
    border: 1px solid #e5e5e5;
}
#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: 600;
    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: #303b45;
}
#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%;
	left: 0;
}
.page-content.page-not-found #tm_ajax_search #ajax_search {
    width: 100%;
    border: 1px solid #e5e5e5;
}
.page-content.page-not-found #tm_ajax_search {
	position: relative;
	float: left;
	padding: 20px 0;
	width: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 1449px){
    #tm_ajax_search{
        width: 598px;
    }
}
@media (max-width: 1199px){
    #tm_ajax_search {
        width: 437px;
    }
}
@media (max-width: 991px) { 
    .page-content.page-not-found #tm_ajax_search .search_button {
        display: none;
    }
    #tm_ajax_search {
        padding: 15px 0 0 8px;
        top: 0;
        left: 0;
        right: 0;
        position: relative;
        float: right;
        width: auto;
    }
#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: 20px;
    float: right;
}


    #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: 68px;
        z-index: 9;
        left: auto;
    }
    #tm_search_result {
        top: 110px;
        width: 350px;
        right: 0;
        left: auto;
    }
#products .page-not-found .searchtoggle, #pagenotfound .page-not-found .searchtoggle {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
#ajax_search{width: 350px;border: 1px solid #e5e5e5;}
}

@media (max-width: 767px) {
    
}
@media (max-width: 480px) {
    #tm_ajax_search .searchtoggle {
        right: 0;
top: 53px;
    }
    #ajax_search {
        width: 210px;
        padding: 0px 75px 0 12px;
    }
    #searchbox .button-search{width: 70px;}
    #tm_search_result {
        width: 210px;
right: 0;
top: 92px;
    }
}