.ps-button-label {
  position: relative;
  float: left;
  display: block;
  margin: 0 0 0 0;
  padding: 15px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #eee;
  min-width: 0;
  height: 125px;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #373737;
  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-button-label:after {
  content: '';
  background: url("images/shopping-basket-icon.png") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 50px;
  height: 50px; }

.ps-widget[ps-sku] > small, .ps-widget[data-ps-sku] > small {
  display: none; }

.ps-widget[ps-sku].ps-disabled small, .ps-widget[data-ps-sku].ps-disabled small {
  float: left;
  background-color: #aaa;
  border-color: #aaa;
  border-style: solid;
  border-width: 1px;
  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: 'Arial Narrow', Arial, sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #373737;
  display: block; }

@media screen and (min-width: 1025px) {
  .ps-button-label:hover {
    background-color: #fff;
    cursor: pointer; }
  .ps-widget[ps-sku].ps-disabled small:hover, .ps-widget[ps-sku].ps-disabled small:hover {
    background-color: #aaa;
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    cursor: default; }
  .ps-widget[ps-sku].ps-disabled:hover > small, .ps-widget[data-ps-sku].ps-disabled:hover > small {
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #373737; } }

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

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