  .whb-sticked .whb-main-header {
    transition: all 0.3s linear;
    background-color: white !important;
  }

 .whb-default_header .wd-header-search .wd-tools-icon:before,
  .whb-default_header .wd-header-my-account .wd-tools-icon:before,
  .whb-default_header .wd-header-wishlist .wd-tools-icon:before,
  .whb-default_header .wd-header-cart .wd-tools-icon.wd-icon-alt:before,
  .whb-default_header .woocommerce-Price-amount bdi,
 .whb-default_header .woocommerce-Price-currencySymbol {
    color: white !important;
  }

  .whb-sticked .wd-header-search .wd-tools-icon:before,
  .whb-sticked .wd-header-my-account .wd-tools-icon:before,
  .whb-sticked .wd-header-wishlist .wd-tools-icon:before,
  .whb-sticked .wd-header-cart .wd-tools-icon.wd-icon-alt:before,
  .whb-sticked .woocommerce-Price-amount bdi,
  .whb-sticked .woocommerce-Price-currencySymbol {
    color: black !important;
  }



  .whb-default_header:hover .whb-main-header {
    transition: all 0.3s linear;
    background-color: white;
  }

  .whb-default_header:hover .wd-header-search .wd-tools-icon:before,
  .whb-default_header:hover .wd-header-my-account .wd-tools-icon:before,
  .whb-default_header:hover .wd-header-wishlist .wd-tools-icon:before,
  .whb-default_header:hover .wd-header-cart .wd-tools-icon.wd-icon-alt:before,
  .whb-default_header:hover .woocommerce-Price-amount bdi,
  .whb-default_header:hover .woocommerce-Price-currencySymbol {
    color: black !important;

  }
