/* When there are too many swatches: hide swatches, show the select */
.single-product .variations td.value.bsr-show-select .cfvsw-hidden-select { display:block !important; }
.single-product .variations td.value.bsr-show-select .cfvsw-hidden-select select{
  width:100%; padding:10px 12px; border:1px solid #E2E2E2; border-radius:10px;
  background:#fff; color:#12263A; font-size:15px;
}
.single-product .variations td.value.bsr-show-select .cfvsw-swatches-container{ display:none !important; }
