/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .commande-dl-supp a.close-favorite {
    width: 52px;
    height: 52px;
    border-radius: 500px;
    background-color: #19397B;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.commande-dl-supp a.close-favorite:hover{
    text-decoration : none;
}
.commande-dl-supp a.close-favorite  i.material-icons {
    color: white;
}
.commande-dl-supp .download_devis a {
    margin-right: 10px;
}
 #main .product-card-header {
    min-height: 475px;
}
.msg-info{
    margin-bottom: 10px;
}
 form#add-to-cart-or-refresh .product-add-to-cart .product-quantity {
    width: 250px;
    gap: 10px;
    align-items: normal;
}
form#add-to-cart-or-refresh .product-add-to-cart a {
    color: white;
    text-decoration: none;
}
a button.btn.btn-primary.btn-basket-add {
    width: 100%;
}
.pi-footer a{
    background-color: white;
    z-index: 9;
}
.price_center{
    position: absolute;
    /*bottom: 70px;*/
    bottom: 90px;
    width: 100%;
    text-align: center;
}
.centrer{
    text-align: center;
    position: absolute;
    bottom: 44px;
    width: 100%;
    background-color: #f3f3f3;
    justify-content: center;
    height: 30px;
    display: flex;
    align-items: center;
    color: #19397B;
    font-size: 15px;
 }
.centrer_no_show{
    text-align: center;
    position: absolute;
    bottom: 44px;
    width: 100%;
    background-color: #f3f3f3;
    justify-content: center;
    height: 30px;
    display: flex;
    align-items: center;
    color: #19397B;
    font-size: 20px;
 }
 a.urlbtn {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.description_product{
    color : #19397B;
}
 .price_catalog{
    color: #E83232;
    font-weight: 700;
    font-size: 17px;
    line-height: 2.5;
 }
 li.item-in_stock span.name {
    color: #e83232;
    font-weight: 700;
}
.page-my-account #content .links {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     width: 100%;
 }

.page-my-account #content .links a span.link-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 167px;
     font-size: 21px;
     font-weight: 500;
     color: #000000;
     text-transform: none;
 }

.page-my-account #content .links a span.link-item .material-icons {
  font-size: 60px;
}
.center-email-fields .email {
    margin-bottom: 1em;
}
.page-footer .account-link {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.xs-products-list h3 {
    font-size: 20px;
}
/* Custom search bar */

.autocompletecustom {
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 50%;
    top: 130%;
    padding: 30px 40px;
}

nav.header-nav .search {
    position: relative;
}
.autocompletecustom h3 {
    color: #19397B;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}
.autocompletecustom ul.categ-search li {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
}
.autocompletecustom ul.categ-search li a {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    transition: 0.3s;
}
.autocompletecustom.notdisplay{
    display: none!important;
}

/* Custom */
.product-search li {
    list-style: none;
}

.deny {
    color:#dd3e0c;
}

.ft-title {
    background: none!important;
}
body#category section#content.page-not-found {
    display: none;
}
.sub-header .row.no-gutters:before, .sub-header .row.no-gutters:after {
    display: none;
}
#wrapper.formregister section#content .register-form .form-group.row.psgdpr {
    width: 100%;
}

#category .page-not-found {
    display: none!important;
}
.main-nav .nav-item {
    margin-right: 10px;
}
.main-nav .nav-item.dropdown ul.dropdown-menu {
    border: none;
}
.main-nav .nav-item.dropdown a.nav-link.dropdown-toggle {
    height: auto;
    text-align: center;
}

