
/**
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: #2d96ee;
}

.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;
}

.company-selected .company-badget {
  background-color: #203368 !important;
}

up-button-cadastro button.novoCliente {
  background: #002e64;
				 
}

up-button-cadastro button.novoCliente:hover {
  background: #001d42;
}

#cad-news-section {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  background-color: #203368;
  border-top: 3px solid #EE2D36;

}

#news-section-title {
  text-align: center;
  color: #F7F7F7;
  font-size: 18px;
}

#news-section-title span {
  color: #FFF;
  font-weight: 800;
					 
							 
}

#news-section-form button:hover {
  border: 1px solid #000;
  background-color: #000;
  -webkit-box-shadow: 0 0 12px rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.24);
  transition: 0.5s;
}

#news-section-form {
  display: flex;
  align-items: center;
  justify-content: center;
					   
							   
							  
						 
						   
}

#news-section-validate {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

.news-section-separator {
  width: 10px;
}

.news-section-info {
  color: white;
}

.news-section-ok {
  color: rgb(0, 194, 0);
}

.news-section-error {
  color: #EE2D36;
}

/** ============================================================ **/

/** CSS CUSTOMIZAÇÕES ESPECÍFICAS DA JAHU (LEVAR PARA DOCUMENTO) **/

/** ============================================================ **/

a {
  color: #EE2D36;
}

a:hover {
  color: #203368;
}

.w-btn-primary {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #393f44;
  font-weight: 600;
  transition: 0.5s;
}

.w-btn-primary:hover {
  border: 1px solid #203368;
  background-color: #203368;
  -webkit-box-shadow: 0 0 12px rgba(30, 72, 108, .24);
  box-shadow: 0 0 12px rgba(30, 72, 108, .24);
  transition: 0.5s;
}

.w-btn.w-btn-tertiary {
  border: 1px solid #000000;
  color: #FFFFFF;
  background-color: #393f44;
  font-weight: 600;
  transition: 0.5s;
}

.w-btn.w-btn-tertiary:hover {
  border: 1px solid #203368;
  background-color: #203368;
  -webkit-box-shadow: 0 0 12px rgba(30, 72, 108, .24);
  box-shadow: 0 0 12px rgba(30, 72, 108, .24);
  transition: 0.5s;
}


/** --------------- HEADER --------------- **/

#header  {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header.logo {
  width: 15%;
}

header .header, header .up-header .topo {
  background-color: #E6E6E6;
  background-image: linear-gradient(#B4B4B4, #E6E6E6);
}

header .up-header .topo>.right>.control {
  color: #203368;
}

header .up-header .topo>.right>.control [class^=w-badge] {
  background-color: #203368;
  color: #FFFFFF;
}

.search-bar #search-button {
  background-color: white;
  color: #203368;
  font-size: 16px;
  border: none;
  margin: 0px;
}

.search-bar #search-button:hover {
  background-color: #E6E6E6;
}

.search-bar #search-input {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .33) inset;
}

header .w-dropdown .w-dropdown-toggle .w-dropdown-text {
  color: #203368;
}

header .w-dropdown-icon>span {
  color: #B4B4B4 !important;
}

header .w-menu-icon>span {
  color: #B4B4B4 !important;
}

header .w-menu-text span {
  line-height: 40px;
  vertical-align: middle;
}

header .up-header .home-public .header>.header-user-section {
  right: 5%;
}

header .up-header .home-public .header>.header-user-section>.user-login-open>.w-drop-arrow {
  right: 140px;
}

#header-user-body {
  color: #203368;
  font-size: 14px;
  font-weight: 600;
}

#header-user-body .header-user-control {
  font-size: 16px;
}

#header-user-body .user-link {
  cursor: pointer;
  font-weight: 700;
  color: #EE2D36;
}

#header-user-body .user-link:hover {
  color: #203368;
  text-decoration: underline;
}

header .up-header nav .menu-produto, header .up-header-mobile nav .menu-produto {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  color: #203368;
  height: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

header .up-header nav .menu-produto>.menu-list, header .up-header-mobile nav .menu-produto>.menu-list {
  border-color: #E6E6E6;
}
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 {
  color: #203368 !important;
  font-size: 14px;
}

header .up-header nav .menu-produto>.menu-list:hover, header .up-header-mobile nav .menu-produto>.menu-list:hover {
  background-color: #dddddd;
}

#separador-menu-produto {
  display: table !important;
  height: 10px !important;
}

