/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px; }
  #order-opc .box {
    padding-bottom: 20px; }
  #order-opc .page-heading.step-num span {
    background: none repeat scroll 0 0 #212121;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    vertical-align: bottom;
    padding: 2px 13px;
    padding-left: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 32px;
    font-weight: 600;
    margin-right: 4px;
    text-transform: none;
    }
  #order-opc .form-group .form-control {
    max-width: 301px;
    }
  #order-opc ul.bullet {
    line-height: 22px;
    margin-bottom: 1em; }
  #order-opc .date-select {
    padding-bottom: 10px; }
  #order-opc .opc-add-save {
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 20px;
    width: 100%;
    padding: 0;
    padding-right: 15px;
    }
  #order-opc #message {
    margin-bottom: 35px; }
  #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; }

  /* Tunnel de commande */

  body#order-opc {
  /*  font-family: Arial;*/
    font-size:14px;
  }

  #order-opc h1 {
      font-weight: 700;
      font-size: 20px;
      text-transform: none;
      color: #212121;
      margin-bottom:10px;
  }

  #order-opc #cart_summary {
    margin-top: 27px;
  } 

  #order-opc .title_block, #order-opc h1.page-heading.step-num {
      /* font-weight: 600; */
      font-size: 23px;
      /* text-transform: uppercase; */
      border: 0;
      color: #212121;
      margin-bottom: 13px;
      background:none;
      text-align: left;
  }

  #order-opc h3.page-subheading {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
    color: #000000;
    border: 0;
  }

  #order-opc section#header {
    background: #ffffff;
    border-bottom: 2px solid #eee;
    padding: 9px 0px;
  }

  #order-opc #header > .wide_container { 
    padding-top:0;
  }

  #order-opc #block_top_menu {
    display:none;
  }

  #order-opc #crossselling-products_block_center {
    display:none;
  }

  #order-opc p.cart_navigation {
    display:none;
  }

  #order-opc #order-detail-content {
    /*border-bottom: 2px solid #eee; accessoirespanier */
    padding-bottom:20px;
    margin-bottom:30px;
  }

  #cart_summary_total tbody tr td:last-child {
    font-weight:bold;
  }

  #order-opc #cart_summary thead th {
    color: #424242;
    /* text-transform: uppercase; */
    font-size: 12px;
    /* letter-spacing: 0.05em; */
    font-weight: bold;
    background: none;
    border-bottom: 0;
  }

  #order-opc .cart_ref {
    font-size:11px;
    color:#8a8a8a;
  }

  #order-opc .button.button-small {
    /* border:2px solid #555; */
    background: #a0a0a0;
    color: #fff;
    padding: 10px 17px;
    font-weight: normal;
    font-size: 17px;
  }

  #order-opc #carrier_area {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 35px;
    padding-top: 30px;
  }

  #order-opc .warning {
    background:#eee;
  }


  #order-opc #cart_summary tbody td.cart_delete {
    display:none;
  }

  /* Style panier repris depuis pinup secret */

  #order-opc .cart_quantity_button {
      display: block;
      width: 100%;
      text-align: center;
      padding:0;
  }

  #order-opc .cart_quantity_input {
    width: 100%;
    height: 27px;
  }

  #order-opc .btn.button-minus, #order-opc .btn.button-plus {
      text-shadow: none;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: transparent;
      /* float: left; */
      height: 27px;
      margin-right: 3px;
      margin-top: 5px;
      padding: 0 5px;
      width: 27px;
      display: inline-block;
      position: relative;
      font-size: 10px;
      line-height: 14px;
      color: #555;
      background-color: #eee;
      padding: 0;
  }

  #order-opc span.heading-counter {
    font-size: 11px;
    color: #8a8a8a;
    float: right;
    font-weight: 400;
  }

  @media (max-width:767px) {
    #order-opc .main_content_area {
      padding-top:3px;
    }
    #order-opc span.heading-counter {
      float:left;
      display:block;
    }
  }

  #cart_summary tbody td.cart_avail span {
    background: none;
    color: #8a8a8a;
    font-weight: 500;
    border: 0;
    font-size: 13px;
  }

  #order-opc #cart_summary tfoot tr td {
    padding-top: 20px;
  }

  #order-opc #cart_voucher {
    text-align:left;
    padding-left:15px;
  }

  #order-opc h4, #order-opc #cart_summary tfoot tr td.text-right {
      color: #424242;
      font-size: 12px;
      font-weight: bold;
      text-transform:none;
  }

  #order-opc #cart_summary tfoot tr td.price {
    text-align:center;
  }

  #order-opc #cart_summary tfoot tr td.price#total_price_container {
    font-size:15px;
  }

  label[for="addressesAreEquals"] {
    font-size: 11px;
    color: #8a8a8a;
    line-height: 16px;
    vertical-align: top;
  }

  #order-opc .box {
    border:0;
    background: none;
    padding: 0;
  }

  #order-opc ul.address li {
    font-size:12px;
  }

  #order-opc .address_title h3.page-subheading {
    font-weight:bold;
    color:#333;
    font-size:14px;
    text-transform:none;
    font-weight:600;
  }

  .checkbox label[for="cgv"], .checkbox label[for="sms"], .checkbox label[for="nl"],.order_carrier_content .carrier_title {
    font-weight:bold;
    color:#333;
  }