.addrandtranspodevis .card-adresses .col-lg-12>.form-group:nth-child(2){
    display: none!important;
}
@media (min-width: 576px){
    .pi-body {
        margin-bottom: 90px;
        line-height: 1;
    }
    
}
@media (max-width: 576px){
    .products-list .pi-body {
        padding: 15px 10px 10px;
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .main-nav .nav-item.dropdown ul.dropdown-menu a.dropdown-item {
        text-align: center;
    }
}

body#checkout {
    color: #232323;
}
body#checkout #header .header-nav {
    max-height: none;
    padding: 0.9375rem 0;
    border: none;
    margin-bottom: 0;
    
}
body#checkout #header .header-nav .logo {
    max-height: 4.375rem;
    width: auto;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
}
body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body#checkout section.checkout-step h1 {
    font-size: 23px;
    font-weight: 900;
    margin-top: 15px;
}
body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 0.1875rem;
}
body#checkout a:hover {
    color: #1a8196;
}
body#checkout section#content {
    margin-bottom: 1.563rem;
    margin-top: 1.563rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout section.checkout-step {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0.9375rem;
}
body#checkout section.checkout-step:last-child {
    border: 0;
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
}
body#checkout section.checkout-step .content {
    padding: 0 30px;
}
#checkout-payment-step .content {
    padding: 20px 30px !important;
}
body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: 400;
}
body#checkout section.checkout-step .step-edit .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit {
    display: none;
}
body#checkout section.checkout-step.-unreachable .step-title {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step.-current .step-title {
    cursor: default;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 0.125rem;
    color: #7a7a7a;
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step small {
    color: #7a7a7a;
}
body#checkout section.checkout-step .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step .default-input[name="address1"],
body#checkout section.checkout-step .default-input[name="address2"] {
    min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step .radio-field label {
    display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step .form-footer {
    text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
    width: 22px;
    height: 22px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
    display: flex;
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}
body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 0.625rem;
    border: 3px solid transparent;
}
body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: 3px solid #19397b;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address {
    margin-left: 1.563rem;
    font-weight: 400;
    font-size: 16px;
    color: black;
}
body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
    cursor: pointer;
    width: 100%;
}
body#checkout section.checkout-step .custom-radio {
    margin-right: 0;   
    position: relative;
    border: 1px solid;
    border-radius: 100%;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    color: #7a7a7a;
    display: inline-block;
    margin: 0 0.3125rem;
}
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step hr {
    margin: 0;
}
body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 0.625rem;
}
body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address a {
    color: #232323;
}
body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option {
    background: #f6f6f6;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    align-items: center;class="h6 carrier-name"
}
body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
}
body#checkout section.checkout-step .delivery-option img {
    width: 3.125rem;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
    padding-left: 20px;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.563rem;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 14.38rem;
}
body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}
body#checkout .condition-label {
    margin-left: 2.5rem;
    margin-top: 0.625rem;
}
body#checkout .condition-label label {
    text-align: inherit;
}
body#checkout .cancel-address {
    margin: 0.625rem;
    display: block;
    color: #7a7a7a;
    text-decoration: underline;
}
body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #f1f1f1;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}
body#checkout #cart-summary-product-list img {
    border: 1px solid #f1f1f1;
    width: 3.125rem;
}
body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    display: flex;
    justify-content: space-evenly;
}
body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #232323;
}
body#checkout #order-summary-content h4.black {
    color: #000;
}
body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}
body#checkout #order-summary-content #order-items {
    border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
    color: #232323;
    margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
}
body#checkout #order-summary-content .summary-selected-carrier .logo-container {
    text-align: center;
}
body#checkout #order-summary-content .summary-selected-carrier .logo-container img {
    width: 3.125rem;
}
body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #7a7a7a;
}
body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
}
body#checkout #order-summary-content a .step-edit {
    color: #7a7a7a;
}
body#checkout #delivery,
body#checkout #gift_message {
    max-width: 100%;
    border-color: #232323;
}
body#checkout #delivery textarea,
body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
}
body#checkout #footer {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0.9375rem;
    background: #fff;
    color: #7a7a7a;
}

#js-checkout-summary > .card-block:first-child {
    padding: 1.25rem 1.25rem 0rem;
}
/* .recap-checkout .card-block.cart-summary-totals{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
} */
ul.media-list{
    padding-left: 0;
}
.media{
    align-items: center;
}
.recap-checkout .card-block.cart-summary-totals .cart-summary-line.cart-total{  
    background-color: #f1f1f1;
    padding: 0.5rem;
    margin-bottom: 10px;
}

