.journal-logo #logo a img{
    width: 111px;
    height: 97px;
}
header#cisa-header #header .links-header #cart .content,
header.journal-header-cisa#cisa-header #header.journal-header #cart .content .cart-wrapper{
    height: max-content;
}


.journal-desktop #header .journal-menu > .super-menu > li > ul > li{
    position: relative}
    .journal-desktop #cisa-header #header .journal-menu .super-menu  > li > ul > li > ul > li:first-of-type{
      border-top-left-radius: 0;
      border-top-right-radius: 5px;
    
    }
    
    
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul > li > ul > li:last-of-type{
     border-bottom-right-radius: 5px;
     border-bottom-left-radius: 0;
    }
    header#cisa-header #header .links-header .journal-cart #cart .content .cart-wrapper .product .infos .name .name a {
    width: calc(100% - 20px);
    }
    
    .links-header #cart .content .cart-wrapper .product .infos,
    .links-header #cart .content .cart-wrapper .product .infos > .name{
        width: 100%;
    }
    
    /*menu todas as categorias*/
    .all-categories > span:first-of-type{
        margin-left: 10px;
      }
      .all-categories{
        border-radius: 10px 10px 0 0;
        position: relative;
         border: 1px solid transparent;
      }
      
      .all-categories:hover{
        box-sizing: border-box;
        border-color:  #DB0226;
       
      }
      #all-categories-menu{
        display:none;
      }
      .all-categories:hover  #all-categories-menu{
        display: flex;
      }
      .all-categories #all-categories-menu{
        transition: all ease-in-out 1s; 
        flex-direction: column;
        z-index: 99;
        position: absolute;
        top: 70px;
        background-color: white;
        width: calc(100% + 2px);
        left: -1px;
        
        border: 1px solid #DB0226;
        padding: 10px;
      
        border-radius: 0 0 10px 10px;
        
      }
      .all-categories #all-categories-menu a:hover{
        color: rgb(255,255,255);
        background-color: #DB0226;
      }
      .all-categories #all-categories-menu a{
        color: #DB0226;
        line-height: 30px;
          padding-left: 30px;
        border-bottom: 1px solid rgb(255,255,255);
      }
    header{
        position: relative;
        z-index: 99;
    }
    /*topo header*/
    
    
    
    
    
    header.journal-header-cisa#cisa-header .cisa-bottom-header{
        padding-bottom: 20px;
    }
    header.journal-header-cisa#cisa-header .cisa-bottom-header,
    header.journal-header-cisa#cisa-header .cisa-top-header{
      display: flex;
      padding-top: 20px;
      margin: 0 auto;
      justify-content: space-between
    }
    header.journal-header-cisa#cisa-header #header{
       max-width: 1300px;
       width: 95vw;
      margin: 0 auto;
    }
    
    /*aviso de cabeçalho*/
    #notice-cisa a{
      color: rgb(255,255,255)
    }
    #notice-cisa {
      justify-content: center;
      display: flex;
    }
    .header-notice .notice-text{
      max-width: 1300px;
      margin: 0 auto;
    }
    .header-notice {
      padding: 5px 0;
    }
    .header-notice button.close-notice{
      display: none;
    }
    .header-notice #notice-cisa > div a,
    .header-notice #notice-cisa > div{
      display: flex;
      align-items: center;
    }
    .header-notice #notice-cisa > div{
      width: 33%;
      justify-content: center;
    }
    .header-notice #notice-cisa > div:nth-of-type(1){
      justify-content: left;
    }
    .header-notice #notice-cisa > div span{
      margin-left: 5px;
    }
    .header-notice #notice-cisa .bold{
      font-weight: 600
    }
    
    /*botao todas as categorias*/
    
    #cisa-header.journal-header-cisa #header .all-categories .icon::before{
        height: 13px;
        font-size: 13px;
        margin-right: 10px;
        top: 1px;
    }
    
    /*carrinho lateral*/
    #cisa-header.journal-header-cisa #header .journal-cart #cart-total{
      background: rgb(236,233,228);
      width: 18px;
      height: 18px;
      display: flex;
      font-size: 10px;
      justify-content: center;
      align-items: center;
      right: -5px;
      top: -6px;
      border-radius: 100%;
      position: absolute;
      color: rgb(162,143,134);
      font-weight: 600;
    }
    #cisa-header.journal-header-cisa #header .journal-cart #cart > button {
      padding: 0;
    }
    
    #cisa-header #header #cart .content {
      display: none;
      position: absolute;
    }
    
    
    
    .links-header #cart:hover .content .cart-wrapper,
    .links-header #cart:hover .content{
      display: flex;
      flex-direction: column;
      visibility: visible;
      opacity: 1;
    }
    .links-header #cart .content .cart-wrapper .botoes .share-cart,
    .links-header #cart .content .cart-wrapper .botoes .checkout,
    .links-header #cart .content .cart-wrapper .botoes .carrinho{
      width: 100%;
      font-weight: 600;
      font-size: 15px;
      line-height: 40px;
      text-align: center;
      border-radius: 5px;
      margin-bottom: 5px;
    }
    .links-header #cart .content .cart-wrapper .botoes .share-cart{
      background: rgb(220,220,220);
      margin-bottom: 20px;
    }
    .links-header #cart .content .cart-wrapper .botoes .checkout{
      background: rgb(51, 153, 101);
    }
    
    .links-header #cart .content .cart-wrapper .mini-cart-total .total{
      font-size: 14px;
      text-align: right;
    }
    .links-header #cart .content .cart-wrapper .mini-cart-total div .total:last-of-type{
       font-size: 17px;
      color: rgb(0,0,0);
    }
    .links-header #cart .content .cart-wrapper .mini-cart-total{
      width: 90%;
      margin: 0 auto; 
    }
    .links-header #cart .content .cart-wrapper .botoes{ 
      display: flex;
      margin-top: 15px;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .links-header #cart .content .cart-wrapper{
      position: relative;
      height: 100%;
      border: 1px solid rgb(200,200,200);
       background: rgb(255,255,255);
      border-radius: 5px;
      overflow: hidden;
       box-shadow: 0px 3px 10px 0px rgb(200,200,200);
       width: 100%;
      z-index: 999;
    }
    .ui-pnotify-title {
        color: #DB0226 !important;
        font-size: 18px !important;
    }
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li ul li:hover{
            border: 1px solid #DB0226;
    }
    
     .journal-desktop #cisa-header #header .journal-menu .super-menu > li ul li ul li a{
         color: white ;
     }
    
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul > li > ul > li > ul > li:hover > a,
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul > li > ul > li:hover > a,
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul > li:hover > a{
        color: #DB0226;
    }
    
    header#cisa-header #header .links-header #cart .content.empty-cart {
       height: max-content;
    }
    .links-header #cart .content.empty-cart .empty{
      display: flex;
      padding: 20px 0 0;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .links-header #cart .content.empty-cart .empty a:hover{
         background: rgb(171, 162, 145)
    }
    
    .links-header #cart .content.empty-cart .empty a{
      width: 100%;
      margin-top: 20px;
      font-size: 14px;
      color: rgb(255,255,255);
      text-align: center;
      line-height: 40px;
      background: #DB0226;
    }
    
    header#cisa-header #header .links-header .journal-cart {
      position: relative;
    }
    
    header#cisa-header #header .links-header #cart .content > .cart-wrapper > .mini-cart-info{
      max-height: 320px;
      width: 90%;
      margin: 15px auto; 
      overflow-y: scroll;
    }
    header#cisa-header #header .links-header #cart  .content{
     
      height: max-content;
      position: absolute;
      font-weight: 500;
      font-size: 14px;
      max-width: 400px;
      width: 100vw;
      right: 0px;
      top: -10px;
      padding-top: 40px;
      box-sizing: border-box;
    }
    .links-header #cart .content .cart-wrapper .product {
      display: flex;
      position: relative;
      margin:7px 0 5px;
    }
    .links-header #cart .content .cart-wrapper .product .infos .image a {
     width: 80px;
      display: flex;
    }
     .links-header #cart .content .cart-wrapper .product .infos .name .name{
      font-size: 13px;
       display: flex;
    }
    .links-header #cart .content .cart-wrapper .product .infos .name .name a{
      width: calc(100% - 20px);
    }
    header#cisa-header #header .links-header #cart .content .cart-wrapper .product  button .icon-trash::before{
     content: "\e01a";
    }
    .links-header #cart .content .cart-wrapper .product .infos .name .name{
      font-weight: 700;
    }
    .links-header #cart .content .cart-wrapper .product .infos .image{
      width: 80px;
    }
    .links-header #cart .content .cart-wrapper .product .infos {
      display: flex;
    }
    header#cisa-header #header .links-header #cart .content.open{
    display: flex;
    }
    html.mobile header.journal-header-cisa#cisa-header #header.journal-header
    #cart .content{
      max-width: 300px;
      right: 0px;
      top:0px;
      position: absolute;
      z-index: 999;
    }
    html.tablet header.journal-header-cisa#cisa-header #header.journal-header
    #cart .content {
        right: -19px;
    }
    
    html.tablet header.journal-header-cisa#cisa-header #header.journal-header
    #cart .content.empty-cart{
      max-width: 300px;
    }
    
    header.journal-header-cisa#cisa-header #header.journal-header #cart .content .cart-wrapper{
      position: relative;
      z-index: 98;
      list-style: none;
      padding: 0;
    }
    header.journal-header-cisa#cisa-header #header.journal-header #cart .content #close-cart{
      position: absolute;
      z-index: 99;
      right: -5px;
      top: 40px;
      font-size: 15px;
      color: rgb(255,255,255);
      background-color: rgb(0,0,0);
      width: 25px;
      height: 25px;
      padding-bottom: 2px;
      box-sizing: border-box;
      display: flex;
      border-radius: 20px;
      align-items: center;
      justify-content: center;
    }
    .journal-desktop:not(.tablet) header.journal-header-cisa#cisa-header #header.journal-header #cart .content #close-cart{
      display: none;
    }
    .links-header #cart .content .cart-wrapper .product .infos > .name{
        margin-left:10px;
    }
    
    
    /*lateral direita do cabeçalho*/
    #cisa-header #header .links-header{
       justify-content: space-between; 
    }
    #cisa-header #header .all-categories,
    #cisa-header #header .links-header{
      display: flex;
      align-items: center;
      cursor:pointer;
      width: 17rem;
      
    }
    .autocomplete2-suggestions .autocomplete2-suggestion a{
      display: flex;
      align-items: center;
    }
    .autocomplete2-suggestions .autocomplete2-suggestion span.p-image{
      width: max-content;
      padding-right: 5px;
    }
    
    .autocomplete2-suggestions .autocomplete2-suggestion a span.p-price,
    .autocomplete2-suggestions .autocomplete2-suggestion a span.p-name span{
      display: flex;
      width: 100%;
      line-height: 15px;
      height: max-content;
    }
    .autocomplete2-suggestions .autocomplete2-suggestion a span.p-price .price-old {
      font-size: 12px;
      width: max-content;
      margin-right: 8px;
          text-decoration: line-through;
    }
    .autocomplete2-suggestions .autocomplete2-suggestion a span.p-price .price-new{
      font-weight: 700;
      font-size: 13px;
      color: #DB0226;
    }
    
    .all-categories:hover > span {
        color: #DB0226;
    }
    .autocomplete2-suggestions .autocomplete2-suggestion > .view-more-link {
      height: 30px;
      width: 90%;
      border-radius: 5px;
      margin: 10px auto 10px;
      justify-content: center;
      background: #DB0226;
      color: rgb(255,255,255);
      font-weight: 600;
      letter-spacing: 1px;
     
    }
    .autocomplete2-suggestions{
        top:41px;
        border: 1px solid rgb(230,230,230);
      border-top: none;
      border-radius: 0 0 10px 10px;
    }
    /*pesquisa*/
    #cisa-header .journal-search {
      width: 15rem;
      
       border:1px solid #E4E4E4;
      border-radius: 10px;
      display: flex;
    }
    #cisa-header .journal-search #search{
      width: 100%;
      display: flex;
      align-items: center;
    }
    #cisa-header .journal-search #search input{
      box-shadow: none;
      border: none;
      width: calc(100% - 30px);
      padding-left: 15px;
    }
    #cisa-header .journal-search #search .button-search{
      height: max-content;
    }
    #cisa-header .journal-search #search .button-search button{
      width: 30px;
      padding-right: 15px;
    }
    
    
    #cisa-header #header .journal-menu{
        width:60rem;
    }
    #header .journal-menu .super-menu .mobile-plus,
    #header .journal-menu .mobile-trigger {
      display: none;
    }
    
    #header .journal-menu .super-menu > li:nth-of-type(1){
      margin-left: 0;
      padding-left: 0px;
    }
    #header .journal-menu .super-menu > li:nth-of-type(1)::before{
      display: none;
    }
    #header .journal-menu .super-menu > li::before{
      content: ' ';
      width: 1px;
      height: 80%;
      top: 10%;
      left: 0;
      position: absolute;
      background: rgb(220,220,220);
    }
    #header .journal-menu .super-menu > li {
      border: none;
      position: relative;
      padding-left: 20px;
      margin-right:20px;
    }
    #header .journal-menu .super-menu {
      list-style: none;
      padding: 0;
      display: flex;
    }
    #header .journal-menu .super-menu li > ul {
      display: none;
    }
    
    #cisa-header.journal-header-cisa #header .links-header > .wishlist-total + a i{
      display: none;
    }
    
     #cisa-header #header #cart.active .content{
              display: flex !important;
          }
    
    @media screen and (min-width:761px) and (max-width: 1088px){ 
       #header .journal-menu .super-menu li{
            margin-right: 10px;
            padding-left: 10px;
          }
      @media (min-width:986px){
          #cisa-header.journal-header-cisa #header .journal-menu{
            width: 50rem;
          }
          
         
          
      }
      @media (max-width:985px){
        #header .journal-menu .super-menu{
          justify-content: center;
        }
        #cisa-header.journal-header-cisa 
        #header .cisa-top-header #logo img{
          height: 40px;
          width: max-content;
        }
        #cisa-header.journal-header-cisa #header .cisa-bottom-header{
          position: relative;
        }
        #cisa-header.journal-header-cisa #header .journal-search{
          position: absolute;
          top: -45px;
        }
        #cisa-header.journal-header-cisa #header .cisa-top-header .all-categories{
          visibility: hidden;
        }
        #cisa-header #header .links-header,
        #cisa-header.journal-header-cisa #header .journal-search{
          width: 13rem;
        }
      }
    }
    @media (min-width:900px){
        #cisa-header #header .all-categories > span:nth-of-type(2){
                font-weight: 600;
    color: #DB0226;
        }
        
        .super-menu > li > a{
               font-weight: 600 !important;
        }
         
         #header .journal-menu .super-menu > li:hover{
      margin-right: 0;
      padding-top: 5px;
      padding-bottom:10px;
      
      border-radius: 5px 5px 0 0;
      padding-right: 20px;
    }
        
        #header .journal-menu .super-menu > li > ul > li > ul > li:hover,
         #header .journal-menu .super-menu > li > ul > li:hover{
             background-color: white;
         }
         
        #header .journal-menu .super-menu > li:hover{
            background-color: #DB0226;
        }
        
        #header .journal-menu .super-menu > li > ul > li > ul > li > a,
        #header .journal-menu .super-menu > li > ul > li > a{
            color: white !important;
        }
        #header .journal-menu .super-menu > li > ul > li > ul > li,
         #header .journal-menu .super-menu > li > ul > li{
             background-color: #DB0226;
         }
        
        #header .journal-menu .super-menu > li > ul > li > ul > li:hover > a,
         #header .journal-menu .super-menu > li > ul > li:hover > a{
             color: #DB0226 !important ;
         }
        #header .journal-menu .super-menu > li:hover > a{
            color: white !important;
        }
        
    }
    @media(max-width:900px){
        
        .journal-mobile #cisa-header.journal-header-cisa #header .journal-menu > ul > li > ul > li a{
            color: white;
        }
        
        .journal-mobile #cisa-header #header .journal-menu .super-menu > li.menu-open > .mobile-plus::before,
        .journal-mobile #cisa-header #header .journal-menu .super-menu > li.menu-open > a{
            color: white;
        }
        .journal-mobile #cisa-header #header .journal-menu .super-menu > li.menu-open{
            background-color: #DB0226;
        }
        
          /* Estilos básicos para a estrutura */
    .notice-text {
      position: relative;
      overflow: hidden;
      width: 100vw;
      height: auto;
    }
    
    #notice-cisa {
      display: flex;
      width: max-content;
      animation: slideIn 20s linear infinite; 
    }
    .header-notice.fullwidth-notice #notice-cisa div {
      width: calc(100vw - 20px);
      text-align: center;
      justify-content: center;
     
    }
    
    @keyframes slideIn {
      0% {
        transform: translateX(0); 
      }
      33% {
        transform: translateX(-100vw); 
      }
      66% {
        transform: translateX(-200vw); 
      }
      100% {
        transform: translateX(0); 
      }
    }
      
    }
    
    
    .autocomplete2-suggestions > div{
            max-height: max-content !important;
    }
    @media (max-width: 760px) {
        .journal-mobile #cisa-header #header .journal-menu > li.menu-open .mobile-plus::before{
            color: white;
        }
        
    .journal-mobile #cisa-header #header .journal-menu .mobile-plus{
        padding-right: 0px !important;
    }    
        
    .journal-mobile #cisa-header #header .journal-menu .mobile-plus::before{
            right: 18px;
    }    
        
        #cisa-header.journal-header-cisa #header .links-header > .wishlist-total{
      display: none;
    }
    
    #cisa-header.journal-header-cisa #header .links-header > .wishlist-total + a i{
      display: block;
    }
    #cisa-header.journal-header-cisa #header .links-header > .wishlist-total + a img{
      height: 22px;
    }
        #header .journal-menu .super-menu li::before{
      display: none;
    }
          header.journal-header-cisa#cisa-header #header{
        width: 88vw;
        padding-top: 20px;
      }
      #cisa-header.journal-header-cisa #header .links-header{
        width: 50px; 
        position: relative;
        top: -10px;
      }
       #cisa-header.journal-header-cisa #header .all-categories{
          visibility: hidden;
          width: 30px;
      }
      #cisa-header.journal-header-cisa #header .journal-logo{
          position: relative;
          z-index: 99;
      }
      #cisa-header.journal-header-cisa #header .journal-logo a img{
        height: 66px;
        width: auto;
      }
      #cisa-header.journal-header-cisa #header .cisa-bottom-header
      .journal-search{
        width: 100%;
      }
      #cisa-header.journal-header-cisa #header .cisa-bottom-header{
        position: relative;
      }
      #cisa-header.journal-header-cisa #header .cisa-bottom-header .journal-menu{
        position: absolute;
        top: -50px;
        left: 0;
        width:30px;
        z-index: 99;
      }
       #header .journal-menu {
        order: 0;
        width: 80px;
        margin: 0;
        position: relative;
        z-index: 9;
      }
       #header .journal-menu .mobile-trigger {
        display: flex;
        width: 40px;
        margin: 0;
        top: -15px;
        padding: 0;
        position: relative;
      }
      #header .journal-menu .mobile-trigger::before {
        margin: 0;
      }
      #header .journal-menu .super-menu {
        display: none;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: 40px;
        width: 90vw;
        left:-6vw;
        margin: 0;
      }
    
      #header .journal-menu .super-menu li {
        padding: 0;
      }
      #header .journal-menu .super-menu li a {
        font-size: 16px;
        padding: 5px;
        padding-left: 0;
      }
    #header .journal-menu .super-menu > li > .mobile-plus{
  color: rgb(131, 64, 48);
}
    }
    
    /*Menu | SubItens*/
    
    
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul a {
      height: 40px;
      display: flex;
    }
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li > ul {
      left: 0;
    }
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li ul li {
      line-height: 40px;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 20px;
    }
    .journal-desktop
      #cisa-header
      #header
      .journal-menu
      .super-menu
      > li
      > ul
      > li:hover
      > ul {
      display: block;
    }
    
    .journal-desktop
      #cisa-header
      #header
      .journal-menu
      .super-menu
      > li
      > ul
      > li
      > ul {
      left: 100%;
      top: 0;
    }
    #header .journal-menu .super-menu li{
        border:none;
    }
    #header .journal-menu .super-menu > li:hover::before{
      visibility: hidden;
      
    }
    
   
    .journal-desktop #cisa-header #header 
    .journal-menu .super-menu > li ul li:first-of-type{
        border-radius: 0 5px 0 0;
    }
    .journal-desktop #cisa-header #header 
    .journal-menu .super-menu > li ul li:last-of-type{
        border-radius: 0 0 5px 5px ;
    }
    .journal-desktop #cisa-header #header .journal-menu .super-menu > li ul {
      position: absolute;
      max-width: 300px;
      min-width: max-content;
      list-style: none;
      margin: 0;
      padding: 0;
      top: 30px;
       border-radius: 0 5px 5px 5px;
    }
    
    
    /*mobile menu*/
    .journal-mobile #cisa-header.journal-header-cisa #header .journal-menu > ul > li > a{
  padding-left: 30px;
}
.journal-mobile #cisa-header.journal-header-cisa #header .journal-menu > ul > li > ul > li a{
  padding-left: 40px;
}
.journal-mobile #cisa-header.journal-header-cisa #header
.journal-menu > ul > li > ul > li > ul a{
  font-size: 15px;
    padding-left: 50px;
  
}

    .journal-mobile #cisa-header #header .journal-menu .super-menu > li {
      position: relative;
      line-height: 30px;
      margin-right: 0;
    }
    
    .journal-mobile #cisa-header #header .journal-menu > ul > li  ul{
      position: relative;
      margin: 0;
      padding-left: 0px;
      width: 100%;
      order: 2;
    }
    
    
    .journal-mobile #cisa-header #header .journal-menu  ul  li{
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      position: relative;
    }
    
    .journal-mobile #cisa-header #header .journal-menu ul li a {
      width: 80%;
      order: 0;
    }
    .journal-mobile #cisa-header #header .journal-menu .mobile-plus::before{
      content: "\e62e";
      position: absolute;
      top: 2px;
      font-size: 15px;
    }
    .journal-mobile #cisa-header #header .journal-menu > ul > li > ul >li{
      display: flex;
    }
    .journal-mobile #cisa-header #header .journal-menu > ul > li {
      border-bottom: 1px solid rgb(200,200,200);
    }
    .journal-mobile #cisa-header #header .journal-menu > ul > li .menu-plus{
      display: none;
    }
    .journal-mobile #cisa-header #header .journal-menu  .mobile-plus{
      order: 1;
      
      background-color: transparent;
      border: none;
      text-align: right;
      padding-right: 20px;
      position: relative;
      width: 20%;
    }
    .journal-mobile #cisa-header #header .journal-menu .super-menu li a{
      padding-left: 10px;
    }
    .journal-mobile #cisa-header #header .journal-menu .super-menu {
      padding: 0;
    }
    .journal-mobile #cisa-header #header .journal-menu .super-menu li span.mobile-plus{
      display: none;
    }
    
    .journal-mobile #cisa-header #header .journal-menu .super-menu > li > ul a + .mobile-plus,
    .journal-mobile #cisa-header #header .journal-menu .super-menu li a + ul + span.mobile-plus{
      display: block;
    }