Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. .woocommerce-product-details__short-description,
  2. .variations {
  3. position: relative;
  4. }
  5. .woocommerce-product-details__short-description::after,
  6. .variations:after {
  7. background: #dedede none repeat scroll 0 0;
  8. content: ".";
  9. height: 1px;
  10. left: 0;
  11. position: absolute;
  12. bottom: -10px;
  13. width: 100%;
  14. }