* {
  box-sizing: border-box;
}

.popup-logo {
  margin: 1em 0 0.2em;
}

.subscribe-popup {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 -1px 2px rgba(0, 0, 0, 0.05), 0 -5px 15px rgba(0, 0, 0, 0.05);
  width: 300px;
  background: #fff;
  height: 450px;
  position: fixed;
  top: 75%;
  margin-top: -450px;
  right: 0;
  border-radius: 8px 0 0 8px;
  transition: box-shadow 0.3s ease;
  padding: 1em;
  transition: right 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1049;
  text-align: center;
}
.subscribe-popup.hide2 {
  right: -300px;
}
.subscribe-popup:hover {
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 -2px 6px rgba(0, 0, 0, 0.05), 0 -10px 20px rgba(0, 0, 0, 0.05);
}
.subscribe-popup h4 {
  color: #121212;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  margin: 1.4em 0;
}

input[type="email"] {
  
}

#StickyFormEmail {
  width: 100%;
  display: block;
  margin: 1em 0 1rem 0;
  border: 2px solid #FFB300;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
}

input[type="number"] {
  
}

#StickyFormNumber {
  width: 100%;
  display: block;
  margin: 1em 0 1rem 0;
  border: 2px solid #FFB300;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btnpopup {
  margin-bottom: 1rem;
  padding: 14px 0;
  width: 100%;
  border-radius: 4px;
  background: #FFB300 !important;
  color: #fff !important;
  text-transform: uppercase;
}

.asideicon {
  transform: rotate(90deg);
  position: absolute;
  left: -127px;
  top: 125px;
  text-align: center;
  padding: 0;
  font-size: 1em;
  height: 35px !important;
  background: #FFB300;
  color: white;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  padding: 0.3em 10px;
}
.asideicon span {
  margin: 0 0 0 10px;
  display: inline-block;
  font-weight: bolder;
}

.ctitlecolor {
  color: #1d1d1f;
  font-weight: bold;
}
