/*
Theme Name: devlnx-child
Theme URI: https://devlnx.com/
Author: devLNX Studio
Author URI: https://devlnx.com/
Description: A child theme for the devlnx WordPress theme.
Template: devlnx
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: child-theme, devlnx
Text Domain: devlnx-child
*/

.breadcrumb-title-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ciemna nakładka */
    z-index: 1;
}

/* Żeby tekst i inne elementy były nad nakładką */
.breadcrumb-title-wrapper {
    position: relative;
    z-index: 2;
}
.breadcrumb-title-wrapper > * {
    position: relative;
    z-index: 2;
}

	/* Background Content Color */
	body #main,
	body.header-boxed header,
	body.dokan-store #main:before,
	body div.pp_pic_holder,
	#cboxLoadedContent,
	.woocommerce .woocommerce-ordering .orderby ul:before,
	form.checkout div.create-account,
	#main > .page-container,
	#main > .fullwidth-template,
	.thumbnails.loading:before,
	.ts-testimonial-wrapper.loading:before,
	.ts-twitter-slider.loading:before,
	.ts-logo-slider-wrapper.loading .content-wrapper:before,
	.related-posts.loading .content-wrapper:before,
	.ts-portfolio-wrapper.loading:before,
	.ts-blogs-wrapper.loading .content-wrapper:before,
	article .tags-link a:after,
	header .header-v5 .header-bottom,
	.content-no-border .widget.ts-products-widget .owl-nav:after,
	.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
	header .header-v7 .is-sticky .header-bottom
	{
		background-color: black !important;
	}