/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px; }
  #order-opc #login_form {
    background: none;
    margin-bottom: 0px;
    border-bottom: 0px; }
  #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 {
    margin-bottom: 53px; }
  #order-opc .page-heading.step-num {
    position: relative;
    overflow: visible;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    padding: 14px 10px 10px 10px;
    min-height: 40px; }
    #order-opc .page-heading.step-num span {
      font-weight: bold;
      font-size: 22px;
      line-height: 37px;
      position: absolute;
      left: 15px;
      top: 1px; }
	
  #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: bold;
    color: #777777;
    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 #dddddd;
    margin-top: 10px;
    padding-top: 10px; }
  #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 .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; }
/****/
.page-heading.step-num {
	font-size: 22px;
}

#order-opc-first div[class|="col"] {
    margin-bottom: 5px;
}
#opc_account #uniform-id_address_delivery span ,
#opc_account #uniform-id_address_invoice span {
    width: auto !important;
}
#opc_account .addresses .checkbox.addressesAreEquals{
    margin-bottom: 10px;
}

#avisoPedidoMinimo{
	display: none;
	text-align: right;
    border: 2px solid #d2232a !important;
    font-size: 18px;
    padding: 21px;
    margin: 3% 0 3% 0%;
	color: #d2232a;
}

#avisoPedidoMinimoOrder ,#avisoCodiceFiscaleOrder, .errorGuardadoCodice{
	display: none;
	text-align: right;
    border: 2px solid #d2232a !important;
    font-size: 18px;
    padding: 21px;
    margin: 3% 0 3% 0%;
	color: #d2232a;
	clear: both;
}

.guardadoCodice{
	display: none;
	text-align: right;
    border: 2px solid green !important;
    font-size: 18px;
    padding: 21px;
    margin: 3% 0 3% 0%;
	color: green;
	clear: both;
}