.igfc_quantity_item {
	display: flex;
	align-items: center;
}

.igfc_quantity_wrapper {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.select2-search__field {
	margin-top: 8px !important;
	height: 30px !important;
}

.admin-bar .select2-dropdown.select2-dropdown--below {
	margin-top: 30px !important;
}

.igfc_gfield_quantity {
	margin-top: unset !important;
}

.igfc_product_label {
	width: 200px;
}

.igfc_quantity_wrap {
	display: flex;
	align-items: center;
	gap: 6px;
}

.igfc_gfield_quantity {
	width: 54px;
	padding: 5px !important;
}


.gfield_checkbox div {
	height: 38px !important;
	display: flex;
	align-items: center;
	gap: 7px;
}

.gfield_checkbox label {
	width: 200px !important;
}

.gfield_checkbox {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Added By IndiaSan Start */

.igfc_search_wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
}

.igfc_search {
	width: 100%;
	padding: 5px !important;
	margin-bottom: 10px !important;
	border: 1px solid #ccc !important;
	height: 45px !important;
	border-radius: 4px !important;
}

.igfc_search {
	background-color: white !important;
}

.igfc_search_icon {
	position: absolute;
	right: 10px;
	padding: 5px;
	cursor: pointer;
	top: 4px;
}

.select2-results {
	display: none !important;
}


.igfc_search_results {
	border: 1px solid #ccc;
	padding: 5px;
	max-height: 200px;
	overflow-y: auto;
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 1;
	margin-top: -16px;
	border-top: none !important;
	border-radius: 0 0 5px 5px;
	top: 100%;
}

.igfc_search_item:last-child {
	border-bottom: none !important;
}

.ginput_container .select2.select2-container {
	width: 100% !important;
}

.igfc_error {
	font-size: 10px;
	color: red;
	line-height: 1;
	white-space: nowrap;
}

.iscu_change_quantity {
	border: 1px solid var(--ast-border-color);
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer;
	transition: all .3s;
}

.igfc_quantity_wrap {
	gap: 0 !important;
	height: 37px;
}

.igfc_gfield_quantity.iscu_checkbox_qty {
	height: 100%;
}

.iscu_change_quantity.iscu_add_quantity {
	margin-right: 10px;
	border-left: 0;
}

.iscu_change_quantity:hover {
	background: var(--ast-comment-inputs-background);
}

.igfc_gfield_quantity.iscu_multiselect_qty {
	height: 37px;
}

.iscu_change_quantity.iscu_minus_quantity {
	border-right: 0;
	margin-left: 10px;
}

.igfc_gfield_quantity.iscu_multiselect_qty,
.igfc_gfield_quantity.iscu_multiselect_qty:focus,
.igfc_gfield_quantity.iscu_checkbox_qty,
.igfc_gfield_quantity.iscu_checkbox_qty:focus {
	border: 1px solid var(--ast-border-color) !important;
}

/* Added By IndiaSan End */