/*
 Theme Name:   Thrive Theme Child
 Theme URI:    https://falmed.dev10.pro
 Description:  Child Theme dla Thrive Theme
 Author:       Twoje Imię
 Author URI:   https://falmed.dev10.pro
 Template:     thrive-theme
 Version:      1.0.0
 Text Domain:  thrive-theme-child
*/

/* Tutaj możesz dodawać własne style */


#flex .tcb-plain-text {
	display: flex;
	align-items: center;
}
#flex .wc-currency-switcher {
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
}
@media (min-Width: 991px) {
	#flex .wc-currency-switcher {
	margin-left: 20px;
}
}
@media (max-Width: 991px) {
	#flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
.sticky-button.thrv-page-section.tve-height-update .tve-page-section-in {
	min-height: 0;
}
.sticky-button {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	z-index: 10;
	padding: 20px;
	white-space: nowrap;
}
.woocommerce-message {
	display: none;
}
.woo-select2 .select2-selection--single, .woocommerce .select2-container--default .select2-selection--single, .woocommerce-page .select2-container--default .select2-selection--single {
	padding: 0 !important;
}
.select2-container {
	width: 0;
}