.notice-product-widget-button a{
    color: white;
    padding: 5px 5px 4px;
    display: block;
    text-align: center;
    min-height: 45px;
    line-height: 35px;
    font-family: Montserrat, Trebuchet, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

button.notice-product-widget-button a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 5px 5px 4px;
    display: block;
}

md-card:hover button.notice-product-widget-button a, button.notice-product-widget-button a:active, button.notice-product-widget-button a:focus {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

button.notice-product-widget-button a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 5px 5px 4px;
    display: block;
}

md-card:hover button.notice-product-widget-button a, button.notice-product-widget-button a:active, button.notice-product-widget-button a:focus {
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.21);
}

.notice-product-widget-button {
    display: block;
    color: #fff !important;
    background-color: #71984a !important;
    min-height: 50px !important;
    top: -10px !important;
    width: -webkit-calc(100% + 34px);
    width: -moz-calc(100% + 34px);
    width: calc(100% + 34px);
    margin: 0 -17px 0 !important;
    box-shadow: none !important;
    font-family: Montserrat, Trebuchet, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 0;
    border-radius: 0;
}

.notice-product-wishlist-widget-button {
    background-color: white;
    border: 1px solid #71984a;
    color: #71984a;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
}

.notice-product-wishlist-widget-button:hover {
    background-color: #789d51;
    color: white;
    border: none;
}

.notice-product-widget-btn.notice-product-subscribe {
    color: #4CAF50;
}

.notice-product-widget-btn.notice-product-unsubscribe {
    color: #F44336;
}
