.woocommerce form.checkout .opc-single-product:before,
.woocommerce form.checkout .opc-single-product:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.woocommerce form.checkout .opc-single-product:after {
	clear: both;
}
.woocommerce form.checkout .opc-single-product {
	*zoom: 1;
	margin-bottom: 2em;
}
.woocommerce form.checkout .product .entry-summary {
	margin: 0 !important;
	padding: 0 !important;
}
.woocommerce form.checkout .product .quantity,
.woocommerce form.checkout .product .add_to_cart_button {
	margin: 0 0 2em 0 !important;
}
.woocommerce form.checkout .opc-single-product .product-quantity:after {
	content: " ";
	display: table;
	clear: both;
}
.woocommerce form.checkout .opc-single-product .quantity {
	float: left;
	margin-right: 4px !important;
}
/**
 * - When product is sold individually we only show button for adding/removing
 * - Changes button to remove text once added to an order
 */
.selected button.add_to_cart_button,
.selected a.add_to_cart_button {
	opacity: 0.5;
background: #0071E3;
}
.selected button.add_to_cart_button span,
.selected a.add_to_cart_button span {
	display: none;
background: #0071E3;
}
.selected button.add_to_cart_button:hover,
.selected a.add_to_cart_button:hover {
	opacity:1;
background: #0071E3;
}
.selected button.add_to_cart_button::after,
.selected a.add_to_cart_button::after {
	content: attr(data-opc_remove_text);
}
/* Center add to cart input on product table */
.opc-product-selection .shop_table td.product-quantity {
	text-align: center;
}
/*
 * Pricing Tables
 */
.opc-pricing-table-wrapper {
	width: 100%;
	clear: both;
}
/* Pricing Table Columns */
.opc-pricing-table-product {
	position: relative;
	float: left;
	margin: 1.6em 0 1em -1px;
	border: 1px solid #e0e0e0;
	text-align: center;
}
.opc-pricing-table-product:not(:first-child) {
	
}
.opc-pricing-table-product,
.opc_columns_4 .opc-pricing-table-product {
	width: 24%;
}
.opc_columns_2 .opc-pricing-table-product {
	width: 49%;
}
.opc_columns_3 .opc-pricing-table-product {
	width: 33%;
}
.opc_columns_5 .opc-pricing-table-product {
	width: 19%;
}
@media screen and (max-width: 782px) {
	.opc-pricing-table-product,
	.opc_columns_4 .opc-pricing-table-product,
	.opc_columns_2 .opc-pricing-table-product,
	.opc_columns_3 .opc-pricing-table-product,
	.opc_columns_5 .opc-pricing-table-product {
		width: 100%;
	}
}
/* Pricing Table Header */
.opc-pricing-table-product-header {
	/*padding: 1em 1em 1.6em;*/
}
.opc-pricing-table-product-title {
	     font-size: 20px;
    padding: 17px 0;
    margin: 0;
    color: #000000;
    font-family: 'Open Sans', sans-serif; font-weight: 400;

  
}
.opc-pricing-table-product-price {
	    font-size: 20px;
    line-height: 60px;
    border-top: 0px solid #e5e5e5;
    font-weight: bold;
    color: #000;
    padding: 0px 0;
    height: 70px;
}
.opc-pricing-table-product-price .subscription-details {
	font-size: 0.6em;
}
.opc-pricing-table-product .product-quantity {
	min-height: 30px;
}
/* Border between sections */
.opc-pricing-table-product-attributes,
.opc-pricing-table-product-dimensions {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	height: 60px;
}
/*
 * Scroll down button
 */
.selected .wc-south {
	display: inline-block;
	margin-left: 4px;
}
.wc-south {
	display: none;
}
.wc-south:before, .wc-south a:before {
	font-family: 'WooCommerce';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 7px;
	content: "\e02e";
	font-size: .75em;
}
/**
 * Order Review Remove Button Styles
 */
#order_review .opc_cart_item td.product-name {
	padding-left: 1.8em;
	min-width: 60%;
	vertical-align: middle;
}
#order_review .product-remove {
	display: inline-block;
	margin-left: -1.2em;
	float: left;
}
.opc_order_review .product-details {
	display: inline-block;
	float: left;
	min-width: 45%;
}
.opc_order_review .product-quantity {
	display: inline-block;
	float: right;
}
.opc_order_review td.product-total {
	vertical-align: top;
	padding-top: 0.6em;
}
/**
 * Order Review Remove Button Styles WC < 2.3
 */
#order_review.opc_order_review a.remove {
	display: inline-block;
	height: 1em;
	width: 1em;
	text-align: center;
	line-height: 0.85em;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: red;
	text-decoration: none;
}
#order_review.opc_order_review a.remove:hover {
	background-color: red;
	color: #fff;
}
/**
 * Make sure notices clear content
 */
#opc-messages,
.woocommerce-info {
	clear: both;
	
}
.opc-pricing-table-product-attributes h4
{
	display: none;
}
.opc-pricing-table-product-attributes p {
margin-bottom: 10px;
color: #000;
font-size: 20px;
font-family: 'Open Sans', sans-serif;
}
/*------------------------------------*/
#billed_span {
	font-size: 14px !important;
}
.opc-pricing-table-product-attributes.modified p {
	font-size: 17px !important;
}
/*------------------------------------*/
#opc-product-selection
{
	    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.opc_columns_3 .opc-pricing-table-product
{
	margin-right: 35px;
	    width: 30.6%;
	    border-radius: 5px;
	    background-color: #EDEDED;
	    -webkit-box-shadow: 0px 0px 15px 0px rgba(199,199,199,0.5);
-moz-box-shadow: 0px 0px 15px 0px rgba(199,199,199,0.5);
box-shadow: 0px 0px 15px 0px rgba(199,199,199,0.5);
}
.opc_columns_3 .opc-pricing-table-product:last-child
{
margin-right: 0;
}
.opc_columns_3 .opc-pricing-table-product .checkout-quantity
{
	    margin: 16px 0;
    background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
 border-radius: 3px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 19px 32px;
    letter-spacing: 0px !important;
}
.opc_columns_3 .opc-pricing-table-product .checkout-quantity span{
	letter-spacing: 0px !important;
}
.opc-pricing-table-product-price, .opc-pricing-table-product-attributes
{
	background-color: #fff;
}
#order_review, #order_review_heading
{
    max-width: 632px;
    width: 100%;
    margin: 0 auto!important;
    padding-bottom: 60px;
}
@media (min-width: 998px) and (max-width: 1199px) {
	.opc_columns_3 .opc-pricing-table-product{width: 29.8%;}
	}
@media (min-width: 768px) and (max-width: 997px) {
	.opc_columns_3 .opc-pricing-table-product{width: 29.8%; margin-right: 20px;}
	.opc-pricing-table-product-title{font-size: 16px;}
.opc-pricing-table-product-attributes p{ font-size: 16px;}
.opc-pricing-table-product-price{ font-size: 16px;}
.most-popular{  font-size: 14px;}

	}
	@media (min-width:200px) and (max-width: 767px) {
		.foo-logo{  width: 100%;}
		.opc_columns_3 .opc-pricing-table-product{width: 100%; margin-right: 0px;}

	}