.ps-widget {
    position: relative;
    float: left;
    
    display: inline-block;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    
    cursor: pointer;
}
.ps-widget span, .ps-widget small {
    font-family: "Reader Medium", Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 16px !important;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}
.ps-widget small {
    display: none!important;
}
.ps-widget:hover {
    text-decoration: underline;
}
.ps-widget:before {
    content:url('wtbpin.svg');
    
    position: relative;
    float: left;
        
    padding: 4px 7px 0 0;
}
.ps-widget.ps-disabled {
    cursor:default;
}
.ps-widget.ps-disabled:hover {
    text-decoration: none;
}
.ps-widget.ps-disabled .ps-button-label {
    display:none;
}
.ps-widget.ps-disabled.ps-no-sku {
    display: none !important;
}
