.header-search-size {
  height: 45px;
}

.product-section {
  background-color: #EEEDE8;
  padding-top: 30px;
  margin-bottom: 30px;
}

.product-title {
  padding: 0 15px;
}

.product-title p {
  text-align: left;
  color: #000000;
  font-weight: 500;
}

.product-title p.price-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #FB5149;
}

.nav-link.custom {
  padding: 5px 1rem;
}

.mt-20px {
  margin-top: 20px;
}

.mt-30px {
  margin-top: 30px;
}

.index-tags-product {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: red;
  color: #FFF;
  width: 50px;
  font-size: 18px;
  border-radius: 10px;
}
.tags-product{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: #FFF;
  width: auto;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 10px;
}


.tags-price {
  background-color: #B2B2B2;
  color: #000;
}

.btn-back-page {
  /* width: 50px; */
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}

.btn-back-page:focus {
  outline: none;
}

.btn-back-page svg {
  /* width: 100%; */
  width: 50%;
  height: 100%;
  object-fit: cover;
  fill: #B2B2B2;
}

.back-page {
  cursor: pointer;
}

.font-20px {
  font-size: 20px;
}

.blank_page {
  height: 32vmin;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-light-gray {
  color: #B2B2B2;
}

.border-radius0{
  border-radius: 0;
}
.w120-button{
  min-width: 100px;
}

.col-auto {
  position: relative;
}

@media (max-width: 768.99px) {
  .product-img img {
    min-width: unset;
    max-height: 195px;
  }

  .product-section {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .title-service {
    color: #fff;
    background-color: #009444;
    border-radius: 25px;
    padding: 5px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    height: 35px;
  }
  
  .title-service svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    padding-left: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 576.99px) {
  .link-page {
    display: block;
}
.service-img {
    max-width: unset;
    height: 100%;
}
}
@media (max-width: 425px) {
  .product-card .product-img {
    width: 100%;
    height: auto;
  }

  .product-img img {
    min-width: unset;
    max-height: 195px;
  }

  .product-title p.max-lines {
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 320px) {
  .card.product-card {
    min-width: 100px;
    height: 100%;
  }

  .product-img img {
    min-width: unset;
    max-height: 195px;
  }

  .product-card .product-img {
    width: 140px;
    height: auto;
  }
}