	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	contentModel
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/


	
		/*+ base
		..........................................................................*/
		
			.contentModel{}
			.contentModel:after{visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
		
		/*+ members
		..........................................................................*/
		
			.contentModel .intro{}
			.contentModel .description{font-size:14px;}
			.contentModel .about{color: #1d4b77;
				font-size: 16px;
				line-height: 20px;
				margin-bottom: 7px;
				display: flex;
				gap: 5px;}
			.contentModel .event{}
			.contentModel .title{font-size:18px;}
			.contentModel .product{}
			.contentModel .priceTag{}
			
			.contentModel .marked{display:inline-block; float:right; position:relative; z-index:1000;  margin:-20px 0px 0px 20px;  padding:16px 0px 0px 0px; font-weight:bold; line-height:1.2; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color:white; text-align:center; width:95px; height:95px; border-radius: 500px; -moz-border-radius: 500px; -webkit-border-radius: 500px;  background: #fe0404;background: -moz-linear-gradient(top, #fe0404 0%, #b20000 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe0404), color-stop(100%,#b20000));background: -webkit-linear-gradient(top, #fe0404 0%,#b20000 100%);background: -o-linear-gradient(top, #fe0404 0%,#b20000 100%);background: -ms-linear-gradient(top, #fe0404 0%,#b20000 100%);background: linear-gradient(to bottom, #fe0404 0%,#b20000 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0404', endColorstr='#b20000',GradientType=0 );}
			.contentModel .marked strong{font-size:24px; display:block; }
			
			.contentModel .bigDiscount{color:#1d4b77; font-size:18px; font-weight:bold; margin:0px 0px 0px 0px; }
			.contentModel .bigDiscount strong{color:#b8b8b8; }
			.contentModel .bigDiscount span{color:red; font-size:30px; vertical-align:middle;}
			
			.contentModel #___plus_0{position:relative; top:7px;}



