/* paper-bowls */
.product-list {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 7px;
}
.product-list li {
  font-size: 26px;
  font-family: "HVD Poster Clean";
}
.product-list li a {
  color: #9b6f41;
  display: block;
}
.productsBlock {
  background: #f0efef;
  padding: 25px 15px;
  margin-bottom: 15px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.productsView {
  background: #ffffff;
  padding: 15px;
}
.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: transparent;
  width: auto;
  height: auto;
}
.thumbnail-carousal {
  text-align: center;
}
.thumbnail-carousal .carousel-item .thumb {
  display: inline-block;
  margin-top: 5px;
}
.thumbnail-carousal .carousel-item .thumb img {
  max-width: 70px;
}
.productsBlock .contentBlock h2 {
  color: #7d6333;
  font-family: "Rubik", sans-serif;
}
.productsBlock .contentBlock p {
  font-size: 13px;
  line-height: 17px;
}
.productsBlock .contentBlock .btn:hover {
  color: #fff;
}
.productsBlock .contentBlock .btn.hvr-radial-out:before {
  background: #628b3d;
}
.usablity-list {
  margin-top: 25px;
  margin-bottom: 0;
}
.usablity-list li {
  color: #628b3d;
  text-align: center;
  padding-right: 10px;
}
.usablity-list li img {
  margin-bottom: 8px;
}
.usablity-list li p {
  line-height: 15px !important;
}