.cashback-cta {
	width: 96%;
	display: flex;
	margin: 20px 15px;
	background-color: #F4803C;
	color: #FFF !important;
	text-decoration: none;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

.cashback-cta {
	width: 96%;
	display: flex;
	margin: 20px 15px;
	background-color: #f7f7f7;
	color: #333 !important;
	text-decoration: none;
	padding: 20px;
	border-radius: 8px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	border: 3px solid #F4803C;
	/* border: ; */
}

.cashback-cta:hover,
.cashback-cta:active,
.cashback-cta:visited,
.cashback-cta:focus{
    text-decoration: none;
}

.cashback-cta .logo{
    max-width: 80px;
}

.cashback-cta .content h3 {
	font-weight: 700;
	font-size: 1.6em;
	margin-bottom: 3px;
	color: #E17638;
	/* text-shadow: 0px 0px 2px #E17638; */
}
.cashback-cta button {
	background: #E17638;
	border-color: #E17638; 
	border-radius: 20px;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
}


.cashback-informacoes {
	display: flex;
	flex-direction: column;
	background-color: #f4f4f4;
        border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cashback-informacoes .header {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #F47F3B;
	color: #fff;
	padding: 10px 15px;
	font-size: 2em;
	/* align-items: center; */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cashback-informacoes .header img{
    max-width: 40px;
    margin-right: 10px;
}

.cashback-informacoes .header b{
    margin-top: 10px;
}

.cashback-informacoes p {
	display: block;
	text-align: center;
	margin: 15px;
	font-weight: 600;
}

.cashback-informacoes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding: 15px 18px;
}

.cashback-informacoes ul li{
    margin-bottom: 10px;
}

.cahback-cart-label {
	width: 100%;
	/* border: 1px solid red; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	/*font-size: 0.9em;*/
	 
        margin-bottom: -8px;
}

.cahback-cart-label img{
    max-width: 20px;
    margin-right: 8px;
}

.cahback-cart-label .texto{
    margin-top: 5px;
    color: #000;
}

.cahback-cart-label-falta {
    background-color: #F47F3B;
}
