
/**
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: #1072c4;
    border: 1px solid #0E65Af;
    border-radius: 5px;
    color: #FFF;
    list-style: none;
}

.content-dynamic-page .menu ul .top-title {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: #002e7c;
}

.content-dynamic-page .menu ul li {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #03569c;
}

.content-dynamic-page .menu ul li:hover {
    background: #03569c;
}

.content-dynamic-page .menu ul li.active{
    background: #03569c;
    font-weight: bold;
}

.content-dynamic-page .menu ul li:last-child {
    border-bottom: none;
}

/* header */

header .up-header .topo{
	background-color: #ffffff;
	color: #002e7c;
	padding: 0px 15%;
}

header .up-header .topo>form{
	margin-left: 8px;
}

.home-public {
    background-color: #ffffff;
	color: #002e7c;
}

header .up-header .home-public .header>.header-user-section {
    color: #002e7c;
}

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 #002e7c;
}

header .up-header .home-public .header>form>.center>.search-bar>span>button {
    color: #fff;
    background-color: #002e7c;
}

header .up-header .topo>.left>img {
    max-width: 100%;
    max-height: 100%;
    margin-left: 13px;
    margin-top: 20px;
    max-width: 140px;
}

header .up-header .home-public .header .logo img {
    /* max-height: 70px; */
    max-height: 100%;
    max-width: 140px;
}

header .up-header .topo>.right>.control {
	color: #002e7c;
}

header .up-header .topo>form>.center>.search-bar {
    border-color: #002e7c;

}
header .up-header .topo>form>.center>.search-bar>span>button {
	background-color: #002e7c;
}
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: #002e7c;
	color:#ffffff;
}
header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
	background-color: #002e7c;
	border-color: #002e7c;
	border-color: #002e7c;
}

header .up-header nav .menu-produto>.menu-list, header .up-header-mobile nav .menu-produto>.menu-list {
	border-color: #002e7c;
}

.public-acesso .up-header-mobile .side-menu-public .top {
    background-color: #002e7c!important;
    
}
header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list {
    border-color: #002e7c;

}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto {
    background-color: #002e7c;
}

header .up-header-mobile {
    background-color: #fff;
	color: #002e7c;
}

header .up-header-mobile>ng-include>.top>.area.header-user-section .acesso div {
    color: #002e7c;
}

header .up-header-mobile>ng-include>.top>.area .w-icon-cart, header .up-header-mobile>ng-include>.top>.area .w-icon-close, header .up-header-mobile>ng-include>.top>.area .w-icon-search, header .up-header-mobile>ng-include>.top>.area>.w-icon-menu {
    color: #002e7c;
    
	
}
.public-acesso .up-header-mobile .side-menu-public .top {
    background-color: #ffffff!important;
}

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: #002e7c;
}
header .up-header-mobile>ng-include>.side-menu>.top>.control>.w-icon-notification>.w-badge {
    background-color: #002e7c;
}



/* body */
.up-content {
    padding-left: 15%;
    padding-right: 15%;
	min-height: auto;
}

header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto{
	padding: 0 15%;
}

#list-produto{
	margin-left: 0px;
	margin-right: 0px;	
}

.home-public .header{
	justify-content: space-between;
    padding: 0px 15%;
}

header .up-header nav, header .up-header-mobile nav {
	margin-left: 15%;
    margin-right: 15%;
}

@media screen and (max-width: 1266px){
	header .up-header .topo{
		padding: 0px 0px;
	}

	
	.up-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto{
		padding: 0 15px;
	}
	
	.home-public .header{
		padding: 0px 15px;
	}

	header .up-header nav, header .up-header-mobile nav {
		margin-left: 15px;
		margin-right: 15px;
	}
	header .up-header nav .menu-produto>.menu-list>.w-drop>.group>.nome, header .up-header-mobile nav .menu-produto>.menu-list>.w-drop>.group>.nome{
		display: initial !important;
	}
}

header .up-header .home-public .header>.header-user-section{
	position: relative;
	right: 0%;
	margin: 0px auto;
}

header .up-header .home-public .header .logo{
	position: relative;
	right: 0%;
	left: 0%;
	width: auto;
	margin: 0px auto;
}

@media screen and (min-width: 1024px){
	header .up-header .home-public .header .logo{
		position: relative;
		right: 0%;
		left: 0%;
		width: auto;
	}
}

#list-produto>.navigate>.menu-produto>span>.nav-last {
    font-size: 24px;
    color: #002e7c;
}


#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1 {
    background-color: #002e7c;
}

.access-public {
	margin-top: 0px; 
}

.w-btn-primary {
    border: 1px solid #002e7c;
    color: #fff;
    background-color: #002e7c;
}

.slick-track, .slick-track>div, .slick-track>div>img{
	/* width: 100% !important;*/
	height: auto !important;
}

.slick-track>div>img{
	margin-top: 0px !important;
}

.up-produto-compress{
	margin-left: 0px;
	margin-right: 0px;
}

.up-produto-compress>.amount .estoque-minimo, .up-produto-compress>.amount, .up-produto-compress .control{
	width: auto !important;
}

header .up-header-mobile>ng-include>.top>.area.image, header .up-header-mobile>ng-include>.top>.area, header .up-header .topo>.left{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}



/* footer */
footer>.up-footer {
	 background-color: #ffffff;
	 color: #002e7c;
}

footer>.up-footer .top {
	padding-top: 22px;
    height: auto;
	min-height: 70px;
	border-top: 4px solid #ff0b0b;
	margin-bottom: 10px;
    
}

footer>.up-footer .top>div{
	position: initial;
	float: none;
	width: auto;
	padding: 0px 20%;
}

@media screen and (max-width: 1266px){
	footer>.up-footer .top>div{
		padding: 0px 5%;
	}
}

.footer-areas{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}

.area{
    flex: 1;
}


footer>.up-footer .middle{
	float: none;
	padding: 0 22px;
	border-top: 1px solid #ff0b0b;
	border-bottom: 1px solid #ff0b0b;
}
	
.footer-group-buttons{
	margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding-bottom: 22px;
}

.footer-button{
	margin-left: 5px;
	margin-right: 5px;
}

up-button-cadastro button.novoCliente {
    width: 100%;
    padding: 10px 15px 10px 15px;
    background: #002e7c;
    font-size: 12px;
    color: #fff;
    border: 1px solid #002e7c;
    border-radius: 4px;
    box-shadow: -1px -1px 2px 0 rgba(0,0,0,.05) inset;
}

.w-panel>.w-panel-title {
    background-color: #002e7c;
    color: #fff;
}

.content-dynamic-page .menu ul {
    background: #002e7c;
    border: 1px solid #0E65Af;
    border-radius: 5px;
    color: #FFF;
    list-style: none;
}
.col-md-8 {
    width: 50%;
	border-radius: 10px;
}

.whats {
	width: 6%;
}

.content-dynamic-page .menu ul li {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #03569c;
    border-top: 1px solid #03569c;
}

#list-produto>.content>.products>.items .item>up-produto>.up-produto>.list-row>.image>wmw-image>img {
	height: auto;
	width: auto;
    max-width: 100%;
    min-height: 130px;
    max-height: 130px;
}