#hero-subscribe1 .giftguide-right-column {
  text-align: center;
  padding-top: 10px;
}
#hero-subscribe1 .errormessage {
  height: 20px;
  margin-top: 30px;
  margin-bottom: -20px;
}
#hero-subscribe1 .errormessage #invalidemail {
  display: none;
  color: red;
}
#hero-subscribe1 .errormessage #textfieldlabel {
  margin-top: -5px;
  font-size: 15px;
  display: inline-block;
}
#hero-subscribe1 a.subscribe {
  margin-top: 30px;
  background: #b42e87;
  color: white;
  border: 0;
  padding: 15px 80px;
  color: white !important;
  display: inline-block;
  border-radius: 5px;
}
#hero-subscribe1 #block-hero-subscribe1 {
  background: url('https://globein.com/bekitzur/htdocs/images/artisan-gift-box/basketclub/club-hero-cancelation.jpg') 100% 100%;
  background-size: cover;
  background-position: center bottom;
  color: #3c3c3c;
  text-align: center;
  position: relative;
}
@media (min-width: 767px) {
  #hero-subscribe1 #block-hero-subscribe1 {
    height: 475px;
  }
}
@media (max-width: 767px) {
  #hero-subscribe1 #block-hero-subscribe1 {
    height: 600px;
    background-image: url('https://globein.com/bekitzur/htdocs/images/artisan-gift-box/basketclub/basket-club-mobilebg.jpg');
    background-repeat: no-repeat;
    background-position-y: -50px;
    background-color: white;
  }
}
#hero-subscribe1 #block-hero-subscribe1 .description {
  font-size: 18px;
}
@media (max-width: 767px) {
  #hero-subscribe1 #block-hero-subscribe1 .description {
    margin: 0 20px;
  }
}
#hero-subscribe1 #block-hero-subscribe1 .title {
  font-size: 40px;
  line-height: 1.5;
  margin: 30px -40 0 -40;
  font-weight: bold;
}
@media (max-width: 991px) {
  #hero-subscribe1 #block-hero-subscribe1 .title {
    font-size: 30px;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  #hero-subscribe1 #block-hero-subscribe1 .title {
    font-size: 40px;
    margin: 35px 30px 0 30px;
  }
}
#hero-subscribe1 #block-hero-subscribe1 .subtitle {
  margin-top: 20px;
  font-size: 20px;
  color: #b42187;
}
#hero-subscribe1 #block-hero-subscribe1 .price {
  padding: 20px 0;
  font-size: 35px;
}
#hero-subscribe1 .down-arrow {
  height: 70px;
  width: 70px;
  background: url('/bekitzur/htdocs/images/home/down-arrow.png');
  background-size: cover;
  cursor: pointer;
  position: absolute;
  bottom: 70px;
  left: calc(50% - 35px);
}
@media (max-width: 991px) {
  #hero-subscribe1 .down-arrow {
    height: 45px;
    width: 45px;
    left: calc(50% - 22px);
  }
}