section>.content-offset {
  background-color: #E6E6E6;
}

.up-content {
  background-color: #E9E9E9;
}

body {
  background-color: #E9E9E9;
}

.access-public {
  background-color: #E9E9E9;
}
/** --------- HEADER MOBILE -------------**/

header .up-header-mobile {
  background-color: #E6E6E6;
  background-image: linear-gradient(#B4B4B4, #E6E6E6);
}

header .up-header-mobile>ng-include>.top>.search-bar-avancada>form {
  background-color: #E6E6E6;
}

header .up-header-mobile>ng-include>.top>.search-bar-avancada>form button, header .up-header-mobile>ng-include>.top>.search-bar-avancada>form>input {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .33) inset !important;
}

header .up-header-mobile>ng-include>.top>.search-bar-avancada>form>span>button {
  background-color: #FFFFFF;
  color: #203368;
}

.public-acesso .up-header-mobile .side-menu-public .top {
  background-color: #E6E6E6 !important;
  background-image: linear-gradient(#B4B4B4, #E6E6E6);
}

.public-acesso .up-header-mobile .side-menu-public .top .public-menu-close {
  color: #EE2D36;
}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list {
  border-color:#E6E6E6;
  background-color: #E6E6E6;
}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto {
  background-color: #E6E6E6;
}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list>.w-drop>.group>.group-table>.group-row>.nome {
  color: #203368;
}

header .up-header-mobile>ng-include>.side-menu>.body>.menu-produto>.menu-list>.w-drop>.group>.group-table>.group-row>.w-icon-arrow-right {
  color: #203368;
}

header .up-header-mobile>ng-include>.side-menu>.body>.navigation {
  background-color: #E6E6E6;
  color: #203368;
}

.container-carousel {
  border-top: 2px solid #EE2D36;
}

.slick-dots {
  display: none !important;
}

#slickIdBanner {
  margin-bottom: 0px;
}

/* Produto description */
#detalhe-produto-aplicacao {
  margin: 15px;
  line-height: 1.5;
  height: 6.0em;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#detalhe-produto-aplicacao th {
  padding-right: 5px;
  min-width: 45px;
}

#detalhe-produto-aplicacao.expanded {
  height: auto;
  -webkit-line-clamp: unset;
}

#detalhe-produto-conversao th {
  padding-right: 5px;
  min-width: 45px;
}

div .produto-description {
  margin: 0 0;
  border:  1px solid #002e64;
  border-left: none;
  border-right: none;
}

.produto-description .content-produto-desc-title {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -1px;
  background: #002e64;
  border-top: 5px solid #002e64;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.produto-description .content-produto-desc-title .title {
  width: 150px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.produto-description .content-produto-desc-title .title:hover {
  border-radius: 5px 5px 0 0;
  background: #FFF;
  color: #002e64
}

.produto-description .content-produto-desc-title .active {
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #FFF;
  color: #002e64
}

.produto-description .content-produtoDesc-area .sinopse-area, div#caracteristicas {
  padding: 15px 15px;
  text-align:  justify;
}

.produto-description .content-produtoDesc-area table tr td {
  padding-left: 20px;
}

/* ------- BOX section ------- */

#box-detail {
  height: 100px;
  background-color: #203368;
  background-image: linear-gradient(#203368, #393f44);
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -5px;
  border-top: 2px solid #F7F7F7;
  display: flex !important;
  flex-wrap: wrap;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  align-items: center;
}

.box-item {
  box-sizing: border-box;
  padding: 2px;
  margin: 2px;
  width: calc((100% / 4) - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-image img {
  max-width: 75px;
  padding-left: 10px;
  padding-right: 10px;
}

.box-text p {
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  text-align: left;
  padding-left: 8px;
}


@media only screen and (max-width: 991px) {
  .box-text {
    display: none;
  }

  #box-detail {
    height: 50px;
  }

  .box-image img {
    max-height: 35px;
  }
}

/* ------- FAST FILTER section ------- */

#categoria-destaque-container {
    background-color: #e9e9e9;
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
}

