/* Order Now controls only. */
body.single-product .shajghor-order-now {
	min-height: 3rem;
	padding: 0.75rem 1.5rem;
	border: 1px solid #c9a86a;
	border-radius: 0.5rem;
	background: #c9a86a;
	color: #1f2933;
	font-weight: 700;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.single-product .shajghor-order-now:hover,
body.single-product .shajghor-order-now:focus-visible {
	border-color: #0f5c4d;
	background: #d7bb85;
	color: #1f2933;
	transform: translateY(-1px);
}

body.single-product .shajghor-order-now:disabled,
body.single-product .shajghor-order-now.disabled {
	cursor: not-allowed;
	opacity: 0.55;
	transform: none;
}

body.single-product div.product form.cart:not(.variations_form):not(.grouped_form) .shajghor-order-now,
body.single-product div.product .woocommerce-variation-add-to-cart .shajghor-order-now {
	flex: 1 1 11rem;
}

body.woocommerce-shop ul.products .shajghor-order-now-form,
body.tax-product_cat ul.products .shajghor-order-now-form,
body.tax-product_tag ul.products .shajghor-order-now-form {
	margin-top: 0.65rem;
}

body.woocommerce-shop ul.products .shajghor-order-now,
body.tax-product_cat ul.products .shajghor-order-now,
body.tax-product_tag ul.products .shajghor-order-now {
	width: 100%;
	margin-top: 0.65rem;
	border-color: #c9a86a;
	background: transparent;
	color: #0f5c4d;
}

body.home .wp-block-woocommerce-product-collection .shajghor-order-now-form--home,
body.home .wp-block-woocommerce-product-collection .shajghor-order-now-wrap--home {
	width: 100%;
	margin-top: 0.65rem;
}

body.home .wp-block-woocommerce-product-collection .shajghor-order-now--home {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	border: 1px solid #c9a86a;
	border-radius: 0.5rem;
	background: transparent;
	color: #0f5c4d;
	font-weight: 700;
	text-align: center;
}

body.home .wp-block-woocommerce-product-collection .shajghor-order-now--home:hover,
body.home .wp-block-woocommerce-product-collection .shajghor-order-now--home:focus-visible {
	border-color: #0f5c4d;
	background: #faf8f4;
	color: #0f5c4d;
}

@media (max-width: 1024px) {
	body.single-product div.product form.cart:not(.variations_form):not(.grouped_form) .shajghor-order-now,
	body.single-product div.product .woocommerce-variation-add-to-cart .shajghor-order-now {
		flex-basis: 100%;
		width: 100%;
	}
}
