/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media(max-width: 1024px) {
	.footer-menu nav > ul {
		flex-direction: column;
		gap: 16px;
	}
	
	.footer-menu nav > ul::after {
		display: none;
	}
}

.elementor-location-header {
	position: sticky;
	top: 0;
	z-index: 99;
	transition: .2s ease-in-out;
}

.elementor-location-header.scroll-down {
	background: #F9F0E7;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(3, 35, 60, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(3, 35, 60, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(3, 35, 60, 0.15);
}

.menu-mobile-open .elementor-location-header {
	background: #F9F0E7;
}

.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .elementor-widget-theme-site-logo img, 
.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .header-nav .menu-item-has-children > a::after{
	filter: brightness(0) invert(1);
}

.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .header-nav .elementor-item {
	color: #fff!important;
}

.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .header-button a {
	background: #fff!important;
	color: #03233c!important;
	border-color: #fff!important;
}


.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .header-button a:hover {
	background: transparent!important;
	color: #fff!important;
	border-color: #fff!important;
}

.home:not(.menu-mobile-open) .elementor-location-header:not(.scroll-down) .mobile-menu-toggler svg path {
	stroke: #fff;
}

@media(min-width: 1024px) {
	
	.elementor-widget-theme-site-logo img {
		margin-top: 12px;
	}
	
	.elementor-location-header.scroll-down div > .e-con-inner {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.no-slider-desktop .swiper-slide-duplicate,
	.no-slider-desktop .elementor-swiper-button {
		display: none!important;
	}
}

.elementor-location-header div > .e-con-inner {
	transition: .2s ease-in-out;
}

.elementor-location-header.scroll-down div > .e-con-inner {
	align-items: center;
}

.admin-bar .elementor-location-header {
	top: 32px;
}

@media(min-width: 1024px) {
	.elementor-location-header .elementor-widget-theme-site-logo img {
		transition: .15s ease-in-out;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 252px!important;
	}

	.elementor-location-header.scroll-down .elementor-widget-theme-site-logo img {
		margin-top: 0;
		top: -6px;
		width: 120px!important;
	}
}

.max-width-1440 {
	max-width: 1440px!important;
}

.max-width-abc {
	max-width: calc(1360px + (100vw - 1360px) / 2);
}


@media(max-width: 1512px) {
	.max-width-1440 {
		max-width: calc(100% - ((100% - 1360px) /2) + 10px )!important;
		width: 100%;
	}
}

@media(max-width: 1366px) {
	.max-width-1440,
	.max-width-abc {
		max-width: calc(100% - ((100% - 1180px) /2) + 10px )!important;
		width: 100%;
	}
	
}

.no-fill-svg svg {
	fill: none!important;
}

.services-slider .swiper-pagination-progressbar {
	top: auto;
	bottom: -68px;
	height: 1px;
	max-width: calc(100% - 240px);
}

@media(min-width: 1441px) {
	.services-slider .elementor-swiper-button-next {
		right: 80px!important
	}
	
	.services-slider .elementor-swiper-button-prev {
		left: auto!important;
		right: 92px!important
	}
}

@media(max-width: 1024px) {
	.services-slider .swiper-pagination-progressbar {
		display: none;
	}
}

@media(min-width: 1024px) {
	.no-slider-desktop .swiper-wrapper {
		transform: none!important;
		gap: 24px 16px!important;
		flex-wrap: wrap!important;
		pointer-events: auto!important;
	}
	
	.no-slider-desktop .swiper-slide {
		flex: 0 0 auto!important;
		width: calc((100% - (3 * 16px)) / 4)!important;
		margin: 0!important;
		z-index: 1;
	}
	
	.no-slider-desktop .swiper-slide[inert] {
		pointer-events: auto !important;
	}
}


.og-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.og-wrapper:hover .og-track {
	animation-play-state: paused;
}

.og-track {
	display: flex;
	width: max-content;
	animation: og-marquee 120s linear infinite;
	gap: 16px
}

.og-slide {
	flex: 0 0 auto;
	width: 260px;
}

.og-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.large-gallery .og-slide {
	width: 420px;
}

@keyframes og-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media(max-width: 1024px) {
	.og-track {
		gap: 8px;	
	}
	
	.og-slide,
	.large-gallery .og-slide {
		width: 160px;
	}
}

@media(min-width: 1521px) {
	.course-banner {
		background-position: center!important
	}
}

.newsletter-form {
	max-width: 500px!important;
	width: 100%;
}

.newsletter-form .elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
}