#section-fast-filters {
  display: flex !important;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

.section-fast-content {
  display: flex !important;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.section-filters-item {
  box-sizing: border-box;
  padding: 2px;
  margin: 2px;
  width: calc((100% / 5) - 4px);
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 1s;
}

.section-filters-image img {
  transition: 0.5s;
}

.section-filters-text p {
  transition: 0.5s;
}

@media only screen and (min-width: 991px) {
  .section-filters-item:hover {

    .section-filters-image img {
      max-width: 170px;
      transition: 0.5s;
    }

    .section-filters-text p {
      color: #203368;
      font-size: 20px;
      transition: 0.5s;
    }

  }
}

.section-filters-image img {
  border-radius: 100%;
  border: 3px solid #eeeeee;
  max-width: 150px;
}

.section-filters-text {
  margin-top: 10px;
}

.section-filters-text p {
  font-size: 16px;
  font-weight: 500;
  color: #B4B4B4;

}



#section-filters-title {
  display: block !important;
}



@media only screen and (max-width: 800px) {

  #section-filters-title h1 {
    margin-top: 30px;
  }

  #section-fast-filters {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 100px;
  }

  .section-filters-image img {
    max-width: 70px;
  }

  .section-filters-text p {
    /*display: none;*/
    font-size: 9px;
  }

  h1 {
    font-size: 16px;
  }
}

.access-public .up-sugestoes h1, #section-filters-title h1, .destaque-dashboard .up-sugestoes h1 {
    background-image: linear-gradient(360deg, #e9e9e9, #d1cfcf);
    border: none;
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #B4B4B4;
}

/* ------- SLIDESHOW + PROVA SOCIAL section ------- */



.mySlides {
  display:none;
  cursor: pointer;
  border-radius: 5px;
}

.mySlides-first {
  display: block;
}

#slideshow-prova-social {
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex !important;
  background-color: #E9E9E9;
  padding: 20px;
  margin-top: 20px;
  border-top: 5px solid #DFDFDF;
}

#slideshow-home {
  width: 34%;
}

.w3-btn,.w3-button{
  border:none;
  display:inline-block;
  padding:8px 16px;
  vertical-align:middle;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  background-color:inherit;
  text-align:center;
  cursor:pointer;
  white-space:nowrap
}
.w3-black,.w3-hover-black:hover{
  color:#fff!important;
  background-color:#000!important
}

.w3-display-left {
  position: absolute;
  top: calc(50% - 25px);
  left: 5px;
  font-size: 18px;
  border-radius: 100%;
  opacity: 0.6;
}

.w3-display-right {
  position: absolute;
  top: calc(50% - 25px);
  right: 5px;
  font-size: 18px;
  border-radius: 100%;
  opacity: 0.6;
}

#prova-social-home {
  width: 66%;
  margin-left: 15px;
}

.prova-social-title {
  width: 100%;
  background-color: #203368;
  font-size: 28px;
  text-align: center;
  color: white;
  border-radius: 5px;
  border-bottom: 3px solid #EE2D36;
  padding-top: 10px;
}

.prova-social-card {
  border: 3px solid #FFF;
  max-width: 32%;
  background-color: #F7F7F7;
  border-radius: 20px;
  /*position: relative;
  height: 100%;*/
  align-self: normal;

  display: flex;
  flex-direction: column;
}

.prova-social-image img {
  border: 3x solid #FFF;
  border-radius: 100%;
  max-width: 100px;
  text-align: center;
  margin: 15px auto;
  border: 3px solid #FFF;
}

.prova-social-text {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #393f44;
  /*font-style: italic;*/
  font-size: 12px;

}

.prova-social-by {
  text-align: center;
  /*position: absolute;*/
  bottom: 10px;
  width: 100%;
}

.prova-social-name {
  font-weight: 600;
  color: #203368;
  margin-bottom: 0px;
}

.prova-social-role {
  color:#B4B4B4;
  font-size: 12px;
}

#prova-social-content {
  display: flex;
  align-items: flex-start;
  /*flex-flow: row wrap;*/
  /*align-content: space-between;*/
  justify-content: space-between;
  /*height: calc(100% - (60px));*/
  /*gap: 15px;*/
  column-gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 90%;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {

  #prova-social-content {
    min-height: 300px;
  }

  .prova-social-image img {
    max-width: 60px;
  }

  .prova-social-text {
    font-size: 12px;
  }

}

