/*
Theme Name: MrBara Child
Theme URI: http://drfuri.com/mrbara
Author: DrFuri
Author URI: http://drfuri.com
Description: MrBara Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrbara
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: mrbara
*/
.site-banner h1 {
  color: #999;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
  z-index: 10;
}
.page-header-shop-layout-2 .site-banner {
  padding: 200px 0 35px;
  color: #fff;
  position: relative;
  border: none;
}
.page-header-shop-layout-2 .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.page-header-shop-layout-5 .site-banner .breadcrumbs {
  margin-top: 100px;
  margin-bottom: -155px;
  text-align:center;
}
.page-header-shop-layout-5 .site-banner .page-header-content {
  padding: 100px 0px 80px 0px;
  position: relative;
  text-align:center;
}

.page-header-shop-layout-5 .site-banner .page-header-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.page-header-shop-layout-5 .site-banner h1 {
  color: #999;
  font-size: 36px;
}
.page-header-page-has-background .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.page-header-product-layout-3 .site-banner {
  padding: 200px 0 35px;
  color: #fff;
  position: relative;
  border: none;
}
.page-header-product-layout-3 .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}