.fastcaps.woocommerce-js {
  td.product-name {
    dl.variation {
      font-size: 14px;
      line-height: 1.6;
      dd {
        p {
          font-weight: 600;
        }
      }
    }
  }
  .woocommerce-cart {
    table.shop_table {
      .woocommerce-Price-amount {
        font-weight: 600 !important;
      }
    }
  }
}