/*---- Transport ----*/
.extra_delivery{
    padding: 0 15px;
  }
  #checkout-delivery-step .content {
      padding: 30px 50px !important;
  }
  
  #checkout-delivery-step .text-content {
  
      font-weight: 500;
      font-size: 16px;
  }
  .all_options_delivery {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-bottom: 20px;
  }
  
  .delivery-options-list .order-options textarea {
      background: #F2F2F2;
      border: none;
      color: #7B7B7B;
      padding: 10px;
      height: 84px!important;
  }
  .delivery-options .delivery-option {
      width: 31%;
      padding: 0 !important;
      padding-top: 0px !important;
      margin-left: 1%!important;
      margin-right: 1%!important;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      background: #fff !important;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
  .delivery-options .delivery-option input{
    display: none;
  }
  .name-delivery {
      text-align: center;
      line-height: 1;
      margin: 10px 0;
  }
  .delivery-options .delivery-option input:checked ~ label, .payment-options .one-payment-option input:checked ~ label {
      border: 2px solid #19397b;
  }
  .delivery-options .delivery-option:hover label {
      border: 2px solid #19397b;
  }
  .delivery-options .delivery-option input:checked ~ label .price-delivery {
      background-color: #19397b!important;
      color: white;
  }
  .delivery-options .delivery-option label {
  
      font-weight: bold;
      font-size: 13px;
      color: #19397b;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0;
      cursor: pointer;
      padding-top: 20px !important;
      border: 2px solid transparent;
  }
  
  .delivery-options .delivery-option .price-delivery {
  
      font-weight: bold;
      font-size: 19px;
      text-transform: uppercase;
      color: #19397b;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      border-top: 1px solid #F2F2F2;
  }
  
  .delivery-options div.clearfix {
      display: none !important;
  }
  .delivery-options .delivery-option:hover .price-delivery {
      background-color: #19397b!important;
      color: white;
  }
  
  #colissimo-pickup-point-address-selected{
    border: 3px solid #19397b;
  }
  
  /*---- End Transport ----*/

  .one-payment-option > .payment-option label .img_paiement img {
    max-height: 60px;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.payment-options .one-payment-option {
    width: 33.3333334%;
    display: inline-block;
    padding: 0 15px;
}
.payment-options .one-payment-option input:checked ~ label {
    border: 2px solid #7B7B7B;
  }
  body#checkout section.checkout-step .payment-options label span {
      color: #000000;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      min-height: 32px;
  }

  .one-payment-option > .payment-option input {
    display: none!important;
}

.one-payment-option > .payment-option label .img_paiement {
    text-align: center;
    margin-bottom: 25px;
    min-height: 30px;
    height: 60px;
    display: flex;
    align-items: center;
}
.one-payment-option > .payment-option label {
    width: 100%;
    height: 100%;
    display: flex!important;
    padding: 25px 20px;
    margin-bottom: 0;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
}

.one-payment-option > .payment-option {
    box-shadow: 0px 13px 26px 0px rgb(0 0 0 / 16%);
    margin-bottom: 15px!important;
}
.custom-checkbox {
    position: relative;
}
#checkout .custom-checkbox input[type=checkbox] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    display: none;
    margin: -0.25rem -0.125rem;
    font-size: 1.1rem;
    color: #232323;
}
form#conditions-to-approve .custom-checkbox > span {
    border: 1px solid black;
    width: 15px;
    height: 15px;
}
form#conditions-to-approve .custom-checkbox{
    position: absolute;
}
form#conditions-to-approve li{
    list-style: none;
}

/*---- Address ----*/

section#checkout-addresses-step a[data-link-action="different-invoice-address"] {
    margin-top: 20px;
    display: inline-block;
}
.addrparticul .form-group.row.vat_number {
    display: none!important;
}
section#checkout-addresses-step form {
    position: relative;
    margin: 30px 0 20px;
}


section#checkout-addresses-step form .city,
section#checkout-addresses-step form .id_country,
section#checkout-addresses-step form .phone {
    width: 33.333334%;
}