.newsletter-form .e-form__buttons {
	flex: auto;
	width: auto!important;
}

.newsletter-form .elementor-field-group {
	padding: 0!important;
}

.bg-gradient {
	background: linear-gradient(180deg, #F9F0E7 0.11%, #FFDFC5 262.9%);
}

.custom-form textarea,
.custom-form input {
	padding: 0!important;
}

.custom-form textarea:focus,
.custom-form input:focus {
	box-shadow: none!important;
}

.custom-form .elementor-field-type-acceptance input {
	display: none!important;
}

.custom-form .elementor-field-type-acceptance label {
	padding-left: 30px;
	font-size: 12px!important;
	line-height: 1.2!important;
}

.custom-form .elementor-field-type-acceptance  .elementor-field-option label::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	width: 18px;
	height: 18px;
	background: transparent;
	border: 1px solid #58463A;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	cursor: pointer;
}

.custom-form .elementor-field-type-acceptance .elementor-field-option input:checked~label::before {
	background-image: url('./images/check.svg')
}

.custom-form .elementor-form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 20px;
}

.custom-form .elementor-button {
	margin-top: -24px;
}

@media(min-width: 1024px) {
	.custom-form .elementor-field-type-text,
	.custom-form .elementor-field-type-email,
	.custom-form .elementor-field-type-tel {
		width: calc(50% - 10px)
	}
}

.header-nav .sub-arrow {
	display: none;
}

.header-nav .elementor-sub-item {
	padding-left: 0!important;
}

.header-nav .menu-item-has-children > a::after {
	content: '';
    position: relative;
    width: 18px;
    height: 18px !important;
    opacity: 1 !important;
	background-image: url('./images/chevron-down.svg');
	background-color: transparent!important;
	margin-left: 6px!important;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	transition: .2s;
}

.header-nav .menu-item-has-children > a:hover::after {
	transform: rotate(180deg);
}

.mobile-menu-toggler {
	background: none!important;
	padding: 0!important;
	display: flex!important;
	border: none!important;
	align-items: center;
	line-height: 0!important;
}

.mobile-menu-toggler:not(.active) .close,
.mobile-menu-toggler.active .open {
	display: none;
}

.mobile-menu-toggler span {
	padding: 0!important;
	height: 100%!important;
}


body:not(.elementor-editor-active) .moble-menu-slide {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 72px);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out!important;
}

@media(max-width: 1024px) {	
	body:not(.elementor-editor-active) .moble-menu-slide.active {
		visibility: visible;
		opacity: 1;
	}
}

.mobile-menu-wrapper {
	overflow: auto;
}

.mobile-menu-wrapper .elementor-nav-menu--dropdown {
	margin: 0;
	background: transparent;
}

.mobile-menu-wrapper .elementor-nav-menu > li {
	border-top: 1px solid #4A474133!important;
}

.mobile-menu-wrapper .sub-menu {
	padding: 16px 0;
	font-size: 12px;
}

.mobile-menu-wrapper .sub-menu a {
	padding: 4px 0!important;
}

.mobile-menu-wrapper  .elementor-nav-menu .sub-arrow {
	position: absolute;
	right: -24px;
	width: 14px;
	height: 14px;
	background-image: url('./images/chevron-down.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.mobile-menu-wrapper .highlighted .sub-arrow {
	transform: rotate(180deg);
}

.mobile-menu-wrapper .menu-item-has-children {
	padding-right: 32px;
}

.theme-breadcrumbs .rank-math-breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	gap: 2px 8px;
}

