body.woocommerce .single-product-order .quantity .qty {
	width              : unset;
	height             : 50px;
	display            : block;
	-webkit-appearance : none;
	-moz-appearance    : textfield;
	outline            : none;
	background-color   : transparent;
	border-radius      : 10px;
	border             : 0;
	margin             : 10px 0;
	font-family        : inherit;
	padding            : 15px !important;
	text-transform     : none;
	pointer-events     : all;
}

body.woocommerce .single-product-order .quantity .qty::-webkit-outer-spin-button,
body.woocommerce .single-product-order .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance : none;
	margin             : 0;
}

body.woocommerce .single-product-order .quantity {
	position   : static;
	opacity    : 1;
	visibility : visible;
}

body.woocommerce .single-product-order .qyt_click_wrapper, body.woocommerce .single-product-order .qyt_single_rose_click_wrapper {
	order            : -1;
	border           : none;
	opacity          : 1;
	display          : flex;
	justify-content  : space-between;
	align-items      : center;
	background-color : #57946E20;
	border-radius    : 10px;
}

.delivery-options-block {
	margin-top : 25px;
	width      : 100%;
}