
/**
CSS QUE CONTROLA O EFEITO TRANSPARENTE DA APLICAÇÃO
**/
.glass-effect {
    opacity: 0.4;
    pointer-events: none; 
}

.blur-effect {
    box-shadow: inset 0 0 0px rgba(255, 255, 255, .5);
	filter: blur(5px);
    border: 0;
    pointer-events: none;
}

header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {  
    background-color: #F00000;
  
}

/**
CSS QUE CONTROLA O LOADING DA APLICAÇÃO 
**/
@keyframes lds-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes lds-eclipse {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .lds-eclipse {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    top:0; 
    left:0; 
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 1.5px 0 0 #0f0f0f;
  }

.checkout-process-message {
    font-size: 25px;
    color: green;
    position: fixed;
    font-weight: bold;
    z-index: 1000;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    top: 60%;
}

.checkout-process-message-mobile {
  font-size: 25px;
  color: green;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  top: 60%;
  margin-left: -15px;
  padding: 5px;
}

/** Vitrine **/

.home-public .header {
  background-color: #fff;
}

header .up-header .home-public .header > .header-user-section {
  color: #F00000;
}

header .up-header .home-public .header>form>.center>.search-bar>span>button {
    background-color: #616161;
}

header .up-header .home-public .header>form>.center>.search-bar button, header .up-header .home-public .header>form>.center>.search-bar>input {
    border: 1px solid #616161;
}


header .up-header nav .menu-produto>.menu-list>.w-drop, header .up-header-mobile nav .menu-produto>.menu-list>.w-drop {
    background: linear-gradient(to bottom, #481912, #F00000);
    transition: background 0.25s ease;
}

#list-produto>.navigate>.menu-produto>span>.nav-last {
    color: #000000;
}

#list-produto>.content>.products>.controls>.control-row>.control>div>.filter-component>.filter-select .visualizacao-values .visualizacao-item span {
    font-size: 18px;
    color: #000000;
}

.cad-dynamic>.listSession>.w-pagination>.w-pagination-row button, .w-btn-secondary, .w-grid>.w-pagination>.w-pagination-row button, .wmw-list>.w-pagination>.w-pagination-row button {
    border: 1px solid #000000;
    color: #000000;
    background-color: #fff;
}

footer>.up-footer .top {
    height: 70px;
    background-color: aliceblue;
}

footer>.up-footer .middle {
    background-color: #fff;
    color: #000;
}

footer>.up-footer {
     background-color: #fff; 
}

footer > .up-footer .top, .foot-bottom {
	background-color: #616161 !important;
}

.content-dynamic-page .menu ul .top-title {
    background-color: #941C1E !Important;
    color: #ffffff!important;
}

.content-dynamic-page {
    padding: 30px 0;
    margin-bottom: 30px;
}

@media (min-width: 1200px)
.col-lg-2 {
    width: 16.66667%;
}

.content-dynamic-page .menu ul .top-title {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
}

.content-dynamic-page .menu ul li {
    padding: 7px 15px;
}

.content-dynamic-page .menu ul li.active {
    background: #212121;
    font-weight: bold;
}

.content-dynamic-page .menu ul li.active {
    background: #212121;
    font-weight: bold;
}

.content-dynamic-page .menu ul li, .content-dynamic-page .menu ul {
    background-color: transparent!important;
    color: #212121!important;
}


/** LOGANDO **/
section>.content-offset {
    background-color: #F00000;
}

header .up-header-mobile>ng-include>.side-menu>.top .side-menu-close>span, header .up-header-mobile>ng-include>.side-menu>.top>.control>span {
    color: #941C1E;
}


header .up-header-mobile>ng-include>.side-menu>.top>.control>.w-icon-notification>.w-badge {    
    background-color: #616161;
}

header .up-header-mobile>ng-include>.side-menu>.body>.navigation {    
    background-color: #941C1E;
}

/*** LOGADO ***/

header .up-header .topo {
    background-color: #fff;
}

