Contact Us 2

Cart (0 items)
Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
Click outside to hide the comparison bar
Compare
jQuery(document).ready(function($){ $('.elementor-tabs-wrapper .elementor-tab-title').hover(function(){ var $tabs = $(this).closest('.elementor-tabs-wrapper'); var index = $(this).index(); // Remove active classes $tabs.find('.elementor-tab-title').removeClass('elementor-active'); $tabs.find('.elementor-tab-content').removeClass('elementor-active'); // Add active class to hovered tab and corresponding content $(this).addClass('elementor-active'); $tabs.find('.elementor-tab-content').eq(index).addClass('elementor-active'); }); });