
/*carrinho*/





#close-cart{
    display: none !important;
}

#cart .content > .cart-wrapper > .mini-cart-info{
    max-height: 320px;
    width: 90%;
    margin: 15px auto;
    overflow-y: scroll;
}

#cart .content .cart-wrapper .product{
    display: flex;
    position: relative;
    margin: 7px 0 5px;
}

#cart .content .cart-wrapper .product .infos{
    display: flex;
}

#cart .content .cart-wrapper .product .infos .image{
    width: 80px;
}

#cart .content .cart-wrapper .product .infos .image a{
    width: 80px;
    display: flex;
}

.oc2 .img-thumbnail {
    max-width: 100%;
    height: auto;
}

#cart .content .cart-wrapper .product .infos > .name{
    margin-left: 10px;
}

#cart .content .cart-wrapper .product .infos .name .name {
    font-weight: 700;
    font-size: 13px;
    display: flex;
}

#cart .content .cart-wrapper .mini-cart-total {
    width: 90%;
    margin: 0 auto;
}

#cart .content .cart-wrapper .product .infos .name .name a
 {
    width: calc(100% - 20px);
}

#cart .content .cart-wrapper .mini-cart-total .total {
    font-size: 14px;
    text-align: right;
}

#cart .content .cart-wrapper .mini-cart-total div .total:last-of-type {
    font-size: 17px;
    color: rgb(0, 0, 0);
}

#cart .content .cart-wrapper .botoes .share-cart, #cart .content .cart-wrapper .botoes .checkout, #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;
}

#cart .content .cart-wrapper .product button .icon-trash::before
 {
    content: "\e01a";
}

#cart .content .cart-wrapper .botoes {
    display: flex;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#cart .content .cart-wrapper .botoes .checkout {
    background: rgb(51, 153, 101);
}

#cart .content .cart-wrapper .botoes .share-cart {
    background: rgb(220, 220, 220);
    margin-bottom: 20px;
}


#cart .content .cart-wrapper{
        position: relative;
    list-style: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    z-index: 98;
    height: max-content;
    overflow-y: hidden;
        background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(200, 200, 200);
    width: 100%;
    margin-top: 0px;
}

#cart .content .cart-wrapper{
   background-color: white !important
}



.header-main-container{
    position: relative;
}


.journal-header-center .hero-container .hero-social-links span i img{
    width: 18px;
    margin-right: 7px;
}
/*carrinho*/
/*Sugestao de pesquisa*/
.autocomplete2-suggestions > div .autocomplete2-suggestion .p-image{
       margin-right: 10px; 
}

.autocomplete2-suggestion{
       background-color: white; 
}

.autocomplete2-suggestion span.p-price .price-old{
    font-size: 15px;
    display: block;
    text-decoration: line-through;
}

.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;
        display: block;
}

.autocomplete2-suggestions > div .autocomplete2-suggestion .p-image {
    width: 80px;
}

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

.autocomplete2-suggestions > div .autocomplete2-suggestion .p-name {
    width: 100%;
}

.autocomplete2-suggestions > div .autocomplete2-suggestion .p-name .p-price {
    margin-top: 10px;
    display: flex;
    font-weight: 500;
    font-family: "Open Sans";
    font-size: 15px;
    color: black;
    flex-direction: column;
}
/*Sugestao de pesquisa*/
/*Aviso de cabeçalho*/
#top-header .itens {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 6px 0;
}
#top-header{
    background-color: #8c1614;
}

#top-header .owl-controls {
    display: none !important;
}



#cart button{
        all: unset;
    padding: 0;
    display: flex;
    height: 23px;
}


#top-header .itens .owl-item, #top-header .itens .owl-item > a, #top-header .itens .owl-item > span
 {
    display: flex !important;
    justify-content: center;
    text-align: left;
}

#top-header .itens span i, .new #top-header .itens a i
 {
    position: relative;
    margin-right: 5px;
}

