.storepage_4 .promocode-container {
  background: #ffffff36;
  width: 80%;
  padding: 10px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;

  margin: 20px auto;
  max-width: 300px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.storepage_4 .promocode-container .img{
  padding-right: 5px;
}

.storepage_4 .txt1{
  text-align: left;
}

@media screen and (min-width:768px) {

  .storepage_4 .promocode-container {
    width: 100%;
    margin: 0;
  }

  .storepage_4 .sound-blaster-x4 .promocode-container {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .storepage_4 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 68px);
    right: auto;
    top: -40px;
  }
  .storepage_4 .sound-blasterx-g6 .promocode-container{
    margin-top: 40px;
  }
}

@media screen and (min-width:992px) {
  .storepage_4 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 178px);
  }
}

@media screen and (min-width:1200px) {
  .storepage_4 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 285px);
  }
  .storepage_4 .sound-blasterx-g6 .promocode-container{
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .storepage_4 .product-hero-container .gallery-thumbnail>ul {
    margin-bottom: 30px;
  }
}
/* ========================================= storepage_37 =====================*/
.storepage_37 .product-hero-container {
  flex-direction: column;
}

.storepage_37 .promocode-container {
  background: #ffffff21;
  width: 80%;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;

  margin: 20px auto;
  max-width: 300px;
  flex-direction: column;
  display: flex;
}

.storepage_37 .promocode-container .txt2{
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.storepage_37 .promocode-container .txt3{
  font-size: 14px;
}

@media screen and (min-width:768px) {
    
  .storepage_37 .promocode-container {
    width: 100%;
    margin: 0 auto 20px;
    margin-top: 40px;
    margin-left: 0;
  }
  .storepage_37 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 75px);
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .storepage_37 .promocode-container {
      position: absolute;
      z-index: 1;
      right: auto;
      left: calc(50vw + 60px);
      top: 0;
   }
  }

@media screen and (min-width:992px) {
  .storepage_37 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 178px);
  }

  .storepage_37 .promocode-container {
    left: calc(50vw + 185px);
  }
}

@media screen and (min-width:1200px) {
  .storepage_37 .product-hero-container.sound-blaster-x5 .promocode-container {
    left: calc(50vw + 285px);
  }
  .storepage_37 .promocode-container {
    left: calc(50vw + 285px);
  }
}

@media screen and (max-width: 767px) {
  .storepage_37 .product-hero-container .gallery-thumbnail>ul {
    margin-bottom: 30px;
  }
}