.BuyXGetY_box {
  width: 100%;
  border: 2px solid #e8e8e8;
  background-color: #fcfcfc;
  border-radius: 0;
  margin-top: 30px;
  padding: 24px 20px 20px;
}

.availableofferpadding {
  padding: 0 10px;
}

.BuyXGetY_box .availableoffer_main_title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  background-color: transparent;
  padding: 0 10px;
  margin-bottom: 12px;
}
.BuyXGetY_box .availableofferblock {
  background-color: transparent;
  padding: 0;
  border: none;
  margin: 0;
}

.BuyXGetY_box .offerheading {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 4px;
}

.BuyXGetY_box .offerhexagon {
  background-color: transparent;
  font-size: 16px;
  color: #46c443;
  font-weight: 700;
  margin: 0 0 17px;
  height: auto;
  max-width: none;
  width: auto;
}
.BuyXGetY_box .offerhexagon span {
  font-size: 16px;
  color: #46c443;
  font-weight: 700;
  padding: 0;
  line-height: inherit;
}
.BuyXGetY_box .offerhexagon::after {
  display: none;
}

.BuyXGetY_box .addproducts,
.BuyXGetY_box .getproducts {
  padding: 0;
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 20px; */
}
.BuyXGetY_box .gift-thumb {
  border: none;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.BuyXGetY_box .qtyoffer {
  font-size: 14px;
  color: var(--text-color);
  line-height: inherit;
  display: block;
  margin: 13px 0 10px;
  text-align: center;
}
.BuyXGetY_box .plussign {
  height: 149px;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #b2b2b2;
  margin: 0 18px;
}
@media (max-width: 767px) {
  .BuyXGetY_box {
    padding: 15px 10px;
  }
  .availableofferpadding {
    padding: 0;
  }
  .BuyXGetY_box .plussign {
    margin: 0 10px;
    font-size: 25px;
  }
}
.BuyXGetY_box:not(.btn-group) .btn:not(.btn_sm).pack-btn {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  color: var(--text-color);
  background-color: var(--secondery-color);
  border: none;
  font-size: 16px;
  font-weight: 700;
  display: none;
  margin-top: 20px;
}
.BuyXGetY_box:not(.btn-group) .btn:not(.btn_sm).pack-btn:hover {
  color: #fff;
  background-color: var(--primary-color);
}
/* .BuyXGetY_box .offerblockproduct {
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  top: 5px;
  inset-inline-start: 5px;
  background-color: #46c443;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  padding: 0;
  padding: 0 12px;
  height: 25px;
  border-radius: 0;
} */

.BuyXGetY_box .offerblockproduct {
  position: absolute;
  top: 5px;
  inset-inline-start: 0px;
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  height: 24px;
  width: 64px;
  border-start-end-radius: 12px;
  border-end-end-radius: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  opacity: 1;
  padding: 0 0 5px;
}