.ced-header {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }
  .top-header::after {
    width: 93%;
    background-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(255, 255, 255, 1) 34%
    );
  }
  .minicart-active .ced-header {
    position: absolute;
    z-index: 99;
  }
  html {
    margin-top: 0 !important;
  }
  
  .top-header .top-head-btn {
    color: var(--ced-blue-60);
  }
  
  .top-header::after {
    opacity: 0.5;
  }
  .top-header .top-head-btn.offer-btn {
    border: 1px solid var(--ced-white-color);
    background-color: transparent;
    color: var(--ced-white-color);
  }
  .customer_login_text {
    color: var(--ced-blue-60);
    background-color: var(--ced-white-color) !important;
    border: 1px solid var(--ced-white-color);
  }
  .customer_login_text:hover {
    background-color: var(--ced-blue-60) !important;
    color: var(--ced-white-color) !important;
    border: 1px solid var(--ced-blue-60);
  }
  
  .top-head-btn.offer-btn:hover {
    background-color: var(--ced-white-color) !important;
    color: var(--ced-blue-60) !important;
    border: 1px solid var(--ced-white-color) !important;
  }
  .top-header .top-text.active,
  .top-header .top-text:hover {
    color: var(--ced-white-color) !important;
    text-decoration: underline !important;
  }
  
  .bottom-header .dropdown:hover > a {
    color: var(--ced-white-color);
  }
  
  @media only screen and (min-width: 992px) {
  
    .bottom-header .dropdown > a {
      color: var(--ced-white-color) !important;
    }
    .bottom-header .dropdown:hover > a {
      opacity: 0.5 !important;
    }
  
    .top-header .top-text {
      color: var(--ced-white-color);
      text-transform: uppercase;
    }

  }
  @media only screen and (max-width: 991px) {
    .ced-header {
      border-bottom: 1px solid rgba(245 245 245 / 49%);
    }

  }
  @media only screen and (max-width: 575px) {
  }
  
  