.row_category {
    background: orangered;
}

.price_line_through{
    text-decoration: line-through
}

.card-img-top {
    width: auto;
    min-height: 180px;
    max-width: 100%;
    max-height: 100%;
}

.div-carousel-card-img-top{
    width: auto;
    min-height: 180px;
    max-width: 100%;
    max-height: 100%;
}

.img-carousel-card-img-top{
    width: auto;
    min-height: 180px;
    max-width: 100%;
    max-height: 100%;
}


.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 99999;
}

.sticky + .content {
  padding-top: 5rem;
}