/*Aviso de cabeçalho acima*/

/*Ajustes Header Abaixo*/

.journal-header-center .button-search button {
    width: 38px;
    height: 38px;
    cursor: pointer;
}


.journal-header-center #search input{
        background-color: white !important;
        border: none;
      border-radius: 8px 0px 0px 8px !important; 
}

.journal-header-center #search
 {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

.mobile-menu-on-tablet header .journal-menu .mobile-menu{
    list-style: none;
}

.super-menu > li{
    border: none;
    border-left-style: none !important;
    border-right-style: none !important;
}

#logo{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.journal-header-center #logo a{
     align-content: center; 
}

.drop-down ul {
  display: none;
}

.container-all-departaments .super-menu .drop-down .drop-down:hover > ul{
      display: block;
}



.container-all-departaments .super-menu > li{
    padding: 11px;
}

.container-all-departaments .super-menu > li a span{
    color: black;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
}

.container-all-departaments .super-menu li{
    list-style: none !important;
}


@media screen and (min-width: 1150px) {
    
    .journal-menu .super-menu > li > ul > li:hover > ul{
    display: block;
        display: block;
    right: -152px;
    top: 0px;
}
    
    
    .container-all-departaments .journal-menu .super-menu li>ul{
        max-height: unset;
        overflow-y: unset;
    }
    
    /*.journal-menu .super-menu > li > ul{*/
    /*    max-height: 450px;*/
    /*    overflow-y: auto;*/
    /*}*/
    
    .drop-down ul li, .mobile-menu .drop-down ul li, .flyout-menu .fly-drop-down ul li{
            border-width: medium;
    }
    
    .journal-cart #cart .content{
    display: none;
    position: absolute;
        visibility: visible;
    opacity: 1;
    height: max-content;
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    max-width: 400px;
    width: 100vw;
    right: 0px;
    padding-top: 40px;
    box-sizing: border-box;
    padding-top: 5px;
    height: 100vh;
    top: 23px;
    }
    
    .journal-cart #cart:hover .content{
        display: flex !important;
        flex-direction: column;
    }
    
    .user-login{
        width: 39px;
    }
    .journal-cart.row.j-min{
        top: -4px;
    position: relative;
    }
    
    .container-all-departaments .super-menu > li > ul > li.open > ul{
        display: block;
    }
    
    .super-menu > li > a span,
    .drop-down>a>span {
      font-size: .65rem;
      font-weight: 500;
      color: white;
      letter-spacing: normal;
      font-weight: 600;
      transition: all .3s ease;
    }
    
    .container-all-departaments {
        
        width: 318px;
        display: none;
        position: absolute;
        top: 88px;
        background-color: #FFF;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
        padding: 10px 20px;
        left: 18px;
        z-index: 99;
        transition: all .3s ease;
        
    }
}

button#close-notice{
    display: none !important;
}





header .hero-container .hero-promotion-links a img{
    width: 18px;
    margin-right: 7px;
}



