.layout55-search-field input{height:55px;padding-left:30px;border-radius:6px;}
.search-form .search-submit .icon{height:18px;}
.search-form .search-submit{color:#fff;width:60px;height:45px;margin-top:2px;margin-right:2px;border-radius:6px;background-color:#333333;border:solid 2px #333;padding:8px 7px;}    
.search-form .search-submit:hover{background-color:#e91e63;color:#fff;border-color:#e91e63;}

@media screen and (max-width:768px){
.layout55-search-field form{width:80%;margin:0 auto;}
}
@media screen and (max-width:480px){
.layout55-search-field form{width:100%;}
.search-form .search-submit{width:35px;height:35px;margin-top:2px;padding:8px 4px;}
.layout55-search-field input{height:45px;}
.search_code_box{margin-bottom:10px!important;}
}