/* ----- Change text quote request fields ----- */
.tws-article-buy-button-with-modal--name-field label {
  font-size: 0;
}
.tws-article-buy-button-with-modal--name-field label::before {
  font-size: 14px;
  content: "Ditt namn";
}

.tws-article-buy-button-with-modal--comment-field label {
  font-size: 0;
}
.tws-article-buy-button-with-modal--comment-field label::before {
  font-size: 14px;
  content: "Meddelande";
}

/* ----- Change text quote request button ----- */

.tws-article-buy-button-with-modal--submit-button span {
   font-size: 0;
}
.tws-article-buy-button-with-modal--submit-button span::before {
  font-size: 14px;
  content: "Skicka";
}

/* ----- Hide text "Skicka en prisförfrågan för denna produkt." ----- 
.tws-article-buy-button-with-modal--oos-label {
  display: none;
} */ 

/* ----- Change text "Skicka en prisförfrågan för denna produkt." ----- */

.tws-article-buy-button-with-modal--oos-label {
   font-size: 0;
}

.tws-article-buy-button-with-modal--oos-label::before {
  font-size: 14px;
  content: "Kontakta oss för mer information";
}




  
