﻿/* ################################################# INICIO - FONTE ################################################# */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    font-family: "Open Sans", sans-serif;
}

/* ################################################# FIM - FONTE ################################################# */

/* ################################################# INICIO - ZOOM ################################################# */

body {
    -ms-zoom: 95%;
    zoom: 95%;
}

/* ################################################# FIM - ZOOM ################################################# */

/* ################################################# INICIO - EFEITOS INPUTS ################################################# */
input, textarea, select, a {
    outline: 0;
}
/* ################################################# FIM - EFEITOS INPUTS ################################################# */

/* ################################################# INICIO - LOADING ################################################# */



.div-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 998;
    opacity: 0.5;
}

.img-loading {
    z-index: 999;
    position: fixed;
    left: 45%;
    top: 40%;
	height: 100px !important;
	width: 100px !important;
}


/* ################################################# - CARRINHO DE COMPRAS - ################################################# */
.carrinho-container {
    display: none;
    position: absolute;
    box-shadow: 5px 5px 5px 1px silver;
    margin: 20px;
    background-color: #fff;
    z-index: 10;
    width: 410px;
    height: 350px;
    top: 80%;
    left: 45%;
    -webkit-border-radius: 10px;
}

.carrinho-vazio{
    padding-left:15%;
    padding-top: 30%;
}

.carrinho-header {
    background-color: #f7bd00;
    width: 410px;
    height: 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.carrinho-lista {
    margin: auto;
    width: 390px;
    height: 170px;
    position: center;
    overflow-y: auto;
}

.carrinho-itemlista {
    margin: auto;
    border: 0.5px solid #f2f2f2;
    width: 360px;
    height: 120px;
    border-radius: 8px;
}



.divBotaoCarrinho {
    margin: auto;
}

.carrinho-rodape-total {
    width: 406px;
    height: 45px;
    width: 90%;
    margin: auto;
}


.carrinho-rodape-botao {
    margin-top: 5px;
    width: 406px;
    height: 45px;
    text-align: center;
    font-weight: 700;
}

.btnCarrinho {
    text-transform: uppercase;
    width: 80%;
    background: #f7bd00;
    color: #fff;
    transition: ease-in-out .3s;
    border-radius: 10px;
    height: 44px;
    line-height: 46px;
    border: none;
}

.carrinho-rodape-info {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: darkgray;
    position: relative;
}

.carrinho-rodape-valor {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #31d831;
    float: right;
}

.carrinho-rodape {
    margin-top: 30px;
    width: 406px;
    height: 250px;
}

.carrinho-preco {
    position: relative;
    float: right;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 550;
    color: #f7bd00;
    margin-right: 10px;
}

.corpo {
    height: 60px;
}

.carrinho-descricao {
    margin-top: 10px;
    margin-left: 10px;
}

.carrinho-imagem {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    width: 60px;
    height: 60px;
    background-color: darkgray;
    position: relative;
}

.carousel-indicators {
    display: none;
}

.carrinho-espaco {
    display: block;
    height: 15px;
}

.div-sacola {
    margin-left: auto;
    margin-right: auto;
    text-align: LEFT;
    float: right;
    margin-left: 10px;
}

#menu-lojista {
    margin-top: 5px !important;
    height: 69px;
}

#itens-sacola {
    font-size: 15px;
    display: block;
    margin-top: -15px;
}

/* ################################################# FIM - CARRINHO ################################################# */

.centered {
    text-align: center;
}

    .centered > div {
        float: none;
        display: inline-block;
        text-align: left;
        font-size: 13px;
    }

