
/**
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;
}


/**
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;
}

/** CSS PARA PÁGINAS DINAMICAS **/
.content-dynamic-page {
    padding: 30px 0;
    margin-bottom: 30px;
}

.content-dynamic-page .menu ul {
    width: auto;
    padding: 0;
    background: #e30e0e;
    border: 1px solid #e30e0e;
    border-radius: 5px;
    color: #FFF;
    list-style: none;
}

.content-dynamic-page .menu ul .top-title {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: #e30e0e;
}

.content-dynamic-page .menu ul li {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #e30e0e;
}

.content-dynamic-page .menu ul li:hover {
    background: #e30e0e;
}

.content-dynamic-page .menu ul li.active{
    background: #e30e0e;
    font-weight: bold;
}

.content-dynamic-page .menu ul li:last-child {
    border-bottom: none;
}


/* PERSONALIZAÇÕES */



header .up-header nav .menu-produto > .menu-list, header .up-header-mobile nav .menu-produto > .menu-list {
  border-color: #e30e0e;
}
header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
  background-color: #e30e0e;
}
footer > .up-footer {
  background-color: #e30e0e;
}
header .up-header .home-public .header > form > .center > .search-bar > span > button {
background-color: #e30e0e;
}
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 #e30e0e;
}
up-button-cadastro button.novoCliente {
background: #e30e0e;
border: 1px solid #e30e0e;
}
header .up-header .home-public .header > .header-user-section {
color: #ffffff;
}

header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
  border-color: #e30e0e;
}
header .up-header nav .menu-produto > .menu-list:hover, header .up-header-mobile nav .menu-produto > .menu-list:hover {
background-color: #e30e0e
}
.w-btn-primary {
  border: 1px solid #e30e0e;
  background-color: #e30e0e;
}
@media screen and (min-width: 768px) {
  section > .content-offset {
    background-color: #e30e0e;
  }
}
.w-panel > .w-panel-title {
background-color: #e30e0e;
}
header .up-header .topo > form > .center > .search-bar > span > button {
background-color: #e30e0e;
}
header .up-header .topo > form > .center > .search-bar button, header .up-header .topo > form > .center > .search-bar > input {
border: 1px solid #e30e0e;
}
header .up-header .topo > .right > .control {
color: #e30e0e;
}
header .up-header .topo > .right > .control {
color: #ffffff;
}

header .up-header .topo > .right > .control [class^="w-badge"] {
  color: #e30e0e;
}
.meus-pedidos .body .w-pills > .w-nav-pills .active {
background-color: #e30e0e !important;
}
.meus-pedidos .body .w-pills > .w-nav-pills li {
color: #e30e0e;
}
a {
color: #e30e0e;
}
.steps > div > .step-active > .step-icon {
background-color: #e30e0e;
}
.my-cart .payment-section > .summary .detail-pedido .desc-cliente {
  color: #e30e0e;
}

#list-produto > .content > .filters-wrap > .filters > .filtro > .nivel1 {
  background-color: #e30e0e;
}
#list-produto > .navigate > .menu-produto > span > .nav-last {
  color: #e30e0e;
}

.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 {
color: #e30e0e;
}

.up-produto > .list-row > .price > .price-row > .value {
color: #e30e0e !important;
}
header .up-header .topo > .right > .control > .cart.open > .w-drop-content > .footer > .currency .total {
color: #e30e0e;
}
.up-produto-carrinho .value {
 color: #e30e0e;
}
.my-cart > .footer-cart .controls > .right > div .value, .my-cart > .footer-cart > .totalizing > .right > div .value {
  color: #e30e0e;
}

.up-produto > .list-row > .price > .price-row > .value {
  color: #e30e0e;
}
#list-produto > .content > .products > .controls > .control-row > .control > div > .filter-component > .filter-select .visualizacao-values .visualizacao-item span {
  color: #e30e0e;
}
#list-produto > .content > .products > .controls > .control-row > .control .w-dropdown [class^="w-icon-"] {
color: #e30e0e;
}
.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 #e30e0e;
}
/*
.up-produto {
  font-family: "BEAUFORT PRO";
}
footer > .up-footer {
font-family: "BEAUFORT PRO";
}
safira.min.css
.cad-dynamic > .listSession > .w-pagination > .w-pagination-row button, .w-btn, .w-grid > .w-pagination > .w-pagination-row button, .wmw-list > .w-pagination > .w-pagination-row button {
font-family: "BEAUFORT PRO";
}
*/
.up-produto-readonly .value {
  color: #e30e0e;
}
#details-pedido > .summary > div .value {
  color: #e30e0e;
}

header .up-header .topo {
   background-color: #e30e0e;
}

header .up-header .home-public .header {
   background-color: #e30e0e;
}

