@charset "utf-8";

.carrinho{
	border: 1px #CCC solid;
	padding: 0px;
}
.carrinho *{
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}
.carrinho thead, .carrinho tfoot{
	background-color: #363435;
    border: 0px;
}
.carrinho thead tr, .carrinho tfoot tr{
	height: 32px;
}
.carrinho thead tr td, .carrinho tfoot tr td{
	padding: 0px 6px;
	color: #fff;
}

.carrinho thead tr td input{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #3498db;
	background-color: transparent;
	cursor: pointer;
	border-radius: 0px !important;
}
.carrinho thead tr td input:hover{
	color: #2980b9;
}

.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: transparent;
	text-decoration: none;
}
.carrinho tfoot tr td a:hover, .carrinho tfoot tr td input:hover{
	background-color: transparent;
	color: #ddd;
}

.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: 32px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #339dd6;
    height: 32px;
    cursor: pointer;
    outline: none;
}
.carrinho tbody tr td input#drop:hover{
	background-color: #c0392b;
}

.send-cot{
	display: block;
	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;
}
.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: #3498db;
	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: #2980b9;
}
.send-cot a{
	      padding-left: 30px;
    text-decoration: none;
    background-image: url(img/l-arrow.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background: rgb(53,164,219);
    background: -moz-linear-gradient(-45deg, rgba(53,164,219,1) 0%, rgba(44,115,186,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(53,164,219,1) 0%,rgba(44,115,186,1) 100%);
    background: linear-gradient(135deg, rgba(53,164,219,1) 0%,rgba(44,115,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a4db', endColorstr='#2c73ba',GradientType=1 );
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 51px;
    line-height: 50px;
}
#envia-cotacao{
	    text-decoration: none;
    background-image: url(img/l-arrow.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background: rgb(239,104,0);
    background: -moz-linear-gradient(left, rgba(239,104,0,1) 0%, rgba(254,204,16,1) 99%);
    background: -webkit-linear-gradient(left, rgba(239,104,0,1) 0%,rgba(254,204,16,1) 99%);
    background: linear-gradient(to right, rgba(239,104,0,1) 0%,rgba(254,204,16,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6800', endColorstr='#fecc10',GradientType=1 );
    border-radius: 6px;
    width: 100%;
    text-align: center;
    line-height: 0px;
}