/*===================================
Start-Header
===================================*/
.wc_header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100%;
  padding: 10px 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--purple);
  z-index: 99;
}

@media (min-width: 1025px){
  .wc_header {
    border-bottom: 1px solid #eff0f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
    left: 280px;
    display: none;
  }
}
/*===================================
Close-Header
===================================*/