/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px; }
  #order-opc .box {
    padding-top: 0; }
//  #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-weight: bold;
      font-size: 42px;
      line-height: 51px;
      font-style: italic;
      color: #333;
      position: absolute;
      left: 10px;
      top: -14px; }
  .deliv_adress {width: 50%;}
  #order-opc .form-group {
    margin-bottom: 20px;
    width: 50%;}
 #order-opc .deliv_adress .form-group {width: 100%;}
    #order-opc .form-group .form-control, .deliv_adress .form-group .form-control {
      max-width: 300px; }
  #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: #333;
    padding: 3px 0 6px; }
  #order-opc .opc-button {
 //   float: right;
    color: #777777;
    font-family: inherit;

    font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  }
  #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;
    width: 100%;
}
  #order-opc #message {
      max-width: 300px; 
    margin-bottom: 0; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px;
    margin-left: 0; }
    #order-opc #opc_payment_methods p.warning {
      color: #Fff;
      font-weight: 700; }
  #order-opc #opc_account {  margin-bottom: 30px; }
  #order-opc #opc_account .addresses {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap;  }
  #order-opc .address_delivery.select {
    margin-bottom: 15px; margin-top: 30px; }
  #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; }


#orderdiv {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#orderdivinf {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
}

#orderdivcust {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}

#opc_account_form {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap; }

#shcartprbl {
    background-color: #f4f6f7;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 40%;}
    
#carrier_area {width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; flex-wrap: wrap; }
#carrier_area .form-group {width: 100%; }
#form_phone {order: 2; }

#opc_delivery_methods {width: 50%; order: 1; }
#carrier_area .address_info {width: 50%; order: 2; }

@media (max-width: 1100px) {
#shcartprbl { width: 100%; padding-left: 5px; padding-right: 5px; } 
#orderdivinf { width: 100%; }
table td, table th {padding: 9px 3px;}
}

@media (max-width: 835px) {
#order-opc .form-group {width: 100%;}
    #carrier_area .address_info {width: 100%;}
    #carrier_area {width: 100%; }
    #form_phone {order: 4; }
    #opc_delivery_methods {width: 100%; }
}

.cart_quantity_d {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

//.country {height: 1px;}

#uniform-id_country, #uniform-id_state, #uniform-id_country span, #uniform-id_state span, #id_country {background-position: 0;
    background-image: url(../img/jquery/uniform/sprite_s.png); 
    height: 50px; font-family: inherit;
    font-size: 13px; line-height: 50px; color: #282828; }
    
#uniform-id_country:focus, #uniform-id_state:focus {
    border: none; outline: 0;box-shadow: inset 0px -2px 0px #555;
    -webkit-box-shadow: inset 0px -2px 0px #555; }

#uniform-id_country option, #uniform-id_state option {
    border: none;  background-color: #f4f6f7 }

#postcode {
    background-color: #f4f6f7;
    border: none;
    border-radius: 0px;
    transition: box-shadow 1s;
}

.pr-name-o a {
    font-size: 16px;
      line-height: 20px; }
      
.orderh4 {margin-top: 0; }

.address_add {margin-top: 20px; float: left;}

/*# sourceMappingURL=order-opc.css.map */