﻿.itemTitle {
	font-size: 18pt;
}

.storePrice {
	color: orangered;
	font-size: 2rem;
}

	.storePrice::after {
		font-size: 1.2rem;
		content: " تومان";
	}

.storeCart {
	display: inline-flex;
	background-color: #5a5;
	border: 3px solid #494;
	border-radius: 4px;
	color: white;
	padding: 4px;
	cursor: pointer;
	font-size: 0.9rem;
	line-height: 1.5rem;
	transition: all 0.5s;
}

	.storeCart:hover {
		background-color: #55b;
		border-color: #449;
	}

	.storeCart span {
		display: inline-block;
		margin-right: 5px;
	}

	.storeCart i {
		font-size: 1.5rem;
		display: inline-block;
	}
/*.mediaview {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	justify-content: center;
	background-color: rgba(0,0,0,0.8);
}


	.mediaview .inside {
		color: white;
	}

		.mediaview .inside .next, .mediaview .inside .prev {
			border-radius: 5px;
			background-color: #fff7;
			height: 5rem;
			line-height: 5rem;
			padding: 5px;
			cursor: pointer;
			display: flex;
			flex-direction: column;
			justify-content: center;
		}

		.mediaview .inside > * {
			vertical-align: middle;
			max-height: calc(100% - 100px);
			line-height: calc(100% - 100px);
		}

		.mediaview .inside > img, .mediaview .inside > video {
		}*/

.mediafiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border: 1px solid #eee;
	border-radius: 4px;
	background-color: #efefef;
	padding: 3px;
	margin-bottom: 3px;
}

	.mediafiles .preview {
		width: 100%;
		height: 250px;
		line-height: 250px;
		text-align: center;
		margin-bottom: 3px;
		padding: 10px;
		background-color: white;
		border-radius: 5px;
		display: flex;
		cursor: pointer;
	}

		.mediafiles .preview > img, .mediafiles .preview > video {
			max-height: 100%;
			line-height: 100%;
			margin: auto;
			display: block;
		}

		.mediafiles .preview:empty:before {
			content: attr(placeholder);
			font-size: 3rem;
			width: 100%;
			color: #eee;
		}

	.mediafiles .fileicon {
		height: 100px;
		line-height: 100px;
		width: 100px !important;
		cursor: pointer;
		border-radius: 5px;
		margin: 1px;
		background-color: white;
		border: 1px solid #ddd;
		text-align: center;
	}

		.mediafiles .fileicon > img {
			max-width: 100% !important;
			max-height: 100% !important;
			vertical-align: middle;
		}

		.mediafiles .fileicon > i {
			width: 100% !important;
			height: 100% !important;
			color: #999;
			font-size: 50pt;
			vertical-align: middle;
			display: inline;
		}

.filepdf {
	width: 100%;
	margin-top: 3px;
	font-size: 0.9rem;
}

	.filepdf .filepdfHead {
		font-size: 1.5rem;
		margin: 5px 0px;
	}

	.filepdf > a {
		color: #555;
		margin-bottom: 1px;
		display: block;
	}

		.filepdf > a:hover {
			color: #55f;
		}

		.filepdf > a > i:first-child {
			font-size: 1.5em;
			color: #c11;
			margin-left: 5px;
		}

.props {
	font-size: 0.9rem;
}

	.props .propHead {
		font-size: 1.5rem;
		margin: 5px 0px;
	}

	.props .propTitle {
		background-color: #888;
		color: white;
		padding: 3px 0px 3px 10px;
		margin-bottom: 1px;
		text-align: left;
	}

	.props .propValue {
		background-color: #ddd;
		padding: 3px 10px 3px 0px;
		margin-bottom: 1px;
	}

	.props .row:nth-child(2) .propTitle {
		border-top-right-radius: 3px;
	}

	.props .row:last-child .propTitle {
		border-bottom-right-radius: 3px;
	}

	.props .row:nth-child(2) .propValue {
		border-top-left-radius: 3px;
	}

	.props .row:last-child .propValue {
		border-bottom-left-radius: 3px;
	}

.edit {
	display: inline-block;
	/*position: absolute;*/
	top: 0ex;
	right: 1px;
	color: #f55;
	padding: 0;
	margin: 0;
	line-height: 0;
}
