    #search_block_top #searchbox, #search_block_left #searchbox {
    float: left;
    width: 100%;
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    div#search_block_top {
        width: 35%;
        margin-left: 1.3%;
    }
}


@media screen and (max-width: 750px) {
    #search_block_top #searchbox,
    #search_block_left #searchbox {
        width: 90%;  /* Hace que el ancho sea menor que el 100% */
        margin-left: 5%; /* Deja margen a la izquierda */
        margin-right: 5%; /* Deja margen a la derecha */
    }
}


#search_block_top #search_query_top, #search_block_left #search_query_block {
    display: inline;
    padding: 0 13px;
    height: 49px;
    line-height: 45px;
    background: #ffffff;
    margin-right: 1px;
    border-radius: 8px;
}


#search_block_top .btn.button-search {
    color: #333 !important;
    background: none; 
    background-size: initial; 
    
    
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: FontAwesome; 
    font-size: 18px; 
    line-height: 35px; 
}

#search_block_top .btn.button-search:before {
    content: &quot;\f002&quot;; 
    color: #333; 
}

/* Estilos para desplegable del buscador */
#suggestions .suggest-element {
    background-color: #ffffff;
    border: 0.1px solid #fdf3fa;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

#suggestions .more-results a {
    padding: 8px;
    width: 100%;
    float: left;
    background-color: white;
}

#suggestions .container-button-add-to-cart form button[type=submit] {
    position: relative;
    color: #fff;
    background-color: #000000;
    border-radius: 10px;
    font-size: 11pt;
}

#suggestions .suggest-element:hover {
    background-color: white;
}


