.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6;
}
.table td, .table th {
  padding: 0.4rem;
  font-size: 16px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.blog-content h2{
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
}
.blog-content h3{
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px;
}
.blog-content p{
 text-align: justify;
  margin-bottom: 20px;
}
.blog-content li{
 text-align: justify;
  margin-bottom: 20px;
}
.blog-content ul{
  list-style: inside;
  margin: 5px;
  padding: 5px;
  text-align: justify;
}
.blog-content .product_card{
  min-height: 120px;
  text-align: center;
  margin-bottom: 10px;

}
.blog-content img{
 border-radius: 5px;
  margin: auto;
}
.blog-content .product_card_root{
  display: inline;
  text-align: -webkit-center;
}
.blog-content .product_card_root .product_card_image{
  place-self: center
}

.blog-content .product_card_image{
  background-size:cover;
  /*float:right;*/
}
.blog-content .product_card_button_price{
  display: ruby-text; justify-content: space-between;
}

.blog-content .product-grid{
  display: grid;
  column-gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .blog-content .product-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr))!important;
  }
}
.blog-content .product-grid-parent{
  border: 1px solid gray;
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
}
.blog-content .product-grid-title{
  color: black;
  margin-top: 3px;
  height: 60px;
}
.blog-content .product-grid-price{
  color: var(--main-color);
  text-align: left;
}
.product-description{
  text-align: -webkit-center;

}
.product-description p{
  text-align: justify;
  line-height: 1.7rem;
  margin-bottom: 20px;
}
.product-description img{
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-description ul{
  list-style: inside;
  margin: 5px;
  padding: 5px;
  text-align: justify;
}

.product-description h2, h3, h4, h5, h6{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7rem;
}
