/********************************************************
			One-Page Checkout Styles
********************************************************/
/* line 8, ../sass/order-opc.scss */
#order-opc {
  line-height: 20px;
  /*9 Avril 2021*/ }
  /* line 10, ../sass/order-opc.scss */
  #order-opc .box {
    padding-bottom: 20px; }
  /* line 13, ../sass/order-opc.scss */
  #order-opc .cart_navigation {
    margin-bottom: 53px; }
  /* line 16, ../sass/order-opc.scss */
  #order-opc .page-heading.step-num {
    position: relative;
    padding-left: 45px;
    overflow: visible; }
    /* line 20, ../sass/order-opc.scss */
    #order-opc .page-heading.step-num span {
      font-weight: bold;
      font-size: 42px;
      line-height: 51px;
      font-style: italic;
      color: #000;
      position: absolute;
      left: 10px;
      top: -14px; }
  /* line 31, ../sass/order-opc.scss */
  #order-opc .form-group {
    margin-bottom: 2px; }
    /* line 33, ../sass/order-opc.scss */
    #order-opc .form-group .form-control {
      max-width: 271px; }
  /* line 37, ../sass/order-opc.scss */
  #order-opc .lost_password {
    display: inline-block;
    text-decoration: underline;
    margin: 5px 0 14px; }
    /* line 41, ../sass/order-opc.scss */
    #order-opc .lost_password:hover {
      text-decoration: none; }
  /* line 45, ../sass/order-opc.scss */
  #order-opc .title_block {
    font-weight: bold;
    color: #333;
    padding: 3px 0 6px; }
  /* line 50, ../sass/order-opc.scss */
  #order-opc .opc-button {
    padding: 11px 0 0 0; }
  /* line 53, ../sass/order-opc.scss */
  #order-opc ul.bullet {
    line-height: 22px;
    margin-bottom: 5px; }
  /* line 57, ../sass/order-opc.scss */
  #order-opc .date-select {
    padding-bottom: 10px; }
  /* line 60, ../sass/order-opc.scss */
  #order-opc .opc-add-save {
    border-top: 1px solid #d6d4d4;
    margin-top: 20px;
    padding-top: 20px; }
  /* line 65, ../sass/order-opc.scss */
  #order-opc #message {
    margin-bottom: 35px; }
  /* line 68, ../sass/order-opc.scss */
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    /* line 70, ../sass/order-opc.scss */
    #order-opc #opc_payment_methods p.warning {
      color: #F13340;
      font-weight: 700; }
  /* line 75, ../sass/order-opc.scss */
  #order-opc #opc_account {
    margin-bottom: 30px; }
  /* line 78, ../sass/order-opc.scss */
  #order-opc .address_delivery.select {
    margin-bottom: 15px; }
  /* line 81, ../sass/order-opc.scss */
  #order-opc #address_invoice_form.form-group {
    margin-bottom: 30px; }
  /* line 85, ../sass/order-opc.scss */
  #order-opc .page-heading {
    background: none;
    margin-bottom: 15px;
    color: #000;
    font-style: italic; }
  /* line 91, ../sass/order-opc.scss */
  #order-opc #address .form-group .form-control, #order-opc #identity .form-group .form-control, #order-opc #account-creation_form .form-group .form-control, #order-opc #new_account_form .form-group .form-control, #order-opc #opc_account_form .form-group .form-control, #order-opc #authentication .form-group .form-control {
    width: 100%;
    max-width: 100%; }
  /* line 95, ../sass/order-opc.scss */
  #order-opc .button.button-medium {
    border-color: #ff7730;
    background: #ff7730;
    border-radius: 30px;
    padding: 0 15px; }
    /* line 100, ../sass/order-opc.scss */
    #order-opc .button.button-medium span {
      border-color: #ff7730;
      background: #ff7730; }
  /* line 105, ../sass/order-opc.scss */
  #order-opc #HOOK_SHOPPING_CART #loyalty i {
    margin-right: 15px; }
  /* line 108, ../sass/order-opc.scss */
  #order-opc .delivery_options_address {
    margin-bottom: 15px; }
  /* line 111, ../sass/order-opc.scss */
  #order-opc .alert-warning {
    background-color: #F13340;
    border-color: #F13340; }
  /* line 115, ../sass/order-opc.scss */
  #order-opc #uniform-id_country {
    border: solid 1px #d6d4d4;
    background: none; }
    /* line 118, ../sass/order-opc.scss */
    #order-opc #uniform-id_country span {
      display: none; }
    /* line 121, ../sass/order-opc.scss */
    #order-opc #uniform-id_country #id_country {
      background: none;
      opacity: 1;
      position: relative; }
  /* line 127, ../sass/order-opc.scss */
  #order-opc .page-subheading {
    color: #000; }

/* line 132, ../sass/order-opc.scss */
#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none; }

/*
#opc_account_form {
	.form-group {
		float:left;
		&:nth-child(even) {
			width:48%;
			margin-right: 1%;
		}
		&:nth-child(odd) {
			width: 48%;
			margin-left: 1%;
		}
	}
}
*/
/* line 155, ../sass/order-opc.scss */
#opc_account_form .page-subheading.top-indent {
  clear: both; }
/* line 158, ../sass/order-opc.scss */
#opc_account_form .left {
  width: 49%;
  float: left;
  margin-right: 1%; }
/* line 163, ../sass/order-opc.scss */
#opc_account_form .right {
  width: 49%;
  float: left;
  margin-left: 1%; }

/* line 170, ../sass/order-opc.scss */
#carrier_area {
  float: left;
  width: 63%;
  margin-right: 1%; }

/* line 176, ../sass/order-opc.scss */
#opc_account .page-heading.step-num {
  float: right;
  width: 49%; }

/* line 181, ../sass/order-opc.scss */
#opc_payment_methods {
  float: right;
  width: 35%;
  margin-left: 1%; }
