// Close the dropdown if clicked outside of it jQuery(document).click(function(event) { if (!jQuery(event.target).closest(".dropdowncs").length) { jQuery(".dropdown-contentcs").removeClass("show"); } }); // Prevent the dropdown from closing when the SVG arrow is clicked jQuery("#svgArrowcs").click(function(event) { event.stopPropagation(); // Prevent the click from propagating to the document jQuery("#myDropdowncs").toggleClass("show"); }); // Disable right-click context menu on the button jQuery(".dropbtncs").on('contextmenu', function(e) { e.preventDefault(); }); });

Dermal Fillers

Shopping Cart