/*
Theme Name: Pocitron
Theme URI:
Description: Wordpress-tema till Pocitron AB.
Version: 2.0
Author URI: https://inspot.se/
*/

.page-id-4547 #input_1_13,
.page-id-4547 #input_1_12,
.page-id-4547 #input_1_14 {
    font-size: 18px !important;
    font-weight: 500;
}

.validate-required #terms{
    width: 16px !important;
    height: 16px !important;
}


.woocommerce form .form-row .input-checkbox {
	width: 16px!important;
}


.checkout #billing_state_field {
    display: none;
}


/*Countdown snippet*/
.countdown-timer {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
}

.countdown-number {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.countdown-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}


/*Julerbjudandesida*/
.julerbj-wrap .wp-block-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}




@media (max-width: 1222px) and (min-width: 960px) {
	.jubileumsrub {
	min-height: 49px;
	}
}



.gform-field-label.has-product-image {
    display: flex;
    align-items: center;
    gap: 15px;
}

.gform-field-label.has-product-image img {
    max-width: 50px;
    border-radius: 50%;
}

.gchoice:has(.gform-field-label.has-product-image) {
    align-items: center;
}



.product_cat-tillval :is(.buttons, .prices),
.product_cat-tillval #intresse-form {
    display: none;
}