#special-offer-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* keep overlay full screen */
    background: rgba(0,0,0,0.6);
    z-index: 9999;

    /* flexbox center */
    display: flex;
    align-items: center;
    justify-content: center;

  z-index: 9999;
}
#special-offer-popup .offer-content {
     background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;   /* prevent overflow on small screens */
    overflow-y: auto;   /* scroll if content is too tall */
    text-align: center;

}
#special-offer-popup button {
  margin: 10px;
  padding: 10px 20px;
}

#special-offer-popup .elementor-heading-title{
  padding: 20px 0px;
  text-align: center;


}
.sp_product_spec {
  text-align: left;
}
.sp_product_top .product_title{
font-weight: 500;
font-size: 15px;
line-height: 23px;
}
.sp_product_description {
  text-align: left;
}
.sp_product_description {
  padding: 20px 0px;
}
.sp_save_txt {
  color: #AD5207;
}

.sp_quantity-wrapper button {
    margin: 0px !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #666;
    padding: 0px !important;
    width: 40px;
    height: 36px;
}



#special-offer-qty {
  padding: 5px;
  width: 60px;
  text-align: center;
}
#special-offer-popup col2-set {
  width: 100%;
}
#special-offer-popup .col2-set::before,
#special-offer-popup .col2-set::after{
      content: " ";
    display: table;

}
#special-offer-popup .col-1{
    float: left;
    width: 48%;

}

#special-offer-popup .col-2{
    float: right;
    width: 48%;

}
#special-offer-popup .col2-set::after {
    clear: both;
}