#billing_address_1_field .required, #billing_postcode_field .required, #billing_city_field .required, .nasa-bot-item.nasa-bot-item-acc, #billing_country_field, #tab-title-brand_tab, .wc_payment_method.payment_method_bacs{
	display: none;
}
.whb-main-header{
background-color: #1a1a1a;	
}
.wd-nav-product-cat{
	gap: 0px;
	justify-content: space-between;
	width: 100%;
}
.sw_h{
	margin: 20px 0;
	color: #242424;    
	font-weight: 600;        
	line-height: 1.4;
	font-size: 22px;
}
.cat-slider .swiper-slide a, .cat-slider .swiper-slide .product-cat, .cat-slider .swiper-slide .price{
	text-align: left;
}
.cat-slider .swiper-slide .price{
	display: block;
}
.cat-slider .swiper-slide .product-cat a{
	color: #a5a5a5;
}
.cat-slider .swiper-slide .product-cat a:hover{
	color: #555;
}
.cat-slider .swiper-slide a div,.cat-slider .swiper-slide .product-cat{
	/*display: flex;*/
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wd-carousel .wd-product .product-element-bottom{
	flex: 1 1 auto;
	justify-content: space-between;
	padding: var(--wd-prod-bg-cont-sp);
}

.swiper-pagination{
	position: unset;
}

.brand-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-category-links a {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}

.brand-category-links a:hover {
  background: #f3f3f3;
}

.brand-category-links a.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.brand-category-dropdown {
  position: relative;
  display: inline-block;  
}

.brand-category-dropdown .dropdown-toggle {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.2s ease;
}

.brand-category-dropdown .dropdown-toggle:hover {
  background: #f7f7f7;
}

.brand-category-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  min-width: 220px;
	max-height: 410px;
	overflow: auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}


.brand-category-dropdown:hover .dropdown-menu {
  display: block;
}

.brand-category-dropdown .dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease;
}

.brand-category-dropdown .dropdown-menu li a:hover {
  background: #f5f5f5;
}

.brand-category-dropdown .dropdown-menu li a.active {
  font-weight: bold;
  color: #000;
}

.acf-readmore-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.4s ease;
	margin-top: 20px;
}

.acf-readmore-wrapper.expanded {
  max-height: 10000px;
}

.acf-readmore-toggle {
  display: inline-block;
  margin: 10px 0;
  background-color: #9700e9;
  color: #fff;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}
.d3, .d5{
		font-size: 22px;
		font-weight: 400;
		margin: 0.5em 0;
}

.brand-category-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background: transparent;
}

.brand-cat-archive .woocommerce-ordering,
.brand-cat-archive .wd-ordering,
.brand-cat-archive .wd-shop-tools .woocommerce-ordering {
    display: none !important;
}
.woocommerce-product-attributes-item--attribute_pa_manufacturer{
	display: none !important;
}

.shop_attributes{
	max-width: unset !important;
}

.f12-captcha.template-2{
	display: flex;
	flex-direction: row;
	gap: 15px;
}
.f12-captcha.template-2 .c-header{
	gap: 15px
}

@media (max-width: 768px){
	
.f12-captcha.template-2{
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-bottom: 10px;
}
	ul.commentlist{
		grid-template-columns: unset !important;	
	}
}
ul.commentlist{
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
ul.commentlist li{
	border: 0 !important;
}

ul.commentlist .review{
	display: grid;
	grid-template-columns: 0.4fr 1fr;
}

.custom-rating {
	display: flex;
	align-items: center;
	gap: 4px;
}

.custom-rating .star {
	color: #ccc;
	font-size: 16px;
}

.custom-rating .star.filled {
	color: #f5b301;
}

.custom-rating .rating-number {
	margin-left: 4px;
	font-weight: 600;
	opacity: 0;
}

.custom-rating .rating-count {
	color: #777;
	font-size: 13px;
}
.product-element-bottom .wd-product-header{
	flex-direction: column;
	align-items: flex-start;
}
.wd-product.wd-hover-buttons-on-hover :is(.wd-product-header,.wrap-price) {
	align-items: unset !important;
}