@media only screen and (max-width: 800px) {

  #slideshow-prova-social {
    display: block !important;
  }

  #slideshow-home {
    width: 90%;
    margin: 15px auto;
  }

  #prova-social-home {
    width: 90%;
    margin: 15px auto;
  }

  #prova-social-content {
    /*min-height: 300px;*/
    display: block;
  }

  .prova-social-card {
    min-height: 400px;
    max-width: 90%;
    margin: 10px auto;
  }

  .prova-social-title {
    font-size: 20px;
  }
}


hr {
  display: none !important;
}

h1 {
  background-color: #e9e9e9;
  background-image: linear-gradient(360deg, #e9e9e9, #d1cfcf);
  padding: 20px;
  font-weight: 500;
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
  border-top: 1px solid #B4B4B4;
}

.up-produto>.list-row {
  background-color: #FFFFFF;
}

.testeaaaaaaa .container-carousel {
  margin-top: 10px;
}

.preco-antigo {
  color: #EE2D36 !important;
}

.product-price {
  color:#203368 !important;
}

.search-filtro button {
  background-color: #B4B4B4;
  border: none;
}

#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1 {
  background-color: #DfDfDf;
  transition: 0.5s;
}

#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1:hover {
  background-color: #CCC;
  transition: 0.5s;
}

#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1>.left>.descricao, #list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1>.left>.itens {
  color: #203368;
  font-style: normal;
}

#list-produto>.content>.filters-wrap>.filters>.filtro>.nivel1>.icon {
  color: #B3B3B3;
}

#list-produto>.navigate>.menu-produto .current-item {
  color: #EE2D36;
  font-weight: 500;
}

#list-produto>.content>.products>.controls>.control-row>.control>div>.filter-component>.filter-select .visualizacao-values .visualizacao-item span, #list-produto>.content>.products>.controls>.control-row>.control>div>.filter-component>.filter-select .visualizacao-values .visualizacao-item span {
  color: #203368;
}

#list-produto>.content>.products>.controls>.control-row>.control .w-dropdown [class^=w-icon-] {
  color: #203368;
}

/* ------- HEADER LOGADO section ------- */

#navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 114px;
}

#navigation>.logo {
  width: 15%;
  position: absolute;
  left: 3%;
}

header .up-header .topo>form>.center {
  margin-left: 10px;
  margin-left: 10px;
}

header .up-header .topo>form>.center>.search-bar {
  padding: 0;

}


header .up-header .topo>.right {
  margin-left: 36px;
  right: -40px;
}

header .up-header .topo>form {
  margin-left: 200px;
  padding-left: 52px;
}

header .up-header .topo>.right>.control .user:hover, header .up-header .topo>.right>.control>.notification:hover {
  background-color: #B4B4B4;
}

.selo-desconto {

  .selo-desconto-perc {
    display: none !important;
  }

  .selo-desconto-img {
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }

}

.steps>div>.step-active>.step-icon {
  background-color: #EE2D36;
}

.steps>div>.step-active>.step-name, .steps>div>.step-guide.active {
  /*color: #EE2D36;*/
  color: white;
}

.my-cart>.footer-cart .controls>.right.buttons-section, .my-cart>.footer-cart>.totalizing>.right.buttons-section {
   display: none;
}

.my-cart .cart-section {
  padding-top: 0px;
}

.up-produto-carrinho {
  background-color: #FFF;
}

.w-panel>.w-panel-title {
  color: #4b4b4b;
  background-color: #DfDfDf;
  font-size: 18px;
  height: 50px;
}

.up-produto-carrinho .value {
  color: #203368;
}

.w-btn-secondary {
  color: #B4B4B4;
  border-color: #B4B4B4;
  transition: 0.5s;
}

.w-btn-secondary:hover {
  transition: 0.5s;
  color: #203368;
  border-color: #203368;
}

.wmw-list>.w-pagination>.w-pagination-row button {
  color: #B4B4B4;
  border-color: #B4B4B4;
  transition: 0.5s;
}

