

#img_payment {
  background: url(payment.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
  border-radius: 0px 0px 0px 0px;
  right: 25px;
  position: absolute;
  right: 60px;
  top: 80px;
}

#img_card {
  background: url(credit_card.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
  border-radius: 0px 0px 0px 0px;
  right: 25px;
  cursor:  default;
}
#img_bank {
  background: url(bank.png) no-repeat;
  background-size: 40px 40px;
  width:40px;
  height:40px;
  border-radius: 0px 0px 0px 0px;
  right: 25px;
  cursor:  default;
}

#topay_pre_mnt {
  width:80px;
  text-align: right;
}

#topay_card_title, #topay_account_title {
  font-weight:bold;
  font-size: 15px;
  margin-top: 10px;
}

#to_pay_card_bt_ok, #to_pay_card_bt_nok, #to_pay_account_bt_ok, #to_pay_account_bt_nok {
  margin-top: 30px;
  width:100px;
  height:25px;
  font-weight:bold;
  font-size: 15px;
}
/* Split the screen in half */
.tp_split_0 {
  height: 100%;
  position: absolute;
  z-index: 1;
  /*overflow-x: hidden;*/
  padding: 2%;
}
.tp_split_1 {
  height: 100%;
  position: absolute;
  margin-top: 40px;
  z-index: 1;
  /*overflow-x: hidden;*/
  padding: 2%;
}
.tp_split_2 {
  height: 100%;
  position: absolute;
  margin-top: 220px;
  z-index: 1;
  /*overflow-x: hidden;*/
  padding: 2%;
}

/* Control the left side */
.tp_left {
  left: 0;
  width: 48%;
}

/* Control the right side */
.tp_right {
  right: 0;
  width: 45%;
}

/* Control the right side */
.tp_center {
  right: 0;
  width: 45%;
  text-align: center;
}

/* Control the right side */
.tp_red_O {
  background-color: orange;
}

           
.button_1{
  cursor: pointer;
  border:none;
  background-image: radial-gradient(white, #acea41);
  border-radius:30px;
  margin-right: 150px;
}
             
.button_2{
  cursor: pointer;
  border:none;
  background-image: radial-gradient(white, #4fbaef);
  border-radius:30px;
}

#hide_rb_card_selected, #hide_rb_card_default, #hide_rb_quickship_selected {
	display: none;
}


#topay_home{
	margin-top : 20px;
	text-align: end;
}

#topay_bt_home {
  background: url(home.png) no-repeat;
  background-size: 60px 60px;
  width:60px;
  height:60px;
  border-radius: 0px 0px 0px 0px;
  right: 25px;
}

#topay_block_stripe {
margin-top : 20px;
}
#topay_create_button {
	text-align: center;
}

#topay_create_card  {
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}
#topay_create_account  {
  margin-top: 30px;
  width:200px;
  height:40px;
  font-weight:bold;
  font-size: 15px;
}


#topay_method_payement {
  font-weight:bold;
  font-size: 28px;
	text-align: center;
	padding: 34px;
}



#del_card {
  background: url(delete.png) no-repeat;
  background-size: 15px 15px;
  width:15px;
  height:15px;
  border-radius: 0px 0px 0px 0px;
  padding-right: 20px;
}

#tot_inv_sel, #tot_inv_fee, #tot_inv_due {
  font-weight:bold;
  text-align: right;
}

.vl {
  border-left: 6px solid green;
  height: 500px;
  position: absolute;
  left: 51.5%;
  margin-left: -3px;
}

#topay_title_1, #topay_title_2, #topay_title_3 {
    font-size: 26px;
    margin-left: 76px;
    padding-left: 15px;
    padding-right: 15px;

}




.topay_col_a1, .topay_col_a2, .topay_col_a2b, .topay_col_b1, .topay_col_b2, .topay_col_b3, .topay_col_b4, .tous
{
  display: inline-block;
}

.topay_col_a1
{
  width: 250px;
  text-align: right;
}
.topay_col_a2
{
	text-align: right;
	width: 135px;
}
.topay_col_a2b
{
	text-align: right;
	width: 135px;
  font-weight:bold;
}
.topay_col_b1
{
  width: 120px;
  text-align: right;
}
.topay_col_b2
{
  text-align: left;
}
