
.shoptimizer-sorting {
	flex-wrap: wrap;
	justify-content: space-between;
}
header.woocommerce-products-header .term-description+img.cg-cat-image {
    min-width: 100% !important;
    max-width: 100% !important;
}

.tax-product_cat header.woocommerce-products-header {
	flex-wrap: wrap;
}
 
.content-area header.woocommerce-products-header img {
	order: 1;
	width: 100%;
}
 
.term-description {
	order: 2;
}
 
@media (min-width: 993px) {
.image-exists .term-description {
    width: 100%;
}
}