/*.woocommerce form.checkout .opc-single-product:before,
.woocommerce form.checkout .opc-single-product:after {
    content: " "; 
    display: table; 
}
.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;
}

.selected button.add_to_cart_button,
.selected a.add_to_cart_button {
	opacity: 0.5;
}
.selected button.add_to_cart_button span,
.selected a.add_to_cart_button span {
	display: none;
}
.selected button.add_to_cart_button:hover,
.selected a.add_to_cart_button:hover {
	opacity:1;
}
.selected button.add_to_cart_button::after,
.selected a.add_to_cart_button::after {
	content: attr(data-opc_remove_text);
}

.opc-product-selection .shop_table td.product-quantity {
	text-align: center;
}

.opc-pricing-table-wrapper h4.offer-heading-txt{
font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin:0px;
    color: #385898;
    text-decoration: underline;

}
.opc-pricing-table-wrapper h5.heading-italic{
font-weight: 600;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.opc-pricing-table-product {
	position: relative;
	cursor: pointer;
	width: 100%;
}
.opc-pricing-table-product:last-child{

}

.border-green {
	border: 3px solid #29487d;
    border-radius: 8px;
    text-align: center;
}
.border-red {
	border: 5px solid red;
    border-radius: 8px;
}
.product-item-grid .product-item > label{
	cursor: pointer;
}
.product-item-grid .border-green:last-child{
	
}
@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%;
	}
}

.opc-pricing-table-product-header {
margin-bottom: 10px!important;
}
.opc-pricing-table-product-title {
	font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #385898;
}
.opc-pricing-table-product-title label{
    margin: 0;
}
.opc-pricing-table-product-price {
	font-size: 1.4em;
	line-height: 1em;
}
.opc-pricing-table-product-price .subscription-details {
	font-size: 0.6em;
}
.opc-pricing-table-product .product-quantity {
	min-height: 30px;
}

.opc-pricing-table-product-attributes,
.opc-pricing-table-product-dimensions {
	padding-top: 2em;
	border-top: 1px solid #e5e5e5;
}

.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 .opc_cart_item td.product-name {
	padding-left: 1.8em;
	min-width: 50%;
	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: 70%;
}
.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.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;
}

.oferta_label{margin-bottom: 0 !important;}
.oferta_label, .oferta_label_standard{
	margin-bottom: 0 !important; 
	color: #385898;  
	max-width: 100%;
}
#opc-messages,
.woocommerce-info {
	clear: both;
	display: none;
}
.woocommerce-notice--info{
	padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #29487d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
}
.save-shipping{
	color: #fff;
    font-weight: bold;
    background-color: #29487d;
    padding: 5px 12px;
    border-radius: 10px;
    margin: 1em auto 0;
    font-size: 15px;
    margin: 5px;
}
#order_review, #order_review_heading {
	width: 100% !important;
	float: none !important;
}
.woocommerce-input-wrapper, .stripe-card-group, .wc-stripe-elements-field{
	width: 100%
}
form.checkout {
    border: 2px solid #29487d;
    border-radius: 8px;
}

form.checkout .input-text,form.checkout input[type=email],form.checkout input[type=password],form.checkout input[type=search],form.checkout input[type=tel],form.checkout input[type=text],form.checkout input[type=url],form.checkout textarea{
	padding: 4px;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #cccccc;
    background: transparent;
    box-shadow: none;
}

form.checkout .form-row{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

.woocommerce-terms-and-conditions-wrapper {
    margin: 0px 15px;
}
.woocommerce-input-wrapper{
	margin: 0px 15px;
}

#payment .place-order{
    font-size: 14px;
    margin-top:0!important;
}

.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3{
	font-weight: 600;
    font-size: 22px;
    margin: 20px 0 10px;
}
.product-total .subscription-details {display: none;}*/