header .up-header .topo>form>.center>.search-bar>span>button {
    background-color: #616161;
}

header .up-header .topo>form>.center>.search-bar button, header .up-header .topo>form>.center>.search-bar>input {
    border: 1px solid #616161;
}

header .up-header .topo>.right>.control .cart.open,header .up-header .topo>.right>.control .notification.open,header .up-header .topo>.right>.control>.user.open{
    background-color:#f5f5f5
}

header .up-header .topo > .right > .control > .cart.carrinho-click {
    cursor: pointer;
	background-color: #fff
}

header .up-header .topo > .right > .control > .cart.carrinho-click:hover {
    background-color: #f5f5f5;
}

.todos-menu-produto:hover {
	background-color: #FFFFFF;
}

.w-btn-primary {
    border: 1px solid #000000;
    background-color: #616161;
}
.w-btn-primary:hover {
    background-color: #941C1E;
}

#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1 {
    background-color: #941C1E;
}

.up-produto>.list-row>.price>.price-row>.value {
    color: #000000;
}

.meus-pedidos .body .w-pills>.w-nav-pills li {
    color: #000000;
}

.meus-pedidos .body .w-pills>.w-nav-pills .active {
    color: #fff;
    background-color: #941C1E;
}

.w-panel>.w-panel-title {
    background-color: #941C1E;
    color: #fff;
}

.w-dropdown .w-dropdown-toggle .w-dropdown-icon>span {
    font-size: 25px;
    color: #000000;
}

.meus-pedidos .body .w-pills>.w-nav-pills .active {
    color: #fff;
    background-color: #941C1E!important;
    border-radius: 4px;
}

.steps>div>.step-active>.step-icon {
    background-color: #941C1E;
}

.my-cart>.footer-cart .controls>.right>div .value, .my-cart>.footer-cart>.totalizing>.right>div .value {
    color: #000000;
}

.up-produto-carrinho .value {
    color: #000000;
}

header .up-header nav .menu-produto>.menu-list, header .up-header-mobile nav .menu-produto>.menu-list {
    border-color: #ffffff;
}


header .up-header nav .menu-produto>.menu-list:hover,header .up-header-mobile nav .menu-produto>.menu-list:hover{
    background-color:#941C1E
}

.slick-dots li.slick-active button:before {
    color: #000000;
}

.up-produto:hover {
    border-color: #F00000;
}

.cad-dynamic>.listSession>.w-pagination>.w-pagination-row button.active, .cad-dynamic>.listSession>.w-pagination>.w-pagination-row button:active, .w-btn-secondary.active, .w-btn-secondary:active, .w-grid>.w-pagination>.w-pagination-row button.active, .w-grid>.w-pagination>.w-pagination-row button:active, .wmw-list>.w-pagination>.w-pagination-row button.active, .wmw-list>.w-pagination>.w-pagination-row button:active {
    border-color: #F00000;
}
header .up-header .topo>.right>.control {
    background-color: #fff;
    color: #F00000;
}

header .up-header .topo>.right>.control [class^=w-badge] {
    background-color: #fff;
    color: #000000;
}

header .up-header .topo>.left>img {
    max-width: 100%;
    max-height: 90px;
    margin-left: 90px;
    margin-top: 10px;
	margin-bottom: 10px;
}


header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
    border-color: #F00000;
}


header .up-header nav .menu-produto>.menu-list>.w-drop:hover, header .up-header-mobile nav .menu-produto>.menu-list>.w-drop:hover {
    background: #F00000;
}
.detail-produto>.detail-produto-topo>.right>.disponivel .valor .valores>.preco {
    color: #000000;
}

.up-produto-readonly .value {
    color: #000000;
}

.extratoFinanceiro>.body>.pills>.w-nav-pills .active {
    background-color: #941C1E!important;
}

a {
    color: #000000;
    text-decoration: none;
}

.client>.body>.pills>.w-nav-pills>.active {
    background-color: #941C1E!important;
}

header .up-header .home-public .header .logo img {
    max-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}


