<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en" xml:lang="en" >
<head><meta charset="UTF-8">
<!--[if IE]>
	<meta http-equiv="x-ua-compatible" content="IE=Edge" />
<![endif]-->
<title></title>
<meta name="keywords" content="decal, disabled, disability, disabilities, access, accessible, accessibility, advocacy, advocate, dissent, dissension, dissenter, disability rights, human rights, empower, empowerment, equal, equality, equity, inclusion, inclusive, inclusivity, LGBTQ, LGBT, queer, gay, lesbian, trans, transgender, wheelchair, headrest,  resist, mental health, spoons, spoonies, special needs, sticker, stickers, vinyl, myxpressions, veteran, veterans, vets, military, navy, marine, air force, army, armed forces, national guard, vote, election, voting" />
<meta name="description" content="Introducing a clothing line for wheelchairs! We accessorize ourselves with jewelry, hats, belts, nail polish, etc., why not our wheelchairs?" />
<meta name="generator" content="AbanteCart v1.2.15 - Open Source eCommerce solution" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<base href="https://myxpressions.com/" />

<link href="resources/image/18/73/4.png" type="image/png" rel="icon" />

<link href="storefront/view/default/image/apple-touch-icon.png" rel="apple-touch-icon" />
<link href="storefront/view/default/image/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />
<link href="storefront/view/default/image/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120" />
<link href="storefront/view/default/image/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152" />
<link href="storefront/view/default/image/icon-192x192.png" rel="apple-touch-icon" sizes="192x192" />


	<link href="storefront/view/default/stylesheet/bootstrap.min.css" rel="stylesheet" type='text/css' />
	<link href="storefront/view/default/stylesheet/flexslider.css" rel="stylesheet" type='text/css' />
	<link href="storefront/view/default/stylesheet/onebyone.css" rel="stylesheet" type='text/css' />
	<link href="storefront/view/default/stylesheet/font-awesome.min.css" rel="stylesheet" type='text/css' />
	<link href="storefront/view/default/stylesheet/style.css" rel="stylesheet" type='text/css' />

<style>
.visible-print  { display: inherit !important; }
.hidden-print   { display: none !important; }

a[href]:after {
	content: none !important;
}
</style>



	<script type="text/javascript" src="storefront/view/default/javascript/jquery-1.12.4.min.js"></script>
	<script type="text/javascript" src="storefront/view/default/javascript/jquery-migrate-1.2.1.min.js"></script>


<script type="text/javascript">
	var baseUrl = 'https://myxpressions.com/';

	function update_cart(product_id){

		var senddata = {},
			result = false;
		if(product_id){
			senddata['product_id'] = product_id;
		}
		$.ajax({
                url:'https://myxpressions.com/index.php?rt=r/product/product/addToCart',
                type:'GET',
                dataType:'json',
                data: senddata,
				async: false,
                success:function (data) {
					//top cart
					$('.nav.topcart .dropdown-toggle span').first().html(data.item_count);
					$('.nav.topcart .dropdown-toggle .cart_total').html(data.total);
					if($('#top_cart_product_list')){
						$('#top_cart_product_list').html(data.cart_details);
					};
	                result = true;
                }
        });
		return result;
	}

	//event for adding product to cart by ajax
	$(document).on('click', 'a.productcart', function() {
        var item = $(this);
        //check if href provided for product details access
        if ( item.attr('href') && item.attr('href') != '#') {
        	return true;
        }
        if(item.attr('data-id')){
	        if( update_cart(item.attr('data-id')) == true ) {
		        var alert_msg = '<div class="quick_basket">'
				        + '<a href="https://myxpressions.com/index.php?rt=checkout/cart" title="Added to cart">'
				        + '<i class="fa fa-shopping-cart fa-fw"></i></a></div>';
				item.closest('.thumbnail .pricetag').addClass('added_to_cart').prepend(alert_msg);
	        }
        }
    return false;
});
$(window).on('load', function(){
	update_cart();
});
$(document).on('click','a.call_to_order',function(){
	goTo('https://myxpressions.com/index.php?rt=content/contact');
	return false;
});

function search_submit () {
    var url = 'https://myxpressions.com/index.php?rt=product/search';
	var filter_keyword = $('#filter_keyword').val();
	if (filter_keyword) {
	    url += '&keyword=' + encodeURIComponent(filter_keyword);
	}
	var filter_category_id = $('#filter_category_id').attr('value');
	if (filter_category_id) {
	    url += '&category_id=' + filter_category_id;
	}
	location = url;
	return false;
}
</script></head>
<body class="home">
<div class="container-fixed" style="max-width: 100%">

