<?xml version="1.0" encoding="UTF-8" ?>

<themeeditor>
	<version value="1.4">
	<ccc available="true" />
	<guest_checkout available="true" />
	<one_page_checkout available="true" />
	<store_locator available="true" />
	</version>
	<author>leotheme</author>
<name>Live Theme Editor</name>	
<selectors>
	<items>
			<header>Body Content</header>
			<match>body</match>
			
			<item>
				<type>text</type>
				<label>Background Color</label>
				<selector>body</selector>
				<attrs>background-color</attrs>
			</item>

			<item>
			<type>image</type>
				<label>Background Image</label>
				<selector>body</selector>
				<attrs>background-image</attrs>
			</item> 

		 <item>
			<type>text</type>
			<label>Background Content</label>
			<selector>body #page</selector>
			<attrs>background-color</attrs>
		</item> 
			<item>
				<type>image</type>
				<label>Background Image</label>
				<selector>body #page</selector>
				<attrs>background-image</attrs>
			</item> 

	 	<item>
			<type>fontsize</type>
			<label>Font-Size</label>
			<selector>body #page</selector>
			<attrs>font-size</attrs>
		</item> 


		<item>
			<type>text</type>
			<label>Color Text</label>
			<selector>body #page</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Link Color</label>
			<selector>body #page a</selector>
			<attrs>color</attrs>
		</item> 

		<item>
			<type>text</type>
			<label>Link Hover Color</label>
			<selector>a:hover</selector>
			<attrs>color</attrs>
		</item> 
		
	</items>
 
	<items>
		<header>TopBar</header>
		<match>topbar</match>
		<item>
			<type>text</type>
			<label>Background Color</label>
			<selector>#topbar</selector>
			<attrs>background-color</attrs>
		</item> 
	 	<item>
			<type>text</type>
			<label>Color Text</label>
			<selector>#topbar</selector>
			<attrs>color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>Border Color</label>
			<selector>#topbar</selector>
			<attrs>border-color</attrs>
		</item> 
		
	 	<item>
			<type>text</type>
			<label>Color Link</label>
			<selector>#topbar a</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Link Hover</label>
			<selector>#topbar a:hover</selector>
			<attrs>color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>Background Icon</label>
			<selector>.cart-inner .fa</selector>
			<attrs>background-color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>Background Input Search</label>
			<selector>#topbar .form-search #search</selector>
			<attrs>background-color</attrs>
		</item>
		
		<item>
			<type>text</type>
			<label>Color Text Input Search</label>
			<selector>#topbar .form-search #search</selector>
			<attrs>color</attrs>
		</item>	

	</items>
	<items>
		<header>Header</header>
		<match>header-main</match>
		<item>
			<type>text</type>
			<label>Background Color</label>
			<selector>#header-main</selector>
			<attrs>background-color</attrs>
		</item> 
	 	<item>
			<type>text</type>
			<label>Color Text</label>
			<selector>#header-main</selector>
			<attrs>color</attrs>
		</item> 

	 	<item>
			<type>text</type>
			<label>Color Link</label>
			<selector>#header-main a</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Link Hover</label>
			<selector>#header-main a:hover</selector>
			<attrs>color</attrs>
		</item> 

	</items>
	<items>
		<header>MainMenu</header>
		<match>ves-mainnav</match>
		<item>
			<type>text</type>
			<label>Background Color</label>
			<selector>#ves-mainnav</selector>
			<attrs>background-color</attrs>
		</item> 

	 	<item>
			<type>text</type>
			<label>Color Link</label>
			<selector>#ves-mainnav .navbar-nav > li > a</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Link Hover</label>
			<selector>#ves-mainnav .navbar-nav > li > a:hover</selector>
			<attrs>color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>Border Color</label>
			<selector>#ves-mainnav .navbar-inverse</selector>
			<attrs>border-color</attrs>
		</item>
		
		<item>
			<type>text</type>
			<label>Dropdow - Background Color</label>
			<selector>#ves-mainnav .navbar-nav > li .dropdown-menu</selector>
			<attrs>background-color</attrs>
		</item>

	</items>

	<items>
		<header>Footer</header>
		<match>footer</match>
			<item>
				<type>text</type>
				<label>Background Color</label>
				<selector>#footer</selector>
				<attrs>background-color</attrs>
			</item> 
			<item>
				<type>text</type>
				<label>Color Text</label>
				<selector>#footer, #footer span</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Color Icon Social</label>
				<selector>.social .fa</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Color Title</label>
				<selector>.custom-abs h3, .custom-footer-links h3</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Color Link</label>
				<selector>#footer a, .custom-links a</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Color Link Hover</label>
				<selector>#footer a:hover, .custom-links a:hover</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>image</type>
				<label>Background Image</label>
				<selector>#footer</selector>
				<attrs>background-image</attrs>
			</item>
	</items>
	<items>
		<header>Powered</header>
		<match>powered</match>
		<item>
			<type>text</type>
			<label>Background Color</label>
			<selector>#powered</selector>
			<attrs>background-color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Text</label>
			<selector>#powered</selector>
			<attrs>color</attrs>
		</item> 

	 	<item>
			<type>text</type>
			<label>Color Link</label>
			<selector>#powered a</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Link Hover</label>
			<selector>#powered a:hover</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>image</type>
			<label>Background Image</label>
			<selector>#powered</selector>
			<attrs>background-image</attrs>
		</item> 

	</items>
