

/*-----------------------------------------------------------------------
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 > .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 !important;
	padding: 6px 10px !important;
	font-size: 13px !important;
	line-height: 13px !important;
	margin: 0 8px 8px 0 !important;
	background: #E3EEF2 !important;
}

#bottomshop .widget .tagcloud > a:hover {
	background: #ccc !important;
}

.p-title h2.header.market {
	font-size: 18px !important;
}