.logo img{
    height: 70px;
}
header.scrolled{
    background: unset;
    background-color:#bfd3bf;
    /*! box-shadow: rgba(0, 0, 0, 0.21) 0px 5px 3px */
}

header.scrolled .header-main {
    /* padding: 3px 0 !important; */
  }
header.active{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px;
}
header.active .header-main {
    padding: 9px 0;
}
header.active .header-menu nav ul li a {
    color: black;
}
header.active .header-links ul li a svg {
    fill: black;
}
.list-bar{
    display: none;
}
.count-cart {
    display: inline-flex;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #ffffff;
    justify-content: center;
    position: absolute;
    left: 21px;
    font-size: 12px;
    font-weight: 400;
    top: -2px;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .header-menu ul li.active a{
    font-weight: 500;
  }

  .logo {
    display: flex;
    align-items: center;
}

.text-logo {
    flex: 1;
    padding-left: 20px;
}

.text-logo span {
    font-size: 18px;
    color: #005caa;
    font-weight: 600;
    text-transform: uppercase;
}


  @media (min-width: 992px) {
    header{
        position: relative;
    }
    .header-menu{
        /* position: absolute; */
        /* right: 0; */
        /* top: 50%; */
        /* transform: translate(-2%, -50%); */
    }
  
}
@media (min-width:1000px) {
    header{
        position: relative;
    }
    .header-menu{
        width: 80%;
    }
    .header-links ul li {
        margin-left: 5px;
      }
      .header-menu nav ul li a {
        padding: 6px 0px !important;
      }
}
@media (min-width:1200px) {
    .header-menu nav ul li a {
        padding: 6px 15px !important;
      }
}
@media (min-width:1500px) {
    .header-menu{
        width: 60%;
    }
    .header-menu nav ul li a {
        padding: 6px 15px !important;
      }
  }

 
 

@media (max-width: 992px) {
    .header-links ul li:nth-child(1) {
        display: none !important;
    }

    .list-bar{
        display: block;
        margin-left: 10px;
    } 
    .header-menu nav{
        display: none !important;
    }
}