#carrinho_pop_up {
	float: left;
	width: 440px;
	font-family: arial;
	color: #666;
	font-size: 12px;
	position: absolute;
	background: #fff;
	top: 42px;
	right: 20%;
	z-index: 20;
	display: none;
	-webkit-box-shadow: 1px 1px 10px -2px rgba(51, 51, 51, 1);
	-moz-box-shadow: 1px 1px 10px -2px rgba(51, 51, 51, 1);
	box-shadow: 1px 1px 10px -2px rgba(51, 51, 51, 1);
}

#carrinho_pop_up.carrinho_show {
	display: block;
}

#carrinho_pop_up:hover,
#login_barra_carrinho:hover ~ #carrinho_pop_up {
	display: block;
}

.carrinho_pop_up_head,
.carrinho_pop_up_body,
.carrinho_pop_up_footer,
.carrinho_pop_up_head.titulo,
.carrinho_pop_up_itens,
.carrinho_pop_up_itens> .carrinho_sem_itens,
.carrinho_pop_up_item,
.carrinho_pop_up_item> .item_info,
.carrinho_pop_up_item> .item_info> .item_valores,
.carrinho_pop_up_item> .item_info> .item_opcoes,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .remover_item,
.carrinho_pop_up_item> a> img,
.carrinho_pop_up_item> .item_info> .item_nome,
.carrinho_pop_up_item> .item_info> .item_valores> .item_preco,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> span,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> input,
.carrinho_pop_up_footer> .carrinho_valores_finais,
.carrinho_pop_up_footer> .carrinho_botoes_finais,
.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_ver_carrinho {
	float: left;
	width: 100%;
}

.checkout_preco_unitario,
.carrinho_pop_up_item> .item_info> .item_valores> .item_preco,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .remover_item,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> span {
	color: #aaa;
}

.checkout_preco_unitario, .checkout_preco_total, .carrinho_checkout_total{
	text-align: right !important;
}

.carrinho_pop_up_footer> .carrinho_valores_finais> .str,
.carrinho_pop_up_footer> .carrinho_valores_finais> .preco,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> span,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button,
.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_finalizar_compra,
.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_ver_carrinho {
	width: initial;
}

.carrinho_pop_up_head> .titulo {
	width: 95%;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -1px;
}

.carrinho_pop_up_head> .titulo i {
	margin-right: 5px;
}

.carrinho_pop_up_head> .titulo p {
	float: right;
	margin-bottom: 0px;
}