.theme-breadcrumbs .rank-math-breadcrumb .separator {
	width: 16px;
	height: 16px;
	background-image: url('./images/chevron-right.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}

.theme-breadcrumbs .rank-math-breadcrumb a {
	color: inherit;
}


.theme-breadcrumbs .rank-math-breadcrumb .last {
	font-weight: 500;
}

.post-meta-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
}

.post-meta-info span {
	font-weight: 400;
}

.loop-post a {
	transition: .2s ease-in-out;
}

.loop-post a:hover {
	opacity: .7;
}

.back-to-blog .elementor-button-content-wrapper {
	display: flex;
	align-items: center;
}

.back-to-blog svg {
	width: 24px;
	height: 24px;
	transition: .2s ease-in-out;
}

.back-to-blog a:hover svg {
	transform: translatex(-6px);
}

@media(min-width: 1024px) {
	.sticky-column {
		position: sticky;
		top: 120px;
	}
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
	margin: 24px 0;
	font-weight: 300;
}

.single-post-content a {
	color: inherit;
	text-decoration: underline;
}

.single-post-content strong,
.single-post-content b {
	font-weight: 500;
}

body,
html {
	scroll-padding-top: 80px;
}

.post-nav__title {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 300;
}

.post-nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-nav a {
	display: block;
	border-left: 1px solid transparent;
	padding: 8px 12px;
	color: inherit;
	font-weight: 300;
}

.post-nav a.active {
	font-weight: 400;
	border-left: 1px solid #03233C;
	background: #FAEEE3;
}

.single-post-content .wp-block-image {
	margin: 48px 0;
}

.single-post-content .wp-element-caption {
	padding: 2px 8px;
	font-size: 12px;
	border-left: 2px solid #03233C;
}

.o-autorze {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.o-autorze__title {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}

.autor-foto img {
	max-width: 158px;
	border-radius: 16px;
}

.autor-info__name {
	margin: 0;
	font-family: "Aujournuit", Sans-serif;
	font-size: 32px;
}

.autor-info__desc {
	margin: 16px 0 0;
}

.image-slider .elementor-swiper-button-prev {
	left: -12px!important;
}

.image-slider .elementor-swiper-button-next {
	right: -12px!important;
}

@media(max-width: 1024px) {
	.o-autorze {
		display: none;
	}
	
	.image-slider .swiper-pagination {
		display: none;
	}
	
	.image-slider .elementor-swiper-button-prev {
		top: auto!important;
		bottom: 0;
		left: calc(50% - 38px)!important;
	}

	.image-slider .elementor-swiper-button-next {
		top: auto!important;
		bottom: 0;
		left: auto!important;
		right: calc(50% - 38px)!important;
	}
}

@media(min-width: 1024px) {
	.image-slider .elementor-image-carousel-wrapper {
		padding-right: 80px;
	}
}

.team-list {
	display: flex;
	flex-direction: column;
	gap: 64px
}

.team-member {
	display: flex;
	gap: 36px;
}

.team-photo {
	width: 156px;
	flex-shrink: 0;
}

.team-photo img {
	border-radius: 14px;
}

.team-bottom {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.team-name {
	margin: 0;
	font-family: "Aujournuit", Sans-serif;
	font-size: 32px;
	line-height: 1.2;
}

.team-description {
	margin: 0;
}

.team-instagram a {
	transition: .2s;
}

.team-instagram a:hover {
	opacity: .6
}

@media(max-width: 991px) {
	.team-list {
		gap: 32px;
	}
	
	.team-member {
		gap: 16px;
	}
	
	.team-photo {
		width: 94px
	}
	
	.team-name {
		font-size: 28px;
	}
	
	.team-description {
		font-size: 12px;
	}
}

.voucher-product .table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{
	background: transparent;
}

.voucher-product .variations tr {
	display: flex;
	flex-direction: column;
	gap: 8px;
	
}

.voucher-product .variations tr th,
.voucher-product .variations tr td
{
	text-align: left!important;
	padding: 0;
}

.voucher-product .variations select {
	height: 44px;
	color: #03233c!important;
}

.voucher-product .reset_variations {
	display: none!important;
}

.voucher-product .woocommerce-variation-price {
	display: none!important;
}

.voucher-product .woocommerce-variation-add-to-cart {
	margin-top: 32px;
}

.voucher-product .woocommerce-variation-add-to-cart button {
	flex: 1;
	height: 44px;
}

.voucher-product .woocommerce-product-gallery__trigger {
	display: none!important;
}

.voucher-product .flex-control-thumbs li:nth-child(4n+1) {
	clear: none!important;
}

.voucher-product .flex-control-thumbs li {
	width: 20%!important;
	flex-shrink: 0!important;
}

.voucher-product .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	overflow: auto!important;
}

.voucher-product .woocommerce-product-gallery__wrapper img {
	aspect-ratio: 1.19 / 1;
	object-fit: cover;
}

.product-colors {
	margin-bottom: 24px;
}

.product-colors__title {
	margin: 0;
}

.product-colors__list {
	margin-top: 8px;
	flex-wrap: wrap;
	display:flex;
	gap: 8px;
}


.product-colors__list input {
	display: none;
}

.product-colors__list .color-label {
	display: block;
	padding: 12px 16px;
	border: 1px solid #03233c;
	border-radius: 32px;
	cursor: pointer;
}

.product-colors__list input:checked~.color-label {
	background: #03233c;
	color: #fff;
}

.voucher-product .quantity::before {
	content: 'Ilość';
	position: absolute;
	left: 0;
	top: -30px
}

.voucher-product .woocommerce-variation-add-to-cart .quantity input {
	height: 44px!important;
}

@media(min-width: 1024px) {
	.voucher-product .variations {
		max-width: calc(100% - 70px);
	}
	
	.voucher-product .quantity {
		position: absolute;
		right: 0;
		bottom: 76px
	}
}

@media(max-width: 1024px) {
	.voucher-product .woocommerce-variation-add-to-cart {
		margin-top: 16px;
		flex-direction: column;
	}
	
	.voucher-product .woocommerce-variation-add-to-cart .quantity {
		display: flex;
		position: relative;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.voucher-product .quantity::before {
position: relative;
		top: 0;
		margin-bottom: 8px;
	}
	
	.voucher-product .woocommerce-variation-add-to-cart button {
		margin-top: 24px!important;
	}
	
	.voucher-product .flex-control-thumbs li {
		padding: 0 4px!important;
	}
}

.voucher-product .e-n-accordion-item-title-header {
	padding-right: 48px;
	display: block;
	width: 100%;
	position: relative;
}

.voucher-product .e-n-accordion-item-title-header::after {
	content: '';
	width: 24px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('./images/chevron-down.svg');
	background-position: center;
	transition: .2s;
	background-position: no-repeat;
}

.voucher-product  .e-n-accordion-item-title[aria-expanded="true"]  .e-n-accordion-item-title-header::after {
	transform: rotate(180deg);
}

.e-woocommerce-notices-wrapper .woocommerce-message {
	border-top: 2px solid #03233c!important;
	background: #fff!important;
}

.e-woocommerce-notices-wrapper .woocommerce-message a {
	display: none!important;
}

@media(min-width: 1512px) {
	.services-slider .swiper-pagination-progressbar {
		max-width: calc(1360px - 490px)!important;
	}
	
	.services-slider .elementor-swiper-button-prev {
		left: 992px!important;
		right: auto!important;
	}
	
	.services-slider .elementor-swiper-button-next {
		left: 1000px!important;
		right: auto!important;
	}
}

.custom-tabs button .e-n-tab-title-text span {
	display: inline-block;
	font-size: 14px;
	margin-right: 16px;
}

 .custom-tabs button .e-n-tab-title-text::before {
	content: '';
	width: 0%;
	height: 1px;
	background: #03233c!important;
	position: absolute;
	left: 0;
	top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s ease;

}

.custom-tabs button[aria-selected="true"] .e-n-tab-title-text::before {
	width: 100%;
}


.custom-tab-wrapper::before {
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	top: 0px;
	background: #d0d0d0;
}

@media(max-width: 1024px) {
	.custom-tabs button .e-n-tab-title-text span {
		font-size: 12px;
		margin-right: 4px;
	}
}

.custom-list ul {
	padding: 0;
	margin: ;
	list-style: none;
}

.custom-list ul li span {
	font-weight: 300;
}

.custom-list ul li:not(:last-child) {
	margin-bottom: 24px;
}

.custom-list ul li {
	padding-left: 24px;
	position: relative;
}

.custom-list ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	left: 0;
	top: 7px;
	background: #d0d0d0;
	position: absolute;
	border-radius: 50px;
}

@media(max-width: 1024px) {
	.custom-list ul li:not(:last-child) {
		margin-bottom: 13px;
	}
	
	.custom-list ul li {
		padding-left: 20px;
	}
}

.bg-blur {
	min-width: 260px!important;
	background-color: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(8px);
	min-height: 50px;
	padding: 12px 32px!important;
	display: flex;
	align-items: center;
	text-align: left!important;
	line-height: 1.2!important;
}

.dot-right::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 12px;
	flex-shrink: 0;
}

.dot-left::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 12px;
	flex-shrink: 0;
}

