.jackpot-time{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-bottom:10px;
}
.jackpot-time >span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-weight: 700;
}
.jackpot-time #countdown{
    overflow: hidden;
}
.jackpot-time #countdown{
    width: 60px;
    padding: 6px 0;
    max-width: 100%;
    background: #fdb51d;
    border: 1px solid #fdb51d;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.1;
}
.jackpot-time #countdown .countdown-row{
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size:1em;
}
#countdown .countdown-row .countdown-section{float: none !important;width: auto !important;font-size:1em !important;}
#countdown .countdown-row .countdown-section:first-child{padding: 0 6px 0 0;position: relative;}
#countdown .countdown-row .countdown-section:first-child:after{
    content:":";
    position: absolute;
    top: 0;
    right:2px;
    font-weight: 700;
    font-size: 1em;
}
#countdown .countdown-row .countdown-section .countdown-amount{
    font-weight: 700;
    margin: 0;
    font-size: 1em;
}
.jackpot-time #countdown .countdown-period{display: none;}
.jackpot-banner{
    text-align: center;
    padding:1.7em 0;
    margin: 0 0 2em;
}
.jackpot-banner p:last-child{margin: 0;}
.page-checkout-simple .full-message{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 99999;
}
.page-checkout-simple .full-message .holder{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.page-checkout-simple .full-message .text{
    text-align: center;
    font-weight: 700;
}
.page-checkout-simple .full-message .text .price{
    font-size: 3.5em;
    display: block;
    margin: 0 0 0.3em;
    text-shadow:-6px 5px 0 rgba(0,0,0,.2)
}
.page-checkout-simple .full-message .text span:last-child{
    text-transform: uppercase;
    display: block;
}

a.single_add_to_cart_button {
    border-radius: 6px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 500;
    height: 39px;
    -webkit-box-shadow: 5px 5px 8px darkgrey;
    box-shadow: 5px 5px 8px darkgrey;
    line-height: 1;
    margin: 0 auto 10px;
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    max-width: 231px;
}

a.jackpot-complete-purchas {
    border-radius: 6px;
    height: 49px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 500;
    -webkit-box-shadow: 5px 5px 8px darkgrey;
    box-shadow: 5px 5px 8px darkgrey;
    line-height: 1;
    border: 1px solid #000000;
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top, right top,from(#f5f960),color-stop(#49ff62),color-stop(#f5f960),to(#49ff62));
    background-image: -o-linear-gradient(left,#f5f960,#49ff62,#f5f960,#49ff62);
    background-image: linear-gradient(to right,#f5f960,#49ff62,#f5f960,#49ff62);
    background-size: 270% 100%;
    position: relative;
    min-width: 341px;
    text-align: center;
    overflow: hidden;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    margin: 0 auto;
}

a.jackpot-complete-purchas span.cart {
    display: inline-block;
    width: 60px;
    height: 50px;
    background: #000;
    position: relative;
}

a.jackpot-complete-purchas span.cart img {
    max-height: 50px;
    display: block;
    margin: 0 auto;
    background: #49ff62;
}


a.jackpot-added {
    background: #42e658;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

a.jackpot-add-to-order {
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top, right top,from(#f5f960),color-stop(#49ff62),color-stop(#f5f960),to(#49ff62));
    background-image: -o-linear-gradient(left,#f5f960,#49ff62,#f5f960,#49ff62);
    background-image: linear-gradient(to right,#f5f960,#49ff62,#f5f960,#49ff62);
    background-size: 270% 100%;
}

a.single_add_to_cart_button span.text,
a.jackpot-complete-purchas span.text{
    font-size: 18px;
    transition: all 1s;
}

a.jackpot-complete-purchas span.text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

a.jackpot-added span.text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

a.jackpot-add-to-order:hover span.text,
a.jackpot-complete-purchas:hover span.text {
    display: inline-block;
    transform: scale(1.05);
    transition: all 1s;
}

a.single_add_to_cart_button span.remove {
    display: block;
    margin: 0;
    width: 50px;
    height: 40px;
    background-color: #000000;
    position: relative;
}

a.single_add_to_cart_button span.remove:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../images/001-cross-sign.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: all 0.5s linear;
}

a.single_add_to_cart_button span.remove:hover:after {
    transform: scale(1.1);
}

.b-product .old-price {
    text-decoration: line-through;
    color: #333333;
    opacity: .5;
    font-weight: 500;
    margin-right: 7px;
}

.b-product .new-price {
    font-size: 22px;
    color: #c51207;
    font-weight: 600;
}

.b-product .new-price .woocommerce-Price-currencySymbol {
    color: #c51207;
    font-weight: 600;
}

a.do_not_want {
    display: block;
    margin: 17px 0 0;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 900px) {

    a.jackpot-add-to-order {
        padding: 8px 10px;
    }

    a.single_add_to_cart_button span.text {
        font-size: 16px;
    }

    a.single_add_to_cart_button {
        height: 35px;
    }

    a.jackpot-add-to-order:hover span.text {
        font-size: 17px;
    }
}


@media only screen and (max-width: 600px) {
    a.jackpot-complete-purchas {
        margin-top: 40px;
    }
    ul.products.columns-4 li.product {
        width: 48%!important;
    }
}