.carrinho_pop_up_head {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.carrinho_pop_up_item {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.carrinho_pop_up_item> a> img {
	margin: 0 10px;
	width: 56px;
}

.carrinho_pop_up_item> .item_info {
	text-decoration: none;
	color: inherit;
	width: 80%;
}

.carrinho_pop_up_item> .item_info> .item_nome {
	font-size: 14px;
	color: inherit;
	line-height: 15px;
	text-align: left;
}

.carrinho_pop_up_item> .item_info> .item_valores> .item_preco {
	width: 130px;
	font-size: 12px;
	padding: 0;
	text-align: left;
}

.carrinho_pop_up_item> .item_info> .item_valores> .item_total {
	float: right;
	color: inherit;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align:right;
}

.carrinho_pop_up_item> .item_info> .item_opcoes {
	margin-top: -10px;
}

.carrinho_pagamento_remover_item,
.carrinho_pagamento_remover_item:hover,
.carrinho_checkout_remover_item,
.carrinho_checkout_remover_item:hover,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .remover_item {
	width: initial;
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
	background-color: transparent;
	border: 0;
	outline: 0;
}

.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .remover_item {
	width: 100%;
	text-align: center;
}

.carrinho_pop_up_item> .item_info> .item_valores {
	margin-top: 10px;
}

.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade {
	margin-top: -3px;
	width: 65px;
}

.carrinho_pop_up_footer> .carrinho_valores_finais> .preco,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box,
.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_finalizar_compra {
	float: right
}

.carrinho_checkout_quantidade> button,
.carrinho_pagamento_quantidade> button,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button {
	background-color: transparent;
	border: 0;
	margin-top: 7px;
	outline: 0;
	cursor: pointer;
}
.carrinho_checkout_quantidade> button.q_left{
	padding: 0 5px 0 0;
}
.carrinho_checkout_quantidade> button.q_right{
	padding: 0 0 0 5px;
}

.carrinho_pagamento_quantidade> button> i,
.carrinho_checkout_quantidade> button> i,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button> i {
	margin: 0;
}

.carrinho_pagamento_quantidade> input,
.carrinho_checkout_quantidade> input,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> input {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	width: 31px;
	border: 1px solid #ccc;
	height: 28px;
}

.carrinho_pagamento_quantidade > button:last-child,
.carrinho_checkout_quantidade> button:last-child,
.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button:last-child {
	padding-right: 0;
}

.carrinho_pop_up_item> .item_info> .item_valores> .item_quantidade> .item_quantidade_box> button:first-child {
	padding-left: 0;
}

.carrinho_pop_up_footer {
	padding: 7px 0;
	border-top: 1px solid #ddd;
	background-color: #eee;
}

.carrinho_pop_up_footer> .carrinho_valores_finais,
.carrinho_pop_up_footer> .carrinho_botoes_finais {
	padding: 0 10px;
}

.carrinho_pop_up_footer> .carrinho_valores_finais> .str {
	float: left;
	color: inherit;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin-top: 2px;
}

.carrinho_pop_up_footer> .carrinho_valores_finais> .preco {
	color: inherit;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -1px;
}

.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_ver_carrinho,
.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_finalizar_compra {
	padding: 4px 0;
	cursor: pointer;
	color: #fff;
	background-color: #1b961f;
	border: 0;
	outline: 0;
	text-align: center;
	width: 135px;
}

.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_finalizar_compra:hover {
	background-color: #28ab2c;
}

.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_ver_carrinho {
	background-color: #2698e8;
}

.carrinho_pop_up_footer> .carrinho_botoes_finais> .carrinho_ver_carrinho:hover {
	background-color: #51b2f5;
}

.carrinho_pop_up_footer> .carrinho_botoes_finais {
	margin-top: 10px;
	margin-bottom: 5px;
}

.carrinho_pop_up_itens> .carrinho_sem_itens {
	margin-left: 10px;
	padding: 15px 0;
	color: #aaa;
	font-size: 12px;
}

.carrinho_checkout_pagina,
.carrinho_checkout_left,
.carrinho_checkout_right,
.carrinho_checkout_area_botoes,
.carrinho_checkout_tabela,
.carrinho_pagamento_tabela,
.carrinho_checkout_area_total_frete,
.carrinho_checkout_area_total,
.carrinho_pagamento_area_total_frete,
.carrinho_pagamento_area_total,
.carrinho_checkout_area_calculos,
.carrinho_checkout_area_calculos> .titulo,
.carrinho_checkout_area_calculos> .area,
.carrinho_checkout_area_frete,
.carrinho_checkout_area_cupom {
	float: left;
	width: 100%;
	font-family: arial;
	color: #666;
	margin-top:3px;
}
.carrinho_pagamento_tabela> thead> tr> td,
.carrinho_checkout_tabela> thead> tr> td {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #eee;
	line-height: 12px;
	padding:5px;
}
.carrinho_pagamento_tabela> thead> tr,
.carrinho_checkout_tabela> thead> tr {
	border-bottom: 2px solid #eee;
}
.carrinho_pagamento_tabela> tbody> tr> td,
.carrinho_checkout_tabela> tbody> tr> td {
	padding: 10px;
	font-size: 14px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.carrinho_pagamento_tabela> tbody> tr:last-child> td,
.carrinho_checkout_tabela> tbody> tr:last-child> td {
	border-bottom: 0;
/* 	white-space: nowrap; */
}
.carrinho_pagamento_tabela> tbody> tr> td:nth-child(5),
.carrinho_pagamento_tabela> thead> tr> td:last-child,
.carrinho_pagamento_tabela> tbody> tr> td:last-child,
.carrinho_checkout_tabela> tbody> tr> td:nth-child(5),
.carrinho_checkout_tabela> thead> tr> td:last-child,
.carrinho_checkout_tabela> tbody> tr> td:last-child {
	border-right: 0;
}
.carrinho_pagamento_tabela> tbody> tr> td> a,
.carrinho_checkout_tabela> tbody> tr> td> a {
	color: inherit;
	line-height: 16px;
}
.carrinho_pagamento_tabela> tbody> tr> td> img,
.carrinho_checkout_tabela> tbody> tr> td> img {
	width: 100px;
}

.pagamento_resumo_total .spanigual{
	display:inline-block;
	width:50%;
}

.carrinho_pagamento_quantidade,
.carrinho_checkout_quantidade {
	width: 77px;
}
.carrinho_pagamento_quantidade,
.carrinho_pagamento_quantidade> button,
.carrinho_pagamento_quantidade> input,
.carrinho_checkout_quantidade,
.carrinho_checkout_quantidade> button,
.carrinho_checkout_quantidade> input {
	float: left;
}
.carrinho_checkout_quantidade{
	margin:auto;
	float: initial;
}
.carrinho_pagamento_quantidade> button> i,
.carrinho_checkout_quantidade> button> i {
	color: #888;
	font-size: 12px;
}

.checkout_preco_total {
	font-weight: bold;
}

.carrinho_pagamento_remover_item,
.carrinho_pagamento_remover_item:hover,
.carrinho_checkout_remover_item,
.carrinho_checkout_remover_item:hover {
	float: left;
	text-align: center;
	color: #aaa;
	width: 100%;
	padding: 0;
	line-height:103%;
}
.carrinho_pagamento_tabela> tfoot> tr,
.carrinho_checkout_tabela> tfoot> tr {
	border-top: 3px solid #ddd;
}
.carrinho_pagamento_tabela> tfoot> tr> td,
.carrinho_checkout_tabela> tfoot> tr> td {
	font-size: 16px;
	padding: 10px 10px 10px 0;
}
.carrinho_pagamento_tabela> tfoot> tr> td:last-child,
.carrinho_checkout_tabela> tfoot> tr> td:last-child {
	font-weight: bold;
}
.carrinho_pagamento_tabela> tfoot> tr> td:nth-child(2),
.carrinho_checkout_tabela> tfoot> tr> td:nth-child(2) {
	border-right: 1px solid #eee;
}

.checkout_preco_unitario> span {
	width: 100%;
	float: left;
	font-size: 10px;
	line-height: 11px;
}

.carrinho_checkout_right {
	margin-top: 20px;
}

.carrinho_checkout_area_botoes> .voltar_comprar,
.carrinho_checkout_area_botoes> .ir_pagar{
	float: left;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #2698e8;
	color: #fff;
	font-size: 14px;
}

.carrinho_checkout_area_botoes> .undoLn{
	float: left;
	padding: 6px 10px;
	text-decoration: none;
	background-color: #e09a31;
	color: #fff;
	font-size: 14px;
	margin: 0px 10px;
}

.carrinho_checkout_area_botoes {
	margin-top: 20px;
}

.carrinho_checkout_area_botoes> .voltar_comprar:hover {
	background-color: #51b2f5;
}

.carrinho_checkout_area_botoes> .ir_pagar {
	float: right;
	background-color: #1b961f;
}

.carrinho_checkout_area_botoes> .ir_pagar:hover {
	background-color: #28ab2c;
}

.carrinho_checkout_area_total_frete {}
.carrinho_pagamento_area_total_frete{}

.carrinho_pagamento_area_total,
.carrinho_checkout_area_total {
	float: right;
	background-color: #eee;
	width: 25%;
	padding:10px;
}
.carrinho_pagamento_area_total> table,
.carrinho_checkout_area_total> table {
	width: 100%;
	padding: 10px;
	font-size: 12px;
}
.carrinho_pagamento_area_total> table> tbody> tr> td,
.carrinho_checkout_area_total> table> tbody> tr> td {
	padding: 3px 0;
	line-height: 15px;
}

.remove_cupom{
	cursor:pointer;
	color:orangered !important;
}

/* .carrinho_checkout_area_total> table> tbody> tr.tr_desconto {
	color: #f56767;
} */
.tr_desconto_preco{
	color:rgb(56, 118, 29);
}
.carrinho_pagamento_area_total> table> tfoot> tr,
.carrinho_checkout_area_total> table> tfoot> tr {
	border-top: 1px solid #ddd;
}
.carrinho_pagamento_area_total> table> tfoot> tr> td,
.carrinho_checkout_area_total> table> tfoot> tr> td {
	padding: 8px 0 0 0;
	font-weight: bold;
	color: #2698e8;
	font-size: 15px;
}

.carrinho_checkout_area_calculos {
	border: 1px solid #eee;
	min-height: 94px;
	width: 74%;
}

.carrinho_checkout_area_cupom,
.carrinho_checkout_area_frete {
	padding: 10px 0;
	    float: right;
    width: 52%;
}

.carrinho_checkout_area_cupom {
	padding-top: 0;
}

.carrinho_checkout_area_cupom> .titulo_calculos,
.carrinho_checkout_area_frete> .titulo_calculos {
	float: left;
	margin: 0 0 0 5px;
	width: 30%;
	line-height: 29px;
	text-align: right;
}

.carrinho_checkout_area_frete> .area {}

.carrinho_checkout_area_frete> .area> input,
.carrinho_checkout_area_cupom> .area> input {
	padding: 3px;
	width: 41% !important;
	font-size: 12px;
	border: 1px solid #ddd;
	margin: 0 0 0 5px;
	outline: 0;
	text-transform: uppercase
}
.area > input::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}
.area > input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}
.area > input::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}
.area > input:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

