@charset "UTF-8";
/* CSS Document */

/* Home Page */

#main .home .home_100,
#main .home .home_100_mobile,
#main .home .home_100_mobile_sm {
	position:relative;
	overflow:hidden;
}

#main .home {
	text-align:center;
	padding-bottom:0;
	position:relative;
}
#main .home p {
	font-size:120%;
}
#main .home .home_70_left {
	float:left;
	width:69%;
	padding-top:10px;
}
#main .home .home_67_left {
	float: left;
    width: 67%;
}
#main .home .home_33_left {
	float: left;
    width: 33%;
}
#main .home .home_75_left {
	float:left;
	width:69%;
	margin-top:5px;
}
#main .home .home_25_right {
	float:right;
	width:30%;
	margin-top:5px;
}
#main .home .home_50_left {
	float:left;
	width:49.5%;
	margin-bottom:5px;
	border-top:1px solid #000;
}
#main .home .home_50_right {
	float:right;
	width:49.5%;
	margin-bottom:5px;
	border-top:1px solid #000;
}
.sale_banner {
	font-size:40px;
	font-weight:700;
}
#main .home .home_100_mobile,
#main .home .home_100_mobile_sm {
	display:none;
}



/* Category Pages */

.category #product_list .product .icon_overlay .markdown_icon {
	color: #fff;
	text-align: center;
	font-size: 80%;
	padding: 4px 6px;
	background-color:#a43e3e;
	border-radius:3px;
}


/* Shop By */
.shop_by {
	clear:both;
	padding:20px 10px;
	background-color:#232323;
	margin-bottom:15px;
}

.shop_by h2 {
	color:#ccc;
	font-size:200%;
	border-bottom:none;
	margin-top:0;
}

.shop_by ul.nav li {
	display:inline-block;
	background-color:#fff;
	color:#000;
	margin:5px;
}
.shop_by ul.nav li a {
	color:#000;
	
}



/* Holiday Note Page */

.header_note {
	background-color:#666;
	text-align: center;
	color: #fff;
	padding:5px;
}

#header-promotions {
	text-align: center;
	background-color: #d69287;
	padding: 15px;
	margin-bottom:30px;
	color:#fff;
	border:1px solid #571f15;
}


@media only screen and (max-width: 800px) {
	#main .home .home_25_right {
		clear:both;
		float:none;
		width:100%;
		padding:10px 3px;
		margin-bottom:10px;
	}
	.home_75_left {
		height: 540px !important;
	}
	.home_25_right {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 730px) {
	#main .home .home_33_left {
		float:none;
		width:100%;
		height:auto !important;
		border-bottom:1px solid #000;
	}
}

@media only screen and (max-width: 675px) {
	.blackfriday_left,
	.blackfriday_right {
		float:none;
		width:100%;
		text-align: center;
	}
	.blackfriday_right {
		padding:0 0 15px 0;
	}
}


@media only screen and (max-width: 599px) {
	#main .home {
		width:auto;
	}
	#main .home .home_100 {
		display:none !important;
	}
	#main .home .home_100_mobile_sm {
		display:block;
	}
	#main .home .home_50_left,
	#main .home .home_50_right,
	#main .home .home_75_left,
	#main .home .home_25_right,
	#main .home .home_70_left,
	#main .home .home_30_right,
	#main .home .home_34_left {
		float:none;
		width:100%;
		height:auto !important;
	}
	#main .home .home_70_left {
		padding:10px 0 0;
	}
	#main .home .home_30_right {
		padding: 10px  3px 25px !important;
		border-left:none;
		border-top:2px solid #000;
	}
	#main .home .home_75_left {
		padding:0;
	}
	#main .home .home_25_right {
		padding:10px 3px !important;
	}
	#main .home .home_50_right {
		margin-top:0;
	}
	.home .home_5050 {
		border-top: none;
	}
	#main .home .home_50_right,
	#main .home .home_50_left {
		padding-bottom:20px;
		margin-bottom:0;
	}
	.sale_banner {
		font-size:30px;
	}
	.home_MOM_mobile {
		display: block;
		background: url(/media/images/home/tr_home_050318_01a.jpg) #cdf0ec top left no-repeat;
	}

	.home_MOM {
		display: none;
	}
	.top_promo {
		background-position-x: 0;
		background-position-y: -30px;
	}
}
@media only screen and (max-width: 500px) {
	#main .home h1 {
		font-size:200%;
}
	.shop_by ul.nav li {
		display:block;
	}
}

@media only screen and (max-width: 479px) {
	.blackfriday_left {
		font-size: 395%;
	}
}