section#checkout-addresses-step form .firstname,
section#checkout-addresses-step form .lastname,
section#checkout-addresses-step form .company,
section#checkout-addresses-step form .postcode,
section#checkout-addresses-step form .vat_number,
section#checkout-addresses-step form .address1,
section#checkout-addresses-step form .address2 {
    width: 50%;
}

section#checkout-addresses-step form .add-address a {
    background: #19397b;
    color: #fff !important;
    padding: 12px 20px;
}


section#checkout-addresses-step footer.address-footer {
    text-align: left !important;
}

section#checkout-addresses-step footer.address-footer a {

    font-weight: 500;
    font-size: 16px;
    color: #000;
}

section#checkout-addresses-step footer.address-footer a.delete-address {
    color: #19397b !important;
}

section#checkout-addresses-step form article .address {
    margin-left: 0 !important;
}
body#checkout section.checkout-step .address-item label {
    width: 100%;
    height: 100%;
}
body#checkout section.checkout-step .continue-adresses {
    position: relative;
    bottom: 0;
    right: 0;
}
div#delivery-addresses {
    align-items: stretch!important;
}
section#checkout-addresses-step form .add-address {
    position: relative;
    z-index: 9;
    padding-right: 130px;
}
section#checkout-addresses-step.continue-adresses {
    padding-left: 250px;
}
body#checkout section.checkout-step button.continue {
    background: #19397b;
    border: 1px solid #19397b;
    padding: 12px 30px;
    transition: 300ms;
}

body#checkout section.checkout-step button.continue i {
    margin-right: 0 !important;
}

body#checkout section.checkout-step button.continue:hover {
    background: #fff;
    color: #000;
}
#checkout-addresses-step .js-address-form .form-group {
    display: inline-block;
}
#checkout-addresses-step .js-address-form .form-group.firstname,#checkout-addresses-step .js-address-form .form-group.lastname,#checkout-addresses-step .js-address-form .form-group.company, #checkout-addresses-step .js-address-form .form-group.vat_number, #checkout-addresses-step .js-address-form .form-group.id_country, #checkout-addresses-step .js-address-form .form-group.postcode, #checkout-addresses-step .js-address-form .form-group.address1, #checkout-addresses-step .js-address-form .form-group.address2, #checkout-addresses-step .js-address-form .form-group.city, #checkout-addresses-step .js-address-form .form-group.phone  {
    margin-left: 0;
}
body#checkout section.checkout-step #delivery-address .form-fields {}
body#checkout section.checkout-step #delivery-address .form-fields > .form-group:last-child {
    width: 100%;
}
body#checkout section.checkout-step #delivery-address .form-fields > .form-group:last-child > div {
    display: flex;
    align-items: center;
}
label[for="use_same_address"]{
  color: #19397b;
  margin-top: 9px;
  margin-left: 9px;
}
div#delivery-address footer.form-footer {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
section#checkout-addresses-step form .add-address img {
    margin-right: 10px;
}
section#checkout-addresses-step .js-address-form form .continue-adresses {
    position: absolute;
    bottom: -15px;
    z-index: 10;
}
body#checkout section.checkout-step #delivery-addresses span.custom-radio{
  display: none;
}
body#checkout section.checkout-step .address-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#checkout-addresses-step .js-address-form .form-group.row.alias {
    width: 99%;
}
.form-group.row.alias label.col-md-12.form-control-label::after {
    content: "*";
}
.addrparticul .form-group.row.vat_number {
    display: none!important;
}
form#customer-form .psgdpr .custom-checkbox label a {
    margin: 0 5px;
}
.js-address-form .clearfix{
    text-align: right;
}
.js-address-form h2.h4{
    color: black;
    margin-top: 40px;
}
/*---- End Address ----*/

#js-checkout-summary.card{
    border: none;
}
#js-checkout-summary .recap-checkout{
    padding: 35px;
    box-shadow: 0 55px 65px rgb(0 0 0 / 8%);
    margin-bottom: 15px;
}