@media screen and (min-width: 1150px) {

    .container-all-departaments .drop-down ul li, .container-all-departaments     .mobile-menu .drop-down ul li, .container-all-departaments .flyout-menu .fly-drop-down ul li{
        display: block;
    }

    .drop-down ul li, .mobile-menu .drop-down ul li, .flyout-menu .fly-drop-down ul li{
            justify-content: center;
    display: flex;
    }

    .hero-social-links {
      display: flex;
      align-items: center;
      padding-right: 10px;
      width: 100%;
      justify-content: space-around;
    }
    
    .hero-social-links .menu-dois{
    display: flex;
    justify-content: space-around;
    width: 22%;
    }
    
    header .hero-container .hero-promotion-links{
        display: flex;
        justify-content: space-around;
        width: 22%;
    }
    
    .super-menu > li > a span {
        width: 100%;
    }

  .container-all-departaments.show {
    display: block;
    background-color: white;
  }

  .container-all-departaments h1 {
    margin-bottom: 12px;
    text-align: center;
  }

  .container-all-departaments .super-menu.mobile-menu.menu-table {
    flex-direction: column;
  }

  .container-all-departaments .drop-down {
    position: static;
  }

  .container-all-departaments .drop-down ul li a {
    padding: 8px 10px;
    color: black;
  }

  .title-all-departaments {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  
  .container-all-departaments .drop-down li:hover > a{
      color: white;
      
  }
   .container-all-departaments .drop-down li:hover{
      background-color: #8c1614 ;
      
  }
  
  .container-all-departaments .drop-down li{
     width: 137px; 
     background-color: white;
     padding: 5px 26px;
     
  }

  .container-all-departaments .drop-down ul {
    height: auto;
    width: auto;
    min-height: max-content;
    position: absolute;
    left: 100%;
    top: 54px;
    background-color: #FFF;
    border-bottom-right-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);

  }
  .container-all-departaments h1{
      font-family: "Open Sans";
  }
  .container-all-departaments h1 a {
    display: inline-flex;
    font-size: 1rem;
    white-space: nowrap;
    font-family: "Open Sans";
  }

  .container-all-departaments .super-menu .drop-down ul {
    border-left: 1px solid #dbdbdb;
    margin-left: 0px;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  
  .container-all-departaments .super-menu .drop-down ul h1{
      padding-left: 10px;
  }

  .drop-down li {
    padding: 0 1rem;
  }

  .title-all-departaments::before {
    content: "";
    width: 4px;
    height: 30px;
    background-color: #AD211B;
    margin-right: .6rem;
    
  }

}

/* ↑ Todos os Departamentos ↑ */

/* ↓ Header ↓ */

header,
.journal-header-center {
  background-color: #f2f0f1;
}

.static-banner.xs-100.sm-33.md-33.lg-33.xl-33 {
  width: 100%;
}

.hero-promotion-links p {
  display: inline;
}

.hero-promotion-links a {
  display: inline-flex;
  align-items: center;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  background-color: #f2f0f1;
}

.icon-only.no-link {
  display: inline-flex;
  align-items: center;
}

.hero-promotion-links p,
.icon-only,
.icon-only.no-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .8rem;
}



.icon-only,
.icon-only.no-link {
  margin: 0 5px;
}

.journal-logo {
  width: 12.625rem;
  max-width: 185px;
  min-width: 140px;
}


.header-all-departaments {
  display: flex;
  align-items: center;
  width: min-content;
  cursor: pointer;
}

.header-all-departaments p {
  display: inline-block;
  width: min-content;
  text-transform: uppercase;
  margin-left: 0.1rem;
  color: white;
  font-size: .75rem;
  font-weight: 600;
}

.journal-search.j-min.xs-100.sm-50 {
  position: unset;
  width: 13%;
}

.header-main-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  padding: 5px;
  background-color: #AD211B;
}

.main-container-redirect {
  display: flex;
  align-items: center;
}




.journal-cart.row.j-min{
    display: flex;
    align-items: center; 
}

.journal-cart.row.j-min{
        width: max-content;
}

#cart{
    
}
.journal-cart.row.j-min {
  background-color: transparent;  
}

#cart .heading i::before {
  content: url("/image/icones/cart.png") !important;
}

.journal-header-center .j-100,
.journal-header-center #logo a {
  height: auto;
}

.divide-header {
  height: 85px;
  width: 2px;
  background-color: #e8e8e8d6;
  margin: 0 1rem;
}


#cart .heading a>span {
  display: none;
}

#search input {
  padding-left: 15px !important;
  border: 2px solid #e8e8e8;
  border-radius: 6px;
}

.journal-header-center .button-search button {
  height: 100%;
}

.header-all-departaments img {
  width: 28px;
  margin-right: 7px;
}

.journal-header-center .button-search{
  height: 100%;  
}

.journal-header-center #search input {
  border-width: 1px !important;
  height: 100%;
}

