/* Start custom CSS for shortcode, class: .elementor-element-53297f7 *//* Disable all links inside WooCommerce Product Table titles */
.wcpt-title {
    pointer-events: none; /* Disable clicking */
    cursor: default;      /* Change cursor to default arrow */
    color: inherit;       /* Keep the text color same as normal text */
    text-decoration: none; /* Remove underline */
}








@media (max-width: 767px){
  .my-table-fix table {
    display: block;
    width: 100% !important;
    table-layout: fixed;
    overflow-x: auto;
  }
  .my-table-fix th,
  .my-table-fix td {
    white-space: normal !important;
    word-break: break-word;
    min-width: 0 !important;
  }
}/* End custom CSS */