

/* Start:/local/templates/main/layout/bx-styles/wish-list-nalichie.css?17476676192751*/
.wish-list-nalichie-dialog {
  position: absolute;
  max-width: 400px;
  width: 400px;
  height: 245px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.wish-list-nalichie-close {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: -15px;
  top: -15px;
  color: #272727;
  background-color: #eaeaea;
  border-radius: 50%;
  font-weight: 400;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 25px;
  opacity: 1
}
.wish-list-nalichie-content {
  text-align: left;
  padding: 30px 30px 38px 16px
}
.wish-list-nalichie--send .wish-list-nalichie-content {
  padding-top: 90px
}
.wish-list-nalichie-title-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.wish-list-nalichie-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700
}
.wish-list-nalichie-sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #fff
}
.wish-list-nalichie-wrapper {
  width: 400px;
  height: 245px;
  font-family: WixMadeforDisplay,Arial,sans-serif;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9fa;
  background-image: url(/local/templates/main/layout/bx-styles/../img/backgrounds/wish-list-nalichie.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  line-height: 1.4;
  box-shadow: 1px 1px 20px 2px rgba(1,2,2,.1),0 0 0 0 #fff
}
.wish-list-nalichie-wrapper form {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.wish-list-nalichie-wrapper input[type=email],
.wish-list-nalichie-wrapper input[type=text] {
  font-size: 16px;
  background-color: #fff;
  color: #282828;
  display: block;
  width: 260px;
  height: 45px;
  font-weight: 400;
  text-align: left;
  padding-left: 29px;
  outline: 0;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1)
}
.wish-list-nalichie-wrapper input.has-error {
  border: 1px solid red
}
.wish-list-nalichie-wrapper button[type=submit] {
  display: block;
  width: 140px;
  height: 45px;
  background: #592c82;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  border-radius: 0;
  box-shadow: -1px 1px 20px 2px rgba(1,2,2,.1);
  cursor: pointer;
  outline: 0;
  border: none;
  text-decoration: none;
  transition: .3s;
  padding: 0
}
.wish-list-nalichie-wrapper button[type=submit]:hover {
  color: #fff;
  background: #aa7dd6
}
@media (max-width:768px) {
  .wish-list-nalichie-dialog {
    width: 80%;
    max-width: 80%
  }
  .wish-list-nalichie-wrapper {
    width: 100%
  }
  .wish-list-nalichie-wrapper input[type=email],
  .wish-list-nalichie-wrapper input[type=text] {
    width: calc(100% - 100px)
  }
  .wish-list-nalichie-wrapper button[type=submit] {
    width: 110px
  }
}
/* End */
/* /local/templates/main/layout/bx-styles/wish-list-nalichie.css?17476676192751 */