.todos-menu-produto-container>.w-icon-arrow-right {
	color: #E65100;
}

.todos-menu-produto {
	color: #F00000;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{
	background-color: #F00000;
}

.w-drop-content-submenu-produto>div>.categoria>div{
	color: #F00000;
}


/*### AJUSTE NAS CORES DA APLICAÇÃO NO SMARTPHONE ###  */
header .up-header-mobile>ng-include>.top{
	background-color: #941C1E  !important;
}

.public-acesso .up-header-mobile .side-menu-public .top{
	background-color:#FFF !important;
	}

#list-produto .navigation-mobile .navigation-filters>div{
	background-color: #F00000  !important;
	}



/**CSS QUE CONTROLA BOTÃO E TELA DE ADICIONAR RÁPIDO**/
body > header > div > up-produto-insercao-popup > div > wmw-lightbox > div > div > div > up-detail-produto > div > ng-include > div {
    display: none;
}

body > header > div > up-produto-insercao-popup > div > wmw-lightbox > div > div > div > up-detail-produto > div > ng-include > div.produto-description-anonimo {
    display: block!important;
}

/* Setando os botões para o footer do card do upProduto dividindo metade para um lado e metade para o outro */
@media (min-width: 767px) {
	.up-produto>.list-row>.image>.botao-detail-insercao button {
		height: 42px;
		position: absolute;
		width: calc(50% - 15px);
		bottom: 20px;
		right: calc(50% + 2.5px)
	}
	
	.up-produto>.list-row>.control {
		width: calc(50% - 5px);
		position: relative;
		left: calc(50% + 2.5px);
	}
}

/* Controlando visibilidade do visualizar (Adicionar) */
@media (max-width: 1199px) and (min-width: 768px) {
	.up-produto>.list-row>.image>.botao-detail-insercao {
		visibility: visible!important;
	}
}

/* Ajustando texto dos botões */
.up-produto>.list-row>.control>button, .up-produto>.list-row>.image>.botao-detail-insercao>button>.btn-text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.4px 2px;
}

/* Resetando espaçamento do botão de Detalhes */
.up-produto>.list-row>.control>button>span {
	padding-right: 0px !important;
}
.up-produto>.list-row>.control>button>span.w-icon-search {
	padding-right: 5px !important;
}

/* Icone do botão de visualizar (Adicionar) */
.up-produto>.list-row>.image>.botao-detail-insercao>button>.btn-text:before  {
    /* Font para Glyphicons */
	/*
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	*/
	font-family: w-icon!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
	font-size: 18px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	content: "\e987" /*"\e904"*/;
	padding-right: 2px;
}

