#hello-bar-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
}

#main-menu {
  position: static;
}

@media (max-width: 991px) {
  #main-menu {
    position: sticky;
  }
}
@keyframes gradient2 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#hello-bar.hello {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #FF876B, #FF9B41, #FFBD28, #FF8845);
  background-size: 400% 400%;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 10px;
  text-decoration: none;
}

#hello-bar.hello {
  background: linear-gradient(90deg, #FF8A71 0%, #FFB200 100%);
  text-decoration: underline;
  color: #1A1E25;
  animation: gradient2 10s ease infinite;
  background-size: 400% 400%;
}
#hello-bar.hello:before {
  content: "Special Offer";
  color: #fff;
  background: #1A1E25;
  border-radius: 100px;
  padding: 4px 10px;
  margin-right: 15px;
  text-align: center;
}
#hello-bar.hello:after {
  content: url(../../img/main/arrow-b.svg);
  margin-left: 12px;
  margin-top: 3px;
}

#bonus-block {
  padding: 100px 0;
  color: #FFF;
  position: relative;
  background-image: url(../../img/pages/free-ecommerce-store-plus-amazon-package/point.svg), radial-gradient(50% 50% at 50% 50%, #001B4F 0%, #0E1623 100%);
}
#bonus-block .container {
  position: relative;
  z-index: 1;
  padding: 0;
}
#bonus-block .bonus-img {
  margin: 0 auto 10px auto;
  display: block;
}
#bonus-block h2 {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
}
#bonus-block h2 b {
  color: #F57F17;
}
#bonus-block .btn {
  margin: 0 auto;
  display: block;
  max-width: 360px;
  line-height: 43px;
}
#bonus-block:before {
  content: "";
  background: url(../../img/pages/free-ecommerce-store-plus-amazon-package/bonus-text.png);
  width: 100%;
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.6;
}
#bonus-block:after {
  content: "";
  background: url(../../img/pages/free-ecommerce-store-plus-amazon-package/bonus-text.png);
  width: 100%;
  display: block;
  height: 28%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.6;
}
@media (max-width: 991px) {
  #bonus-block {
    padding: 60px 0;
  }
  #bonus-block:before {
    display: none;
  }
  #bonus-block:after {
    display: none;
  }
}
@media (max-width: 767px) {
  #bonus-block {
    padding-bottom: 60px;
  }
  #bonus-block h2 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }
  #bonus-block .btn {
    max-width: 290px;
    line-height: 61px;
  }
}

.timer {
  justify-self: center;
  margin-bottom: 60px;
}
.timer-inrow {
  display: flex;
  justify-content: center;
}
.timer-title {
  text-align: center;
  color: #FF8181;
  font-size: 19px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: 7.22px;
  margin-bottom: 20px;
}
.timer-number {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 6px;
  border-radius: 7.852px;
  width: 46px;
  height: 46px;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timer-label {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  color: #C9E2F0;
  text-align: center;
}
.timer-semicolon {
  font-style: normal;
  font-weight: 700;
  font-size: 24.0591px;
  line-height: 41px;
  color: #fff;
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .timer {
    margin-bottom: 50px;
  }
}
@media (max-width: 370px) {
  .timer-semicolon {
    margin-left: 0;
    margin-right: 0;
  }
  .timer-number {
    width: 40px;
    height: 40px;
  }
}

#head {
  background: url(../../img/pages/free-ecommerce-store-plus-instagram-best-sellers/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#head .section .btn {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #head {
    background: url(../../img/pages/free-ecommerce-store-plus-instagram-best-sellers/bg-m.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #head .section .right {
    display: block;
    margin-top: 25px;
  }
}
@media (max-width: 1200px) {
  #head .section .right {
    width: 51%;
  }
}
@media (max-width: 991px) {
  #head .section .right {
    width: 100%;
  }
}
#independence {
  padding-bottom: 100px;
}

#independence h2 {
  font-weight: 500;
}