html[lang^='en-IN'] .hubble-addon-page .hubble-item-card span.s-price-wrap .s-price {
  order: 2;
}
html[lang^='en-IN'] .hubble-addon-bundle-popup__total .s-total-price {
  display: block;
  margin-bottom: 4px;
}
html[lang^='en-IN'] .hubble-addon-page__selected-item-price .s-was-price s {
  font-size: 12px;
}
@media only screen and (min-width: 768px) and (max-width:1440px) {
  html[lang^='en-IN'] .hubble-addon-bundle-popup__total .s-total-price {
    margin-bottom: .2778vw;
  }
  html[lang^='en-IN'] .hubble-addon-page__selected-item-price .s-was-price s {
    font-size: .8333vw;
  }
}
@media only screen and (max-width: 767px) {
  html[lang^='en-IN'] .hubble-addon-bundle-popup__total .s-total-price {
    margin-bottom: 0;
  }
  html[lang^='en-IN'] .hubble-addon-page__selected-item-price .s-was-price s {
    font-size: 2.7778vw;
  }
}