/*
Theme Name: egpromotion Child
Description: Responsive Wordpress Theme
Template: woostify
Version: 1.0
Author: You
Author URI: https://egpromotion.com
License URI: https://egpromotion.com
Text Domain: egpromotion
*/



/* Page header */

.site-header-inner{
      border-bottom: 0px;
}

.page-header::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, #282624 0%, rgba(40, 38, 36, 0) 100%);
      z-index: 1;
  }

  .page-header {
      position: relative;
      background: linear-gradient(to top, #282624 0%, #282624 100%, rgba(40, 38, 36, 0.8) 85%, rgba(40, 38, 36, 0) 100%); 
                 
  }
  
  .entry-title, .woostify-breadcrumb{
      z-index: 1000;

  }

  .site-header-inner{
      z-index: 1000000000 !important;

  }


/* Site header */
.site-branding img {
      max-width: 50px;
      max-height: 50px;
  }



  /* single header */

  .product_title .entry-title{

    color: #ffffff !important;
  }

  .mini-cart-product-infor {
    color: #2b2b2b !important;
}