/* LEIA-ME */

/* login.css >> Definições das páginas de LOGIN do novo Checkout */
/* minhaconta.css >> Definições das páginas de MINHA CONTA do novo Checkout */
/* checkout.css >> Definições das páginas de CARRINHO, FECHAMENTO E CONFIRMAÇÃO do novo Checkout */
/* geral.css >> Definições de Cabeçalho e Rodapé */

/* adicione/edite este arquivo para sobrescrever as definições padrão da loja */


/*
 * Centralizar página
 */
.tyc_container{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.tyc_border-bottom{
    border-bottom: 1px solid #a8b625;
    clear: both;
}

.tyc_container .fbits-telefones{
    background: #0f2134;
    margin: 30px 0 10px;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    float: right;
}

.headerLogo img {
    width: 100%;
}

/* Modal não sei meu cep*/
.modalCep label{
    display: block !important;
}

.new-checkout .box-default{
    position: relative;
}
.tyc-mensagem{
	background: rgba(255,255,255,0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;    
	left: 0;
	overflow: hidden;
	z-index: 1090;
	
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

p.tyc-mensagem-error{
	padding: 35px 15px;
	font-size: 1em;
	font-weight: bold;
	color: #ff4949; 		
}

div.tyc-border-progress{
	background-color: #ff4949;
	width: 100%;
	height: 10px;
    position: relative;

    -webkit-animation: borderSetTimeout 5s; /* Safari 4.0 - 8.0 */
    animation: borderSetTimeout 5s;
}

@-webkit-keyframes borderSetTimeout {
    from {right: 0px;}
    to {right: 100%;}
}

@keyframes borderSetTimeout {
    from {right: 0px;}
    to {right: 100%;}
}

#form-endereco-enderecos button.btn,
#formEndereco button.btn{
    width: 100%;
    margin-bottom: 5px;
}



@media(max-width: 768px) {
    .fbits-telefones{
        display:none !important;
    }
    .headerLogo img{
        max-width: 150px  !important;
    }
}