</selectors>

<elements>
	<items>
		<header>Products</header>
		<match>product</match>
		<item>
			<type>text</type>
			<label>Color Price</label>
			<selector>.product-block .price</selector>
			<attrs>color</attrs>
		</item> 
		<item>
			<type>text</type>
			<label>Color Special Price</label>
			<selector>.special-price .price</selector>
			<attrs>color</attrs>
		</item> 
 		
 		<item>
			<type>text</type>
			<label>Color Price Old</label>
			<selector>.old-price .price</selector>
			<attrs>color</attrs>
		</item> 

		<item>
			<type>text</type>
			<label>Color Price Tax</label>
			<selector>.price .price-tax</selector>
			<attrs>color</attrs>
		</item>
		
		<item>
			<type>text</type>
			<label>BgColor Cart</label>
			<selector>.product-block .actions button.btn-cart</selector>
			<attrs>background-color</attrs>
		</item>
		
		<item>
			<type>text</type>
			<label>Color Cart</label>
			<selector>.product-block .actions button.btn-cart</selector>
			<attrs>color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>BgColor Wishlist</label>
			<selector>.product-block .actions .add-to-links li.wishlist</selector>
			<attrs>background-color</attrs>
		</item>
		
		<item>
			<type>text</type>
			<label>Color Wishlist Icon</label>
			<selector>.product-block .actions .add-to-links li.wishlist .fa</selector>
			<attrs>color</attrs>
		</item> 
		
		<item>
			<type>text</type>
			<label>BgColor Compare</label>
			<selector>.product-block .actions .add-to-links li.compare</selector>
			<attrs>background-color</attrs>
		</item>	
		
		<item>
			<type>text</type>
			<label>Color Compare Icon</label>
			<selector>.product-block .actions .add-to-links li.compare .fa</selector>
			<attrs>color</attrs>
		</item> 
		
	</items>
		<items>
		<header>Modules in Sidebar</header>
		<match>modules</match>
			<item>
				<type>text</type>
				<label>Heading Background</label>
				<selector>.sidebar .block-title</selector>
				<attrs>background-color</attrs>
			</item> 
			<item>
				<type>text</type>
				<label>Heading Color</label>
				<selector>.sidebar .block-title strong span</selector>
				<attrs>color</attrs>
			</item> 
			<item>
				<type>text</type>
				<label>Content Background</label>
				<selector>.sidebar .block-content</selector>
				<attrs>background-color</attrs>
			</item>  

			<item>
				<type>text</type>
				<label>Content Color</label>
				<selector>.sidebar .block-content</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Link Color</label>
				<selector>.block-layered-nav dd a</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Title Color</label>
				<selector>.block-layered-nav dt, #ves-accordion > li > a</selector>
				<attrs>color</attrs>
			</item> 
			
			<item>
				<type>text</type>
				<label>Border Color</label>
				<selector>.sidebar .block</selector>
				<attrs>border</attrs>
			</item> 
	</items>
</elements>
</themeeditor>
