.group-style2,
.group-style3 { margin-bottom:0; }

	.group-style2 a:nth-of-type(2n+2),
	.group-style3 a:nth-of-type(3n+3) { margin-right:0; }

.msx-styles-trends { font-size:14px; }
  
  .msx-styles-trends div { padding:12px 20px 16px 20px; }
  .msx-styles-trends .floatLeft { width:100%; }
  
  .msx-h1.txtCenter,
  .msx-h2.txtCenter,
  .msx-h3,
  .msx-h4-sub { margin-bottom:0; }
  
    .msx-h1.txtCenter + *:not(.msx-h4-sub),
    .msx-h2.txtCenter + *:not(.msx-h4-sub):not(.productTile),
    .msx-h4-sub.txtCenter + * { margin-top:24px; }
    .msx-styles-trends .msx-h4-sub + * { margin-top:16px; }
    
  .msx-h2.txtCenter 
  { 
    float:left;
    margin-top:44px;
    width:100%;
  }
  
  .msx-styles-trends p
  {
    color:rgba(0, 0, 0, 0.87);
	  line-height:1.43;
	  letter-spacing:0.2px;
  }
  
  .msx-link-surface
  {
    font-weight:bold;
    float:left;
    padding:16px 24px;
    text-align:right;
    width:100%;
  }
    .msx-link-surface:hover { background:rgba(0, 0, 0, 0.08); }
  
  .style1,
  .style4 
  { 
    margin-right:0;
    width:972px; 
  }
  .style1 img,
  .style4 img { float:left; }
  .style4 img { max-width:316px; }
    .style4 img:nth-of-type(2) { float:right; }
    
  .style1 .floatLeft { width:50%; }
  
  
  .style3 .withText
  { 
    height:210px;
    overflow:hidden;
  }
  
.productBox.style1
{
	float:left;
	width:100%;
}
.productBox.style2
{
	display: table;
	margin-bottom:36px;
	width:100%;
}
	.productBox .msx-tile { width: 234px; }
	
	.productBox .msx-tile .txtCenter 
	{ 
	  display:table;
	  height:65px;
	  width:100%;
	}
		.productBox .msx-tile .txtCenter strong
		{
		  display:table-cell;
		  vertical-align:middle;
		  padding:0 20px 16px 20px;
		}
	.productBox .brand 
	{ 
	   font-size:16px;
	   line-height:20px;
	}
	.productBox .msx-tile .linkBox 
	{ 
    height:130px;
    padding-top:46px;
  }
	
		.productBox .linkBox strong
		{
		  font-size:18px;
		  line-height:28px;
		  padding:0 20px;
		}
		.productBox button
		{
		  display:table;
		  float:none;
		  margin:24px auto;
		}
		
.productBox .productTile
{
	color:#000;
	float:left;
	height:245px;
	position:relative;
	text-decoration:none;
	width:33.3%;
}
  .productBox .productTile img 
  { 
    margin:0 auto;
    max-height:170px;
  }
  .productBox .productTile .brand
  {
    position:absolute;
    top:150px;
    width:100%;
  }
  .productBox .productTile strong,
  productBox .productTile span { display:block; }
  .productBox .productTile button { margin: 12px auto; }


.substyle 
{
	align-items: flex-end;
	clear: both;
	float: left;
	display: flex;
	margin-bottom: 54px;
	margin-top: 44px;
}

	.substyle img 
	{
	    max-width: 100%;
	    width: 100%;
	}
	
	.substyle .primary 
	{
		width: 50%;
		position: relative;
	}	
	.substyle .secondary { width: 50%; }
	
		.substyle .headline 
		{
			color: #303030;
			font-size: 36px;
			line-height: 42px;
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			font-weight: 500;
			margin-bottom: 6px;
		}
		
		.substyle .content 
		{
			color: #303030;
			font-size: 16px;
			line-height: 24px;
			font-family: 'Roboto', Arial, Helvetica, sans-serif;
			font-weight: 300;
			margin-bottom: 64px;
		}
		
		.substyle .imagecontainer { position: relative; }
		  .substyle .primary:hover .productlayer,
		  .substyle .imagecontainer:hover .productlayer { display: block; }
		  .isMobile .substyle .primary:hover .productlayer,
		  .isMobile .substyle .imagecontainer:hover .productlayer { display: none;  }
	
	.substyle.Style2 { flex-direction: row-reverse; }
	
		.substyle.Style2 .primary,
		.substyle.Style1 .secondary { margin-left: 8px; }
		
		.substyle.Style1 .primary,
		.substyle.Style2 .secondary { margin-right: 8px; }
		
		.substyle.Style2 .secondary .headline, .substyle.Style2 .secondary .content 
		{
			margin-left: 147px;
			width: 312px;
		}
	
	.substyle.Style1 { flex-direction: row; }
		
		.substyle.Style1 .secondary .headline, .substyle.Style1 .secondary .content 
		{
			margin-right: 147px;
			float: right;
			width: 312px;
		}
		
		.substyle.Style1 .imagecontainer { float: right; }

.productlayer 
{
	position: absolute;
	padding: 15px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: none;
	z-index: 2;
}

	.productlayer .productlayerbox 
	{
		background-color: #ffffff;
		width: 100%;
		height: 100%;
		min-height: 100%;
		display: flex;
		align-items: center;
	}
			
		.productlayer a:hover { text-decoration: none; }
	
			.productlayer .productlayer-center { margin: auto; }
	
			.productlayer .productlayer-img-cropbox { overflow: hidden; }
		
				.productlayer .productlayer-img-wrapper 
				{
					margin-top:-14%;
					margin-bottom:-10%;
					margin-left: -7%;
					margin-right: -7%;
				}
			
			.productlayer .productlayer-brandname,
			.productlayer .productlayer-price 
			{
				color: #303030;
				font-size: 16px;
				font-family: 'Roboto', Arial, Helvetica, sans-serif;
				font-weight: 500;
				line-height: 24px;
			}
			.productlayer .productlayer-brandname
			{
			   font-weight: 500;
         line-height: 24px;
			}
			.productlayer .productlayer-price 
			{
				font-weight: 400;
				line-height: 24px;
				margin-top: 6px;
			}
			
			.productlayer .msxButton 
			{
				margin-top: 24px;
				padding: 10px 35px;
			}
			
.productlayer-open-button 
{
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 1;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background-color: white;
	width: 35px;
	height: 35px;
	font-family: "msx";
	font-size: 20px;
	color: rgba(48,48,48,0.6);
	opacity: 0.8;
	line-height: 35px;
	display: none;
}

.productlayer-close-button 
{
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 3;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	background-color: white;
	width: 35px;
	height: 35px;
	font-family: "msx";
	font-size: 30px;
	color: rgba(48,48,48,0.6);
	opacity: 0.8;
	line-height: 35px;
	display: none;
}

.isMobile .productlayer-open-button,
.isMobile .productlayer-close-button { display: block; }

