HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/makefitmeserver/public_html/wp-content/themes/f7/templates/cart-dropdown.php
<?php
	if ( ! current_theme_supports( 'vamtam-cart-dropdown' ) ) {
		return;
	}
?>

<div class="cart-dropdown hidden">
	<div class="cart-dropdown-inner">
		<a class="vamtam-cart-dropdown-link" href="<?php echo esc_url( vamtam_wc_get_cart_url() ) ?>">
			<span><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path d="M192.512 171.008h768c5.12 0 11.264 2.048 15.36 7.168 4.096 4.096 6.144 10.24 5.12 16.384l-32.768 266.24c-7.168 53.248-52.224 94.208-105.472 94.208h-573.44l8.192 41.984c10.24 49.152 54.272 86.016 104.448 86.016h492.544c12.288 0 21.504 9.216 21.504 20.48s-9.216 21.504-21.504 21.504h-492.544c-70.656 0-132.096-50.176-146.432-119.808l-103.424-520.192h-110.592c-12.288 0-21.504-9.216-21.504-21.504s9.216-20.48 21.504-20.48h128c10.24 0 18.432 7.168 20.48 16.384l22.528 111.616zM789.504 768c58.368 0 106.496 48.128 106.496 106.496s-48.128 106.496-106.496 106.496-106.496-47.104-106.496-106.496 47.104-106.496 106.496-106.496zM362.496 768c59.392 0 106.496 48.128 106.496 106.496s-47.104 106.496-106.496 106.496-106.496-47.104-106.496-106.496 48.128-106.496 106.496-106.496z"></path></svg></span>
			<span class="products cart-empty">...</span>
		</a>
		<div class="widget woocommerce widget_shopping_cart hidden">
			<div class="widget_shopping_cart_content"></div>
		</div>
	</div>
</div>