/*
Theme Name: Trendoliving
Text Domain: trendoliving
Version: 1.0.2
Author: Disclose Agency
Author URI: https://www.discloseagency.nl/
Description: Discover the endless possibilities to arrive at your favorite sofa. Choose your favorite model, determine the arrangement, color and all details!
*/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  	color: var(--light-green-third);
  	font-weight: 500;
}

.stock.in-stock {
	margin-bottom: 10px;
	display: block;
}

body.cat-layout-2 .product-filter-wrapper ul.products li .category-product-wrapper .category-img-wrap .related-paralle-article li a.maat {
	background-color: #000;
	color: #fff;
	padding: 5px;
	height: 47px; 
	border-radius: 5px;
	font-size: 13px;
}