/* !!! ======= Category Pages Styling ========== !!! */

/* Parent Class: ws-cat-panel, categories page. */
.ws-cat-panel {}
* html .ws-cat-panel {
	width: 99%;
}

.ws-cat-panel .ws-panel-hd {
	width: 100%; overflow: hidden;
}

.ws-cat-panel .ws-panel-hd {
	white-space: nowrap; font-size: 18px; text-transform: none; padding-left: 10px;
}

.ws-store-cat-tlvl .ws-panel-hd {
	display: none;	
}

.ws-cat-desc .ws-desc {
	/* display: none; */ margin-bottom: 0.5em;
}

.ws-cat-imgs {
	display: none;
}

.ws-cat-panel .ws-viewswch {
	display: none;
}

.ws-cat-panel .ws-subhd {
	font-size: 14px; margin-bottom: 10px;
}
/* END Parent Class: ws-cat-detail, categories page. */


/* ws-catgrp-panel */
.ws-catgrp-panel {}
.ws-catgrp-panel .ws-panel-hd {
	white-space: nowrap; position: absolute; top: 115px; left: 0; font-size: 18px; text-transform: none;
}
.ws-store-catgrp-tlvl .ws-catgrp-panel .ws-panel-hd {
	display: none;	
}

.ws-store-catgrp-tlvl .ws-catgrp-cont .ws-img { 
	display: none; 
}
.ws-catgrp-cont .ws-desc {
	padding: 10px 0;
}
