.tt-cart-preview {
	position: fixed;
	bottom: -200%;
	left: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	box-shadow: 0px -5px 5px rgba(3,3,3,0.4);
	background-color: #fff;
	color: #222;
	min-height: 110px;
}

.tt-cart-preview .content{
    flex-grow: 3;
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     align-items: center;
     align-items: stretch;
}

.tt-cart-preview .content .icone {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3em;
	padding: 20px;
	background-color: var(--cinza-light);
}
.tt-cart-preview .content .dados{
    flex-grow: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tt-cart-preview .content .dados .item{
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 1.3em;
    margin-left: 15px;
}

.tt-cart-preview .btn-ir-para-carrinho {
	background-color: var(--azul-hover);
	border: none;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.1em;
	color: #fff;
        min-width: 20%;
}

.cart-checkout-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	 
	justify-content: space-between;
        align-items: flex-start;
}

.cart-checkout-container .ingressos {
	/* width: 100%; */
	height: auto;
	padding: 10px;
	display: flex;
	flex-direction: column;
	 
	flex-grow: 3;
        max-width: 100%;
}

.cart-checkout-container .ingressos .ingresso{
        width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
        margin-bottom: 15px;
}

.cart-checkout-container .ingressos .ingresso .content {
	display: flex;
	flex-direction: row;
	flex-grow: 3;
        background-color: var(--cinza-light);
        width: 90%;
}

.cart-checkout-container .ingressos .ingresso .content .evento-banner {
	width: 15%;
	background-color: var(--cinza-claro);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	color: var(--azul-hover);
        display: flex;
        align-items: stretch;
}

.cart-checkout-container .ingressos .ingresso .content .evento-banner img{
    max-width: 100%;
}

.cart-checkout-container .ingressos .ingresso .content .dados{
    flex-grow: 3;
    display: flex;
    flex-direction: column;
    width: 85%;
}

.cart-checkout-container .ingressos .ingresso .content .dados .nome{
    padding: 10px;
    font-weight: 700;
    padding-bottom: 5px;
}

.cart-checkout-container .ingressos .ingresso .content .dados .valor{
     padding: 10px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
}

.cart-checkout-container .ingressos .ingresso .content .dados .informacoes{
    padding: 5px;
    padding-left: 10px;
    font-size: 0.9em;
}

.cart-checkout-container .ingressos .ingresso .botoes {
	/* width: 28%; */
	display: flex;
	flex-direction: row;
	/* border: 1px solid red; */
	justify-content: space-between;
	align-items: stretch;
}

.cart-checkout-container .ingressos .ingresso  .botoes {
	 
	display: flex;
	flex-direction: row;
	/* border: 1px solid red; */
	justify-content: space-between;
	align-items: stretch;
        width: 10%;
}

.cart-checkout-container .ingressos .ingresso  .botoes button {
	 
        width: 100%;
	font-weight: 700;
	font-size: 2em;
	/*border: none;*/
	border-radius: 0px;
        color: #c01c28;
}

.cart-total-box {
	 
	padding: 15px;
	border: 1px solid var(--cinza-medio);
	background-color: var(--cinza-light);
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(3,3,3,0.2);
        width: 55%;
}
.cart-total-box .table{
    margin-bottom: 0px;
}

.bg-amarelo{
    background-color: var(--amarelo);
}


.cart-payment-methods {
	/* border: 1px solid red; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.cart-payment-methods button {
	font-size: 1.2em;
	padding: 15px;
	display: flex;
	flex-direction: column;
	width: 30%;
	margin: 15px;
	border: none;
	background-color: var(--cinza-light);
}

.cart-payment-methods button .icone{
    font-size: 5em;
}

.cart-payment-methods button.active{
    background-color: var(--azul-claro);
    color: #fff;
}


.cart-payment-container{
    width: 100%;
    padding: 15px;
}

.form-payment-card{
    width: 50%;
    position: relative;
    margin: 0 auto;
}


.payment-pix-loading{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.payment-pix-loading .fa{
    font-size: 5em;
    margin-bottom: 10px;
}

.payment-pix-conteiner {
	background-color: #fff; 
	padding: 10px;
	display: flex;
	flex-direction: column;
        display: none;
}


.payment-pix-conteiner .content {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.payment-pix-conteiner .content .qrcode {
	width: 60%;
	display: flex;
	flex-direction: column;
        justify-content: center;
        align-items: center;
}
 
.payment-pix-conteiner .content .qrcode #qrcode-image{
    max-width: 100%;
    margin: 10px;
}

.pc-pix-instrucoes-box {
	/* border: 1px solid red; */
	 
	/* border-left: 1px solid #ddd; */
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
        padding-left: 15px;
padding-right: 15px;
}

.pc-pix-instrucoes-box > ul {
	/* border: 1px solid red; */
	list-style: none;
	padding: 0px;
	font-size: 0.8em;
        margin-top: 10px;
}

.pc-pix-instrucoes-box > ul > li {
	width: 100%;
	background-color: #F3F3F3;
	padding: 8px;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: justify;
}

.pc-pagmento-pix-copiar-colar {
	width: 100%;
	padding: 10px;
	text-align: justify;
	font-size: 0.9em;
}
.pc-pagmento-pix-copiar-colar .mensagem{
    background-color: #F3F3F3;
    padding: 10px;
}


.btn-confirmar-compra{
    height: 80px;
}

.cart-cupom-container {
	width: 40%;
	border: 2px dashed var(--cinza-claro);
	display: flex;
	flex-direction: column;
	padding: 15px;
	text-align: center;
	border-radius: 8px;
}

.cart-cupom-container input{
    text-align: center;
    font-size: 1.5em;
    color: #333;
    text-transform: uppercase;
}

.cart-cupom-container a{
    margin-top: 15px;
    font-weight: 700;
    padding: 15px;
}