/* no products */
main div#ShopSuey-no-products {
	margin: 50px;
	text-align: center;
	font-size: 25px;
}

/* storefront category display */
main a.ShopSuey-storefront-category {
	display: inline-block;
	margin: 10px;
	
	width: 390px;
	height: 300px;
	padding-top: 5px;
	
	text-align: center;
	font-family: Teko Semibold, 'tekosemibold', Impact, Arial;
	font-size: 30px;
	color: black;
	text-shadow: 3px 3px 0px white;
	
	border-top: 5px solid rgb(237,211,20);
	transition: all .5s ease 0s;
	
	opacity: .85;
	overflow: hidden;
}
	/* hover effect */
	main a.ShopSuey-storefront-category:hover {
		text-shadow: 3px 3px 5px white;
		border-top: 5px solid rgb(34,86,152);
		opacity: 1;
		transition: all .5s ease 0s;
	}
	
	/* contained category image */
	main a.ShopSuey-storefront-category > img {
		margin-top: 5px;
		width: 400px;
		/* min-height: 300px; */
		height: auto;
	}

/* product display in category page */
main div.ShopSuey-storefront-product {
	margin: 25px auto auto 10px;
	padding: 10px 25px;
	border-top: 5px solid rgb(237,211,20);
	box-shadow: 0px 0px 1px rgb(34,86,152), 5px 5px 5px rgba(0,0,0,.1), 0px 25px 25px rgba(0,0,0,.075) inset;
}
	
	/* photos container */
	div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos {
		display: inline-block;
		margin: 15px 5px 15px auto;
		width: 355px;
		height: 230px;
	}
		/* no photos */
		div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos:empty {
			border: 1px solid rgba(34,86,152,.5);
		}
			div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos:empty:after {
				content: 'no photos for this product';
				width: 350px;
				position: absolute;
				margin-top: 35px;
				text-align: center;
				font-size: 15px;
				font-weight: bold;
				color: rgba(0,0,0,.25);
			}
		
		/* individual image containers */
		div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div {
			display: inline-block;
			border: 1px solid white;
			box-shadow: 1px 1px 5px rgba(0,0,0,.2);
			overflow: hidden;
			border-bottom-right-radius: 4px;
			opacity: .9;
		}
			/* image hover effect */
			div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div:hover {
				opacity: 1;
				cursor: pointer;
			}
		
		/* first/main image */
		div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div:first-child {
			width: 350px;
			height: 230px;
		}
			div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div:first-child > img {
				width: 350px;
				/* min-height: 250px; */
				height: auto;
			}
		
		/* consecutive/additional images */
		div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div {
			width: 113px;
			height: 65px;
			margin: 3px auto auto 3px;
		}
			div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div > img {
				width: 115px;
				height: auto;
			}
		
		/* remove left margin for first pic */
		div.ShopSuey-storefront-product > div.ShopSuey-storefront-product-photos > div:nth-child(3n-1) {
			margin-left: 3px;
		}
		
	
	/* description */
	main div.ShopSuey-storefront-product > article {
		display: inline-block;
		vertical-align: top;
		width: 555px;
	}

		/* product name */
		main div.ShopSuey-storefront-product > article > h4 {
			font-size: 30px;
			text-shadow: 2px 2px 0px rgba(0,0,0,.15);
		}
	
	/* price options */
	div.ShopSuey-storefront-product > div:last-child {
		display: inline-block;
		vertical-align: top;
		width: 250px;
		margin-right: 0px;
		margin-left: auto;
	}
	
		/* single link directly inside price option container (currency/store selection) */
		div.ShopSuey-storefront-product > div:last-child > a:first-child {
			
		}
	
		/* individual price option container */
		div.ShopSuey-storefront-product > div:last-child > div {
			white-space: nowrap;
			border-top: 1px solid rgb(34,86,152);
			margin: auto 0px 0px auto;
			
			font-size: 14px;
			font-weight: bold;
			line-height: 1.5;
		}
		
		/* price description */
		div.ShopSuey-storefront-product > div:last-child > div > div:first-child {
			width: 265px;
			white-space: pre-line;
		}
		
			/* price */
			div.ShopSuey-storefront-product > div:last-child div.ShopSuey-storefront-price > div {
				display: inline-block;
				width: 112px;
				margin: 0px 0px 2px 0px;
				padding: auto 25px auto auto;
				
				text-align: right;
				color: rgba(0,0,0,.75);
			}
				/* selectively hide specific currency prices where applicable */
				div.ShopSuey-storefront-product > div:last-child div.ShopSuey-storefront-price.ShopSuey-price-hidden {
					display: none;
				}
				
				/* flag alterations */
				div.ShopSuey-storefront-product > div:last-child div.ShopSuey-storefront-price .flag-icon {
					width: 26px !important;
					line-height: 2;
					height: auto !important;
					opacity: 1;
					z-index: 1;
				}
				
				/* font-awesome alterations */
				/* div.ShopSuey-storefront-product > div:last-child div.ShopSuey-storefront-price button .fa::after {
					font-size: 25px !important;
				} */
		
		/* Qty */
		div.ShopSuey-storefront-product > div:last-child input[type="text"] {
			display: inline-block;
			padding: 3px;
			width: 35px;
			font-weight: bold;
			color: rgba(0,0,0,.65);
		}
		
		/* add-to-cart button */
		div.ShopSuey-storefront-product > div:last-child button {
			display: inline-block;
			border-radius: 0px;
			background: rgb(34,86,152);
			border: 0px;
			
			color: white;
			font-weight: bold;
			padding: 3px;
			border: 1px solid black;
			cursor: pointer;
		}
			div.ShopSuey-storefront-product > div:last-child button:hover {
				text-shadow: 1px 1px 0px black;
				background: rgb(50,100,180);
				border: 1px solid white;
				box-shadow: 0px 0px 1px black;
			}
			div.ShopSuey-storefront-product > div:last-child button:active {
				text-shadow: -1px -1px 0px black;
				box-shadow: -1px -1px 1px black;
			}