/* CSS Document */

.wc-competition-wrapper {
    margin-top: 20px;
}

.wc-competition-progress {
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 24px;
    position: relative;
}

.wc-competition-bar {
    background: #0073aa;
    height: 100%;
    position: relative;
    transition: width 0.5s ease;
}

.wc-competition-percent {
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    color: #000000;
}

@media only screen and (max-width: 769px) {
.wc-competition-percent {
    left: 120px;
}	
}

.wc-competition-progress p {
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
}

.countdown-timer, .competition-countdown {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    gap: 10px;
	text-align:center;
}

.countdown-timer span {
    background: #000000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}

span.label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.wc-competition-countdown {
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Quantity slider */

.woocommerce .quantity a.minus,
.woocommerce .quantity a.plus {
    display: none!important;
}

/* Wrapper styles */
.wc-slider-wrapper {
    text-align: left;
    margin: 20px 0;
	 display: flex;
    flex-wrap: wrap;
}

/* Heading styles */
.wc-slider-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	width:100%;
}

/* Button styles */
.wc-slider-btn {
    background: #0073aa;
    color: #fff;
    font-size: 18px;
    padding: 5px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    transition: background 0.3s;
}

.wc-slider-btn:hover {
    background: #005f8d;
}

/* Slider styles */
.wc-quantity-slider {
    width: 60%;
    margin: 10px 0;
    cursor: pointer;
    display: inline-block;
}

/* Display quantity */
.wc-quantity-display {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

/* Move Add to Cart below */
form.cart .single_add_to_cart_button {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    padding: 12px;
}

.woocommerce div.product form.cart div.quantity {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Button */
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    justify-content: center;
}

/* My accou8nt */
.view-entries-button {
    margin: 10px 0;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.ticket-entries-content {
    margin-top: 10px;
}