.main_hide_mon{
 display: block !important;
}
.main_othide_mon{
  display: none;
}

#customer_details #order_comments_field {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.wrapper-sticky{
    height: auto !important;
}

.woocommerce-product-details__short-description.option.woocommerce-product-details__description{
    display: block;
}
.single-product .woocommerce-product-details__short-description {
    display: none;
}

.main_othide_mon{
  display: none;
}

.mobile_product_category{
    display: none !important;
}

.single-product .bpfw-btn-action a {
    display: none;
}

.bpfw-btn-action.bpfwbtnaction_pdfbook a {
    display: block;
}

.single-product .summary.entry-summary p.price {
    display: none;
}

.single-product div#com-variation-price {
    opacity: 0;
}

@media (max-width: 767px) {
  .mobile_product_category{
    display: block !important;
  }
  .webview_product_category .book_pages_name{
    display: none;
  }
}
