.connected_panel_left,
.connected_panel_right {

	margin-bottom: 50px;

}

.connect_buy_button {
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px;
	background-color: #4AA6B6;
	color: #ffffff;
	padding: 10px 30px 12px 30px;
	font-size: 16px;
	font-weight: 400;
}
.connect_oos_button {
	border-radius: 100px;
	display: inline-block;
	margin: 0px 0px;
	background-color: #4AA6B6;
	color: #ffffff;
	padding: 10px 30px 12px 30px;
	font-size: 16px;
	font-weight: 400;
}
.connect_where_to_buy_button {
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	margin: 0px 0px;
	background-color: #4AA6B6;
	color: white;
	padding:4px 11px 7px 11px;
	font-size: 16px;
	font-weight: 400;
}
a:active.connect_where_to_buy_button,
a:visited.connect_where_to_buy_button,
a:link.connect_where_to_buy_button{
	color:white;

}
.connect_oos_button.disabled,
.connect_buy_button.disabled {
	opacity: 0.50;
	cursor: not-allowed;
}

.connect_panel {
	margin:auto;
	text-align: center;

}
.buy-options.connect_panel {
	width:100%;
}
.blue {
	background-color: #00aeef;
}
.red {
	background-color: red;
}
.pink {
	background-color: pink;
}


div.product_connect_text_image img{

	max-height: 150px;
}


.product_connect_product_name {
	font-size: 32px;
	font-family: 'Source Sans Pro Semibold', sans-serif;
	color:#455c6b;
}

.product_connect_main_text {

	color: #838383;
	margin-top:30px;
	width:50%;
}
.product_price_point_box {
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	border-color: #DADADA;
	color: #838383;
	width:50%;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:8px;
	padding-bottom:8px;

}

@media only screen and (max-width: 1582px) {
	.product_price_point_box {
		width: 70%;
	}
}

@media only screen and (max-width: 1024px) {

	.product_connect_main_text {

		width: 80%;

	}
}

@media only screen and (max-width: 749px) {
	.product_price_point_box {
		width: 100%;
	}


	.connected_panel_left{

		border-bottom: 1px solid #DADADA;
		padding-bottom: 50px;

	}

}
@media only screen and (max-width: 400px) {
	.product_price_point_box {
		width: 98%;
	}
}
.connect_prod_price{
	color:black;
	font-weight:600;
	font-size:1.5em;
	margin-top:6px;
	margin-bottom:5px;
}
span.rrp_strike_through{
	display: block;
	text-decoration: line-through;
	color: black;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.connect_save {
	border-width: 2px;
	border-radius: 10px;
	border-color: #DADADA;
	background-color: #93D845;
	color:white;
	padding-right:6px;
	padding-left:6px;
	float:left;
	margin-top:8px;
	font-weight:600;

}
.connect_buy {
	/*width:50%;*/

	color:black;
	font-weight:600;
	font-size:1.5em;
	margin-top: 3px;

}
.with_discount {
	text-align: right;
}
.product_price_point_box_plus_hub {
	width: 80%;
	margin:auto;
	/*padding-bottom:28px;*/
	margin-bottom: 6px;
}
.connected_section_spacer {
	margin-bottom: 20px;
	margin-top: 20px;
}
#product_buy_duo_spinner {
	display: none;
}
.connected_text_link_container {
	min-height:100px;
}