.journal-header-center .button-search i::before {
  margin: 0px !important;
}

.journal-header-center .button-search button {
  background-color: white;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

.button-search i::before {
  color: #f4eb41;
}



.journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 {
  width: 39rem;

}

.journal-header-center .journal-search,
.journal-header-center .journal-links {
  padding: 0px !important;
}



/* ↑ Header ↑ */

/* ↓  Ajustes Header ↓ */

@media (min-width: 900px) {
  .journal-menu .super-menu li>ul {
    margin-left: -50px;
    background-color: white;
  }
}

@media (min-width: 900px) {
    .journal-menu .super-menu li>ul {
        width: 152px;
    }
    
    .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 .drop-down ul li:hover{
            background-color: #8c1614;
    }
    
    .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 > ul > li > ul > li> ul > li:hover > a,
    .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 > ul > li > ul > li:hover > a{
           color: white; 
    }
    
    .journal-menu .super-menu > li > ul > li > ul > li:hover > ul{
        display: block;
        right: -152px;
        top: 0px;
    }
    
    .journal-menu .super-menu > li > ul {
    overflow-y: auto;
    max-height: 450px;
    position: absolute; /* para o dropdown sair do fluxo */
}

.journal-menu .super-menu > li > ul ul {
    overflow: visible;   /* limpa os submenus internos */
    max-height: none;    /* deixa normal */
    position: absolute;  /* faz eles saltarem para fora */
}
    
}

.drop-down li{
    padding: 5px;
}

.drop-down ul
 {
    z-index: 999;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 981px) {
    .super-menu > li > a span,
.drop-down>a>span {
  font-size: .65rem;
  font-weight: 500;
  color: black !important;
  letter-spacing: normal;
  font-weight: 600;
}

.mobile-menu-on-tablet .journal-header-center{
        z-index: 99;
        position: relative;
}

}
@media screen and (max-width: 780px){
 #cart-total{
        color: #AD211B;
        background-color: white;
        padding: 4px;
        border-radius: 7px;
        top: -38px;
        position: relative;
        right: -13px; 
    }
}
@media screen and (max-width: 760px) {
    
    #cart-total{
        color: #AD211B;
        background-color: white;
        padding: 4px;
        border-radius: 7px;
        top: -38px;
        position: relative;
        right: -13px; 
    }
    
    .journal-header-center .journal-cart #cart .content.open{
       display: flex !important;
       flex-direction: column;
    }
    .journal-cart #cart .content{
        display: none;
        position: absolute;
        visibility: visible;
        opacity: 1;
        height: max-content;
        position: absolute;
        font-weight: 500;
        font-size: 14px;
        max-width: 400px;
        width: 90vw;
        right: 0px;
        padding-top: 40px;
        box-sizing: border-box;
        padding-top: 5px;
        height: 100vh;
        top: 24px;
    }
    

}
@media screen and (max-width: 1150px) {
    .tablet .journal-cart #cart .content{
        display: none;
        position: absolute;
        visibility: visible;
        opacity: 1;
        height: max-content;
        position: absolute;
        font-weight: 500;
        font-size: 14px;
        max-width: 400px;
        width: 100vw;
        right: 0px;
        padding-top: 40px;
        box-sizing: border-box;
        padding-top: 5px;
        height: 100vh;
        top: 22px;
    }
    
    .tablet .journal-cart #cart .content.open{
       display: flex !important;
       flex-direction: column;
    }
    
    .hero-social-links {
        display: flex;
        align-items: center;
        padding-right: 10px;
        width: 100%;
        justify-content: space-around;
    }

    .hero-social-links .menu-dois{
        display: flex;
        justify-content: space-around;
        width: 370px;
    }

    header .hero-container .hero-promotion-links{
        display: flex;
        justify-content: space-around;
        width: 370px;
    }
    .tablet .journal-search.j-min.xs-100.sm-50{
        min-width: 179px;
  }

  .journal-search.j-min.xs-100.sm-50 {
    min-width: 250px;
  }

  .header-main-container {
    justify-content: space-around;
  }

  .mobile-menu-on-tablet header .journal-menu .mobile-menu>li {
    border: none !important;
  }

  .main-container-redirect>div:nth-child(3n) {
    display: none;
  }
}

