.grp-bundle-accordian {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}
.active-grp-accordian, .grp-bundle-accordian:hover {
	background-color: #ccc;
}
.grp-bundle-panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}
.fieldset .grp-bundle-panel .field.required .label:after {
	content: '*';
	color: #e02b27;
	font-size: 1.2rem;
	margin: 0 0 0 5px;
}
.grp-bundle-accordian img.bundle-group-options-icon-img {
    max-width: 32px;
    vertical-align: middle;
}
.page-product-bundle.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper {
	max-width:inherit;
}
.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-accordian{background-color: #f9f7f7;border: 1px solid #e4dbdb;
	padding: 5px 15px;font-weight: 600;margin-top: 12px;}
.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-accordian:before{content: "\f078";
	font-family: 'FontAwesome';
	float: right;
	line-height: 34px;
	font-weight: normal;
	font-size: 15px;color: #444;}
.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-accordian.active-grp-accordian:before{content:"\f077"}
.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-panel{border-left: 1px solid #e4dbdb;border-right: 1px solid #e4dbdb;border-bottom: 1px solid #e4dbdb;margin-bottom: 20px;padding: 18px 18px; clear: both;}
.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-panel .field.option label{line-height: 36px;}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .control{width: 82%;background-color: transparent;}
.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .control .select2.select2-container{width: 100% !important;}

.catalog-product-view .bundle-options-container .product-options-wrapper .fieldset>.field{padding-top: 12px !important; clear: both;}

@media only screen and (max-width: 991px) {
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .control .select2.select2-container{max-width: 300px !important;}
}

@media only screen and (max-width: 767px) {
	.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-panel .field.option .control{padding-left: 0px;}
	.catalog-product-view .product-info-main .bundle-options-wrapper .grp-bundle-panel{padding: 5px 18px;}

}
@media only screen and (max-width: 320px) {
	.catalog-product-view .product-info-main .product-add-form #product_addtocart_form #product-options-wrapper .fieldset-bundle-options .required .control .select2.select2-container{max-width: 236px !important;}
}