.carrinho_checkout_area_frete> .area> button,
.carrinho_checkout_area_cupom> .area> button {
	background-color: #e09a31;
	color: #fff;
	cursor: pointer;
	outline: 0;
	padding: 4px 0;
	margin: 0;
	border: 0;
	font-size: 12px;
	min-width: 70px;
}

.carrinho_checkout_area_cupom> .area> button:hover,
.carrinho_checkout_area_frete> .area> button:hover {
	background-color: #e8a847;
}

.resultado_cupom,
.resultado_frete {
	float: left;
	width: 100%;
	display: none;
	font-size: 12px;
	padding-left:150px;
/* 	border-top: 1px solid #ddd; */
/* 	margin-top: 10px; */
/* 	background-color: #eee; */
}

.resultado_cupom> span {
/* 	float: left; */
/* 	margin-left: 10px; */
}

.resultado_cupom{
	margin-bottom: -10px;
}
.spanbr{
	display:none;
}
.frete_gratis{
	color:rgb(56, 118, 29);
}

/************************* CSS SIZES ******************************/

@media only screen and (max-width: 500px){
	.carrinho_checkout_area_cupom> .titulo_calculos, .carrinho_checkout_area_frete> .titulo_calculos,
	.carrinho_checkout_area_frete> .area> input, .carrinho_checkout_area_cupom> .area> input{
		width: 33%;
		
	}
}