#order-opc #opc_account_form label {
 display:none;
}

#order-opc #opc_account_form input {
  height: 42px;
  box-shadow:none;
  border-radius:3px;
  padding-left:15px;
  border-color: #e5e5e5;
  color: black;
  /* width: 50%; */
}
/*
#order-opc #opc_account_form input#phone_mobile {
  height: 33px;
}
*/
#new_account_form .form-group, #opc_account_form .form-group {
  margin-bottom:12px;
  max-width: 50%;
  padding-left: 0;
}

#order-opc #opc_account_form input::placeholder {
  color:#5d5d5d;
}

#order-opc #opc_account_form {
  max-width: 591px;
  margin: 0;
}

/*
#order-opc .form-group select.form-control, #new_account_form div.selector, #opc_account_form div.selector, #new_account_form div.selector, #opc_account_form div.selector > span {
  height: 43px;
}
*/

#new_account_form div.selector, #opc_account_form div.selector {
  border-radius:3px;
  width: 100% !important;
}

#order-opc div.selector span {
  width:100% !important;
}

#submitAccount.button.button-medium {
  float:right;
}

#new_account_form p.required, #opc_account_form p.required.opc-required {
  float:left !important;
}

#order-opc .button.button-medium {
  padding: 16px 40px;
  font-size: 18px;
}

.delivery_options td strong {
  color:#333333;
}

/* Commande - Partie paiement */

#HOOK_PAYMENT .col-xs-12 {
  width:100%;
}

#order-opc p.payment_module.paypal a {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  /* line-height: 30px; */
}

p.payment_module.paypal img {
  width: 150px;
  max-width:50%;
  margin-right:10px;
}

p.payment_module a.bankwire img {
  max-height: 28px;
  margin-bottom: 5px;
}

/* Correctif table mobile & desktop */

#order-opc .delivery_options table td,#order-opc .delivery_options table {
  border:0;
}

#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  max-width: 54px;
  width: 10% !important;
}

#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 18% !important;
  padding-left: 10px;
}

#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 21% !important;
}

#order-opc .delivery_option > div > table.resume td:nth-child(3) {
  width: 54% !important;
}

/* Desktop Table */
@media (min-width:1200px) {
  #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
    width: 2% !important;
  }
  #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
    padding-left:25px;
  }
}

@media (max-width:767px) {
  /* Header line mobile */
  #order-opc #page_header {
    border-bottom:2px solid #eee;
    margin-bottom:15px;
  }
}

#order-opc .button[name=submitAddDiscount] {
  padding: 12px 18px;
  font-size: 18px;
  background:black;
  text-transform:uppercase;
}

#order-opc #login_form_content input {
  height: 42px;
    box-shadow: none;
    border-radius: 3px;
    padding-left: 15px;
    border-color: #e5e5e5;
    color: black;
}

/* Paypal Mobile */

@media (max-width:768px) {
  #order-opc p.payment_module.paypal a {
    font-size:0;
    background-color:#fba919;
    border-color:#fba919;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url("../img/PayPalCreditCardLogo.png");
  }

  #order-opc p.payment_module.paypal a img {
    display:none;
  }
  
  /* Checkout mobile */
  #new_account_form .form-group, #opc_account_form .form-group {
    max-width:100%;
  }
}