header .up-header .topo>.right>.control .user{
   background-color: #e30e0e;
}

header .up-header-mobile {
	background-color: #e30e0e;
}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list>.w-drop>.group {
	background-color: #e30e0e;
}

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: #e30e0e;
}

.public-acesso .up-header-mobile .side-menu-public .top {
	background-color: #e30e0e !important;
}

.up-produto img {
    height: 200px;
    object-fit: contain;
}

/*Cor do nome e icone do status cancelado na lista de pedidos. */
#details-pedido>.step-area>.step.error>.content>.icon, #details-pedido>.step-area>.step.error>.content>.status {
	color: #df001d;
}
/*Cor do nome e icone do status cancelado na lista de pedidos. */


/* Personalização do Tamanho do Header */
header .up-header .topo>.right>.control .cart, header .up-header .topo>.right>.control .notification, header .up-header .topo>.right>.control>.user {
	padding-top: 25px;
} 

header .up-header .topo>form>.center>.search-bar {
	padding-top: 25px;
}

header .up-header .topo>.left>img {
	max-width: 65%;
}

header .up-header .topo, header .up-header .home-public .header {
	height: 88px;
}

header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
	top: 85px;
}

@media screen and (min-width: 768px) {
    section>.content-offset {
		height: 110px;
	}
}

.home-public {
	height: 85px;
}

header .up-header nav .menu-produto.scrolled, header .up-header-mobile nav .menu-produto.scrolled {
	top: 82px;
}
/* Personalização do Tamanho do Header */


/*Descricao produto em negrito */
.up-produto>.list-row .desc-card>.description {
	font-weight: bold;
	font-size: 11px;
}

/*Descricao produto em negrito */


/*Retirar valor anterior do historico de pedido*/
.up-produto-readonly .discount>.value.old, .up-produto-readonly .price>.value.old, .up-produto-readonly .subtotal>.value.old, .up-produto-readonly>.quantity>.value.old {
		display: none;
}
/*Retirar valor anterior do historico de pedido*/

/*Ajuste imagens para acertar identação das informações da lista de itens*/
.up-produto-carrinho>.image-description-block>.image img {
	min-width: 100px;
	object-fit: contain;
}

@media (min-width: 1366px) {
    .up-produto-compress .value {
		align-content: center;
	}
}
/*Ajuste imagens para acertar identação das informações da lista de itens*/


/*Ajuste tamanho das informações de pagamento*/
.my-cart .payment-section .pills>.w-nav-pills>.principal {
	min-width: 150px;
}


@media screen and (min-width: 776px) {
    .my-cart .payment-section .pills {
		max-width: 150px;
	}
}
/*Ajuste tamanho das informações de pagamento*/


/*Simplificação do Avise-me*/
.detail-produto .produto-detail-popup .lightbox>.box>.content>.controls .date wmw-date>div>.w-input, .detail-produto .produto-detail-popup .lightbox>.box>.content>.controls>.inputs {
	display: none;
}

.up-produto-popup .lightbox>.box>.content>.controls>.inputs>.unit, .up-produto-popup .lightbox>.box>.content>.controls>.inputs>.amount, .up-produto-popup .lightbox>.box>.content>.controls .date>wmw-date>div>.w-input {
	display: none;
}

.detail-produto .produto-detail-popup .lightbox>.box>.content>.controls>.inputs>.unit {
	display: none;
}

.detail-produto .produto-detail-popup .lightbox>.box>.content>.controls>.inputs>.amount {
	display: none;
}

.detail-produto .produto-detail-popup .lightbox>.box, .up-produto-popup .lightbox>.box {
	height: 250px;
}
.up-produto-popup .lightbox>.box>.content>.controls {
	padding: 3px 20px 0;
}

.detail-produto .produto-detail-popup .lightbox>.box>.content>.controls, .up-produto-popup .lightbox>.box>.content>.controls {
	height: 110px;
}
/*Simplificação do Avise-me*/

footer>.up-footer .poweredBy {
	padding-top: 0px;
}

.my-cart>.footer-cart .controls .button-negociar-representante, .my-cart>.footer-cart>.totalizing .button-negociar-representante {
	margin-top: 0px;
}

header .up-header-public .text>div {
	visibility: hidden;
}

.up-produto>.list-row .selo-desconto>svg {
	width: 10px;
    height: 10px;
}

.up-produto>.list-row .selo-desconto>span {
	font-size: 20px;
}

header .up-header-public {
	display: none;
}

.pagamento-active img {
	filter: none !important;
}
/* CSS */
@charset "UTF-8";

.aviso-importantedemais {
    background-color: rgba(255, 255, 0, 0.3);
    color: #000;
    padding: 10px 15px;
    border: 1px solid #f0c000;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
}