<header>
<div class="headerstrip navbar navbar-inverse" role="navigation">
	<div class="container-fluid">
	  <div class="navbar-header header-logo">
	    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
	      <span class="sr-only"></span>
	      <span class="icon-bar"></span>
	      <span class="icon-bar"></span>
	      <span class="icon-bar"></span>
	    </button>
	    		<a class="logo" href="https://myxpressions.com/">
			<img src="resources/image/18/73/3.png" width="" height="" title="myXpressions" alt="myXpressions"/>
		</a>
			  </div>
	  <div class="navbar-collapse collapse">
	  	<div class="navbar-right headerstrip_blocks">
	  	    <div class="block_1"></div>
	  	    <div class="block_2"><div id="customernav" class="navbar">
	<ul class="nav navbar-nav main_menu" id="customer_menu_top">
		<li><a href="https://myxpressions.com/index.php?rt=account/login">Login or register</a></li>
	</ul>
</div></div>
	  	    <div class="block_3"><div class="topnavbar navbar" id="topnav">
	<span class="sr-only">Main Menu</span>
 	<ul id="main_menu_top" class="nav navbar-nav main_menu">
		    	    <li  data-id="menu_specials"  class="dropdown "><a  class="top menu_specials"  href="https://myxpressions.com/index.php?rt=product/special" ><i class="fa fa-tag"></i>&nbsp;<span class="menu_text">Specials</span></a></li>
<li  data-id="menu_account"  class="dropdown "><a  class="top menu_account"  href="https://myxpressions.com/index.php?rt=account/account" ><i class="fa fa-user"></i>&nbsp;<span class="menu_text">Account</span></a>
<ul class='sub_menu dropdown-menu'>
<li  data-id="menu_login"  class="dropdown "><a  class="sub menu_login"  href="https://myxpressions.com/index.php?rt=account/login" ><i class="fa fa-user"></i>&nbsp;<span class="menu_text">Login</span></a></li>
<li  data-id="menu_order"  class="dropdown "><a  class="sub menu_order"  href="https://myxpressions.com/index.php?rt=account/invoice" ><i class="fa fa-briefcase"></i>&nbsp;<span class="menu_text">Check Your Order</span></a></li>
</ul>
</li>
<li  data-id="menu_cart"  class="dropdown "><a  class="top menu_cart"  href="https://myxpressions.com/index.php?rt=checkout/cart" ><i class="fa fa-shopping-cart"></i>&nbsp;<span class="menu_text">Cart</span></a></li>
<li  data-id="menu_checkout"  class="dropdown "><a  class="top menu_checkout"  href="https://myxpressions.com/index.php?rt=checkout/shipping" ><i class="fa fa-money"></i>&nbsp;<span class="menu_text">Checkout</span></a></li>
	</ul>
</div></div>
	  	    <div class="block_4"><form id="search_form" class="form-search top-search">
    <input  type="hidden" name="filter_category_id" id="filter_category_id" value="0"/>
    <div class="btn-group search-bar">
    	<input type="text"
			   id="filter_keyword"
			   name="filter_keyword"
			   autocomplete="off"
    		   class="pull-left input-medium search-query dropdown-toggle"
			   placeholder="Search Keywords"
			   value=""
    		   data-toggle="dropdown"/>
    	 <div class="button-in-search" title="Go"><i class="fa fa-search"></i></div>
        	<ul  id="search-category" class="dropdown dropdown-menu col-md-2 noclose">
    		<li class="active"><a id="category_selected">All Categories</a></li>
    		<li class="divider"></li>
    		    			<li class="search-category">
				    <a id="category_0">All Categories</a>
			    </li>
    		    			<li class="search-category">
				    <a id="category_71">Stickers</a>
			    </li>
    		    			<li class="search-category">
				    <a id="category_68">Wheelchair accessories</a>
			    </li>
    		    	</ul>
        </div>
</form></div>
	  	</div>
	   </div><!--/.navbar-collapse -->
	</div>         
