/*
------------ FONT HEADER ------------
*/
	h1, h2, h3, h4, h5, h6, header #cart .cart-total, header #cart .cart-text, header #cart .cart-count, .nav > ul > li, .rows .name, .product-info .price-default, .product-info .price-new, .product-info .price-old, .nav-phone div {
		font-family: 'PT Sans Narrow';	
	}
	
/*
------------ FONT TEXT ------------
*/

	body, .nav .sub-content {
		font-family: Arial;	
	}

/*
------------ BACKGROUND IMAGE ------------
*/

	body {
		background-image: url("./../images/texture1.png");	
	}
	
/*
------------ BACKGROUND COLOR ------------
*/

	body, #cb-option-bgcolor {
		background-color: #cceeff;	
	}
	
/*
------------ COLOR 1 ------------
*/

	footer h2, header a, .breadcrumb h1, .category .active, .typography a, .product-info .price-default, .custom-footer .twitter .tweet_text a {
		color: #90268f;
	}
	.custom-footer .contacts, .theme-colors-1, header #cart .cart-total, header #cart .cart-list .remove div:hover, header #search .button-search:hover, .grid .button-icon:hover, .button-alt {
		background-color: #90268f;
	}
	@media only screen and (max-width: 780px) {
		footer h2 {
			color: #fff;
		}
		#menu .item .light:hover div, header #cart .cart-total, footer h2:hover {
			background-color: #90268f;
		}
	}
	
/*
------------ COLOR 2 ------------
*/

	a:hover, header #cart .cart-list a:hover, #copyright a:hover, .category .active:hover, .typography a:hover, .custom-footer .twitter .tweet_text a:hover, .custom-footer .twitter .tweet_time a:hover {
		color: #8bc600;
	}
	.theme-colors-2, .nav, .nav > ul > li, .rows .button-icon:hover .icon, .grid .button-icon:active, .product-info .button-icon:hover .icon {
		background-color: #8bc600;
	}
	@media only screen and (max-width: 780px) {
		.nav-phone div {
			background-color: #8bc600;
		}
	}