@media(max-width:320px){
	.auction-item-details .item-bid-price-time .bid-timer {
      font-size: 20px !important;
    }
}


.cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    z-index: 99;
      background: #36274c;
}

.cookie-policy .text--base {
    color: #007bff;
}

.cookie-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cookie-wrapper .cmn--btn {
    font-size: 12px;
}

.cookie-wrapper .cookie-cont {
    max-width: 650px;
}

@media (max-width: 991px) {
    .cookie-wrapper {
        text-align: center;
    }

    .cookie-wrapper .cmn--btn {
        margin-top: 30px;
    }
}

#scroll-text p{
    white-space: nowrap !important;
}

#scroll-text div{
    white-space: nowrap !important;
}

#scroll-text span{
    white-space: nowrap !important;
}

.plan-card{
    background: #20a142;
        background-image: none !important;
        color: white;
        border-radius: 10px;
        border: 5px #c13939 solid;
    }
    
    
    .plan-card ul{
    padding: 18px;
    
    }
        
        .plan-card h4{
    font-size: 32px;
    
    }
    
        .plan-card .price-range{
        margin-top: 2px !important;
    }
    
    .lwithdr{
        font-size: 24px;
        font-size: 24px;
        background: #faa603;
        padding: 4px;
        color: white;
        font-weight: 900;
    }

    .sub-title{
        font-size: 24px !important;
    }