img.block-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 15px;
}
a.amz_link {
    font-weight:800;
    color: #a9131e !important;
}
a.walmart_link {
    margin-top: 5px;
}
div.item-block {
    margin-bottom: 60px;
}
figcaption {
    font-size: 12px;
}
div.hyphen-deal-percent-logo {
    position: absolute;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80px;
}

@media (max-width: 768px) {
    a.button_link {
        background-color: #a9131e !important;
        background-image: none !important;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center !important;
        display: block !important;
        background-position: center !important;
        background-size: auto !important;
        width: 100%;
        padding: 8px 0px 8px 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    a.button_link {
        background-color: #a9131e !important;
        background-image: none !important;
        color: #fff !important;
        text-decoration: none !important;
        padding: 8px 25px !important;
        text-align: center !important;
        display: block !important;
        width: 40%;
        margin-right: auto !important;
        margin-left: auto !important;
        background-position: center !important;
        background-size: auto !important;
    }
}
a.button_link {
    text-transform:uppercase;
    font-weight: 600;
}
p.hyphen-deal-text {
    color: #CC0C39;
    font-weight: bold;
    display:flex;
    justify-content:center;
    margin-bottom:0;
}
p.item-body {
    line-height: 28px;
}
p:empty {
    display: none;
}