﻿/* ################################################# 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, rgba(4, 29, 64, 0.8) 0%, rgba(4, 29, 64, 0.8) 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: BLACK !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: BLACK !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: BLACK !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:black !important;	
	}
	
	#textorodape2 > label{
		color:black !important;
	}
	
	#textorodape3 > label{
		color:black !important;
	}
	
	#textorodape4 > label{
		color:black !important;
	}
	
	#textorodape5 > label{
		color:black !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: BLACK !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: black;
}

/*
    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: BLACK !important;
	border-color: rgba(4, 29, 64, 0.8) !important;
}

    .background-btn-pesquisar:hover, .btn-primary:hover, .btn-info:hover { /* EFEITO HOVER DO BOTAO DE PESQUISAR */
        background-color: rgba(4, 29, 64, 0.8) !important;
		//background-image: linear-gradient(90deg, rgba(4, 29, 64, 0.8) 0%, rgba(4, 29, 64, 0.8) 100%) !important;
    }

/* ################################################# FIM    - GLOBAL ################################################# */

/* ################################################# INICIO - PAGINA LOGIN #################################################

    COR DE FUNDO DA PAGINA DE LOGIN
*/

.input_user{
	border-color: black;
}

.input_pass{
	border-color: black;	
}

.background-login {
    background: #60a3bc !important;
}
/*
    CORES DOS LINKS 
*/
.cor-link-login {
   /* color: Black!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: Black !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: BLACK !important;
}

/* cor do texto mensagem bem vindo/seu pedido */
#mensagem-central 
{
    color : BLACK !important ;
} 

#pedido-selecionado
{
    color : BLACK !important ;
} 





/*
    COR DO CHECKBOX DA PAGINA DE LOGIN
*/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: BLACK !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%;
	height: 100%;            
	background-repeat: no-repeat;
	background-size: cover;
	/*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;*/
}

#logo-acima-fundo {
	position: fixed;
	resize: both;
	left: 0;
	height: 100%;
	bottom: 0 !important;
	background-size: cover;
}

#logo-login {
	position: absolute;
	right: 180px;
	top: 70px;
	width: 210px;
}

#logo-canto-inferior {
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 50px;
}

#login-container {
	position: absolute;
	height: 400px;
	width: 300px;
	right: 120px;
	top: 170px;
}

#container-header {
	position: absolute;
	margin-left: 50px;
}

#texto-header {
	position: absolute;
	top: 30px;
	width: 215px;
	color: white;
	font-size: 20px;
	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: black;*/
}

.cor-label{
	color: black !important;
}

.modal-backdrop.show {
	opacity: 0;
}

#btnLogin {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}		
/* ################################################# FIM - PAGINA LOGIN - LAYOUT 2 ################################################# */		

/* ################################################# INICIO - MASTER PAGE ################################################# */

/*
    COR DE FUNDO DA BARRA DE MENU SUPERIOR
*/
.background-menu {
    background-color: #ffca00 !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: #ffb100!important; 
	 
}

/*
    COR DE FUNDO DO MENU SUSPENSO - QUANDO CLICA NAS OPCOES
*/
.background-menu-suspenso {
   background-color: #ffb100 !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;
	background-image: linear-gradient(90deg, rgba(255, 202, 0, 0.8) 0%, rgba(255, 202, 0,  0.8) 100%) !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: black !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: black;
		background-color:  #ffb100
    }
}
/*
    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: black;
 
			background-color:  #ffb100 !important;
}

.navbar-nav>li>.dropdown-menu {
  border : 0px !important;
}

/*
    COR SUPERIOR DO RODAPE
*/
.background-superior-rodape {
    background-color: #ffca00 !important;
}

/*
    COR INFERIOR DO RODAPE
*/
.background-inferior-rodape {
    background-color: black !important;
}

/*
    COR DO TEXTO DO ENDERECO NO RODAPE
*/
.cor-texto-endereco {
    color: black !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: black;
}

/*
    COR TEXTO DO SPAN
*/
.cor-texto-span {
    color: black;
}

/*
    COR DO TEXTO E TAMANHO DO BOTAO SELECIONAR
*/
.btn-selecionar {
    color: white !important;
    width: 100%;
}

/*
    COR DO BOTAO SELECIONAR
*/
.background-btn-selecionar {
    background: rgb(40,38,39) !important;
}

    .background-btn-selecionar:hover { /* EFEITO HOVER DO BOTAO DE SELECINAR */
        background-color: rgba(4, 29, 64, 0.8) !important;
		//background-image: linear-gradient(90deg, rgba(4, 29, 64, 0.8) 0%, rgba(4, 29, 64, 0.8) 100%) !important;
    }

/* ################################################# FIM - SELECIONAR LOGIN ################################################# */