body.html{
  overflow-x: hidden !important;
}
.article-content .time {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #bebebe;
}
.article-content .tag {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-bottom: 0.2rem;
}
.article-card .btn {
  color: white;
}
.article-card {
  margin-bottom: 2em;
}
#toast-container>div {
  opacity: 1;
  width: inherit;
  min-width: 300px;
  max-width: 400px;
}

.toast.toast-error {
  background: red;
  color: white;
}

.toast.toast-success {
  background: green;
  color: white;
}
a.link.card.justify-content-start.text-center.mb-3.consumer{
  background: white !important;
}
.consumer img {
  height: 300px !important;
  width: max-content !important;
  margin: auto !important;
}
.page-item.active .page-link {
  background-color: #131313;
  border-color: #131313;
}
.page-link{
  color: #131313;
}
.internal_product_img .img {
  width: 250px;
  /* background: white; */
  text-align: center;
}
.internal_product_img img{
  height: auto;
  max-height: 400px;
  width: auto;
  max-width: 100%;
    /* background: white; */
  }
  .bg-white{
    background: white;
}
.mark_name{
  display: none;
}
.blob:hover + .mark_name,.mark_name:hover{
  display: block;
}
.sub-menu .card {
  background: white;
}
.sub-menu .card img {
  width: initial;
  max-width: 100%;
  height: auto;
  max-height: 260px;
  margin: auto;
}
h5#exampleModalLabel {
  color: #6c757d;
}
.banner_h{
  width: 100%;
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.font-c-products{
  font-size: 22px;
  font-weight: bold;
}
/* .c_c_c .card {
  width: 24%;
} */
.c_c_c .card h3{
  background-color: transparent;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 66px;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.c_c_c a.link.card,
.c_c_c a.link.card.justify-content-start.text-center.mb-3.consumer{
  background: transparent !important;
}
.img-product-c{
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
  width: 100px;
  transform: translate(-50%,-50%);
  margin: 0;
}
@media screen and (max-width: 480px) {
  .banner_h {
    height: 244px;
  }
  section.section-2c.pt-6.internal-2c.pe-4.pe-md-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.sustainability .row{
  flex-direction: column !important;
}
.sustainability .image-col {
  margin-bottom: 2em;
}
}