:root {
--cor_primaria:#1b304e;
--cor_secundaria:#ffb32d;
--cor_botao: #1b304e;
--cor_botao_hover: #13233b;
--cor_texto_botao: #fff;
--cor_texto_botao_hover: #ffffff;
--cor_botao_comprar: #ffb32d;
--pre_cabecalho: #1b304e;
--cor_tag_frete: #f28646;
--cor_texto_pre_cabecalho: #fff;
--cor_cabecalho: #ffb32d;
--cor_icones: #1b304e;
--cor_icones_hover: #1b304e;
--cor_texto_icones: #1b304e;
--cor_menu: #f7f7f7;
--cor_texto_menu: #1b304e;
--cor_newsletter: #1b304e;
--cor_texto_newsletter: #ffff;
--cor_footer: #fff;
--cor_texto_footer: #211a1a;
--texto_global:#211a1a;
--cor_clara:#fff;
--cor_escura:#333;
--texto_background:#ffffff;
--texto_bg_escuro:#333;
--texto_bg_claro:#333
}

.busca input {
  color: #444 !important;
}

@media (min-width: 768px) {
	.tabela-carrinho .form-horizontal .control-label {
		text-align: left;
		padding-left: 2%
	}
	
	.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select {
		background: #fff;
		border: 1px solid #b1b1b1c9;
		border-radius: 3px;
		box-shadow: 0 2px 2px #0000001f;
	}
}


@media (max-width: 768px) {
	.carrinho-checkout .resumo-compra .tabela-carrinho .padding-preco > div {
		padding: 0
	}
	
	.carrinho-checkout #formularioCheckout input:focus {
		border-width: 1.2px;
	}
	
	.carrinho-checkout #formularioCheckout input:not(.checkbox input) {
		height: 40px
	}
	
	.carrinho-checkout .input-append .add-on {
		padding: 10px;
		background: transparent;
		border:0;
	}
	
	.carrinho-checkout #id_cep {
		padding: 0
	}
	
	.resumo-compra .tabela-carrinho .produto-info {
		white-space: normal;
	}
}

.pagina-carrinho .total strong {
  font-weight: 600;
  font-size: 0.975rem;
}

.carrinho-checkout strong.preco-promocional.cor-principal.titulo {
	font-size: 0.875rem
}

.carrinho-checkout .conteiner-qtd {
	display: flex;
	margin-top:6px;
	justify-content: center;
	width: initial !important;;
	height: auto;
	line-height: 30px;
}

div#box-banners .item img {
  border-radius: 10px;
  transition: all .3s;
  width: 100%;
}