.button-ajuste:hover {
    /*background-color: #337ab7 !important;*/
    background-image: linear-gradient(90deg, #d1b65e 0%, #d1b65e 100%) !important;
}

/* ################################################# INICIO - CUSTOMIZAÇÃO DO CLIENTE ################################################# */
.btn-comprar {
    background-color: #f7bd00 !important;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .btn-comprar:hover {
        background-color: #ffd345 !important;
        border: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

.btn-dim {
    height: 33px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
}

.btn-aum {
    height: 33px;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
}

.quantidade-carrinho {
    height: 33px;
    width: 100% !important;
    text-align: center;
    border-radius: 0px 0px;
    -moz-border-radius: 0px 0px;
    -webkit-border-radius: 0px 0px;
}

.div-botoes {
    display: flex;
    aling-items: center;
    justify-content: center;
    z-index: 999;
}

.adicionado-pedido-custom {
    border: 1px solid #ffd345;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffd345;
    color: white;
}

.btn-categoria {
    width: 205px;
    line-height: 54px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    background-color: #c5a439 !IMPORTANT;
    border-radius: 4px;
    transition: ease-in-out .2s;
}

#con > div.container-fluid.section_categorias_highlights.section_categorias > div:nth-child(2) > div > div > div > div > div > div > div > a:hover {
    color: #fff;
    background-color: #2d97e9;
}

#con > div.container-fluid.section_categorias_highlights.section_categorias > div:nth-child(2) > div > div > div > div > div > div > div > a:visited {
    width: 205px;
    line-height: 54px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    background-color: #c5a439 !IMPORTANT;
    border-radius: 4px;
    transition: ease-in-out .2s;
}

#con > div.container-fluid.section_categorias_highlights.section_categorias > div:nth-child(2) > div > div > div > div > div > div > div > a:active {
    width: 205px;
    line-height: 54px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    background-color: #c5a439 !IMPORTANT;
    border-radius: 4px;
    transition: ease-in-out .2s;
}

#ContentPlaceHolder1_btnNovoPedidoLojista {
    background-image: url(/images/custom/NOVO-PEDIDO.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #ContentPlaceHolder1_btnNovoPedidoLojista:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        outline: 0;
        border: none;
    }

#btn-meus-pedidos-lojista {
    background-image: url(/images/custom/MEUS-PEDIDOS.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #btn-meus-pedidos-lojista:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        outline: 0;
        border: none;
    }
	
#link-transportadoras {
    background-image: url(/images/custom/MEUS-PEDIDOS.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #link-transportadoras:hover {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
        outline: 0;
        border: none;
    }	
	
	
	
	/*
	#textorodape1 > label{
		color:#c5a439!important;	
	}
	
	#textorodape2 > label{
		color:#c5a439!important;
	}
	
	#textorodape3 > label{
		color:#c5a439!important;
	}
	
	#textorodape4 > label{
		color:#c5a439!important;
	}
	
	#textorodape5 > label{
		color:#c5a439!important;
	}
	*/
	
	
	
	
/* ################################################# FIM - CUSTOMIZAÇÃO DO CLIENTE ################################################# */

/* ################################################# INICIO - GLOBAL ################################################# */

/*
    LABEL DO PREÇO NA TELA DO CLIENTE
*/
.label-preco {
    color: #cc6825;
    font-weight: bold;
}

/*
	COR DO BACKGROUND DO TITULO DAS TABELAS
*/
.bg-default {
    background-color: #150043 !IMPORTANT;
}

/*
    DESIGNER DE GRUPOS

    BORDA DO GRUPO
*/
.borda {
    border: 1.5px dashed lightblue;
    border-radius: 6px;
}

/*
    AJUSTE DA BORDA
*/
.ajuste-borda {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 1px;
}

/*
    COR DO TITULO DO GRUPO
*/
.cor-titulo {
    color: #c5a439;
}

/*
    BOTÃO PESQUISAR

    COR DO TEXTO E TAMANHO DO BOTAO PESQUISAR
*/
.btn-pesquisar {
    color: white !important;
    width: 100%;
}

/*
    COR DO BOTAO PESQUISAR
*/
.background-btn-pesquisar, .btn-info, .btn-primary {
    background: #c5a439 !important;
    border-color: #c5a439 !important;
}

    .background-btn-pesquisar:hover, .btn-primary:hover, .btn-info:hover { /* EFEITO HOVER DO BOTAO DE PESQUISAR */
        background-color: #d1b65e !important;
        /*background-image: linear-gradient(90deg, #d1b65e 0%, #d1b65e 100%) !important;*/
    }

