h1 {
  color: deeppink !important;
}

.home_header {
  margin-bottom: 60px;
  text-align: center;
}

img.show-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 10px;
  /* border: 1px solid #cccccc; */
}

.img-product {
  width: auto;
  height: 350px;
  padding: 5px;
  object-fit: contain;
}

.bg-container {
  position: relative;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}
/* .title-dolly {
  padding: 0 10rem 0 10rem;
} */
.title-head {
  padding: 0 10rem 0 10rem;
}

.page-title {
  margin-top: 1rem;
  color: white;
}

.content-img {
  width: 300px;
  /* aspect-ratio: auto 300 / 199; */
  height: 199px;
}
.content-img-custom {
  height: 300px;
  width: 199px;
}

.card {
  border: none !important;
}

.card .card-body .card-text .strong {
  color: pink !important;
}

.icon-content {
  font-size: 20px;
  border-radius: 8px;
}

.list-group-item {
  border: none !important;
}
.list-group-item a:hover {
  color: rgb(223, 75, 95);
}

.tagcloud a {
  margin-top: 5px;
  margin-bottom: 5px;
  background: no-repeat left;
}
.fa-heart {
  color: palevioletred;
}
.share-menu .list-group {
  flex-wrap: wrap;
}
.share-btn {
  flex-direction: row !important;
}
.share-btn .list-group-item {
  padding: 5px 10px !important;
  font-size: 20px !important;
}

/* //! responsive */
@media screen and (max-width: 768px) {
  .embed-youtube {
    display: none !important;
  }
  .title-head {
    padding: 0;
  }
  .content .col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .collapsed-sidebar-categories {
    display: none !important;
  }
}
