.ps-price-alert.ps-widget {
    float: left;
    width: auto;
    height: 48px;
    background: none;
    border: 2px solid #b1b1b1;
    border-radius: 24px;
    text-align: center;
    padding: 0 35px;
}
.ps-wtb-container .ps-price-alert.ps-widget {
    border: none;
    padding: 0;
    line-height: 43px;
}
.ps-price-alert.ps-widget > span, .ps-price-alert.ps-widget > small {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    color: #0064a7;
}
.ps-price-alert.ps-widget > small {
    color: #b1b1b1;
}
.ps-price-alert.ps-widget.ps-disabled > span {
    display: none;
}
@media screen and (min-width:1025px) {
    .ps-price-alert.ps-widget {
        cursor: pointer;
    }
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:767px) {
}