.journal-menu .super-menu li>ul{
    display: none; 
}


@media screen and (min-width: 1400px) {
  .hero-container {
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
    div.buttons div.pull-right:nth-child(2){
      text-align: center;
      margin-top: 20px;
    }
    
    
  .mobile-menu-on-tablet header .journal-menu .mobile-menu>li>a {
    text-align: left;
    padding: 0px;
  }
  
  
}

@media (min-width: 780px) and (max-width: 981px) {
     .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 {
    width: max-content;
    order: 1;
  }
  
  .journal-logo{
      order: 2;
  }
  
  .journal-search.j-min.xs-100.sm-50{
      order: 3;
  }
  
  .main-container-redirect{
      order: 4;
  }
}

@media screen and (max-width: 780px) {
    .super-menu.mobile-menu.menu-table>.drop-down {
        border-top: 1px solid #ededed !important;
        padding: 1em;
    }
    
    .super-menu.mobile-menu.menu-table.active {
        left: 0;
    }
    
    
   
}


@media only screen and (max-width: 980px) {
    .drop-down li {
    background-color: #f9f9f9 !important;
  }
    
     .super-menu.mobile-menu.menu-table {
        position: absolute;
        width: 100vw;
        background: white;
        left: 0%;
        transition: all .3s ease;
        top: 134px;
    }
    
    .super-menu.mobile-menu.menu-table>.drop-down {
        border-top: 1px solid #ededed !important;
        padding: 1em;
    }
    
    .mobile-menu-on-tablet .mobile-menu .drop-down ul li:first-of-type{
        margin-top: 12px;
    }
    
    .journal-header-center > .header-main-container > .journal-menu >ul.super-menu li.menu-open>a, journal-header-center > .header-main-container > .journal-menu>ul.super-menu li.menu-open>a span{
                font-weight: 700 !important;
    }
    
    .mobile-menu-on-tablet .mobile-menu .drop-down ul li{
       padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 11px; 
    }
    
    .journal-menu {
        z-index: 99999 !important;
    }
    
    .super-menu.mobile-menu.menu-table{
      padding-left: 0px; 
    }
    
    .menu-plus{
        display: none !important;
    }
    
    .tablet .mobile-menu-on-tablet header .journal-menu .mobile-menu{
        position: absolute;
        width: 100vw;
        background: white;
        left: 0px;
        transition: all .3s ease;
        top: 161px;
    }
    
    .mobile-menu-on-tablet header .journal-menu .mobile-menu > li {
        position: relative;
        display: flex;
        border-bottom: 1px solid #efefef !important;
        border-left: none;
        border-right: none;
        left: 0;
        width: 100vw;
        padding: 1em;
    }
}

#top-header .itens {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}


.journal-cart{
        background-color: transparent !important;
}

#cart .content .cart-wrapper .empty{
    display: flex;
    padding: 20px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

#cart .content.empty-cart .empty{
       display: flex;
    padding: 20px 0 0;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

@media (min-width: 981px) and (max-width: 1190px) {
    .tablet .super-menu > li > a span, .drop-down>a>span{
            font-size: .55rem;
            color: white;
            letter-spacing: normal;
            font-weight: 600;
    }
    
     .tablet .journal-header-center #logo a img{
        max-height: 139px; 
        width: 186px;
        height: auto;
    }
}

@media (max-width: 1200px){
     .journal-header-center #logo a img{
        max-height: 139px; 
        width: 234px;
        height: auto;
    }
}

