/* Novas modificações */
.col-data-checkout{
	background: #fff;
}

body{
	background: #f3f3f3;
}

#divEntrega{
	padding-bottom:40px;
}

.fa-chevron-right{
	font-size: 1.5em !important;
	color: #ccc !important;
}

.background-checkout{
	background: #f3f3f3;
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.bar-top-custom{
	height: 10px;
	background: #f3f3f3;
}

h4{
	font-size: 1.2em !important;
}

.itens-entrega h4{
	font-size: 1em !important;
}

.itens-entrega .form-check-label p{
	font-size: 0.9em !important;
}

#buttonEntrega{
	white-space: nowrap;
	min-width:250px;
}

/* Fim das modificações */

form input{
    height: 50px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-size: 0.9em !important;
}
body{
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
button{
    position: inherit;
}
.fas.fa-truck{
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fas.fa-user-check{
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fas.fa-user-check::before, .fas.fa-truck::before{
    font-size: 1.4em;
}
.h4-title-form{
    width: 20rem;
    margin-bottom: 0;
    color: #333;
    padding: 0;
    font-weight: 700;
}
.btn-toggle{
    margin: 0;
    width: 12rem;
    height: 50px;
    font-family: 'Roboto';
}
form{
    min-height: 80vh;
}
.form-check{
    width: 100%;
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 1rem;
}
.form-check input{
    margin: 1rem !important;
    margin-left: 0rem !important;
    width: 1.3rem;
    height: 1.3rem;
}
.form-check .form-check-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.fa-box:before, .fa-store:before, .fa-shipping-fast::before {
    font-size: 2.2em;
    margin-right: 1rem;
}
.form-check-label h4{
    color: #333;
    font-weight: 800;
    font-size: 1.4em;
    margin-bottom: .1rem;
}
.form-check-label p{
    color: rgb(92, 92, 92);
    font-weight: 300;
    font-size: 1em;
    margin-bottom: .1rem;
}
.form-check-label p.valor-frete{
    color: rgb(144, 0, 163);
    font-weight: 900;
    font-size: 1.4em;
    margin-bottom: .1rem;
}
.card-pagamento-aprovado{
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 6px 0px #bdbdbd;
    text-align: center;
    border-radius: 6px;
    width: 30rem;
}
.card-pagamento-aprovado .p-operacao{
    text-align: start;
}
.parte-verde-card-aprovado{
    background-color: #26B46A;
    padding: 1rem;
    color: white;
    height: 11rem;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.parte-verde-card-aprovado h1{
    font-size: 1.5em;
    font-weight: 400;
}
.bola-check{
    width: 6rem;
    height: 6rem;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #9c9c9c;
    margin-top: -3.1rem;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.parte-branca-card-aprovado{
    background-color: #ffffff;
    padding: 1rem;
    color: #333;
    height: 8rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.parte-branca-card-aprovado h5{
    font-size: 1.5em;
    font-weight: 400;
    margin-top: .3rem;
}
.parte-branca-card-aprovado p{
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 0;
}
.bola-check .fas.fa-check::before{
    font-size: 4em;
    color: #26b46a;
}

/* pagamento */

.envolve-valor-qrcode{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1px solid #ececec;
    padding: 1rem;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.colorDesconto{
    background-color: #f62183;
}
.envolve-qrCode{
    width: 35%;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 1rem;
}
.envolve-valor{
    width: 65%;
}
.como-pagar{
    background-color: #26b46a;
    padding: 1rem;
    color: white;
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 3rem;
    min-height: 194px;
    max-height: 220px;
}
.valor-pagamento {
    text-align: center;
    min-height: 195px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-qrCode{
    width: 93%;
    margin-bottom: 2rem;
    margin-top: .5rem;
}
.img-logo-empresa{
    width: 25%;
    margin-bottom: 1rem;
}
.topo-empresa-pagamento-desconto{
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 1rem;
    width: 22%;
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
    top: 1px;
    position: relative;
    height: 10px;
}
.topo-empresa-pagamento-desconto h1{
	font-size:1em;
	font-weight:500;
}

.load{
    width: 30%;
}
.load-entrega{
    width: 15%;
    padding: 2rem;
    display: flex;
    margin:auto;
}
.load-select img{
    width: 1.8rem;
    height: auto;
    display: flex;
    margin:auto;
}
.load-select{
    position: absolute;
    width: 9rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 51px;
    display: flex;
    margin:auto;
}
.topo-empresa-pagamento-desconto h1{
    font-size: 1.1em;
    color: #6E6E6E;
    font-weight: 600;
    padding-left: .5rem;
    margin-top: .5rem;
}
.desconto-pagamento {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2em;
    width: 60%;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    margin-right: 0;
    left: 3rem;
}
.desconto-pagamento p{
    color: white;
    font-weight: 800;
    font-size: 1em;
    margin: 0;
    text-align: center;
}
.p-valor-pagamento{
    font-size: 1.1em;
    color: #333333;
    font-weight: 400;
    margin: 0;
}
.p-valor-pagamento-total{
    font-size: 1.3em;
    color: #ACACAC;
    font-weight: 400;
    margin: 0;
    margin-top: 1rem;
}
.p-valor-pagamento-desconto{
    font-size: 1.6em;
    color: #f62183;
    font-weight: 500;
    margin: 0;
    width: 100%;
    margin-top: .5rem;
}
.p-valor-pagamento-receba{
    font-size: 1em;
    color: #333333;
    font-weight: 400;
}
.desconto-risca::before{
    content: "";
    width: 100%;
    background-color: #f62183;
    color: #f62183;
    height: 2px;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    transform: rotate(-8deg);
    margin-top: 0rem;
    top: 2rem;
}
.desconto-risca{
    min-width: 5%;
    max-width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.p-valor-pagamento-receba span{
    color: #4074B9;
}
.boleto-pagamento .envolve-valor{
    margin-top: 2rem;
    width: 100%;
}
.div-btn-boleto-pagamento{
    width: 100%;
    padding: 2rem;
}
.div-btn-boleto-pagamento button{
    width: 40%;
    height: 50px;
    position: inherit;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    text-align: center;
}
.div-p-boleto-pagamento{
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 6px;
    color: #656565;
}
.cartaoCredito-pagamento .topo-empresa-pagamento-desconto h1{
    padding-left: 0.3rem;
}
.div-cartao-pagamento{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    padding: 1rem;
    justify-content: center;
}
.form-cartao-credito div div {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3rem;
    width: 100%;
}
.rccs{
    margin: 2rem  1rem 0rem 5rem !important;
}
.form-cartao-credito{
    width: 100%;
    margin-left: 1rem;
}
.form-cartao-credito div div input{
    height: 30px;
    padding: .5rem;
    border-radius: 6px;
    border: 1px solid gainsboro;
}
.form-cartao-credito div select{
    height: 50px;
    padding: .5rem;
    border-radius: 6px;
    border: 1px solid gainsboro;
}
.form-cartao-credito div label{
    color: #626262;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: .6rem;
}
.btn-cartaoCreditoComprar{
    width: 100%;
    height: 48px;
}
.select-parcelas{
    display: flex;
    flex-direction: column;
    margin-bottom: 1.3rem;
    width: 100%;
}
.div-row{
    display: flex;
    width: 100%;
}
.iconBoleto{
    font-size: 1.2em;
    margin: 0;
    margin-right: .5rem;
}
 

.slick-prev:before, .slick-next:before {
    color: #ffffff00 !important;
}
.slick-slider {
   width: 93% !important;
}
.envolve-carrossel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0 !important;
}
.item-pagamento{
    min-width: 198px;
    padding: .8rem;
    height: 55px;
    border: 1px solid #dadada;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -5px #6b6b6b;
    cursor: pointer;
    margin: .2rem;
}
.item-pagamento img{
    width: 30%;
    margin-right: .5rem;
}
.item-pagamento p{
    font-size: 1em;
    font-weight: 450;
    color: #6E6E6E;
    margin: 0;
    width: 70%;
}
.desconto-carrossel {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2em;
    margin-top: .6rem;
    width: 60%;
    border-radius: 5px;
    float: right;
    position: relative;
    z-index: 10;
    margin-right: -0.3rem;
}
.desconto-carrossel p{
    color: white;
    font-weight: 800;
    font-size: 1em;
    margin: 0;
    text-align: center;
}
.item-pagamento-detalhes{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-list, .carrossel{
    height: 120px;
}
.slick-track{
    min-width: 300rem;
}
.desconto-carrossel{
    background-color: #f62183;
} 
.slick-arrow{
    z-index: 6;
    height: 100% !important;
    top: 40px !important;
}
.slick-prev{
    left: -88px !important;
}
.slick-next{
    right: -88px !important;
}
.slick-next::before{
    background-repeat: no-repeat;
    background-image: url('../Assets/images/next.svg') !important;
    background-size: cover;
}
.slick-prev::before{
    background-repeat: no-repeat;
    background-image: url('../Assets/images/left-arrow.svg') !important;
    background-size: cover;
}
#divPagamento{
    margin-bottom: 1rem;
}
.slick-slide{
    min-height: 7.2rem !important;
    max-height: 7.2rem;
    height: inherit !important;
}
#paymentForm{
    display: none;
}
#divComprovante{
    display: flex;
}
.btn-voltar{
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 1rem;
    background-color: #f62183;
    border: 1px solid #f62183;
    font-size: 1em;
    font-family: 'Roboto';
    font-weight: 500;
}
header, header div{
    height: 50px;
}
body{
    display: block;
}
.selecionar-pagamento{
    text-align: center;
    margin-top: 9rem;
    color: #636363;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}

.overlay.justify-content-center.align-items-center.flex-column {
    background: rgba(255, 255, 255, 0.90);
    z-index: 1000;
    position: absolute;
    height: 124vh;
}

#load,
#loadI,
#msg {
    opacity: 1;
    display: flex;
}

#load img {
    width: 10%;
}

#loadI img {
    width: 8%;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .h4-title-form {
        width: 14rem;
        margin-bottom: 0;
        color: #333;
        padding: 0;
        font-weight: 700;
        font-size: 1.2em;
    }
    .btn-toggle{
        position: inherit;
        margin-bottom: 1rem;
        width: 100%;
    }
    #formEntrega{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .h4-title-form{
        margin-left: 1rem;
    }
    .fa-box:before, .fa-store:before, .fa-shipping-fast::before {
        font-size: 1.5em;
        margin-right: 1rem;
    }
    .titulo-entrega{
        width: 90%;
        margin-right: 1rem;
    }
    .valor-entrega {
        width: 40%;
        display: flex;
        justify-content: flex-end;
    }
    .form-check-label p.valor-frete {
        font-size: 1em;
    }
    .form-check-label p {
        font-size: .9em;
    }
    .form-check-label h4 {
        font-size: 1em;
    }
    .link-carrinho {
        position: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .header-carrinho{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .timeline {
        margin-bottom: 0rem;
    }
    .envolve-compraSegura img {
        width: 1.3rem;
        margin-right: .2rem;
    }
    .logo-loja img {
        border-radius: 10px;
        width: 20%;
        height: auto;
        margin-top: 1.6rem;
    }
    .valor-total {
        font-size: 1.2em;
    }
    .item-carrinho {
        align-items: center;
        max-height: 14rem;
        margin: 0rem; 
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 1rem;
    }
    .itens-carrinho {
        height: 100%;
        overflow-y: inherit; 
    }
    .carrinho {
        border: 0px solid #e2e2e2;
        border-radius: 0px;
        margin: 0rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        box-shadow: 0px 0px 0px 0px #cecece;
    }
    .alterar-carrinho-mob{
        flex-direction: column;
    }
    button{
        min-width: 1px;
    }
    .produzido-por img {
    width: 15%;
    }
    .slick-slider {
        width: 100% !important;
    }
    .item-pagamento {
        min-width: 60px !important; 
    }
    .load-entrega {
        width: 30%;
        padding: 2rem;
    }
    .img-logo-pagamento{
        width: 30%;
        height: auto;
        margin-right: .5rem;
    }
    .img-logo-pagamento img{
        width: 100%;
        height: auto;
    }
    .form-check input {
        margin: 0.5rem !important;
    }
        
    .topo-empresa-pagamento-desconto {
        padding: 1rem;
        width: 55%;
        top: 2px;
    }
    .div-qrcode .topo-empresa-pagamento-desconto {
        width: 55%;
        padding: 0;
        padding-top: .8rem;
    }
    .div-btn-boleto-pagamento button {
      width: 100%;
      margin: 0 !important;
      margin-bottom: 1rem !important;
    }
    .div-btn-boleto-pagamento{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .pg-card-mob{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .como-pagar, .envolve-qrCode{
        display: none;
    }
    .envolve-valor-qrcode{
        flex-direction: column;
        align-items: center;
    }
    #link-comprar-qr{
        width: 100%;
        height: 50px;
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
        margin: 0;
    }
    .desconto-risca {
        max-width: 100%;
    }
    .topo-empresa-pagamento-desconto h1{
        padding-top: .6rem;
    }
    .p-valor-pagamento-receba{
        margin-top: 1rem;
        font-size: .9em;
    }
}
@media (min-width: 320px) and (max-width: 1999px) {
    .link-carrinho {
        color:#6c757d!important;
        border: 1px solid #6c757d!important;
        margin: 10px 0!important;text-decoration: none;
        display:flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
        width: 100%;
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    	/*
	Modificações Felipe - 27/06
	
	*/
	.arrow-mobile{
		margin-top:-80px;
	}
	
	.arrow-mobile-ultimo{
		display:none;
	}
	
	.disable-btn{
		background-color:#ccc !important;
		border: 1px solid #ccc !important;
	}

	.background-checkout {
		background: #f3f3f3;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.row-info-cart-mobile{
		max-height:20px;
	}
	
	/* Fim das edições */
    .h4-title-form {
        width: 14rem;
        margin-bottom: 0;
        color: #333;
        padding: 0;
        font-weight: 700;
        font-size: 1.2em;
    }
    .btn-toggle{
        position: inherit;
        margin-bottom: 1rem;
        width: 100%;
    }
    #formEntrega{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .h4-title-form{
        margin-left: 1rem;
    }
    .fa-box:before, .fa-store:before, .fa-shipping-fast::before {
        font-size: 1.5em;
        margin-right: 1rem;
    }
    .titulo-entrega{
        width: 90%;
        margin-right: 1rem;
    }
    .valor-entrega {
        width: 40%;
        display: flex;
        justify-content: flex-end;
    }
    .form-check-label p.valor-frete {
        font-size: 1em;
    }
    .form-check-label p {
        font-size: .9em;
    }
    .form-check-label h4 {
        font-size: 1em;
    }
    .link-carrinho {
        position: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        font-family: 'Roboto',Arial, Helvetica, sans-serif;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .header-carrinho{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .timeline {
        margin-bottom: 0rem;
    }
    .envolve-compraSegura img {
        width: 1.3rem;
        margin-right: .2rem;
    }
    .logo-loja img {
        width: 4rem;
        height: 4rem;
        margin-top: 1.6rem;
    }
    .valor-total {
        font-size: 1.2em;
    }	
    .valor-frete {
        font-size: 0.8em;
    }
	
    .item-carrinho {
        align-items: center;
        max-height: 14rem;
        margin: 0rem; 
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 1rem;
    }
    .itens-carrinho {
        height: 100%;
        overflow-y: inherit; 
    }
    .carrinho {
        border: 0px solid #e2e2e2;
        border-radius: 0px;
        margin: 0rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        box-shadow: 0px 0px 0px 0px #cecece;
    }
    .alterar-carrinho-mob{
        flex-direction: column;
    }
    button{
        min-width: 1px;
    }
    .parte-verde-card-aprovado {
        height: 13rem;
    }
    .card-pagamento-aprovado{
        margin-bottom: 2rem;
    }
    .slick-slider {
        width: 100% !important;
    }
    .item-pagamento {
        min-width: 60px !important; 
    }
    .slick-list{
        padding: 0 !important;
    }
    .load-entrega {
        width: 30%;
        padding: 2rem;
    }
    .img-logo-pagamento{
        width: 30%;
        height: auto;
        margin-right: .5rem;
    }
    .img-logo-pagamento img{
        width: 100%;
        height: auto;
    }
    .form-check input {
        margin: 0.5rem !important;
    }
    
    .topo-empresa-pagamento-desconto {
        padding: 1rem;
        width: 55%;
        top: 2px;
    }
    .div-qrcode .topo-empresa-pagamento-desconto {
        width: 55%;
        padding: 0;
        padding-top: .8rem;
    }
    .div-btn-boleto-pagamento button {
      width: 100%;
    }
    .div-btn-boleto-pagamento{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .div-p-boleto-pagamento{
        font-size: 0.8em;
    }
    .pg-card-mob{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .jp-card-container {
        width: 280px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }
    .como-pagar, .envolve-qrCode{
        display: none;
    }
    .envolve-valor-qrcode{
        flex-direction: column;
        align-items: center;
    }
    #link-comprar-qr{
    width: 100%;
    height: 50px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    margin: 0;
    }
    .desconto-risca {
        max-width: 100%;
    }
    .topo-empresa-pagamento-desconto h1{
        padding-top: .6rem;
    }
    .p-valor-pagamento-receba{
        margin-top: 1rem;
        font-size: .9em;
    }
}
*:focus {
    outline: none!important;
}
*:hover, *:focus, *:active {
    box-shadow: none!important;
}

html,body{
    margin:0;
    height: 100%;
    width: 100%;
}