﻿.CatalogBSZ {
	background-color: rgba(235, 235, 235, 1);
	min-height: 100vh;
}
	.CatalogBSZ .Buttons {
		padding-top: 10px;
	}
		.CatalogBSZ .Buttons .ButtonContainer {
			padding: 6px;
		}
			.CatalogBSZ .Buttons .ButtonContainer .Button {
				background-color: #D1D5D5;
				border: none;
				border-radius: 23px;
				box-shadow: none;
				color: #ffffff;
				font-size: 18px;
				padding: 3px;
				text-align: center;
				width: 100%;
			}
				.CatalogBSZ .Buttons .ButtonContainer .Button.Active {
					background-color: rgba(10, 212, 139, 1);
					box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
				}
				.CatalogBSZ .Buttons .ButtonContainer .Button img {
					height: 40px;
					margin-right: 40px;
				}

	.CatalogBSZ.Management {
	}
		.CatalogBSZ.Management .ItemContainer {
		}
			.CatalogBSZ.Management .ItemContainer .ItemName {
				padding-bottom: 5px;
				padding-top: 5px;
				width: calc(100% - 130px);
			}
			.CatalogBSZ.Management .ItemContainer .Buttons {
				padding-bottom: 5px;
				padding-top: 5px;
			}
				.CatalogBSZ.Management .ItemContainer .Buttons span {
					color: rgba(49, 51, 52, 0.5);
					font-size: 12px;
				}
				.CatalogBSZ.Management .ItemContainer .Buttons input {
					background-color: rgba(247, 247, 247, 1);
					border: solid 1px #dddddd;
					border-radius: 5px;
					color: #313334;
					outline: none;
					text-align: center;
					width: 60px;
				}
				.CatalogBSZ.Management .ItemContainer .Buttons button {
					background-color: rgba(247, 247, 247, 1);
					border: solid 1px #dddddd;
					border-radius: 5px;
					color: #313334;
					outline: none;
					text-align: center;
				}
					.CatalogBSZ.Management .ItemContainer .Buttons button:hover {
						background-color: rgba(5, 172, 114, 1);
					}
						.CatalogBSZ.Management .ItemContainer .Buttons button:hover span {
							color: #ffffff;
						}
		.CatalogBSZ.Management .AddButton {
			border-top: solid 1px rgba(49, 51, 52, 0.2);
			cursor: pointer;
			padding: 10px;
			text-align: center;
		}
			.CatalogBSZ.Management .AddButton button {
				background-color: rgba(5, 172, 114, 1);
				border: solid 1px #dddddd;
				border-radius: 5px;
				color: #ffffff;
				outline: none;
				text-align: center;
			}
			.CatalogBSZ.Management .AddButton span {
				font-size: 15px;
				font-weight: 500;
			}

.BszShoppingCartCloseModal {
}

	.BszShoppingCartCloseModal .Table {
	}
	.BszShoppingCartCloseModal .Remark {
		margin-top: 20px;
	}
	.BszShoppingCartCloseModal .Text {
		margin-top: 20px;
		text-align: center;
	}
	.BszShoppingCartCloseModal .Buttons {
		margin-top: 20px;
	}
