﻿.Catalog {
}
	.Catalog .Narrow {
	}
		.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemButton {
			border-radius: 6px;
			box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
			font-size: 14px;
			padding: 10px;
			text-align: center;
		}

			.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemButton.CustomBackgroundColor1 {
				color: #ffffff;
			}

			.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemButton.CustomBackgroundColor2 {
				color: rgba(38, 40, 41, 1);
			}

		.Catalog .Narrow .CatalogSearch {
			background-color: rgba(229, 229, 229, 1);
			min-height: 100vh;
		}
		.Catalog .Narrow .CatalogSearchHeader {
			font-family: "Heebo";
			font-weight: 300;
			font-size: 28px;
			letter-spacing: 0.56px;
			padding-bottom: 25px;
			padding-right: 12px;
			padding-top: 34px;
		}
		.Catalog .Narrow .CatalogSearchVehicleParts {
		}
			.Catalog .Narrow .CatalogSearchVehicleParts .Tabs {
				display: flex;
				margin-left: 25px;
				margin-right: 25px;
			}
			.Catalog .Narrow .CatalogSearchVehicleParts .TabContainer {
				border-left: solid 1px #ffffff;
				padding-left: 5px;
				padding-right: 5px;
				width: 33%;
			}
				.Catalog .Narrow .CatalogSearchVehicleParts .TabContainer:first-child {
					width: 34%;
				}
				.Catalog .Narrow .CatalogSearchVehicleParts .TabContainer:last-child {
					border-left: none;
				}
			.Catalog .Narrow .CatalogSearchVehicleParts .Tab {
				padding-top: 10px;
				text-align: center;
			}
				.Catalog .Narrow .CatalogSearchVehicleParts .Tab.Selected {
					background-color: #ffffff;
					border-radius: 13px;
					box-shadow: 0px 3px 6px #00004f;
					height: 46px;
				}
			.Catalog .Narrow .CatalogSearchVehicleParts .SelectedTabBottomBorder {
				height: 4px;
				margin-left: 9px;
				margin-right: 9px;
				position: relative;
				top: 10px;
			}

			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria {
				background-color: #ffffff;
				border-radius: 10px;
				margin-left: 15px;
				margin-right: 15px;
				margin-top: -10px;
				min-height: 380px;
				padding-bottom: 30px;
				padding-top: 40px;
			}
			.Catalog .Narrow .CatalogSearchVehicleParts .CriteriaHeader {
				color: #262829;
				font-size: 16px;
				text-align: center;
			}
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleTypes {
				display: flex;
				margin-top: 20px;
			}
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleTypeContainer {
				text-align: center;
				width: 33%;
			}
				.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleTypeContainer:nth-child(2) {
					width: 34%;
				}
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleType {
				border-radius: 13px;
				color: #ffffff;
				height: 70px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 8px;
				opacity: 0.5;
				width: 70px;
			}
				.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleType img {
					margin-top: 18px;
				}
				.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleType div {
					margin-top: 0px;
				}
				.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleType.Selected {
					height: 86px;
					margin-top: 0px;
					opacity: 1;
					width: 86px;
				}
					.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleType.Selected img {
						margin-top: 23px;
					}
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleSearchByType .VehicleManufacturers,
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleSearchByType .VehicleModels,
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleSearchByType .VehicleSubModels,
			.Catalog .Narrow .CatalogSearchVehicleParts .Criteria .VehicleCriteria {
				margin-top: 10px;
				padding-left: 20px;
				padding-right: 20px;
			}

			.Catalog .Narrow .CatalogSearchVehicleParts .ManualAddLine1 {
				margin-top: 10px;
				text-align: center;
			}
			.Catalog .Narrow .CatalogSearchVehicleParts .ManualAddLine2 {
				padding-bottom: 50px;
				margin-top: 20px;
				text-align: center;
			}
				.Catalog .Narrow .CatalogSearchVehicleParts .ManualAddLine2 a {
					border-radius: 22px;
					border-style: solid;
					border-width: 1px;
					padding-bottom: 5px;
					padding-left: 10px;
					padding-right: 10px;
					padding-top: 5px;
				}
					.Catalog .Narrow .CatalogSearchVehicleParts .ManualAddLine2 a:hover {
						cursor: pointer;
						opacity: 0.5;
					}

		.Catalog .Narrow .SearchByText {
			padding-left: 20px;
			padding-right: 20px;
		}
			.Catalog .Narrow .SearchByText .SearchBox {
				margin-top: 10px;
			}
			.Catalog .Narrow .SearchByText .Button {
				margin-top: 10px;
			}

	.Catalog .Narrow .SearchByItemAttributeValue {
		background-color: rgba(229, 229, 229, 1);
		margin-left: 10px;
		margin-right: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
	}

		.Catalog .Narrow .SearchByItemAttributeValue .ParentItemAttributeValueContainer {
			background-color: rgba(229, 229, 229, 1);
			border: solid 1px rgba(201, 201, 201, 1);
			border-radius: 10px;
			margin-bottom: 10px;
			margin-top: 10px;
		}

			.Catalog .Narrow .SearchByItemAttributeValue .ParentItemAttributeValueContainer.Selected {
				background-color: rgba(255, 255, 255, 1);
			}

				.Catalog .Narrow .SearchByItemAttributeValue .ParentItemAttributeValueContainer.Selected .ChildItemAttributeValue {
					border-top: solid 1px rgba(230, 230, 230, 1);
				}

	.Catalog .Narrow .ParentItemAttributeValue {
		color: #000000;
		font-size: 15px;
		font-weight: 700;
		padding-bottom: 7px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 7px;
	}

	.Catalog .Narrow .ChildItemAttributeValue {
		cursor: pointer;
		padding-bottom: 7px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 7px;
	}

		.Catalog .Narrow .ChildItemAttributeValue.Selected {
			background-color: rgba(240, 240, 240, 1);
		}

		.Catalog .Narrow .ChildItemAttributeValue:hover {
			opacity: 0.8;
		}


		.Catalog .Narrow .VehicleSearchByEngineCode {
			padding-left: 20px;
			padding-right: 20px;
		}

			.Catalog .Narrow .VehicleSearchByEngineCode .FilterByVehicleManufacturer {
				border-bottom-style: solid;
				border-bottom-width: 1px;
				border-top-style: solid;
				border-top-width: 1px;
				margin-bottom: 20px;
				margin-top: 20px;
				padding-bottom: 5px;
				padding-top: 5px;
			}

			.Catalog .Narrow .VehicleSearchByEngineCode .Text {
				font-size: 14px;
				font-weight: 500;
			}

			.Catalog .Narrow .VehicleSearchByEngineCode .VehicleTypes {
				margin-top: 10px;
			}
				.Catalog .Narrow .VehicleSearchByEngineCode .VehicleTypes span {
					margin-left: 20px;
					margin-right: 5px;
				}

			.Catalog .Narrow .VehicleSearchByEngineCode .VehicleManufacturers {
				margin-top: 10px;
			}

			.Catalog .Narrow .VehicleSearchByEngineCode .VehicleManufacturers {
				margin-top: 10px;
			}

		.Catalog .Narrow .CatalogSearchResults {
			background-color: #ffffff;
			padding-bottom: 50px;
		}
			.Catalog .Narrow .CatalogSearchResults .CatalogItem {
				background-color: rgba(38, 40, 41, 0.1);
				border-radius: 10px;
				margin-bottom: 10px;
				margin-left: 20px;
				margin-right: 20px;
				margin-top: 10px;
				padding: 10px;
			}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemId {
					color: #262829;
					font-size: 18px;
					font-weight: 500;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemName {
					color: #262829;
					font-size: 15px;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem.ItemLayout2 .CatalogItemImage {
					text-align: center;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemImage {
					height: 120px;
					text-align: left;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemImage img {
					max-height: 100%;
					max-width: 100%;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemImageZoomIn {
					display: none;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemStandardFieldLabel {
					color: #262829;
					font-size: 15px;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemStandardField {
					color: #262829;
					font-size: 15px;
					font-weight: 500;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemQuantityLabel {
					color: #262829;
					font-size: 15px;
					opacity: 0.7;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemQuantity {
					border-radius: 6px;
					border-style: solid;
					border-width: 1px;
					display: flex;
					font-weight: 500;
					margin-left: 5px;
					padding: 3px 10px;
				}
					.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemQuantity a {
						font-size: 24px;
						width: 10px;
					}
					.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemQuantity input {
						background-color: transparent;
						border: none;
						outline: none;
						text-align: center;
						width: calc(100% - 20px);
					}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemDetails {
					border-radius: 6px;
					border-style: solid;
					border-width: 1px;
					font-weight: 500;
					margin-right: 5px;
					padding: 9px 10px;
					text-align: center;
				}
				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemAddToShoppingCart {
					margin-top: 10px;
				}

				.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemRemark {
					border-color: rgba(38, 40, 41, 1);
					border-radius: 6px;
					border-style: solid;
					border-width: 1px;
					font-weight: 500;
					margin-left: 5px;
					padding: 7px 10px;
				}

					.Catalog .Narrow .CatalogSearchResults .CatalogItem .CatalogItemRemark input {
						background-color: transparent;
						border: none;
						outline: none;
					}

		.Catalog .Narrow .CatalogFixedBottom {
			bottom: 0px;
			color: #ffffff;
			font-size: 12px;
			height: 69px;
			padding-top: 15px;
			position: fixed;
			text-align: center;
			width: 100vw;
		}
			.Catalog .Narrow .CatalogFixedBottom img {
				height: 24px;
				padding-bottom: 5px;
				width: 24px;
			}

		.Catalog .Narrow .CatalogSearchResults .Summary {
			margin-bottom: 50px;
			margin-top: 50px;
			text-align: center;
		}

			.Catalog .Narrow .CatalogSearchResults .Summary .ResultsCount {
				font-size: 19px;
			}

			.Catalog .Narrow .CatalogSearchResults .Summary button {
				width: 150px;
			}

			.Catalog .Narrow .CatalogSearchResults .Summary .ProgressBar {
				margin-bottom: 20px;
				margin-left: auto;
				margin-right: auto;
				margin-top: 5px;
				text-align: right;
				width: 300px;
			}

				.Catalog .Narrow .CatalogSearchResults .Summary .ProgressBar .Progress {
					height: 3px;
				}

/*** Wide ***/

	.Catalog .Wide {
		display: flex;
	}

		.Catalog .Wide .CatalogSearch {
			background-color: rgba(229, 229, 229, 1);
			height: calc(100vh - 92px);
			overflow-y: auto;
			width: 350px
		}

		.Catalog .Wide .CatalogSearch .Title {
			font-size: 13px;
			font-weight: 500;
			margin-bottom: 10px;
			margin-right: 20px;
			margin-top: 15px;
		}

	.Catalog .Wide .CatalogSearchVehicleParts {
	}

		.Catalog .Wide .CatalogSearchVehicleParts .Tabs {
			display: flex;
			margin-left: 25px;
			margin-right: 25px;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .TabContainer {
			border-left: solid 1px #ffffff;
			padding-left: 5px;
			padding-right: 5px;
			width: 33%;
		}

			.Catalog .Wide .CatalogSearchVehicleParts .TabContainer:first-child {
				width: 34%;
			}

			.Catalog .Wide .CatalogSearchVehicleParts .TabContainer:last-child {
				border-left: none;
			}

		.Catalog .Wide .CatalogSearchVehicleParts .Tab {
			padding-top: 10px;
			text-align: center;
		}

			.Catalog .Wide .CatalogSearchVehicleParts .Tab.Selected {
				background-color: #ffffff;
				border-radius: 13px;
				box-shadow: 0px 3px 6px #00004f;
				height: 46px;
			}

		.Catalog .Wide .CatalogSearchVehicleParts .SelectedTabBottomBorder {
			height: 4px;
			margin-left: 9px;
			margin-right: 9px;
			position: relative;
			top: 10px;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .Criteria {
			background-color: #ffffff;
			border-radius: 10px;
			margin-left: 15px;
			margin-right: 15px;
			margin-top: -10px;
			min-height: 380px;
			padding-bottom: 30px;
			padding-top: 40px;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .CriteriaHeader {
			color: #262829;
			font-size: 16px;
			text-align: center;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleTypes {
			display: flex;
			margin-top: 20px;
		}
			.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleTypes span {
				margin-left: 20px;
				margin-right: 5px;
			}

		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleTypeContainer {
			text-align: center;
			width: 33%;
		}

			.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleTypeContainer:nth-child(2) {
				width: 34%;
			}

		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleType {
			border-radius: 13px;
			color: #ffffff;
			height: 70px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 8px;
			opacity: 0.5;
			width: 70px;
		}

			.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleType img {
				margin-top: 18px;
			}

			.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleType div {
				margin-top: 0px;
			}

			.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleType.Selected {
				height: 86px;
				margin-top: 0px;
				opacity: 1;
				width: 86px;
			}

				.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleType.Selected img {
					margin-top: 23px;
				}

		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleManufacturers,
		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleModels,
		.Catalog .Wide .CatalogSearchVehicleParts .VehicleSearchByType .VehicleSubModels,
		.Catalog .Wide .CatalogSearchVehicleParts .VehicleCriteria {
			margin-top: 10px;
			padding-left: 20px;
			padding-right: 20px;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .ManualAddLine1 {
			margin-top: 10px;
			text-align: center;
		}

		.Catalog .Wide .CatalogSearchVehicleParts .ManualAddLine2 {
			padding-bottom: 50px;
			margin-top: 20px;
			text-align: center;
		}

			.Catalog .Wide .CatalogSearchVehicleParts .ManualAddLine2 a {
				border-radius: 22px;
				border-style: solid;
				border-width: 1px;
				padding-bottom: 5px;
				padding-left: 10px;
				padding-right: 10px;
				padding-top: 5px;
			}

				.Catalog .Wide .CatalogSearchVehicleParts .ManualAddLine2 a:hover {
					cursor: pointer;
					opacity: 0.5;
				}

	.Catalog .Wide .SearchByText {
		padding-left: 20px;
		padding-right: 20px;
	}

		.Catalog .Wide .SearchByText .SearchBox {
			margin-top: 10px;
		}

		.Catalog .Wide .SearchByText .Button {
			margin-top: 10px;
		}

		.Catalog .Wide .SearchByItemAttributeValue {
			background-color: rgba(229, 229, 229, 1);
			margin-left: 10px;
			margin-right: 10px;
			padding-bottom: 10px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 10px;
		}

			.Catalog .Wide .SearchByItemAttributeValue .ParentItemAttributeValueContainer {
				background-color: rgba(229, 229, 229, 1);
				border: solid 1px rgba(201, 201, 201, 1);
				border-radius: 10px;
				margin-bottom: 10px;
				margin-top: 10px;
			}

				.Catalog .Wide .SearchByItemAttributeValue .ParentItemAttributeValueContainer.Selected {
					background-color: rgba(255, 255, 255, 1);
				}

					.Catalog .Wide .SearchByItemAttributeValue .ParentItemAttributeValueContainer.Selected .ChildItemAttributeValue {
						border-top: solid 1px rgba(230, 230, 230, 1);
					}

		.Catalog .Wide .ParentItemAttributeValue {
			color: #000000;
			font-size: 15px;
			font-weight: 700;
			padding-bottom: 7px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
		}

		.Catalog .Wide .ChildItemAttributeValue {
			cursor: pointer;
			padding-bottom: 7px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 7px;
		}

			.Catalog .Wide .ChildItemAttributeValue.Selected {
				background-color: rgba(240, 240, 240, 1);
			}

			.Catalog .Wide .ChildItemAttributeValue:hover {
				opacity: 0.8;
			}

	.Catalog .Wide .VehicleSearchByEngineCode {
		padding-left: 20px;
		padding-right: 20px;
	}
		.Catalog .Wide .VehicleSearchByEngineCode .FilterByVehicleManufacturer {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-top-style: solid;
			border-top-width: 1px;
			margin-bottom: 20px;
			margin-top: 20px;
			padding-bottom: 5px;
			padding-top: 5px;
		}
		.Catalog .Wide .VehicleSearchByEngineCode .Text {
			font-size: 14px;
			font-weight: 500;
		}
		.Catalog .Wide .VehicleSearchByEngineCode .VehicleTypes {
			margin-top: 10px;
		}
			.Catalog .Wide .VehicleSearchByEngineCode .VehicleTypes span {
				margin-left: 20px;
			}
		.Catalog .Wide .VehicleSearchByEngineCode .VehicleManufacturers {
			margin-top: 10px;
		}

		.Catalog .Wide .CatalogSearchResults {
			background-color: rgba(244, 244, 244, 1);
			height: calc(100vh - 92px);
			overflow-y: auto;
			width: 400px;
		}

@media (max-width: 1199px) {
	.Catalog .Wide.Options00 .CatalogSearchResults {
		width: calc(100vw - 0px);
	}

	.Catalog .Wide.Options10 .CatalogSearchResults {
		width: calc(100vw - 0px - 350px);
	}

	.Catalog .Wide.Options01 .CatalogSearchResults {
		width: calc(100vw - 0px - 300px);
	}

	.Catalog .Wide.Options11 .CatalogSearchResults {
		width: calc(100vw - 0px - 350px - 300px);
	}
}

@media (min-width: 1200px) {
	.Catalog .Wide.Options00 .CatalogSearchResults {
		width: calc(100vw - 80px);
	}

	.Catalog .Wide.Options10 .CatalogSearchResults {
		width: calc(100vw - 80px - 350px);
	}

	.Catalog .Wide.Options01 .CatalogSearchResults {
		width: calc(100vw - 80px - 300px);
	}

	.Catalog .Wide.Options11 .CatalogSearchResults {
		width: calc(100vw - 80px - 350px - 300px);
	}
}

		.Catalog .Wide .CatalogSearchResults .Title {
			font-size: 13px;
			font-weight: 500;
			margin-right: 20px;
			margin-top: 15px;
		}

		.Catalog .Wide .CatalogSearchResults .SubTitle {
			font-size: 14px;
			margin-right: 20px;
		}

.Catalog .Wide.Options00 .CatalogSearchResults .CatalogItemContainer {
	width: 100%;
}
.Catalog .Wide.Options01 .CatalogSearchResults .CatalogItemContainer {
	width: 100%;
}
.Catalog .Wide.Options10 .CatalogSearchResults .CatalogItemContainer {
	width: 100%;
}
.Catalog .Wide.Options11 .CatalogSearchResults .CatalogItemContainer {
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1399px) {
	.Catalog .Wide.Options00 .CatalogSearchResults .CatalogItemContainer {
		width: 50%;
	}

	.Catalog .Wide.Options01 .CatalogSearchResults .CatalogItemContainer {
		width: 50%;
	}

	.Catalog .Wide.Options10 .CatalogSearchResults .CatalogItemContainer {
		width: 50%;
	}

	.Catalog .Wide.Options11 .CatalogSearchResults .CatalogItemContainer {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.Catalog .Wide.Options00 .CatalogSearchResults .CatalogItemContainer {
		width: 33.33%;
	}
	.Catalog .Wide.Options01 .CatalogSearchResults .CatalogItemContainer {
		width: 33.33%;
	}
	.Catalog .Wide.Options10 .CatalogSearchResults .CatalogItemContainer {
		width: 33.33%;
	}
	.Catalog .Wide.Options11 .CatalogSearchResults .CatalogItemContainer {
		width: 50%;
	}
}


.Catalog .Wide .CatalogSearchResults .CatalogItem.ItemLayout2 .Row1 {
	height: 400px;
}


.Catalog .Wide .CatalogSearchResults .CatalogItem.ItemLayout2 .CatalogItemImage {
	height: 300px;
	text-align: center;
}

.Catalog .Wide .CatalogSearchResults .CatalogItem {
	background-color: rgba(38, 40, 41, 0.1);
	border-radius: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	padding: 10px;
}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemId {
				color: #262829;
				font-size: 18px;
				font-weight: 500;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemName {
				color: #262829;
				font-size: 15px;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .Row1 {
				height: 150px;
			}
			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemImage {
				height: 150px;
				text-align: left;
			}
				.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemImage img {
					max-height: 100%;
					max-width: 100%;
				}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemImageZoomIn {
				display: none;
				margin-top: -200px;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemStandardFieldLabel {
				color: #262829;
				font-size: 15px;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemStandardField {
				color: #262829;
				font-size: 15px;
				font-weight: 500;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemQuantityLabel {
				color: #262829;
				font-size: 15px;
				opacity: 0.7;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemQuantity {
				border-color: rgba(38, 40, 41, 1);
				border-radius: 6px;
				border-style: solid;
				border-width: 1px;
				display: flex;
				font-weight: 500;
				margin-left: 5px;
				padding: 3px 10px;
			}

				.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemQuantity a {
					cursor: pointer;
					font-size: 24px;
					width: 10px;
				}

				.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemQuantity input {
					background-color: transparent;
					border: none;
					outline: none;
					text-align: center;
					width: calc(100% - 20px);
				}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemDetails {
				border-color: rgba(38, 40, 41, 1);
				border-radius: 6px;
				border-style: solid;
				border-width: 1px;
				font-weight: 500;
				margin-right: 5px;
				padding: 9px 10px;
				text-align: center;
			}

			.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemAddToShoppingCart {
				margin-top: 10px;
			}

	.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemRemark {
		border-color: rgba(38, 40, 41, 1);
		border-radius: 6px;
		border-style: solid;
		border-width: 1px;
		font-weight: 500;
		margin-left: 5px;
		padding: 7px 10px;
	}
		.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemRemark input {
			background-color: transparent;
			border: none;
			outline: none;
		}

	.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemButton {
		border-radius: 6px;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
		font-size: 14px;
		padding: 10px;
		text-align: center;
	}
		.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemButton.CustomBackgroundColor1 {
			color: #ffffff;
		}
		.Catalog .Wide .CatalogSearchResults .CatalogItem .CatalogItemButton.CustomBackgroundColor2 {
			color: rgba(38, 40, 41, 1);
		}


.Catalog .Wide .CatalogSearchResults .Summary {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}
	.Catalog .Wide .CatalogSearchResults .Summary .ResultsCount {
		font-size: 19px;
	}
	.Catalog .Wide .CatalogSearchResults .Summary button {
		width: 150px;
	}
	.Catalog .Wide .CatalogSearchResults .Summary .ProgressBar {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		text-align: right;
		width: 300px;
	}
	.Catalog .Wide .CatalogSearchResults .Summary .ProgressBar .Progress {
		height: 3px;
	}

.Catalog .Wide .CatalogFixedBottom {
	bottom: 0px;
	color: #ffffff;
	font-size: 12px;
	height: 69px;
	padding-top: 15px;
	position: fixed;
	text-align: center;
	width: 100vw;
}

		.Catalog .Wide .CatalogFixedBottom img {
			height: 24px;
			padding-bottom: 5px;
			width: 24px;
		}

		.Catalog .Wide .ShoppingCartBar {
			background-color: #ffffff;
			height: calc(100vh - 92px);
			padding: 10px;
			overflow-y: auto;
			width: 300px;
		}

			.Catalog .Wide .ShoppingCartBar .Top {
				border-radius: 6px;
				font-size: 15px;
				padding: 10px;
			}
				.Catalog .Wide .ShoppingCartBar .Top .Amount {
					font-size: 18px;
					font-weight: 500;
				}

			.Catalog .Wide .ShoppingCartBar .Title {
				font-size: 24px;
				margin-bottom: 10px;
				margin-top: 20px;
			}

			.Catalog .Wide .ShoppingCartBar .ShoppingCartRow {
				border-color: #000000;
				border-top-style: solid;
				border-top-width: 1px;
				padding-bottom: 10px;
				padding-left: 10px;
				padding-top: 10px;
			}
				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow:nth-child(even) {
					background-color: rgba(244, 244, 244, 1);
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .ItemId {
				}

					.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .ItemId label {
						color: #262829;
						font-size: 15px;
						font-weight: 700;
					}

					.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .ItemId span {
						color: #262829;
						font-size: 15px;
						font-weight: 700;
					}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .ItemName label {
					color: #262829;
					font-size: 15px;
					font-weight: 400;
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .ItemName span {
					color: #262829;
					font-size: 15px;
					font-weight: 400;
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Quantity label {
					color: #262829;
					font-size: 15px;
					font-weight: 400;
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Quantity span {
					color: #262829;
					font-size: 15px;
					font-weight: 400;
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Price {
					margin-top: 15px;
				}

					.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Price label {
						color: #262829;
						font-size: 12px;
						font-weight: 400;
					}

					.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Price span {
						color: #262829;
						font-size: 15px;
						font-weight: 400;
					}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Remark {
					margin-top: 10px;
				}

				.Catalog .Wide .ShoppingCartBar .ShoppingCartRow .Total {
					background-color: rgba(234, 234, 234, 1);
				}

			.Catalog .Wide .ShoppingCartBar .Totals {
				border-top-style: solid;
				border-top-width: 1px;
				color: #262829;
				font-size: 15px;
				margin-top: 20px;
				padding-top: 20px;
			}

			.Catalog .Wide .ShoppingCartBar .Buttons {
				margin-top: 10px;
			}
				.Catalog .Wide .ShoppingCartBar .Buttons button {
					margin-top: 10px;
				}

			.Catalog .Wide .ShoppingCartBar .DocumentTotalPriceWithVAT {
				border-top-style: solid;
				border-top-width: 1px;
				font-weight: bold;
				margin-top: 10px;
				padding-top: 10px;
			}

			.Catalog .Wide .ShoppingCartBar .DocumentFields {
				margin-top: 10px;
				padding-top: 10px;
			}

			.Catalog .Wide .ShoppingCartBar .Buttons {
				margin-top: 30px;
			}

				.Catalog .Wide .ShoppingCartBar .Buttons div {
					margin-top: 15px;
				}

				.Catalog .Wide .ShoppingCartBar .Buttons button {
					font-size: 16px;
					padding: 12px;
				}

.Catalog .CatalogItemFieldEditor {
	margin-top: 10px;
}

.Catalog .OrderByContainer {
}

	.Catalog .OrderByContainer .OrderByContainer_Title {
		font-weight: 600;
	}

	.Catalog .OrderByContainer a {
		margin-right: 5px;
	}

	.Catalog .OrderByContainer .fa {
		width: 12px;
	}

.Catalog .AutoCompleteItems {
}

	.Catalog .AutoCompleteItems .AlternateItemsLinkContainer {
		vertical-align: middle;
	}

		.Catalog .AutoCompleteItems .AlternateItemsLinkContainer a {
			color: #6495ed;
		}
