div.sedex label {
	background:url('../images/logo_sedex.png') no-repeat left center;
	display: inline;
}

div.esedex label {
	background:url('../images/logo_esedex.png') no-repeat left center;
	display: inline;
}
div.pac label {
	background:url('../images/logo_pac.png') no-repeat left center;
	display: inline;
}
div.jadlog label {
	background:url('../images/logo_jadlog.png') no-repeat left center;
	display: inline;
}

div.totalexpress label {
	background:url('../images/logo_totalexpress.png') no-repeat left center;
	display: inline;
}


div.loja label{
	display: inline;
}

div.sedex label span{
	margin-left:90px;
}

div.esedex label span{
	margin-left:90px;
}

div.pac label span{
	margin-left:90px;	
}

div.jadlog label span{
	margin-left:90px;
}


div.totalexpress label span{
	margin-left:90px;
}


.indisponivel{
	color:red;
	font-size: 13px;
	font-weight: bold;
}

.BotaoPagamento {
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px #3498db solid;
}

.BotaoPagamento.huge {
  padding: 18px 52px;
}
.BotaoPagamento:hover {
  color: #fff;
}
.BotaoPagamento.disabled {
  cursor: not-allowed;
  background-color: #c6c6c6;
  color: #fff;
}
.BotaoPagamento.inverse {
  background-color: #e0e0e0;
  color: #3d3d3d;
  font-weight: 100;
}
.BotaoPagamento.inverse:hover {
  background-color: #ececec;
  color: #3d3d3d;
}
.BotaoPagamento.big {
  padding: 15px 34px;
}

.processandoPagto {
	margin-bottom:50px;
	padding:50px 50px 55px 50px;
}
.processandoPagto h2 {
	font-size:20px;
	font-weight:600;
	color: #FFFFFF
}


/* ALERTS */
.alert {
	line-height:23px;
	color:#315c0d;
	font-size:16px;
	text-align:center;
	background-color:#f3c93d;
	border:1px solid #b0d690;
	margin-bottom:30px;
	padding:5px 0;
	display:block;
	overflow:hidden;

	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
.alert span {
	background-position:10px -545px;
	padding-left:35px;
	display:inline-block;
}
.alert.error {
	color:#741414;
	background-color:#f5b6b6;
	border:1px solid #f5b6b6;
	border-bottom:2px solid #e09595;
}
.alert.error span {
	background-position:10px -581px;
	padding-left:35px;
	display:inline-block;
}
.alert.error.marginRight {
	margin-right:4px;
}
.alert.marginBottom10 {
	margin-bottom:10px;
}
.alert.marginBottom15 {
	margin-bottom:15px;
}
.alert.blue {
	color:#31708f;
	background:#bce8f1;
	border:1px solid #bce8f1;
	border-bottom:2px solid #9dd9e6;
	padding:5px 15px;
}
.alert strong {
	font-weight:700;
}
.alert.horario {
	margin-bottom:30px !important;
	padding:20px 20px 25px 20px;
}
.alert.horario h3 {
	font-size:24px !important;
	font-weight:600;
}
.alert.ebit {
	line-height:30px;
	font-weight:bold;
	margin:35px 0 30px 0 !important;
}
.alert.ebit span {
	line-height:30px;
	background:none;
	padding-left:0;
	float:left;
}
.alert.ebit img {
	margin:1px 7px 0 7px;
	float:left;
}
.alert.ebit a {
	color:#ff0d19;
}

.grecaptcha-badge{display:none!important;}

.marginTop20
{
	margin-top:20px;
}

.height300{
	
	max-height: 300px !important;
}

.divProdutosIndex{
  border-bottom: 2px #eee solid !important;
  padding: 5px 0 5px 0;
  margin:0px 0 20px 0;
   background-image: linear-gradient(to right, #eee,#fff,#eee);
  
}

