@import url("https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css");

/*img {
  display: block;
  max-width: 100%;
  height: auto;
}*/



.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

#lw-frame {
  position: fixed;
  top: 0;
  right: -550px;
  z-index: 5500;
  width: 550px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  transition: all .2s ease-in-out;
}

#lw-frame.open {
  right: -15px;
}
/*
@media (max-width: 1200px) {
  #lw-frame {
    width: 20%;
  }
*/
  #lw-frame.open {
    right: 0;
  }

#side-form-toggle-frame.open {
  right: 535px;
}

#side-form-toggle-frame.open .open {
  opacity: 0;
}

#side-form-toggle-frame.open .shut {
  opacity: 1;
}

#side-form-toggle-frame {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 5550;
  width: 67px;
  height: 67px;
  font-size: 45px;
  text-align: center;
  color: #fff;
  background: #ff266b;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1024px) and (max-width: 1400px) {
  #side-form-toggle-frame {
    top: 110px;
  }
}
*/
@media (max-width: 1200px) {
  #side-form-toggle-frame {
    display: none;
  }
}

#side-form-toggle-frame:hover {
  background: #ff598e;
}

#side-form-toggle-frame i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 27px;
  height: 100%;
  line-height: 67px;
}

#side-form-toggle-frame i.shut {
  opacity: 0;
}

/* Button Close */
.shut.mobile {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 5555;
  font-size: 25px;
  line-height: 24px;
  opacity: 0;
}

.shut.mobile.open {
  opacity: 1;
}

@media (min-width: 750px) {
  .shut.mobile {
    display: none;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*background: rgba(0, 0, 0, .65);*/
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all;
}

.overlay.show {
  z-index: 4999;
  opacity: 1;
}	