/* Bundle Builder 2022 (v2) */
.page-template-page-bundle .post {
	background-color: #efefef;
}

.page-template-page-bundle #gform_1 .gfield_description {
	text-align: center;
}

.page-template-page-bundle #gform_1 legend,
.page-template-page-bundle #gform_1 #field_28_35,
.page-template-page-bundle #gform_1 #field_28_31 {
	width: 100%;
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.page-template-page-bundle #gform_1 .gfield_radio,
.page-template-page-bundle #gform_1 .gfield_checkbox {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-template-page-bundle #gform_1 .gchoice {
	position: relative;
	width: 300px;
	/* height: 300px; */
	min-height: 300px;
	margin: 10px;
	/* padding: 50px 10px 10px; */
	background-color: #FFF;
	border: 1px solid #e5e7eb;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.page-template-page-bundle #gform_1 .gchoice::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 35px;
	/* padding: 50px 10px 10px; */
	background-color: #79bb43;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
	max-width: 100% !important;
}

.page-template-page-bundle #gform_1 .gchoice strong {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.15;
}

/* .page-template-page-bundle .gchoice .gfield-choice-input:checked {
	border-color: #79bb43;
} */

.page-template-page-bundle #gform_1 .gchoice label {
	position: relative;
	z-index: 1;
	width: 100%;
	/* padding: 50px 10px 10px; */
	text-align: center;
}

.page-template-page-bundle #gform_1 .gchoice label > *,
.page-template-page-bundle .gchoice_28_39_1 #label_28_39_1 {
	padding-left: 10px;
	padding-right: 10px;
}

.page-template-page-bundle #gform_1 .gchoice label ul {
	text-align: left;
}

.page-template-page-bundle #gform_1 .gchoice label .price {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 24px;
}

.page-template-page-bundle #gform_1 .gchoice .gfield-choice-input {
	position: absolute;
	top: 10px !important;
	left: 50%;
	transform: translateX(-50%);
}

.page-template-page-bundle #gform_1 .gchoice .ginput_price {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.page-template-page-bundle #gform_1 .ginput_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}

.page-template-page-bundle #gform_1 .gform_wrapper.gravity-theme .gfield.gfield--width-full {
	text-align: center;
}

.page-template-page-bundle #gform_1 #field_27_36 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-template-page-bundle #gform_1 #field_28_36 .ginput_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-template-page-bundle #gform_1 .ginput_product_price_wrapper {
	display: block !important;
	width: 100%;
}

.page-template-page-bundle #gform_1 .gfield_total .ginput_container {
	display: block;
}

.page-template-page-bundle #gform_1 .gform_next_button {
	display: block;
	background: #e12726;
	color: #fff;
	padding: 10px 30px;
	border: none;
	font-weight: 700;
	font-size: 16px;
	margin-left: auto !important;
	margin-right: 0 !important;
	cursor: pointer;
}

.page-template-page-bundle .gchoice_27_3_0 #label_27_3_0,
.page-template-page-bundle .gchoice_27_3_1 #label_27_3_1,
.page-template-page-bundle .gchoice_27_26_1 #label_27_26_1,
.page-template-page-bundle .gchoice_27_27_1 #label_27_27_1 {
	padding-top: 130px;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-template-page-bundle .gchoice_28_9_0 #label_28_9_0,
.page-template-page-bundle .gchoice_28_9_1 #label_28_9_1,
.page-template-page-bundle .gchoice_28_9_2 #label_28_9_2 {
	padding-top: 180px;
	padding-bottom: 50px;
}

