/*	
    3dcart Style Sheet 
    by Infomart2000 Corp.
    www.3dcart.com
    ---------------------   */

@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700);

/*body:: Controls website background and any other text outside of a table without an associated style.*/ 	
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	color: #6b6b6b;
	background: #efeeeb;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background: #ffffff url('../images/header-bg.png') repeat-x top center;
	max-width: 100%;
	min-width: 320px;
	overflow-x: hidden;
}
img {
	border: 0;
}
input,
textarea,
select {
	font-family: 'Source Sans Pro', sans-serif;
}
#mobileMenu i,
#mobileCart i {
	color: #c8c7c3;
	font-size: 21px;
}
::selection {
	color: #FFF;
	background: #aab7bf;
}
::-moz-selection {
	color: #FFF;
	background: #aab7bf;
}
blockquote {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 1em;
	background: none;
	border-left: 6px solid #E4107E;
	margin: 30px 0;
	padding: 40px;
}

/*******************************************************************************************************/
/*          STYLES USED ON THE FRAME OF THE WEBSITE (HEADER, LEFT NAV, RIGHT NAV AND FOOTER)           */
/*******************************************************************************************************/


/*store-name:: Store Name.*/		 
.store-name {
	font-size: 35px;
	color: #6b6b6b;
	font-weight: 400;
	text-decoration: none;
	line-height: 35px;
	margin: 0;
	padding: 25px 0 0 0;
}
/*store-slogan:: Store Slogan.*/		 
.store-slogan {
	font-size: 14px;
	color: #E4107E;
	font-weight: 400;
	text-transform: lowercase;
	margin: 0;
	padding: 15px 0 0 0;
}
/*frame:: Controls the left and right column background.*/		
.frame {
	background: #FFF;
}
/*mod_bg:: Controls the left and right column modules background.*/		
.mod_bg {
	background: none;
}
/*frame-ht:: Controls the height left, right and middle columns.*/		
.frame-ht {
	height: 1000px;
}
/*menu-headers:: Controls the way the menu titles look. For example: Categories, Browse By Price, Top Sellers, etc.*/ 
.menu-headers {

font-size: 15px;
color: #E4107E;
font-weight: 400;
text-transform: uppercase;
line-height: 30px;
margin-bottom: 10px;
border-bottom: 1px solid #E4107E;
display: inline-block;

}
/*footer:: This style controls the text you type under global footer. Merchants usually use to add security logos, credit card logos, privacy notes, etc.*/		
.footer {
	font-size: 11px;
	color: #bdbcb7;
	font-weight: 400;
}
/*footerLinks:: Controls the way the Footer Links display in the Global Footer.*/
.footer a, .footer a:hover {
	font-size: 11px;
	color: #bdbcb7;
	font-weight: 400;
	text-decoration: underline;
}
/*icon:: Controls the way the menu icons display if they are being used.*/ 
.icon {
	font-size: 10px;
	font-weight: 400;
	color: #FFF;
}
/*top-sellers-star:: Controls the background image and style for the top ranking item star.*/
.top-sellers-star {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #E4107E;
	position: absolute;
	top: -8px;
	left: 112px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
/*ranking:: Controls the way the menu icons display if they are being used.*/ 
.ranking {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #E4107E;
	width: 12px;
	height: 20px;
	text-align: left;
}
/*menu-text:: Controls the way the menu (mailing list) text look on the frame.*/ 
.menu-text {
	font-size: 12px;
	color: #6b6b6b;
}
/*price2:: Controls the way the product's price display in the top sellers and new releases sections.*/ 
.price2 {
	font-size: 15px;
	color: #E4107E;
	font-weight: 400;
}
/*cart-text:: Controls the way the text on the mini shopping cart displays. The mini-shopping cart is usually located in the header.*/ 
.cart-text {
	font-size: 12px;
	font-weight: 400;
	color: #000;
}
/*search-text:: Controls the way the search box displays of the frame.*/ 
.search-text {
	font-size: 20px;
	font-weight: normal;
	color: #3d3d3d;
	line-height: 57px;
	height: 57px;
	width: 443px;
	background: #FFF;
	border: none;
	padding: 0 0 0 25px;
	margin: 0 11px 0 0;
}
/*A.cat:: Controls the way the Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.cat {

color: #E4107E;
font-size: 12px;
font-style: normal;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
padding: 6px 5px;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;

}
/*A.cat:hover:: When a user passes  their mouse over them.*/ 	
A.cat:hover {

color: #fbf9f2;
background: #B70E68;
text-decoration: none;

}
/*A.subcat:: Controls the way the Sub-Category Links display in the left or right navigation bars before a user clicks or mouses over them.*/ 	 
A.subcat {

color: #E4107E;
font-size: 12px;
font-weight: 400;
font-style: normal;
text-decoration: none;

}
/*A.subcat:hover:: When a user passes  their mouse over them.*/ 	
A.subcat:hover {

color: #B70E68;
text-decoration: none;

}
/*A:menu:: Controls the way the Links display in the top navigation before a user clicks or mouses over on them.*/ 	 
A.menu {
	color: #3b3239;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
/*A:menu:over:: When a user passes their mouses over them.*/ 	
A.menu:hover {
	color: #fbf9f2;
	background: #E4107E;
	text-decoration: none;
}
/*A:menu-bottom:: Controls the way the Links in the footer display before a user clicks or mouses over on them.*/ 	 
A.menu-bottom {
	color: #5c5c5c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
	text-transform: none;
}
/*A:menu-bottom:over:: When a user passes their mouses over them.*/ 	
A.menu-bottom:hover {
	color: #E4107E;
	text-decoration: underline;
}
ul#menu-bottom {
	width: 300px;
	height: 125px;
	float: left;
}
li#menu-bottom {
	width: 150px;
	line-height: 20px;
	list-style: none;
	float: left;
}
/*A:link:: Controls the way Secondary Links display before a user clicks or mouses over on them.*/ 	 
A.link {
	color: #3b3239;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
/*A:link:over:: When a user passes their mouses over them.*/ 	
A.link:hover {
	color: #E4107E;
	text-decoration: none;
} 
A.details {
	color: #6b6b6b;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight: 400;
}
/*A.details:hover:: When a user passes their mouse over them.*/ 	 	
A.details:hover {
	color: #E4107E;
	text-decoration: none;
}
/*******************************************************/
/*          STYLES USED THROUGHTOUT THE WEBSITE        */
/*******************************************************/



/*Alignment fix for the use of the XHTML Transitional DOCTYPE.*/ 
tr {
	text-align: left;
}
/*td:: Controls all text inside a table without and associated style.*/ 
td {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*data:: Controls the font style of your content on all the pages.*/
.data {
	text-decoration: none;
	word-spacing: normal;
	font-size: 12px;
}
/*alternative:: Controls the background color of the boxes used throughout the site.*/
.alternative {
	background: #FFF;
}
/*page_headers:: Controls the title of all your pages.*/
.page_headers {
	font-size: 28px;
	font-weight: 300;
	color: #41383f;
	text-transform: none;
}
/*titles:: Controls the Tiles  of sections within pages on the site such as (Specials, Feature Items, Items, Related Items).*/ 
.titles {
	font-size: 18px;
	color: #E4107E;
	font-weight: 700;
}
/*price:: Controls the way the product's final price display throughout the site.*/ 
.price {
	font-size: 13px;
	color: #E4107E;
	font-weight: 700;
	letter-spacing: 0;
}
/*error:: Controls the error messages*/ 
.error {
	font-size: 12px;
	font-weight: 400;
	color: #e10e04;
	text-decoration: none;
}
/*borders:: Controls the color of the line dividers used throughout the site.*/ 
.borders {

color: #ff0000;
border: 1px solid #CCC;
border-style: none none solid;

}
/*borders2:: Controls the color of the solid line dividers used throughout the site.*/ 
.borders2 {
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*A:: Controls the way the all Links without an associated style display before a user clicks or mouses over them.*/ 	 
A {
	color: #6b6b6b;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
}
/*A:hover:: When a user passes  their mouse over them.*/ 	 	
A:hover {
	color: #E4107E;
	text-decoration: underline;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON VIEW CART AND CHECKOUT PAGES      */
/*******************************************************************************************************/

/*checkout-headers:: Controls the titles of the sections on the checkout pages (Billing Information, Shipping Information etc)*/
.checkout-headers {
	font-size: 14px;
	color: #000;
	font-weight: 700;
}
/*steps:: Controls the way the steps on the checkout pages display.*/
.steps {
	font-size: 16px;
	font-weight: 700;
	color: #CCC;
}
/*steps_on:: Controls the way the step the customer is currently on displays on the checkout pages.*/
.steps_on {
	font-size: 16px;
	font-weight: 700;
	color: #E4107E;
}
/*titles2:: Controls the titles on the view cart page*/ 
.titles2 {
	font-size: 12px;
	font-weight: 700;
	background-color: #EEE;
	color: #E4107E;
	padding:4px;
}
/*******************************************************************************************************/
/*   STYLES ONLY USED ON PRODUCT PAGES      */
/*******************************************************************************************************/

/*options-titles:: Controls the way the option titles display on the product page.*/
.options-titles {
	font-size: 12px;
	font-weight: 700;
	color: #585C5F;
	border: 1px solid #CCC;
	border-style: none none solid;
}
/*item:: Controls the item description and item details text.*/ 
.item {
	font-size: 16px;
	color: #6b6b6b;
	font-weight: 400;
}
/*itemTitle:: Controls the name of the Product.*/ 
.item-title {
	font-size: 22px;
	color: #E4107E;
	font-weight:bold;
}
/*price-info:: Controls the way the sub-prices display on the product page, the final price is controlled by the style called "price".*/ 
.price-info {
	font-size: 16px;
	font-weight: 400;
	color: #585C5F;
}
/*small-txt:: Controls the way the item id displays.*/ 
.small-txt {
	color: #afafae;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size: 10px;
	vertical-align:bottom;
}
/*availability-txt:: Controls the way the Availability of the product displays i.e. 'In Stock', 'Back Order'.*/ 
.availability-txt {
	color: #E4107E;
}
/*reward-title:: Controls the title of the Reward Points section.*/ 
.reward-title {
	color: #E4107E;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 7px;
	line-height: 10px;
	font-size: 16px;
	font-style:italic;
}
/**********************************************************/
/*      FORM FIELDS & BUTTONS THROUGHOUT THE WEBSITE      */
/**********************************************************/

/*btn:: Controls the buttons, (ONLY if it is not using and image).*/ 
.btn {

border: none;
background: #E4107E;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 12px;
color: #f3f1ea;
text-transform: uppercase;
cursor: pointer;
margin: 0;
padding: 9px 14px;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;

}
/*btn_over:: Controls the buttons when a user mouses over them, (ONLY if it is not using and image).*/ 
.btn_over {

border: none;
background: #FF82C6;
font-family: 'Oswald', sans-serif;
font-weight: 400;
font-size: 12px;
color: #ff82c6;
text-transform: uppercase;
cursor: pointer;
margin: 0;
padding: 9px 14px;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;

}
/*button:hover:: Controls the button tag when a user mouses over them, (ONLY if it is not using and image).*/ 
button:hover {

border: none;
background: #B70E68;
font-weight: 400;
font-size: 12px;
color: #fbf9f2;
text-transform: uppercase;
cursor: pointer;
margin: 0;
padding: 9px 14px;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;

}
/*txtBoxStyle:: Controls the text and style of the Text Boxes.*/  	
.txtBoxStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtAreaStyle:: Controls the text and style of the Text Areas.*/ 	
.txtAreaStyle {
	border: 1px solid #b7b4ac;
	background: #fefefe;
	font-weight: 400;
	font-size: 12px;
	color: #000;
    margin: 0;
	padding: 8px 12px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
/*txtSearch:: Controls the style of the Search Box, if different from txtBoxStyle.*/
.txtBoxSearch {
	height: 20px;
	color: #6b6b6b;
	font-size: 12px;
	border: none;
	padding: 3px 0 0 0;
	margin: 0;
}

/********************************************/
/*   STYLES USED ONLY ON THE INVOICE        */
/********************************************/

/*invoice_table:: Controls the background color on your invoices*/ 
.invoice_table {
	background-color: #f9f8f8;
}
/*invoice_title:: Controls the way the title of the invoices look */ 
.invoice_title {
	font-size: 10px;
	font-weight: 700;
	background-color: #cbcaca;
	color: #4f4e4e;
}
/*************************************************************/
/*          LEGACY STYLES: STYLES USED PRIOR TO v3.2         */
/*************************************************************/

/*font1:: Primary Screen Font */ 
.font1 {
	font-size: 12px;
	font-weight: 400;
	color: #6b6b6b;
}
/*font2:: Secondary Screen Font */ 
.font2 {
	font-size: 12px;
	font-weight: 400;
	color: #E4107E;
}
.font3 {
	font-size: 12px;
	font-weight: 400;
	color: #FFF;
}
.font4 {
	font-size: 12px;
	font-weight: 400;
	color: #c32519;
}
/*top:: Controls the  Color of the top Bar*/		
.top {
	background: none;
        color: #ffffff;
}
/*line:: Controls the  Color of the line bellow the top bar*/		
.line {
	background: #FFF;
}

/*********************************/
/*          CUSTOM STYLES        */
/*********************************/

/* Accent/Secondary Colors */

.accent-color {
    color: #E4107E;
}
.accent-bg-color {
    background: #e2e2e2;
    color: #000;
}

#mainContainer {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
header {
	position: relative;
}
#logo {
	margin: 0 auto;
	height: 92px;
	max-height: 100%;
	position: relative;
}
#logo img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#logo a {
	text-decoration: none;
	display: inline-block;
}
#logo a:hover {
	text-decoration: none;
}
#cart {
	font-size: 10px;
	color: #E4107E;
	font-weight: 400;
	text-align: center;
	background: #6b6b6b;
	padding-top: 50px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	right: 0;
	top: -42px;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
}
#cart span {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: 22px;
	display: block;
}
a#search {
	background: #E4107E url(../images/lens.png) no-repeat center center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	right: 92px;
	top: -12px;
	display: block;
	z-index: 2;
}
#searchBox {
	width: 100%;
	max-width: 320px;
	background: #ffffff;
	padding: 10px;
	display: none;
	margin: 0 auto;
}
#searchBox input {
	float: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;
}
.search-btn {
	background: #6b6b6b url(../images/search_btn.png) no-repeat;
	width: 68px;
	height: 57px;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
nav {
	margin-bottom: 20px;
	min-height: 37px;
}
nav > ul {
	list-style: none;
	text-align: center;
	line-height: 49px;
	padding: 0;
	margin: 0;
}
nav > ul > li {
	display: inline-block;
	position:relative;
	*display: inline;
    zoom: 1;
}
#homeCarousel {
    margin: 0 0 30px;
	background: url('../images/angled-bg.png') repeat top left;
	padding: 10px;
}
#homeCarousel .slides {
	padding: 10px;
	background: #ffffff;
}
aside#leftBar {
	float: left;
	width: 218px;
	margin-right: 32px;
    display: block;
}
aside .module {
	margin-bottom: 25px;
}
aside .module ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
aside .module li a {
	line-height: 23px;
}
aside .module .info {
	float: left;
	width: 206px;
}
aside .module .name {
	display: inline;
}
aside .module .price2 {
	display: inline;
	font-size: 12px;
}
aside .module .div {
	display: block;
	height: 1px;
	background: #bdbcb7;
	margin: 10px 0 7px 0;
}
#mainContent {
	float: left;
	width: 100%;
}
footer {
	border-top: 1px solid #bdbcb7;
	margin: 30px 0;
}
footer ul {
	list-style: none;
	display: block;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #41383f;
	padding: 0;
	margin: 0;
}
footer li {
	float: left;
}
footer li.div {
	width: 1px;
	height: 14px;
	background: #c58e90;
	margin: 23px 5px 0 5px;
}
footer li.div:last-child {
	display: none;
}
#copyright {
	float: left;
	line-height: 40px;
}
.social-icons {
	margin-top: 10px;
	text-align: center;
}
.social-icons a {
	float: none !important;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-left: 5px;
	background: url(../images/social-icons.png) no-repeat;
}
.social-icons a.facebook {
	background-position: 0 0;
}
.social-icons a.twitter {
	background-position: -26px 0;
}
.social-icons a.gplus {
	background-position: -51px 0;
}
.social-icons a.youtube {
	background-position: -77px 0;
}
.social-icons a.pinterest {
	background-position: -103px 0;
}
.social-icons a.instagram {
	background-position: -129px 0;
}
.social-icons a.tumblr {
	background-position: -154px 0;
}
.social-icons a.blog {
	background-position: -180px 0;
}
.stats {
	height: 0;
	overflow: hidden;
}
#simplemodal-container {
/*
	background: none !important;
*/
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a.modalClose {
	background: url(http://www.koolstuff4kids.com/assets/templates/cazza-html5-premium/images/x.png) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	right: -25px;
	top: -25px;
	display: none;
}
#homeHeader {
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#homeHeader p, #homeFooter p {
	text-align: justify;
}
.hs-item {
	font-size: 16px;
	color: #efeeeb;
	font-weight: 400;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 228px;
	background: #FFF;
	position: relative;
	margin: 0;
}
.last-item .hs-item {
	margin-right: 0;
}
.hs-item .overlay {
	width: 100%;
	height: 228px;
	background: #6b6b6b;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.902;
	cursor: pointer;
    overflow: hidden;
	display: none;
}
.hs-item .info {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	text-align: left;
	padding: 0 30px;
}
.hs-item .img {
	height: 228px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.hs-item .img a {
    display: block;
}
.hs-item .img img {
    max-height: 150px;
    max-width: 150px;
}
.hs-item .name {
	display: inline;
}
.hs-item .price2 {
	display: inline;
}
#homeFooter {
	padding: 20px 0;
	border-top: 1px solid #bdbcb7;
}
#mobileMenu {
	display: none;
	float: left;
	width: 30px;
	height: 25px;
	margin: 36px 0 0 0;
}
#mobileCart {
	display: none;
	float: right;
	width: 30px;
	height: 25px;
	margin: 30px 0 0 0;
}
.mobile .search {
	display: none;
}