/* ################################################# FIM    - GLOBAL ################################################# */

/* ################################################# INICIO - PAGINA LOGIN #################################################

    COR DE FUNDO DA PAGINA DE LOGIN
*/




.input_user {
    border-color: #c5a439;
}

.input_pass {
    border-color: #c5a439;
}

.background-login {
    background: #60a3bc !important;
}
/*
    CORES DOS LINKS 
*/
.cor-link-login {
    color: 416491 !important;*/
}

/*cor de dunfo menu flutuante*/
.fundo_menu_flutuante {
	background: white;
}

/*borda redonda menu flutuante #4c2e33*/
.borda_redonda_menu_flutuante {
	border: 2px solid white;
}

/*
    COR DO CIRCULO ENVOLTA DO LOGO DA PAGINA DE LOGIN
*/
.background-circulo-logo {
    background: #60a3bc;
}

/*
    COR DO BOTAO LOGIN
*/
.background-btn-login {
    background: #c5a439 !important;
    color: white !important;
}
    .background-btn-login:hover { /* EFEITO HOVER DO BOTAO DE LOGIN */
        //background-color: #337ab7 !important;
		background-image: linear-gradient(90deg, rgba(208, 114, 0, 0.8) 0%, rgba(208, 114, 0, 0.8) 100%) !important;
    }

/*
    COR LATERAL DOS INPUTS
*/
.background-opc-login {
    background: #c5a439 !important;
}

/* cor do texto mensagem bem vindo/seu pedido */
#mensagem-central 
{
    color : WHITE !important ;
} 

#pedido-selecionado
{
    color : WHITE !important ;
} 





/*
    COR DO CHECKBOX DA PAGINA DE LOGIN
*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c5a439 !important;
}
/* ################################################# FIM - PAGINA LOGIN ################################################# */


/* ################################################# INICIO - PAGINA LOGIN - LAYOUT 2 ################################################# */

section {
	/* COMENTADO PORQUE DA PROBLEMA NA TELA DE PRODUTO
	position: relative;
	height: 100vh;
	overflow: hidden;
	*/
}



#bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
 	background-repeat: no-repeat;
	background-size: cover;
	/*background-color: #c5a439*/
	/*background-image:url("Imagens\Quality\patternFundo.png)" !important;*/
/*	linear-gradient(to right, rgb(150, 162, 178), rgb(25, 50, 90), rgb(1, 30, 74)) !important;*/
}

@media screen and (max-width: 1200px) {
	 #logo-acima-fundo {
		position: absolute;
		height: 100%;
		left:0px;
		visibility: hidden;
	 }
 }
 
#logo-acima-fundo {
	position: absolute;
 	height: 100%;
 	left:0px;
 }

 #logo-direita {
	position: absolute;
	right: 1px;
    bottom: 1px;
	width: 620px;
    height: 600px;
    opacity: 0.3;
}

#logo-login {
	position: absolute;
	right: 110px;
	top: 50px;
	width: 270px;
}

#logo-login-central {
    position: absolute;
    top: 70px; /* Ajuste vertical */
    left: 50%; /* Centraliza horizontalmente */
    transform: translateX(-50%); /* Move o centro do logotipo para o centro da página */
    width: 210px; /* Mantém o tamanho original */
    z-index: 10;
}

#logo {
	position: absolute;
   top: 5px;
  max-height: 70px !important; 
}



#logo-canto-inferior {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 50px;
}

#login-container {
	position: absolute;
	height: 400px;
	width: 300px;
	right: 100px;
	top: 170px;
}

#login-container-central {
    position: relative; /* Altere para relative */
    top: 170px; /* Remove a manipulação manual de posição */
    left: auto;
    transform: none; /* Remove a transformação desnecessária */
    margin: 0 auto; /* Centraliza o contêiner horizontalmente */
    width: 300px; /* Confirme o tamanho desejado */
    text-align: center;
    padding: 20px; /* Adicione espaçamento interno */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 10px;
    z-index: 5;
}


/*
#container-header {
	position: absolute;
	margin-left: 50px;
}
*/