.page-template-page-bundle .gchoice_27_3_0::after,
.page-template-page-bundle .gchoice_27_26_1::after,
.page-template-page-bundle .gchoice_27_27_1::after,
.page-template-page-bundle .gchoice_28_9_0::after,
.page-template-page-bundle .gchoice_28_9_1::after,
.page-template-page-bundle .gchoice_28_9_2::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 75px;
	background-image: url(images/wifi-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_3_1::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 75px;
	background-image: url(images/wifi-tv-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_9_3::after,
.page-template-page-bundle .gchoice_28_9_4::after,
.page-template-page-bundle .gchoice_28_9_5::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 75px;
	background-image: url(images/wifi-tv-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_9_3 #label_28_9_3,
.page-template-page-bundle .gchoice_28_9_4 #label_28_9_4,
.page-template-page-bundle .gchoice_28_9_5 #label_28_9_5,
.page-template-page-bundle .gchoice_28_32_1 #label_28_32_1,
.page-template-page-bundle .gchoice_28_32_2 #label_28_32_2,
.page-template-page-bundle .gchoice_28_32_3 #label_28_32_3,
.page-template-page-bundle .gchoice_28_32_4 #label_28_32_4,
.page-template-page-bundle .gchoice_28_32_5 #label_28_32_5 {
	padding-top: 180px;
	padding-bottom: 100px;
}

.page-template-page-bundle .gchoice_28_39_1 #label_28_39_1 {
	padding-top: 85px;
	padding-bottom: 50px;
}

.page-template-page-bundle .gchoice_28_32_1::after,
.page-template-page-bundle .gchoice_28_32_2::after,
.page-template-page-bundle .gchoice_28_32_3::after,
.page-template-page-bundle .gchoice_28_32_4::after,
.page-template-page-bundle .gchoice_28_32_5::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 75px;
	background-image: url(images/tv-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_24_0 #label_28_24_0,
.page-template-page-bundle .gchoice_28_24_1 #label_28_24_1,
.page-template-page-bundle .gchoice_28_39_1 #label_28_39_1 {
	padding-top: 180px;
	padding-bottom: 50px;
}

.page-template-page-bundle .gchoice_28_39_1 #label_28_39_1 {
	padding-bottom: 75px;
}

.page-template-page-bundle .gchoice_28_48_0 label,
.page-template-page-bundle .gchoice_28_48_1 label {
	padding-top: 130px !important;
	padding-bottom: 140px;
}

.page-template-page-bundle .gchoice_28_34_1 label,
.page-template-page-bundle .gchoice_28_34_2 label,
.page-template-page-bundle .gchoice_28_34_3 label {
	/* padding-top: 100px !important; */
	/* padding-bottom: 100px; */
	padding: 100px 10px 100px !important;
}

.page-template-page-bundle .gchoice_28_24_0::after,
.page-template-page-bundle .gchoice_28_24_1::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 160px;
	height: 75px;
	background-image: url(images/tv-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_39_1::after {
	content: "";
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 75px;
	height: 75px;
	background-image: url(images/phone-icon-bb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page-template-page-bundle .gchoice_28_34_1 label,
.page-template-page-bundle .gchoice_28_34_2 label,
.page-template-page-bundle .gchoice_28_34_3 label {
	padding-top: 35px;
}

.page-template-page-bundle #field_28_26,
.page-template-page-bundle #field_28_48 {
	margin-top: 50px;
}

.page-template-page-bundle .gchoice_28_26_1 #label_28_26_1 {
	padding-top: 120px;
	padding-bottom: 135px;
}

.page-template-page-bundle .gchoice_28_26_1 #label_28_26_1 strong {
	font-size: 18px;
}

.page-template-page-bundle .gchoice_28_48_0 label,
.page-template-page-bundle .gchoice_28_48_1 label {
	padding-top: 70px;
	font-size: 24px !important;
	text-transform: uppercase;
	line-height: 1.15;
	font-weight: 700;
}

.page-template-page-bundle #field_28_36 {
	text-align: center;
	margin: 50px 0;
}

.page-template-page-bundle #field_28_36 label {
	text-align: center;
}

.page-template-page-bundle #field_28_23 {
	display: none;
}

.page-template-page-bundle #field_28_22 {
	position: fixed;
	top: 75%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	width: 100px;
	padding: 10px;
	text-align: right;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #79bb43;
	border: 1px solid #FFF;
}

.page-template-page-bundle #field_28_22 .ginput_container_total input {
	text-align: right;
	color: #FFF;
}

.page-template-page-bundle .post {
	position: relative;
}

.m_collapse_text, .show_collapse .m_expand_text, .m_section {
	display: none; 
}

.show_collapse .m_collapse_text {
	display: inline; 
}

.m_section {
	grid-column: 1/-1;
}

.page-template-page-bundle .gsection_title {
	position: relative;
}

.page-template-page-bundle .gsection_title .m_expand {
	position: absolute;
	top: 10px;
	right: 25px;
}

.gform_wrapper.gravity-theme .gsection {
	padding: 16px 8px 16px !important;
}

.gform_wrapper.gravity-theme .gsection > h3 {
	margin-bottom: 0 !important;
}

.page-template-page-bundle .collapsible {
	transition: background-color 0.3s;
}

.page-template-page-bundle .collapsible:hover {
	background-color: #bababa;
}

span.m_expand span i {
	font-size: 30px;
	line-height: 24px;
	vertical-align: top;
	margin-left: 10px;
}

i.fa.fa-chevron-down:before {
	content: "+";
}
i.fa.fa-chevron-up:before {
	content: "-";
}