h1.page_headers {
	margin-bottom: 30px;
}
#listing0 h1 {
    margin-bottom: 20px;
}

/*********************************/
/*       HOMRPAGE STYLES         */
/*********************************/

.featured_cats{float:left; width:100%; margin-bottom:60px; font-size:14px;}
.featured_cats > ul{float:left; width:100%; list-style:none; padding:0; margin:0 -1%;}
.featured_cats > ul > li{float:left; width:25%; padding:0 1%;}

.featured_cats_links {height:120px; position:relative; line-height:24px; padding:0; margin:0; list-style:none;}
.featured_cats_links a{font-size:14px; color:#716c65; text-decoration:none;}
.featured_cats_links a:hover{color:E4107E; text-decoration:none;}
.fc_viewall{position:absolute; right:0; bottom:0;}
.fc_viewall a{font-size:12px; line-height:24px; color:E4107E; text-decoration:none; padding-right:22px; background: url(../images/viewall.png) no-repeat right center;}
.fc_viewall a{color:E4107E; text-decoration:underline;}

.promos{float:left; width:100%; margin-bottom:60px; font-size:14px;}
.promos ul{float:left; width:100%; list-style:none; padding:0; margin:0 -1%;}
.promos ul li{float:left; width:50%; padding:0 1%;}

.promos .img, .featured_cats .img{margin-bottom:12px;}
.promos .img img, .featured_cats .img img{max-width:100%;}
.promos ul li:hover .img img, .featured_cats ul li:hover .img img{opacity:.7;}
.promos .name, .featured_cats .name{margin-bottom:5px;}
.promos .name a, .featured_cats .name a{color:E4107E; font-size:21px; line-height:26px;}
.promo_sub{font-size:17px;}

/*********************************/
/*       LTE8 IE FALLBACK        */
/*********************************/
.no-borderradius #cart {
    background: none;
    background: url('../images/cart.png') no-repeat center 35px;
}
.no-borderradius #search {
    background: none;
    background: url('../images/search-bg.png') no-repeat center 5px;
}
.no-boxshadow .boxShadow {
    border: 1px solid #eae9e6;
}

