/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .woocommerce-checkout-review-order-table tr.cart_item.ts-printify-custom-product tr {
    display: table-row;
}
  .cus-prnt-sec {
      position: relative;
      width: 100%;
      text-align: left;
    }

    .cus-right-sec {
      position: sticky;
      max-height: 800px;
      top: 0;
    }

    /* for single product page cs */
    a.reset_variations {
      display: none !important;
    }

    a.button.customizer-button.ts-img-butn {
      background: #44b6e7 !important;
      color: white !important;
    }