.close-notice.button.x-icon{
    display: none;
}

/*menu tablet*/


.autocomplete2-suggestion span.p-price .price-old{
      text-decoration: line-through;
}
.autocomplete2-suggestion span.p-price .price-old{
        margin-right: 19px;
}

.autocomplete2-suggestion span.p-price{
        margin-top: 9px;
}

.autocomplete2-suggestion > a{
    display: flex;
    align-items: center;
}

.autocomplete2-suggestions > div{
    max-height: max-content !important;
}

.autocomplete2-suggestions > div .autocomplete2-suggestion a.view-more-link {
    background: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
    text-align: center;
    justify-content: center;
    font-weight: 500;
    padding: 10px 0;
}

.autocomplete2-suggestions > div .autocomplete2-suggestion a {
    display: flex;
    padding: 5px 0;
    align-items: center;
}


@media screen and (max-width: 981px) {
    
    #jabo-header .journal-menu .super-menu{
            width: 94%;
    justify-self: anchor-center;
    }
    
    .mobile-menu-on-tablet .mobile-trigger{
        width: max-content;
    }
    
    .mobile-menu-on-tablet #jabo-header .journal-menu .super-menu > li > ul > .menu-open > a,
    .journal-mobile #jabo-header .journal-menu .super-menu > li > ul > .menu-open > a{
        font-weight: bolder !important;
    }
    
    .mobile-menu-on-tablet #jabo-header .journal-menu .super-menu > li > ul > .menu-open > ul > li > a,
     .journal-mobile #jabo-header .journal-menu .super-menu > li > ul > .menu-open > ul > li > a{
                background-color: #1579b2;
        width: 100%;
        border: 10px;
        color: white;
        height: 36px;
                border-top: 1px solid rgb(200, 200, 200);
    }
    
    
    .mobile-menu-on-tablet #jabo-header .journal-menu .super-menu ul > li > ul > .menu-open > ul > li > .mobile-plus,
    .journal-mobile #jabo-header .journal-menu .super-menu ul > li > ul > .menu-open > ul > li > .mobile-plus{
               position: absolute;
    }
    
   

    
    .journal-mobile #jabo-header .journal-menu .mobile-plus::before,
   .mobile-menu-on-tablet #jabo-header .journal-menu .mobile-plus::before {
    content: "\e62e";
    position: absolute;
    top: 2px;
    font-size: 15px;
    color: #333745;
}
    
#jabo-header #header{
    max-width: 765px !important;
}
}

@media screen and (max-width: 560px) {
    #jabo-header .super-menu > li > a span{
        font-size: 12px !important;
    }
    
   .journal-mobile #jabo-header .super-menu > li > a:nth-of-type(1) i{
        display: none !important;
    }
}

@media screen and (max-width: 770px) {
#jabo-header #header .links-header{
        flex-direction: row-reverse;
}

}

@media screen and (min-width: 1000px) and (max-width: 1366px){
#jabo-header .super-menu > li > a span{
        font-size: 10px !important;
    }

}

@media screen and (min-width: 875px) and (max-width: 1199px) {
  #header .journal-search{
        width: 50%;
    }
    
    
}

@media screen and (min-width: 875px) and (max-width: 1024px) {
 #jabo-header #header .journal-logo {
      order: 0;
    }
    
    #jabo-header #header .links-header a .top-menu-link{
        display: none;
    }
  
    
     #jabo-header #header .journal-search{
         order: 0;
     }
    
}

@media screen and (min-width: 760px) and (max-width: 875px) {
    
     #jabo-header #header .links-header a .top-menu-link{
        display: none;
    }
    
 #jabo-header #header .journal-logo {
      order: 1;
            margin: 0 auto;
    }
    
    #header .journal-logo a img{
        right: -59px;
    }
    
    #jabo-header #header .journal-search{
         order: 3;
     }
     
     #header .journal-search{
         width: 100%;
     }
    
}

@media screen and (max-width: 1024px) {
.journal-desktop #jabo-header .super-menu > li > a span{
    font-size: 10px !important;
}

}