@media(max-width: 1024px) {
	.bg-blur {
		min-width: 0!important;
		padding: 12px!important;
		max-width: 200px!important;
		min-height: 45px;
		gap: 12px;
	}
}

.services-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.services-list li {
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #03233c;
}

.services-list li a {
	padding: 22px 64px 22px 0;
	color: #03233c;
	display: block;
	position: relative;
	transition: .2s;
}

.services-list li a::after {
	content: '';
	width: 44px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	background-image: url('./images/arrow-right-long.svg');
}

.services-list li a:hover {
	opacity: .5;
}

.price-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.price-list li {
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #03233c;
	padding: 22px 0;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.price-value {
	flex-shrink: 0;
}

@media(max-width: 1024px) {
	.price-list li,
	.services-list li {
		font-size: 14px;
	}
}

.table .price-list {
	margin-top: 24px;
	border: 1px solid #03233c;
}

.table .price-list li {
	padding: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2
}

.table .price-list li span {
	padding: 12px 10px
}

.table .price-list li:last-child {
	border-bottom: 0;
}

.table .price-value {
	border-left: 1px solid #03233c;
	width: 120px;
	background: rgb(255, 255, 255, .3);
	display: flex;
	align-items: center;
}

@media(max-width: 768px) {
	.table .price-value {
		width: 80px;
	}
}

.acordeon-price .e-n-accordion-item-title-header {
	width: 100%;
	padding-right: 40px;
	position: relative;
}

.acordeon-price .e-n-accordion-item-title-header::after {
	content: '';
	width: 24px;
	height: 24px;
	right: 0;
	top: 0;
	position: absolute;
	background-image: url('./images/arrow-down.svg');
	background-position: center;
	transition: .2s;
	background-position: no-repeat;
}

.acordeon-price  .e-n-accordion-item-title[aria-expanded="true"]  .e-n-accordion-item-title-header::after {
	transform: rotate(180deg);
}

@media(max-width: 1024px) {
	.cart-content,
	.cart-content .e-con-inner{
		display: block!important;
	}
}

.wc-block-components-product-name {
	color: inherit;
	font-weight: 500;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button--full-width,
.wp-block-woocommerce-empty-cart-block a {
	color: #fff;
background-color: var(--e-global-color-primary);
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 23px 23px 23px 23px;
    padding: 11px 20px 11px 20px;
	transition: .2s!important;
	text-transform: uppercase;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button--full-width:hover,
.wp-block-woocommerce-empty-cart-block a:hover {
	color: var(--e-global-color-primary);
	background-color:transparent;
}

.wp-block-woocommerce-empty-cart-block {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 60px 0;
}


@media(max-width: 768px) {
	.wc-block-checkout__shipping-method-option-title-wrapper {
		flex-direction: column!important;
		align-items: center!important;
	}
	
	.wc-block-checkout__shipping-method-option-title {
		font-size: 14px!important;
	}
}

.woocommerce-checkout .woocommerce-thankyou-order-received,
.woocommerce-checkout .woocommerce-order-details__title {
    font-size: 24px;
    text-align: center;
	margin-bottom: 30px;
}

.woocommerce ul.order_details {
	margin: 60px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media(max-width: 1024px) {
	.woocommerce ul.order_details {
		gap: 24px;
		flex-direction: column;
		align-items: center;
	}
	
	.woocommerce ul.order_details li {
		text-align: center;
		margin: 0;
		padding: 0;
		border: none;
	}
}

.woocommerce-customer-details {
	margin-top: 60px;
}

.woocommerce-customer-details .woocommerce-column__title {
	display: block;
	margin-top: 20px!important;
	font-size: 16px;
}

@media(min-width: 1800px) {
	.hero-banner {
		min-height: 850px!important;
	}
}


@media(min-width: 2000px) {
	.hero-banner {
		min-height: 1000px!important;
	}
}

.team-description-expanded {
	display: none;
}

.--expanded-desc {
	margin-top: -8px;
}

.--expanded-desc-toggler {
	color: inherit;
	font-size: 12px;
	text-decoration: underline!important;
}

.--expanded-desc.active .team-description-expanded {
	display: block;
}

body:not([class*=elementor-page-]) .site-main {
	padding: 80px 20px!important;
	max-width: 1400px!important;
}

body:not([class*=elementor-page-]) .site-main .page-content > h2 {
	margin: 24px 0;
	font-size: 22px;
}

body:not([class*=elementor-page-]) .site-main .page-content > h3 {
	margin: 18px 0;
	font-size: 18px;
}