.steel-doors-types__items {
	max-width: 100%;
	margin: 0 auto;
	vertical-align: top;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}
.steel-doors-types__item  {
	vertical-align: top;
	display: inline-block;
	width: 260px;
	background: rgb(248, 248, 248);
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	border: 1px solid rgb(231, 231, 231);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	margin-bottom: 20px;
}
section.steel-doors-types .item__title {
	height: 70px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 20px;
}
section.steel-doors-types .item__button {
	margin-top: 15px;
}

.steel-doors__items {
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	flex: 1 0;
	display: flex;
}

.steel-doors__item {
	vertical-align: top;
	display: inline-block;
	width: 260px;
	height: min-content;
	margin: 10px;
	padding: 20px;
	border: 2px solid rgb(194, 237, 255);
}
.steel-doors__item__photo {
	text-align: center;
	overflow-x: hidden;
}
.steel-doors__item__title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 70px;
}
.steel-doors__item__photo img {
	height: 220px;
}
.steel-doors__item__price {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.steel-doors__item__price .price_old {
	 font-size: 18px;
	 text-decoration: line-through;
	 color: rgb(200, 200, 200);
 }
.steel-doors__item__price .price_old i {
	font-size: 13px;
}
.steel-doors__item__button {
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.steel-doors__item__price i {
	font-size: 20px;
}

.steel-door {
	 padding-top: 20px;
	 padding-bottom: 20px;
 }
.steel-door__photos {
	width: 400px;
	flex-wrap: wrap;
	height: min-content;
}
.steel-door__photo {
	width: 100px;
	margin: 5px;
	border: 1px solid rgb(194, 237, 255);;
	padding: 10px;
}
.steel-door__photo img {
	width: 100%;
}
.steel-door__photo:first-child {
	width: 100% !important;
}
.steel-door__text {
	display: flex;
	flex: 1 0;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: 20px;
}
.steel-door > div {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 20px;
}
.steel-door__photos {
	display: flex;
}
.steel-door__text a {
	color: rgb(255, 255, 255) !important;
}
.steel-door__text > div.steel-door__title {
	font-size: 24px;
}
.steel-door__text > div.steel-door__country, .steel-door__text > div.steel-door__brand {
	font-size: 20px;
}
.steel-door__price {
	font-size: 32px !important;
}
.steel-door__price i {
	font-size: 18px;
}
.steel-door__price .price_old {
	font-size: 22px;
	text-decoration: line-through;
	color: rgb(200, 200, 200);
	margin-left: 25px;
}
.steel-door__introtext {
	font-weight: normal !important;
}
.steel-door__text > div {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
.steel-door__attributes {
	font-weight: normal !important;
}
.steel-door__attributes .field-value {
	font-weight: bold;
}
.steel-door .row {
	margin-left: 0;
	margin-right: 0;
}
.moduletable {
	width: 300px;
	border: 1px solid rgb(0, 0, 0);
	padding: 0 20px 20px 20px;
}
.moduletable h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.moduletable div.jlmf-label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
[class*="jlmf-list"] {
	margin-left: 0 !important;
}
@media screen and (max-width: 450px) {
	.container.steel-door h1 {
		text-align: center;
	}
	.container.steel-door > div {
		flex-wrap: wrap;
	}
	.steel-door__title {
		display: none;
	}
	.steel-door__photos {
		justify-content: center;
		-webkit-justify-content: center;
	}
	.steel-door {
		padding-top: 80px;
	}
}

.filter_founder {
	position: absolute;
	left: -80%;
	top: 20%;
	width: fit-content;
	padding: 15px;
	border: 1px solid black;
	display: none;
	background-color: white;
	z-index: 999;
}

.jlmf-section {
	position: relative;
}

@media (max-width: 600px) {
	#adminForm {
		justify-content: space-between;
	}

	.steel-doors__items {
		order: 2;
		justify-content: center;
	}

	.moduletable {
		order: 1;
		width: 330px;
	}

	.moduletable h3 {
		cursor: pointer;
	}

	#mod-finder-searchform-265 {
		display: none;
	}

	#mod-finder-searchform-265.active {
		display: block;
	}

	.btn-group.ml-3.mb-3.sort {
		margin-left: 0!important;
	}

	.filter_founder {
		left: 30%;
		top: 100%;
	}
}

@media (max-width: 580px) {
	.steel-doors__items {
		order: 2;
		justify-content: center;
	}
}

@media (max-width: 864px) {
	.steel-doors__item {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 600px) {
	.steel-doors__item {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 564px) {
	.steel-doors__item {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}