#container-header {
    margin: 0 auto; /* Centraliza horizontalmente */
    padding: 0;
    text-align: center; /* Garante que o texto esteja centralizado */
    position: relative; /* Remove posições absolutas para evitar conflitos */
    line-height: 1.5; /* Ajuste a altura da linha para o texto */
}




#texto-header {
    margin: 0; /* Remove espaçamentos extras */
    padding: 10px 0; /* Adiciona espaçamento interno consistente */
    color: #c5a439; /* Certifique-se de que a cor está correta */
    font-size: 18px;
    text-align: center;
}




#campos-login {
	position: absolute;
	top: 90px;
	width: 270px;
	color: white;
	left: 15px;
	text-align: center
}

#teste {
	font-size: 0.5rem !important;
}

.texto-login {
	font-size: 0.8rem !important;
	font-weight: 600;
	/*color: #c5a439;*/
}

.cor-label {
    color: #f99d1c !important;
}

.modal-backdrop.show {
    opacity: 0;
    z-index: 1049 !important;
}

.custom-modal {
    top: 150px !important; /* Ajuste a distância do topo */
    position: fixed; /* Certifique-se que a posição é fixed */
}

#btnLogin {
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
}		
/* ################################################# FIM - PAGINA LOGIN - LAYOUT 2 ################################################# */		

/* ################################################# INICIO - MASTER PAGE ################################################# */

/*
    COR DE FUNDO DA BARRA DE MENU SUPERIOR
*/
.background-menu {
    background-color: #fff  !important;
	z-index: 10 !important;
}
 

/*
    COR DO MENU QUANDO CLICADO
*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /*background-color:  rgb(230 239 249)  !important;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

#main-nav.navbar-default {
    background-color: #fff; /* Cor de fundo */
    border-color: #fff; /* Cor da borda */
}


/*
    COR DE FUNDO DO MENU SUSPENSO - QUANDO CLICA NAS OPCOES
*/
.background-menu-suspenso {
   background-color:  rgb(230 239 249) !important;
}

.cor-label-menu {
    color: #c5a439 !important;
}

/*
    COR DO ITEM DO MENU QUANDO MOUSE PASSA POR CIMA
*/
.dropdown-menu > li > a:hover {
	border: 0px solid #ccc !important;
    background-color: white !important;
	
}

/*
    COR DA LETRA DO MENU
*/
/*
    PARA DESKTOPS -> CENTRALIZA O MENU
*/
@media (min-width: 767.98px) {
    #main-nav > div > div > div.col-lg-7.col-md-8.col-sm-8.col-xs-12 > div > div > div > ul.nav.navbar-nav.pull-right > li > a {
        color: #c5a439 !important;
        /* para centralizar */
        margin-top: 10px;
        padding-top: 24px;
        padding-bottom: 25px;
    }
}
x
/*
    PARA MOBILE -> MANTEM O MENU PADRÃO
*/
@media (max-width: 767.98px) {
    #main-nav > div > div > div.col-lg-7.col-md-8.col-sm-8.col-xs-12 > div > div > div > ul.nav.navbar-nav.pull-right > li > a {
        color: #c5a439;
		background-color:  #58B0E3
    }
}
/*
    COR DA LETRA DO MENU SUSPENSO
*/
#main-nav > div > div > div.col-lg-7.col-md-8.col-sm-8.col-xs-12 > div > div > div > ul.nav.navbar-nav.pull-right > li.nav_li.open > ul > li > a {
    color: #004389;
 
			background-color:  rgb(230 239 249);
}

.navbar-nav>li>.dropdown-menu {
  border : 0px !important;
}

/*
    COR SUPERIOR DO RODAPE
*/
.background-superior-rodape {
    background-color:  #150043  !important;
}

/*
    COR INFERIOR DO RODAPE
*/
.background-inferior-rodape {
    background-color: #150043 !important;
}

