.align-items-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #f3f3f3;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.align-items-start {
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 5px;
}

.category-background {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  width: 150vw;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}

.btn-compra-category button {
  width: 100% !important;
  background-color: black !important;
  margin-top: 10px !important;
  color: white !important;
  border-radius: 5px !important;
  font-size: 14px;
}

.btn-compra-category {
  background-color: white !important;
  border-top: 0px !important;
}

.product-thumb .caption {
  min-height: 137px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-thumb .caption h4 {
  min-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-thumb .caption .rating {
  margin-bottom: 10px;
}

.col-md-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.product-layout.product-grid.col-xs-6.col-md-2-4 {
  padding-left: 3px;
  padding-right: 3px;
  box-sizing: border-box;
}

.inicio a {
  text-align: start;
}

@media (max-width: 767px) {
  .align-items-end {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .col-12 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .col-12 .form-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .col-12 .input-group-addon {
    display: block;
    text-align: center;
    padding: 5px;
    width: 100%;
  }

  .col-12 select {
    width: 70% !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
  }

  .col-12.col-sm-6 {
    text-align: center;
    margin-bottom: 15px;
  }

  .col-md-2-4 {
    max-width: 50%;
  }
}
