/*ajax search*/
#header .header_search  #yith-searchsubmit{
   z-index: 2;
   background-color: #fff;
display: inline-block;
width: 30px;
height: 30px;
padding: 0;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
border: 0;
background: url("images.png")/*tpa=http://chiliyenlth01.matbaoweb.com/wp-content/themes/tgs/images/images.png*/ no-repeat -109px 4px;
color: transparent!important;
font-size: 0;
line-height: 0;
border-radius: 0!important;
-moz-border-radius: 0!important;
-webkit-border-radius: 0!important;
-o-border-radius: 0!important;
transition: none;
-moz-transition: none;
-webkit-transition: none;
}
#yith-s{width:0px;padding:7px 32px 7px 7px;border:0px}
#header .yith-ajaxsearchform-container:hover  #yith-s{
width: 100%;
height: 30px;
border-width: 1px;
border-style: solid;
border-color: #C2C2C2;
position: relative;
z-index: 1;
}

#header .header_search:hover{
    overflow:inherit;
    width:400px;
    max-width:100%;
}
#header .header_search:hover .autocomplete-suggestions{}
.autocomplete-suggestions
{
margin-top:0px;
}
.autocomplete-suggestion
{
}