/* CART */

/* general */
.cartBG{
	background: url(/backgrounds/bg_ss23-1-c.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.cartPG{
	width: 90%;
	box-sizing: border-box;
	overflow-x: auto;
	position: relative;
	margin: 0 auto 120px auto;
	padding: 40px; 
	background-color: #fff;
	border-radius: 35px;
}

/* cart heading */
.cartHeading{
	width: 100%;
	margin: auto;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #dcc01f;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #dcc01f;
}
.optionHeading{
	display: inline-block;
	padding: 10px 5px 5px 5px;
}
#ohPhoto{
	width: 15%;
}
#ohProducer{
	width: 15%;
}
#ohArt{
	width: 25%;
}
#ohSize{
	width: 10%;
}
#ohPrc{
	width: 15%;
}
#ohDel{
	width: 10%;
}

/* item area */
.itemArea{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcc01f;
	text-align: center;
	font-size: 20px;
}
.itemOption{
	display: inline-block;
	padding: 5px;
}
#itemPhoto{
	width: 15%;
}
#itemProducer{
	width: 15%;
}
#itemArt{
	width: 25%;
}
#itemSize{
	width: 10%;
}
#itemPrc{
	width: 15%;
}
#itemDel{
	width: 10%;
}
#delButton{
	padding: 10px;
	background-color: #f00;
	border-radius: 18px;
	border: none;
	font-size: 15px;
	color: #fff;
}

/* sum */
.sum{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
}

/* POLICY AGREEMENT */

#confirmation{
	width: 100%;
	min-height: 150px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: auto;
	padding: 20px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #dcc01f;
}
#agreeStatement{
	width: 60%; 
	position: absolute;
	left: 2%;
	padding: 20px;
	background-color: #daff20;
	text-align: center;
	border-radius: 25px;
	font-size: 15px;
	color: #000;
}
#order{
	width: 20%;
	position: absolute;
	right: 2%;
}
#order a:link{
	display: block;
	padding: 20px;
	background-color: #dcc01f;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}
#order a:visited{
	display: block;
	padding: 20px;
	background-color: #dcc01f;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
}