</div>
<div class="container-fluid">
    <div class="col-md-12 headerdetails">
    	<!-- header blocks placeholder -->
    	<div class="block_5"></div>			
    	<div class="block_6"><ul class="nav language pull-left">
  <li class="dropdown hover">
  
	  
	  
		<a class="dropdown-toggle" data-toggle=""><span><span class="label label-orange font14">$</span> US Dollar</span><b class="caret"></b></a>
	    
    <ul class="dropdown-menu currency">
  
      <li>
      	<a href="https://myxpressions.com/index.php?rt=index/home&amp;currency=EUR">€ Euro</a>
      </li>
  
      <li>
      	<a href="https://myxpressions.com/index.php?rt=index/home&amp;currency=GBP">£ Pound Sterling</a>
      </li>
  
      <li>
      	<a href="https://myxpressions.com/index.php?rt=index/home&amp;currency=USD">$ US Dollar</a>
      </li>
    </ul>
  </li>
</ul>
</div>
    	<div class="block_7"><ul class="nav topcart pull-left">
    <li class="dropdown hover"> 
        <a href="https://myxpressions.com/index.php?rt=checkout/cart" class="dropdown-toggle"><i class="fa fa-shopping-cart fa-fw"></i>&nbsp;&nbsp;
			<span class="label label-orange font14">
				0			</span>
			Items			-
			<span class="cart_total">
				$0.00			</span>
			<b class="caret"></b>
		</a>
        <ul class="dropdown-menu topcartopen ">
            <li>
				<div id="top_cart_product_list">
					<div class="empty_cart text-center">
		<i class="fa fa-shopping-cart"></i>
	</div>
				</div>

				<div class="row">
				    
					<div class="col-sm-6 col-xs-6 text-center">
					    <a class="btn btn-default" href="https://myxpressions.com/index.php?rt=checkout/cart" title="View Cart">
							<i class="fa fa-shopping-cart fa-fw"></i>
						</a>
					</div>
					<div class="col-sm-6 col-xs-6  text-center">
				    	<a class="btn btn-primary" href="https://myxpressions.com/index.php?rt=checkout/shipping" title="Checkout">
							<i class="fa fa-money fa-fw"></i>
						</a>
					</div>

				    				</div>
            </li>
        </ul>
    </li>
</ul></div>
    	<div class="block_8"><div class="header_block">
			<div class="social_icons">
 <a href="http://www.facebook.com/myXpressnFashn" target="_blank" title="Facebook" class="facebook" rel="noopener">Facebook</a>
 <a href="https://twitter.com/myXpressnFashn" target="_blank" title="Twitter" class="twitter" rel="noopener">Twitter</a>

</div>
		</div></div>
    	<!-- header blocks placeholder (EOF) -->
    </div>
</div>
</header>
<!-- header_bottom blocks placeholder -->
	<div class="container-fluid">
	    	<div class="col-md-12">
<section id="categorymenu">
<h4 class="hidden">&nbsp;</h4>
    <nav class="subnav">
    	<ul class="nav-pills categorymenu">
    		<li><a class="active menu_home" href="https://myxpressions.com/">Home</a>

    			<div>
    				<ul id="main_menu" class="nav">
    					    					<!-- Top Nav Start -->
    					<li  data-id="menu_specials"  class="dropdown "><a  class="top menu_specials"  href="https://myxpressions.com/index.php?rt=product/special" ><i class="fa fa-tag"></i>&nbsp;<span class="menu_text">Specials</span></a></li>
<li  data-id="menu_account"  class="dropdown "><a  class="top menu_account"  href="https://myxpressions.com/index.php?rt=account/account" ><i class="fa fa-user"></i>&nbsp;<span class="menu_text">Account</span></a>
<ul class='sub_menu dropdown-menu'>
<li  data-id="menu_login"  class="dropdown "><a  class="sub menu_login"  href="https://myxpressions.com/index.php?rt=account/login" ><i class="fa fa-user"></i>&nbsp;<span class="menu_text">Login</span></a></li>
<li  data-id="menu_order"  class="dropdown "><a  class="sub menu_order"  href="https://myxpressions.com/index.php?rt=account/invoice" ><i class="fa fa-briefcase"></i>&nbsp;<span class="menu_text">Check Your Order</span></a></li>
</ul>
</li>
<li  data-id="menu_cart"  class="dropdown "><a  class="top menu_cart"  href="https://myxpressions.com/index.php?rt=checkout/cart" ><i class="fa fa-shopping-cart"></i>&nbsp;<span class="menu_text">Cart</span></a></li>
<li  data-id="menu_checkout"  class="dropdown "><a  class="top menu_checkout"  href="https://myxpressions.com/index.php?rt=checkout/shipping" ><i class="fa fa-money"></i>&nbsp;<span class="menu_text">Checkout</span></a></li>
    				</ul>
    			</div>
    		</li>
    		  		
    			    				<li ><a href="https://myxpressions.com/index.php?rt=product/category&amp;path=71">&nbsp;&nbsp;Stickers</a>
    					    					    				</li>
    			    				<li ><a href="https://myxpressions.com/index.php?rt=product/category&amp;path=68">&nbsp;&nbsp;Wheelchair accessories</a>
    					    					    				</li>
    			    		    	</ul>
    </nav>
