@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('/cadastro/fonts/Gotham-Ultra.woff2') format('woff2'),
        url('/cadastro/fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BubaDEMO-Outline';
    src: url('/cadastro/fonts/BubaDEMO-Outline.woff2') format('woff2'),
        url('/cadastro/fonts/BubaDEMO-Outline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.botao-login{
	font-weight: bold;
	transition: 0.5s;
}

.botao-login:hover{
	color: #6b6b6b;
	transition: 0.5s;
}

.total-minha-conta{
	padding-top: 80px !important; 
}

.logo-login-branca{
	width: 150px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.total-detalhes-como-funciona-login{
	margin-top: 20px;
}

.total-detalhes-como-funciona-login h4{
	font-family: 'Gotham-Book';
	font-size: 20px;
	margin-top: 30px;
}

.total-detalhes-como-funciona-login h4:last-child{
	font-family: 'Gotham-Bold';
}

.imagem-produto-carrinho{
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.total-carrinho-header > tr > td{
	color: #000 !important;
}

.total-video-prospect{
	height: 315px;
	width: 560px;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.titulo-login-resgate-pontos{
	font-family: 'Gotham-Bold';
    color: #000000;
    font-size: 26px !important;
}

.titulo-seja-beer-hunter{
	font-family: 'Gotham-Bold';
    text-shadow: -1px 0 #410250, 0 1px #410250, 1px 0 #410250, 0 -1px #410250;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    margin-bottom: 25px;
}

.bem-vindo-section{
	padding-top: 50px !important;
}

.logo-seja-bem-vindo{
	max-width: 250px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.swal2-input{
    border-radius: 30px !important;
}

.swal2-title {
    position: relative !important;
    font-family: 'Gotham-Book' !important;
    font-size: 24px !important;
    color: #410250 !important;
}

.total-modal-criar-conta{
	padding: 30px;
}

.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus{
	box-shadow: none !important;
}

.swal2-styled.swal2-confirm {
    background-color: #410250 !important;
}

.total-senha p{
	font-family: 'Gotham-Book';
	margin-bottom: 10px;
}

.bem-vindo-senha-de-acesso{
	font-family: 'Gotham-Bold';
	border: 5px solid #3c3c3b;
	font-size: 28px;
	color: #3c3c3b;
	font-weight: bold;
	text-align: center;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.total-finalizar-cadastro{
	margin-top: 30px;
}

.form-endereco-seja-bem-vindo{
	margin-top: 30px;
}

.total-finalizar-cadastro p{
	font-family: 'Gotham-Book';
	font-size: 18px;
	color: #3c3c3b;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.carrinho-valor-total{
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.carrinho-botao-finalizar-pedido-valor-total{
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: 'Gotham-Bold';
    text-transform: lowercase !important;
    font-size: 20px !important;
    padding: 10px 15px 10px 15px !important;
}

.total-carrinho-de-compra{
	padding-top: 80px;
	font-family: 'Gotham-Light' !important;
}

.tabela-carrinho-total{
	border-radius: 15px !important;
	border-collapse: initial !important;
	border: 1px solid #ccc !important;
}

.preco-total{
	padding-top: 30px !important;
	padding-bottom: 5px !important;
	border-top: 1px solid #e5e5e5 !important;
}

.preco-total-cashback{
	padding-top: 10px !important; 
	font-weight: 100 !important;
}

.preco-total-cashback > span{
	font-weight: 100 !important;
}

.preco-total-frete{
	padding-top: 10px !important; 
	font-weight: 100 !important;
}

.preco-total-frete > span{
	font-weight: 100 !important;
}

.preco-total-valor-final{
	padding-top: 10px !important; 
	font-size: 18px !important;
}

.titulo-bem-vindo{
	font-family: 'Gotham-Bold';
    font-size: 34px;	
    color: #3c3c3b;
}

.botao-finalizar-cadastro-bem-vindo{
	border-radius: 15px;
	border: none !important;
	font-weight: bold;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.login-form{
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 15px;
}

.total-restante-endereco{
	display: none;
}

.total-restante-endereco-loading{
	display: none;
}

.tela-registro{
	/*border-right: 1px dotted #CCC;*/
	padding-right: 30px;
}

.nav-item .nav-menu li:hover>a{
	background-color: #eca117 !important;
}

.total-menu-header{
	font-family: 'Gotham-Bold';
	background-color: #ffc100 !important;
}

.nav-item-lista a:hover{
	color: #000;
}

.nav-item-lista{
	color: #000;
	width: 50%;
    text-align: center;
    background-color: #FFF;
}

.nav-item-lista a{
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

.nav-item-lista .nav-link.active {
    color: #ffffff;
    background-color: #a27c4c;
    border-color: #a27c4c #a27c4c #a27c4c;
}

.total-logos-rodape-resgate-pontos{
	margin-top: 50px;
	padding-bottom: 50px;
}

.register-login-imagem-topo{
	display: block; 
	margin: 0 auto; 
	max-width: 100%; 
}

.imagem-grande-produto{
	max-width: 300px !important;
	max-height: 300px !important;
    display: block;
    margin: 0 auto;
}

.total-scripts-lista{
	display: none;
}

.link-scripts-lista:hover, .link-scripts-lista:focus{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.link-aceite-prospect:hover, .link-aceite-prospect:focus{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.img-produto-lista-divulgacao{
	max-width: 40px;
	display: block;
	margin: 0 auto;
}

.btn-url-final-lista{
	font-family: 'Gotham-Bold';
    background-color: #ffc100 !important;
    color: #FFF;
    border-radius: 30px;
    box-shadow: none !important
}

.btn-url-final-lista:hover{
    background-color: #e2ab00 !important;
    color: #FFF;
}

.btn-atualizar-cadastro-lista{
	font-family: 'Gotham-Bold';
    background-color: #ffc100 !important;
    color: #FFF;
    border-radius: 30px;
    box-shadow: none !important
}

.btn-atualizar-cadastro-lista:hover{
    background-color: #e2ab00 !important;
    color: #FFF;
}

.descricao-scripts-lista{
    font-size: 12px;
    margin: 0px;
    padding-top: 0px;
    line-height: 15px;
    padding-bottom: 5px;
}

.label-scripts-lista{
	padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.text-scripts{
	font-size: 10px;
	line-height: 15px;
    color: #000;
}

.text-area-lista-divulgacao{
	resize: none;
	border-radius: 15px;
	box-shadow: none !important;

}

.text-area-lista-divulgacao:focus{
	box-shadow: none !important;
	border: none !important;
	border: 1px solid #ced4da !important;
}

.lista-divulgacao-checkbox{
	text-align: center;
	margin-top: 12px;
	width: 20px !important;
	height: 20px !important;
}

.input-valor-lista-divulgacao{
	max-width: 100px !important;
	min-width: 70px !important;
	text-align: center !important;
	padding-left: 0px !important;
}

.descricao-produto-lista-divulgacao{
	font-size: 12px;
	font-weight: bold;
	padding-top: 18px;
}

.titulo-lista-divulgacao{
	margin-bottom: 0px;
	padding-top: 15px;
}

.telegram{
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 50px;
	z-index: 9999;
	height: 50px;
    -webkit-animation:bounce 1s infinite;
}

@-webkit-keyframes bounce {
  0%       { bottom:15px; }
  25%, 75% { bottom:25px; }
  50%      { bottom:30px; }
  100%     {bottom:15;}
}

.zoom {
	display:inline-block;
	position: relative;   
}

.zoom:after {
	content:'';
	display:block; 
	width:50px; 
	height:50px; 
	position:relative; 
	top:50;
	right:70;
}

.total-botao-link-lista-divulgacao{
	padding-top: 10px;
}

.zoom img {
	display: block;
}

.zoomImg {
	max-height: 1000px !important;
	width: auto !important;
}

.titulo-produto-listagem{
	margin-top: 0px;
	font-weight: bold;
	max-height: 42px;
	min-height: 42px;
	overflow: hidden;
}

.total-finalizar-pedido{
	font-family: 'Gotham-Book' !important;
}

.total-produto-interno{
	margin-top: 30px;
}

.produto-interno-zoom{
	display: block;
    margin: 0 auto;
    cursor: zoom-in; 
    width: 100%;
}

.imagem-pequena-produto{
    min-width: 100px !important;
    max-width: 100px !important;
    display: block;
    margin:0 auto;
}

.linha-produto-finalizar-pedido-carrinho text{
	display: inline-flex;
	width: 75%;
}

.swiper-scrollbar{
	display: none !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.img-slider{
	display: block;
	margin: 0 auto;
}

.link-cadastre-se{
	font-size: 14px;
	color: #000000;
    text-align: center;
    padding: 3px 15px 3px 15px !important;
    font-family: 'Gotham-Book';
    font-weight: bold;
	transition: 0.5s;
}

.link-cadastre-se:hover{
	transition: 0.5s;
	color: #000000 !important;
}

.link-cadastre-se:active, .link-cadastre-se:focus, .link-cadastre-se:hover{
	font-size: 14px;
	margin-top: 20px;
	color: #000000;
}

.total-link-sair-prospect{
	margin-top: 25px;
}

.link-sair-prospect{
	font-size: 14px;
}

.link-sair-prospect:active, .link-sair-prospect:focus, .link-sair-prospect:hover{
	font-size: 14px;
	margin-top: 20px;
	color: #007bff;
}

.link-definir-localizacao{
	font-size: 14px;
}

.link-definir-localizacao:active, .link-definir-localizacao:focus, .link-definir-localizacao:hover{
	font-size: 14px;
	margin-top: 20px;
	color: #007bff;
}


.link-whatsapp-prospect:active, .link-whatsapp-prospect:focus, .link-whatsapp-prospect:hover{
	color: #007bff;
	text-decoration: underline;
}

.link-ver-mais-produto:active, .link-ver-mais-produto:focus, .link-ver-mais-produto:hover{
	color: #007bff;
	text-decoration: underline;
}

.link-hover:active, .link-hover:focus, .link-hover:hover{
	color: #007bff;
	text-decoration: underline;
}

.total-link-whatsapp{
	margin-top: 0px;
	padding-top: 5px !important;
}

.link-whatsapp-onde-achar:hover{
	color: #007bff !important;
}

.link-whatsapp-onde-achar:focus{
	color: #007bff !important;
}

.transferencia-bancaria{
	display: none;
}

.transferencia-pix{
	display: none;
}

.img-produtos-promocao{
	min-width: 70% !important;
}

.text-white{
	color: #FFF;
}

.link-regras:hover{
	color: #007bff;
	text-decoration: underline;
}

.link-regras:focus{
	color: #007bff;
	text-decoration: underline;
}

.btn-retornar-naoencontrada{
	color: #000;
	transition: 0.5s;
}

.btn-retornar-naoencontrada:hover{
	color: #CCC;
	transition: 0.5s;
}

.img-404-naoencontrada{
	padding-bottom: 30px;
	max-width: 300px;
}

.link-detalhes-minha-conta{
	transition: 0.5s
}

.link-detalhes-minha-conta:hover{
	color: #003873;
	transition: 0.5s
}

.input-file{
	border: none !important;
	padding-left: 0px !important;
	height: 28px !important;
}

.img-perfil-minha-conta{
	max-width: 100px;
    border-radius: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.link-alterar-senha-minha-conta:hover{
	color: #003873;
	transition: 0.5s
}

.link-alterar-senha-minha-conta:focus{
	color: #003873;
	transition: 0.5s
}

select{
	height: 46px;
	width: 100%;
    border: 2px solid #ebebeb;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.btn-finalizar-pagamento-final{
	display: none;
}

.termos-condicoes-mercadoria{
	color: #007bff;
}

.termos-condicoes-mercadoria:hover,.termos-condicoes-mercadoria:focus{
	color: #007bff;
}

.conferir-mercadoria{    
	border-radius: 30px;
    border: 1px solid #ffc100;
    padding: 10px;
    margin-bottom: 10px;
}

.conferir-mercadoria div label{    
	font-family: 'Gotham-Book';
    display: grid;
    font-size: 14px !important;
    text-align: justify;
    line-height: 16px;
}

.total-radio-transporte-metodo-pagamento{
	width: 100%;
    padding: 0px 20px 0px 20px;
    margin-bottom: 10px;
}

.total-metodos-pagamento{
	display: none;
}

.tabela-frete-finalizar-pedido{
	font-size: 12px;
}

.label-frete-gratis{
	font-size: 12px !important;
	margin-bottom: 0px !important;
	width: 100%;
	padding: 9px;
}

.texto-detalhes-conta-finalizar-pedido{
	font-size: 14px;
	padding: 2px 0px 2px 0px;
	line-height: 16px;
}

.radio-frete-metodo-pagamento {
    height: auto !important;
    width: auto !important;
    border: 2px solid #ebebeb;
    display: block;
    text-transform: uppercase;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 2px;
}

.radio-transporte-metodo-pagamento{
	height: auto !important;
	width: auto !important;
    border: 2px solid #ebebeb;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.radio-utiliza-cashback{
	height: auto !important;
	width: auto !important;
    border: 2px solid #ebebeb;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.checkbox-endereco-fatura{
	height: auto !important;
	width: auto !important;
    border: 2px solid #ebebeb;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.img-carrinho{
	max-width: 70px !important;
}

.cart-table table tr td.cart-pic{
	padding-top: 5px;
}

.cart-table table tr td{
	padding-bottom: 5px;
}

.order-table{
	margin-bottom: 20px !important;
}

.metodos-pagamentos{
	padding-bottom: 20px; 
	text-align: center;
}

.images-metodos-pagamentos{
	margin: 3px;
}

.total-checkbox-cashback{
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	font-family: 'Gotham-Book';
	font-size: 18px !important;
	font-weight: bold;
	line-height: 20px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	width: calc(33.33333% - 5px);
}


.total-checkbox-cashback:hover{
	background-color: #f3f3f3;
}


.total-checkbox-cashback > span{
	font-size: 10px;
	font-weight: normal;
	font-family: 'Gotham-Book';
	display: block;
}

.checkbox-cashback{
    width: 100% !important;
    height: 15px !important;
    border: 2px solid #ebebeb !important;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    border-radius: 0px !important;
}

.images-metodos-pagamentos-erede{
	margin: 3px;
	width: 45px;
}

.cartao-credito{
	display: none;
}

.total-detalhes-da-compra{
	border: 2px solid #ebebeb;
    border-radius: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.total-icone-finalizar-pedido i{
	display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.total-select-quantidade-parcelas{
	display: none;
}

.no-padding{
	padding: 3px !important;
}

.botao-finalizar-pagamento{
    border-radius: 15px !important;
}

.botao-finalizar-pagamento:disabled{
	padding: 13px 40px 11px !important;
    background: #d8d8d8 !important;
    border-color: #ffffff !important;
    cursor: no-drop;
}

.select-metodo-de-pagamento{
	display: none;
    border-radius: 15px !important;
}

.select-cashback{
	margin-bottom: 10px !important;
    border-radius: 15px !important;
}

.bandeira-cartao .images-metodos-pagamentos{
	position: absolute;
    top: 38px;
    right: 23px;
}

.progress {
    display: flex;
    height: 2rem;
    overflow: hidden;
    font-size: 1.0rem;
    line-height: 32px;
    background-color: #e9ecef;
    border-radius: .25rem;
    font-weight: bold;
}

.inner-header .advanced-search{
	height: 40px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p{
	font-size: 14px !important;
	font-weight: bold;
}

.inner-header .advanced-search .input-group button{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;	
    padding: 8px 16px 6px;
}

.inner-header .advanced-search .input-group input{
    border-radius: 25px;	
}

.inner-header .advanced-search {
    border-radius: 25px;
}

.logo-cervejaria{
	width: 100%;
	margin: 10px;
}

.logo-csc{
	padding-top: 5px;
	max-width: 130px;
	width: 100%;
}

.logo-beer{
	padding-top: 0px;
	max-width: 130px;
	width: 100%;
}

.finalizar-pedido-imagem-cashback{
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	padding-top: 5px;
}

.total-cashback-finalizar-pedido > h5{
	display: block;
}
.total-cashback-finalizar-pedido > h4{
	margin-bottom: 10px;
	margin-top: 10px;
}

.total-cashback-finalizar-pedido > p{
	padding-top: 0px !important;
	font-size: 12px;
}

.total-cashback-finalizar-pedido > .alert{
	margin-bottom: 10px;
}

.input-cashback{
	margin-bottom: 0px !important;
}

.total-restante-endereco{
	display: none;
}

.total-restante-endereco-loading{
	display: none;
}

.inner-header .advanced-search .input-group {
    max-width: 100%;
}

.acende-tr-preco{
	background-color: #a27c4c;
    font-weight: bold;
}

.detalhes-compra-mensagem{
    margin-top: 30px;
}

.total-input-radio-nota-feedback{
    float: left;
    width: calc(10% - 5px);
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.total-radios-nota div label{    
    width: 100%;
    height: 50px;
    cursor: pointer;
    padding-top: 11px;
    border-radius: 100px;
}

.total-radios-nota div label:hover{
    background-color: #a27c4c;
}

.botao-enviar-feedback:hover{
	background-color: #e2a430;
}

.total-radios-nota div label input{
    display: block;
    margin: 0 auto;
}

.span-nota{
    font-weight: bold !important;
}

.form-feedback h5{
    padding-top: 15px;
    margin-bottom: 15px;
}

.form-feedback h5 span{
    font-size: 22px;
    font-weight: bold;
}

.botao-enviar-feedback{
    border-radius: 15px;
    }

.link-pedido-finalizado:hover{
	color: #17a2b8 !important;
}

.img-pedido-finalizado{
	display: block;
	margin: 0 auto;
	padding: 15px;
	max-width: 200px;
}

.quanto-voce-esta-satisfeito{
	font-family: 'Gotham-Book';
	font-weight: bold;
	color: #450256;
}

.quanto-voce-esta-satisfeito span{
	font-family: 'BubaDEMO-Outline';
	font-size: 28px !important;
	color: #450256;
}

.agradecemos-sua-compra{
	font-family: 'BubaDEMO-Outline';
	font-size: 34px;
	text-align: center;
	color: #450256;
	margin-top: 65px;
	text-transform: uppercase;
}

.pedido-finalizado-com-sucesso-pedido-finalizado{
	font-family: 'Gotham-Book';
	color: #606060;
	margin-bottom: 15px;
}

.pedido-finalizado-com-sucesso-pedido-finalizado span{
	font-family: 'Gotham-Bold' !important;
	color: #606060;
}

.aviso-conferir-mercadoria-pedido-finalizado{
	border: 2px solid #450256;
	border-radius: 30px;
	padding: 10px;
}

.aviso-conferir-mercadoria-pedido-finalizado img{
	max-width: 150px;
	display: block;
	margin: 0 auto;
}

.aviso-conferir-mercadoria-pedido-finalizado b{
	color: #450256;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    font-size: 14px;
}

.aviso-conferir-mercadoria-pedido-finalizado p{
	font-size: 14px;
	line-height: 20px;
	font-family: 'Gotham-Book';
	margin-bottom: 0px;
}

.medalha-header{
	width: 35px;
}

.nome-header{
	height: 40px;
	padding-left: 5px;
	color: #FFF;
}

.total-filtro-header{
	padding-top: 35px;
}

.total-infos-header{
	padding-top: 30px;
	color: #FFF !important;
}

.total-infos-header-cashback{
	padding-top: 15px;
	color: #FFF !important;
}

.detalhes-cashback-header{
	font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 5px;
}

.barra-cashback{
	position: relative;
	width: 100%;
	height: 50px;
}

.total-barra-cashback{
	position: relative;
	width: 100%;
	height: 50px;
	border: 3px solid #1f1f1f;
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.total-barra-cashback .marcador{    
	position: absolute;
    border-right: 1px solid #fff;
    background-image: url(../img/plus/barrapreenchida.png);
    background-repeat: repeat;
    height: 100%;
    overflow: hidden;
    background-size: contain;
}

.total-barra-cashback .marcador-5k{
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #1f1f1f;
    overflow: hidden;
    left: 50%;
}

.total-barra-cashback .marcador-10k{
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #1f1f1f;
    overflow: hidden;
    left: 75%;
}

.barra-cashback .perc-5k{  
	position: absolute;
    top: -6px;
    left: 59%;
    background-color: #410250;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 5px 3px 5px;
    border-radius: 5px;
}

.barra-cashback .perc-10k{  
	position: absolute;
    top: -6px;
    left: 83%;
    background-color: #410250;
    color: #FFF;
    font-weight: bold;    
    font-size: 13px;
    padding: 4px 5px 3px 5px;
    border-radius: 5px;
}


.barra-cashback .valor-5k{  
	position: absolute;
    bottom: -6px;
    left: 55%;
    background-color: #ffc100;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}

.barra-cashback .valor-10k{    
	position: absolute;
    bottom: -6px;
    left: 78%;
    background-color: #ffc100;
    color: #FFF;
    font-weight: bold;
    font-size: 10px;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}

.barra-cashback .valor-marcador{    
	position: absolute;
    top: -6px;
    left: 22%;
    background-color: #410250;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 5px 3px 5px;
    border-radius: 5px;
}

.detalhes-barra-cashback{
	font-family: 'Gotham-Book';
	font-size: 10px;
	color: #666;
	margin-top: 20px !important;
}

.detalhes-voce-ganhou-nessa-compra p{
	font-family: 'Gotham-Book' !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #1d1d1d !important;
    line-height: 16px;
    margin-top: 10px !important;
    margin-left: 5px !important;
}

.detalhes-voce-ganhou-nessa-compra p b{
    color: #4fa801 !important;
}

.lanc-futuros-header{
	width: 100%;
    font-size: 12px;
    color: #a2a2a2;
    padding-left: 10px;
    margin-top: 5px;
}

.lanc-futuros-header span{
	color: #ffc100;
}

.img-cash-header{	
    max-width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.detalhes-cashback-header span{
	font-size: 22px;
    display: block;
    font-weight: bold;
    font-family: 'Gotham-Book';
}

.dados-carrinho-header{
	line-height: 18px;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
    text-align: left;
}

.icone-carrinho-header{
	color: #fff;
    font-size: 26px;
    padding-top: 5px;
}

.medalha-produto-classificacao{
	width: 40px;
	display: block;
	margin: 0 auto;
}

.precos-classificacao-produto{
	font-size: 18px;
    line-height: 40px;
}

.total-texto-listagem-produtos{
	padding-top: 5px !important;
	padding-left: 5px;
    padding-right: 5px;
}

.product-item .pi-text .catagory-name{
	margin-bottom: 0px;
}

.imagem-listagem-produtos{
	max-width: 110px !important;
	min-width: auto !important;
	max-height: 145px !important;
}

.mensagem-cashback{
	font-size: 14px;
	font-weight: bold;
}

.btn-adicionar-carrinho-listagem{
	border-radius: 0px;
	background-color: #a27c4c;
	width: 100%;
	border: none;
	margin-top: 5px;
    display: block;
    margin: 0 auto;
	border-bottom-right-radius: 15px;
}

.btn-adicionar-carrinho-listagem:hover{
	background-color: #a27c4c;
}

.btn-adicionar-carrinho-listagem:hover{
	background-color: #a27c4c;
    border-color: #FFF;
}

.btn-adicionar-carrinho-listagem:focus {
     color: #fff !important; 
     background-color: #a27c4c !important; 
     border-color: none !important; 
     box-shadow: 0 0 0 0.2rem rgba(255,255,255,.5) !important; 
}

.total-price span{
	color: #000 !important;
}

.total-preco-produto-listagem{
	padding-top: 15px;
    text-align: center;
}

.total-preco-produto-listagem > p{
	display: block;
    font-family: 'Gotham-Book';
	line-height: 20px;
    color: #410250;
	margin: 0 auto;
}

.total-botao-indisponivel{
	padding-right: 0px !important
}

.total-preco-produto-listagem > p > strong{
    font-family: 'Gotham-Bold';
    font-weight: bold;
    color: #410250;
    font-size: 30px;
    line-height: 8px;
}

.total-preco-produto-listagem > p > span{
    text-align: right;
    color: #000;
}

.nenhum-cadastro-encontrado-produtos{
	padding-top: 100px;
	padding-bottom: 100px;
	border: 1px solid #ccc;
}


.total-botao-adicionar-carrinho-listagem{
	display: block;
	margin: 0 auto;
	padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.medalha-barra-progresso{
	width: 32px;
}

.background-barra-progresso-bronze{
	background-color: #cb7246;
}
.background-barra-progresso-prata{
	background-color: #96989a;
}
.background-barra-progresso-ouro{
	background-color: #ffcc29;
}

.total-detalhes-pedidos{
	margin-top: 60px !important;
}

.total-detalhes-pedidos h4{
	margin-bottom: 20px;
}

.total-detalhes-itens{
	margin-top: 20px
}

.total-detalhes-itens h4{
	margin-bottom: 20px;
}

.input-quantidade-produtos{
	background-color: #FFF; 
	margin-right: 0px !important;
}

.total-produtos-nome-hover > div > h5{
    color: #000;
    transition: 0.3s;
}

.total-prospect{
	padding-top: 100px;
}


.total-cards-prospect{
  margin: 0px !important;
}

.total-card-prospect{
  border-radius: 15px;
  border: 1px solid #CCC;
  padding: 10px;
}

.total-cabecalho-card-prospect{
  font-size: 14px;
}

.total-texto-card-prospect p{
  font-size: 12px !important;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.total-botao-card-prospect a{
  width: 100%;
  font-size: 12px;
  font-family: 'Gotham';
  padding: 5px !important;
  margin: 0px !important;
}

.total-botoes-card-prospect{
  margin: 0px !important;
  padding: 0px !important;
}

.total-status-card-prospect{
  font-size: 12px;
  padding-bottom: 0px;
  color: #888;
}

.total-nome-consultor-card-prospect{
  font-size: 14px;
  font-weight: bold;
}

.mensagem-prospect-finalizado{
  color: #F00;
}

.total-produtos-nome-hover > div > h5:hover{
    color: #410250;
    transition: 0.3s;
}

.produtos-alinha-input-centro-mobile{
	max-width: 152px;
	display: block;
	margin: 0 auto;
}

.texto-modal-home-aviso a:hover{
    color: #007bff !important;
}

.produtos-btn-disponivel{
	max-width: 200px !important;
	min-height: 46px !important;
	padding-top: 10px !important;
}

.atualizacao-automatica-prospect{
	font-size: 12px;
	color: #989898;
	padding-right: 0px;
	padding-top: 5px;
	text-align: right;
}

.link-cashback:hover{
	color: #007bff !important;
}
.link-cashback:focus{
	color: #007bff !important;
}

.localizacao-mapa-pc-prospect{
	font-size: 12px;
	color: #989898;
	padding-right: 0px;
	padding-top: 5px;
	text-align: left;
}

.ultimos-uma-semana-prospect{
	font-size: 12px;
	color: #989898;
	padding-right: 0px;
	padding-top: 5px;
	text-align: right;
}

.produtos-btn-indisponivel{
	max-width: 85% !important;
    min-height: 46px !important;
    padding-top: 10px !important;
    margin-bottom: 5px !important;
    background-color: #989898 !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}

.total-botao-listagem-produtos{
	padding-left: 0px !important;
    margin-right: 7px;
}

.total-botao-download-marketing{
	color: #a27c4c;
	padding: 15px;
	text-align: center;
	transition: 0.5s;
	margin-bottom: 15px;
}

.total-botao-download-marketing:hover{
	color: #FFF;
	background-color: #a27c4c;
	transition: 0.5s;
}

.total-botao-download-marketing:focus{
	color: #FFF;
	background-color: #a27c4c;
}

.preco-revenda{
	font-size: 17px;
    width: 80px;
    line-height: 16px;
    height: 45px;
    padding-top: 5px;
    text-align: center;
    background-color: #410250;
    color: #FFF;
    position: absolute;
    font-weight: bold;
    top: 20px;
    border-radius: 10px;
    z-index: 9999;
    left: 0px;
}

.preco-revenda > span{
	font-size: 12px;
	font-weight: 100;
	display: block;
}

.product-item{    
	border: 1px solid #ccc;
    padding-bottom: 0px;
    border-radius: 15px;
}

.register-login-imagem-topo-mobile{
	display: none;
}

.produto-desconto{    
	font-size: 15px;
    width: 80px;
    line-height: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #410250;
    color: #FFF;
    position: absolute;
    top: 70px;
    font-weight: bold;
    z-index: 9999;
    left: 0px;
    border-radius: 10px;
}

.produto-desconto > span{
	font-size: 15px;
	display: block;
}

.manter-refrigerada{    
	font-size: 12px !important;
    text-align: center;
    color: #ffffff;
    background-color: #410250;
    margin-top: 15px;
    border-radius: 10px;
    font-weight: bold;
}

.produto-valor-desconto{
	font-size: 15px !important;
    padding-top: 19px;
    text-align: center;
    color: #9e9e9e;
    margin-top: 15px;
    text-decoration: line-through;
    font-weight: bold;
}

.total-header-carrinho-responsivo{
	z-index: 99999;
	cursor: pointer;
}

.total-header-carrinho-responsivo > a > i{
	color: #FFF !important;
}

.home-mobile{
	display: none !important;
}

.product-selected > p{
	line-height: 16px !important;
}

.btn-salvar-endereco-cobranca{
	border-radius: 0px;
    background-color: #a27c4c;
    width: 100%;
    border: none;
    margin-top: 5px;
    display: block;
    color: #FFF;
    margin: 0 auto;
}

.btn-salvar-endereco-cobranca:hover{
    color: #FFF !important;
}

.avatar-lista-divulgacao{
	width: 80px;
	height: 80px;
	border-radius: 100px;
	background-size: cover;
	background-position: center;
	display: block;
	margin: 0 auto;
}

.inner-header .nav-right li.cart-icon .cart-hover {
    position: absolute;
    right: -70px;
    top: 10px;
    max-height: 500px;
    width: 350px;
    background: #ffffff;
    z-index: 99;
    text-align: left;
    overflow-y: scroll;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-adicionar-carrinho-listagem:focus{
	background-color: none !important;
}

.map-prospect{
	width: 100%; 
	height: 600px;
}

.total-lista-img-whatsapp{
	display: inline-block;
	font-weight: bold;
	height: 40px;
    overflow: hidden;
}

.total-lista-img-whatsapp img{
	width: 40px;
}

.horario-prospect{
	font-size: 13px;
	font-weight: bold;
	color: #848484;
}

.imagem-total-regras{
	display: block;
	margin: 0 auto;
	text-align: center;
}

.separador-lista-prospect{
	margin: 0px !important;
}

.total-botao-ainda-nao-possuo-conta{
	color: #6B6B6B;
	font-size: 14px;
	transition: 0.5s;
}

.total-botao-ainda-nao-possuo-conta:hover{
	color: #000;
	transition: 0.5s;
}

.btn-atender-prospect-lista{
	margin-bottom: 10px;
    margin-top: 0px;
    width: calc(50% - 10px);
    margin-left: 5px;
    padding: 5px 5px 5px 5px;
}

.link-lista-divulgacao:hover{
	text-decoration: none !important;
}

.total-lista-prospect{
	padding: 10px;
	padding-bottom: 0px;
    display: flex;
}

.nome-header-posicao-font{
	font-size: 14px;
}

.total-lista-prospect > .total-lista-esquerda h5{
	font-size: 16px;
	font-weight: bold;
}

.total-lista-prospect > .total-lista-esquerda{
	float: left;
	width: 70%;
}

.total-lista-esquerda p{
	margin-bottom: 10px;
    padding-right: 20px;
}

.total-lista-prospect > .total-lista-direita{
	float: left;
    text-align: right;
	width: 30%;
}

.nada-encontrado-lista-prospect{
	text-align: center;
	padding-top: 260px;
	height: 600px;
}

.btn-acoes-prospect-atendimentos{
	padding: 0px;
	width: calc(50% - 5px);
	margin-right: 5px;
	min-width: 100px;
}

.btn-acoes-prospect-atendimentos-finalizar{
	margin-bottom: 5px;
	margin-top: 5px;
}

.produto-sem-zoom{
	display: none;
}

.total-preco-cashback-produto{
	width: 120px;
    height: 120px;
    padding-top: 40px;
    text-align: center;
    background-color: #450256;
    border-radius: 100px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Gotham-Bold';
    color: #FFF;
}

.botao-ver-carrinho-modal-header{
	border-radius: 15px !important;
	text-transform: lowercase;
	font-family: 'Gotham-Light' !important;
	font-size: 18px !important;
	padding: 10px !important;
}

.botao-finalizar-compra-modal-header{
	border-radius: 15px !important;
	text-transform: lowercase;
	font-family: 'Gotham-Light' !important;
	font-size: 18px !important;	
	padding: 10px !important;
}	

.total-preco-cashback-produto > span{
    display: block;
    line-height: 0px;
    text-align: center;
    font-size: 12px;
    font-family: 'Gotham-Light';
    color: #FFF;
}


.total-card-cashback{
	padding: 25px !important;
	line-height: 10px;
	top: 75px !important;
}

.total-card-cashback h2{
	font-size: 26px;
    font-family: 'Gotham-Ultra';
    color: #410250;
    font-weight: bold;
    margin-bottom: 20px
}


.total-card-cashback p{
	font-size: 12px;
    font-family: 'Gotham-Light';
    color: #666;
    font-weight: bold;
    margin: 0px;
    margin-top: 20px;
}

.span-card-total-cashback{
    display: inline-table;
    height: 10px !important;
	font-size: 12px;
    font-family: 'Gotham-Book';
    color: #4fa801 !important;
    font-weight: bold;
    border-radius: 5px;
    border: 3px solid #4fa801;
    padding: 0px 5px 0px 5px;
}

.span-card-cashback-futuro{
    display: inline-table;
    height: 10px !important;
	font-size: 12px;
    font-family: 'Gotham-Book';
    color: #ffc100 !important;
    font-weight: bold;
    border-radius: 5px;
    border: 3px solid #ffc100;
    padding: 0px 5px 0px 5px;
}

.total-seu-status-cashback h3{
	font-family: 'Gotham-Book';
    color: #1d1d1d;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.como-funciona-cashback{
	background-color: #666;
    color: #FFF !important;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'Gotham-Book';
    font-weight: bold;
}


.total-card-cashback span{
	font-size: 12px;
    font-family: 'Gotham-Light';
    color: #666;
}
.total-card-cashback > p > span{
	font-size: 12px;
	line-height: 20px;
    font-family: 'Gotham-Bold';
    color: #666;
}

.produto-com-zoom{
	display: block;
}

.total-lista-prospect-mobile{
	border: 1px solid #ccc;
}

.label-meus-atendimentos-prospect{
	margin-bottom: 30px;
}

.titulo-meus-atendimentos-prospect{
	margin-bottom: 0px !important;
}

.atendimentos-prospect > tr > th{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.atendimentos-prospect > tr > td{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
}

.register-form .group-input .gi-more label input {
    position: absolute;
    visibility: hidden;
}

.input-login-email, .input-login-senha, .input-registro{
	border-radius: 15px !important;
}

.termos-condicoes-cadastro:hover, .termos-condicoes-cadastro:focus{
	color: #007bff !important;
}

.texto-divulgacao-total-regras{
	min-height: 185px;
}

.button-login-entrar{
	width: auto !important;
	display: block !important;
	margin: 0 auto !important;
	border-radius: 15px !important;
	box-shadow: 3px 5px #88888866 !important;
}

.title-login{
	font-weight: 900 !important; 
}


.total-mensagem-regras-divulgacao{
	font-size: 18px;
}

.total-mensagem-regras-divulgacao > b{
	color: #410250;
	font-weight: bold;
}

.cartao-credito > div > div > input, .select-metodo-de-pagamento{
	font-family: 'Arial' !important;
}

.nome-header i{
	font-size: 20px;
}

.numero-como-funciona-plus{
	height: 100px;
    display: block;
    margin: 0 auto;
}

.logo-como-funciona-plus{
	max-width: 300px;
	margin-bottom: 30px;
}

.total-exemplos-como-funciona-plus{
	max-width: 780px;
}

.total-como-funcionara-plus h5{    
	margin-top: 30px;
	font-family: 'Gotham-Bold';
    color: #410250;
    font-size: 26px;
}

.total-regras-titulo{
	text-align: right;
    font-family: 'Gotham-Bold';
    font-size: 108px;
    line-height: 115px;
    color: #ffc100;
}

.total-regras-texto{
	padding-top: 15px;
	text-align: left;
	font-weight: 'Gotham-Light';
	font-size: 16px;
}

.total-regras-como-funciona-plus h5{    
	margin-top: 30px;
	font-family: 'Gotham-Bold';
    color: #410250;
    font-size: 26px;
}

.como-funcionara-fidelidade{	
	background-color: #ffc100;
    color: #FFF !important;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    display: initial
}

.como-funcionara-faturamento{
	background-color: #ffc100;
    color: #FFF !important;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'Gotham-Book';
    font-weight: bold;
    display: initial	
}

.total-exemplos-como-funciona-plus h1{
	font-family: 'Gotham-Bold';
	color: #410250;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.margem-como-funciona-plus{
	max-width: 700px;
	width: 100%;
}

.exemplo-como-funciona-plus{
	max-width: 500px;
	width: 100%;
}

.total-exemplo-como-funciona-plus{
	font-family: 'Gotham-Book';
	margin-top: 30px
}

.total-margem-como-funciona-plus h1{
	font-family: 'Gotham-Bold';
	color: #410250;
	font-size: 26px;
}


@media(max-width: 1200px){
	.total-botao-listagem-produtos {
	    padding-left: 0px !important;
	    padding: 0 !important;
	    display: block !important;
	    margin: 0 auto !important;
	    text-transform: lowercase !important;
	}
}

/*########################################################################################*/
/*##################################	 TABLET    #######################################*/
/*########################################################################################*/

@media(max-width: 992px){
	.medalha-header{
		width: 32px;
	}
	.nome-header{
		height: 20px;
	}

	.total-filtro-header{
		padding-top: 25px;
	}
	.total-infos-header{
		padding-top: 15px;
	}
	.total-infos-header{
		padding-top: 10px;
	}
	.img-cash-header{
		width: 100%;
	}

	.menu-mobile-display-none{
		display: none;
	}

	.total-infos-header-cashback{
		min-width: 40%;
	    display: block;
	    margin: 0 auto;
	    padding-top: 0px;
	}

	.total-infos-header{
		padding-top: 15px;
	}

	.total-header-carrinho-responsivo{
		margin-top: 5px;
	}
}

/*########################################################################################*/
/*################################	 IPHONE 5S     #######################################*/
/*########################################################################################*/

@media(max-width: 320px){	
	.linha-produto-finalizar-pedido-carrinho text{
		display: inline-flex;
		width: 65%;
	}
	.total-detalhes-da-compra{
		padding: 10px !important;
	}
	.inner-header .nav-right li.cart-icon:hover .cart-hover{
    	top: 78px !important;
	}

	.inner-header .nav-right li.cart-icon .cart-hover{
    	left: -60px !important;
	}
}

/*########################################################################################*/
/*##################################	 CELULAR   #######################################*/
/*########################################################################################*/

@media(max-width: 768px){

	.img-pedido-finalizado{
		max-width: 150px !important;
	}

	.total-radios-nota{
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}

	.agradecemos-sua-compra{
		font-size: 22px !important;
	}

	.pedido-finalizado-com-sucesso-pedido-finalizado{
		font-size: 18px;
	}

	.aviso-conferir-mercadoria-pedido-finalizado b{
		font-size: 16px !important;
	}

	.total-card-cashback{		
	    left: -130px !important;
	    top: 95px !important;
	    border-radius: 15px;
	}

	.product-shop{
    	padding-top: 130px !important;
	}

	.total-regras-titulo{
		font-size: 86px;
	}
	
	.logo-como-funciona-plus {
	    max-width: 170px;
	    margin-bottom: 30px;
	    margin-top: 35px;
	}

	.total-card-carrinho{		
    	top: 80px !important;
	}

	.total-cart-hover-mobile{
	    border-radius: 15px;		
	}

	.inner-header .nav-right li.cart-icon:hover .cart-hover{
   		top: 80px;
	}

	.total-header-carrinho-responsivo{
		margin-top: 0px;
	}

	.total-valores-desktop{
		display: none;
	}

	.total-infos-header{
		margin-right: 20px;
	}

	.total-infos-header-cashback{
		max-width: 50% !important;
    	margin-left: 20px;
    	padding-top: 0px;
	}

	.total-img-cashback-disponivel{
		display: none !important;
	}

	.detalhes-cashback-header span{
		font-size: 14px;
	}

	.lanc-futuros-header {
	    padding-left: 5px;
	    margin-top: 3px;
	}

	.lanc-futuros-header span{
		display: block;
	}

	.total-infos-header ul li{
		text-align: center;
		margin-top: 15px;
	}

	.dados-carrinho-header{
		text-align: center;	
	}

	.nome-header{
	    height: 20px;
	    font-size: 16px;
	}

	.nome-header i{
		font-size: 26px !important;
    	padding-bottom: 5px;
	}

	.icone-carrinho-header{
		padding-top: 0px;
	}
	
	.texto-divulgacao-total-regras{
		min-height: auto !important;
	}

	.btn-url-final-lista{
		width: calc(50% - 3px) !important;
	}

	.total-mensagem-regras-divulgacao{
		text-align: center !important;
	}

	.produto-interno-zoom{
		max-height: 300px !important;
	}

	.label-url-divulgacao-lista a{
		width: 50%;
		text-align: center;
	}

	.imagem-grande-produto{
		max-height: 300px !important;
	}

	.mensagem-cashback{
		text-align: center;
	}

	.texto-detalhes-conta-finalizar-pedido{
		text-align: center;
	}

	.total-pro-qty-produto{
		border-bottom-left-radius: 0px !important;
	}

	.total-cashback-finalizar-pedido > input{
		display: block;
		margin: 0 auto;
	}

	.total-cashback-finalizar-pedido > h4{
		text-align: center;
	}

	.btn-adicionar-carrinho-listagem{
		border-radius: 15px !important;
		margin-bottom: 15px !important;
	}

	.bem-vindo-section{
		padding-top: 100px !important;
	}

	.total-carrinho-de-compra{
		padding-top: 140px !important;
	}

	.total-checkbox-cashback{
		width: calc(50% - 5px) !important;
	}

	.register-form form .group-input label, .login-form form .group-input label{
	    display: block;
	    font-size: 14px;
	    color: #252525;
	    margin-bottom: 5px;
		margin-top: 0px;
	}

	.input-quantidade-produtos {
	    border-bottom-left-radius: 0px !important;
	}

	.register-login-imagem-topo-mobile{
		display: block;
		width: 100%;
	}

	.preco-revenda{
		left: 5px;
	}
	
	.produto-desconto{
		left: 5px;
	}

	.register-login-imagem-topo{
		display: none !important;
	}

	.titulo-login-resgate-pontos{
		font-size: 22px !important;
		margin-bottom: 15px !important;
	}

	.total-login-resgate-pontos{
		margin-top: 15px;
	}

	.total-video-prospect{
		height: 315px;
		width: 100%;
	}

	.prospect-ultimas-solicitacoes-regiao{
		font-size: 14px;
	}

	.total-minha-conta{
		padding-top: 130px !important; 
	}

	.tela-registro{
		margin-top: 25px;
		border: none !important;
	}

	.prospect-ultimas-solicitacoes-regiao-subtitulo{
		margin-top: 5px;
		font-size: 14px !important;
	}

	.nav-item-lista a{
		padding: 3px;
	}

	.nav-item-lista{
		font-size: 12px;
	}

	.total-tr-lista-divulgacao td{
		padding: 5px !important;
	}

	.total-cabecalho-lista-divulgacao th{
		padding: 5px !important;
		font-size: 14px;
	}

	.cabecalho-tabela-meus-atendimentos-prospect tr th{
		padding: 5px 0px 0px 0px;
		font-size: 12px !important;
		font-weight: bold;		
	}

	.atendimentos-prospect > tr > th{
		padding: 5px 0px 0px 0px;
		font-size: 12px !important;
		font-weight: bold;
	}

	.atendimentos-prospect > tr > td{
		padding: 5px 0px 0px 0px;
		font-size: 12px;
		font-weight: bold;
	}

	.img-prospect-whatsapp{
		width: 23px;
	}

	.titulo-meus-atendimentos-prospect{
		font-size: 16px;
		margin-bottom: 5px !important;
	}


	.label-meus-atendimentos-prospect{
		margin-bottom: 10px !important;
		font-size: 14px !important;
	}

	.total-link-sair-prospect{
		text-align: center;
	}

	.produto-sem-zoom{
		display: block !important;
		margin-top: 50px;
	}

	.btn-prosseguir-prospect{
		margin-top: 20px;
	}

	.produto-sem-zoom img{
		display: block !important;
		margin: 0 auto;
	}

	.produto-com-zoom{
		display: none !important;
	}

	.btn-acoes-prospect-atendimentos{
		padding: 0px;
		width: 100%;
		margin-right: 5px;
	}

	.nada-encontrado-lista-prospect{
		height: 300px;
		padding-top: 130px;
	}

	.btn-atender-prospect-lista{
		margin-top: 0px;
	}

	.total-lista-prospect > .total-lista-esquerda{
		float: left;
		width: 60%;
	}

	.total-lista-img-whatsapp img{
		display: none;
	}

	.total-lista-esquerda p{
		margin-bottom: 10px;
	}

	.total-lista-prospect-mobile{
		margin-top: 20px !important;
		border: none;
	}

	.total-lista-prospect > .total-lista-direita{
		float: left;
	    text-align: right;
		width: 40%;
	}

	.map-prospect{
		width: 100%; 
		height: 300px;
	}

	.atualizacao-automatica-prospect{
		text-align: center;
		padding: 0px;
		padding-top: 10px;
	}

	.ultimos-uma-semana-prospect{
		text-align: center;
		padding: 0px;
		padding-top: 10px;
	}
	
	.home-mobile{
		display: block !important;
	}
	.total-header-carrinho-responsivo{
		margin-left: 0px !important; 
	}
	.slicknav_menu {
	    margin-top: -75px !important;
	}

	.slicknav_nav {
	    margin-top: 65px !important;
	}

	.logo-csc {
	    padding-top: 5px;
	    max-width: 90px;
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}
	.logo-beer {
	    padding-top: 5px;
	    max-width: 120px;
	    width: 100%;
	    display: block;
	    margin: 0 auto;
	}
	.total-filtro-header{
		padding-top: 0px;
	}

	.total-infos-header{
		padding: 0px !important;
	}

	.menu-mobile-display-none{
		display: none;
	}

	.total-menu-mobile-position-fixed{
		position: fixed;
		border-bottom: 1px solid #CCC;
		z-index: 9999999;
		width: 100%;
	}

	.total-botao-listagem-produtos{
		display: block;
    	margin: 0 auto;
	}

	.total-padding-top-mobile{
	    padding-top: 80px;
	}
	
	.total-padding-top-mobile-finalizar-pedido{
	    padding-top: 130px;
	}

	.total-padding-top-mobile-produtos{
	    padding-top: 130px;
	}

	.total-padding-top-mobile-progresso{
	    padding-top: 130px;
	    padding-bottom: 10px;
	}

	.inner-header .nav-right li.cart-icon .cart-hover{
		width: 300px !important;
	}

	.inner-header .nav-right li.cart-icon .cart-hover {
	    left: -20px;
	}

	.total-tabela-minha-conta{
    	overflow: scroll;
	}

	.total-rodape{
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.total-cart-hover-mobile{		
	    overflow: overlay;
	    display: inherit;
	    max-height: 500px;
	    z-index: 999999999;
	    border: 1px solid #ccc;
	    position: absolute;
	    padding: 10px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
	.nav-item .nav-menu li a {
		padding: 16px 15px 15px !important;
	}
	.nav-item .nav-menu li a {
	    font-size: 14px !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){

}

@media only screen and (max-width: 1199px) and (min-width: 992px){
	.nav-item .nav-menu li a {
	    padding: 16px 12px 15px !important;
    	font-size: 12px !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
	.nav-item .nav-menu li a {
	    font-size: 10px !important;
    	padding: 16px 5px 15px;
	}
}


@supports (-webkit-touch-callout: none) {

	.slicknav_menutxt{
		padding-top: 5px !important;
		padding-bottom: 0px !important;
	}

	.slicknav_btn{
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}

	.total-preco-cashback-produto{
		font-family: -apple-system !important;
	}

	.total-preco-cashback-produto span{
		font-family: -apple-system !important;
	}

	.qtybtn{
		font-family: -apple-system !important;
		padding-top: 0px !important;
	}

	.number-carrinho{
		font-family: -apple-system !important;
	}

	.total-checkbox-cashback{
		font-family: -apple-system !important;
	}

	.mensagem-cashback{
		font-family: -apple-system !important;
	}

	.total-radio-transporte-metodo-pagamento label{
		font-family: -apple-system !important;
	}

	.select-metodo-de-pagamento{
		font-family: -apple-system !important;
	}

	.botao-ver-carrinho-modal-header{
		padding-top: 20px !important;
	}

	.botao-finalizar-compra-modal-header{
		padding-top: 20px !important;
	}

	.carrinho-botao-finalizar-pedido-valor-total{
		padding-top: 20px !important;
	}

	.botao-finalizar-pagamento{
		font-family: -apple-system !important;
		padding-top: 15px !important;
	}

	#comprovante_transf_bancaria{
		font-family: -apple-system !important;
	}
	
	.total-preco-produto-listagem > p > strong{
		font-family: -apple-system !important;
	}
	
	.total-preco-produto-listagem > p{
		font-family: -apple-system !important;
	}
	
	.downloads-header{
		font-family: -apple-system !important;
		font-weight: bold;
	}
	
	.btn-atualizar-cadastro-lista{
		font-family: -apple-system !important;
		font-weight: bold;
	}

	.btn-url-final-lista{
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	
	.pedido-finalizado-com-sucesso-pedido-finalizado{
		font-family: -apple-system !important;
		font-weight: bold;
	}

	.aviso-conferir-mercadoria-pedido-finalizado b{
		line-height: 5px;
	}

	.aviso-conferir-mercadoria-pedido-finalizado p{
		font-family: -apple-system !important;
	}	

	.quanto-voce-esta-satisfeito{
		font-family: -apple-system !important;
		font-weight: bold;
	}
	
	.total-preco-produto-listagem > p{
		border: none !important;
	}

	.span-card-total-cashback{
		height: 10px !important;
		padding-top: 8px !important;
	}

	.span-card-cashback-futuro{
		height: 10px !important;
		padding-top: 8px !important;
	}
	
	.como-funciona-cashback{
		padding-top: 10px !important;
		height: 20px;
		display: block;
	}

	.detalhes-cashback-header span{
		font-size: 22px;
	    display: block;
	    font-weight: bold;
		font-family: -apple-system !important;
	}


}

/*#####################################################
################## ALTEREAÇÔES HOME ##################
#####################################################*/

.total-itens-home-topo{
	background-color: #410250;
}

.total-itens-home-topo .container{
	padding: 0px;
}

.total-item-home-topo{
	padding: 15px 0px 10px 0px;
	display: inline-block;
	width: 100%;
}

.total-item-home-topo-icone{
	float: left;
	width: 20%;
}

.total-item-home-topo-icone img{
	max-width: 50px;
	display: block;
	margin: 0 auto;
}

.total-item-home-topo-texto{
	float: left;
	width: 80%;
}

.total-item-home-topo-texto h1{
	font-family: 'Gotham-Book';
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	padding-top: 5px;
}

.total-item-home-topo-texto span{
	display: block;
	font-family: 'Gotham-Light';
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
}

.total-desenho-onde-voce-esta{
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

.total-desenho-onde-voce-esta-desktop{
	display: block;
}

.total-desenho-onde-voce-esta-mobile{
	display: none;
}

.swiper-container-itens-topo-home{
	overflow: hidden;
}

.total-lancamentos-home{
	margin-top: 60px;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.total-lancamentos-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_lancamento_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-lancamentos-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

.swiper-container-lancamentos-home{
	margin-top: 30px;
	overflow: hidden;
}

.swiper-container-lancamentos-home > .swiper-wrapper > .swiper-slide{
	padding: 0px 15px 0px 15px;
}

.preco-sugerido-slider-home{
	font-family: 'Gotham-Bold';
    border: 1px solid #410250;
    border-radius: 10px;
    width: 70px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: 20px;
    background-color: #FFF;
    z-index: 99999;
    text-align: center;
    color: #410250;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.preco-sugerido-slider-home img{
	display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-top: 5px;
}

.total-produto-slider-lancamento{
	border: none;
	padding-top: 30px;
}

.input-quantidade-produtos-lancamentos{
    border: 2px solid #ffcb00 !important;
    border-radius: 15px !important;
    height: 40px !important;
}

.input-quantidade-produtos-lancamentos .qtybtn{
    color: #141414 !important;
    line-height: 32px !important;
}

.input-quantidade-produtos-lancamentos input{
    line-height: 34px !important;
}

.produtos-btn-disponivel-lancamento{
    max-width: 200px !important;
    min-height: 40px !important;
    padding-top: 8px !important;
    border-radius: 15px !important;
    background-color: #ffcb00;
    color: #FFF;
}

.produtos-btn-disponivel-lancamento:hover{
	color: #FFF;
}

.btn-adicionar-carrinho-listagem-lancamento{
    background-color: #a27c4c;
    width: 100%;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

/*#swiper-button-next-lancamentos{
	right: 0px !important;
}

#swiper-button-prev-lancamentos{
	left: 0px !important;
}*/

.total-preco-produto-listagem-lancamentos > p{
	color: #333333;
	font-size: 12px;
	text-align: center;
    padding-top: 5px;
    line-height: 15px;
}

.total-preco-produto-listagem-lancamentos > p > strong{
	color: #333333;
	font-size: 25px;
}

.titulo-produto-listagem-lancamento{
	padding: 10px 0px 10px 0px;
	font-size: 15px;
	max-height: 30px;
		min-height: 30px;
}

.badge-lancamento{    
	background-color: #ffcb00;
    color: #FFF;
    font-size: 12px;
    width: min-content;
    padding: 1px 8px 0px 8px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-weight: bold;
}

.total-botao-listagem-produtos-lancamentos{
	margin-right: 0px;
	padding-top: 3px !important;
}

.total-cashback-final-lancamentos img{
	width: 35px;
	display: inline-block;
	margin: 0 auto;
}

.total-cashback-final-lancamentos span{
	font-family: 'Gotham-Bold';
	color: #ffcb00;
    font-size: 13px;
}

.valor-total-unidades-produto{
	padding-top: 0px !important;
	font-size: 14px !important;
	line-height: 14px !important;
}

.produtos-btn-indisponivel-home{
	border-radius: 15px;
    min-height: 40px !important;
    line-height: 27px;
    margin-bottom: 10px;
}

.desconto-slider-home{
		font-family: Gotham-Bold;
	position: absolute;
    right: 20px;
    top: 1px;
    background-color: #ffcb00;
    border: 2px solid #410250;
    color: #410250;
    font-size: 16px;
    height: 60px;
    text-align: center;
    padding-top: 14px;
    line-height: 14px;
    width: 60px;
    border-radius: 35px;
    z-index: 9999999;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.swiper-container-kit-home{
	margin-top: 30px;
	overflow: hidden;
}

.swiper-container-kit-home > .swiper-wrapper > .swiper-slide{
	padding: 0px 15px 0px 15px;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.swiper-container-combo-home{
	margin-top: 30px;
	overflow: hidden;
}

.swiper-container-combo-home > .swiper-wrapper > .swiper-slide{
	padding: 0px 15px 0px 15px;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */


.total-blog-home{
	margin-top: 60px;
}

.total-blog-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_blog_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-blog-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

.total-slider-postagem-blog{
	padding: 0px 45px 0px 45px;
}

.total-slider-postagem-blog img{
	border-radius: 10px;
	display: block;
	margin: 0 auto;
}

.total-slider-postagem-blog p{
    font-family: 'Gotham-Book';
	line-height: 20px;
	padding-top: 10px;
}

.total-slider-postagem-blog h5{
    font-family: 'Gotham-Book';
    color: #636363;
}

.total-slider-postagem-blog a{
    font-family: 'Gotham-Bold';
	padding: 10px 30px 10px 30px;
	background-color: #ffcb00;
	border-radius: 15px;
	text-align: center;
	color: #FFF;	
}

.total-slider-postagem-blog a:hover{
	color: #FFF;	
}

/*	#swiper-button-prev-blog{
	left: 0px !important;
}

#swiper-button-next-blog{
	right: 0px !important;
}*/

.total-botao-leia-mais-blog{
	height: 50px;
	min-height: 50px;
	width: 100%;
    display: block;
    margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.total-video-home{
	margin-top: 30px;
}

.total-video-home iframe{
	border-radius: 15px;
	height: 600px;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.total-destaques-home{
	margin-top: 60px;
}

.total-destaques-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_destaques_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-destaques-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

.swiper-container-destaques-home{
	margin-top: 30px;
	overflow: hidden;
}

.swiper-container-destaques-home > .swiper-wrapper > .swiper-slide{
	padding: 0px 15px 0px 15px;
}


/* ############################################## */
/* ############################################## */
/* ############################################## */

.total-combos-home{
	margin-top: 60px;
}

.total-combos-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_destaques_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-combos-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.total-kits-home{
	margin-top: 60px;
}

.total-kits-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_blog_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-kits-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

/* ############################################## */
/* ############################################## */
/* ############################################## */

.divisao-depoimento{
    position: absolute;
    right: -5px;
    top: 5%;
    width: 5px;
    height: 60%;
    background-color: #ffcb00;
    border-radius: 30px;
}

.total-depoimento{
width: 101%;
position: relative;
padding-right: 30px;
}

.total-depoimento img{
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.total-depoimento p{
    font-family: 'Gotham-Book';
    font-style: italic;
    font-size: 14px;
    color: #5f5f5f;
    padding: 0px 30px 0px 30px;
}

.total-depoimento h5{
    font-family: 'Gotham-Book';
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
}

.total-depoimentos-home{
	margin-top: 60px;
}

.total-depoimentos-home-titulo > h1{
    font-family: 'BubaDEMO-Outline';
    font-size: 44px;
    color: #450256;
    background-image: url('../img/bg_destaques_home.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding: 0px;
    line-height: 30px;
}

.total-depoimentos-home-titulo > p{
	font-family: 'Gotham-Bold';
	font-weight: bold;
	padding-top: 0px;
	color: #410250;
}

/* ############################################## */
/* ################# SWIPER ##################### */
/* ############################################## */

.swiper {
  width: 100%;
  height: 400px;
}

.swiper-horizontal>.swiper-scrollbar{
    display: none;
}

.swiper-button-next{
    color: #ffcb00;
    right: 0px;
    box-shadow: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swiper-button-prev{
    color: #ffcb00;
    left: 0px;
    box-shadow: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swiper-button-prev:focus{
    box-shadow: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swiper-button-next:focus{
    box-shadow: none !important;  
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

/* ############################################## */
/* ############################################## */
/* ############################################## */


@media(max-width: 768px){
	.total-desenho-onde-voce-esta-desktop{
		display: none;
	}

	.divisao-depoimento{
		display: none;
	}

	.total-desenho-onde-voce-esta-mobile{
		display: block;
	}

	.total-item-home-topo-icone{
		float: none;
		width: 100%;
	}
	.total-item-home-topo-texto{
		float: none;
		width: 100%;
		text-align: center;
	}
	.total-slider-postagem-blog p{
    	padding-top: 0px;
	}

	.total-video-home iframe{
		border-radius: 15px;
		height: 300px;
	}


}