#footer {
  bottom: 0;
  height: 56vh;
  display: flex;
  width: 100%;
  background-color: #9925be;
  color: whitesmoke;
  font-style: bolder;
  font-size: 3vw;
  border-top: 3px solid #be2596;
  margin-top: 15vw;
}

.foocon {
  box-sizing: border-box;
  width: 40%;
  margin-top: 2vw;
  margin-left: 2%;
}

.mtvb {
  margin-top: 25vw;
  margin-left: 15%;
}

.foost {
  width: 45vw;
  font-weight: 600;
}

.socialz {
  display: flex;
  position: relative;
  width: 75vw;
  text-align: center;
}

.sociali {
  width: 11.5vw;
  height: 11.5vw;
  margin-left: auto;
  margin-right: auto;
}

.sociali img {
  width: 100%;
  height:100%;
}

.fitem {
  color: whitesmoke;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 3vw;
}

#mmod {
  display: none;
  position: fixed;
  box-sizing: border-box;
  top: 20vw;
  width: 50vw;
  height: 60vw;
  border-bottom-right-radius: 10px;
  border-bottom: 3px solid #be2596;
  border-right: 3px solid #be2596;
  background-color: #9925be;
  font-size: 3.8vw;
  font-weight: 600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: whitesmoke;
  z-index: 9999;
}

#mmod a {
  all: unset;
  color: whitesmoke;
}

.mite {
  width: 100%;
  height: 8vw;
  line-height: 8vw;
  margin-top: 4vw;
  margin-left: 2vw;
}

#cookie-settings-modal {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 80%;
  background-color: #dc9cc2;
  border: 3px solid #834374;
  border-radius: 10px;
  padding-top: 2%;
}

.enable-cookies {
  z-index: 9998;
  display: flex;
  width: 95%;
  height: 23%;
  background-color: #ffe6fa;
  border: 1px solid #834374;
  border-radius: 10px;
  margin-bottom: 1%;
  margin-left: 2.5%;
  font-size: 1.8vh;
}

.cookie-desc {
  margin-top: 4%;
  margin-left: 10%;
  width: 85%;
  color: #1a0952;
}

.flex-coo {
  width: 15%;
  height: 14%;
  margin-left: 10%;
  margin-right: 5%;
  margin-top: 2%;
}

.cookie-switch[type=checkbox]{
  -webkit-appearance: none;
  position: relative;
  width: 60px;
  height: 30px;
  border-radius: 25px;
  background-color: #ccc;
  transition: background .3s;
  outline: none;
  cursor: pointer;
}

.cookie-switch::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  background-color: rgb(255, 255, 255);
  transition: left .3s;
}

.cookie-switch:checked {
  background-color: #834374;
}

.cookie-switch:checked::after {
  left: 70%;
}

.flex-c-container {
  display: flex;
  height: 20%;
  width: 100%;
}

.flex-c-btn {
  width: 30%;
  height: 80%;
  margin: auto;
}

.flex-c-container button {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: whitesmoke;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#refuse-all, #accept-selected {
  color: #1a0952;
  font-style: bolder;
  font-size: 1.8vh;
}

#accept-all {
  background-color: #1a0952;
  color: white;
  font-size: 2.2vh;
  font-style: bolder;
}

.ctmnt {
  margin-bottom: 20vw;
}

#hidyt {
  display: none;
}

.cartm {
  width: 98vw;
  height: 730px;
  margin-left: 1vw;
  margin-bottom: 20vw;
}

.lista {
  font-size: 3.5vw;
  color: #be2596;
  font-weight: 600;
}
