html, body {height:100%;} 
* {
	font-family: 'Kanit', 'Open Sans';
}

.hideDesktop { display: none; }

.centerCheckout {
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}

.half {
    float: left;
	-width: 49%;
    margin-right: 1%;
}

.centerCheckout .seal { background: #fff; margin: 5px; padding: 5px; border-radius: 5px; }

.centerCheckout h2 { font-size: 25px; padding-left: 30px; width: -webkit-fill-available; }
.centerCheckout .form-contato { background: #fff; margin-top: 10px;  border-radius: 22px; box-shadow: rgb(25 19 38 / 30%) 0px 2px 12px -8px, rgb(25 19 38 / 5%) 0px 1px 1px; padding: 20px 0; }
.centerCheckout .box { color: #724a9a; font-size: 14px; }
.centerCheckout #envia_email { margin-top: 20px; }
.centerCheckout label { font-weight: 400;
    color: var(--primaryColor);
    margin-bottom: 0.25rem; }  

.centerCheckout .cdBarras { margin-top: 10px; }


#checkout {
	position: relative;
	min-height: 100%;
	width: 100%;
	background: #F7F7F7;
}

#conteudo {
	padding-bottom: 180px;
}

#topo {
	height: 60px;
	background: #F3E95D;
	border-top: 2px solid #FFCA01;
	margin-bottom: 20px;
}

#topo .logo {
	float: left;
	height: 100px;
	margin-top: 5px;
}
#topo .site-seguro {
	float: right;
	height: 40px;
	margin-top: 10px;
}


#rodape {
	height: 60px;
	position:absolute;
	bottom: 0;
	border: 0px;
	background: #fff;
	box-shadow: -5px 0 5px #000;
	width: 100%; 
	text-align: center;
}


#rodape .atendimento {
	float: left;
	font-weight: bold;
	width: 100%;
	font-size: 16px;
	margin: 5px 0;
}

#rodape  .copy {
	float: left;
	width: 100%; 
}

#rodape  .copy img {
	float: right;
	height: 30px;
	margin-top: 5px;
}
#rodape  .copy span {
	float: right;
	font-size: 11px;
	margin-top: 5px;
}

#load-bar {
	width: 600px;
	margin: 50px auto;
	height: 80px;
}

#load-bar .bar {
	width: 50%;
	height: 15px;
	background: #E2E2E2;
	float: left;
	margin-top: 18px;
}

#load-bar .box {
	position: absolute;
}

#box-endereco {
	margin-left: -50px;
}
.box-endereco2 {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    background: #fff;
    color: var(--primaryColor);
    font-size: 18px;
    align-items: center;
    padding: 15px;
}


#box-entrega {
	margin-left: 250px;
}
#box-pagamento {
	margin-left: 550px;
}

#load-bar .box {
	width: 100px;
}

#load-bar .box .ball {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50%;
	border: 7px solid #E2E2E2;
	text-align: center;
}

#load-bar .box .ball span {
	font-size: 20px;
	color:#E2E2E2;
	font-weight: bold;
}

#load-bar .box .ball img {
	display: none;
}


#load-bar .box .titulo {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#load-bar .current .ball {
	border: 7px solid #5EA20D;
}

#load-bar .verified .ball{
	border: 7px solid #5EA20D;
	background: #5EA20D;
	
}

#load-bar .verified .ball span {
	display:none;
}
#load-bar .verified .ball img {
	display:inline;
	margin-top: 5px;
	
}

#load-bar .current .ball span {
	color:#5EA20D;
}

#load-bar .current .titulo, #load-bar .verified .titulo {
	color:#5EA20D;
}

#load-bar .bar-verified {
	background: #5EA20D;
}

.page-titulo {
    font-size: 30px;
    margin: 30px 0;
    float: left;
    width: 100%;
    color: var(--primaryColor);
}

#div-entrega {
	/background: red;
}

.endereco button { float: right; margin-top: -100px; }

#div-frete .endereco-entrega {
	font-size: 17px;
}
#div-frete .endereco-entrega a {
	font-size: 17px;
}

#div-frete .endereco-entrega .titulo {
	font-size: 27px;
}

#div-pagamento .endereco-entrega {
	background: #F2F2F2;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	float: left;
	padding: 10px;
	width: 938px;
	font-size: 15px;
}

