@media all and (min-width: 420px) and (max-width: 768px) { 
	body.tax-product_cat .product-image-wrapper, body.post-type-archive-product .product-image-wrapper {
		max-width: 185px;
		width: 100%;
        margin-top: 35px;
        
	}

	body.tax-product_cat .woocommerce-loop-product__title, body.post-type-archive-product .woocommerce-loop-product__title{
		top: 3px;
		/* position: absolute; */
		left: 27%;
	}

	body.tax-product_cat .star-rating, body.post-type-archive-product .star-rating{
		/* position: absolute!important; */
		/* right: 15%!important; */
		top: 23%!important;

	}

	body.tax-product_cat .price, body.post-type-archive-product .price{
		display: block;
		max-width: 85px;
		width: 100%;
		/* position: absolute;        */
		right: 10%;        
		top: 30%;
	}

	body.tax-product_cat .popmake-505.popmake-kupit.button.product_type_variable.add_to_cart_button.pum-trigger, body.post-type-archive-product .popmake-505.popmake-kupit.button.product_type_variable.add_to_cart_button.pum-trigger {
		display: inline-block;
		/* position: absolute; */
		/* right: 5%;         */
		top: 39%; 
    }
	/*[CUSTOMIZATION_BLOCK lb] task:150078*/
	.footer-new-container a.popmake-505.popmake-kupit.button.product_type_variable.add_to_cart_button.pum-trigger{position:relative;right:0%;top:0%;}
	body.tax-product_cat .footer-new-container .star-rating, body.post-type-archive-product .footer-new-container .star-rating {
			position: relative!important;right:0%!important;top:0%!important;}
	/*[/CUSTOMIZATION_BLOCK]*/

	.type-product .woocommerce-LoopProduct-link {
		display: flex;
		flex-direction: column;
		align-items: center;
		}

}

