/* Begin Additional CSS Styles */

/*
.mobile-btn {
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: Arial,'Arial Unicode MS',Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
}
*/
/* End Additional CSS Styles */

.art-block .filter-block ul > li:before {display: none;}
.filter-block .art-blockcontent h4 {margin: 22px 12px 17px; font-size: 16px; font-weight: bold;}
.woof_block_html_items {margin: 0 0 0 12px;}
.filter-block .woof_list label {padding-bottom: 0; padding-top: 6px;}
.art-post ul.woof_products_top_panel_ul > li:before, .art-postcontent ul.woof_products_top_panel_ul > li:before {display: none;}
.art-post ul.woof_products_top_panel_ul > li > ul > li:before, .art-postcontent ul.woof_products_top_panel_ul > li > ul > li:before {display: none;}
.woof_checkbox_count {font-weight: 400;}
.single-product-wrapper .product_label.single-img {margin-top: 0;}
.comment-checkbox-wrapper input, .comment-checkbox-wrapper label {display: inline-block; vertical-align: middle; }
.comment-checkbox-wrapper input {margin-right: 8px;}
.comment-checkbox-wrapper label {margin: 4px 0 0 0;}
.after-header .banner-slider .item .custom {
	position: relative;
	overflow: hidden;
}

.after-header .banner-slider .item .slide-picture {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.after-header .banner-slider .item .slide-picture__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.after-header .banner-slider .item .container {
	position: relative;
	z-index: 1;
}

.tc-lite-youtube {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #111;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	cursor: pointer;
}

.tc-lite-youtube::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
}

.tc-lite-youtube__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(204, 24, 30, 0.92);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	transform: translate(-50%, -50%);
}

.tc-lite-youtube__play {
	display: block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fff;
}

.tc-lite-youtube iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
