
/* Advanced Search 5 Pro - Advanced Styles Content */
.buscador-home .card {
    position: relative;
    display: contents;
    margin-bottom: 0.75rem; 
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    align-items: center;
}

@media (max-width: 480px) {
    #PM_ASBlockOutput_1 {
        /* display: block; */
        display: none;
    }
}

.buscador-home .card-block {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.PM_ASBlockOutput {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.buscador-home input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 16px;
    width: 100%;
}

.buscador-home button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
}

.buscador-home button:hover {
    background-color: #0056b3;
}

.PM_ASResetSearch{
	display:none
}

body#checkout .\2ebuscador-home {
    display: none;
}