@media screen and (min-width: 760px) and (max-width: 981px)  {
.mobile-menu-on-tablet .mobile-trigger{
    position: absolute;
        top: 81px;
        background-color: transparent;
        left: 30px;
}

}

@media screen and (min-width: 761px) {
#jabo-header .menu-primario-bastiani{
        width: 100vw;
    max-width: 1300px;
    margin: 0 auto;
    height: max-content;
}

#jabo-header .menu-primario-bastiani .links{
         display: flex;
    justify-content: space-evenly;
        margin: 0 auto;
        height: 57px;
                align-items: center;
}

}

@media screen and (max-width: 981px) {
.mobile-menu-on-tablet header .journal-menu .mobile-menu{
    display: none;
    
}

}


.journal-desktop #jabo-header .journal-menu .super-menu > li ul{
    display: none;
}




/*menu tablet acima*/
@media screen and (min-width: 981px) {
    
    #jabo-header .super-menu li:hover a::after{
    width: 100%;
    transition: width 1s;
}

#jabo-header .super-menu>li>a::after{
            content: '';
        position: absolute;
    width: 0;
        height: 3px;
        bottom: 0;
        left: 50%;
        background-color: white;
       
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
       -webkit-transition: width .4s;
        -o-transition: width .4s;
      
}
    
#jabo-header .journal-menu .super-menu {
    list-style: none;
    justify-content: space-around;
    padding: 0;
    display: flex;
}

}

.links-header #cart .content .cart-wrapper .botoes > a{
    justify-content: center;
    align-items: center;
}

.links-header #cart .content.empty-cart .empty > a{
    justify-content: center;
   
}

#jabo-header #header .links-header{
    width: 20%;
    justify-content: space-around;
}

#jabo-header #header .links-header a i img{
    height: 18px;
}

#jabo-header #header .links-header a .top-menu-link{
    font-size: 15px !important;
}

#jabo-header #header .links-header .journal-cart a i img{
    height: 21px !important;
}

#jabo-header #header .links-header a{
    display: flex;
    
}

#header .journal-search input{
    border: none;
    padding: 12px;
}





@media screen and (min-width: 1200px) {
#header .journal-search{
        width: 60%;
    }

}

@media screen and (min-width: 1073px) and (max-width: 1255px)  {
#jabo-header .super-menu > li > a span {
    font-size: 11px !important;
}
}

@media screen and (min-width: 981) and (max-width: 1072px)  {
#jabo-header .super-menu > li > a span {
    font-size: 8px !important;
}
}

@media screen and (max-width: 1199px) {

    
    
    #jabo-header #header{
        justify-content: space-around;
    }

}
 
 @media screen and (max-width: 1250px) {
 #jabo-header .journal-menu .super-menu {
        max-width: 1105px;
        
 }
 }

@media screen and (min-width: 981px) {
    
   
    
        #jabo-header #header .journal-logo {
            width: 18%;
    }
    
        #jabo-header .journal-menu .super-menu .mobile-plus, #jabo-header .journal-menu .mobile-trigger {
        display: none;
    }
    
    #jabo-header .journal-menu {
        max-width: 1200px;
        margin: 0 auto;
        width: 100vw;
        min-width: 100vw;
        background-color: #1580b2;
    }
        #jabo-header .journal-menu .super-menu {
        max-width: 1450px;
        margin: 0 auto;
    }
        .journal-desktop #jabo-header .journal-menu .super-menu > li {
        width: max-content;
    }
    
        #jabo-header .super-menu > li > a span {
        text-align: center;
    }
}

.journal-desktop #jabo-header .journal-menu .super-menu > li {
    position: relative;
    min-width: 40px;
}

.journal-desktop #jabo-header .journal-menu .super-menu > li {
    max-height: max-content;
}



#jabo-header .journal-menu .super-menu li {
    border: none;
}



.journal-desktop #jabo-header .super-menu > li > a span {
    width: 100%;
}

#jabo-header .super-menu > li > a span {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    display: block;
    z-index: 6;
    position: relative;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
}

.journal-desktop #jabo-header .super-menu > li > a:nth-of-type(1) {
    display: flex;
    align-items: center;
}


 @media screen and (min-width: 1000px) {
      #jabo-header {
    display: flex;
    flex-direction: column;
    height: max-content;
}

