#tm_ajax_search {

    position: relative;

    margin-left: 0;

    width: auto;

    float: none;

    padding: 53px 0 53px;

}

.header-top.fixed #tm_ajax_search {

    padding: 22px 0 22px;

}

#tm_ajax_search .search_button {

    display: none;

}

#tm_ajax_search #searchbox {

    float: none;

    width: 100%;

    position: relative;

}

#ajax_search {

	border: 1px solid #e0e0e0;

	border-radius: 30px;

	color: #2e2e2e;

	height: 40px;

	margin: 0;

	padding: 0 100px 0 12px;

	width: 520px;

	float: left;

}

#searchbox .button-search {

	background-color: #009fe3;

	border: medium none;

	color: #fff;

	display: block;

	height: 40px;

	padding: 0 8px;

	position: absolute;

	right: 0;

	text-align: center;

	top: 0;

	width: 125px;

	border-radius: 0 30px 30px 0px;

}

#searchbox .button-search:hover{

    background-color: #222;

}

#tm_search_result {

	left: 0;
    position: absolute;
    top: 95px;
    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-color:#fff;

    float: left;

    position: relative;

    width: 100%;

    padding: 15px;

}

#tm_search_result .tm_result_div .results{}

#tm_search_result .tm_result_div .item {

    float: left;

    padding: 2px;

    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: 20%;

}

#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 h3.title a{}

#tm_search_result .tm_result_div .right-info a {
    display: block;
    height: 45px;line-height: 45px;
    text-align: left;
}

#tm_search_result .tm_result_div .price {

    display: block;

    float: none;

    text-align: right;

    height: 45px;line-height: 45px;

    font-size: 13px;

    color: #808080;

}

#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%;

}

.page-content.page-not-found #tm_ajax_search {

	position: relative;

	float: left;

	padding: 20px 0;

	width: 100%;

    left: 0;

    top: 0;

}

@media (max-width: 1199px){

    #tm_search_result {

        top: 65px;
        width: 100%;
        right: 0;
        left: 0;

    }

}

@media (max-width: 991px) { 

    .page-content.page-not-found #tm_ajax_search .search_button {

        display: none;

    }

    #tm_ajax_search {

        padding: 4px 0 0 8px;

        top: 0;

        left: 0;

        right: 0;

        position: relative;

        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: 20px;

    float: right;

}



   #tm_ajax_search .search_button:hover {

        background: url("../img/search-hover.svg") no-repeat center center;

        background-size: 20px;

    }



    #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: 62px;

        z-index: 9;

        left: auto;

    }

    #tm_search_result {

        top: 104px;
        width: 470px;
        right: -140px;
        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;}

}



@media (max-width: 767px) {

}

@media (max-width: 480px) {

    #tm_ajax_search .searchtoggle {

        right: 4px;

        top: 43px;

    }

    #ajax_search {

        width: 210px;

        padding: 0px 75px 0 12px;

    }

    #searchbox .button-search{width: 70px;}

    #tm_search_result {

        width: 285px;
        right: -140px;
        top: 85px;

    }

}