/* ---------- Search Icon ---------- */
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?plj2ef');
	src: url('../fonts/icomoon.eot?plj2ef#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?plj2ef') format('truetype'),
	url('../fonts/icomoon.woff?plj2ef') format('woff'),
	url('../fonts/icomoon.svg?plj2ef#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon', sans-serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	vertical-align: middle;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icomoon-search:before {
	content: "\e901";
}

.icomoon-menu:before {
	content: "\e900";
}

/* ---------- Generally ---------- */
body {
	margin: 0;
	padding: 0;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 15px;
	background-color: #f7f7f7;
}

h1 {
	text-transform: uppercase;
}

h1,
h2 {
	font-size: 40px;
	color: #046ac3;
	font-weight: 400;
	margin: 18px 0;
}

h2 {
	font-size: 32px;
}

p {
	line-height: 23px;
}

hr {
	border: none;
	border-bottom: 2px solid #b9b9b9;
	margin: 37px 0;
}

ul li {
	line-height: 1.5;
}

dl {
	padding-left: 20px;
}

dt {
	font-weight: 400;
	list-style: disc;
	display: list-item;
}

dt a {
	/*text-decoration: none !important;*/
	/*color: #000;*/
	/*font-weight: bold;*/
}

dd {
	/*margin: 10px 0 20px 0;*/
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.vertical-helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

/* ---------- Buttons ---------- */
.button {
	text-transform: uppercase;
	text-decoration: none;
	min-width: 168px;
	text-align: center;
	display: inline-block;
	padding: 17px;
	border: none;
}

.buttonBlue {
	color: #fff;
	background: #046ac3;
}

.buttonBorder {
	color: #000;
	border: 2px solid #046ac3;
	padding: 15px 0;
}

/* ---------- Icons ---------- */
.icon:before {
	content: '';
	display: inline-block;
	background: no-repeat;
	background-size: contain;
}

.icon-document:before {
	height: 30px;
	width: 30px;
	background-image: url(../icons/document.png);
	margin-bottom: -7px;
	position: absolute;
	top: calc(50% - 15px);
}

.icon-phone:before {
	height: 30px;
	width: 30px;
	background-image: url(../icons/phone.png);
	margin-bottom: 0;
	position: absolute;
	top: calc(50% - 15px);
}

.icon-mail:before {
	height: 30px;
	width: 40px;
	background-image: url(../icons/mail.png);
	margin-bottom: 0;
	position: absolute;
	top: calc(50% - 15px);
}

ul.menuIcon {
	display: none;
}

/* ---------- Top Navigation ---------- */
.topNav {
	font-size: 12px;
	color: #767676;
	padding-top: 17px;
}

.topNavSearch {
	display: inline-block;
}

.topNavLinks {
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
}

.topNavLinks a {
	padding: 0 16px 0 0;
	color: #767676;
	text-decoration: none;
	font-weight: 500;
}

.topNavLinks a:last-child {
	padding-right: 0;
}

.topNavLinks a:hover {
	text-decoration: underline;
}

.topNavLanguage {
	display: inline-block;
	margin: 0 10px;
}

.topNavLanguage .topNavLanguageBtn {
	margin-right: 2px;
	display: inline-block;
	background-color: #fff;
}

.topNavLanguage .topNavLanguageBtn:last-child {
	margin-right: 0;
}

.topNavLanguageBtn a {
	border: 1px solid #767676;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 22px;
	display: block;
	color: #767676;
	text-decoration: none;
	font-weight: 400;
}

.topNavLanguageBtn.active a {
	color: #fff;
	background-color: #046ac3;
	border-color: #046ac3;
}

/* ---------- Main Navigation ---------- */
.mainNavContainer > .container {
	position: relative;
	margin-top: 100px;
}

#logo {
	display: inline-block;
	position: absolute;
	bottom: 13px;
	z-index: 100;
}

#logo img {
	max-width: 220px;
	height: auto;
	vertical-align: bottom;
}

.mainNavOuter {
	float: right;
	display: inline-block;
}

.mainNav {
	font-size: 0;
	margin-left: 220px; /* 150px */
}

.mainNav > ul {
	margin-bottom: 5px;
	padding: 0;
	cursor: pointer;
}

.mainNav > ul > li {
	display: inline-block;
	font-size: 18px;
}

.mainNav > ul > li.dropdown > span {
	display: none;
}

.mainNav > ul > li.dropdown > span span {
	display: none;
}

.mainNav > ul.menuContainer > li {
	margin-top: 20px;
}

.mainNav > ul > li:last-child {
	margin-right: 0;
}

