#search_block_top{
    float:right;
}
#search_block_top  #search_query_top{
    width: 90%;
    padding: 3px;
    height: 20px;
    margin-top: 3px;
    display: none;
    margin-right: 20px;
}
#search_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  border: none;
  width: 30px;
  text-align: center;
  padding: 1px 0 2px 0;
  font-size: 10px;
  background: none;
  color: #737272;
}
#search_block_top .btn.button-search:focus,
#search_block_top .btn.button-search:active,
#search_block_top .btn.button-search:visited{
    border:none;
}
#search_block_top .btn.button-search span {
  display: none;
}
#search_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 13px;
  width: 100%;
  text-align: center;
}



#search_footer_content{
 text-align: right;
 float:right;
}
#search_block_footer{
float:right;
}
#search_block_footer  #submit_search_bottom{
  width: auto;
  padding: 10px;
  margin: 0 0px 0 0;
  float: right;
}
#search_block_footer  #search_query_bottom{
  /*width: 50%;*/
  margin-top: 8px;
  padding: 3px;
  float: right;
  margin-right: 20px;
}
#search_block_footer .btn.button-search {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  border: none;
  width: 30px;
  text-align: center;
  padding: 1px 0 2px 0;
  font-size: 10px;
  background: none;
  color: #858383;
}
#search_block_footer .btn.button-search:focus, #search_block_footer .btn.button-search:active, #search_block_footer .btn.button-search:visited{
border:none;
}
#search_block_footer .btn.button-search span {
  display: none;
}
#search_block_footer .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 13px;
  width: 100%;
  text-align: center;
}
#search_footer_content #cart_footer{
  /*float: right;
  width: 100%;
  margin: 20px 0;*/
    display: none;
}
#search_footer_content #cart_footer a{
  font-size: 14px;
}
#search_footer_content #cart_footer img{
  margin-right: 5px;
}
#search_footer_content #gastos_footer_gratis{
  font-size: 10px;
  float: left;
}


@media (max-width: 768px){
    #search_block_footer #search_query_bottom{
        width: 100%;
        margin-top: 0;
    }
    .footer-container #footer #search_footer_content h4:after{
        display: none;
    }
    #search_block_footer #submit_search_bottom{
        padding: 0;
    }

    #search_block_top #search_query_top{
        height: 30px;
        display: inline-block !important;
        margin-left: 20px;
    }
    #search_block_top .btn.button-search{
        top: 10px;
        right: 0px;
    }
    #search_block_top .btn.button-search:before{
        font-size: 18px;
    }

    #search_block_footer .btn.button-search:before {
        font-size: 20px;
    }
}

@media (max-width: 480px){
    #search_block_top #search_query_top{
        width: 85%;
    }
}
/*# sourceMappingURL=blocksearch.css.map */
