#cookies,
#cookies p {
  color: #000 !important;
  overflow-x: unset;
}
.main-cookies {
  display: flex;
  justify-content: center;
}
.logo .product-logo {
  width: 100px;
}
#cookies .mycontainer {
  width: 1600px;
  margin: auto;
}
#cookies .subcontainer {
  width: 95%;
  margin: auto;
}
#cookies {
  width: 100% !important;
  max-width: unset !important;
  position: fixed;
  background-color: #fff;
  z-index: 2;
  display: none;
  max-height: 85%;
  overflow-y: unset;
  border-radius: 10px;
  box-shadow: 1px 0 20px #000;
  bottom: 0;
}
.contant-text {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  width: 85%;
}
#cookies p {
  max-height: 50%;
  overflow-y: scroll;
  font-size: 15px;
}
#cookies .cookies {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 15px 0;
}
#cookies-btn {
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  background-color: #ef483e;
  color: #fff;
  margin: auto 0 auto auto;
}
@media (max-width: 1600px) {
  #cookies .mycontainer {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #cookies .cookies {
    padding: 10px 0;
  }
  #cookies {
    width: 80% !important;
    display: none;
    justify-content: center;
    align-items: center;
    margin: 0 auto 60px;
  }
  .contant-text {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    padding: 4px;
    text-align: justify;
  }
}