#jabo-header .menu-principal{
    margin: 0 auto;
}


      
  
  }
  
   #jabo-header .menu-primario-bastiani .links > span > i > img{
       height: 21px;
       margin-right: 5px;
   }
  
  #jabo-header .menu-primario-bastiani .links > span > i{
          align-content: center;
    margin-right: 2px;
  }

#jabo-header .menu-primario-bastiani .links > span > .texto > span{
        color: #1580b2;
       font-size: 13px;
    font-weight: 600;
}



#jabo-header .menu-primario-bastiani .links > span > .texto > span > .bold{
                font-size: 14px;
    color: #a7a7a7;
    font-weight: 100;

}



#jabo-header .menu-primario-bastiani .links > span {
    display: flex;
}

#jabo-header .menu-principal .links{
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    width: 900px;
}

#jabo-header .menu-principal .links a{
    display: flex;
}



#jabo-header .menu-principal .links span{
    display: flex;
}

#jabo-header .menu-principal .links span i{
        height: max-content;
    align-self: center;
}

#jabo-header .menu-principal .links span > span{
        align-content: center;
}


#jabo-header{
          display: flex;
    flex-direction: column;
}

#jabo-header {
  position: relative;
  z-index: 99;
  box-shadow: 1px 1px 1px 1px rgb(240, 240, 240);
}

#jabo-header #header {
  max-width: 1355px;
  align-items: center;
  display: flex;
  padding: 10px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  width: 100%;
}
#jabo-header #header .links-header > :first-child {
  display: flex;
}

#jabo-header #header .links-header a i{
    height: max-content;
}

#header .journal-logo a {
  display: block;
}
#header .journal-logo a img {
  max-width: 173px;
  height: auto;
}
#header .journal-search #search .button-search {
  position: absolute;
  top: 8px;
  right: 10px;
}
#header .journal-menu .super-menu .mobile-plus,
#header .journal-menu .mobile-trigger {
  display: none;
}
#header .journal-menu {
  max-width: 26rem;
  margin: 0 1.5rem 0 1.5rem;
}
#header .journal-menu .super-menu li {
  border: none;
}
#header .journal-menu .super-menu {
  list-style: none;
  justify-content: space-around;
  padding: 0;
  display: flex;
}
#header .journal-menu .super-menu li > ul {
  display: none;
}
#header .journal-menu .super-menu > li:last-of-type a span {
  color: rgb(143, 20, 17);
  font-family: Elsie;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}
#header .journal-search #search {
  width: 100%;
}
#header .journal-search input {
  border-radius: 5px;
  box-shadow: none;
}

#jabo-header #header .links-header {
  display: flex;
  height: 25px;
  margin-right: 0;
  margin-left: 1.5rem;
}
#jabo-header #header .links-header > *:nth-of-type(2) {
  margin: 0 1.5rem;
}
#jabo-header #header #cart button {
  all: unset;
  padding: 0;
  display: flex;
  height: 18px;
}
#jabo-header #header #cart {
  max-width: 40px;
}


@media (max-width: 770px) {
    .journal-mobile #jabo-header .journal-menu .super-menu,
    .mobile-menu-on-tablet #jabo-header .journal-menu .super-menu{
        z-index: 999999;
    }
    
    .journal-desktop #jabo-header .super-menu > li > a:nth-of-type(1) i {
        display: none;
    }
    
    
    .journal-desktop #jabo-header .journal-menu .super-menu{
        top: 112px;
    position: absolute;
    }
    
     .mobile-menu-on-tablet #jabo-header .journal-menu ul li,
    .journal-mobile #jabo-header .journal-menu ul li{
        display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    }

    .journal-mobile #jabo-header .journal-menu .super-menu li a + ul + span.mobile-plus,
    .mobile-menu-on-tablet #jabo-header .journal-menu .super-menu li a + ul + span.mobile-plus{
        display: block;
    }
    
   

.journal-mobile #jabo-header .journal-menu > ul > li,
.mobile-menu-on-tablet #jabo-header .journal-menu > ul > li {
    border-bottom: 1px solid rgb(200, 200, 200);
}
    
}