.wmw-list>.w-pagination>.w-pagination-row button:hover {
  transition: 0.5s;
  color: #203368;
  border-color: #203368;
}

.my-cart>.steps {
  margin-bottom: 0px;
  background-color: #203368;
  height: 150px;
  padding-top: 50px;
  margin-top: 0px;
  background-image: linear-gradient(180deg, #203368, #393f44);
}

.my-cart>.footer-cart .controls>.right>div .value, .my-cart>.footer-cart>.totalizing>.right>div .value {
  color: #EE2D36;
  font-weight: 100;
}

.my-cart>.footer-cart .controls>.left>button, .my-cart>.footer-cart>.totalizing>.left>button {
  display: none;
}

.my-cart .delivery-section>.w-panel .accordion-top {
  background-color: #FFF;
}

.background-color-radio {
  background-color: #F0F0F0;
}

.configSessao>.w-panel>.w-panel-body>.list-group>.list-group-item.cabecalho {
  font-weight: 800;
  border-bottom: 0 !important;
  font-size: 16px;
  background-color: #DfDfDf;
  border-bottom: 3px solid #b4b4b4 !important;
}

.configSessao>.w-panel>.w-panel-body .list-group .w-container .w-row .list-group-item.active {
  background-color: #F0F0F0 !important;
  border-color: #F0F0F0 !important;
}

#details-pedido>.step-area>.step>.content>.icon {
  background-color: #E9E9E9;
}

.up-produto-list>.list-row {
  background-color: #FFF !important;
}

.up-produto-list>.list-row .selo-desconto {
  background-color: transparent !important;
  left: 0px;
  padding-left: 0;
  margin-left: 0;
  top: -2px;
  right: auto;
}

.up-produto-list>.list-row>.image {
  align-self: start;
  margin: 0;
}

.up-produto-list>.list-row>.image img {
  margin-top: 15px;
}

.my-cart .payment-section .products-order .w-panel-footer {
  color: #4b4b4b;
  background-color: #DfDfDf;
}

.w-panel>.w-panel-footer {
  transform: translateZ(0);
    backface-visibility: hidden;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    border-top: 0;
    color: #4b4b4b;
    background-color: #DfDfDf;
    font-size: 14px;
}

.w-panel>.w-panel-footer>div {
  align-self: center;
  cursor: pointer;
}

.my-cart .payment-section>.summary .detail-pedido {
  background-color: #E9E9E9;
  border-bottom: 3px solid #B4B4B4;
}

.up-produto-readonly {
  background-color: white
  ;
}

/* NOVA SEÇÃO PAGAMENTO */
/* =====================================*/

.my-cart .payment-section>.summary .detail-pedido .desc-cliente {
  color: #EE2D36;
}

div#pagamento-title {
  font-size: 18px;
  font-weight: 600;
  color: #EE2D36;
}

div#pagamento-selecao {
  color: #393f44
}

div#pagamento-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

div#pagamento-end {
  font-size: 16px;
  font-weight: 600;
  color: #203368;
}

.pagamento-button {
  width: 200px;
  background-color: #E9E9E9;
  border: 2px solid #B4B4B4;
  color: #B4B4B4;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;

}

.pagamento-active {
  background-color: white;
  border-color: #203368;
  color: #203368;
}

.pagamento-active img {
  filter: invert(13%) sepia(74%) saturate(2095%) hue-rotate(197deg) brightness(92%) contrast(101%) !important;
}

.pagamento-button img {
  max-width: 100px;
  margin-top: 10px;
  filter: invert(80%) sepia(0%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

.pagamento-button div {
  margin: 10px;
}
div#pagamento-buttons {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}

div#pagamento-body {
  background-color: #FFF;
  border-radius: 10px;
  border: 2px solid #203368;
  margin: 50px;
}

#credit-card-model {
  width: 574px;
  height: 367px;
  background-image: url(../images/tipopagamento/modelo-cartao.png);
}

div#pagamento-cartao {
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-form {
  background-color: #FFF;
  width: 300px;
  border-right: 2px solid #B4b4b4;
  border-radius: 0px;
  padding-right: 30px;
}

div#credit-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

div#credit-title {
  font-size: 32px;
  color: white;
  text-align: center;
  margin: 50px;
  font-weight: 600;
  font-family: monospace;
}

