.buscador {
  background: #f2f2f2;
  border-radius: 0px;
  border: none;
  padding: 0px 10px;
	padding-left: 30px;
	border-radius: 3px;
}
.boton_buscar {
  background: transparent;
  position: relative;
  border: none;
  right: -25px;
}
.destacado {
	color: #393 !important;
}
.logo_marca {
  height: 70px;
  width: auto;
}
.box_gris {
	background: #f3f3f3;
  padding: 15px 10px;
}
a.boton_ficha {
  float: left;
  background: #f2f2f2;
  padding: 8px 20px;
  margin-top: 5px;
  border-radius: 0;
  border: 1px solid #d2d2d2;
	color: #333;
}

.boton_ficha .fa-file:before {
  color: #333;
}

.img-producto{
  height: 200px;
  object-fit: contain;
  padding: 15px;
  transition: all ease .6s;
}

img.img-producto:hover {
  transform: scale(1.05);
}

.product-grid .col-md-3.col-6{
  display: flex;
  justify-content: center;
  /* border: 1px solid transparent; */
}

.product-grid .col-md-3.col-6:hover{
  /* border: 1px solid #ddd; */
}

.product-grid .col-md-3.col-6:after {
  content: '';
  width: 1px;
  height: 70%;
  background-color: #ddd;
  top: 16%;
  position: absolute;
  right: 0;
}

.modal-descripcion .modal-content{
  border: 0;
  border-radius: 0;
}

.modal-descripcion .modal-header{
  -ms-align-items: center;
  align-items: center;
}

.modal-descripcion  a.mybtn {
  line-height: 13px;
}

.mybtn i {
  color: #fff;
}

@media (min-width:768px) {
  .modal-descripcion .modal-header, .modal-descripcion .modal-body{
    padding: 30px;
  }
}
@media (max-width:767px) {
  footer#copyright .col-md-3 {
    padding-bottom: 20px;
  }
}
