.tax-ts_pp_product_category .header_bottom,
.tax-ts_pp_product_category .header_top
{
	background: transparent;
}

.tax-ts_pp_product_category .wrapper .wrapper_inner .header_top
{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
}

.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header-widget.widget_nav_menu ul.menu li a
{
	color: white;
}

.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right,
.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right .search_button,
.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right .search_button a
{
	color: white;
}

.tax-ts_pp_product_category header:not(.scrolled) nav.main_menu > ul > li > a
{
	color: white;
}

.tax-ts_pp_product_category header:not(.scrolled) nav.main_menu > ul > li:not(:first-child):before
{
	color: white;
}

.tax-ts_pp_product_category .content.content_top_margin
{
	margin-top: 0 !important;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer
{
	height: 90vh;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer .title_holder
{
	/*align-self: center;*/
	align-self: flex-end;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer .title
{
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	display: flex;
	height: 100% !important;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer .title h1
{
	display: block;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer .title h1,
.tax-ts_pp_product_category .content.content_top_margin .title_outer .title .title_subtitle_holder_inner
{
	/*text-align: center;*/
	text-align: left;
}

.tax-ts_pp_product_category .content.content_top_margin .title_outer .title .subtitle
{
	color: white;
	font-family: Raleway,sans-serif;
	/*text-align: center;*/
	text-align: left;
}

.tax-ts_pp_product_category .content .content_inner > .container > .container_inner.slider-active
{
	padding-top: 0 !important;
}

.tax-ts_pp_product_category .content .content_inner > .container > .container_inner.slider-active .n2-section-smartslider
{
	margin-bottom: 44px;
}

.tax-ts_pp_product_category .subcategories
{
	margin-bottom: 44px;
}

.tax-ts_pp_product_category .subcategories:after
{
	clear: both;
	content: "";
	display: block;
}

.tax-ts_pp_product_category .subcategories .subcategory-label
{
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: underline;
	width: 25%;
}

.tax-ts_pp_product_category .subcategories .subcategory-list
{
	float: right;
	list-style: none;
	width: 75%;
}

.tax-ts_pp_product_category .subcategories .subcategory-list:after
{
	clear: both;
	content: "";
	display: block;
}

.tax-ts_pp_product_category .subcategories .subcategory-list li
{
	float: left;
	margin: 0 25px;
}

.tax-ts_pp_product_category .wrapper .wrapper_inner .archive-text
{
	font-size: 25px;
	line-height: 1.8;
	margin: 0 0 7vh 0;
}

@media all and (min-width: 676px) and (max-width: 1000px)
{
	.tax-ts_pp_product_category header
	{
		position: absolute !important;
	}
	
	.tax-ts_pp_product_category header .q_logo img.normal
	{
		opacity: 0 !important;
	}
	
	.tax-ts_pp_product_category header .q_logo img.light
	{
		display: block !important;
	}
	
	.tax-ts_pp_product_category .mobile_menu_button i
	{
		color: white;
	}
	
	.tax-ts_pp_product_category .wrapper .wrapper_inner .title-tspp-product .title > .image
	{
		display: none;
	}
	
	.tax-ts_pp_product_category .title_outer .title .title_subtitle_holder
	{
		padding-bottom: 20px;
		vertical-align: bottom;
	}
}

@media all and (max-width: 1000px)
{
	.tax-ts_pp_product_category .content.content_top_margin .title_outer .title_holder
	{
		align-self: center;
	}
	
	.tax-ts_pp_product_category .content.content_top_margin .title_outer .title h1,
	.tax-ts_pp_product_category .content.content_top_margin .title_outer .title .title_subtitle_holder_inner,
	.tax-ts_pp_product_category .content.content_top_margin .title_outer .title .subtitle
	{
		text-align: center;
	}
	
	.tax-ts_pp_product_category .title.standard_title.position_left .breadcrumb,
	.tax-ts_pp_product_category .wrapper .wrapper_inner .title-tspp-product .breadcrumb .breadcrumbs .breadcrumbs_inner
	{
		text-align: center;
	}
	
	.tax-ts_pp_product_category .wrapper .wrapper_inner .title-tspp-product .title > .image
	{
		display: none;
	}
}

@media all and (max-width: 800px)
{
	.tax-ts_pp_product_category .content .content_inner > .container > .container_inner.default_template_holder
	{
		box-sizing: border-box;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media all and (max-width: 676px)
{
	.tax-ts_pp_product_category header
	{
		background: white;
	}
	
	.tax-ts_pp_product_category header .qode_search_form
	{
		top: -1px;
	}
	
	.tax-ts_pp_product_category .wrapper .wrapper_inner .header_top
	{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	
	.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header-widget.widget_nav_menu ul.menu li a,
	.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right,
	.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right .search_button,
	.tax-ts_pp_product_category .wrapper .wrapper_inner header:not(.scrolled) .header_inner_right .search_button a
	{
		color: #0b0d0f;
	}
	
	.tax-ts_pp_product_category .content.content_top_margin .title_outer
	{
		height: auto;
	}
	
	.tax-ts_pp_product_category .term_main_headline
	{
		display: block;
	}
	
	.tax-ts_pp_product_category .term_main_headline > *
	{
		display: block;
	}
	
	.tax-ts_pp_product_category .term_main_headline a
	{
		text-align: left;
	}
	
	
}

@media all and (max-width: 600px)
{
	.tax-ts_pp_product_category .content .content_inner > .container > .container_inner.default_template_holder
	{
		padding-left: 0;
		padding-right: 0;
	}
}


