
/* Mobile first */

.hidden {
  display: none;
}

.btn_delete_container {
  padding: 0 !important;
}

.cart-items-header .cart-item {
  padding: 0.5rem 0 0.5rem 0;
}

.block-promo.ui-accordion .ui-accordion-header.ui-accordion-icons {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  background: none;
  border: 0;
}

.block-promo.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: static;
  margin: 0;
}

.cart-voucher.ui-accordion-content {
  border: 0;
}

.block-promo h3 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: var(--main-text-color);
}

.block-promo h3:hover {
  color: var(--main-text-hover-color);
}

@media screen and (min-width: 768px) {

}

/*************************************
**************** OLD *****************
*************************************/

#content-forms{
    display: block!important;
  }
  
  #bloc-livraison-facturation-adresse .bloc_adresse div{
    margin: 5px 0px;
  }
  
  div#contener-propositions-shop {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      overflow: auto;
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px;
  }
  
  .label-gift-wrap{
    text-align: left!important;
    margin: 0px!important;
  }
  
  .label-gift-wrap{
  display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-left: 15px;
  }
  
  .label-gift-wrap label{
    text-align: left;
    margin: 0;
    margin-left: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  #shipping-emballage-shop .label-gift-wrap{
        font-weight: 700;
      text-transform: uppercase;
      font-size: 0.8em;
  }
  
  #shipping-emballage-shop{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  
  #shipping-emballage-shop img{
    max-width: 135px;
    margin-top: 5px;
  }
  
  #shipping-emballage-shop input[type="checkbox"] {
      margin-right: 5px;
      height: 15px;
      width: 15px;
      vertical-align: middle;
      border: 2px solid black;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
    
  }
  
  #shipping-emballage-shop input[type="checkbox"]:checked:before {
      content: '';
      display: block;
      width: 4px;
      height: 8px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: 4.5px;
      margin-top: 1px;
  }
  
  .cart_wrapt_giftbody{
    margin-top: 5px!important;
    padding: 0!important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  
  #payment-cards-bloc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .intern_card_bloc{
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .card_btn{
    margin-bottom: 10px; 
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 5px 0px;
  }
  
  .card_btn:hover{
    border: 2px solid #666;
  }
  
  #helpcontent{
    margin-left: 5px;
  }
  
  .bloc-select-address{
  
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  
  }
  
  .bloc-select-address select{
  
      width: 50%;
      height: 40px;
      padding: 0;
      margin-bottom: 25px;
  }
  
  .bloc-select-address p, .bloc-select-address p{
    color: black;
    margin: 0;
    margin-bottom: 5px;
  }
  
  .display_none{
    display: none!important;
  }
  
  body#checkout section.checkout-step .address-item{
    border:0px;
  }
  
  label#radio-block-address {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 50px;
  }
  
  .bloc-select-address{
    text-align: center;
  }
  
  @media (max-width:961px)  {
  
  #checkout-addresses-step select{
    width: 100%;
    border:1px solid grey;
  }
  
  span#checkbox-both {
      font-size: 0.9em;
  }
  
  }
  
  .opaque{
    opacity: 0.5;
    pointer-events: none;
  }
  
  #edit-btn-sub-add {
      margin: 15px auto;
      width: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  
  input#button-sub-add {
      margin: 15px auto;
      width: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  
  
  
  /* NEW VERSION */
  
  div#bloc-livraison-facturation-adresse {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin-top: 25px;
      margin-bottom: 25px;
  }
  
  .bloc_adresse{
      border: 1px solid black;
      padding: 15px 35px;
      min-width: 40%;
  }
  
  #bloc-livraison-facturation-adresse .bloc_adresse .name_adress {
      margin: 20px 0px 10px 0px;
  }
  
  #bloc-livraison-facturation-adresse .bloc_adresse #btn-modifier-livraison, #bloc-livraison-facturation-adresse .bloc_adresse #btn-modifier-facturation {
      margin: 15px 0px 0px 0px;
      font-size: 0.8em;
  }
  
  .bloc_adresse h4{
  
      font-size: 0.9em;
      text-decoration: underline;
  
  }
  
  .row_pop_address{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content_add_pop{
    width: 60%;
  }
  
  .livraison_add_pop{
    width: 20%;
  }
  
  .facturation_add_pop{
    width: 20%;
  }
  div#content-pop-address {
      padding: 0% 10%;
      height: 80%;
  }
  
  #content-pop-address .bloc_adresse{
    border: none;
  }
  
  #contener-values-address-pop .row_pop_address{
    margin-bottom: 10px;
    border:1px solid rgba(0,0,0,0.4);
  }
  
  #content-pop-address .title_address{
    margin-bottom: 15px;
  }
  
  #content-pop-address .title_address .content_add_pop{
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 35px;
  }
  
  div#content-select-adress{
    height: 100%;
  display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
  div#content-form-adress {
      height: 100%;
      flex-direction: column;
  }
  
  #content-pop-address .input_radio_pop{
    margin-right: 10px;
  }
  
  #content-pop-address .pop_btn_modifier{
    margin-top: 10px;
    font-size: 0.7em;
  }
  
  #edit-this-address{
    margin-left: 15px;
  }
  
  div#bloc-buttons-address {
      margin-top: 25px;
      display: flex;
      justify-content: flex-end;
  }
  
  div#content-form-adress {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #adresse-form-update{
    width: 100%;
  }
  
  #validate_address, #add_address{
    margin-left: 15px;
  }
  
  form#adresse-form-update {
  display: flex;
      flex-direction: column;
  }
  
  #id-address-new{
    width: 100%;
  }
  
  #pop-address {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.9);
      z-index: 100;
      left: 0px;
      top: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  div#content-pop-address {
      padding: 2% 10%;
      width: 90%;
      background-color: white;
  }
  
  #adresse-form-update h3 {
      margin-bottom: 25px;
  }
  
  input#edit-this-address, #add-this-address {
      margin-left: 15px;
  }
  
  #cont-btn-modifier-address{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  #content-pop-address{
    max-height: 80%;
    overflow: auto;
  }
  
  div#contener-values-address-pop {
      overflow: auto;
      max-height: 85%;
  }
  
  #add-first-address{
      font-size: 1.2em;
      margin: 40px 0px 50px 0px;
  }
  
  .close_pop {
      position: absolute;
      width: 50px;
      height: 50px;
      cursor: pointer;
      bottom: 100%;
      right: 0px;
      margin-bottom: 15px;
  }
  .close_pop:before, .close_pop:after {
      position: absolute;
      left: 30px;
      content: ' ';
      height: 50px;
      width: 4px;
      /* background-color: white; */
      border-right: 4px solid white;
      border-radius: 15px;
  }
  .close_pop:before {
    transform: rotate(45deg);
  }
  .close_pop:after {
    transform: rotate(-45deg);
  }
  
  .relative{
    position: relative;
  }
  
  #content-pop-address{
    overflow: visible;
  }
  
  div#content-pop-inside-address {
    max-height: 80%;
    min-height: 30%;
    overflow: auto;
  }
  
  form#adresse-form-update{
    height: 85%;
    overflow: auto;
  }
  
  #id-address-new .form-group {
      margin-bottom: 1rem;
      margin: 10px 0px;
  }
  
  input.refused {
      border: 1px solid red;
      background-color: #ff000017;
  }
  
  input.accepted {
      border: 1px solid green;
      background-color: #a5ffaa17;
  }
  
  select.refused {
      border: 1px solid red;
      background-color: #ff000017;
  }
  
  select.accepted {
      border: 1px solid green;
      background-color: #a5ffaa17;
  }
  
  span.required_span {
      font-weight: bold;
      color: #f08100;
  }
  
  
  #ifr-point-relais{
    height: 680px;
    width: 100%;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #login_form_content{
      display: flex;
      justify-content: space-between;
  }
  
  #container-logs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    align-items: center;
    margin: 0;
  }
  
  #or-login{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #login_form_content .row:after{
    display: none;
    content: none;
  }
  
  label[for="login_email"]{
    text-align: left;
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
  }
  
  #login_email{
    min-width: 300px;
    margin-right: 20px;
  }
  
  #social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  
  .fakeSubmit{
    outline: none;
  }
  
  #or-login:before{
    height: 1px;
    content: "";
    border-bottom: 1px dotted #bbb0b0;
    width: 80px;
    margin-right: 4px;
  }
  
  #or-login:after{
    height: 1px;
    content: "";
    border-bottom: 1px dotted #bbb0b0;
    width: 80px;
    margin-left: 4px;
  }
  
  #or-login div{
    font-size: 10px; 
    background-color: #F3F5F6; 
    padding: 0 20px;
  }
  
  #container-google-login{
    margin-right: 0!important;
    margin-top: 0!important;
  }
  
  #login_form_content{
    max-width: 1200px;
    margin: 0px auto;
    padding-bottom: 20px;
  }
  
  .btn{
    outline: none!important;
  }
  
  @media screen and (max-width: 1400px) {
  
  #login_email {
      min-width: 220px;
      margin-right: 20px;
  }
  
  #or-login:before,#or-login:after{
    width: 60px;
  }
  
  #or-login{
    margin: 25px 0px;
  }
  
  }
  
  @media screen and (max-width: 1250px) {
  
  #login_form_content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column-reverse;
  }
  
    }
  
    @media screen and (max-width: 850px) {
  
      #container-logs {
          justify-content: flex-start;
          flex-wrap: wrap;
      }
      label[for="login_email"] {
          width: 100%;
      }
  
      #container-logs .fakeSubmit {
          outline: none;
          width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 15px;
      }
  
    }
  
  @media screen and (max-width: 970px) {
  
  #ifr-point-relais{
    height: 1000px;
  }
  
    #bloc-buttons-address {
      justify-content: space-between;
    }
    #add_address{
      margin-left: 0px;
    }
    #cont-btn-modifier-address{
    }
  
  }
  
  @media screen and (max-width: 900px) {
  
      #bloc-livraison-facturation-adresse {
        flex-wrap: wrap;
      }
      #bloc-livraison-facturation-adresse .bloc_adresse{
        margin-bottom: 15px;
        width: 100%;
      }
      #content-pop-address{
        padding: 3% 5%;
      }
      #contener-values-address-pop .row_pop_address {
          font-size: 0.9em;
      }
      #content-pop-address .bloc_adresse {
          padding: 5px 35px;
          margin-bottom: 15px;
      }
  
      #bloc-livraison-facturation-adresse{
        flex-wrap: wrap;
      }
  
  }
  
  @media screen and (max-width: 700px) {
    div#content-pop-address{
      padding: 2%;
    }
  
  /*
    #shipping-emballage-shop{
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
    }
  */
  
    #shipping-emballage-shop{
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: inherit;
    }
  
    .label-gift-wrap label{
      display: block;
    }
  
    #shipping-emballage-shop input[type="checkbox"]:checked:before {
        margin-left: 3.5px;
    }
  
  
  }
  
  @media screen and (max-width: 500px) {
  
      #adresse-form-update h3{
        margin-bottom: 15px;
      }
  
      div#content-pop-address{
        font-size: 0.9em;
      }
  
      #content-pop-address .bloc_adresse {
          padding: 5px 5px;
          margin-bottom: 20px;
      }
  
    div#bloc-buttons-address, #cont-btn-modifier-address {
      flex-wrap: wrap;
    }
  
      #bloc-buttons-address .btn, #cont-btn-modifier-address .btn{
            width: 100%;
            margin: 5px 0px;
      }
      #bloc-buttons-address{
        margin-top: 10px;
      }
  
      .close_pop {
          position: absolute;
          width: 32px;
          height: 32px;
          cursor: pointer;
          bottom: 100%;
          right: 5px;
          margin-bottom: 5px;
      }
  
  span.required_span {
      color: #e08300;
      font-weight: bold;
  }
  
      .close_pop:before, .close_pop:after {
          position: absolute;
          left: 15px;
          content: ' ';
          height: 33px;
          width: 2px;
          /* background-color: white; */
          border-right: 2px solid white;
         } 
  
      #content-pop-address .title_address .content_add_pop {
          font-weight: bold;
          font-size: 1.3em;
          padding-left: 0px;
      }
  
      .livraison_add_pop, .facturation_add_pop{
        font-size: 0.9em;
        width: 25%;
      }
  
      .content_add_pop{
        width: 50%;
      }
  
      .livraison_add_pop label, .facturation_add_pop label{
        font-size: 0.9em;
        margin: 0;
      }
  
      .row_pop_address .livraison_add_pop, .row_pop_address .facturation_add_pop{
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      #bloc-buttons-address .btn {
          font-size: 1em;
      }
      div#cont-btn-modifier-address .btn {
          font-size: 0.8em;
      }
  
  
  }
  
  @media screen and (max-width: 450px) {
  
    #shipping-emballage-shop{
      flex-wrap: wrap;
    }
  
      }
  
  @media screen and (max-width: 340px) {
  
      }
  
  
  #propositions-basket .product-miniature{
    width: 100%;
  }
  
  #propositions-basket .thumbnail-container{
    width: 100%;
  }
  
  #propositions-basket .product-miniature img{
    
      height: auto;
      width: auto;
      max-width: 100%;
      /* max-width: 100%; */
      max-height: 100%;
  
  }
  
  #propositions-basket .product-miniature .thumbnail-container {
      position: relative;
      text-align: center;
      padding: 10px 15px;
      margin-top: 25px;
      /* border: 1px solid #efefef; */
  }
  
  #propositions-basket .price{
    /*color: #efab19;*/
  }
  
  #propositions-basket .product-miniature img {
      /*border: 1px solid #efefef;*/
  }
  
  #propositions-basket .col-lg-2.col-xs-6{
    width: 50%;
    min-width: 50%;
  }
  
  @media (min-width: 992px){
    #propositions-basket .col-lg-2.col-xs-6{
      width: 20%;
      min-width: 20%;
    }
  }
  
  #propositions-basket{
  
  }
  
  body#checkout section.checkout-step .delivery-option .col-align img {
      height: 50px;
  }
  
  #propositions-basket a.thumbnail.product-thumbnail {
      height: 180px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  #bloc-livraison-facturation-adresse .bloc_adresse h4 {
      font-size: 0.9em;
      text-transform: uppercase;
      text-decoration: inherit;
      letter-spacing: 1px;
      border-bottom: 1px solid #7a7a7a;
      padding-bottom: 4px;
      /* text-align: center; */
      color: black;
  }
  
  .alert_msg{
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    margin-top: 5px;
  }
  
  .phone_adress{
    color: var(--main-primary-color);
    font-weight: bold;
  }
  
  #livraison-form .row.delivery-option {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0;
      margin-bottom: 0;
  }
  
  #container-elts-panier .thumbnail-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #container-elts-panier .cart-item:nth-child(2n+2) .thumbnail-container img {
      border: none;
  }
  
  @media screen and (max-width: 750px) {
  
    #ifr-point-relais{
      height: 1150px;
    }
  
    #colissimo_point_relais_txt{
      padding: 10px;
      font-size: 0.9em;
    }
  
    #propositions-basket a.thumbnail.product-thumbnail{
      height: 125px;
    }
  
  }
  
  @media screen and (max-width: 550px) {
  
    #propositions-basket a.thumbnail.product-thumbnail{
      height: 100px;
    }
  
  }
  
  
  div.error-mail-mx {
      margin: 8px 0px;
  }
  
  div.error-mail-mx p{
      color: red;
      font-weight: bold;
      margin-bottom: 5px;
  }
  
  div.mail-corrected {
      color: black;
      display: inline-block;
      border-bottom: 2px solid black;
      font-weight: 700;
      font-size: 0.9em;
      cursor: pointer;
      margin-bottom: 20px;
  }
  
  
  .true-btn-show-password {
      background: #7a7a7a;
      padding: .78rem 1rem!important;
  }
  
  #bandeau-alerte-middle {margin-bottom:  0.75rem; padding: 20px 0 5px 0 !important; line-height: 10px}
  #bandeau-livraison {width: 80% !important; margin-left: 10%}
  
  @media (max-width: 767px) {
      #bandeau-livraison {width: 100% !important; margin-left: 0}
  }
  