/*
Theme Name: Kredyt Akadamia Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Freeline
Author URI: https://freeline.pl/
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760439358
Updated: 2025-10-14 12:55:58

*/



.woocommerce-variation.single_variation:before{
	content: 'W ramach szkolenia nie zapewniamy noclegu. Dokładna lokalizacja jest przesyłana mailowo wraz z potwierdzeniem rezerwacji lub uczestnictwa.';
	margin-bottom: 20px;
	display:block;
	width: 55%;
}

.woocommerce-variation-description{
	display:none;
}


/* KARTA WARIANTU */

.variant-info-card{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 40px 60px 80px 40px;
	border-radius: 0px 0px 150px 0px;
}



.variant-info-card hr{
	width: 100%;
	color: #69c7f1;
	border-color: #69c7f1;
	background-color: #69c7f1;
}

.variant-info-card.variant-info-card--variant-basic{
	background-color: var( --e-global-color-e1b9acf );
}
.variant-info-card.variant-info-card--variant-premium{
	color: #fff;
	background-color: var( --e-global-color-primary );
}
.variant-info-card.variant-info-card--variant-pro{
	background-color: var( --e-global-color-dc38cfa )
}
.variant-info-card__name{
	font-family: var(--e-global-typography-b6b25e2-font-family), Sans-serif;
    font-size: var(--e-global-typography-b6b25e2-font-size);
    font-weight: var(--e-global-typography-b6b25e2-font-weight);
    line-height: var(--e-global-typography-b6b25e2-line-height);
}

.variant-info-card__before-price{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.variant-info-card__price{
	font-family: var(--e-global-typography-b6b25e2-font-family), Sans-serif;
    font-size: var(--e-global-typography-b6b25e2-font-size);
    font-weight: var(--e-global-typography-b6b25e2-font-weight);
    line-height: var(--e-global-typography-b6b25e2-line-height);	
}

.variant-info-card__price-unit{
	font-family: var(--e-global-typography-18a65d8-font-family), Sans-serif;
    font-size: var(--e-global-typography-18a65d8-font-size);
    font-weight: var(--e-global-typography-18a65d8-font-weight);
    line-height: var(--e-global-typography-18a65d8-line-height);
}
.variant-info-card__before-description{
	text-align:left;
}
.variant-info-card__description{
	text-align: left;
}


/* ZALICZKI */
.single_variation_wrap{
	display: flex;
	flex-direction: column;
}

.single_variation_wrap #yith-wcdp-add-deposit-to-cart{
	order:2!important;
}

.single_variation_wrap #yith-wcdp-add-deposit-to-cart .price-label{
	margin-top: 5px!important;
}
.single_variation_wrap #yith-wcdp-add-deposit-to-cart .woocommerce-Price-amount.amount{
	font-size:1.1em!important;
}

.single_variation_wrap .single_variation{
	order:1!important;
}


.single_variation_wrap .woocommerce-variation-add-to-cart{
	order:3!important;
}