#loginRegister-Btn,
#loginRegister-BtnMob,
/* #footer-login-btn, */
.fas.fa-search.tooltip,
.fas.fa-globe.tooltip {
  padding: 1rem 1.5rem;
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #1a3775;
  color: #fff;
  text-align: center;
  padding: 7.5px 15px 7.5px 15px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  font-family: 'Trenda', sans-serif;
  width: max-content;
}

.tooltip .tooltiptext.toolt1,
.tooltip .tooltiptext.toolt2,
.tooltip .tooltiptext.toolt3 {
  position: absolute;
}

.tooltip .tooltiptext.toolt2 {
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: -50%;
}

.tooltip .tooltiptext.toolt3 {
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: -110%;
}

#loginRegister-Btn,
/* #loginRegister-BtnMob, */
#footer-login-btn,
.fas.fa-search.tooltip,
.fas.fa-globe.tooltip {
  border-color: transparent;
}

.country {
  border-radius: 1.5rem;
  max-width: 650px;
  max-height: 500px;
  overflow-y: scroll;
  width: 56%;
  margin: 10rem auto;
  padding: 0 1.5rem;
  padding-bottom: 3rem;

  border: 2px solid #1a3775;
  background: rgba(255, 255, 255);
}

/* .country-list {
  display: flex;
  flex-wrap: wrap;
} */

.country-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.country-title {
  font-weight: bold;
  font-size: 32px;
  width: max-content;
  margin: 0 auto;
  padding-top: 3%;
  padding-bottom: 3%;
}

.options-country:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* .options-country {
  width: 100%;
  padding: 15px 0 15px 0px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 2%;
  align-items: center;
  flex-basis: calc(
    33.33% - 10px
  ); 
  flex-grow: 1;
  margin: 5px;
} */

.options-country {
  /* border: 2px solid red; */
  padding: 15px 0 15px 0px;
  list-style: none;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  display: flex;
  gap: 2%;
  align-items: center;
}

.options-country img {
  width: 25px;
  height: 15px;
  position: static;
}

.options-country p {
  width: max-content;
  line-height: 18px;
}

.options-country.prov {
  width: max-content;
  line-height: 18px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

/* Boutique Panier - Cart */
/* Connexion Style */

/* <div class="connexion">
        <h2 class="con-title">Datos de la Conexión</h2>
        <div class="con-field">
          <span class="con-name">Conectado a:</span>
          <span class="con-value">Alimentos Cuba</span>
        </div>
        <div class="con-field">
          <span class="con-name">Nombre de usurio:</span>
          <span class="con-value">user-test-1</span>
        </div>
        <div class="con-field">
          <span class="con-name">Email de usurio:</span>
          <span class="con-value">user-test-1@gmail.com</span>
        </div>
      </div> */

.connexion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}

.con-title {
  font-weight: bold;
  font-size: 2.2rem;
}
/* .con-field {} */

.con-name {
  /* border: 2px solid red; */
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 4px solid #1a3775;
}
.con-value {
  padding: 10px;
  font-size: 1.8rem;
}

@media (max-width: 1000px) {
  /* .country-title {
    font-size: 17px;
  } */

  .country-list {
    display: flex;
    flex-wrap: wrap;
  }

  .options-country {
    width: 100%;
    padding: 15px 0 15px 0px;
    list-style: none;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    display: flex;
    gap: 2%;
    align-items: center;
    flex-basis: 45%;
    flex-grow: 1;
    margin: 5px;
  }
}

@media (max-width: 730px) {
  .country-title {
    border-bottom: 2px solid;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .country-list.prov {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .options-country.prov {
    width: auto;
  }
}

/* ********************************** */
