﻿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 .5s ease;
    width: auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-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: 700;
        text-align: center;
        margin: 0 0 10px;
    }
    p.wbc-discounts-title-small-claimed
    {
        font-size: 14px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        margin: 5px;
    }
}
@media(min-width: 992px)
{
    p.wbc-discounts-title-small
    {
        font-size: 26px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        margin: 0 0 20px;
    }
    p.wbc-discounts-title-small-claimed
    {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-align: center;
        margin: 10px;
    }
}
p.wbc-small-banner-message
{
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    color: #000;
    background-color: #fff;
    padding: 10px;
}
@media(max-width: 992px)
{
    p.wbc-small-banner-message
    {
        font-size: 16px;
        line-height: 16px;
    }
}
p.wbc-discounts-title-small, a p.wbc-discounts-title-small, a p.wbc-discounts-title-small :hover
{
    color: #fff!important;
}
@media screen and (max-device-width: 480px)
{
    .mn-hide-xs
    {
        display: none;
    }
}
#wbc-close-counter-small
{
    background: url(https://cdn.shopify.com/s/files/1/0584/5889/8466/t/6/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: #f00;
}