/* Hide on checkout */
body.woocommerce-page.checkout .wbc-discounts-box-small,
body.single-upsell_funnel .wbc-discounts-box-small {
    display: none !important;
}

.wbc-discounts-box-small {
    display: none;
    background-color: #D02B33;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: background 2s;
    transition: background-color 0.5s ease;
    width: auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1030;
    padding: 20px 5px;
}

.wbc-discounts-box-small:hover {
    background-color: #B7121A;
}

.wbc-discounts-box-small a {
    display: block;
}

.wbc-discounts-box-small a:hover,
.wbc-discounts-box-small a:focus {
    text-decoration: none;
}

@media (max-width: 992px) {
    p.wbc-discounts-title-small {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 10px;
    }
    p.wbc-discounts-title-small-claimed{
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        margin: 5px;
    }
}

@media (min-width: 992px) {
    p.wbc-discounts-title-small {
        font-size: 26px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px;
    }
    p.wbc-discounts-title-small-claimed{
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
        margin: 10px;
    }
}

p.wbc-small-banner-message {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: black;
    background-color: white;
    padding: 10px 10px 10px 10px;
}


@media (max-width: 992px) {
    p.wbc-small-banner-message {
        font-size: 16px;
        line-height: 16px;
    }
}

/* Override all default link colors */
p.wbc-discounts-title-small,
a p.wbc-discounts-title-small,
a p.wbc-discounts-title-small :hover {
    color: #ffffff !important;
}

/* Hide on mobile */
@media screen and (max-device-width: 480px) {
    .mn-hide-xs {
        display: none;
    }
}

#wbc-close-counter-small {
    background: url(../images/img-cross.png) no-repeat left top;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

@media (max-width: 992px) {
    #wbc-close-counter-small {
        top: 5px;
        right: 5px;
    }
}
.wbc-small-coupon{
    text-transform: uppercase;
    color: red;
}