/* Category Landing Page */

#categorynav {
	margin-top: 25px;
}

#categorynav h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#categorynav h1 a {
	text-decoration: none;
	color: #2a2a2a;
}

#categorynav h1 a:hover {
	color: #666666;
}

#categorynav ul {
	padding-bottom: 20px;
	padding-left: 10px;
}

#categorynav li {
	list-style: none;
	font-size: 12px;
	line-height: 22px;
}

#categorynav li a {
	text-decoration: none;
	color: #2a2a2a;
}

#categorynav li a:hover {
	text-decoration: underline;
}

#categorymobilenav {
	line-height: 38px;
	background-color: #f2f2f2;
	text-align: center;
	margin-top: 20px;
}

#categorymobilenav ul {
    list-style: none;
}

#categorymobilenav ul li {
    display: block;
    position: relative;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 150;
}

#categorymobilenav li ul {
    display: none;
}

#categorymobilenav ul li a {
    display: block;
    text-decoration: none;
	color: #2a2a2a;
    white-space: nowrap;
}

#categorymobilenav ul li a:hover {
	text-decoration: underline;
}

#categorymobilenav li:hover ul {
	width: 100%;
    display: block;
    position: absolute;
	z-index: 150;
}

#categorymobilenav li:hover li {
	width: 100%;
	clear: both;
}

#categorymobilenav li:hover li a { 
	background-color: #f2f2f2;
	position: relative;
	border-top: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	left: 0;
	top: 0;
	z-index: 150;
}

#categorymobilenav li:hover li a:hover {
    text-decoration: underline;
}

#categorytitle {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #f2f2f2;
	margin-bottom: 16px;
	margin-top: 25px;
}

#categorytitle h1 {
	font-size: 25px;
	color: #2a2a2a;
	font-weight: normal;
	padding-left: 15px;
}

#categorypic {
	position: relative;
	z-index: 100;
	margin-top: 25px;
}

#categorypic img {
	width: 100%;
	height: auto;
}

#categorypictitle {
	position: absolute;
	bottom: 55px;
	right: 0;
}

#categorypictitle h1 {
	font-size: 32px;
	font-weight: normal;
	color: #D48A1D;
	display: inline-block;
	background-color: #FFF;
	background:rgba(255,255,255,0.8);
	padding: 8px 20px 8px 20px;
}

#categorypicslides .item img{
    display: block;
    width: 100%;
    height: auto;
}

#categorypic .owl-buttons {
	display: none;
}

#categorypic .owl-theme .owl-controls {
	text-align: right !important;
}

#categorypic .owl-theme .owl-controls .owl-page span {
	margin: 2px 4px !important;
	width: 9px !important;
	height: 9px !important;
	background: #2a2a2a !important;
}

.shopcategory {
	line-height: 32px;
	margin-top: 10px !important;
	margin-bottom: 16px !important;
	background: url('/images/dashedborder.png') repeat-x 0px 16px;
}

.shopcategoryheading h1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #D48A1D;
	background-color: #FFF;
	padding-right: 15px !important;
	display: inline-block
}

#CategoryImage {position: relative;width: 100%;display: block;}
#CategoryImage li {list-style: none;width: 23%;height:290px;margin-bottom: 3%;margin-right: 2%;text-align: center;float: left;}
#CategoryImage li img {width: 100%;height: auto;max-height:260px !important;}

#CatPicImage {position: relative;width: 100%;display: block;}
#CatPicImage li {list-style: none;width:23%;height:auto;margin-bottom: 3%;margin-right: 2%;text-align: center;float: left;}
#CatPicImage li img {width: 100%;height: auto;max-height:260px !important;}

.CategoryImageAnchor {
	font-size: 18px;
	color: #2a2a2a;
	text-decoration: none;
	line-height: 25px;
	min-height: 75px;
	display: inline-grid;
}

.CategoryImageAnchor:hover {
	text-decoration: underline;
}

.SeoPageBody {
	font-size: 12px;
	line-height: 18px;
	color: #2a2a2a;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
}

@media screen and (max-width: 400px) {
	#CategoryImage li {width: 100%;margin-bottom: 5%;margin-right: 0;}
	#CatPicImage li {width: 100%;margin-bottom: 5%;margin-right: 0;}
}


@media screen and (min-width: 401px) and (max-width: 1024px) {
	#CategoryImage li {width: 47%;margin-bottom: 5%;margin-right: 3%;}
	#CatPicImage li {width: 47%;margin-bottom: 5%;margin-right: 3%;}
}
.pctop{margin-top: 30px;}
#categoryproduct img.pcmain { max-width:100%; width:auto; }
#categoryproduct a.prev{text-align:left; float:left; color:#466835; font-size:12px; font-weight:bold;}
#categoryproduct a.next{text-align:right; float:right; color:#466835; font-size:12px; font-weight:bold;}
/* End Category Landing Page */