.mainNav > ul > li > a {
	color: #000;
	text-decoration: none;
	padding-bottom: 5px;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 400;
}

.mainNav > ul > li.active > a {
	color: #046ac3;
	text-decoration: none;
	border-bottom: 3px solid #046ac3;
}

.mainNav > ul > li:last-child > a {
	margin-right: 0;
}

.mainNav > ul > li > div {
	display: none;
	position: absolute;
	z-index: 20;
	top: 53px;
	left: 0;
	width: 100%;
	color: #fff;
}

.mainNav > ul > li > div:hover > li {
	border-bottom: 3px solid #046ac3;
}

.mainNav > ul > li:hover > a {
	color: #046ac3;
	text-decoration: none;
	border-bottom: 3px solid #046ac3;
}

/* WHY? */
/* .mainNav > ul > li:last-child:hover > a { */
/* border-bottom: 0; */
/* } */
.submenu {
	background-color: #f7f7f7;
	list-style-type: none;
	line-height: 50px;;
	padding: 37px 50px 66px 50px;
	-webkit-box-shadow: 0 17px 26px -10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 17px 26px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 17px 26px -10px rgba(0, 0, 0, 0.4);
}

.submenu .dropdown span {
	display: none;
}

.submenu > li > a {
	color: #046ac3;
	text-decoration: none;
	line-height: 1.9;
}

.submenu > li > a:hover {
	text-decoration: underline;
}

.topNavSearch .search-button {
	background-color: #f7f7f7;
	border: 0;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	padding: 0;
	right: 0;
}

/* ---------- Breadcrumb Navigation ---------- */

#breadcrumbNav {
	margin-top: 77px;
	margin-bottom: 42px;
}

#breadcrumbNav a {
	text-decoration: none;
	font-size: 12px;
	color: #767676;
}

#breadcrumbNav a:after {
	content: " > ";
}

#breadcrumbNav a:last-child:after {
	content: "";
}

#breadcrumbNav a:last-child {
	color: #046ac3;
}

/* ---------- Slider ---------- */
.slider {
	width: 100%;
	min-height: 450px;
	background: no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 70px;
}

.slider .container {
	min-height: 420px;
	position: relative;
	padding-bottom: 89px;
}

.sliderContent {
	max-width: 50%;
	color: #fff;
	margin-top: 91px;
}

p.sliderCategory {
	margin-top: 78px;
	margin-bottom: 30px;
}

.sliderParagraph {
	color: #fff;
	margin-bottom: 48px;
}

.sliderImageCR {
	font-size: 11px;
	color: #aaa;
	position: absolute;
	bottom: 0;
}

.slider .button {
	margin-right: 16px;
	margin-bottom: 8px;
}

.slider .button:last-child {
	margin-right: 0;
}

.slider .button.buttonBorder {
	color: #fff;
}

/* ---------- Topic Row ---------- */
.topicRow {

}

.topicRow .container {
	text-align: center;
}

.topicRow .container .row {
	padding: 10px;
	margin-top: -53px;
	background-color: #f7f7f7;
}

.topicRow .container .row > div {
	padding: 10px;
}

.topicBox {
	background-color: #333;
	position: relative;
	width: 100%;
	max-width: 360px;
	margin: auto;
}

.topicBox:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.topicBoxContent {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
}

.topicBoxImage {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.topicBoxContent:hover .topicBoxImage {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); /* IE 9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}

.topicBoxText {
	color: #fff;
	font-size: 40px;
	height: 100%;
	width: 100%;
	display: table;
	position: absolute;
}

.topicBoxText > div {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

/* ---------- Content ---------- */
body > .content {
	padding-bottom: 50px;
}

.content.white {
	background-color: #fff;
}

/* ---------- Product Slider ---------- */
.productSlider {
	width: 100%;
	margin-bottom: 53px;
}

.content .productSlider:first-child {
	margin-top: 53px;
}

.productSliderHeader {
	background-color: #046ac3;
	height: 55px;
	margin-bottom: 30px;
	position: relative;
}

.productCategory {
	/*height: 100%;*/
	/*text-transform: uppercase;*/
	padding: 7px 0 7px 24px;
	color: #fff;
	/*display: inline-block;*/
	font-size: 19px;
	display: table-cell;
	vertical-align: middle;
	height: 55px;
}

/*.productSliderNav {*/
/*	float: right;*/
/*	height: 100%;*/
/*}*/
.productSliderNav {
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
}

.productSliderNav > div {
	display: inline-block;
	width: 108px;
	height: 100%;
	border-left: 1px solid #fff;
	cursor: pointer;
}

.nextProducts {
	background: url(../icons/arrow-right.png) no-repeat center;
}

.prevProducts {
	background: url(../icons/arrow-left.png) no-repeat center;
}

.productsRow {
	margin-left: -15px;
	margin-right: -15px;
}

.singleProduct {
	padding-left: 15px;
	padding-right: 15px;

}

.singleProduct:focus {
	outline: none;
}

.singleProductInfos {
	padding: 15px;
	border-bottom: 10px solid #046ac3;
	background-color: #fff;
}

.singleProductImage {
	min-height: 150px;
}

.singleProductImage img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin: auto;
	max-height: 150px;
}

