.breadcrumb {
  /*margin-top: -20px;*/
}
.breadcrumb a {
  color: #0197c1;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #0197c1;
}
.card {
  border-radius: 20px;
}
.card-body {
  padding: 0px;
}
.card img {
  height: 200px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  cursor: pointer;
}
.card .btn {
  width: 100%;
  height: 48px;
  border-radius: 11px;
  font-weight: bold;
  font-size: 17px;
}
.card-title  {
  padding: 1rem 1rem 0rem 1rem;
}
.card-text {
  padding: 0.1rem 1rem;
}

.before-discount {
  opacity: 0.7;
}
.before-discount .price {
  position: relative;
}
.before-discount .price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid red;
  transform:rotate(5deg);
}

.product img {
  border-radius: 4px;
}
.product h5 {
  font-weight: bold;
}

.product{
  font-size: 15px;
}
.product .preview img {
  opacity: 0.5;
  cursor: pointer;
}
.product .preview .active {
  opacity: 1;
}
.product .description {
  margin-top: 40px;
  color: #787878;
}
.product .price-section {
  margin-top: 40px;
  color: #787878;
}
.product .amount{
  color: black;
  font-weight: bold;
}
.product .btn {
  font-size: 20px;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
}