/*	Theme Responsive Styles
	-----------------------	*/
@media only screen and (max-width: 767px) {
	body {
		max-width: 100%;
		/*overflow-x: hidden;
		padding: 0 20px;*/
	}
	#mainContainer {
		width: 100% !important;
		margin: auto;
	}
	aside {
		display: none !important;
	}
	#mainContent {
		display: block;
		width: 100% !important;
	}
	#logo img {
		position: static;
	}
	a#search, div#cart {
		display: none !important;
	}
	#mobileMenu, #mobileCart {
		display: block;
	}
	.mobile .search {
		display: block;
		border-bottom: 1px solid #4c434a;
		margin: 5px 0;
		padding-bottom: 10px;
	}
	.mobile .search form {
		margin: 0 auto;
		text-align: center;
	}
	.mobile .search input {
		float: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-appearance: none;
	}
	.mobile .search input[type="text"] {
		font-size: 16px;
		font-weight: normal;
		color: #3d3d3d;
		line-height: 30px;
		height: 30px;
		width: 76%;
		background: #FFF;
		border: none;
		padding: 0 0 0 15px;
		margin: 0 2% 0 0;
	}
	.mobile .search input[type="submit"] {
		width: 15%;
		height: 30px;
		background: #E4107E url(../images/lens.png) no-repeat center center;
		border: none;
		cursor: pointer;
	}
	nav {
		width: 100%;
		height: 0;
		border: none;
		overflow: visible;
	}
	nav > ul {
		position: relative;
		background: #6b6b6b;
		display: none;
		padding: 10px;
		z-index: 1001;
	}
	nav > ul > li {
		display: block;
		border-bottom: 1px solid #4c434a;
	}
	nav > ul > li a{
		font-size: 14px !important;
		color: #fbf9f2 !important;
		width: 100%;
		float: none;
		display: block;
		padding: 0 !important;
	}
	#homeHeader {
		border: none;
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	#homeHeader img {
		height: auto;
		width: 100%;
	}
	.hs-item .img {
		margin: 0 auto;
		width: auto;
	}
	.hs-item .overlay {
		width: 100%;
	}
	.hs-item .info {
		position: absolute;
		top: 35%;
		left: 0;
		right: 0;
		text-align: center;
		padding: 0 30px;
	}
	footer ul {
		list-style: none;
		display: block;
		text-align: center;
		line-height: normal;
		height: auto;
		padding: 10px 0;
		border-bottom: 1px solid #41383f;
	}
	footer li {
		float: none;
		display: inline-block;
		margin: 0 5px 10px 5px;
		white-space: nowrap;
	}
	footer .div {
		display: none;
	}
	#copyright {
		float: none;
		text-align: center;
	}
	.social-icons {
		float: none;
		text-align: center;
	}
	.social-icons a {
		float: none;
		display: inline-block;
	}
	#globalFooter {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 979px) {

	body {
		max-width: 100%;
		/*overflow-x: hidden;
		padding: 0 20px;*/
	}
	#mainContainer {
		width: 100%;
	}
	#leftBar {
		display: none !important;
	}
	#rightBar {
		display: none;
	}

}