div#credit-number {
  font-family: monospace;
  font-size: 40px;
  color: white;
  text-align: center;
  padding-top: 50px;
}

#credit-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#credit-type {
  background-color: #E9E9E9;
  margin-right: 40px;
  width: 70px;
  height: 50px;
  border-radius: 10px;
}

#credit-type img {
  height: 50px;
  width: 70px;
  border-radius: 10px;
  border: 2px solid #DFDFDF;
}

div#credit-valid {
  font-size: 24px;
  color: white;
  width: 60%;
  text-align: right;
  font-family: monospace;
}

div#credit-name {
  font-size: 24px;
  font-family: monospace;
  color: white;
  text-align: right;
  width: 60%;
}

.my-cart .payment-section .radio-delivery {
  margin: 10px 10px;
}

div#pagamento-body-title {
  text-align: center;
  margin: 15px;
}

div#dsTipoPagamento-title {
  font-size: 18px;
  font-weight: 600;
  color: #203368;
}

div#dsTipoPagamento-subtitle {
  font-size: 16px;
  font-weight: 100;
  color: #393f44;
}

div#credit-card-form-data input, div#credit-card-form-data select {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgb(212, 212, 212);
  box-shadow: none;
  border-radius: 0;
}

div#credit-card-form-data label {
  color: #393f44;
}

div.my-cart .title h1 {
  margin-top: 0px;
}

@media (max-width: 992px) {

  .highlight-form {
    border-right: none;
  }

  #credit-card-container {
    flex-direction: column;
    row-gap: 20px;
  }

}

@media (max-width: 776px) {

  #credit-card-model {
    display: none;
  }

  div#pagamento-body {
    margin: 15px 0 15px 0;
  }

}

.form-credit-card-container {
  width: 100% !important;
}

.detail-produto>.detail-produto-topo>.center {
  background-color: white;
  border-radius: 15px;
  padding: 25px;
}

.arrow.right {
  border-left: 15px solid #B4B4B4;
}

.arrow.left {
  border-right: 15px solid #B4B4B4;
}

.arrow {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.carousel-controls {
  background-color: transparent;
}

div#footer-container {
  height: 300px;
  background-color: #203368;
  background-image: linear-gradient(#B4B4B4, #E6E6E6);
  border-top: 2px solid #EE2D36;
  color: #5d6873;
}

div#footer-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 30px;
}

div#footer-logo {
  max-width: 40%;
  text-align: left;
}

div#footer-address span {
  font-weight: 600;
}

.footer-title {
  font-size: 22px;
  font-weight: 600;
  color: #393f44;
}

div#footer-logo img {
  max-width: 200px;
  margin-bottom: 15px;
}

.footer-subtitle {
  font-weight: 800;
  margin-bottom: 5px;
  color: #393f44;
}

div#footer-links {
  text-align: left;
}

div#footer-info {
  text-align: left;
}

div#footer-mercadolivre {
  text-align: left;
}

div#footer-social {
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #DFDFDF;
  justify-content: flex-end;
  column-gap: 50px;
  padding-right: 50px;
}

div#footer-social img {
  width: 25px;
  filter: invert(67%) sepia(6%) saturate(12%) hue-rotate(334deg) brightness(90%) contrast(91%);
}

div#footer-social span {
  color: #999999;
}


@media only screen and (max-width: 767px) {

  div#footer-container {
    height: auto;
  }

  div#footer-row {
    display: block;
  }

  div#footer-logo {
    max-width: 100%;
  }

  div#footer-links, div#footer-info, div#footer-mercadolivre {
    margin-top: 15px;
  }

  div#footer-social {
    /*justify-content: center;*/
    column-gap: 15px;
  }

}

.detail-produto>.detail-produto-topo>.right-anonimo .box-detail-anonimo {
  margin-left: 15px;
}

.my-cart>.footer-cart .controls>.right>div, .my-cart>.footer-cart>.totalizing>.right>div {
  padding: 0 !important;
  padding-top: 5px !important;
}

.total-sem-imposto div {
  font-size: 14px !important;
}

.total-sem-imposto span {
  font-size: 14px !important;
}


.totalizing .value.value-green {
  color: green !important;
}

.totalizing .value.value-red {
  color: #e1565f !important;
}

