.ColdBelvedairConnector_directoryCategoriesScroller_view .theme-list {
	list-style-type:none;
	display:flex;
	padding:0;
	margin:0;
	height:240px;
}
.ColdBelvedairConnector_directoryCategoriesScroller_view .theme-scroller {
	position:relative;
}
.ColdBelvedairConnector_directoryCategoriesScroller_view .theme-stamp:not(:first-child) {
	margin-left:35px;
}

/*>>>>>>>>>>>>>>>>>>>>>>                                        >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>          THEME STAMP                   >>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>                                        >>>>>>>>>>>>>*/
.theme-stamp {
	display:block;
	min-width:240px;
	height:240px;
	cursor:pointer;
	position: relative;
}
.theme-stamp .box {
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.theme-stamp .titles {
	position:absolute;
	bottom:17px;
	left:50%;
}
.theme-stamp .title {
	position:relative;
	margin-left:-50%;
	font-size:18px;
	display:inline-block;
	background:#fff;
	color:#000;
	line-height:20px;
	padding:5px 13px;
	white-space:nowrap;
}
/*......................          THEME STAMP end               .............*/ 
