/* ==========================================================================
   Tribute Products Slider Block Styles
   ========================================================================== */

.traf-page-light-slider2__card-line {
  height: 2px;
  background-image: linear-gradient(to right, #f2f2f2, #f2f2f2), linear-gradient(to right, #f2f2f2, #f2f2f2), linear-gradient(to right, #f2f2f2 50%, transparent 50%);
  background-size: 5% 2px, 5% 2px, 4% 2px;
  background-position: left center, right center, calc(5% + 2.5%) center;
  background-repeat: no-repeat, no-repeat, repeat-x;
}
