/********************************************************
			One-Page Checkout Styles
********************************************************/
#opc_account_saved {
  margin-top: 20px; }

#order-opc {
  line-height: 20px; }
  #order-opc #HOOK_SHOPPING_CART {
    margin-bottom: 30px; }
  #order-opc #hider_opc {
    display: none; }
  #order-opc .box {
    padding-bottom: 20px; }
  @media (max-width: 767px) {
    #order-opc .quest-checkout-box {
      margin-bottom: 20px;
      border-bottom: 1px solid #dddddd;
      padding-bottom: 20px; } }
  #order-opc .cart_navigation {
    display: none; }
  #order-opc .page-heading.step-num {
    position: relative;
    overflow: visible;
    min-height: 40px; }
    #order-opc .page-heading.step-num span {
      display: none; }
  #order-opc .opc-overlay {
    min-height: 60px;
    background: #fff url("../img/ajax-loader.gif") no-repeat center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 4;
    opacity: .5; }
  #order-opc .form-group .form-control {
    max-width: 271px; }
  #order-opc .lost_password {
    display: inline-block;
    text-decoration: underline; }
    #order-opc .lost_password:hover {
      text-decoration: none; }
  #order-opc .title_block {
    font-weight: bold;
    color: #777;
    padding: 3px 0 6px; }
  #order-opc .opc-button {
    padding: 11px 0 0 0; }
    #order-opc .opc-button button {
      width: 100%; }
  #order-opc .opc-add-save {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 20px; }
  #order-opc #message {
    margin: 10px 0; }
  #order-opc .opc-main-block {
    position: relative; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    #order-opc #opc_payment_methods p.warning {
      padding: 15px; }
  #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; }
  #order-opc #submitAccount, #order-opc #submitGuestAccount {
    display: block;
    width: 100%;
    padding: 18px 10px;
    font-size: 16px; }

#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none; }