@media (max-width: 760px) {
    
    .mobile-menu-on-tablet #jabo-header .journal-menu .mobile-plus, .journal-mobile #jabo-header .journal-menu .mobile-plus::before{
         color: black !important;
    }
    
    .mobile-menu-on-tablet #jabo-header .journal-menu .mobile-plus::before, .journal-mobile #jabo-header .journal-menu .mobile-plus::before{
        color: white !important;
    }
    
    .mobile-menu-on-tablet .mobile-trigger{
        
        top: 51px;
        position: absolute;
        background-color: transparent;
        left: 18px;
        width: max-content;
z-index: 999999 !important;
    }
    
    
  #jabo-header #header {
    padding: 0px 0 10px;
    flex-wrap: wrap;
  }
  #header .journal-menu {
    order: 0;
    width: 80px;
    margin: 0;
    position: relative;
    z-index: 9;
  }
  #header .journal-logo {
    order: 1;
    margin: 0 auto;
    right: -40px;
    position: relative;
    
  }
  #jabo-header #header .links-header {
    order: 2;
    width: 74px;
    margin: 0;
    padding-right: 15px;
  }
  #jabo-header #header .links-header .journal-cart {
    margin-right: 0;
    margin-left: auto;
  }
  
  
  #jabo-header #header .links-header > :nth-of-type(2) {
    margin: 0;
  }

  #header .journal-search {
    order: 3;
    position: relative;
    z-index: 8;
    width: 100%;
    padding: 3px 15px;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  #header .journal-search #search {
    display: flex;
    height: auto;
  }
  #header .journal-search input {
    height: 45px;
    width: 100%;
  }
  #header .journal-menu .mobile-trigger {
    display: flex;
    width: 40px;
    margin: 0;

    padding: 0;
    padding-left: 15px;
  }
  #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;
    margin: 0;
  }
  #header .journal-menu .super-menu li:last-of-type a span {
    font-size: 18px;
  }
  #header .journal-menu .super-menu li {
    padding: 3px 0;
  }
  #header .journal-menu .super-menu li a {
    font-size: 16px;
    padding: 5px;
    padding-left: 0;
  }
}

.mobile-menu-on-tablet .mobile-trigger:before{
    color: #f2d287 !important;
}

@media screen and (min-width: 761px) and (max-width: 1355px) {
    
    
    
  #jabo-header #header .links-header a .top-menu-link{
      color: black;
  }
  
  .mobile-menu-on-tablet .mobile-trigger{
      z-index: 9999;
        width: max-content !important;
  }
  
  #jabo-header #header .journal-menu {
    margin-left: 3rem;
  }
  #jabo-header #header #cart button a {
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 1024px) {
    #jabo-header #header .journal-menu .mobile-menu > li > a{
      padding-left: 0;
    }
    #jabo-header #header {
      flex-wrap: wrap;
    }
   
    #jabo-header #header .journal-menu ul.super-menu li:last-of-type span {
      font-size: 16px;
    }
    #jabo-header #header .journal-menu ul.super-menu li {
      width: max-content;
    }
    #jabo-header #header .journal-menu ul.super-menu li a span {
      font-size: 14px;
    }
    #jabo-header #header .journal-menu {
      order: 2;
      max-width: 30rem;
      margin: 0 auto;
    }
    #jabo-header #header .journal-search {
    
      
      max-width: 100%;
    }
    
  }
  @media screen and (min-width: 1135px) {
      
      
    #jabo-header #header {
      justify-content: center;
    }
  }
  @media (max-width:980px){
  #jabo-header #header .journal-search{
    max-width: calc(100% - 80px - 130px - 4rem);
    margin: 15px;
    
  }
  #jabo-header #header .journal-menu{
    order: 3;
   max-width: 100%;
  }
   #jabo-header #header .links-header {
      order: 2;
    margin: 0; 
     width: 130px;
  }
  #jabo-header #header .journal-logo a img{
    position: relative;
    top: 2px;
  }
}
}

