/**
 * Theme Name:     Baghbani
 * Author:         Zpayso
 * Template:       hello-elementor
 * Text Domain:	   baghbani
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.ctm-product-card .ctm-product-img img {
	height: 360px;
	object-fit: cover;
	aspect-ratio: 1;
	border-radius: 0 !important;
}

.ctm-product-card .ctm-flex-row-between {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ctm-product-card .ctm-product-name {
	font-size: 16px;
	line-height: 1;
	margin: 0 !important;
	text-align: left;
}

.ctm-product-card .ctm-product-name a {
	color: var(--e-global-color-accent);
	font-size: inherit;
	font-weight: 600;
	font-family: "Inria Sans", sans-serif;
}

.ctm-product-card .ctm-product-price {
	margin-bottom: 0px;
	font-size: 16px;
	text-align: left;
}

.ctm-product-card .ctm-product-add-to-cart-btn {
	font-size: 14px;
	line-height: 1;
	font-family: "Inria Sans", sans-serif;
	font-weight: 400;
	color: var(--e-global-color-accent);
	width: 30px;
	height: 30px;
	border: 1px solid var(--e-global-color-accent);
	background: var(--e-global-color-accent);
	text-decoration: none;
	transition: all 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ctm-product-card .ctm-product-add-to-cart-btn:hover {
	background: transparent;
	color: var(--e-global-color-accent);
}

.ctm-product-card .ctm-product-add-to-cart-btn:hover svg {
	fill: var(--e-global-color-accent) !important;
}

.ctm-product-card .woocommerce-Price-amount.amount {
	color: var(--e-global-color-accent);
	font-size: 14px; 
	font-weight: 400;
	font-family: "Inria Sans", sans-serif;
	text-decoration: none;
}


.ctm-product-card ins,
.ctm-product-card del {
	text-decoration: none !important;
}

.ctm-product-card del .woocommerce-Price-amount.amount {
	font-size: 10px;
	text-decoration: line-through;
}

/* Checkout Styles */
.wp-block-woocommerce-checkout {
	margin: auto !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	border-radius: 0 !important;
	background: var(--e-global-color-accent) !important;
	border-color: var(--e-global-color-accent) !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
	color: var(--e-global-color-accent) !important;
	background: transparent !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: var(--e-global-color-accent) !important;
	border-color: var(--e-global-color-accent) !important;
	border-radius: 0 !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
	color: var(--e-global-color-accent) !important;
	background: transparent !important;
}

.wc-block-components-product-name {
	color: var(--e-global-color-accent) !important;
}