@charset "utf-8";
/* CSS Document */
body{
	padding-top: 270px;
	background-color: #020106;
	color: #CCC;
	padding-bottom: 50px;
}
main{
	width: 1200px;
	margin:  0 auto;
	overflow: hidden;
}
#backgroundImage{
	display: none;
}
#checkoutLeft{
	width: 800px;
	float: left;
	overflow: hidden;
}
#checkoutRight{
	width: 300px;
	float: left;
	overflow: hidden;
	margin-left: 100px;
	margin-bottom: 50px;
	line-height: 24px;
}
#showCEP{
	margin-top: 15px;
}
.esconde{
	display: none;
}
.rightBoxBlock{
	padding: 10px;
	background-color: #333;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 15px;
}
.cupomTitle{
	width: 100%;
	float: left;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 40px;
	font-family: qualitybold;
}
.checkoutTitle{
	width: 100%;
	float: left;
	font-size: 28px;
	margin-bottom: 20px;
	font-family: qualitybold;
	color: #FF931E;
}
.checkoutSubTitle{
	width: 100%;
	float: left;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: qualitybold;
	color: #FF931E;
}
.checkoutItem{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.checkoutItemImg{
	width: 120px;
	height: 120px;
	margin-right: 10px;
	float: left;
	border: 1px solid #333;
}
.checkoutItemTxt{
	width: calc(100% - 130px);
	float: left;
	font-family: qualitybold;
	font-size: 20px;
	margin-top: 15px;
}
.checkoutItemTxtM{
	width: calc(100% - 130px);
	height: 16px;
	overflow: hidden;
	float: left;
	margin:  5px 0;
}
.checkoutItemTxtS{
	width: calc(100% - 130px);
	height: 16px;
	overflow: hidden;
	float: left;
	margin:  5px 0 15px 0;
}
.checkoutItemPrice{
	width: calc(100% - 130px);
	float: left;
	font-family: qualitybolditalic;
}
.checkoutItemRemove{
	width: calc(100% - 130px);
	float: left;
	height: 20px;
	margin-top: 15px;
}


#sellBlock{
	width: 100%;
	float: left;
	height: 20px;
}


a.removelink:link, a.removelink:visited, a.comprar:link, a.comprar:visited{
	padding: 5px 5px;
	border: 1px solid #CCC;
	border-radius: 10px;
	color:#CCC;
}
a.removelink:hover, a.comprar:hover{
	border: 1px solid #FF931E;
	color:#FF931E;
}


.cadastroInfo{
	width: 100%;
	float: left;
	padding: 10px 0;
}
a.cadastrolink:link, a.cadastrolink:visited{
	font-size: 20px;
	color:#CCC;
}
a.cadastrolink:hover{
	color:#FF931E;
}


a.changelink:link, a.changelink:visited{
	display: block;
	padding: 10px;
	background-color: #333;
	border-radius: 10px;
	color:#FFF;
	font-size: 18px;
	margin-right: 20px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}


a.changelink:hover{
	background-color:#FF931E;
}


a.buylink:link, a.buylink:visited{


	padding: 10px;


	background-color: #CD2027;


	border-radius: 10px;


	color:#FFF;


	font-size: 18px;


}


a.buylink:hover{


	background-color:#333;


}


.kitDescValue{
	width: 100%;
	float: left;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #333;
	margin-bottom: 15px;
}


#checkoutValue{
	width: 100%;
	float: left;
	font-size: 20px;
	padding-top: 25px;
	margin-top: 15px;
	border-top: 5px solid #FF931E;
}


.checkoutFloat{


	float: right;


}


.checkoutSellTxt{


	width: calc(100% - 130px);


	float: left;


	font-family: dtebold;


	font-size: 20px;


	margin-top: 15px;


}


.checkoutBlock{


	margin-bottom: 30px;


}


.checkoutAddress{


	float: left;


	font-size: 20px;


	font-family: dtebolditalic;


	margin: 20px 0;


	width: 100%;
	line-height: 30px;


}


.checkoutAction{
	border-top: 1px solid #CCC;
	padding-top: 30px;
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-bottom: 60px;
}
.margemSuperior{
	margin-top: 40px;
}