.singleProductTitle {
	color: #046ac3;
	font-size: 19px;
	line-height: 24px;
	cursor: default;
	min-height: 50px;
	margin-top: 5px;
}

.singleProductTitle a {
	text-decoration: none;
	color: #046ac3;
}

.singleProductPreview {
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	cursor: default;
	text-overflow: ellipsis;
	content: "";
	background: -webkit-linear-gradient(#000, #000, #000, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.singleProductPreview a {
	text-decoration-color: transparent;
}

.singleProductMore a {
	font-size: 12px;
	color: #046ac3;
	text-decoration: none;
}

/* ---------- Detailed Product ---------- */
.productDetail {
	margin-bottom: 150px;
}

.productDetailHeader {
	background-color: #046ac3;
	height: 53px;
	margin-bottom: 30px;
}

.productDetailGallery {
	margin-bottom: 30px;
}

.productDetailTitle {
	font-size: 19px;
	color: #046ac3;
	margin-bottom: 54px;
}

.productDetailDescription {
	line-height: 22px;
	padding-bottom: 50px;
}

.productDetailDescription ul {
	margin: 0;
	padding: 0 16px;
}

.productDetailDescription p {
	margin: 0;
}

.productDetailDownload {
	position: relative;
}

.productDetailDownload:before {
	content: '';
	background: url(../icons/download.svg) no-repeat center;
	background-size: contain;
	width: 34px;
	height: 45px;
	top: -12px;
	position: absolute;
}

.productDetailDownload a {
	color: #046ac3;
	text-decoration: none;
	margin-left: 40px;
}

.slider-for {
	height: 420px;
	background-color: #fff;
}

.slider-for .slick-slide {
	text-align: center;
}

.slider-for div {
	height: 100%;
}

.slider-for img {
	height: auto;
	margin: auto;
	width: auto;
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
	display: inline-block;
}

.sliderArrow {
	height: 52px;
	margin-bottom: 30px;
	background-color: #fff;
}

.sliderArrow > div {
	display: inline-block;
	width: 108px;
	height: 100%;
	cursor: pointer;
}

.nextProductImg {
	background: #046ac3 url(../icons/arrow-right.png) no-repeat center;
	float: right;
}

.prevProductImg {
	background: #046ac3 url(../icons/arrow-left.png) no-repeat center;
}

.slider-nav .slick-slide {
	padding: 0 5px;
}

.slider-nav .slick-slide div {
	height: 58px;
	text-align: center;
	cursor: default;
	background-color: #fff;
}

.slider-nav .slick-slide:focus {
	outline: none;
}

.slider-nav .slick-current div {
	border-bottom: 5px solid #046ac3;
	box-sizing: content-box;
}

.slider-nav img {
	display: inline-block;
	max-width: 100%;
	max-height: 52px;
	width: auto;
	height: auto;
	vertical-align: middle;
}

/* ---------- Contact information box ---------- */
.contactBox {
	min-height: 105px;
	height: 105px;
	width: 100%;
	background-color: #046ac3;
	color: #fff;
	font-size: 15px;
}

.contactBox div {
	height: 100%;
}

.contactBox div.row > div {
	display: table;
}

.contactBox span {
	padding-left: 45px;
	display: inline-block;
}

.contactBox span a {
	color: #fff;
	text-decoration: none;
}

.contactTile {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/* ---------- Footer ---------- */
.footerNavSection {
	color: #767676;
}

.footerNavHeader {
	text-transform: uppercase;
	padding-bottom: 25px;
	color: #767676;
	text-decoration: none;
	cursor: default;
}

.footerNav {
	padding-top: 51px;
	padding-bottom: 13px;
	background-color: #fff;
}

.footerNav ul {
	padding: 0;
}

.footerNav ul li {
	list-style-type: none;
	padding: 15px 0;
	border-bottom: 1px solid #bababa;
	max-width: 290px;
}

.footerNav ul li a {
	color: #767676;
	text-decoration: none;
	padding: 15px 0;
}

.footerNav ul li a:hover {
	color: #046ac3;
}

.footerCR {
	width: 100%;
	background-color: #046ac3;
	color: #fff;
	font-size: 11px;
	line-height: 53px;
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) {
	.containerMinus30 {
		width: 720px;
	}

	.mainNav > ul > li > div {
		top: unset;
		padding-top: 5px;
	}
}

@media (min-width: 992px) {
	.containerMinus30 {
		width: 940px;
	}
}

@media (min-width: 1200px) {
	.containerMinus30 {
		width: 1140px;
	}
}

@media (max-width: 1199px) {
	#logo img {
		width: 150px;
		height: auto;
	}

	.mainNav {
		margin-left: 160px;
	}
}


/* Responsive menu  */
@media screen and (max-width: 767px) {
	h1 {
		font-size: 45px;
	}

	.mainNav > ul.menuContainer > li {
		margin: 20px 0;
	}

	.mainNav > ul.menuContainer {
		display: none;
		-webkit-tap-highlight-color: transparent;
	}

	.mainNav > ul.menuIcon {
		display: block;
	}

	.mainNav > ul.menuIcon li {

		font-size: 30px;
		margin-top: 0;
	}

	.sliderContent {
		max-width: 100%;
	}

	.mainNavContainer > .container {
		margin-top: 50px; /* 30 px */
	}

	.topNav {
		text-align: center;
	}

	.topNavLanguage {
		top: 10px;
		position: absolute;
		right: 26px;
	}

	.topNav .floatRight {
		width: 100%;
		float: none;
	}

	ul.menuContainer {
		display: block;
		position: absolute;
		left: 0;
		background-color: #f7f7f7;
		width: 100%;
		z-index: 99;
		top: 45px;
	}

	ul.menuContainer li {
		display: block;
	}

	.mainNav > ul > li.active > a {
		border-bottom: 0;
	}

	.mainNav > ul > li:hover > a {
		border-bottom: 0;
	}

	.mainNav > ul > li.indent > a {
		padding-left: 15px;
	}

	.mainNav > ul > li > div {
		display: none;
		position: relative;
		top: 0;
		color: #000;
	}

	.mainNav > ul > li > div.dropdown {
		display: block;
	}

	.submenu {
		display: block;
		background-color: #f7f7f7;
		box-shadow: none;
		padding: 0 0 0 15px;
	}

	.submenu > li > a {
		color: #000;
	}

	.contactBox {
		min-height: 160px;
		height: 160px;
	}

	.contactBox div {
		height: 80px;
	}

	.contactBox .col-xs-6:last-child {
		width: 100%;
		text-align: center;
	}

	ul.menuContainer {
		-webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
		box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
	}

	#breadcrumbNav {
		margin: 20px 0;
	}

	.mainNav > ul > li > a {
		padding: 0 15px;
		margin: 0;
	}

	.mainNav > ul > li.dropdown > span {
		display: block;
		content: '+';
		float: right;
		width: 57px;
		text-align: center;
		margin-right: 15px;
		font-size: 27px;
		line-height: 23px;
		font-weight: 400;
	}

	.mainNav > ul > li.dropdown > span::selection {
		background: transparent; /* WebKit/Blink Browsers */
	}

	.mainNav > ul > li.dropdown > span::-moz-selection {
		background: transparent; /* Gecko Browsers */
	}

	.mainNav > ul > li:hover > div {
		/*display: block;*/
	}

	.submenu > li > a:hover {
		text-decoration: none;
	}

	.topNavSearch {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	input.search {
		display: none;
	}

	.topNavSearch .search-button {
		border: 1px solid #767676;
		font-size: 13px;
		padding: 1px 0;
		width: 24px;
		height: 24px;
		color: #767676;
		background-color: #fff;
	}


}

@media screen and (max-width: 450px) {
	h1 {
		font-size: 30px;
	}

	.topNav {
		text-align: left;
	}

	.footerNav div.col-xs-6 {
		width: 100%;
	}

	.footerNav ul li {
		max-width: 100%;
	}

	.col-xs-6 .footerNavSection .footerNavHeader {
		padding: 0;
	}

	.col-xs-6:not(:first-child) .footerNavSection .footerNavHeader {
		padding-top: 75px;
	}

	.footerNavSection ul {
		margin: 0;
	}

	.topicBoxText {
		font-size: 30px;
	}

	.contactBox div {
		height: 100px;
	}

	.contactBox {
		height: 300px;
	}

	.contactBox div.col-xs-6 {
		width: 100%;
	}

	.contactBox .col-xs-6:last-child {
		text-align: left;
	}
}

@media screen and (min-width: 768px) {
	.mainNav > ul > li:hover > div {
		display: block;
	}
}


.blueButton {
	display: inline-block;
	border: 3px solid #046ac3;
	padding: 12px 15px;
	margin-top: 20px;
	color: #046ac3;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.blueButton:hover {
	background-color: #046ac3;
	color: #fff;
}

.form-control {
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
}

.form-check {
	margin-bottom: 20px;
}

textarea.form-control {
	min-height: 109px;
}

.btn.btn-primary {
	text-transform: uppercase;
	text-decoration: none;
	min-width: 168px;
	text-align: center;
	display: inline-block;
	padding: 17px;
	border: none;
	color: #fff;
	background: #046ac3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: initial;
	margin: 0;
	cursor: pointer;
}

.csc-mailform .csc-form-element {
	display: inline-block;
	width: 50%;
	font-size: initial;
	padding: 0 15px;
}

.csc-mailform .csc-form-element > label {
	float: none;
	vertical-align: top;
}

.csc-mailform .csc-form-element > input:not([type="submit"]),
.csc-mailform .csc-form-element > textarea {
	width: 100%;
	border: 1px solid #000;
}

.csc-mailform .csc-form-element:not(:last-child) {
	margin-bottom: 20px;
}

.csc-mailform .csc-form-element select {
	background-color: #fff;
	width: 100%;
	padding: 8px;
	-webkit-appearance: none;
	border: 1px solid #000;
}


.csc-form-element-checkbox {
	width: 100% !important;
}

.csc-form-element-checkbox .dataprivacy {
	display: inline-block;
	width: auto !important;
	float: left;
	margin-right: 10px;
}

.csc-form-element-submit label {
	display: none;
}

.csc-form-element-submit input {
	text-transform: uppercase;
	text-decoration: none;
	min-width: 168px;
	text-align: center;
	display: inline-block;
	padding: 17px;
	border: none;
	color: #fff;
	background: #046ac3;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	max-width: initial;
	margin: 0;
	cursor: pointer;
}

#form_kesearch_searchfield {
	font-size: 0;
	position: relative;
}

