#woocommerce_before_main_content.hmu-hook {
  margin-left: 290px;
}

.single-product .product .price {
  font-size: 14px;
  color: #3ac498;
  font-weight: bold;
}

.single-product .product .product_title {
  font-size: 26px;
}

#post-8846.post-8846.page.type-page.status-publish.hentry {
  width: 60%;
}

#post-8871.post-8871.page.type-page.status-publish.hentry {
  width: 60%;
}

/* next and previous buttons CSS */

.prev_next_buttons {
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bolder;
}

.prev_next_buttons a[rel="prev"],
.prev_next_buttons a[rel="next"] {
  display: block;
}

.prev_next_buttons a[rel="prev"] {
  float: right;
}

.prev_next_buttons a[rel="next"] {
  float: left;
}

.prev_next_buttons::after {
  content: '';
  display: block;
  clear: both;
}

.dropdown.menu a {
  font-size: 15px;
}

.grecaptcha-badge {visibility: hidden;}


/*Remove Breadcrumbs on Desktop and Mobile*/
.woocommerce-breadcrumb {
display: none;
}