#div-pagamento .endereco-entrega .titulo {
	font-size: 25px;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #D2D2D2;
	padding-bottom: 3px;
	margin-bottom: 3px;
}



#infos-entrega {
	background: #fff;
	margin: 20px 0;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	overflow: hidden;
}

#infos-entrega .footer {
	float: left;
	padding: 10px 0;
	width: 98%;
	padding-right: 2%;
	background: #F0F0F0;
	text-align: right;
	border-bottom: 1px solid #D2D2D2;
}

#infos-entrega ul li .titulo {
	width: 45%;
}
#infos-entrega ul li .valor {
	width: 20%;
}

#infos-entrega ul li .quantidade {
	width: 15%;
}


#infos-entrega ul li.h {
	background: #00619A;
	padding: 10px;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

#infos-entrega ul li.h div {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px #000;
}

#infos-entrega ul li.d {
	padding: 0 10px;
	height: 140px;
	border-bottom: 1px solid #d2d2d2;
}

#infos-entrega ul li.d div{
	padding: 10px 0;
	float: left;
	height: 120px;
	font-size: 16px;
}

#infos-entrega ul li.d div img {
	width: 120px;
	float: left;
}


#infos-entrega ul li.d .titulo span {
	font-size: 11px;
}

#infos-entrega ul li.d .valor, #infos-entrega ul li.d .quantidade {
	line-height: 100px;
	text-align: center;
}


#infos-entrega .footer .titulo {
	margin-right: 20px;
	font-size: 18px;
	font-weight: bold;
}

#infos-entrega .footer .vl {
	font-size: 18px;
	font-weight: bold;
	width: 130px;
	text-align: right;
	float: right;
}

#infos-entrega .footer .vl .rs {
	font-size: 18px;
	font-weight: bold;
	float: left;
}

#infos-entrega .desconto .titulo, #infos-entrega .desconto .vl, #infos-entrega .desconto .vl .rs {
	color: #DB2325;
}

#infos-entrega .footer .thin {
	font-size: 16px;
	float: right;
	margin-top: 5px;
}

#infos-entrega .footer .thin span {
	font-size: 17px;
	font-weight: bold;
}

#infos-pgto {
	background: #EEEEEE;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	float: left;
	width: 958px;
	margin-bottom: 15px;
	overflow: hidden;
}

#infos-pgto .li-produtos {
	background: #fff;
	float: left;
	width: 580px;
	padding: 20px;
}

#infos-pgto .li-produtos ul li {
	float: left;
	width: 100%;
	border-top: 1px dotted;
	padding: 10px 0;
}

#infos-pgto .li-produtos ul .h {
	font-size: 25px;
	border: 0;
	padding: 0;
}

#infos-pgto .li-produtos ul .d .avatar {
	float: left;
	margin-right: 10px;
}

#infos-pgto .li-produtos ul .d .avatar img {
	width: 100px;
}

#infos-pgto .li-produtos ul .d .titulo {
	font-size: 20px;
}

#infos-pgto .li-produtos ul .d .quantidade, #infos-pgto .li-produtos ul .d .ref  {
	opacity: 0.8;
	font-size: 13px;
}

#infos-pgto .valores {
	float: right;
	width: 310px;
	padding: 30px 20px 0 0;
	text-align: right;
}

#infos-pgto .valores .titulo{
	float: left;
	width: 160px;
	text-align: right;
	font-size: 17px;
}

#infos-pgto .valores .vl {
	float: right;
	font-size: 20px;
}


#box-pgto {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#box-pgto .disabled { opacity: 0.3; }

#box-pgto ul li {
    background: #F2F2F2;
    text-align: center;
    border: 1px solid #D2D2D2;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 1rem;
    cursor: pointer;
    color: var(--secondaryColor);
    border-bottom:  none;
}

#box-pgto ul li:not(.active) {
    border-bottom: 1px solid #d2d2d2;
}

#tabsPgto.selected li {
	border-radius: 1rem 1rem 0 0;
}



#box-pgto ul li:hover {
	background: #eee;
}

#box-pgto ul li.active,#box-pgto ul li.active:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	cursor: default;
}

#box-pgto .tp-pgto {
	float: left;
	padding: 40px 20px; 
	background: #fff;
	border: 1px solid #d2d2d2;
	margin-top: -5px;
	width: 918px;
}