/* FORM */
.juridico, .inputHidden, #addForm{
	display: none;
}
.inputBox{
	width: 100%;
	float: left;
	overflow: hidden;
	height: auto;
	margin-bottom: 10px;
}
.inputLabel{
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.inputBox input[type="text"], .inputBox input[type="password"]{
	height: 40px;
	padding: 10px;
	width: calc(100% - 60px);
	background-color: #FFF;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
}
.inputBox input[type="submit"]{
	height: 40px;
	width: 40px;
	float: right;
	background: #CCC;
	color: #FFF;
	margin-right: 10px;
	border-radius: 5px;
}
.inputBox input[type="submit"]:hover{
	background: #FF931E;
}
.inputBox100{
	width: 100%;
	float: left;
	overflow: hidden;
	height: auto;
	margin-bottom: 10px;
}
.inputBox100 select{
	height: 40px;
	padding: 10px;
	width: calc(100% - 10px);
	background-image: url(../images/layout/select.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #CCC;
}
.inputBox100 input[type="text"], .inputBox100 input[type="password"]{
	height: 40px;
	padding: 10px;
	width: calc(100% - 10px);
	background-color: #CCC;
}
.inputBox50{
	width: 50%;
	float: left;
	overflow: hidden;
	height: auto;
	margin-bottom: 10px;
}
.inputBox50 input[type="text"]{
	height: 40px;
	padding: 10px;
	width: calc(100% - 10px);
	background-color: #CCC;
}
.inputBox30{
	width: 30%;
	float: left;
	margin-bottom: 10px;
}
.inputBox30 input[type="text"], .inputBox30 input[type="password"]{
	height: 40px;


	padding: 10px;


	width: calc(100% - 10px);
	
	background-color: #CCC;


}


.inputBox40{


	width: 40%;


	float: left;


	margin-bottom: 10px;


}


.inputBox40 input[type="text"], .inputBox40 input[type="password"]{


	height: 40px;


	padding: 10px;


	width: calc(100% - 10px);
	
	background-color: #CCC;


}


.inputBox20{


	width: 20%;


	float: left;


	margin-bottom: 10px;


}


.inputBox20 input[type="text"], .inputBox20 input[type="password"]{


	height: 40px;


	padding: 10px;


	width: calc(100% - 10px);
	
	background-color: #CCC;


}


.inputBox80{


	width: 80%;


	float: left;


	margin-bottom: 10px;


}


.inputBox80 input[type="text"], .inputBox80 input[type="password"]{


	height: 40px;


	padding: 10px;


	width: calc(100% - 10px);
	
	background-color: #CCC;


}


.inputBox100 input[type="submit"]{


	height: 40px;


	width: 120px;


	background: #009245;


	color: #FFF;


	margin-right: 10px;
	
	border-radius: 10px;


}


.inputBox100 input[type="submit"]:hover{


	background: #333;


}


@media(max-width: 1320px) {
	main{
		width: 900px;
	}
	#checkoutLeft{
		width: 500px;
	}
}
@media(max-width: 1020px) {
	main{
		width: 700px;
	}
	#checkoutLeft{
		width: 400px;
	}
	#checkoutRight{
		width: 250px;
		margin-left: 50px;
	}
}
@media(max-width: 820px) {
	main{
		width: 500px;
	}
	#checkoutLeft{
		width: 500px;
	}
	#checkoutRight{
		width: 500px;
		margin-left: 0px;
		margin-top: 30px;
	}
}
@media(max-width: 620px) {
	body{
		padding-top: 220px;
	}
	main{
		width: 400px;
	}
	#checkoutLeft{
		width: 400px;
	}
	#checkoutRight{
		width: 400px;
		margin-left: 0px;
		margin-top: 30px;
	}
}
@media(max-width: 520px) {
	main{
		width: 300px;
	}
	#checkoutLeft{
		width: 300px;
	}
	#checkoutRight{
		width: 300px;
		margin-left: 0px;
		margin-top: 30px;
	}
	.checkoutItemTxt{
		font-size: 16px;
		margin: 0;
	}
	.checkoutItemImg{
		width: 100px;
		height: 100px;
		margin-right: 10px;
		float: left;
		border: 1px solid #333;
	}
}