@media (min-width: 1200px){
    .journal-header-center #logo a img{
        max-height: 139px; 
        width: 234px;
        height: auto;
    }

    .super-menu > li > a span, .drop-down>a>span{
            font-size: .75rem;
            color: white;
            letter-spacing: normal;
            font-weight: 600;
    }
  }  
@media (min-width: 981px) and (max-width: 1250px) {
    

    .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 {
        width: 32rem;
    }
  
}

@media screen and (min-width: 780px) {
    
    .journal-header-center .journal-cart{
     top: -5px !important;
     position: relative;
   }
        
    #cart-total{
        color: #AD211B;
        background-color: white;
        padding: 4px;
        border-radius: 7px;
        top: -21px;
        position: relative;
        right: 15px; 
    }    
    
  .mobile-menu-on-tablet header .journal-menu .mobile-menu>li>a {
    text-align: center;
  }
  
  .main-container-redirect .user-login a img{
    width: 27px;
  }

  .mobile-plus,
  .mobile-menu-on-tablet .mobile-trigger {
    display: none;
  }

  .mobile-menu-on-tablet header .journal-menu .mobile-menu {
    display: flex;
    justify-content: space-around;
    padding: unset;
  }
}


.menu-list>li>a {
  font-size: 11px;
  font-weight: 400;
  color: #999;
}

.menu-list {
  list-style: none;
  padding: 0px;
}

.menu-list>li {
  padding: 1em 1em;
}

.menu-list>li a {
  font-size: 12px !important;
}

@media screen and (min-width: 480px) and (max-width: 780px) {
  .main-container-redirect {
    order: 4 !important;
  }
}

@media screen and (max-width: 780px) {
    .journal-header-center .journal-cart{
    top: -2px !important;
    right: -17px;
    position: relative;
  }
  
 .journal-menu .mobile-plus::before
 {
    content: "\e62e";
    position: absolute;
    top: 2px;
    font-size: 15px;
    color: #333745;
}

.journal-menu .mobile-plus {
    order: 1;
    background-color: transparent;
    border: none;
    text-align: right;
    padding-right: 20px;
    position: relative;
    width: 20%;
}
  
  .journal-header-center #logo a img{
     width: 177px !important; 
  }
  
  .main-container-redirect .user-login a img{
    width: 20px;
  }
  
  .journal-header-center .journal-cart #cart button a i{
    font-size: 17px !important;
  }
  
  
  #top-header .itens .owl-item, #top-header .itens .owl-item > a, #top-header .itens .owl-item > span{
      font-size: 10px !important;
    text-align: left;
    align-items: center;
  }

  .journal-header-center {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.20) !important;
  }



  .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 {
    width: 40px !important;
    height: 40px;
  }

  .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100::after {
    content: url('/image/icones/hamburguer-menu.png');
    transform: scale(.5);
    top: -2px;
  }


  .super-menu.mobile-menu.menu-table.active {
    left: 0;
  }


  .super-menu.mobile-menu.menu-table>.drop-down {
    border-top: 1px solid #ededed !important;
    padding: 1em;

  }




  .mobile-menu-on-tablet header .journal-menu .mobile-menu>li .mobile-plus {
    top: 25%;
  }

  .header-main-container {
    flex-wrap: wrap;
    padding-bottom: 8px;

  }

  


  .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100 {
    order: 1;
  }


  .journal-logo {
    order: 2;
    margin-bottom: 8px;
  }


  .main-container-redirect {
    order: 3;
    width: 54px;
  }

  .journal-search.j-min.xs-100.sm-50 {
    order: 4;
  }



  .hero-container {
    display: none;
  }

  .journal-menu.j-min.xs-100.sm-100.md-100.lg-100.xl-100,
  .journal-cart.row.j-min {
    min-width: auto;
  }
}

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

  .divide-header,
  .header-all-departaments {
    display: none;
  }
}

header .hero-container{
    margin: 0 auto;
}
header .hero-container .hero-promotion-links a, 
header .hero-container .hero-social-links a {
  display: flex;
  align-items: center;
}