</section>	</div>
	<div class="col-md-12">
	</div>
	</div>
<!-- header_bottom blocks placeholder -->

<div id="maincontainer">

  

	<div class="container-fluid">
		
				<div class="col-md-12 col-xs-12 mt20">
				
		<div class="">
		<section class="contentpanel">
<h4 class="hidden">&nbsp;</h4>
	<div class="welcome_msg">
		Welcome to our online shop!	</div>
</section>		</div>
		 
				<!-- content bottom blocks placeholder -->
		<section id="featured" class="row mt20">
<h4 class="hidden">&nbsp;</h4>
	<div class="container-fluid">
				<div class="block_frame block_frame_featured"
			 id="block_frame_featured_1769">
			<h1 class="heading1"><span class="maintext">Featured</span><span
						class="subtext">See Our Most featured Products</span></h1>
			
			<div class="thumbnails list-inline">
				<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
						   title="Crip the Vote Stickers 2020 without hair (dark red)">Crip the Vote Stickers 2020 without hair (dark red)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"><img src="//myxpressions.com/image/thumbnails/18/7b/myXpressions_com____cripthevote2020_nohair2-100273-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Nothing about us without us; give America their missing piece of the full picture. Raise awareness and let your voice be heard with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="133"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"
						   title="Crip the Vote Stickers 2020 with hair (dark red)">Crip the Vote Stickers 2020 with hair (dark red)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"><img src="//myxpressions.com/image/thumbnails/18/7b/myXpressions_com____cripthevote2020_hair2-100272-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="132"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"
						   title="Crip the Vote Stickers 2020 with hair (blue high-heeled shoe)">Crip the Vote Stickers 2020 with hair (blue high-heeled shoe)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"><img src="//myxpressions.com/image/thumbnails/18/7a/blue_high_heel___hair-100271-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="131"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"
						   title="Crip the Vote Stickers 2020 with hair (American Flag high-heeled shoe)">Crip the Vote Stickers 2020 with hair (American Flag high-heeled shoe)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"><img src="//myxpressions.com/image/thumbnails/18/7a/American_flag_high_heel___hair-100270-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="130"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
		</div>

					</div>
		</div>
</section>
<div class="sep"></div>
  
<section id="latest" class="row mt20">
<h4 class="hidden">&nbsp;</h4>
	<div class="container-fluid">
				<div class="block_frame block_frame_latest"
			 id="block_frame_latest_1770">
			<h1 class="heading1"><span class="maintext">Latest Products</span><span
						class="subtext">See New Products</span></h1>
			
			<div class="thumbnails list-inline">
				<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
						   title="Crip the Vote Stickers 2020 without hair (dark red)">Crip the Vote Stickers 2020 without hair (dark red)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"><img src="//myxpressions.com/image/thumbnails/18/7b/myXpressions_com____cripthevote2020_nohair2-100273-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Nothing about us without us; give America their missing piece of the full picture. Raise awareness and let your voice be heard with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="133"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"
						   title="Crip the Vote Stickers 2020 with hair (dark red)">Crip the Vote Stickers 2020 with hair (dark red)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"><img src="//myxpressions.com/image/thumbnails/18/7b/myXpressions_com____cripthevote2020_hair2-100272-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="132"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=132"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"
						   title="Crip the Vote Stickers 2020 with hair (blue high-heeled shoe)">Crip the Vote Stickers 2020 with hair (blue high-heeled shoe)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"><img src="//myxpressions.com/image/thumbnails/18/7a/blue_high_heel___hair-100271-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="131"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=131"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
					<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"
						   title="Crip the Vote Stickers 2020 with hair (American Flag high-heeled shoe)">Crip the Vote Stickers 2020 with hair (American Flag high-heeled shoe)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"><img src="//myxpressions.com/image/thumbnails/18/7a/American_flag_high_heel___hair-100270-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Raise disability awareness with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="130"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=130"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
		</div>

					</div>
		</div>
