/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.pc-active-filter__list-item {
	margin-bottom: 10px;
}

.pc-active-filter__item-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	min-height: 40px;
	padding: 5px 5px 5px 13px;
	border: 1px solid #e3e5e8;
	border-radius: 999px;
	background: #fff;
	color: #374151;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease;
}

.pc-active-filter__item-link:hover {
	border-color: #e7b600;
	color: #25292e;
}

.pc-active-filter__item-link:focus-visible {
	outline: 2px solid #e7b600;
	outline-offset: 2px;
}

.pc-active-filter__item-link::after {
	content: none !important;
	display: none !important;
}

.pc-active-filter__item-text-el {
	min-width: 0;
	overflow-wrap: anywhere;
}

.pc-active-filter__item-delete {
	display: inline-flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0 0 0 auto;
	border: 0 !important;
	border-radius: 50%;
	background: #f0f1f3;
	box-shadow: none !important;
	color: transparent;
	font-size: 0;
	line-height: 1;
	transition: background-color .2s ease, color .2s ease;
}

.pc-active-filter__item-delete::before {
	content: "\00d7";
	color: #4c5663;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.pc-active-filter__item-link:hover .pc-active-filter__item-delete {
	background: #e7b600;
}

.pc-active-filter__item-link:hover .pc-active-filter__item-delete::before {
	color: #fff;
}

.home .wd-brands.brands-widget .wd-brand-item {
	min-height: 58px;
	padding: 0;
	border: 1px solid #e3e5e8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 8px rgb(28 39 51 / 5%);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home .wd-brands.brands-widget .wd-brand-item:hover,
.home .wd-brands.brands-widget .wd-brand-item:focus-within {
	border-color: #e7b600;
	box-shadow: 0 6px 16px rgb(28 39 51 / 10%);
	transform: translateY(-2px);
}

.home .wd-brands.brands-widget .wd-brand-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 58px;
	padding: 10px 14px;
	color: #303943;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
}

.home .wd-brands.brands-widget .wd-brand-item a::before {
	content: "";
	flex: 0 0 3px;
	height: 18px;
	border-radius: 2px;
	background: #e7b600;
}

.home .wd-brands.brands-widget .wd-brand-item a::after {
	content: "\2192";
	flex: 0 0 auto;
	margin-left: auto;
	color: #758191;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transition: color .2s ease, transform .2s ease;
}

.home .wd-brands.brands-widget .wd-brand-item:hover a::after,
.home .wd-brands.brands-widget .wd-brand-item:focus-within a::after {
	color: #b78d00;
	transform: translateX(2px);
}

.home .wd-brands.brands-widget .wd-brand-item a:focus-visible {
	outline: 2px solid #e7b600;
	outline-offset: 2px;
}

.home .wd-products-tabs .products-tabs-title > li > a.wd-nav-link {
	gap: 10px;
	min-height: 54px;
	padding: 9px 15px;
	border: 1px solid #e3e5e8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 2px 8px rgb(28 39 51 / 5%);
	color: #303943;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.home .wd-products-tabs .products-tabs-title > li > a.wd-nav-link::before {
	content: "";
	flex: 0 0 3px;
	height: 18px;
	border-radius: 2px;
	background: #e7b600;
}

.home .wd-products-tabs .products-tabs-title > li > a.wd-nav-link:hover,
.home .wd-products-tabs .products-tabs-title > li > a.wd-nav-link:focus-visible {
	border-color: #e7b600;
	box-shadow: 0 6px 16px rgb(28 39 51 / 10%);
}

.home .wd-products-tabs .products-tabs-title > li > a.wd-nav-link:focus-visible {
	outline: 2px solid #e7b600;
	outline-offset: 2px;
}

.home .wd-products-tabs .products-tabs-title > li.wd-active > a.wd-nav-link {
	border-color: #e7b600;
	background: #e7b600;
	box-shadow: 0 3px 10px rgb(182 139 0 / 16%);
	color: #25292e;
}

.home .wd-products-tabs .products-tabs-title > li.wd-active > a.wd-nav-link::before {
	background: #303943;
}
