@charset "utf-8";

/* CSS Document */



/*checkout*/

.e-checkout__column.e-checkout__column-start h3,

.e-checkout__column.e-checkout__column-start .form-row:not(#billing_agreement_field):not(#billing_marketing_field):not(#billing_terms_field),

.woocommerce-additional-fields,

.e-checkout__column.e-checkout__column-end .e-checkout__order_review{

    display: none !important;

}





.neptucombination_container *,

.nc_checkout_billing_details{

	font-family: "Assistant", serif;

	

}

.neptucombination_container{

	display: flex;

	justify-content:space-between;

}

.loader{

	display:none;

	

}

.stage_container:not(.active) .inner_container{

	display: none;

}

.my_old_number.active{

	display:block;

}

.my_old_number:not(.active){

	display:none;

}

.nonactive_button{

	pointer-events:none;

}

.add_new_line,

.blue_button,

.continue_to_next_stage

{

	background: #3ABAEB;

	color:white;

	border-width: 0px;

	border-radius: 20px;

	

}

.add_new_line:hover,

.blue_button:hover,

.continue_to_next_stage:hover,

.add_new_line:focus,

.blue_button:focus,

.continue_to_next_stage:focus{

	background: #FF9000;

}

.stage_heading_button.current_stage 

{

	background: #FF9000;

	color:white;

	border-width: 0px;

	border-radius: 20px;

	pointer-events: none;

	

}

.stage_heading_button.next_stage{

	background: white;

	color:black;

	border-width: 0px;

	border-radius: 20px;

	pointer-events: none;

}

.stage_heading_button.prev_stage{

	background: black;

	color:white;

	border-width: 0px;

	border-radius: 20px;

	

}

.remove_line{

	background: black;

	color:white;

	border-width: 0px;

	border-radius: 20px;

}

.remove_line:hover,

.remove_line:focus{

	background: white;

	color:blue;

	

}

.error_msg{

	color:red;

	display: none;

}



.delivery_details{

	display: none;

}

.shipping_address{

	display: none;

}



/***** cart ********/

.top_icon{

	background: #1D2F50;

}

.num_of_items{

	background: #3ABAEB;

	color:white;

}

/*plans description */

.descriptions_container:not(.active),

.one_plan_desc:not(.active){

	display:none;

}

.see_description{

	cursor:pointer;

}

.one_plan_desc{

	white-space:nowrap;

}