/*
==============================
Search
==============================
*/

.search-form {
  width:80%;
  margin:0 10% auto 15%;
}
.formulario-add-last-nav{
  margin: auto;
}
.search-form input {
  width:100%;
  border:0 !important;
  box-shadow:0 0 0;
  border-radius:8px !important;
  background-color:transparent;
  color:#fff !important;
}
@media (max-width:991px) {
  .formulario-add-last-nav input{
    text-align: center;
  }  
  .search-form {
    width:100%;
    margin:0 0% auto 10%;
    margin-bottom: 35px;
  }
  .last-nav-mobile .search-form {
    width:100%;
    margin:0 0% auto 0%;
    margin-bottom: 0px;
  }
}
.formulario-add-last-nav input{
  color:#000 !important;
}
.search-form input::placeholder{
  color: #fff!important;
}
.formulario-add-last-nav input::placeholder{
  color: #000!important;
}
.formulario-add-last-nav .btn{
  color: #000!important;
}
html body .search-form .icon-lupa:hover{
  background-color:transparent!important;
  border: 1px solid transparent!important;
}
.woocommerce-checkout .search-form input {
  border:0 !important;
}
.search-form input::placeholder {
  color:#000;
}
.search-form button[type=submit] {
  position:relative;
  left:-25%;
}
@media (max-width:991px) {
  .formulario-add-last-nav button[type=submit] {
    position:absolute!important;
    left: 173px !important;
    top: -4px !important;
  }
  .search-form button[type=submit] {
    position:relative;
    left:-16%;
  }
}
#searchModal .close {
  opacity:1;
}
#searchModal .close span {
  font-weight:300;
}
#searchModal .close:hover {
  color:#F0C3A1;
}
#searchModal {
  margin-top:2.5rem;
}
#searchModal .modal-header {
  border-bottom:1px solid #000;
}
#searchModal .modal-body {
  padding:1.75rem;
}
#search-main .search-form input {
  background-color:rgba(223, 47, 47, 0.4);
}
.formulario-add-last-nav::after {
  content: "";
  border-bottom: 1px #000 solid;
  width: 70%;
  display: block;
  padding-top: 0px;
  border-right: 0em solid;
  border-left: 0em solid;
}
@media (max-width:991px) {
  .formulario-add-last-nav::after {
    content: "";
    border-bottom: 1px #000 solid;
    width: 80%;
    display: block;
    padding-top: 0px;
    border-right: 0em solid;
    border-left: 0em solid;
  }
}
@media (min-width:992px) {
  .search-form {
    width: 90%;
    margin: 0 auto;
  }
  .search-form::after {
    content: "";
    border-bottom: 1px #fff solid;
    width: 70%;    
    display: block;
    padding-top: 0px;
    border-right: 0em solid;      
    border-left: 0em solid;      
  }

  .title-not-found-search,
  .titulo-palabra-busqueda{
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 27px;
  }  
  .titulo-palabra-busqueda{
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 27px;
  }
  .palabra-busqueda {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 27px;
  }
  .search-no-results #search-main{
    min-height: 100vh;
  }
  .search-no-results #search-main .search-form input {
    background-color: rgba(223, 47, 47, 0.4);
  }
  .search-results #search-main .search-form input {
    background-color: rgba(223, 47, 47, 0.4);
  }
  .columna-seach-contenido .post-thumbnail .wp-post-image{
    width: 100%;
    height: auto;
    border: 1px solid #F04442;
  }
  html body.search-results .columna-seach-contenido article .content-nombre-productos-taxonomia {
    max-height: 35px;
    height: 35px;
  }  
  html body .btn-especial-header-buscador{
    font-size: 14px!important;
    line-height: 14px!important;
  }
}