/*---- Address Right ----*/
#js-checkout-summary .adresses-checkout {
    padding: 20px 35px 15px 35px;
    box-shadow: 0 55px 65px rgba(0, 0, 0, 0.07);
    background: transparent;
    margin-bottom: 15px;
}

#js-checkout-summary .adresses-checkout .header {
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #000;
}

#js-checkout-summary .adresses-checkout .delivery_container {
    margin: 15px 0 30px;
}

#js-checkout-summary .adresses-checkout .delivery_container:last-child {
    margin-bottom: 0;
}

/*---- End Address Right ----*/

body#checkout section.checkout-step {
    padding: 0;
    position: relative;
}

body#checkout section.checkout-step.-complete.-reachable h1 {
    background: #19397b;
    color: #fff;
    text-transform: unset;
}

body#checkout section.checkout-step.-complete.-reachable h1 span {
    color: #fff;
}

body#checkout section.checkout-step.-reachable h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #7b7b7b;
    padding: 25px 30px;
    color: #fff;
    text-transform: unset;
}

body#checkout section.checkout-step.-reachable h1 span {
    color: #19397b;
}

body#checkout section.checkout-step.-unreachable h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    padding: 25px 30px;
    color: #000;
    text-transform: unset;
}

/* History */

.header-history{
    font-size: 32px;
    color: #19397B;
    font-weight: 800;
    padding: 20px 0;
}

/* end History */

/* Order details */
.title-order-detail{
    margin: 15px 0;
}
#order-infos {
    padding: 10px;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
#order-infos .box:nth-child(2){
    margin-top: 15px;
}

#order-infos ul{
    list-style: none;
    padding-left: 0px;
}

#order-detail .addresses {
    display: flex;
    margin-bottom: 20px;
}
article#delivery-address, article#invoice-address {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    padding: 10px 20px;
}

/* End Order details */

section.order-message-form.box {
    background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px; 
    border-radius: 10px;
}
.label-pill{
    color: white;
}

#cart a.btn.btn-primary {
    min-width: 305px;
    font-weight: 600;
}
.media-left {
    margin-right: 15px;
}
.media {
    display: flex;
    align-items: center;
}
.body-left span {
    font-weight: 300;
    font-size: 14px;
}
.qte-name {
   display: flex;
   flex-direction: column;
}
/* order confirmation */

.order-line .image img {
    max-width: 100%;
}
#order-confirmation .card{
    margin-bottom: 0.75em;
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin-top: 1rem;
}
#order-confirmation .card-block {
    padding: 1.25rem 1.25rem 0.5rem;

}
#order-items table {
    width: 100%;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items table tr.total-value {
    background-color: #f1f1f1;
}
#order-items table tr td {
    padding: 0.5rem;
    font-size: .875rem;
}
#order-confirmation .products .col-6.col-sm-6.col-xl-3 {
    margin-top: 15px;
}
#order-details {
    padding-left: 1.3rem;
    margin-top: 1.25rem;
}

#order-confirmation h2.h2.products-section-title.text-uppercase {
    text-align: center;
    padding-top: 10px;
}

.products {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
/* end order confirmation */




  @media (max-width: 800px) {
    .payment-options {
        display: flex;
        flex-direction: column;
    }

    .payment-options .one-payment-option {
        width: 100%;
    }
}

@media (min-width: 300px) {
    .dtc{
            bottom: 0px;
    }
    .centrer, .centrer_no_show{
		bottom: 33px;
	}
	.price_center{
		bottom:60px;
	}
}
@media (min-width: 1080px) {
    .dtc{
    	 bottom: 31px;
    }
    article>.thumbnail-container>.centrer_no_show, .centrer
	{
    	bottom: 65px;
	}
	.price_center{
		bottom:90px;
	}
}

.dtc{
	padding:15px 10px 10px;
    position: absolute;
    width: 100%;
    text-align:center;
} 
@media (min-width: 300px) {
.listing-header {
    display: block;
}
}
@media (min-width: 780px) {
.listing-header{
    display: flex;
}
}
