/* Overwritting style.css */
.breadcrumb_bg {
  background: #bee5db;
  background-image: url("../../img/breadcrumb_bg2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single_product_text button {
  background: none;
  border: none;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding: 0;
  margin: 0;
}