/*
START: HELPER CLASSES & STYLES
---------------------------------------------*/

/** START: COLUMNS */
.col-group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .col-group             { zoom: 1; } /* IE6 */
*:first-child+html .col-group { zoom: 1; } /* IE7 */

.col-2, .col-xs-2,
.col-3, .col-xs-3,
.col-4, .col-xs-4 {
	float: left;
	display: inline-block;
}
.col-2 {
	width: 50%;
}
.col-3,
.col-xs-3 {
	width: 33.33333333%;
}
.col-4,
.col-xs-4{
	width: 25%;
}
/** END: COLUMNS */

.text-left {
	text-align: left;
}
.text-right {
	text-align: left;
}
.text-center {
	text-align: center;
}


/*
END: HELPER CLASSES & STYLES
---------------------------------------------*/

/*
START: CUSTOM THEME SPECIFIC STYLES
---------------------------------------------*/

.houzz {
	color: #E4107E;
}
.top-menu-bar {
	height: 35px;
}
.tmb-left {
	padding: 8px 0;
}
.tmb-right {
	width: auto;
	float: right;
<!--
}
.tmb-phone,
.tmb-timing {
	color: #5c5c5c;
	text-transform: uppercase;
	font-size: 12px;
}
.tmb-phone:after {
	content: '|';
	display:inline-block;
	margin: 0 3px;
}
.tt-days {
	font-weight: bold;
	margin-right: 5px;
-->
}
.tmb-menu {
	display: inline-block;
	margin-right: 20px;
}
.tmb-menu a {
	color: #5c5c5c !important;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	background: none !important;
	padding-left: 0;
	padding-right: 0;
}
.tmb-menu a:hover {
	color: #E4107E !important;
}
.tmb-menu a:not(:last-child):after{
	color: #6b6b6b;
	content: '|';
	display: inline-block;
	margin: 0 8px;
}
.tmb-cart {
	display: inline-block;
	border:1px solid #E4107E;
	color: #ffffff;
	height: 30px;
	padding: 4px 20px 4px 45px;
	font-size: 14px;
	background: #E4107E url('../images/cart.png') no-repeat left center;
	margin-top: 3px;
	cursor: pointer;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}
