.ps-widget[ps-sku],
.ps-widget[data-ps-sku] {
  float: left;
  display: block;
  margin: 0 0 0 0;
  padding: 0 12px;
  background-color: #2B2B2B;
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  min-width: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s; }
  .ps-widget[ps-sku] > small,
  .ps-widget[data-ps-sku] > small {
    display: none; }
  .ps-widget[ps-sku].ps-disabled,
  .ps-widget[data-ps-sku].ps-disabled {
    background-color: #999;
    border-color: #999;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    cursor: default; }
    .ps-widget[ps-sku].ps-disabled > span,
    .ps-widget[data-ps-sku].ps-disabled > span {
      display: none; }
    .ps-widget[ps-sku].ps-disabled > small,
    .ps-widget[data-ps-sku].ps-disabled > small {
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 16px;
      line-height: 40px;
      font-weight: 400;
      color: #fff;
      display: block; }
  @media screen and (min-width: 1025px) {
    .ps-widget[ps-sku]:hover,
    .ps-widget[data-ps-sku]:hover {
      background-color: #3c3c3c;
      border-color: transparent;
      border-style: solid;
      border-width: 1px;
      border-radius: 3px;
      font-family: 'Ubuntu', Arial, sans-serif;
      font-size: 16px;
      line-height: 40px;
      font-weight: 400;
      color: #fff;
      cursor: pointer; }
    .ps-widget[ps-sku].ps-disabled:hover,
    .ps-widget[data-ps-sku].ps-disabled:hover {
      background-color: #999;
      border-color: #999;
      border-style: solid;
      border-width: 1px;
      border-radius: 3px;
      cursor: default; }
      .ps-widget[ps-sku].ps-disabled:hover > small,
      .ps-widget[data-ps-sku].ps-disabled:hover > small {
        font-family: 'Ubuntu', Arial, sans-serif;
        font-size: 16px;
        line-height: 40px;
        font-weight: 400;
        color: #fff; } }
  @media screen and (max-width: 1024px) {
    .ps-widget[ps-sku],
    .ps-widget[data-ps-sku] {
      min-width: 0;
      background-color: #2B2B2B;
      padding: 0 12px; } }
  @media screen and (max-width: 767px) {
    .ps-widget[ps-sku],
    .ps-widget[data-ps-sku] {
      min-width: 0;
      background-color: #2B2B2B;
      padding: 0 12px; } }
  .ps-widget[ps-sku]:-moz-focusring,
  .ps-widget[data-ps-sku]:-moz-focusring {
    outline: 1px dotted ButtonText; }
