/*
* @subsection   One-Page Checkout Styles
*/
#order-opc {
  line-height: 20px; }
  #order-opc .box {
    padding-bottom: 20px; }
  #order-opc .cart_navigation {
    margin-bottom: 53px; }
  #order-opc .page-heading.step-num {
    position: relative;
    padding-left: 45px;
    overflow: visible; }
    #order-opc .page-heading.step-num span {
      font: 500 26px/30px "Ubuntu", sans-serif;
      color: #444444;
      position: absolute;
      left: 10px;
      top: -4px; }
  #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 .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 #e3e3e3;
    margin-top: 20px;
    padding-top: 20px; }
  #order-opc #message {
    min-height: 150px;
    margin-bottom: 35px; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    #order-opc #opc_payment_methods p.warning {
      color: #f68f74;
      font-weight: bold; }
  #order-opc #opc_account {
    margin-bottom: 30px; }
  #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; }


#opc_new_account .checkbox input[type="checkbox"]{
  position: relative;
  margin-left: -20px !important;
}

.delivery_option table,
#paymentMethods table{
  position: relative;
}

.delivery_option table input,
#paymentMethods table input{
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.delivery_option table:hover,
#paymentMethods table:hover{
  box-shadow: #F8760A 0px 0px 5px inset;
}
.delivery_option table.selected,
#paymentMethods table.selected{
  box-shadow: #F8760A 0px 0px 5px inset;
}

.delivery_option table td.delivery_option_radio,
#paymentMethods table td.td1_payment{
  width: 20px !important;
}

.delivery_option table td.delivery_option_logo{
  text-align: center;
}

a#submitOrder{
  font-size: 20px;
  padding: 8px 12px;
  margin-top: 20px;
}

.customizationUploaded img {
  max-height:100px; width:auto;
}
