/* CARRINHO DE COMPRAS */
.textos, .textos a {
	font-size: 12px;
	color: #444444;
}
.textos a:hover {
	color: #cccccc;
}
.carrinho-colunas{
	text-align:center;
	height:25px;
	width:24.9%;
	display:inline-block;
	float:left;
	margin-right:1px;
	line-height:25px;
	margin-top:9px;
}
.carrinho-colunas:last-child{
	margin-right:0;
}
.carrinho-menu-sel {
	background-color:#444444;
	font-size:13px;
	color:#ffffff;
	text-transform:none;
	font-weight:400;
	height:34px;
	line-height:34px;
	margin-top:0px;
}

.carrinho-menu {
	background-color:#fff200;
	font-size:13px;
	color:#444444;
	text-shadow: none;
	text-transform:none;
	font-weight:400;
}

.carrinho-tit {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:400;
	line-height:17px;
	background-color:#444444;
	line-height:30px;
}

.carrinho_sep {
	background-color:#cccccc;
}

.carrinho_linhas, .carrinho_linhas a:link, .carrinho_linhas a:active, .carrinho_linhas a:visited {
	font-size: 11px;
	color: #444444;
	font-weight:400;
	line-height:17px;	
}

.carrinho_linhas a:hover {
	color: #8fa913;
}


.carrinho-cx {
	font-size: 11px;
	font-weight:400;
	width: 250px;
	border: 1px solid #cccccc;
	background-color: transparent;
	color: #444444;
	height:20px;
	line-height:20px;
	resize:none;
	padding-left:3px;
	padding-right:3px;
}

.carrinho_links {
	font-size: 12px;
	color: #fff200;
	font-weight:400;
	text-decoration: none;
	text-transform:none;
	width: 198px;
	background-color: #444444;
}

.carrinho_links a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform:none;
	width: 198px;
	line-height: 25px;
	display:block;
	background-color: #444444;
	text-transform:uppercase;
	font-weight:400;
}

.carrinho_links a:hover {
	color: #fff200;
}

.carrinho_prod_txt {
	font-size: 11px;
	color: #444444;
	font-weight:400;
	line-height:17px;	
}
.carrinho_prod_img{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);
}
.carrinho_prod {
	cursor:pointer;	
}
.carrinho_prod:hover .carrinho_prod_txt {
	color: #cccccc;
}
.carrinho_prod:hover .carrinho_prod_img {
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);	
}

.carr_seguinte a, .carr_voltar a {
	font-size: 12px;
	color: #FFFFFF;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:400;
	background-color: #444444;
	line-height: 25px;
	display:block;
	width: 198px;
}
.carr_seguinte_bt {
	border:none;
	width: 198px;
	cursor:pointer;
	color: #FFFFFF;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:400;
	background-color: #444444;
	height:25px;
	font-size: 12px;
}
.carr_voltar a {
	font-size: 12px;
	color: #FFFFFF;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:400;
	background-color: #444444;
	line-height: 25px;
	display:block;
	width: 198px;
}
.carr_seguinte a:hover, .carr_seguinte_bt:hover, .carr_voltar a:hover {
	color: #fff200;
}


.carr_cod_promo a {
	font-size: 12px;
	color: #fff200;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:400;
	background-color: #FFFFFF;
	line-height: 22px;
	display:block;
	width: 108px;
	border:1px solid #fff200;
}
.carr_cod_promo a:hover {
	color: #cccccc;
}
.carrinho_titulo {
	font-size: 16px;
	color: #444444;
	font-weight:400;
	line-height:20px;	
}



.bts {
	font-size: 12px !important;
	text-shadow:none;
	line-height:normal;
	font-weight:400;
	border:none;
	text-transform:uppercase;
	color: #FFFFFF;
	background-color: #444444;
	
	position:relative;
	z-index:1;
	behavior: url(css/PIE.htc);
	
	min-width:75px;
	height:23px;
	padding:0px 13px !important;
	padding-left:30px !important;
	cursor:pointer;
}
.bts:hover {
	color: #fff200;
}


.carrinho_txt {
	color: #444444;
	font-size:12px;
	line-height:13px;
}
.carrinho_txt a {
	color: #444444;
	font-size:12px;
	line-height:13px;
	font-weight:700;
}
.carrinho_txt a:hover{
	color:#717171;
}


.ticket_tit {
	color: #4a4d2b;
	font-size:13px;
	line-height:30px;
	font-weight:700;
	text-transform:uppercase;
}

@media only screen and (max-width: 1010px) { 
	.carrinho_tabelas{
		width:100% !important;
		display:table !important;
		padding:20px 0;
	}
}