.buscador-container {
  margin-bottom:20px;
  display: block;
  height: 50px;
}

.buscador-container .buscar{
  float:left;
  width:80%;
  padding: 24px 10px;
}

.buscador-container .btn-buscar{
  float:left;
  width:20%;
}

#busqueda-productos .item{
  width: 100%;
  margin-bottom: 20px;
  float:left;
}

#buscardor-section {
  background-color:#0096ff;
  color: #ffffff;
  min-height:50px;
  position: relative;
  z-index: 9999;
}

#buscardor-section .grid-row {
  margin-bottom:0 !important;
  padding-top: 10px;
}

#buscardor-section .texto-buscador {
  height: 50px;
  line-height: 30px;
}

#buscardor-section input.buscar {
  width: 85% !important;
  float:left !important;
}

#buscardor-section button.btn-buscar {
  width: 10% !important;
  float:left !important;
  height: 40px !important;
  border: none !important;
  background: #19324b !important;
  text-align: center !important;
  padding-left: 25px;
}

#buscador-section .btn-buscar i {
  line-height: 15px !important;
}

#buscardor-section button.btn-buscar:hover {
  color:#aaa !important;
}

#busqueda-productos .grid-col{
  margin: 0 !important;
  padding-left:10px;
  padding-right:10px;
  
}

#busqueda-productos img.image-producto {
  max-width: 100%;
  height: auto;
}

#busqueda-productos .title-no-products {
  font-size: 1.5em;
}

#busqueda-productos .product-name {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#0096ff;
  font-size:17px;
  margin-top:10px;
  padding: 10px 0;
}

#busqueda-productos .product-name:hover {
  background-color:#0096ff;
  color: #ffffff;
}

#busqueda-productos .blue-line {
  border-bottom: 5px solid #0096ff !important;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) { /* phone */
  #buscardor-section .grid-row {
    padding-bottom: 10px !important;
  }

  #buscardor-section .grid-col {
		float: none;
    margin:0 !important;
  }
  
  #buscardor-section .texto-buscador{
    text-align: center;
    margin-bottom: 5px;
  }
}

.slider .intro p {
  margin: 0 auto;
  max-width: 80%;
}