.indice-values .text {
  color: #4b4b4b !important;
  font-weight: 100;
}

.indice-values .value {
  color: #4b4b4b !important;
}

.total .value-blue {
  color: #203368 !important;
  font-weight: 600 !important;
}

.content-dynamic-page .menu ul .top-title {
  background: #203368;
}

.content-dynamic-page .menu ul li {
  border-bottom: 1px solid #DFDFDF;
  color: #203368;
}

.content-dynamic-page .menu ul {
  background: #DFDFDF;
  border: 1px solid #203368;
}

.content-dynamic-page .menu ul li.active {
  background: #cdcdcd;
  font-weight: 400;
}

.content-dynamic-page .menu ul li:hover {
  background-color: #b4b4b4;
}

.content-dynamic-page .menu {
  margin-top: 20px;
}

.detail-produto>.detail-produto-topo>.left>.descricao {
  font-weight: 700;
}

.ficha-tecnica-row th {
  text-align: right;
  font-weight: 300;
  min-width: 100px;
  vertical-align: baseline;
}

.ficha-tecnica-row td {
  padding: 0 20px 0 10px;
  word-break: break-word;
}

.detail-produto>.detail-produto-topo>.center>.image>.selo-desconto {
  display: none !important;
}

span.up-produto-sku {
  font-size: 12px;
  color: #b4b4b4;
  text-align: left;
  width: 100%;
  top: 228px;
  padding-bottom: 10px;
}

span#produto-sku-list {
  display: none;
}

.up-produto-list #produto-sku-grid {
  display: none;
}

.up-produto-list #produto-sku-list {
  display: block;
}

.up-produto>.list-row .desc-card>.description {
  font-size: 14px;
}

.up-produto-list>.list-row .desc-card>.description {
  display: contents;
}

.destaque .item span {
  vertical-align: super;
}

.content-produto .cadastre-anonimo {
  display: none;
}


.meus-pedidos .body .w-pills>.w-nav-pills li {
  color: #203368;
}

.meus-pedidos .body .w-pills>.w-nav-pills .active {
  background-color: #203368 !important;
}

.w-grid .w-grid-footer>.left {
  margin-right: 10px;
}

img.selo-desconto-img-detail-produto {
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
}

.preco.preco-unitario {
  margin-bottom: 10px;
}

#import-cart-info {
  font-style: italic;
  margin: 10px;
}

#import-cart-warning {
  margin: 20px 10px;
}

#import-cart-warning .import-warning {
  color: #EE2D36;
  font-weight: 800;
}

/* ========================================================================================= */
/* CUSTIZAÇÃO ESPECÍFICA DA JAHU - DSOBSPAGAMENTO DA TABELA DE CONDICAO DE PAGAMENTO
/* ========================================================================================= */

.pagamento-avista-info, .pagamento-avista-footer {
  margin: 15px 0;
}

.pagamento-avista-info div, .pagamento-avista-footer div {
  font-size: 12px;
  font-style: italic;
  margin: 12px 0;
}

.my-cart .payment-section .radio-delivery .indice {
  padding-left: 0;
}

.my-cart .payment-section .radio-delivery .vlMinMsgShow {
  padding-left: 0;
}


.pagamento-pix-container {
  display: flex;
  flex-direction: row;
  justify-items: flex-start;
  align-items: flex-start;
  column-gap: 10px;
}

.pix-container {

  .pix-title {
      padding: 10px;
      text-align: center;
      font-size: 10px;
      font-weight: 600;
      background-color: #E9E9E9;
      margin: 0 10px;
  }

  .pix-qrcode {
      text-align: center;
  }

  .pix-qrcode img {
      margin: 10px;
      max-width: 150px;
      text-align: center;
  }

  .pix-copia-cola {
      margin: 0 15px;
      max-width: 250px;
      word-break: break-all;
      text-align: center;
      font-size: 10px;
  }

  .button-copia-cola {
      text-align: center;
      margin: 15px;
  }

  .button-copia-cola button {
    height: 40px;
  }

}