.tmb-cart:hover {
	color: #E4107E;
	border:1px solid #E4107E;
	background: #c4c3c3 url('../images/cart-blue.png') no-repeat left center;
}
/* LOGO AND SEARCH */
.logo-search {
	padding: 18px 0;
}
.ls-search {
	float: right;
	width: auto;
	padding: 20px 0;
}
.ls-search-box,
.hml-mailist-box {
	background: url('../images/angled-bg.png') repeat top left;
	padding: 5px;
}
.ls-search-box-inner,
.hml-mailist-box-inner {
	background: #ffffff;
	height: 32px;
	width: 430px;
	max-width: 100%;
}
.ls-search-text,
.hml-text {
	border: none;
	margin: 0;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.ls-search-btn,
.hml-btn {
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	height: 24px;
	width: 80px;
	font-weight: 600;
	font-size: 12px;
	margin: 0;
	padding: 0 16px;
	line-height: 24px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #E4107E; /* Old browsers */
	background: -moz-linear-gradient(top,  #E4107E 0%,  #714AFD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,E4107E), color-stop(100%, #714AFD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E4107E 0%, #714AFD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='E4107E', endColorstr=' #714AFD',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
.ls-search-btn:hover,
.hml-btn:hover {
	color: #fff;
	background: #c4c3c3; /* Old browsers */
	background: -moz-linear-gradient(top,  #c4c3c3 0%, #6b6b6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c3c3), color-stop(100%,#6b6b6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c4c3c3 0%,#6b6b6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c4c3c3 0%,#6b6b6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c4c3c3 0%,#6b6b6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c4c3c3 0%,#6b6b6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c3c3', endColorstr='#6b6b6b',GradientType=0 ); /* IE6-9 */
}

nav.hz-cats-menu > ul{
	background-color:  #E4107E;
	line-height: 37px;
	max-height: 37px;
	max-width: 100%;
}
nav.hz-cats-menu > ul>li>a.cat {
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
}
nav.hz-cats-menu > ul>li>a.cat:hover{
	color: #fff;
	background-color: #b70e68;
}


.hz-footer-container {
	min-height: 245px;
	background: #f0f0f0 url('../images/footer-bg.png') repeat;
	padding: 30px 0;
	border-top: 1px solid #dadada;
}
.hz-footer-container footer {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	border: none;
}
.hz-footer-container footer ul {
	border: none;
}
.hzz-mail-list {
	width: 442px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.hzz-mail-list h3{
	color: #E4107E;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Droid Serif', serif;
}
.hml-text {
	max-width: 76%;
}
.hml-btn {
	max-width: 20%;
}
.hfc-footer-links {
	text-align: center;
}
.hfc-footer-links ul {
	display: inline-block;
	height: auto;
	line-height: 1;
	margin: 20px auto;
}
.hfc-footer-links ul>li>a {
	color: #5c5c5c;
	font-size:14px;
	text-decoration:underline;
}
footer .hfc-footer-links li.div {
	background: none;
	margin: 0 10px;
}
.payment-options {
	width: 230px;
	margin: 20px auto 40px auto;
}



.hz-mobile-menu {
	width: 100%;
	height: 50px;
	display: none;
	margin-bottom: 20px;
}
.hz-mobile-menu .col-group {
	height: 100%;
	margin: 0 -10px;
	background-color: #6b6b6b;
}
.hz-mobile-menu .col-group .col-xs-3{
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-ms-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}
.hz-mobile-menu .col-group .hmm-menu{
	background: url('../images/menu.png') no-repeat center center;
}
.hz-mobile-menu .col-group .hmm-search{
	background: url('../images/search.png') no-repeat center center;
	border-left: 1px solid #5f5f5f;
	border-right: 1px solid #5f5f5f;
}
.hz-mobile-menu .col-group .hmm-cart{
	background: url('../images/mcart.png') no-repeat center center;
}
.hz-mobile-menu .col-group .col-xs-3:hover {
	background-color: #5f5f5f;
}
.hcm-menu {
	display: none;
}
.hz-cats-menu h3 {
	display: none;
}
.hz-cats-menu .closeMenuBtn {
	padding: 0;
	font-size: 12px;
	border: 0;
	line-height: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-bottom: 30px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #ffffff;
	color: #000000;
}
.closeMenu {
	display: none;
}
#searchBox .ms-searchBox {
	background: url('../images/angled-bg.png') repeat top left;
	padding: 5px;
	max-width: 300px;
	margin: 0 auto;
}
#searchBox .ms-searchBox-inner {
	background: #ffffff;
	height: 32px;
	width: 100%;
}
#searchBox .ms-search-text {
	border: none;
	margin: 0;
	height: 32px;
	width: 200px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}
#searchBox .ms-search-btn {
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	height: 24px;
	width: 80px;
	font-weight: 600;
	font-size: 12px;
	margin: 0;
	margin-top: 3px;
	padding: 6px 16px;
	line-height: 1;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: #E4107E; /* Old browsers */
	background: -moz-linear-gradient(top,  #E4107E 0%,  #714AFD 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,E4107E), color-stop(100%, #714AFD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E4107E 0%, #714AFD 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E4107E 0%, #714AFD 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='E4107E', endColorstr=' #714AFD',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
}

.flexslider:hover .flex-prev {
	left: 40px !important;
}
.flexslider:hover .flex-next {
	right: 40px !important;
}
#featured-items-heading {
	margin-bottom:40px;
}
#featured-items-heading h2{
	color: #6b6b6b;
	font-family: 'Droid Serif', serif;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
#featured-items-heading .fancy-devider {
	height: 30px;
	background: url('../images/top-shadow.png') no-repeat center center;
	text-align: center;
}
#featured-items-heading .pointing-down {
	display: inline-block;
	width: 25px;
	height: 25px;
	padding: 4px;
	background: #E4107E !important;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.product-item.alternative {
	height: auto;
	cursor: pointer;
	background: none;
	margin-bottom: 15px;
	text-align: center;
}
.product-item.alternative:hover {
	background: #ffffff;
}
.product-item.alternative:hover .name a,
.sub-categories.alternative:hover a {
	color: #E4107E;
	text-decoration: none;
        font-size: 18px;
}
#featured-items-home.col-group .col-4 {
	padding: 10px;
}
.product-item .action {
	display: none;
}
.product-item .stars {
	display: none;
}
.product-item .img {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	padding: 0;
}
.product-item .img  img {
	max-height: 100%;
	max-width: 100%;
}
.product-item .name {
	text-align: center;
	margin-top: 0px;
	
}
.product-item .name a {
	color: #6b6b6b;
	font-size: 14px;
	line-height:20px;
	font-family: 'Droid Serif', serif;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
.product-item .status {
	display: none;
}
.product-item .price {
	color: #E4107E;
	font-size: 16px;
	font-family: 'Droid Serif', serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
}
.product-item .on-sale {
	background: #FF0000;

}
.menu-headers {
	font-family: 'Droid Serif', serif;
	display: block;
	color: #E4107E;
}
div.qtybox {
	margin-bottom: 10px;
}
span.line-between {
	display: none;
}
.header h3,
h1.page_headers,
.titles {
	color: #E4107E;
	font-family: 'Droid Serif', serif;
}
#featured-items-home {
	background: url(../images/bottom-shadow.png) no-repeat bottom center;
	padding-bottom: 40px !important;
	margin-bottom: 60px;
}
#leftBanner, #rightBanner  {
	margin: 25px auto;
}
aside .module li a,
aside .module .name,
aside .module .info,
aside .module .price,
aside .module a,
aside .module .ranking{
	font-size: 13px;
}
@media(max-width: 979px) {
	body {
		padding: 0;
	}
	#mainContainer {
		padding: 0 20px;
	}
	.col-2,
	.col-3,
	.col-4 {
		width: 50%;
	}
	.tmb-right,
	.tmb-left {
		width: auto;
	}
	.tmb-menu {
		margin-right: 10px;
	}
	.tmb-menu a:not(:last-child):after {
		margin: 0 5px;
	}
}
@media(max-width: 767px) {
	body {
		background: #ffffff;
	}
	#mainContainer {
		padding: 0 10px;
	}
	.col-2,
	.col-3,
	.col-4 {
		width: 100%;
	}
	.top-menu-bar {
		margin: 0 -10px;
		border-bottom: 1px solid #dadada;
	}
	.tmb-left {
		text-align: center;
	}
	.tmb-right {
		display: none;
	}
	.logo-search {
		margin: 0 -10px;
		background: #f0f0f0 url('../images/footer-bg.png') repeat;
		border-bottom: 1px solid #dadada;
	}
	#logo {
		height: auto;
		width: 100%;
		text-align: center;
	}
	.ls-search {
		display: none;
	}
	.hz-mobile-menu {
		display: block;
	}
	.hcm-menu {
		display: block;
	}
	.hz-cats-menu .mobile {
		display: block;
	}
	.hz-cats-menu {
		background-color: #6b6b6b;
		position: fixed;
		left: -250px;
		top: 0;
		width: 250px;
		height: 100%;
		overflow-y: scroll;
		padding: 20px 15px;
		z-index: 1000;
		-webkit-transition: left 400ms ease-in;
		-moz-transition: left 400ms ease-in;
		-ms-transition: left 400ms ease-in;
		-o-transition: left 400ms ease-in;
		transition: left 400ms ease-in;
	}
	.hz-cats-menu.visible {
		left:0;
	}
	nav.hz-cats-menu ul {
		margin-bottom: 20px;
		max-height: none;
	}
	nav.hz-cats-menu ul li {
		text-align: left !important;
	}
	nav.hz-cats-menu ul>li>a {
		background: none !important;
		text-decoration: none !important;
	}
	.hz-cats-menu h3 {
		display: block;
	}
	ul.subMenu{
		display:none !important;
	}
	.closeMenu {
		display: block;
	}
	#loginAccount .alpha-col,
	#loginAccount .beta-col {
		float: none;
		display: block;
		width: 100%;
	}
	#featured-items-heading {
		margin: 10px auto;
	}
	h1.page_headers{
		margin: 20px 0;
	}
	#mediaContainer {
		padding: 30px;
	}
}
@media(max-width: 479px) {
	.hzz-mail-list {
		width: 250px;
	}
	.hml-text {
		width: 150px;
		max-width: none
	}
	.hml-btn {
		width: 80px;
		max-width: none;
	}
	#mainContent {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.storeInfo,
	.crmForm {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.main-image a,
	.main-image a img,
	.MagicBoxShadow {
		max-width: 100% !important;
		height: auto !important;

	}
}


.subMenu {
	display: none;
	position: absolute;
	top: 37px;
	z-index: 10;
	border: 1px solid #EEE;
	left: 55%;
	background: #ffffff;
	text-align: left;
	padding: 10px;
	margin-left: -110px;
	width: 250px;
}
nav > ul > li:hover ul {
	display: block;
}
.subMenu li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	width: 100%;
}
.subMenu li a:hover {
	color: #E4107E;
	text-decoration:underline;
}
.subMenu li a {
	color: #4f4f4f;
	font-size:14px;
	text-transform: none;
	font-weight: normal;
	padding: 0 10px;
	display: block;
}
.subMenu li:hover {
	background: #fff;
}

form[action*="523"] .columns-4 .product-item .img img
{
  max-width: none;
  height: 155px;
  max-height: none;
  left: -4px;
}

form[action*="523"] .product-item .img a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

form[action*="24"] .product-item .img a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

form[action*="24"] .columns-4 .product-item .img img
{
  max-width: none;
  height: 155px;
  max-height: none;
  left: -4px;
}

form[action*="526"] .product-item .img a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

form[action*="526"] .columns-4 .product-item .img img
{
  max-width: none;
  height: 155px;
  max-height: none;
  left: -4px;
}

form[action*="527"] .product-item .img a {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

form[action*="527"] .columns-4 .product-item .img img
{
  max-width: none;
  height: 155px;
  max-height: none;
  left: -4px;
}