

/*-----------------------------------------------------------------------
SHOPPING CLOUD
------------------------------------------------------------------------*/

#bottomshop .widget {
	display: block;
	margin-bottom: 25px;
	position: relative;
}

#bottomshop .widget .upper-title {
	position: absolute;
	top: 13px;
	right: 15px;
	color: #aaa;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}


#bottomshop .widget .upper-title:hover {
	color: #232323;
}


#bottomshop .widget .upper-title i.fa {
	padding-left: 5px;
}

#bottomshop .widget > .w-title {
	display: block;
	background: #f2f2f2;
	position: relative;
	margin-bottom: 20px;
}

#bottomshop .widget.sidenav {
	display: none;
}

#bottomshop .widget > .w-title h3 {
	display: inline-block;
	padding: 11px 22px;
	color: #fff;
	background: #386780;
	margin-bottom: 0px;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'PT Sans Narrow', sans-serif;
	/*letter-spacing: 1px;*/
}

#bottomshop .widget.tan > .w-title h3 {
	background: #A7833D !important;
}

#bottomshop .widget.green > .w-title h3 {
	background: #688367; !important;
}

#bottomshop .widget > .w-title h3:after {
	display: block;
	position: absolute;
	height: 3px;
	background: inherit;
	width: 100%;
	left: 0px;
	bottom: 0px;
	content: '';
}

#bottomshop .widget > .tagcloud a {
	display: inline-block;
	padding: 8px 12px;
	font-size: 0.99em !important;
	line-height: 13px;
	margin: 0px 12px 15px 0;
	border: #ddd solid 1px;
	background: #ECECEC !important;
	//background: #7E899F !important;
	color: #444 !important;
	//box-shadow: 0 0 3px rgba(0,0,0,0.05);
}

bottomshop .widget > .tagcloud a:hover {
	opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
}

#bottomshopp .widget > .tagcloud a {
	display: inline-block;
	padding: 7px 14px;
	font-size: 13px!important;
	line-height: 13px;
	margin: 8px 8px 8px 0;
	text-transform: lowercase !important;
	font-weight: 500 !important;
	border: 1px solid #ccc;
	border-radius: 14px;
	-moz-border-radius: 14px;
	background: #f2f2f2 !important;
}

#bottomshopp .widget > .tagcloud.shopresponsive a {
	background: #7E899F !important;
	border: 1px solid #999 !important;
}

#bottomshopp .widget .tagcloud > a:hover {
	background: #fff !important;
}

#bottomshop .widget > .tagcloud.shopresponsive a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.p-title h2.header.market {
	font-size: 18px !important;
}


/* Hiding Shophome -------------- */

table.dataGrid.shophomeframe {
	display: none !important;
	}