/* CART */

/* general */
.cartBG{
	background: url(/backgrounds/bg_ss23-1-m.jpg);
	background-size: 100% auto;
	/*background-position: center;*/
	background-repeat: repeat;
}

.cartPG{
	width: 95%;
	box-sizing: border-box;
	overflow-x: auto;
	position: relative;
	margin: 0 auto 100px auto;
	padding: 40px; 
	background-color: #fff;
	border-radius: 35px;
}

/* cart heading */
.cartHeading{
	width: 100%;
	display: none;
	box-sizing: border-box;
	overflow: hidden;
	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%;
	height: 250px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcc01f;
	text-align: center;
	font-size: 20px;
}
.itemOption{
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 5px;
	text-align: left;
}
#itemPhoto{
    width: 50%;
    height: 190px;
	position: absolute;
	left: 1%;
	top: 1%;
	box-sizing: border-box;
}
#itemPhoto img{
    max-width: 100%;
	max-height: 190px;
	display: block;
	object-fit: contain;
	margin: auto;
}
#itemProducer{
	margin: 5px 1% 5px 52%;
	font-size: 25px;
}
#itemArt{
	margin: 5px 1% 5px 52%;
	font-size: 15px;
}
#itemSize{
	margin: 5px 1% 5px 52%;
	font-size: 25px;
}
#itemPrc{
	position: absolute;
	left: 2%;
	bottom: 10px;
	font-size: 25px;
	font-weight: bold;
}
#itemDel{
	position: absolute;
	right: 2%;
	bottom: 10px;
}
#delButton{
	padding: 10px;
	background-color: #f00;
	border-radius: 18px;
	border: none;
	font-size: 18px;
	font-family: 'Montserrat', century gothic, calibri light, sans-serif;
	color: #fff;
}

/* sum */
.sum{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 30px 10px 10px 10px;
	text-align: right;
	font-size: 30px;
	font-weight: bold;
}

/* POLICY AGREEMENT */

#confirmation{
	width: 100%;
	min-height: 250px;
	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: 90%; 
	margin: 10px auto 10px auto; 	
	padding: 20px;
	background-color: #daff20;
	text-align: center;
	border-radius: 28px;
	font-size: 20px;
	color: #000;
}
#order{
	width: 90%;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
}
#order a:link{
    width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	background-color: #dcc01f;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
}
#order a:visited{
    width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	background-color: #dcc01f;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
}
#order a:hover{
    width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	margin: auto;
	padding: 20px;
	background-color: #0f0;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 30px;
	color: #fff;
}