<?php
/**
 * Header cart dropdown
 *
 * @package Total WordPress theme
 * @subpackage Partials
 * @version 4.5.4
 */ ?>

<div id="current-shop-items-dropdown">
	<div id="current-shop-items-inner"><?php the_widget( 'WC_Widget_Cart' ); ?></div>
</div>