.deposito-container {

  .deposito-title {
      padding: 10px;
      text-align: center;
      font-size: 10px;
      font-weight: 600;
      background-color: #E9E9E9;
      margin: 0 10px;
  }

  .deposito-items {
      display: flex;
      flex-direction: row;


      .deposito-item {

          background-color: #E9E9E9;
          margin: 10px;
          text-align: center;
          font-size: 12px;
          padding: 15px;
          border-radius: 10px;

          .deposito-banco {
              font-size: 10px;
              font-weight: 600;
              padding: 5px 0;
          }

          .deposito-banco-img {
              margin: 5px;
              width: 64px;
              border-radius: 10px;
          }

      }
  }
}

@media only screen and (max-width: 676px) {

  .deposito-items {
    display: block !important;
  }

}

span.produto-status.produto-status-3 {
  color: #ff7800 !important;
}

.detail-produto>.detail-produto-topo>.left>.destaque>.itens>wmw-list>.wmw-list>div>div>wmw-image {
  vertical-align: super;
}

.testeaaaaaaa button.slick-prev.slick-arrow {
  top: 50% !important;
}

header .up-header .topo>form>.center>.search-bar .input-avancado {
  padding-left: 10px;
}

@media screen and (min-width: 1080px) {
  header .up-header .topo>form>.center>.search-bar .input-avancado {
      padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  header .up-header .topo>form>.center>.search-bar .input-avancado {
      padding-left: 10px;
  }
}

header .up-header .topo>form>.center>.search-bar .dropdown {
  display: none;
}

header .up-header-mobile>ng-include>.top>.search-bar-avancada>form .dropdown {
  display: none;
}

header .up-header-mobile>ng-include>.top>.search-bar-avancada>form>.input-avancado {
  padding-left: 10px;
}

.home-public .header form .search-bar .dropdown {
  display: none;
}

@media screen and (min-width: 1200px) {
  .home-public .header form .search-bar .input-avancado {
      padding-left: 10px !important;
  }
}

@media screen and (min-width: 1080px) {
  .home-public .header form .search-bar .input-avancado {
      padding-left: 10px !important;
  }
}

.home-public .header form .search-bar .input-avancado {
  padding-left: 10px !important;
}

.w-nav-pills li a {
  color: #203368;
}

.extratoFinanceiro>.body>.pills>.w-nav-pills .active {
  background-color: #203368 !important;
}

.client>.body>.pills>.w-nav-pills>.active {
  background-color: #203368 !important;
}

.up-produto>.list-row .selo-desconto .selo-desconto-img {
  z-index: 999;
}
.up-produto>.list-row .selo-desconto{
	position:unset!important;
	background-color:transparent!important;
}
.up-produto>.list-row>.highlight>div>img {
  padding-bottom: 4px;
}

.company-selected .company-badget {
  background-color: #EE2D36 !important;
  border-radius: 0px 0px 5px 5px !important;
}

button.esvaziar-carrinho-button.w-btn.w-btn-quaternary {
  border-color: #EE2D36 !important;
  color: #EE2D36 !important;
}

.popup-remove-actions .w-btn.w-btn-quaternary {
  border-color: #EE2D36 !important;
  color: #EE2D36 !important;
}

#navi > .menu-produto- {
  background-color: #EE2D36 !important;
  border-radius: 10px 10px 0px 0px;
}


/*
	---------------
	CUSTOM DEMETRIO
	---------------
*/
/* COMPRA EXPRESSA */

#navi > .menu-produto- {
    background-color: #EE2D36 !important;
	border-radius: 10px 10px 0px 0px;
}
.menu-produto- .pointer-departamento .group .nome span {
	color: #E9E9E9 !important;
}

/* COMPRA EXPRESSA */

.imgLogo > img {
    max-height: 64px !important;
}
/*
	---------------
	CUSTOM DEMETRIO
	---------------
*/

/* ================================================ */
/* BLACK FRIDAY */
/* ================================================ */

/*
.menu-produto-6 .pointer-departamento .group .nome span {
	color: #FFFFFF !important;
}

.menu-produto-6 {
    background-color: #000000;
    border-radius: 10px 10px 0 0;
}

div.menu-list.menu-produto-6.open {
  background-color: #000000 !important;
}

.menu-produto-6 .pointer-departamento .group .w-image img {
	filter: invert(99%) sepia(96%) saturate(102%) hue-rotate(314deg) brightness(121%) contrast(100%);
}
*/
