/**
 * CSS for PSMRC ShopSuey storefront product page
 */
 
/* admin preview message */
#ShopSuey-storefront-admin-preview {
	display: block;
	padding: 20px;
	margin-bottom: 35px;
	
	text-align: center;
	font-family: Corbel, Calibri, Arial;
	font-size: 18px;
	color: white;
	text-shadow: 1px 1px 0px black;
	
	background-color: #736759;
}

	/* preview message icon */
	#ShopSuey-storefront-admin-preview > .fa {
		margin-right: 20px;
	}
	
	/* preview ... preview? */
	*.admin-preview {
		background-color: rgba(255,255,0,.35) !important;
	}
	
/* section headers */
main > div > h6 {
	font-weight: bold;
	margin-bottom: 20px;
}
	
	
	
	
	/* downloads list container */
	main > div > ul#ShopSuey-product-downloads {
		font-size: 20px;
		margin-bottom: 35px;
	}
	
		/* download item */
		main > div > ul#ShopSuey-product-downloads > li {
			margin-bottom: 3px;
		}
	
			/* filesize */
			main > div > ul#ShopSuey-product-downloads > li > span.filesize {
				display: inline-block;
				margin-left: 15px;
				font-size: 16px;
			}
	
	/* select currency link in product prices area */
	/* main > div > a#ShopSuey-select-currency {
		display: inline-block;
		margin-left: 25px;
		
		font-size: 18px;
		font-weight: bold;
	} */
