a.ui-state-default.ui-state-active {
    background-color: #ee7f00 !important;
}
input#datepicker {
    width: 90%;
    display: inline-block;
}
button.ui-datepicker-trigger {
    border: 2px solid #DDD;
    height: 45px;
    background-color: #FFF;
}
label.error.fail-alert {
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    color: red;
    text-transform: uppercase;
    font-size: 10px;
}
.cart-item .title a {
    text-decoration: none;
}
.cart-item .delete:hover, .table-bt .delete:hover {
    text-decoration: none !important;
}
span.fake_price:before {
    border-color: inherit;
    border-top: 1px solid #ee7d00!important;
    content: "";
    left: -2px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: rotate(-10deg);

}
span.fake_price {
    color: #999!important;
    display: inline-block;
    padding-right: 4px;
    position: relative;
}

.inactive_link {
    pointer-events: none;
    cursor: default;
}

.freitext_icon_details {
    float:left; 
    height:70px;
    width:50px;	
} 
.freitext-container {
    width:100%;
    height:auto;
    padding-bottom: 85px;
}
.freitext-details h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 1rem;   
}
textarea.item_message {
    width: 800px;
    height: 50px;
}
.timer-container {
    border-radius: 12px;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px; /* Adjusted width for a narrower look */
}

.timer {
    font-size: 3rem;
    font-weight: bold;
    background-color: rgb(var(--bt-grey));
    color: white;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.3s ease;

}

.timer span {
    font-size: 1.1rem;
    font-weight: 600;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Make sure the timer is responsive */
@media screen and (max-width: 480px) {
    .timer-container {
        padding: 20px;
        width: 300px;
    }
    .timer {
        font-size: 3rem;
    }
}
.bt-spacer.timer-space {
    height: 1rem;
}

.bt-mpbt.ticker-timer {
    background: rgb(var(--bt-orange));
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Make sure the timer is responsive */
@media screen and (max-width: 480px) {
    .timer-counter {
        font-size: 3rem;
    }
}


.bt-mpbt {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px;
    border-radius: var(--bt-radius-default);
    border: 2px solid rgb(var(--bt-grey-orange));
}

#timer-counter {
    left: 50%;
    transform: translateX(-50%); /* Centers the timer */
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.1rem;

}

.start-text {
    margin-left: 8px; /* Adds space between the icon and text */
    flex: 1; /* Keeps "Redirecting in" aligned properly */
    color: #fff;
}
.fa-lgt {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em;
    color: #fff;
}