/*menu desktop*/

 @media (min-width:981px){
     
     #jabo-header .journal-menu .super-menu {
    width: 100%;
}
     
     .journal-desktop #jabo-header .journal-menu .super-menu > li ul li:hover{
         background-color: #1580b2;
        
     }
     
     .journal-desktop #jabo-header .journal-menu .super-menu > li > ul > li > ul li:hover a{
         color: white;
     }
     
     .journal-desktop #jabo-header .journal-menu .super-menu > li > ul > li:hover > a{
         color: white;
        
     }
     
     .tablet #jabo-header .journal-menu > ul > li > ul{
  top: 40px;
  position: absolute;
}
     
     .journal-desktop #jabo-header .journal-menu .super-menu > li{
    height: 40px;
}
     
.journal-desktop #jabo-header .journal-menu .super-menu > li {
  position: relative;
  line-height: 40px;
  padding: 0 5px;
}
.journal-desktop #jabo-header .journal-menu .super-menu > li > ul a {
  height: 40px;
  display: flex;
}
.journal-desktop #jabo-header .journal-menu .super-menu {
  margin: 0 auto;
}
.journal-desktop #jabo-header .journal-menu .super-menu > li > ul {
  left: 0;
}
.journal-desktop #jabo-header .journal-menu .super-menu > li ul li {
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 20px;
}
.journal-desktop
  #jabo-header
  .journal-menu
  .super-menu
  > li
  > ul
  > li:hover
  > ul {
  display: block;
}

.journal-desktop
  #jabo-header
  .journal-menu
  .super-menu
  > li
  > ul
  > li
  > ul {
  left: 100%;
  top: 0;
}



.journal-desktop #jabo-header .journal-menu .super-menu > li ul {
  position: absolute;
  width: 100%;
  background: #f4f4f4;
 
  list-style: none;
  margin: 0;
  padding: 0;
}

}
/*menu em tablets*/
.tablet #jabo-header .journal-menu {
  z-index: 99;
}

.tablet #jabo-header .journal-menu  ul  li{
  display: flex;
  box-sizing: border-box;
  position: relative;
}
.tablet #jabo-header .journal-menu .mobile-plus::before{
  content: "\e62e";
  position: absolute;
  top: 2px;
  font-size: 15px;
  color: #333745;
}
.tablet #jabo-header .journal-menu > ul > li > ul >li{
  display: flex;
}
.tablet #jabo-header .journal-menu > ul > li  .menu-plus{
  display: none;
}

/*mobile menu*/


@media screen and (max-width: 981px) {
    
    #jabo-header .journal-menu .super-menu > li > ul > li {
        border-bottom: 1px solid #20b2d3;
    }
    
    .mobile-menu-on-tablet #jabo-header .journal-menu > ul > li > ul >li, .journal-mobile #jabo-header .journal-menu > ul > li > ul >li{
                line-height: 40px;
    }
    
#jabo-header .journal-menu .super-menu{
    border: 1px solid rgb(54 178 231);
            border-radius: 8px;
}    
    
.journal-mobile #jabo-header .journal-menu > ul > li:last-of-type{
    border-radius: 3px 0px 6px 7px;
} 
.journal-mobile #jabo-header .journal-menu > ul > li:first-of-type{
            border-radius: 7px 7px 0px 0px;
}    
    
.tablet  #jabo-header .journal-menu .super-menu > li,
.journal-mobile #jabo-header .journal-menu .super-menu > li {
  position: relative;
  line-height: 30px;
}

.mobile-menu-on-tablet #jabo-header .journal-menu > ul > li  ul,
.journal-mobile #jabo-header .journal-menu > ul > li  ul{
  position: relative;
  margin: 0;
  padding-left: 0px;
  background-color: rgb(235,235,235);
  width: 100%;
  order: 2;
}





.journal-mobile #jabo-header .journal-menu > ul > li  ul li{
    background-color: white;
}
.journal-mobile #jabo-header .journal-menu > ul > li  ul li a{
    color: rgb(20,20,20);
}

.mobile-menu-on-tablet #jabo-header .journal-menu  ul  li,
.journal-mobile #jabo-header .journal-menu  ul  li{
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
}

.mobile-menu-on-tablet #jabo-header .journal-menu ul li a,
.journal-mobile #jabo-header .journal-menu ul li a {
  width: 80%;
  order: 0;
}

