.price-watch-dropdown-button {
    border: 0 none;
    margin: 0;
    padding: 0 7px 0 0;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    top: 11px;
}
.b-sprite {
    background: url("../img/bsprite.png");
    background-repeat: no-repeat!important;
}
.b-sprite.ge_price_watch_icon_small {
    background-position: -59px 0;
    width: 27px;
    height: 27px;
    display: inline-block;
}
.b-sprite.ge_price_unwatch_icon_small {
    background-position: -1px 0;
    width: 27px;
    height: 27px;
    display: inline-block;
}
.b-sprite.ge_price_watch_icon_small:hover,
.b-sprite.ge_price_unwatch_icon_small:hover{
    background-position: -30px 0;
}
.price-watch.buttons_bottom_block{
    padding: 0px 19px 13px;
    cursor: pointer;
}
.price-watch span.text{
    font-weight: 700;
    color: #777777;
    text-decoration: none;
}
.b-button.b-button_primary {
    color: #fff!important;
    font-size: 13px!important;
}
.b-button:hover, .b-button:focus {
    background-color: #003580;
    color: #003580;
    -webkit-box-shadow: 0 0 3px #444;
    box-shadow: 0 0 3px #444;
    text-decoration: none;
}
.b-button {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0;
    background-color: #0896ff;
    border: 2px solid #fff;
    border-radius: 3px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    color: #0896ff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}
.invalid_email,
#price-watch-popup{
    display: none;
}
#price-watch-popup {
    width: 300px;
}
#price-watch-popup .before_text {
    margin-bottom: 10px;
}
.pwatch_detail {
    font-weight: bold;
}
.pwatch_red, .pwatch_green {
    font-weight: bold;
}
.pwatch_red {
    color: red;
}
.pwatch_green {
    color: green;
}


#module-bestkit_pricewatch-mywatch #content {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
}