#qcdfreeshipping .progress {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #fdf4e5;
  max-height: 19px;
}

#qcdfreeshipping .progress-bar {
  font-size: 1rem;
  line-height: 30px;
  background-color: #db898f !important;
}

#qcdfreeshipping-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  @media screen and (max-width: 991px) {
    flex-direction: column;
  }
  label {
    margin: 0;
    @media screen and (max-width: 991px) {
      margin-bottom: 1rem;
    }
  }
  select {
    max-width: 30%;
    @media screen and (max-width: 991px) {
      max-width: 100%;
    }
  }
  .qcdfreeshipping {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40px;
    color: white;
    .progress-bar {
      /* Pas besoin de z-index ici car nous ne mettons plus la barre derrière le texte */
      position: absolute;
      left: 0;
      top: 0;
      width: 0%; /* Ajustez dynamiquement cette valeur */
      height: 100%;
    }
     > div {
      position: relative; /* Assurez-vous que c'est au-dessus de la barre de progression */
    }
  }
}
#qcdfreeshipping-carriers-list {
  min-width: 550px;
  @media screen and (max-width: 991px) {
    min-width: 300px;
  }
  .qcdfreeshipping-carriers-list-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .carrier-name {
    margin-right: 15px;
  }
}
.text-free{
  color: #db898f;
}
#qcdfreeshipping{
    padding: 20px;
    border: solid 1px #c7bdbf;
}
#qcdfreeshipping-carriers-list, .qcdfreeshipping-select-country-container{
    padding: 20px;
    border: solid 1px #c7bdbf;
    border-radius: var(--bs-border-radius);
}
.qcdfreeshipping-title, #qcdfreeshipping-carriers-list img{
  display: none;
}
@media (min-width: 992px) {
    #qcdfreeshipping {
        max-height: 81px;
    }
}
@media (max-width: 767.98px) {
  #qcdfreeshipping {
    padding-bottom: 0 !important;
  }
}
#qcdfreeshipping-select-select{
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}