</section>
<div class="sep"></div>
  
<section id="bestseller" class="row mt20">
<h4 class="hidden">&nbsp;</h4>
	<div class="container-fluid">
				<div class="block_frame block_frame_bestsellers"
			 id="block_frame_bestsellers_1771">
			<h1 class="heading1"><span class="maintext">Bestsellers</span><span
						class="subtext">See Best Selling Products</span></h1>
			<div class="thumbnails list-inline">
				<div class="col-md-3 col-sm-6 col-xs-12">
				<div class="fixed_wrapper">
					<div class="fixed">
						<a class="prdocutname" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
						   title="Crip the Vote Stickers 2020 without hair (dark red)">Crip the Vote Stickers 2020 without hair (dark red)</a>
										</div>
				</div>
				<div class="thumbnail">
															<a href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"><img src="//myxpressions.com/image/thumbnails/18/7b/myXpressions_com____cripthevote2020_nohair2-100273-250x250.png" width="250" height="250"  alt=""  /></a>
					<div class="shortlinks">
						<a class="details" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133">View</a>
													<a class="compare" href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133#review">Write Review</a>
																</div>
					<div class="blurb">Now more than ever our voices need to be heard! Nothing about us without us; give America their missing piece of the full picture. Raise awareness and let your voice be heard with these #CripTheVote stickers.</div>
															<div class="pricetag jumbotron">
														<a data-id="133"
								href="https://myxpressions.com/index.php?rt=product/product&amp;product_id=133"
							   class="productcart"
							   title="Add to Cart"
							>
								<i class="fa fa-cart-plus fa-fw"></i>
							</a>
														<div class="price">
																	<div class="oneprice">$2.17&nbsp;&nbsp;Inc Tax</div>
															</div>
												</div>
									</div>
			</div>
		</div>
		</div>
			</div>
</section>
<div class="sep"></div>
  
<div class="sep"></div>
  
		<!-- content bottom blocks placeholder (EOF) -->
				</div>

			</div>

</div>

<!-- footer top blocks placeholder -->
	<div class="container-fluid">
		<div class="col-md-12">
	    <!-- Init NeoWize -->
<script>
	(function()
	{
		try
		{
			// set neowize api key
			window.neowize_api_key = "122A0462-8A19-41D9-A609-9571B0462136";

			// set product id (relevant for product pages)
			window.neowize_product_id = "";

			// set current cart data
			window.neowize_cart_data = [];
		}
		catch (err)
		{
			window.neowize_error = err;
		}
	})();
</script>
<script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/shoptimally-ire/dist/neowize/abantecart/nwa.js" defer="" async=""></script>
<script type="text/javascript" src="https://s3-eu-west-1.amazonaws.com/shoptimally-ire/dist/neowize/abantecart/abante.js" defer="" async=""></script>
<!-- End NeoWize Init -->
	  	</div>
	</div>
<!-- footer top blocks placeholder -->

<!-- footer blocks placeholder -->
<div id="footer">
		<footer>
				<section class="footersocial">
			<h4 class="hidden">&nbsp;</h4>

			<div class="container-fluid">
				<div class="col-md-3">
					<div class="footer_block">
		<div class="block_frame block_frame_html_block"
		 id="block_frame_html_block_1775">
		<h2>About Us</h2>
				<p>
	AbanteCart is a free eCommerce solution for merchants to provide ability creating online business and sell products or services online. AbanteCart application is built and supported by experienced enthusiasts that are passionate about their work and contribution to rapidly evolving eCommerce industry. AbanteCart is more than just a shopping cart, it is rapidly growing eCommerce platform with many benefits.</p>
			</div>
</div>				</div>
				<div class="col-md-3">
					<div class="footer_block">
		<div class="block_frame block_frame_html_block"
		 id="block_frame_html_block_1776">
		<h2>Contact Us</h2>
				<ul class="contact"><!--t--><li><span class="phone"> </span></li></ul>			</div>
</div>				</div>
				<div class="col-md-3">
									</div>
				<div class="col-md-3">
					<div class="footer_block">
