@charset "utf-8";

.carrinho{
	border: 1px #CCC solid;
    padding: 0px;
    color: #9c9c9c;
    font-size: 14px;
}
.carrinho *{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}
.carrinho thead, .carrinho tfoot{
	background-color: #ecf0f1;
}
.carrinho thead tr, .carrinho tfoot tr{
	height: 32px;
}
.carrinho thead tr td, .carrinho tfoot tr td{
	padding: 0px 6px;
}

.carrinho thead tr td input{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #4d1624;
	background-color: transparent;
	cursor: pointer;
}
.carrinho thead tr td input:hover{
	color: #2a6052;
}

.carrinho tfoot tr td a, .carrinho tfoot tr td input{
	float: right;
	padding: 0px 10px;
	margin: 0px;
	margin-right: -6px;
	border: 0px;
	height: 32px;
	line-height: 32px;
	outline: none;
	cursor: pointer;
	color: #FFF;
	background-color: #4d1624;
	text-decoration: none;
}
.carrinho tfoot tr td a:hover, .carrinho tfoot tr td input:hover{
	background-color: #4d1624;
}

.carrinho tbody tr{
	height: 32px;
}
.carrinho tbody tr td{
	padding: 6px;
	border-right: 1px #E5E5E5 solid;
	position: relative;
}
.checkout tbody tr td{
	height: 72px;
}
.carrinho tbody tr td:last-child{
	border: none;
}
.carrinho tbody tr:nth-child(even){
	background-color: #f2f2f2;
}
.carrinho tbody tr:hover{
	background-color: #E4F1FE;
}
.carrinho tbody tr td p{
	margin-left: 86px;
}
.carrinho tbody tr td img{
	float: left;
	margin-right: 15px;
	width: 80px;
	height: auto;
	position: absolute;
	left: 6px;
	top: 6px;
	clip: rect(0px,80px,60px,0px);
}
.carrinho tbody tr td input#drop{
	margin: 0px;
	padding: 0px;
	background-image: url('img/delete.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #e74c3c;
	height: 32px;
	cursor: pointer;
	outline: none;
}
.carrinho tbody tr td input#drop:hover{
	background-color: #c0392b;
}

.send-cot{
	display: block;
	float: left;
	width: 100%;
	height: auto;
}
.send-cot *{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}
.send-cot label{
	display: block;
}
.send-cot input, .send-cot a{
	width: 100%;
	height: 32px;
	padding: 0 6px;
	margin: 0px;
	margin-bottom: 15px;
	border: 1px #95a5a6 solid;
	outline: none;
	    color: #000;
}
.send-cot input:focus, .send-cot a:focus{
	box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	-moz-box-shadow: 0px 0px 7px #999;
}
.send-cot input[type=submit], .send-cot a{
	background-color: #058344;
	border: none;
	float: left;
	width: auto;
	padding: 0px 10px;
	margin-right: 30px;
	color: #FFF;
	cursor: pointer;
}
.send-cot input[type=submit]:hover, .send-cot a:hover{
	background-color: #058344;
    color: #FFF;
}
.send-cot a{
	padding-left: 30px;
	text-decoration: none;
	line-height: 32px;
	background-image: url('img/l-arrow.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}