#box-pgto .tp-pgto .um-dois-card {
	float: left;
	margin-bottom: 40px;
	color: #1A75CE;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 2px 2px 6px #d2d2d2;
	padding: 5px 10px;
	border-radius: 5px;
}
#box-pgto .tp-pgto .um-dois-card:hover {
	color: #F37B20;
}

#box-pgto .tp-pgto .box {
	float: left;
	margin-bottom: 20px;
}

#box-pgto .tp-pgto .box label {
	font-size: 16px;
	float: left;
	margin-bottom: 4px;
	color: #086B9C;
	width: 100%;
}

#box-pgto .tp-pgto .box label span {
	float: right;
	cursor: pointer;
	margin-right: 10px;
	color: #1A75CE;
	box-shadow: 0 0 3px #000;
	padding: 4px 9px;
	border-radius: 6px;
}

#box-pgto .tp-pgto .box label span:hover {
	color: #C61936;
}

#box-pgto .tp-pgto .box input, #box-pgto .tp-pgto .box select, .input {
	border: 1px solid #D2D2D2;
	min-height: 36px;
	border-radius: 1rem;
	padding-left: 10px;
	float: left;
	margin-right: 5px;
	font-size: 18px;
}
#box-pgto .tp-pgto .box input:focus, #box-pgto .tp-pgto .box select:focus {
	border-color: var(--primaryColor);
}

#box-pgto .tp-pgto .alerta {
	float: left;
	font-size: 15px;
	color: #F37B20;

}

#box-pgto .tp-pgto .cards {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	width: 	min-content;
}

#box-pgto .tp-pgto .cards img {
	width: 43px;
	display: none;
	margin: 0.8rem;
	border-radius: 0.5rem;
}

#box-pgto .tp-pgto .card-rs {
	float: left;
	background: #EEEEEE;
	border: 1px solid #D2D2D2;
	border-radius: 5px 0 0 5px;
	border-right: 0px;
	height: 36px;
	line-height: 36px;
	padding: 0 13px;
	font-size: 18px;
}

#box-pgto .tp-pgto .tit_boleto {
	color: #666; 
	font-size: 25px; 
	height: 35px; 
	line-height: 35px;
	margin-bottom: 15px;
}

#box-pgto .tp-pgto .tit_boleto2 {
	margin-top: 25px; 
	border-top: 1px dotted #d2d2d2; 
	padding-top: 12px; 
	color: #666; 
	font-size: 25px;
	height: 35px; 
	line-height: 35px; 
	margin-bottom: 10px;
}

.error {
	color: red;
}

.error-checkout {
	color: red;
	padding: 1rem;
	border-radius: 1rem;
	border: 1px solid red;
	clear: both;
	margin-block: 1rem;
}

.error-checkout:empty {
	display: none;
}


#pgto-finalizado .box {
    float: left;
    width: calc(50% - 40px);
    margin: 20px;
}

#pgto-finalizado {
	width: 918px;
	padding: 20px;
	background: #fff;
	box-shadow: rgb(25 19 38 / 30%) 0px 2px 12px -8px, rgb(25 19 38 / 5%) 0px 1px;
	float: left;
	border-radius: 10px;
	margin-bottom: 15px;
}

#pgto-finalizado div {
	font-size: 17px;
}


#pgto-finalizado .topo .titulo {
	float: left;
	width: 100%;
	color: #00619A;
	font-size: 26px;
}


#pgto-finalizado .half {
	width: 48%;
}
#pgto-finalizado .right {
	margin: 0px; 
	float: right; 
	padding-left: 2%; 
	border-left: 1px dotted #d2d2d2;
}

#pgto-finalizado .avatar-pgto {
	float: left;
	width: 70px;
	margin-right: 20px;
	margin-top: 10px;
}

#pgto-finalizado .avatar-pgto img {
	width: 70px;
}

#pgto-finalizado .infos-pgto {
	float: left;
	margin-top: 5px;
	margin-bottom: 40px;
	font-size: 18px;
}

#pgto-finalizado .entrega {
	padding: 10px 15px;
	background: #F2F2F2;
	margin-top: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
}

#pgto-finalizado .entrega .tipo-entrega {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#pgto-finalizado .li-produtos {
	float: left;
	width: 90%;
	margin-left: 5%;
}