<section id="newslettersignup">
<h2>Newsletter Signup</h2>
	<div class="pull-left newsletter">Sign up to Our Newsletter &amp; get attractive Offers by subscribing to our newsletters.</div>
	<div class="pull-right">
		<form
        id="subscribeFrm"
        action="https://myxpressions.com/index.php?rt=account/subscriber"        method="get"        enctype="multipart/form-data"        >
	<input type="hidden" name="csrftoken" value="cKUGU0qZqXX2mxso3ztJL0ClUT7NUb3T"/>
	<input type="hidden" name="csrfinstance" value="0"/>
				<div class="input-group">
								<input type="hidden" name="rt" value="account/subscriber">
								<input type="text" placeholder="Subscribe to Newsletter" name="email" id="appendedInputButton" class="form-control">
				<span class="input-group-btn">
					<button class="btn btn-orange" type="submit">Subscribe</button>
				</span>
			</div>
		</form>
	</div>
</section>
</div>				</div>
			</div>
		</section>

		<section class="footerlinks">
			<h2 class="hidden">&nbsp;</h2>

			<div class="container-fluid">
				<div class="pull-left">
					<div class="info">
	<ul class="info_links_footer">
								<li><div class="dropdown">
					<a href="https://myxpressions.com/index.php?rt=content/content&amp;content_id=1">About Us</a>
							</div></li>
							<li><div class="dropdown">
					<a href="https://myxpressions.com/index.php?rt=content/content&amp;content_id=2">Privacy Policy</a>
							</div></li>
							<li><div class="dropdown">
					<a href="https://myxpressions.com/index.php?rt=content/content&amp;content_id=3">Return Policy</a>
							</div></li>
							<li><div class="dropdown">
					<a href="https://myxpressions.com/index.php?rt=content/content&amp;content_id=4">Shipping</a>
							</div></li>
					<li><a href="https://myxpressions.com/index.php?rt=content/contact">Contact Us</a></li>
		<li><a href="https://myxpressions.com/index.php?rt=content/sitemap">Site Map</a></li>
					<li><a href="https://myxpressions.com/index.php?rt=account/login">Login</a></li>
					</ul>
</div>				</div>
				<div class="pull-right">
					<div class="footer_block">
			<div class="social_icons">
 <a href="http://www.facebook.com/myXpressnFashn" target="_blank" title="Facebook" class="facebook" rel="noopener">Facebook</a>
 <a href="https://twitter.com/myXpressnFashn" target="_blank" title="Twitter" class="twitter" rel="noopener">Twitter</a>

</div>
		</div>				</div>
			</div>
		</section>

		<section class="copyrightbottom align_center">
			<h2 class="hidden">&nbsp;</h2>

			<div class="container-fluid">
				<div class="pull-left mt5">
					<div class="b_block flt_right payment">
	<img alt="payments" src="storefront/view/default/image/payment.gif" width="162" height="26">
</div>				</div>
				<div class="pull-right align_center">
					Powered By  <a href="http://www.abantecart.com" target="_blank" title="Ideal OpenSource E-commerce Solution">AbanteCart</a>					<br/>
					myXpressions &copy; 2021				</div>
				<div class="pull-right mr20 mt5">
					<div class="b_block flt_right payment">
<a href="http://www.abantecart.com/contribute-to-abantecart" target="_blank">
	<img src="image/conrib_btn_sm.png" alt="Support AbanteCart eCommerce" width="103" height="28" />
</a>
</div>				</div>
			</div>
		</section>
		<a id="gotop" href="#">Back to top</a>
	</footer>


	<div id="msgModal" class="modal fade">
		<div class="modal-dialog">
			<div class="modal-content">
				<div class="modal-header">
					<button type="button" class="close callback-btn" data-dismiss="modal"
					        aria-hidden="true">&times;</button>
					<h3 class="hidden">&nbsp;</h3>
				</div>
				<div class="modal-body">
				</div>
			</div>
		</div>
	</div>
</div>

</div>

<!--
AbanteCart is open source software and you are free to remove the Powered By AbanteCart if you want, but its generally accepted practise to make a small donation.
Please donate http://www.abantecart.com/donate
//-->

<script type="text/javascript" src="storefront/view/default/javascript/bootstrap.min.js" defer></script>
<script type="text/javascript" src="storefront/view/default/javascript/common.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/respond.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.flexslider.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/easyzoom.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.validate.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.carouFredSel.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.mousewheel.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.touchSwipe.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.ba-throttle-debounce.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/jquery.onebyone.min.js" defer async></script>
<script type="text/javascript" src="storefront/view/default/javascript/custom.js" defer async></script>
<script type="text/javascript" src="extensions/banner_manager/storefront/view/default/javascript/banner_manager.js" defer></script>


</body></html>