#canvas-container{
	margin-top:1rem;
}
#phoneCase #canvasArea,
#phoneCase #layersWrap{
	opacity:0;
	visibility:hidden;
	min-width:0px;
	max-width:0px;
	transition:.3s;
}
#phoneCase #canvasArea.active{
	opacity:1;
	visibility:visible;
	min-width:calc(8.3333% * 6);
	max-width:calc(8.3333% * 6);
}
#phoneCase #layersWrap.active{
	opacity:1;
	visibility:visible;
	min-width:calc(8.3333% * 2);
	max-width:calc(8.3333% * 2);
}
#infoArea{
	margin:0 auto;
}
#shipping{
	margin-top:1rem!important;
}
#shippingFee{
	margin-top:1rem;
}
#totalPrice{
	margin-top:-1rem;
}

/*
	Item Main List
*/
#itemMain{
	padding:5rem 0;
}
#itemMain .heading{
	text-align:center;
	margin-bottom:3rem;
}
#itemMain .title{
	font-size:var(--font-size-4xlarge);
	font-weight:700;
}
#itemMain .desc{
	font-size:var(--font-size-large);
}