.ps-widget[ps-sku], .ps-widget[data-ps-sku] {
  float: left;
  display: block;
  margin: 0 0 0 0;
  padding: 0 12px;
  background-color: #00bcb5;
  border-color: #00bcb5;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  min-width: 0;
  font-family: 'Avenir LT W01 45 Book', sans-serif;
  font-size: 14px;
  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: #00BCB5;
  border-color: #00BCB5;
  border-style: solid;
  border-width: 0px;
  border-radius: 0;
  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: 'Avenir LT W01 45 Book', sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-transform: lowercase;
  }

@media screen and (min-width: 1025px) {
  .ps-widget[ps-sku]:hover, .ps-widget[data-ps-sku]:hover {
    background-color: #00d6ce;
    border-color: #00d6ce;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    font-family: 'Avenir LT W01 45 Book', sans-serif;
    font-size: 14px;
    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: #666;
    border-color: #666;
    border-style: solid;
    border-width: 0px;
    border-radius: 0;
    cursor: default; }
  .ps-widget[ps-sku].ps-disabled:hover > small, .ps-widget[data-ps-sku].ps-disabled:hover > small {
    font-family: 'Avenir LT W01 45 Book', sans-serif;
    font-size: 14px;
    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: #00bcb5;
    padding: 0 12px; } }

@media screen and (max-width: 767px) {
  .ps-widget[ps-sku], .ps-widget[data-ps-sku] {
    min-width: 0;
    background-color: #00bcb5;
    padding: 0 12px; } }

.ps-widget[ps-sku], .ps-widget[data-ps-sku] {
  padding: 0 40px; }
