/********************************************************
			One-Page Checkout Styles
********************************************************/

/* Customization */
.table tbody > tr.customization > td { padding: 0 8px 0 18px; line-height: 1; }
.table tbody > tr.customization > td.cart_quantity { padding: 0 14px 25px; }
.table tbody > tr.customization > td.cart_delete { padding-bottom: 18px; }
#cart_summary.table-bordered > tfoot > tr.spacer > td { line-height: 1; border-top: 1px dashed #CCC; padding: 0; }

/* Original */
#order-opc {
  line-height: 20px; }
  #order-opc .cart_navigation {
    margin-bottom: 53px; }
  #order-opc .page-heading.step-num {
    position: relative;
    padding-left: 35px;
    overflow: visible; }
    #order-opc .page-heading.step-num span {
      font-size: 24px;
	  line-height: 46px;
      color: #F05F73;
      position: absolute;
      left: 10px;
      top: -14px; }
  #order-opc .form-group {
    margin-bottom: 2px; }
    #order-opc .form-group .form-control {
      max-width: 271px; }
  #order-opc .lost_password {
    display: inline-block;
    text-decoration: underline;
    margin: 5px 0 14px; }
    #order-opc .lost_password:hover {
      text-decoration: none; }
  #order-opc .title_block {
    font-weight: 700;
    color: #333;
    padding: 3px 0 6px; }
  #order-opc .opc-button {
    padding: 11px 0 0 0; }
  #order-opc ul.bullet {
    line-height: 22px;
    margin-bottom: 5px; }
  #order-opc .date-select {
    padding-bottom: 10px; }
  #order-opc .opc-add-save {
    border-top: 1px solid #d6d4d4;
    margin-top: 20px;
    padding-top: 20px; }
  #order-opc #message {
    margin-bottom: 35px; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    #order-opc #opc_payment_methods p.warning {
      color: #F13340;
      font-weight: 700; }
  #order-opc #opc_account {
    margin-bottom: 30px; }
	#order-opc #opc_account .row.addr { text-align: center; }
	#order-opc #opc_account .row.addr .col-xs-12.col-sm-5 { width: 34.66667%; margin: 0 20px; display: inline-block; vertical-align: top; float: none; }
  #order-opc .address_delivery.select {
    margin-bottom: 15px; }
  #order-opc #address_invoice_form.form-group {
    margin-bottom: 30px; }

#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none; }
  
.address_add.submit { width: 16%; float: none; text-align: center; margin: auto; }
.addresses .selector { margin-left: 12px; float: left; }
.delivery_options_address { padding-bottom: 20px; }