.mobile-menu-on-tablet #jabo-header  .journal-menu .mobile-plus::before,
.journal-mobile #jabo-header  .journal-menu .mobile-plus::before{
  content: "\e62e";
  position: absolute;
  top: 2px;
  font-size: 15px;
  color: black !important;
}



.mobile-menu-on-tablet #jabo-header .journal-menu > ul > li > ul >li,
.journal-mobile #jabo-header .journal-menu > ul > li > ul >li{
  display: flex;
}


.journal-mobile #jabo-header .journal-menu > ul > li {
  border-bottom: 1px solid rgb(200,200,200);
}

.mobile-menu-on-tablet #jabo-header .journal-menu > ul > li .menu-plus,
.journal-mobile #jabo-header .journal-menu > ul > li .menu-plus{
  display: none;
}

.mobile-menu-on-tablet #jabo-header .journal-menu  .mobile-plus,
.journal-mobile #jabo-header .journal-menu  .mobile-plus{
  order: 1;
  
  background-color: transparent;
  border: none;
  text-align: right;
  padding-right: 20px;
  position: relative;
  width: 20%;
}

.mobile-menu-on-tablet #jabo-header .journal-menu .super-menu li a,
.journal-mobile #jabo-header .journal-menu .super-menu li a{
  padding-left: 10px;
}

.mobile-menu-on-tablet #jabo-header .journal-menu .super-menu,
.journal-mobile #jabo-header .journal-menu .super-menu {
  padding: 0;
}

.mobile-menu-on-tablet #jabo-header .journal-menu .super-menu li a, .journal-mobile #jabo-header .journal-menu .super-menu li a{
        display: flex;
    align-items: center;
}

.mobile-menu-on-tablet #jabo-header .journal-menu .super-menu li a + ul + span.mobile-plus,
.journal-mobile #jabo-header .journal-menu .super-menu li a + ul + span.mobile-plus{
  display: block;
}
}


#cart-total{
  font-weight: 900;
  position: relative;
  top: 2px
}
.autocomplete2-suggestions .autocomplete2-suggestion .p-image{
  max-width: 75px
}
.autocomplete2-suggestions .autocomplete2-suggestion .p-name span{
  float: none !important;
}
  
.autocomplete2-suggestions {
  top: 40px
}
/*carrinho lateral*/
#jabo-header #header #cart .content {
  display: none;
  position: absolute;
}



.links-header #cart:hover .content .cart-wrapper,
.links-header #cart:hover .content{
  display: flex !important;
  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;
}

.journal-desktop #jabo-header .super-menu > li > a:nth-of-type(1) {
    display: flex;
    align-items: center;
}





.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;
}
header#jabo-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{
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: rgb(255,255,255);
  text-align: center;
  line-height: 40px;
  background: rgb(0,0,0);
}

header#jabo-header #header .links-header .journal-cart {
  position: relative;
}

header#jabo-header #header .links-header #cart .content > .cart-wrapper > .mini-cart-info{
  max-height: 320px;
  width: 90%;
  margin: 15px auto; 
  overflow-y: scroll;
}
header#jabo-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#jabo-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#jabo-header #header .links-header #cart .content.open{
display: flex;
}
html.mobile header.journal-header-jabo#jabo-header #header.journal-header
#cart .content{
  max-width: 300px;
  right: 0px;
  top:0px;
  position: absolute;
  z-index: 999;
}
html.tablet header.journal-header-jabo#jabo-header #header.journal-header
#cart .content {
    right: -19px;
}

html.tablet header.journal-header-jabo#jabo-header #header.journal-header
#cart .content.empty-cart{
  max-width: 300px;
}

header.journal-header-jabo#jabo-header #header.journal-header #cart .content .cart-wrapper{
  position: relative;
  z-index: 98;
  list-style: none;
  padding: 0;
}
header.journal-header-jabo#jabo-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 header.journal-header-jabo#jabo-header #header.journal-header #cart .content #close-cart{
  display: none;
}
.links-header #cart .content .cart-wrapper .product .infos > .name{
    margin-left:10px;
}