input.search {
	border: 0;
	border-bottom: 1px solid #8b8b8b;
	background-color: #f7f7f7;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	width: 150px;
	padding-right: 20px;

}

input.search:focus,
.topNavSearch .search-button {
	outline: none;
}


@media only screen and (min-width: 768px) {
	.mainNav .dropdownDiv .submenu {
		display: inline-block;
		text-align: left;
		width: 100%;
	}

	.mainNav > ul > li > div {
		display: none;
		position: absolute;
		z-index: 20;
		top: 27px;
		left: 10px;
		margin-right: 10px;
		color: #fff;
		width: -moz-max-content;
		width: max-content;
	}

	.container2 {
		display: block;
	}

	@media screen and (min-width: 768px) {
		.mainNav > ul > li:hover > div {
			display: block;
			min-width: calc(100% - 20px);
		}
	}
	.mainNav > ul.menuContainer > li {
		margin-top: 20px;
		position: relative;
	}
}


.csc-mailform .csc-form-element > input:not([type="submit"]),
.csc-mailform .csc-form-element > textarea {
	position: relative;
	padding: 8px;
	border-radius: 0;
	top: 0;
}

.csc-mailform .csc-form-element-checkbox label {
	display: inline-block;
	width: auto;
}


div.csc-mailform ol {
	margin: 0 -15px;
	font-size: 0;
}

