/*** PP-1306 ***/
.widget-area.hero .widget, aside.widget.hero .widget {
  text-align: center;
  padding-bottom: 84px !important;
}


.muenchen_container_wrapper.hero, #header_main {
  background-image: linear-gradient(52deg, #79b276, #9dc55d);
}

.muenchen_container_wrapper.hero {
  background: #9dc55d;
  background-image: linear-gradient(52deg, #79b276, #9dc55d);
  background-image: url(../img/onestock_hero-image_launch_670x330_en-2x.png);
  background-image: url(../img/onestock_hero-image_launch_670x330_en-2x.png), linear-gradient(52deg, #79b276, #9dc55d);
  background-size: 690px, cover;
  background-repeat: no-repeat;
  background-position: 75% 70%;
}

#header_main_cov{
  background-color: rgb(255, 255, 255,0.13);
}


#top-header-sidebar-message {
  color: #ffbb13;
  float:left;
  margin-top:10px; size: 16;
}


/*** new hero settings ***/

.OneStock-for-WooComm{
  text-shadow: 0 0 34px #9dc55d;
  font-family: 'Source Sans Pro';
  font-size: 68px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.09;
  letter-spacing: -0.9px;
  color: #ffffff;
  text-transform: none;
  text-align: left;
  margin-top: 62px;
  max-width: 852px;
  margin-bottom: 0;
}

.Shops-are-separated{
  max-width: 602px;
  font-family: 'Source Sans Pro';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 24px;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}

.Rectangle-4-11-20-13 {
  text-align: left;
  margin-top: 38px;
  font-size: 16px;
}

.get-it-now {
  padding: 14px 35px;
  max-width: 155px;
  border-radius: 3px;
  border: 2px solid white;
  font-family: 'FiraSans-Medium', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  /*** Responsive scale hides the top bar "7000 million" message in frontend ***/
  #top-header-sidebar-message {
    display: none;
  }

  .muenchen_container_wrapper.hero {
    background: #9dc55d;
    background-image: linear-gradient(52deg, #79b276, #9dc55d);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .OneStock-for-WooComm {
    text-align: center;
    margin-top: 62px;
    max-width: none;
  }

  .Shops-are-separated {
    text-align:   center;
    margin-left:  auto;
    margin-right: auto;
  }

  .Rectangle-4-11-20-13 {
    text-align: center;
  }
}

/*** PP-1306 End***/