/*
#header2 {
    background-color: #004b9c;
    padding-bottom: 50px;
    padding-top: 50px;
}

.cart-data-total:after {
content: "Ganhe uma Taça de Gin nas compras a partir de R$ 299,00 (ou enquanto durar estoque)";
}*/
a.link.pj-enable {
    font-weight: bold;
    background: #f7c90fd9;
    padding: 4px 6px;
    border-radius: 5px;
    color: black;
}

/* Colocar botão no Inserir cupom de desconto */ 
.cart-data-coupon-holder .link { 
background: #57bb63; 
border: 0; 
color: #fff !important; 
font-size: 14px; 
line-height: 20px; 
margin-top: 20px !important; 
padding: 10px 15px; 
text-decoration: bold; 
text-transform: uppercase; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
-webkit-transition: all 1000ms ease; 
-moz-transition: all 1000ms ease; 
-ms-transition: all 1000ms ease; 
-o-transition: all 1000ms ease; 
} 

/*popup*/

.mask-modal-alert {
	background: rgba(0,0,0, .6);
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 101;
}

.modal-content-alert {
	background: #fff;
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -295px;
	padding: 30px;
	max-width: 590px;
	text-align: center;
	top: 15%;
	z-index: 110;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0, .25);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.modal-content-alert .title {
	font-family: var(--font-title);
	font-size: 32px;
	line-height: 40px;
}

.modal-content-alert p {
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0 25px;
}

@media all and (max-width: 768px) {
	.modal-content-alert {
		max-width: 90%;
		left: 5%;
		margin-left: 0;
	}	
}

.wrapper-form-login .header-box-content p {
    font-size: 14px;
}

/* Botão cliente CNPJ checkout  */ 
a.link.pj-enable { 

    font-size: 18px; 

    background: red; 

    border-radius: 10px; 

    color: white; 

    padding: 5px; 

    height: 70px; 

    line-height: 25px; 

}

div#pj-box {
    display: table !important;
}

table#product-shipping span.list-shipping-estimate-alert  {
    display:none
}

