/*
 * SUPERCHECKOUT MODULE
 *
 */

*{}

#velsof_supercheckout_form .lp-wrapp
{
   border: 1px solid #969a9661;
   padding: 10px;
   margin: 15px 0px;
}

.sort_data.hide 
{
   display: none;
}

#velsof_supercheckout_form .lp-wrapp label
{
	cursor: pointer;
}

#velsof_supercheckout_form .lp-wrapp #f-wrapp,
#velsof_supercheckout_form .lp-wrapp #j-wrapp 
{
    display: inline-block;
    width: 50%;
}

/*
 * ADRESS FORM
 *
 */
#address .address-form .lp-wrapp {
  text-align: left;
}
.address-form .lp-wrapp 
{
  text-align: center;
}

.address-form .lp-wrapp #f-wrapp,
.address-form .lp-wrapp #j-wrapp
{
  display: inline-block;
  margin: 20px;
}

.address-form .lp-wrapp label
{
  cursor: pointer;
  position: relative;
  top: -2px;
  left: 2px;
}

.address-form .form-group.row.hide
{
	display: none;
}