@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

.cantinewinewrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  z-index: 99999;
  transition: all 0.8s ease;
}

.cw_hidden {
  right: -100%;
  transition: all 0.8s ease;
}

.cw_show {
  right: 0px;
  transition: all 0.8s ease;
}

.cw_button_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #b5b5b5;
  flex: 0 0 30px;
  font-family: sans-serif;
  line-height: 0.8em;
  z-index: 999;
  border-radius: 10px;
  border: 1px solid;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw_button_close:hover {
  background-color: #b5b5b5;
}

.cw_button_close:hover:before,
.cw_button_close:hover:after {
  background-color: #fff;
}

.cw_button_close:before,
.cw_button_close:after {
  position: absolute;
  left: 18px;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #b5b5b5;
}

.cw_button_close:before {
  transform: rotate(45deg);
}
.cw_button_close:after {
  transform: rotate(-45deg);
}

.cw_nascondi {
  display: none;
}

.iframecw {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0px;
  overflow: scroll;
}

/* pagina impostazioni admin*/

.logocw {
  width: 200px;
}

#submit {
  padding: 10px 25px;
  background: #b5005c;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.cw__input {
  border: 1px solid #eaeaea;
  padding: 10px;
  min-width: 260px;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
}

#cw__form {
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.18);
  padding: 2rem !important;
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
}

#cw_result {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  grid-gap: 1em;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

.cw__area {
  padding: 2rem;
}

.cw_titolo_shortcodes {
  text-transform: uppercase;
  margin: 0;
}

.cw__wrapper__column__items {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cw__item {
  width: calc(100% / 3 - 45px);
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.18);
}

.cw__item__name {
  font-weight: 700;
  font-size: 1.3rem;
}

.cw__item__disponibility {
  font-size: 14px;
  color: gray;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}

.cw__item__choice__wrapper {
  display: flex;
  grid-column-gap: 1rem;
}

.cw__item__choice__item {
  border: 1px solid #eaeaea;
  padding: 1rem;
}

.cw__choice {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.cw__choice__shortcode {
  color: gray;
  font-size: 14px;
}

.cw__hint {
  color: gray;
  margin-top: 1rem;
  max-width: 60%;
}

.cw__item__hint {
  color: gray;
  font-weight: 500;
  margin: 0.5rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eaeaea;
}

.cw__item__shortcode {
  font-size: 14px;
  color: gray;
}

.cw__item__shortcode__name {
  font-weight: 600;
}

.cw__divisore {
  border: none;
  border-bottom: 1px solid #eaeaea;
}

/* booking */
.iframeCwTipiVisita,
.iframeCwVini,
.iframeCwCollegate,
.iframeCwRecensioni,
.iframeCwFaq {
  width: 100%;
  position: relative;
  overflow: scroll;
  border: 0px;
  min-height: 500px;
}
