html * { max-height:999999px; }
@media (max-width: 1000px)
	{
	#content
		{
		font-size: 40px;
		}
	}
@media (min-width: 1001px)
	{
	#content
		{
		font-size: 16px;
		}
	}
a.product_title
	{
	font-size: 2em;
	font-weight: 600;
	}
a.product_title_s
	{
	font-weight: 600;
	}

#product_card
	{
	display: flex;
	width: 90%;
	margin: 10px;
	justify-content: space-around;
	}
#product_card_col
	{
	display: flex;
	flex-direction: column;
	width: 10%;
	flex-shrink: 0;
	max-height: 400px;
	overflow: auto;
	margin-right: 0.5em;
	}
#product_card_img
	{
	
	width: 400px;
	flex-shrink: 0;
	}
#product_card_descr
	{
	display: flex;
	flex-direction: column;
	margin-left: 0.5em;
	}
#product_card_descr_buy
	{
	display: flex;
	align-items: center;
	}
#product_card_descr_buy_img
	{
	flex-basis: 40px;
	margin-right: 10px;
	flex-shrink: 0;
	}
#product_descr
	{
	display: flex;
	flex-direction: column;
	flex-bazis: 100%;
	}
a.product_descr
	{
	font-size: 1rem;
	}