

/* .title:after {
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background-color: #007bff;
    margin: 10px auto 0;
} */

.box-container {
    width: 100%;
    margin: 0 auto;
}
/* -------------------box phone---------------------- */
.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.center-image {
    width: 50px;
    height: 50px;
}
.breadcums {
  color: #8a8a8a;
  font-size: 0.8rem;
  font-style: italic;
}


.row-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.ing{
    width: 50px;
    height: 50px;
}
.brand-desc {
  background:#f9fbfd
}
.box {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1rem;
}
.product-name {
  font-size:0.9rem;
}

.box img {
    width: auto;
    height: 80%;
    max-width: none;
}