#pgto-finalizado .li-produtos ul li {
	float: left;
	width: 100%;
}

#pgto-finalizado .li-produtos ul .h {
	margin-bottom: 20px;
}

#pgto-finalizado .li-produtos ul li.d {
	border-top: 1px dotted #d2d2d2;
	padding-top: 5px;
	height: 130px;
}

#pgto-finalizado .li-produtos ul .h .d {
	float: left;
	width: 640px;
}

#pgto-finalizado .li-produtos ul li .q {
	float: left;
	width: 180px;
	text-align: center;
}

#pgto-finalizado .li-produtos ul .d .a {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#pgto-finalizado .li-produtos ul .d .a img {
	width: 100px;
}

#pgto-finalizado .li-produtos ul .d .d {
	float: left;
	width: 530px;
	font-size: 18px;
}
#pgto-finalizado .li-produtos ul .d .q {
	line-height: 80px;
}

#pgto-finalizado .dados-pgto {
	float: left;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #d2d2d2;
	font-size: 14px;
}

#pgto-finalizado .dados-pgto span {
	text-align:center;
	float: left;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

#novo_endereco { float: left; 
	margin-top: -2rem;     
	float: left;
	background: #fff;
	width: 100%;
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	border-radius: 0 0 1rem 1rem;
 }


.novoCepTitle {
	font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

form#formBuscaNovoCep {
    display: flex;
    gap: 0.5rem;
}

#formBuscaNovoCep button {
	float: none;
    margin: 0;
    padding: 15px;
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 10px;
}

#formBuscaNovoCep button i {
	color: #fff;
}
    

#novoCep {
	border: 1px solid var(--primaryColor);
    border-radius: 10px;
    padding: 10px;
}




#itensCart { margin: 20px 0;}
#itensCart ul li{padding:5px;}
#itensCart ul li.h{height:40px;line-height:40px;background:#b493d5;     border-radius: 10px 10px 0 0;}
#itensCart ul li.h div{font-size:18px;font-weight:bold;text-align:center;color:#f3e95d}
#itensCart ul li.d {
    min-height: 120px;
    padding: 10px 0;
    border-right: 1px solid #dddddd;
    border: none;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: rgb(25 19 38 / 30%) 0px 2px 12px -8px, rgb(25 19 38 / 5%) 0px 1px 1px;
}
#itensCart ul li.d:last-child{border-bottom:0;padding-bottom:0}
#itensCart ul li .titulo {
    float: left;
    width: 50%;
    color: var(--primaryColor);
    font-size: 18px;
}
#itensCart ul li .titulo img{float:left;margin:0 20px;width:120px}
#itensCart ul li .titulo a{font-size:18px}
#itensCart ul li .quantidade{float:left;width:30%;/background:#00f;text-align:center}
#itensCart ul li .quantidade .box{width:100px;height:30px;margin:40px auto 5px;line-height:30px;border-radius:5px;border:1px solid #ddd;overflow:hidden}
#itensCart ul li .quantidade .box .qtd,#itensCart ul li .quantidade .box .qtdPecas,#itensCart ul li .quantidade .box span{float:left;height:100%;width:40px;text-align:center;font-size:18px}
#itensCart ul li .quantidade .box .btn{background:#F5F5F5;width:30px;cursor:pointer;}
#itensCart ul li .quantidade .remove,#itensCart ul li .quantidade .removePecas{cursor:pointer;transition:.4s;font-size:13px}
#itensCart ul li .quantidade .box span:hover,#itensCart ul li .quantidade .remove:hover,#itensCart ul li .quantidade .removePecas:hover{color:#0C619A}
#itensCart ul li .valor{float:left;width:15%;text-align:center}
#itensCart ul li.d .valor{line-height:120px;font-size:18px; }
#itensCart .footer{background:#F5F5F5;height:55px;line-height:55px;padding-right:20px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:right;font-size:18px;font-weight:700}
#itensCart .footer span{font-size:26px;float:right;margin-left:20px}
#itensCart #cepInput,#itensCart #cepRegiao,#itensCart #cepText{float:right}
#itensCart #cepRegiao,#itensCart #cepText{display:none}
#itensCart #cepRegiao span{font-weight:400;font-size:16px;line-height:20px!important}
#itensCart #cepRegiao select{float:right;height:40px;margin-top:5px;margin-left:20px;border:1px solid #ddd;border-radius:7px 0 0 7px}
#itensCart #cepRegiao input[type=button]{float:right}
#itensCart #cepText .cepTextChange{ float: right; width: 50px; height: 55px; cursor: pointer; line-height: 60px; text-align: center;}
#itensCart #cepText .cepTextChange i { font-size: 25px; color: #d00c12; }
#itensCart #cepText .cepTextChange:hover{background-position:bottom}
#itensCart .frete input[type=text]{ height: 36px; float: left; margin: 9px; font-size: 18px; text-align: center; width: 120px; border: 1px solid #ddd; border-radius: 7px;}
#itensCart .frete input[type=button]{float:left;margin-top:2px}
#itensCart .frete span{font-size:18px;float:left;margin-left:20px}
#itensCart .total{height:auto;line-height:35px;padding:10px 20px;}
#itensCart .total .thin{font-weight:400;font-size:18px}
#itensCart .total #vl_parcelas{font-size:23px;margin-left:0;float:none}
#itensCart .cartClear{float:right;cursor:pointer}
#itensCart .cartClear:hover{color:#0C619A}
#itensCart #checkout{float:right}