/*
    COR DO TEXTO DO ENDERECO NO RODAPE
*/
.cor-texto-endereco {
    color: #c5a439 !important;
}
    /*
        COR DO TEXTO DO ENDERECO NO RODAPE QUANDO MOUSE PASSAR
    */
    .cor-texto-endereco:hover {
        color: white;
    }
    /*
        COR DO TEXTO DO ENDERECO NO RODAPE QUANDO MOUSE CLICAR
    */
    .cor-texto-endereco:visited {
        color: white;
    }

/*
    COR DO TEXTO DO EMAIL NO RODAPE
*/
.cor-texto-email {
    color: white;
}
    /*
        COR DO TEXTO DO EMAIL NO RODAPE QUANDO MOUSE PASSAR
    */
    .cor-texto-email:hover {
        color: white;
    }
    /*
        COR DO TEXTO DO EMAIL NO RODAPE QUANDO MOUSE CLICAR
    */
    .cor-texto-email:visited {
        color: white;
    }

/*
    COR DO TEXTO DO TELEFONE NO RODAPE
*/
.cor-texto-tel {
    color: white;
}
    /*
        COR DO TEXTO DO EMAIL NO TELEFONE QUANDO MOUSE PASSAR
    */
    .cor-texto-tel:hover {
        color: white;
    }
    /*
        COR DO TEXTO DO EMAIL NO TELEFONE QUANDO MOUSE CLICAR
    */
    .cor-texto-tel:visited {
        color: white;
    }

/*
    COR DO TEXTO COM OS DIREITOS RESERVADOS
*/
#rodape > div.footer-class.w3-agile.background-inferior-rodape > p {
    color: white;
}

/* ################################################# FIM - MASTER PAGE ################################################# */

/* ################################################# INICIO - RODAPE 3 ################################################# */
#rodape3 .titulo-rodape3 {
    font-size: 16px;
    font-weight: 600;
    color: #58595b !important;
    text-transform: uppercase;
    border: 0;
}

.links-rodape3 > ul > li {
    list-style: none;
    font-size: 14px;
    line-height: 1.43;
    padding: 0 0 13px;
}

#rodape3 > div > div > div > div:nth-child(1) > div:nth-child(3) > div > div > ul > li > a {
    outline: 0;
    text-decoration: none;
    color: #a3a3a3;
}

#rodape3 .text {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.28px;
    color: #a3a3a3;
    margin-bottom: 20px;
    
}

.bandeiras-pagamento i {
    width: 35px;
    height: 22px;
    display: inline-block;
}

.bandeiras-pagamento {
    order: 4;
}

.bandeiras-pagamento.load .icone-pagamento {
    background-image: url(https://cdn.awsli.com.br/production/static/loja/estrutura/v1/img/bandeiras/icone-pagamento.png?v3);
}

.amex, .americanexpress {
    background-position: -100px 0;
}

.aura {
    background-position: -250px 0;
}

.diners {
    background-position: -150px 0;
}

.elo {
    background-position: -200px 0;
}

.hipercard {
    background-position: -350px 0;
}

.mastercard {
    background-position: -50px 0;
}

.visa {
    background-position: 0 0;
}

.icone-pagamento.boleto {
    background-position: 0 -83px;
}

/* ################################################# FIM    - RODAPE 3 ################################################# */

/* ################################################# INICIO - SELECIONAR LOGIN ################################################# */
/*
    COR TEXTO TITULO
*/
.cor-texto-titulo {
    color: #c5a439;
}

/*
    COR TEXTO DO SPAN
*/
.cor-texto-span {
    color: #c5a439;
}

/*
    COR DO TEXTO E TAMANHO DO BOTAO SELECIONAR
*/
.btn-selecionar {
    color: white !important;
    width: 100%;
}

/*
    COR DO BOTAO SELECIONAR
*/
.background-btn-selecionar {
    background: #c5a439!important;
}

    .background-btn-selecionar:hover { /* EFEITO HOVER DO BOTAO DE SELECINAR */
        background-color: #d1b65e !important;
        //background-image: linear-gradient(90deg, #d1b65e 0%, #d1b65e 100%) !important;
    }

/* ################################################# FIM - SELECIONAR LOGIN ################################################# */