/**
* Theme Name: Konference Child
* Description: This is a child theme of Konference.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: konference
* Version: 1.0.0
*/

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

@media (min-width: 1024px) {
	.countdown .neuron-countdown-wrapper{
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.countdown .neuron-countdown-item{
		margin-right: 0px !important;
	}
}

.main-event-carousel{
	max-height: 50vh;
}

.main-event-carousel img{
	position: static !important;
	height: 100% !important;
}
.sponsors img{
	object-fit: contain !important;
}

.woocommerce-page .actions button.button{
	margin-left: 0px !important;
	color: #ffffff !important;
}

.wp-block-woocommerce-checkout .wc-block-components-product-name{
	font-size: 14px !important;
}
.wc-block-components-radio-control__input, .wc-block-components-checkbox__input{
	padding: 0px !important;
}


.variations .label{
	background-color: transparent !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

.wc-block-cart__submit-container a{
	border-color: 1px solid black;
}