/* CSS Document */

/* Product Page */
.woo-image-content {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
    padding: 40px;
    background-color: var(--base-3);
    color: var(--contrast);
}
.gb-container-woo-image-content {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}


.woo-long-desc {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
    padding: 40px 40px 10px 40px;
    background-color: var(--base);
    color: var(--contrast);
}

.gb-container-woo-long-desc {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.woo-additional-info {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
    padding: 20px 40px 40px 40px;
	background-color: var(--base);
    color: var(--contrast);
}
.gb-container-woo-additional-info {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce-Reviews {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto;
    padding: 40px;
    background-color: var(--contrast-2);
    color: var(--base-3);
}
#comments {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
#review_form_wrapper {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

section.related.products {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}

.single_variation_wrap a {
    color: var(--accent)!important;
}

/* Button */

button.single_add_to_cart_button.button.alt {
	display: flex;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    background-color: var(--accent);
    color: var(--contrast);
    background: linear-gradient(to left, var(--accent) 50%, var(--contrast) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 16px;
    text-transform: uppercase;
	text-decoration: none;
    max-width: 250px;
    margin-top: 0px;
}

button.single_add_to_cart_button.button.alt:hover {
	background-color: var(--contrast)!important;
    color: var(--accent)!important;
    background-position: left bottom;
}

/* Table */

.woocommerce table.shop_attributes {
    border-top: 1px solid var(--accent);
	border-left: 1px solid var(--accent);
	border-right: 1px solid var(--accent);
    margin-bottom: 1.618em;
    width: 100%;
	max-width: 600px;
}

.woocommerce table.shop_attributes th {
    width: 250px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px solid var(--accent);
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
.woocommerce table.shop_attributes th {
    width: 150px;
}
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px solid var(--accent);
    margin: 0;
    line-height: 1.5;
    padding: 8px;
    border-left: 1px solid var(--accent);
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 0px;
}

/* Single product archive page */

ul.products li.product {
    text-align: center;
}

.competition-progress {
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    height: 20px;
    margin: 10px 20px;
    position: relative;
}

.progress-bar {
    background: #0073aa;
    height: 100%;
    position: relative;
    transition: width 0.4s ease;
}

.progress-percent {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
}

.tickets-sold {
    font-size: 13px;
    margin: 5px 0;
}

.competition-countdown {
    font-weight: bold;
        margin:5px 20px 20px;
    font-size: 24px;
	display: flex
;
    justify-content: center;
}
.countdown-timer span, .competition-countdown span {
    background: #000000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}


.competition-price {
    margin: 10px 50px;
    padding: 10px 15px;
    border-radius: 8px;
    background: var(--accent);
    color: #000000;
	font-weight: 600;
}
.competition-price:hover {
    background: #000000;
    color: var(--accent);
}

del span.woocommerce-Price-amount {
    font-weight: 400;
    color: #666666;
}

a.competition-archive-link {
    border: solid 1px var(--accent);
}
h2.woocommerce-loop-product__title {
    padding: 10px 15px !important;
	background-color: var(--base-2);
}

.free-entry-link {
    border: solid 1px var(--accent);
    font-size: 12px;
    border-radius: 8px;
    padding: 5px 18px;
    text-align: center;
}
.free-entry-link a {
	text-decoration:none;
}

p.price {
    display: inline-block;
    background: #32746d;
    color: #ffffff!important;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 1.2em;
}