.contact_phone span a {
    color: #FFFFFF;
}
p .tel{
    color: #687188;
}
.form-control:focus {
    border-color: #ff324d!important;
}

.heading_suscribir h3{
    text-transform: none!important;
}

.widget_categories li a.active, .widget_archive li a.active {
    color: #ff324d!important;
}

.sidebar .widget + .widget{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
/*.filter_price .ui-slider .ui-slider-handle{
    left: 95%!important;
}*/

textarea{
    resize: none;
}

.ps-search--result.active {
    opacity: 1;
    visibility: visible;
}

.ps-search--result {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fafafa;
    z-index: 50;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 50px;
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
/*.nav-fixed .middle-header {
    display: block!important;
}*/

@media only screen and (max-width: 991px){
    .ps-search--result.active {
        margin-top: 150px!important;
        overflow-y: scroll!important;
        height: 400px!important;
    }
}
.ps-search--result.active {
    overflow-y: scroll!important;
    height: 400px!important;
}