.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce .products .price .woocommerce-Price-amount,
.ct-product-card .price .woocommerce-Price-amount {
	display: inline;
}

.woocommerce ul.products li.product,
.woocommerce .products li.product,
.ct-product-card {
	padding-bottom: 0 !important;
}

.woocommerce ul.products li.product .ct-woo-card-actions,
.woocommerce .products li.product .ct-woo-card-actions,
.ct-product-card .ct-woo-card-actions {
	margin-top: auto !important;
	margin-bottom: 0 !important;
	align-self: stretch;
}

.woocommerce ul.products li.product .price .woocommerce-price-suffix,
.woocommerce .products .price .woocommerce-price-suffix,
.ct-product-card .price .woocommerce-price-suffix {
	display: inline;
	margin-left: 0;
}

.woocommerce ul.products li.product.product-type-variable .price .woocommerce-price-suffix,
.woocommerce .products li.product.product-type-variable .price .woocommerce-price-suffix,
.ct-product-card.product-type-variable .price .woocommerce-price-suffix {
	margin-left: 0 !important;
	padding-left: 0 !important;
	white-space: nowrap;
}

.woocommerce ul.products li.product.product-type-variable .ct-woo-card-actions .price,
.woocommerce .products li.product.product-type-variable .ct-woo-card-actions .price,
.ct-product-card.product-type-variable .ct-woo-card-actions .price {
	display: inline-flex !important;
	align-items: center !important;
	column-gap: 0;
	margin-bottom: 0 !important;
	padding: 5px !important;
	border: 0 !important;
	box-shadow: none !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

.woocommerce ul.products li.product.product-type-variable .ct-woo-card-actions .price .woocommerce-price-suffix,
.woocommerce .products li.product.product-type-variable .ct-woo-card-actions .price .woocommerce-price-suffix,
.ct-product-card.product-type-variable .ct-woo-card-actions .price .woocommerce-price-suffix {
	display: inline !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	letter-spacing: normal !important;
	line-height: inherit !important;
}

.woocommerce ul.products li.product.product-type-variable .ct-woo-card-actions .price small.woocommerce-price-suffix,
.woocommerce .products li.product.product-type-variable .ct-woo-card-actions .price small.woocommerce-price-suffix,
.ct-product-card.product-type-variable .ct-woo-card-actions .price small.woocommerce-price-suffix {
	display: inline !important;
	margin-left: 0.25em !important;
	padding: 0 !important;
	line-height: inherit !important;
	vertical-align: baseline !important;
}