@media (min-width: 767px) {
	.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.center {
		width: 50%!important;
	}
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto .detail-produto-topo .left {
	width: 98%;
    display: block;
    float: none!important;
    padding-top: 0px !important;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto .detail-produto-topo .destaque .itens {
    display: flex
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.left>.destaque>.itens>wmw-list>.wmw-list>div>div>wmw-image {
    display: inline-block;
    padding-right: 2px;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.left>.destaque>.itens .item {
    padding-right: 10px;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo {
	margin-bottom: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.center>.image {
	margin-bottom: 0px !important;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.center .container-zoom-status>.produto-bloco-status>.produto-status {
	margin-bottom: 0px !important;
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.left>.destaque {
	padding-top: 10px !important
}

.popup-insercao-produto>wmw-lightbox>.lightbox>.box  .detail-produto>.detail-produto-topo>.left>.destaque>.itens .item {
    margin-bottom: 10px!important;
}

@media (min-width: 1200px) {
	.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto>.detail-produto-topo>.container-local-estoque-tipo-pedido {
		width: 50%;
	}
}

.detail-produto>.detail-produto-topo>.left>.descricao {
		font-size: 20px;
}
/**CSS QUE CONTROLA BOTÃO E TELA DE ADICIONAR RÁPIDO**/


/*header .up-header .home-public .header {
	background-color: #d13239;
}

header .up-header .home-public .header>form>.center>.search-bar>span>button {
	background-color: #970007;
	border-color: #970007;
}

up-button-cadastro button.novoCliente:hover {
	background-color: #970007;
}

up-button-cadastro button.novoCliente {
	background-color: #970007;
	border-color: #970007;
}

header .up-header .home-public .header>form>.center>.search-bar>input {
		border-color: #970007;
}*/

.detail-produto>.detail-produto-topo>.right-anonimo {
	float: right!important;
}
.up-produto-anonimo>.list-row>.control-anonimo .cadastre-anonimo {
	display: none!important;
}
.up-produto-anonimo>.list-row>.image>.botao-detail-insercao button {
	height: 30px!important;
	bottom: 10px!important;
	width: calc(100% - 20px)!important;
	right: 10px!important;
	z-index: 100;
}
.popup-insercao-produto .detail-produto>.detail-produto-topo>.right-anonimo {
	float: right!important;
}


@media screen and (min-width: 1750px) {
	.popup-insercao-produto>wmw-lightbox>.lightbox>.box .detail-produto .detail-produto-topo .container-local-estoque-tipo-pedido {
		float: right!important;
		width: 33.33333%!important;
	}
}

@media (min-width: 1366px) {
	.detail-produto>.detail-produto-topo>.container-local-estoque-tipo-pedido {
		float: right!important;
	}
}

@media (min-width: 768px) {
	.detail-produto>.detail-produto-topo>.right-anonimo {
		width: 100%!important;
		float: left;
	}
}

@media (min-width: 1366px) {
	.detail-produto>.detail-produto-topo>.right-anonimo {
		width: 33.33333%!important;
		float: right!important;
	}
}

/* Ajustes feitos para Tela Anônima */

header ng-if="$root.configAcessoPublico.isLoginAnonimo && !vm.isEsqueceuSenha" .up-header nav .menu-produto>.menu-list.open>.w-drop-content-produto>.content-produto>.oferta-produto, header .up-header-mobile nav .menu-produto>.menu-list.open>.w-drop-content-produto>.content-produto>.oferta-produto {
	display: none;
}

header ng-if="$root.configAcessoPublico.isLoginAnonimo && !vm.isEsqueceuSenha" .up-header nav .menu-produto>.menu-list.open>.w-drop-content-produto.produto-visible, header .up-header-mobile nav .menu-produto>.menu-list.open>.w-drop-content-produto.produto-visible {
	width: 425px;
}

header ng-if="$root.configAcessoPublico.isLoginAnonimo && !vm.isEsqueceuSenha".up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.sub-menu>.oferta-produto {
	display: none;
}
/* ------------ */

@media (max-width: 768px) {
	.w-icon-user:before {
		color: #000!important;
	}
	
	.up-header-mobile>ng-include>.top>.search-bar{
		background-color: #FFF!important;
	}
	
	.up-header-mobile>ng-include>.top>.search-bar>form>span>button{
		background-color: #000!important;
	}
	
	.up-header-mobile>ng-include>.top>.search-bar>form button, header .up-header-mobile>ng-include>.top>.search-bar>form>input{
		border: 1px solid #FFF!important;
	}
}
/*
#modal {
  position: relative;
  width: 100%;
}

#absolute {
  position: absolute;
  bottom: 40px;
  right: 0px;
}

#robbu-whatsapp-button {
  position: fixed;
  width: 120px;
  height: 40px;
}
*/
/*mobile*/

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto {
    height: auto;
    max-width: 360px;
    background-color: #941C1E;
}


header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list {    
    border-color: #941C1E;    
    background-color: #941C1E
}

header .up-header-mobile>ng-include>.side-menu>.body>.navigation {    
    background-color: #941C1E;
    
}

#list-produto .navigation-mobile .navigation-filters>div .w-icon-arrow-left {
    display: flex;
    background-color: #fff;
    border: 10px solid #616161;   
    color: #616161;    
}


#list-produto>.content>.products.mobile>.controls>.visualizacao {   
    color: #616161;    
}