/* PAWA COLOR */
.pawa-color{
  background-color: #FFC000;
}
/* Language buton start */
.toggle-button-cover {
  display: table-cell;
  position: relative;
  /* height: 140px; */
  box-sizing: border-box;
  margin-top: auto;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 5px 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 31px;
  margin: 7px auto 0 auto;
  overflow: hidden;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #e1e3e4;
  transition: 0.3s ease all;
  z-index: 1;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

#button-3 .knobs:before {
  content: "FR";
  position: absolute;
  top: 4px;
  /* bottom: 2px; */
  left: 4px;
  width: 27px;
  height: 80%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #FFC000;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#button-3 .checkbox:checked + .knobs:before {
  content: "FR";
  left: 42px;
  background-color: #FFC000;
}

#button-3 .checkbox:checked ~ .layer {
  background-color: #e2e0df;
}
/* languages button end */

.sides {
margin: -2%;
}

.footer-titles {
font-size: large;
font-weight: bold;
}

#navbarNav {
justify-content: end;
}

nav .navbar #navbarNav2 {
justify-content:flex-start;
}

/* @media (min-width: 768px) {
.col-md-6 {
    flex: 0 0 auto;
    width: 45%;
}
} */
/* Hide the div containing the navigation buttons on screens between 768px and 992px */
@media (min-width: 768px) and (max-width: 992px) {
.col-md-6.align-items-right {
  display: none;
}
}

.top-sign-up{
  background-color:#FFC000;
  border-radius:50px;
  box-shadow: 0px 2px 4px rgb(47, 47, 47, 0.69);
}

.mte {
  margin-top: 90px;
}

/* Show the button element on screens between 768px and 992px */
/* @media (min-width: 768px) and (max-width: 992px) {
#navbarToggle {
  display: block;
}
} */
/* give the nex two the breakpoint of pc and higher */
/* .nav-container-sides{
margin-right: 0;
} */
/* 
.nav-left{
margin-left: 100px;
} */

.address-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.address-card h4 {
  color: #FFC000;
}

.btn-primari{
  color: #fdfdfc;
}