.setEndereco {
    /* margin: 10px; */
}
#etapa2 { margin-top: 20px; }


.summary-container { background: #fff; padding: 15px; border-radius: 15px; color: var(--primaryColorDark); box-shadow: rgb(25 19 38 / 30%) 0px 2px 12px -8px, rgb(25 19 38 / 5%) 0px 1px 1px; margin-bottom: 20px; }
.summary-line { display: flex; justify-content: space-between; margin-bottom: 5px; color: inherit; }
.summary-label, .summary-value { color: inherit; } 
.summary-line.subtotal { border-top: 1px solid #eee; }
.summary-line.total { font-weight: bold; border-top: 1px solid #eee; }

.coupon-area { min-height: 50px; margin-top: 10px; }
#coupon-form { display: flex; justify-content: flex-end; align-items: center; display: none; }
#coupon-form input { height: 100%; border: 1px solid #ddd; padding: 5px 10px; border-radius: 10px; margin-right: 10px; flex-grow: 1; }
#coupon-form button { background: var(--primaryColor); padding: 6px 10px; font-size: 0.8rem; color: #fff; border-radius: 10px; }
#coupon-error { color: red; font-size: 0.7rem; margin-left: 10px; display: none; } 
#coupon-control { padding-left: 10px; cursor: pointer;}
#coupon-control p { font-size: 0.9rem; color: #666; text-decoration: underline;}


#tabsPgto {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
}

.contact-container {
    display: none;
}
#contact-info {
    display: flex;gap: 1rem; font-size: 1.2rem;margin-top: 1rem; align-items: center;
}
#contact-info[data-edit="true"] {
	justify-content: stretch;
}
#contact-info[data-edit="true"] > * {
	width:  100%;
}
#contact-info input {
    min-width: 0;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 1rem;
    float: left;
    box-sizing: border-box;
}
.contact-name {
    flex-grow: 1;
}
#contact-info i {
    font-size: 0.8rem;
    color: var(--secondaryColorDark);
    display: none;
}
#contact-info input:not([readonly]) {
	border: 1px solid #D2D2D2;
	width: 100%;
}
#contact-info input[readonly] ~ i.fa-pen {
	display: block;
}
#contact-check {
    background: var(--primaryColor);
    padding: 1rem;
    border-radius: 1rem;
    color: #fff !important;
    display: none;
}
#contact-info input:not([readonly]) ~ #contact-check {
	display: flex; justify-content: center;
	width: min-content;
}

#contact-check i {
	color:  #fff;
	display: block;
}

#cartao1 {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

#cartao1 input, #cartao1 select {
    border: 1px solid var(--primaryColor);
    padding: 1rem;
    box-sizing: border-box;
    border-radius: 1rem;
    position: relative;
}
#cartao1 input:focus, #cartao1 select:focus {
	border-width: 2px;
}
.cc_form_group {
    display: flex;
    flex-direction: column;
    position: relative;
}	
.cc_form_validity, .cc_form_cod {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
} 

.dados-pgto svg, .box-boleto svg, .box-pix-cnpj svg, .box-pix svg { width: 15px; }