.contentAndResourcesContainer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.resourcesAndSimilarProductsColumn {
	margin-bottom: 20px;
	background-color: var(--primary-white-color);
}

.productContainerRow {
	width: 100%;
	display: flex;
	/*flex-wrap: nowrap;*/
	justify-content: space-between;
	padding: 0;
}

/* desktop */
@media only screen and (min-width: 481px) {

	.contentColumn {
		width: 80%;
	}

	.sliderContainer {
		width: 30%;
		padding-right: 60px;
	}

	.productDetailsContainer {
		width: 70%;
	}

	.resourcesAndSimilarProductsColumn {
		width: 20%;
		margin-left: 40px;
	}
}

/* mobile */
@media only screen and (max-width: 480px) {

	h1.productH1 {
		padding-top: 34px;
		padding-bottom: 14px;
	}

	.contentAndResourcesContainer {
		flex-direction: column;
	}

	.contentColumn {
		width: 100%;
	}

	.sliderContainer {
		width: 100%;
	}
	
	.productDetailsContainer {
		width: 100%;
	}

	.dataSheetLi {
		text-align: left;
	}

	.resourcesAndSimilarProductsColumn {
		width: 100%;
	}

	.dataSheetUl {
		padding-left: 20px;
	}

	.productContainerRow {
		flex-direction: column;
		padding: 10px 0px;
	}
}

.productContainerRowDevider {
	display: block;
	padding: 10px;
}

.productContainerSimilarProducts {
	width: 20%;
	display: block;
	padding: 10px;
	background-color: #eeeeee;
}

.descriptionColumn, .additionalInformationColumn {
	width: 50%;
	display: block;
	padding: 10px;
}

#productDetailsContainer > h1 {
	padding: 0 !important;
	margin: 0 !important;
}

#productDetailsContainer > h1 {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: inherit;
	font-family: 'Raleway', sans-serif;
	word-wrap: break-word;
	clear: none;
	padding: 0;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

#productContent {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 20px;
}

#productDetailsContainer > * > h4 {
	box-sizing: border-box;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#productDetailsContainer > * > ul {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 10px;
}

.dataSheetLi {
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.dataSheetLi > a {
	font-size: 14px;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	color: #D22028;
}



@media only screen and (max-width: 4000px) {
	.tab3 {
		padding: 40px;
	}
}
@media only screen and (max-width: 2000px) {
	.tab3 {
		padding: 30px;
	}
}
@media only screen and (max-width: 1400px) {
	.tab3 {
		padding: 20px;
	}
}
@media only screen and (max-width: 800px) {
	.tab3 {
		padding: 10px;
	}
}

.tabs3 {
	display: flex;
	flex-wrap: wrap;
}
.tabs3 label {
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	cursor: pointer;
	background-color: white;
	font-weight: bold;
	transition: background ease 0.3s;
}

.tabs3 > label {
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	box-sizing: border-box;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #979797;
	font-weight: 400;
	text-shadow: none;
	padding: 10px 10px;
	border-top: 2px solid transparent;
	outline: 0 none;
}
.tabs3 .tab3 {
	order: 9;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #ededed;
	margin: 0;
}
.tabs3 input[type="radio"] {
	display: none;
}
.tabs3 input[type="radio"]:checked + label {
	border-top: 2px solid transparent;
	border-color: #D22028;
	background: #ededed;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	list-style: none;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 18px;
	outline: 0 none;
	text-shadow: inherit;
	color: #383838 !important;
}
.tabs3 input[type="radio"]:checked + label + .tab3 {
	display: block;
}

.tabs3 h3 {
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
}
.tabs3 h4 {
	box-sizing: border-box;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.tabs3 p {
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #4a4a4a;
	box-sizing: border-box;
	margin: 0 0 10px;
	font-size: 14px;
}
.tabs3 ul > li > a {
	font-size: 14px;
	line-height: 1.42857143;
	font-family: 'Muli', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	color: #D22028;
}

/* This class is generated by Salesforce. Need to override a few things. */
.ql-table-blob {
	border-collapse: collapse !important;
	width: 100% !important;
}

.ql-table-blob td {
	border: 1px solid black;
	border-spacing: 0 !important;
	width: auto !important;
	margin: 0 !important;
}

.htmlDetailElementTable {
	width: 100%;
}


.horizontal-list {
	list-style: none;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.horizontal-list li {
	padding: 4px 10px;
}
.horizontal-list > li > div {
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}