ul.winwink-block-product-query__list{
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: stretch;
    clear: both;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 !important;
    padding: 0;
}

ul.winwink-block-product-query__list li.product{
    list-style: none;
    margin: 0;
    background: #F8F8F8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-sizing: border-box;    
}

ul.winwink-block-product-query__list li.product a{
    text-decoration: none;
}


ul.winwink-block-product-query__list li.product img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: auto;
}

ul.winwink-block-product-query__list li.product > picture,
ul.winwink-block-product-query__list li.product > img{
    display: none;
}

ul.winwink-block-product-query__list li.product h2.woocommerce-loop-product__title{
    margin: 15px 15px 0px 15px;
    color: #141414;
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
    min-height: 75px;
    text-align: center;
}

ul.winwink-block-product-query__list li.product span.price{
    width: 100%;
    margin: 0 15px;
    display: block;
}

ul.winwink-block-product-query__list li.product .tfd-product-card-qty{
    margin: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

ul.winwink-block-product-query__list li.product .tfd-product-card-qty input[type=button]{
    background: none;
    color: #141414;
}

ul.winwink-block-product-query__list li.product .tfd-product-card-qty input.tfd-qty-type{
    border: 1px solid #d9d9d9;
    padding: 0;
    width: 45px;
    min-width: 45px;
    height: 45px;
}

li.product .tfd-product-card-qty input.tfd-qty-minus{
    border-radius: 4px 0 0 4px;
}

li.product .tfd-product-card-qty input.tfd-qty-plus{
    border-radius: 0 4px 4px 0;
}

li.product .tfd-product-card-qty input.qty{
    border-right: none;
    border-left: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    height: 45px;
}

li.product .tfd-product-card-qty .quantity,
li.product .tfd-product-card-qty .quantity input{
    width: 100%;
}

li.product .tfd-product-card-qty .quantity input{
    padding: 0 10px 0 10px;
    text-align: center;
    box-sizing: border-box;
}

li.product .tfd-product-card-qty .quantity input::-webkit-outer-spin-button,
li.product .tfd-product-card-qty .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

li.product input,
li.product input:hover,
li.product input:focus{
    text-decoration: none;
}

ul.winwink-block-product-query__list li.product span.price{
    margin-top: 15px;
}

ul.winwink-block-product-query__list li.product span.price span.woocommerce-Price-amount{
    font-size: 26px;
    font-weight: 800;
    color: #141414;
}

ul.winwink-block-product-query__list .ticket-info,
ul.winwink-block-product-query__list .lottery-time-countdown,
ul.winwink-block-product-query__list span.time-left,
ul.winwink-block-product-query__list .wcl-progress-meter,
a.added_to_cart{
    display: none !important;
}

ul.winwink-block-product-query__list .wcl-progress-meter{
    margin: 25px 15px 15px 15px;
}

ul.winwink-block-product-query__list a.add_to_cart_button{
    display: none;
}

ul.winwink-block-product-query__list a.tfd-add-to-cart-button{
    background: #0490e9;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: capitalize;
    margin: 10px;
    text-decoration: none !important;
}

ul.winwink-block-product-query__list a.tfd-add-to-cart-button:hover{
    text-decoration: none !important;
}

ul.winwink-block-product-query__list a.tfd-add-to-cart-button svg{
    width: 15px;
    height: 15px;
    display: none;
}

ul.winwink-block-product-query__list a.tfd-add-to-cart-button svg path{
    fill: #fff;
}

ul.winwink-block-product-query__list a.tfd-add-to-cart-button.tfd-add-to-cart-button-sold-outlottery{
    background: #6C6C6C;
    cursor: not-allowed;    
}

ul.winwink-block-product-query__list .tfd-progress-bar{
    margin: 15px 15px 0 15px;
}

ul.winwink-block-product-query__list li a.woocommerce-loop-product__link{
    padding-top: 8px;
}

.tfd-product-card-countdown{
    background: linear-gradient(#ebc354 0%, #da8e36 100%);
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 145px;
    text-align: center;
    padding: 3px 10px;
    text-transform: uppercase;
    margin: 13px auto 0;
}

.tfd-product-card-countdown.time-alert{
    background: #EB3623;
}


ul.winwink-block-product-query__list h2.woocommerce-loop-product__title{
    display: none;
}

ul.winwink-block-product-query__list h2.woocommerce-loop-product__title.force-show{
    display: block;
}


.tfd-product-nav{
    background: #F8F8F8;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.tfd-product-nav.sticky{
    position: fixed;
    z-index: 11;
    left: 0;
    right: 0;
    top: 56px;
}

body.admin-bar .tfd-product-nav.sticky{
    top: 88px;
}

@media screen and (max-width: 767px) {
    .tfd-product-nav.sticky{
        top: 0px;
    }
}

.tfd-product-nav ul{
    margin: 0;
    padding: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    overflow-x: scroll;
}

@media only screen and (max-width: 900px) {
    .tfd-product-nav ul{
        justify-content: flex-start;
    }
}

.tfd-product-nav ul li{
    list-style: none;
}

.tfd-product-nav ul li a{
    color: #000;
    font-weight: 200;
    padding: 13px 0px 18px;
    display: block;
    transition: all ease 200ms;
    font-size: 16px;
    position: relative;
    font-family: "Neuzeit Grotesk", Sans-serif;
}

.tfd-product-nav ul li a:hover,
.tfd-product-nav ul li a.active{
    color: #0490e9;
    transition: all ease 200ms;
}

.tfd-product-nav ul li a:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0490e9;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}


.tfd-product-nav ul li a:hover::after,
.tfd-product-nav ul li a.active::after{
    width: 100%;
    left: 0;
}

.single-product .tfd-product-card-countdown{
    margin: 0 0 20px 0;
    font-size: 13px;
    max-width: 170px;
    display: block;
    padding: 5px 16px;
}

.single-product .elementor-widget-woocommerce-lottery-countdown{
    display: none;
}

@media only screen and (max-width: 799px) {
    .single-product .tfd-product-card-countdown{
        max-width: 185px;
    }
}

ul.winwink-block-product-query__list li.product .tfd-progress-bar p.sold-label,
ul.winwink-block-product-query__list li.product .tfd-progress-bar p.qty-amounts{
    font-size: 13px;
}

ul.winwink-block-product-query__list li.product a.button.product_type_lottery{
    display: none;
}

@media screen and (max-width: 992px) {
    ul.winwink-block-product-query__list{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
    ul.winwink-block-product-query__list li.product h2.woocommerce-loop-product__title{
        font-size: 18px;
        min-height: 60px;
    }
    ul.winwink-block-product-query__list li.product span.price span.woocommerce-Price-amount{
        font-size: 20px;
    }
    ul.winwink-block-product-query__list .tfd-progress-bar{
        margin: 15px 10px 0 10px;
    }
    ul.winwink-block-product-query__list li.product span.price{
        margin: 15px 10px 0 10px;
    }
    .elementor-108560 .elementor-element.elementor-element-d84c211{
        z-index: 20 !important;
    }
}

@media screen and (max-width: 776px) {
    ul.winwink-block-product-query__list{
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
    }
}

h3.tfd-comp-heading{
    text-transform: uppercase;
    text-align: center;
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    margin-bottom: 35px;
}

h3.tomorrow-heading{
    font-family: "Neuzeit Grotesk", Sans-serif;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}


/* Progress bar */
.tfd-progress-bar .tfd-bar-container{
    height: 9px;
    background: #e9ebed;
    position: relative;
    border-radius: 3px;    
}

.tfd-progress-bar .tfd-bar-progress{
    content: '';
    background: #0490e9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

.tfd-progress-bar p.sold-label{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #838890;
    font-weight: 600;
}

.tfd-progress-bar p.qty-amounts{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #83878f;
    font-weight: 600;
}

p.tfd-price{
    display: block;
    color: #0490e9;
    font-weight: 800;
    font-size: 42px;
    font-family: "Neuzeit Grotesk", Sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    opacity: 0.3;
    transition: all ease 350ms;
}

p.tfd-price span{
    font-size: 20px;
    color: #838890;
    text-decoration: line-through;
    margin-right: 10px;
}

.tfd-entry-option{
    display: block;
    background: #e2e4e7;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.tfd-entry-option.slim-entry{
    margin-top: 10px;
}

.tfd-entry-option a{
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    padding: 8px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.tfd-entry-option a:nth-child(1){
    background: #fff;
    border: 2px solid #aaaaaa;
}

.tfd-qty-option{
    background: #F1F1F3;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    margin-top: 0px;
    padding: 25px 45px;
}

.tfd-qty-option h3{
    margin: 0 0 55px 0;
    font-size: 26px;
}

.tfd-qty-option .tfd-qty-slider{
    width: 98%;
    background: #DFE0E3;
    border-radius: 5px;
    height: 5px;
    position: relative;
}

.tfd-qty-option .slider-fill{
    height: 5px;
    background: #0490e9;
    border-bottom-left-radius: 5px;
    border-top-left-radius:  5px;
    width: 0;
}

.tfd-qty-option .slider-handle{
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 2px solid #0490e9;
    border-radius: 50%;
    top: -5px;
    cursor: pointer;
    z-index: 5;    
}

.tfd-qty-option .slider-flag{
    position: absolute;
    top: -35px;
    left: 8px;
    transform: translateX(-50%);
    background-color: #0490e9;
    font-size: 13px;
    font-weight: 800;
    padding: 5px 3px;
    color: #fff;
    border-radius: 2px;
    min-width: 30px;
    text-wrap: nowrap;
    text-align: center;
}

.tfd-qty-option .slider-flag:after{
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #0490e9;
    position: absolute;
    left: 14px;    
}

.tfd-qty-option .label-container{
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    padding: 8px 0px 5px 5px;
    position: relative;
}

.tfd-qty-option .label-container p{
    color: #575D65;
}

.tfd-qty-option .increment-qty{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.tfd-qty-option .increment-qty button{
    border-radius: 12px;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.tfd-qty-option .tfd-qty-btn svg{
    min-width: 13px;
}

.tfd-qty-option .tfd-qty-btn svg path{
    fill: #0490e9;
}

.tfd-qty-option .increment-qty p{
    color: #525860;
    margin: 0;
    font-weight: 600;
}

.tfd-qty-option .increment-qty p span{
    font-weight: 900;
}


a#tfd-add-to-cart-btn{
    background: #0490e9;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    margin-top: 20px;
    padding: 13px 25px;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.winwink-block-product-query{
    width: 100%;
    margin: 0 !important;
}