@media only screen and (max-width: 330px) {
	
	.carrinho_pop_up_item> a> img{
		margin: 0 5px;
	}
	
	.carrinho_pop_up_item> .item_info> .item_valores> .item_preco{
		width: 105px;
	}
	
	.carrinho_pop_up_item> .item_info{
		width: 76%;
	}
	
	.carrinho_checkout_area_botoes > .ir_pagar, .carrinho_checkout_area_botoes > .voltar_comprar{
		font-size: 13px;
	}
	
	.carrinho_checkout_area_botoes > .voltar_comprar{
		width: 56%;
	}
	
	.titulo_calculos{
		font-size: 13px;
	}
	
	.consultar_frete, .aplicar_cupom{
		min-width: 60px !important;
	}
	
}

@media only screen and (max-width: 660px) {
	
	.carrinho_pagamento_tabela> tfoot> tr> td:first-child,
	.carrinho_pagamento_tabela> tbody> tr> td:first-child,
	.carrinho_pagamento_tabela> thead> tr> td:first-child,
	.carrinho_checkout_tabela> tfoot> tr> td:first-child,
	.carrinho_checkout_tabela> tbody> tr> td:first-child,
	.carrinho_checkout_tabela> thead> tr> td:first-child{
		display: none
	}
	.carrinho_checkout_quantidade> button.q{
		padding: 0 3px;
	}
	.carrinho_checkout_quantidade{
		width: 65px;
		float: initial;
		margin:auto;
	}
	.carrinho_pagamento_area_total,
	.carrinho_checkout_area_total{
		width: 100%;
		margin-top:15px;
	}
	
	.carrinho_checkout_area_calculos{
		width: 100%;
	}
	
	#carrinho_pop_up {
		width: 100%;
		right: 0;
		z-index: 20;
		font-size: 13px;
	}
	
}

@media only screen and (min-width: 331px) and (max-width: 680px) {
	
	.carrinho_pop_up_item> .item_info> .item_nome{
		padding-right: 10px;
	}
	
	.carrinho_pop_up_item> .item_info{
		float: right;
		width: 75%;
	}
	
	.carrinho_pop_up_item> .item_info> .item_valores> .item_preco{
		margin-right: 10px;
		width: 105px;
	}
	
	.carrinho_pop_up_item> .item_info> .item_valores> .item_total{
		margin-right: 10px;
	}
	
	.carrinho_pop_up_item> a> img{
		width: 65px;
    height: 55px;
	}
	
}

@media only screen and (max-width: 840px) {
	.carrinho_checkout_tabela .checkout_preco_unitario{
		font-size:11px !important;
	}
	.carrinho_checkout_tabela .checkout_preco_total{
		font-size:11px !important;
	}
	.carrinho_checkout_tabela .carrinho_checkout_total{
		font-size:11px !important;
	}
	.tdProduto{
		width:80px;
	}
	.tdValores{
		width:120px !important;
	}
	.spanigual{
		display:none;
	}
	.spanbr{
		display:inherit;
	}
}

@media only screen and (max-width: 1000px) {
	
	.carrinho_checkout_area_cupom, .carrinho_checkout_area_frete{
		width: 100%;
	}
	
}

@media only screen and (max-width: 1300px) {
	
	#carrinho_pop_up {
		right: 5%;
	}
	
}