div.csc-mailform ol label, div.csc-mailform ol input, div.csc-mailform ol textarea {
	font-size: 16px;
}


@media screen and (max-width: 500px) {
	.csc-mailform .csc-form-element {
		width: 100%;
	}
}

@media screen and (max-width: 570px) {
	.productSliderNav {
		display: none;
	}
}


@media screen and (min-width: 571px) {
	.productCategory {
		padding-right: 230px;
	}
}

[id^='returnMaterial_form'] {
	.form-group {

		input[type='file'] {
			margin: 10px 0 20px 0;
		}

		.error {
			color: #B71C1C;
			font-weight: 500;
		}
	}

	.special-person-wrapper {
		display: grid;
		grid-template-columns: 1fr 2fr;

		.col-12 {
			grid-column: 2/3;
			padding: 0;
			margin: 0;
		}
	}

	.item-element-wrapper {
		display: grid;
		grid-template-columns: 1fr;

		@media screen and (min-width: 800px) {
			grid-template-columns: 2fr 1fr;
		}

		.col-6:first-child {
			width: 100%;
		}

		.item-element {
			display: flex;
			width: 100%;
			flex-direction: column;

			.col-6 {
				width: 100%;
			}

			.row {
				display: flex;
				align-items: center;
				flex-direction: row;
			}
		}
	}
}
