.site-content{
	background:#fff;
}
.category_product_brand_tag_wrapper{
	background:#fff;
	margin-top:20px;
}
.tax-product_tag #primary,.post-type-archive-product #primary,
.post-type-archive #primary,
.post-type-archive #secondary,
.tax-product_brand #secondary{
	margin-top:20px !important;
}
.ast-woocommerce-container{
	padding:0px !important;
}
/* бренды в категории */
.product-category-brand-list{
	padding:0px;
	margin:0px;
	displaY:flex;
	justify-content:space-between;
	margin-bottom:20px;
	gap:10px;
}
.product-category-brand-list-item{
	displaY:flex;
}
.product-category-brand-list a{
	background:#f3f3f3;
	color:#6F7070;
	font-size:14px;
	display:flex;
	flex-direction:column;
	padding:15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-decoration:none;
	text-align:center;
	position:relative;
}
.product-category-brand-list-item-image{
	height:90px;
	display:flex;
	width:100%;
	align-items:center;
}
.product-category-brand-list a img{
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.product-category-brand-list a span{
	width:100%;
	display:block;
}
.product-category-brand-list a:hover{
	background:#467ff7;
	color:#fff;
}
.product-category-brand-list a:hover img{
	filter: invert(100%) brightness(10000%);
}
/* бренды в категории */
/* теги в категории */
.product-category-tag-list{
	padding:0px;
	margin:0px;
	displaY:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.product-category-tag-list li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
}
.product-category-tag-list li:first-child{
	margin-left:0px;
}
.product-category-tag-list li:last-child{
	margin-right:0px;
}
.product-category-tag-list li a{
	background:#f3f3f3;
	color:#6F7070;
	font-size:14px;
	display:block;
	padding:5px 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-decoration:none;
}
.product-category-tag-list li a:hover{
	background:#ff0000;
	color:#fff;
}
/* теги в категории */
/* товары в категории */
.category_product_item img{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.category_product_item .astra-shop-summary-wrap a{
	display:inline-block;
	width:100%;
	text-align:center;
	font-weight:bold;
}
.category_product_item .product-attributes{
	display:inline-block;
	width:100%;
	text-align:center;
}
/* товары в категории */
@media (max-width:480px){
	.product-category-brand-list,.product-category-tag-list{
		displaY:inline-block;
	}
	.product-category-brand-list-item{
		margin-bottom:20px;
	}
	.product-category-brand-list-item-image{
		height:auto;
	}
	.product-category-tag-list li{
		margin: 0 10px 10px 0px;
	}
	.ast-woocommerce-container{
	    padding:20px !important;
    }
}