                           
.alerts-price-mobile .box {
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border: 1px solid #f6f6f6;
}
.alerts-price-mobile .alert-price-card__product {
    margin-bottom: 0.75rem;
}
.alerts-price-mobile .alert-price-card__product a {
    text-decoration: underline;
}
.alerts-price-mobile .alert-price-card__meta {
    list-style: none;
    margin: 0 0 0.75rem;
    padding: 0;
}
.alerts-price-mobile .alert-price-card__meta li {
    margin-bottom: 0.35rem;
}
.alerts-price-mobile .alert-price-card__actions {
    margin-bottom: 0.5rem;
}
.alerts-price-mobile .alert-price-notifications {
    margin-top: 0.75rem;
}
.alerts-price-mobile .alert-price-notification {
    margin-bottom: 0.75rem;
    background: #fafafa;
}
.alerts-price-mobile .alert-price-notification:last-child {
    margin-bottom: 0;
}
.alerts-price-mobile .alert-price-notification__row {
    margin-bottom: 0.35rem;
}
.alerts-price-mobile .alert-price-card__empty {
    margin: 0;
    color: #878787;
}
.alerts-price-mobile .alert-price-notification--newest {
    border-left: 3px solid #232323;
    background: #f3f3f3;
}

                                                                                
                                                                    
.alert_detail {
    font-weight: bold;
}
.alert_red, .alert_green {
    font-weight: bold;
}
.alert_red {
    color: red;                  
}
.alert_green {
    color: green;                   
}
                                            
.alert-price-newest {
    margin: 0 0 0.5rem;
}
.alert-price-newest .alert_detail {
    font-weight: normal;
    font-style: italic;
    color: #232323;
}
.alert-price-notification--newest,
.alert-price-notification-block.alert-price-notification--newest {
    border-left: 3px solid #232323;
    padding-left: 0.75rem;
    margin-bottom: 0.75rem;
}

                                                                                
                                                                             
.alert_price_dropdown_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 27px;
    height: 27px;
    border: 0 none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    line-height: 0;
}
.b-sprite {
    background: url("../img/alertsprice_sprite.png");
    background-repeat: no-repeat!important;
}
                    
.b-sprite.alert_price_watch_icon_small {
    background-position: -59px 0;
    width: 27px;
    height: 27px;
    display: inline-block;
}
                             
.b-sprite.alert_price_icon_small {
    background-position: -1px 0;
    width: 27px;
    height: 27px;
    display: inline-block;
}
.b-sprite.alert_price_watch_icon_small:hover,
.b-sprite.alert_price_icon_small:hover {
    background-position: -30px 0;
}
.alert_price.buttons_bottom_block {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.alert_price span.text {
    font-weight: 700;
    color: #777777;
    text-decoration: none;
    line-height: 1.2;
}

                                                                                
.invalid_email {
    display: none;
}
#alert_price_popup .before_text {
    margin-bottom: 10px;
}
#alert_price_popup #alert_price_email {
    margin-top: 10px;
}
                                                                              
.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;
}
