
/*! elementor - v3.21.0 - 18-04-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	margin-right: -8px;
	margin-left: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-right: 8px;
	margin-left: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	width: auto;
	left: auto;
	right: auto;
	right: -8px;
	position: relative;
	height: 100%;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left-width: 1px;
	border-style: solid;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	display: flex;
	font-size: inherit;
	align-items: var(--icon-vertical-align, center);
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	position: relative;
	top: var(--icon-vertical-offset, initial);
}

.elementor-widget .elementor-icon-list-icon svg {
	width: var(--e-icon-list-icon-size, 1em);
	height: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
	width: 1.25em;
	font-size: var(--e-icon-list-icon-size);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
	justify-content: flex-start;
	text-align: left;
}

.elementor-widget.elementor-align-left .elementor-inline-items {
	justify-content: flex-start;
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
	justify-content: flex-end;
	text-align: right;
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
	justify-content: flex-end;
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
	left: 0;
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
	right: 0;
}

@media (min-width:-1) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-laptop-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-tablet-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
		justify-content: flex-start;
		text-align: left;
	}
	
	.elementor-widget.elementor-mobile-align-left .elementor-inline-items {
		justify-content: flex-start;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
		justify-content: flex-end;
		text-align: right;
	}
	
	.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
		justify-content: flex-end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
		left: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
		right: 0;
	}
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes spinner__animation {
	0% {
		animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	-ms-grid-row-align: center;
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	-moz-appearance: none;
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .6;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

.wc-stripe-card-icons-container, .wc-stripe-paymentRequest-icons-container {
	display: inline-block;
	float: right;
}

ul.payment_methods li[class*=payment_method] {
	padding: 0;
}

li[class*=payment_method] input[type=radio] {
	margin: 0 10px 0 5px;
}

.woocommerce-checkout #payment ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2), li[class*=payment_method] input[type=radio]+label:not(.wc-stripe-label-payment-type), ul.payment_methods li[class*=payment_method_stripe_]:nth-child(n+2) {
	margin: 0;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
	display: inline;
	float: none;
	height: 26px;
	max-height: 26px;
	max-width: 43px;
	width: 43px;
}

li.payment_method_stripe_payment_request .wc-stripe-paymentRequest-icons-container img:not(.gpay) {
	height: 25px;
	max-height: 25px;
	max-width: 25px;
	width: 25px;
}

ul.payment_methods label[for*=payment_method_stripe]:after {
	clear: right;
	content: "";
	display: block;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon:nth-child(2n+2) {
	margin: 0 2px;
}

li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon.open.visa {
	padding-top: 2px;
}

ul.payment_methods li[class*=payment_method_stripe_] label>img:first-of-type {
	float: right !important;
}

.wc-stripe_cc-new-method-container {
	margin-bottom: 1em;
}

.wc-stripe_cc-container .StripeElement:not(.payment-type) {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	-webkit-transition: box-shadow .15s ease;
	transition: box-shadow .15s ease;
}

input.wc-stripe-klarna-category, input.wc-stripe-payment-type {
	display: none !important;
}

body .wfacp_main_form.woocommerce .wc-stripe-save-source label.checkbox {
	padding: 0 !important;
}

input[type=radio]+label.wc-stripe-label-payment-type, label.wc-stripe-label-klarna-category, label.wc-stripe-label-payment-type {
	color: #000;
	display: block;
	margin-bottom: 1em;
	padding: 0 !important;
}

.theme-flatsome div.wc-stripe-saved-methods-container {
	margin: 0 0 1em;
}

label.wc-stripe-label-klarna-category:before, label.wc-stripe-label-payment-type:before {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #000;
	content: "";
	display: inline-block;
	height: 11px;
	margin-left: 4px;
	margin-right: .5em;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
	width: 11px;
}

input.wc-stripe-klarna-category:checked+label.wc-stripe-label-klarna-category:before, input.wc-stripe-payment-type:checked+label.wc-stripe-label-payment-type:before {
	background: #000;
}

label.wc-stripe-label-payment-type:after {
	content: none !important;
	display: none !important;
}

.wc-stripe-saved-methods-container .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 8px;
}

.select2-results__options li.wc-stripe-select2-container, .wc-stripe-saved-methods-container .select2-container .select2-selection--single .wc-stripe-select2-container {
	align-items: center;
	display: flex;
	height: 42px;
	line-height: 42px !important;
}

.select2-container .select2-selection--single .wc-stripe-select2-container:before, .select2-results__options li.wc-stripe-select2-container:before {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 40px 24px;
	content: "";
	display: inline-block;
	height: 42px;
	margin-right: 8px;
	width: 40px;
}

.select2-container .select2-selection--single .wc-stripe-select2-container.visa:before, .select2-results__options li.wc-stripe-select2-container.visa:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/visa.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.americanexpress:before, .select2-container .select2-selection--single .wc-stripe-select2-container.amex:before, .select2-results__options li.wc-stripe-select2-container.americanexpress:before, .select2-results__options li.wc-stripe-select2-container.amex:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/amex.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.discover:before, .select2-results__options li.wc-stripe-select2-container.discover:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/discover.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.mastercard:before, .select2-results__options li.wc-stripe-select2-container.mastercard:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/mastercard.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.diners:before, .select2-container .select2-selection--single .wc-stripe-select2-container.dinersclub:before, .select2-results__options li.wc-stripe-select2-container.diners:before, .select2-results__options li.wc-stripe-select2-container.dinersclub:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/diners.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.jcb:before, .select2-results__options li.wc-stripe-select2-container.jcb:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cards/jcb.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_sepa:before, .select2-results__options li.wc-stripe-select2-container.stripe_sepa:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/source/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/sepa.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_amazonpay:before, .select2-container .select2-selection--single .wc-stripe-select2-container.stripe_upm.amazon_pay:before, .select2-results__options li.wc-stripe-select2-container.stripe_amazonpay:before, .select2-results__options li.wc-stripe-select2-container.stripe_upm.amazon_pay:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/amazon_pay.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_cashapp:before, .select2-results__options li.wc-stripe-select2-container.stripe_cashapp:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/source/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/cashapp.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_upm.revolut_pay:before, .select2-results__options li.wc-stripe-select2-container.stripe_upm.revolut_pay:before {
	background-image: url("https://cdn-dbggh.nitrocdn.com/AIiDCjqvjTNXdrJTjvEIsVJIHHpGLhDY/assets/images/optimized/rev-30c84c6/www.lieferreparatur.de/wp-content/plugins/woo-stripe-payment/assets/img/revolut_pay.svg");
}

.select2-container .select2-selection--single .wc-stripe-select2-container.stripe_becs:before, .select2-results__options li.wc-stripe-select2-container.stripe_becs:before, .select2-results__options li.wc-stripe-select2-container.wc-stripe-ach:before {
	display: none;
}

#wc-stripe-card-element.payment-type {
	height: 100%;
	padding: 0;
}

.payment_methods .wc-stripe-save-source, .wc-stripe_cc-new-method-container .wc-stripe-save-source {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.payment_methods .wc-stripe-save-source .save-source-label, .wc-stripe_cc-container .wc-stripe-save-source .save-source-label {
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
}

.payment_methods .wc-stripe-save-source input[type=checkbox][name$=_save_source_key], .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox][name=stripe_cc_save_source_key] {
	height: 20px;
	opacity: 0;
	position: absolute;
	width: 20px;
}

.payment_methods .wc-stripe-save-source label.checkbox, .wc-stripe_cc-container .wc-stripe-save-source label.checkbox {
	position: relative;
}

.payment_methods .save-source-checkbox, .wc-stripe_cc-container .save-source-checkbox {
	background-color: #fff;
	border: 1px solid #bababa;
	border-radius: 3px;
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}

.payment_methods .save-source-checkbox:after, .wc-stripe_cc-container .save-source-checkbox:after {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after, .wc-stripe_cc-container .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after {
	border: solid #2196f3;
	border-width: 0 3px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 12px;
	left: 6px;
	top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 7px;
}

li.payment_method_stripe_applepay, li.payment_method_stripe_googlepay, li.payment_method_stripe_payment_request {
	display: none;
}

#payment #place_order.wc-stripe-hide, #place_order.wc-stripe-hide, .woocommerce-checkout-review-order #payment #place_order.wc-stripe-hide {
	height: 0 !important;
	opacity: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	width: 0 !important;
	z-index: -1000 !important;
}

.wc-stripe-product-checkout-container {
	display: none;
	width: 100%;
}

.wc-stripe-product-checkout-container.bottom {
	margin-top: 1em;
}

.wc-stripe-product-checkout-container.top {
	margin-bottom: 1em;
}

.wc-stripe-product-checkout-container.active {
	display: block;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods, .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-stripe-cart-checkout-container {
	clear: both;
	margin: 0;
	padding: 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods {
	margin: 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active {
	margin-bottom: 1.5em;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_], .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] {
	list-style: none;
	margin: 0 0 1em;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods li[class*=payment_method_stripe_]:last-child, .wc-stripe-product-checkout-container ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_]:last-child {
	margin: 0;
}

.wc_stripe_cart_payment_methods .gpay-button, .wc_stripe_cart_payment_methods .gpay-card-info-container, .wc_stripe_product_payment_methods .gpay-button, .wc_stripe_product_payment_methods .gpay-card-info-container {
	margin: 0;
	min-width: 100%;
	width: 100% !important;
}

.wc_stripe_product_payment_methods .disabled {
	opacity: .45;
}

.stripe_cart_gateway_active .checkout-button, .woocommerce-cart .stripe_cart_gateway_active .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
}

.wc-stripe-cart-or {
	margin: 1em 0;
	text-align: center;
}

li.wc-stripe-payment-method.or {
	display: none;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or {
	display: block;
	margin: 15px 0;
}

.wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or p {
	margin: 0;
}

li[class*=payment_method_stripe_].active~li.wc-stripe-payment-method.or {
	display: block;
	margin: 0;
}

li.payment_method_stripe_applepay label:first-of-type img {
	max-height: 32px;
	width: 49px;
}

li.payment_method_stripe_googlepay label:first-of-type img {
	max-height: 35px;
	width: 48px;
}

li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_standard], li.payment_method_stripe_payment_request label:first-of-type img[src*=googlepay_standard] {
	max-height: 35px;
	width: 60px;
}

li.payment_method_stripe_googlepay label:first-of-type img[src*=googlepay_round_outline], li.payment_method_stripe_payment_request label:first-of-type img[src*=googlepay_round_outline] {
	max-height: 30px;
	width: 56px;
}

li.payment_method_stripe_ach label:first-of-type img, li.payment_method_stripe_plaid label:first-of-type img {
	height: 32px;
	min-height: 32px;
	min-width: 32px;
	width: 32px;
}

li.payment_method_stripe_affirm label:first-of-type img {
	height: 26px;
	width: 65px;
}

li.payment_method_stripe_afterpay label:first-of-type img {
	height: 20px;
	width: 100px;
}

li.payment_method_stripe_afterpay label:first-of-type img[src$="afterpay_mint_black.svg"], li.payment_method_stripe_afterpay label:first-of-type img[src$="clearpay_mint_black.svg"] {
	height: 32px;
	width: 92px;
}

li.payment_method_stripe_blik label:first-of-type img {
	width: 64px;
}

li.payment_method_stripe_konbini label:first-of-type img {
	width: 52px;
}

li.payment_method_stripe_paynow label:first-of-type img {
	width: 82px;
}

li.payment_method_stripe_promptpay label:first-of-type img {
	width: 84px;
}

li.payment_method_stripe_affirm label[for=payment_method_stripe_affirm] {
	align-items: center;
	display: flex;
}

#wc-stripe-affirm-message-container, #wc-stripe-afterpay-message-container {
	flex: 1 1 auto;
	margin-left: 30px;
	min-width: 200px;
}

#wc-stripe-klarna-message-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

#wc-stripe-affirm-message-container .__PrivateStripeElement, #wc-stripe-affirm-message-container .StripeElement {
	width: 100%;
}

#wc-stripe-afterpay-message-container {
	text-align: end;
}

.gpay-button-container .gpay-button:hover, .gpay-button:active, .gpay-button:focus, .wc-stripe-checkout-banner-gateway .gpay-button:hover {
	background-origin: content-box;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

@supports (-webkit-appearance:-apple-pay-button) {
	.apple-pay-button {
		-webkit-appearance: -apple-pay-button !important;
		display: block;
		height: 40px;
		max-height: 40px;
		max-width: 100%;
		min-width: 200px;
		width: 100%;
	}
	
	.apple-pay-button-rounded {
		border-radius: 50px !important;
	}
	
	.apple-pay-button-black {
		-apple-pay-button-style: #000;
	}
	
	.apple-pay-button-white {
		-apple-pay-button-style: #fff;
	}
	
	.apple-pay-button-white-with-line {
		-apple-pay-button-style: white-outline;
	}
	
	body.single-product div.product form.cart .wc_stripe_product_payment_methods .apple-pay-button {
		max-width: 100%;
	}
}

.wc-stripe-banner-checkout {
	display: none;
	margin: 1em 0;
	padding: 0;
	position: relative;
}

.wc-stripe-banner-checkout fieldset {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 15px 25px;
}

.wc-stripe-banner-checkout fieldset legend {
	font-weight: 500;
	margin: 0 auto;
	padding: 0 1rem;
}

.wc-stripe-banner-checkout.active {
	display: block;
}

.wc-stripe-banner-checkout span.banner-divider {
	align-items: center;
	background: transparent;
	display: flex;
	font-size: 16px;
	left: 0;
	right: 0;
	top: -13px;
	white-space: nowrap;
}

.wc-stripe-banner-checkout span.banner-divider:after, .wc-stripe-banner-checkout span.banner-divider:before {
	background: #d1d1d1;
	content: " ";
	display: block;
	height: 1px;
	width: 50%;
}

.wc-stripe-banner-checkout span.banner-divider:before {
	margin-right: 1rem;
}

.wc-stripe-banner-checkout span.banner-divider:after {
	margin-left: 1rem;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway {
	display: none;
	margin: 0 auto;
	max-width: 240px;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway.active:nth-child(n+2) {
	margin: 10px auto 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway:first-child:not(.active)+li.wc-stripe-checkout-banner-gateway.active {
	margin: 0 auto;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway .gpay-button, .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways li.wc-stripe-checkout-banner-gateway .gpay-card-info-container {
	margin: 0;
}

.wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways .gpay-button, .wc-stripe-banner-checkout ul.wc_stripe_checkout_banner_gateways .gpay-card-info-container {
	width: 100%;
}

.wc_stripe_cart_payment_methods .payment_method_stripe_payment_request .StripeElement, .wc_stripe_product_payment_methods .payment_method_stripe_payment_request .StripeElement, .woocommerce-checkout #wc-stripe-payment-request-container.StripeElement {
	padding: 0;
	width: 100%;
}

.wc-stripe-checkout-banner-gateway #wc-stripe-payment-request-banner.StripeElement {
	width: 100%;
}

ul.payment_methods li.payment_method_stripe_p24 img {
	max-height: 45px;
	max-width: 90px;
	width: 90px;
}

ul.payment_methods li.payment_method_stripe_ideal img {
	max-height: 35px;
	max-width: 38px;
	width: 38px;
}

ul.payment_methods li.payment_method_stripe_fpx img {
	max-height: 25px;
	max-width: 75px;
	width: 75px;
}

ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna] {
	max-height: 20px;
	max-width: 72px;
	width: 72px;
}

ul.payment_methods li.payment_method_stripe_klarna img[src*=klarna_pink] {
	height: 32px;
	max-height: 32px;
	width: 56px;
}

ul.payment_methods li.payment_method_stripe_giropay img {
	max-height: 28px;
	max-width: 65px;
	width: 65px;
}

ul.payment_methods li.payment_method_stripe_eps img {
	max-height: 46px;
	max-width: 70px;
	width: 70px;
}

ul.payment_methods li.payment_method_stripe_multibanco img {
	max-height: 48px;
	max-width: 48px;
	width: 48px;
}

ul.payment_methods li.payment_method_stripe_sepa img {
	max-height: 18px;
	max-width: 67px;
	width: 67px;
}

ul.payment_methods li.payment_method_stripe_sofort img {
	max-height: 21px;
	max-width: 70px;
	width: 70px;
}

label[for=payment_method_stripe_bancontact] img, ul.payment_methods li.payment_method_stripe_bancontact img {
	height: 42px;
	max-height: 42px;
	max-width: 60px;
	width: 60px;
}

ul.payment_methods li.payment_method_stripe_wechat label img {
	max-height: 23px;
	max-width: 82px;
	width: 82px;
}

ul.payment_methods li.payment_method_stripe_alipay img {
	height: 36px;
	max-height: 36px;
	max-width: 72px;
	width: 72px;
}

ul.payment_methods li.payment_method_stripe_grabpay img {
	max-height: 28px;
	max-width: 95px;
	width: 95px;
}

ul.payment_methods li.payment_method_stripe_oxxo img {
	max-height: 24px;
	max-width: 52px;
	width: 52px;
}

ul.payment_methods li.payment_method_stripe_swish img {
	max-height: 28px;
	max-width: 90px;
	width: 90px;
}

ul.payment_methods li.payment_method_stripe_twint img {
	max-height: 35px;
	width: 35px;
}

ul.payment_methods li.payment_method_stripe_cashapp img {
	height: 32px;
	width: 32px;
}

ul.payment_methods li.payment_method_stripe_revolut img {
	height: 28px;
	width: 22px;
}

ul.payment_methods li.payment_method_stripe_zip img {
	height: 30px;
	width: 48px;
}

#wc-stripe-card-element {
	width: 100%;
}

li.banner_payment_method_stripe_payment_request .StripeElement {
	padding: 0;
}

.single-product .blockMsg {
	background-color: transparent !important;
	border: none !important;
}

#wc-stripe-card {
	border: none;
	height: 15px;
	padding: 0;
	position: absolute !important;
	right: 8px;
	top: 50%;
	transform: translatey(-50%);
	width: 23px;
}

#wc-stripe-card.active {
	height: 20px;
	width: 32px;
}

input[id=stripe-postal-code]:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
}

div.postalCode:focus {
	border: none;
	outline: none;
}

li[class*=payment_method_stripe] .select2-container .select2-selection--single {
	height: 42px;
	padding: 0 5px;
}

li[class*=payment_method_stripe] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
	right: 1px;
	top: 1px;
	transform: translateY(0);
}

.blockUI.blockMsg {
	font-size: 20px;
	white-space: nowrap;
}

#wc-stripe-payment-request-container.disabled {
	opacity: .45;
}

.wc-stripe-paymentRequest-icons-container img {
	float: none;
}

.select2-container .select2-selection--single .wc-stripe-select2-container.wc-stripe-ach:before {
	display: none;
}

ul.wc_stripe_cart_payment_methods li.wc-stripe-payment-method button, ul.wc_stripe_checkout_banner_gateways li button, ul.wc_stripe_product_payment_methods li[class*=payment_method_stripe_] button {
	margin: 0;
}

ul.payment_methods li[class*=payment_method] {
	margin: 0;
	padding: 10px 0;
}

ul.payment_methods li[class*=payment_method] input[name=payment_method] {
	float: none;
	margin: 0 10px 0 5px;
}

ul.payment_methods li[class*=payment_method_stripe_]>input[name=payment_method]+label {
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0;
}

ul.payment_methods {
	list-style: none;
}

ul.payment_methods li[class*=payment_method_stripe_] .wc-stripe_cc-new-method-container label:before {
	display: none;
}

.wc-stripe-save-source label.checkbox, .wc-stripe_cc-container .wc-stripe-save-source label.checkbox {
	margin: 0;
	padding: 0 !important;
}

#payment .payment_methods li #wc_stripe_local_payment_stripe_wechat img, #wc_stripe_local_payment_stripe_wechat img {
	float: none;
	max-height: 100%;
}

.qrcode-message {
	margin: 10px 0 0;
}

#wc_stripe_local_payment_stripe_becs, #wc_stripe_local_payment_stripe_sepa {
	box-shadow: 0 1px 3px 0 #e6ebf1;
	padding: 10px 12px;
}

.wc-stripe-local-desc.stripe_becs, .wc-stripe-local-desc.stripe_sepa {
	margin: 10px 0;
}

.wc-stripe-clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.wc-stripe-gateway-desc p {
	margin: 0;
}

#wc_stripe_local_payment_stripe_klarna, .wc-stripe-gateway-desc, li[class*=payment_method_stripe_] div.wc-stripe-gateway-container.has_tokens {
	margin-top: 10px;
}

#wc-stripe-card-element.StripeElement--webkit-autofill {
	background-color: transparent !important;
}

#wc_stripe_local_payment_stripe_klarna .stripe-klarna-categories {
	list-style: none;
	margin: 0;
	padding: 10px;
}

li.payment_method_stripe_alipay, li.payment_method_stripe_bancontact, li.payment_method_stripe_becs, li.payment_method_stripe_eps, li.payment_method_stripe_fpx, li.payment_method_stripe_giropay, li.payment_method_stripe_ideal, li.payment_method_stripe_klarna, li.payment_method_stripe_multibanco, li.payment_method_stripe_p24, li.payment_method_stripe_sepa, li.payment_method_stripe_sofort, li.payment_method_stripe_wechat {
	display: none;
}

.widget_shopping_cart_content .wc-stripe-mini-cart-payment-methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_shopping_cart_content .wc-stripe-mini-cart-payment-methods li {
	margin: 0;
}

.widget_shopping_cart_content a.wc-stripe-applepay-mini-cart, .widget_shopping_cart_content a.wc-stripe-gpay-mini-cart, .widget_shopping_cart_content a.wc-stripe-payment-request-mini-cart {
	background: transparent;
	border: none;
	padding: 0;
}

a.wc-stripe-gpay-mini-cart .gpay-button, a.wc-stripe-gpay-mini-cart .gpay-card-info-container a.wc-stripe-applepay-mini-cart .apple-pay-button {
	margin: 0;
	width: 100%;
}

.wc-stripe-payment-request-mini-cart.StripeElement {
	background: transparent;
	border: none;
	padding: 0;
	width: 100%;
}

.wc-stripe-payment-request-mini-cart.StripeElement .__PrivateStripeElement {
	width: 100%;
}

.wc-stripe-minicart-overlay {
	background: hsla(0, 0%, 100%, .75);
	display: none !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.wc-stripe-minicart-overlay.active {
	display: block !important;
	z-index: 9999;
}

.wc-stripe-klarna-loader {
	box-sizing: border-box;
	display: flex;
	height: 30px;
	justify-content: center;
	position: relative;
	transform: scale(.65);
	width: 100%;
}

.wc-stripe-klarna-loader div {
	animation: klarna-payments-loader 1.3s cubic-bezier(.5, 0, .5, 1) infinite;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #000;
	box-sizing: border-box;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
}

.wc-stripe-klarna-loader div:first-child {
	animation-delay: -.45s;
}

.wc-stripe-klarna-loader div:nth-child(2) {
	animation-delay: -.3s;
}

.wc-stripe-klarna-loader div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes klarna-payments-loader {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

li.payment_method_stripe_alipay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_applepay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_bancontact.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_eps.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_giropay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_googlepay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_grabpay.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_multibanco.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_oxxo.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_p24.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_payment_request.wc-stripe-no-desc .payment_box.wc-stripe-no-methods, li.payment_method_stripe_sofort.wc-stripe-no-desc .payment_box.wc-stripe-no-methods {
	margin: 0;
	padding: 0;
}

.wc-stripe-shortcode-cart-buttons .wc-stripe-cart-checkout-container ul.wc_stripe_cart_payment_methods.active li.wc-stripe-payment-method.or {
	display: none;
}

label[for=payment_method_stripe_afterpay]>#wc-stripe-afterpay-msg {
	display: inline-block;
	float: right;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg .__PrivateStripeElement p, #wc-stripe-afterpay-product-msg .__PrivateStripeElement p, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .__PrivateStripeElement p {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#wc-stripe-afterpay-cart-msg .__PrivateStripeElement p .AfterpayMessage-logo, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .__PrivateStripeElement p .AfterpayMessage-logo {
	vertical-align: middle;
}

.payment_method_stripe_afterpay #wc_stripe_local_payment_stripe_afterpay.ineligible {
	display: none;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite {
	margin: 0 auto;
	max-width: 320px;
	padding: 10px 0;
	text-align: center;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite img {
	display: inline-block;
}

.payment_method_stripe_afterpay .wc-stripe-afterpay__offsite p {
	font-size: 14px;
	margin-top: 10px;
}

.wc-stripe-offsite-notice-container {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 10px;
	width: 100%;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 400px;
	text-align: center;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice img {
	max-width: 105px;
}

.wc-stripe-offsite-notice-container .wc-stripe-offsite-notice p {
	font-size: 14px;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg {
	text-align: left;
}

#wc-stripe-afterpay-cart-container #wc-stripe-afterpay-cart-msg .AfterpayMessage-logoSvg, .payment_method_stripe_afterpay #wc-stripe-afterpay-msg .AfterpayMessage-logoSvg {
	max-width: 90px;
	min-width: 64px;
}

#wc-stripe-afterpay-cart-container td {
	border: none;
}

#wc-stripe-affirm-cart-container td:before, #wc-stripe-afterpay-cart-container td:before {
	content: "";
}

.AfterpayMessage-logoSvg {
	display: inline-block;
}

#wc-stripe-afterpay-product-msg {
	font-size: 14px;
}

#wc-stripe-afterpay-product-msg .AfterpayMessage-logoSvg {
	max-width: 80px;
	min-width: 64px;
}

.wc-stripe-afterpay-minicart-msg {
	font-size: .8em;
}

.afterpay-ineligible, .payment_method_stripe_afterpay.afterpay-ineligible {
	display: none;
}

.woocommerce-mini-cart__buttons .gpay-card-info-container {
	margin: 0;
	min-width: 100%;
}

.wc-stripe-boleto__description {
	margin-top: 10px;
}

.wc-stripe-boleto__description div {
	align-items: center;
	display: flex;
}

.wc-stripe-boleto__description div label {
	margin: 0;
}

.wc-stripe-klarna__testmode {
	margin-top: 10px;
}

.wc-stripe-klarna__testmode label {
	display: inline-block;
}

div.payment_method_stripe_cc>.woocommerce-NoticeGroup {
	margin-bottom: 10px;
}

div.payment_method_stripe_cc.custom-form__bootstrap>.woocommerce-NoticeGroup {
	margin-bottom: 20px;
}

.wc-stripe-installment-container {
	margin-top: 15px;
}

.wc-stripe-installment-container p {
	margin: 0;
}

.wc-stripe-installment-container label.installment-label {
	align-items: center;
	display: flex;
	font-weight: 500;
	margin: 0 0 5px;
	position: relative;
}

.wc-stripe-installment-container .wc-stripe-installment-options.loading-installments {
	opacity: .4;
}

.wc-stripe-installment-loader__container {
	flex: 1 1 auto;
}

.wc-stripe-installment-loader__container .wc-stripe-installment-loader {
	height: 30px;
	position: absolute;
	top: -2px;
	transform: scale(.55);
	width: 30px;
}

.wc-stripe-installment-loader div {
	animation: installment-loader 1.3s cubic-bezier(.5, 0, .5, 1) infinite;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #000;
	box-sizing: border-box;
	display: block;
	height: 30px;
	position: absolute;
	width: 30px;
}

.wc-stripe-installment-loader div:first-child {
	animation-delay: -.45s;
}

.wc-stripe-installment-loader div:nth-child(2) {
	animation-delay: -.3s;
}

.wc-stripe-installment-loader div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes installment-loader {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

#wc-stripe-ach-container .wc-stripe-ach__mandate {
	margin: 10px 0;
}

.gpay-button-fill-new-style.gpay-button-container>.gpay-button.pay, .gpay-button-fill-new-style .gpay-button.checkout, .gpay-button-fill-new-style .gpay-button.order, .gpay-button-fill-new-style .gpay-button.pay, .gpay-button-fill-new-style .gpay-button.subscribe {
	padding: 9px 24px;
}

.stripe-link-icon-container {
	background-origin: content-box;
	background-position: 100%;
	background-repeat: no-repeat;
}

.wc-stripe-link-icon {
	display: flex;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

div.product .wc-stripe-bnpl-product-message {
	margin-bottom: .8em;
}

.wc-stripe-shop-message-container.stripe_affirm {
	width: 100%;
}

.wc-stripe-blik-code {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.wc-stripe-blik-code .woocommerce-input-wrapper .input-text.blik-code {
	height: 45px;
	padding: 8px;
	text-align: center;
	width: 45px;
}

.wc-stripe-blik-code .form-row {
	padding: 0 8px;
}

.blik-timer-container {
	align-items: baseline;
	display: flex;
	flex-direction: column;
	font-size: 1.2em;
}

.blik-timer-container #blik_timer {
	font-size: 2em;
	margin-left: 12px;
}

#wc_stripe_local_payment_stripe_blik ol, .wc-stripe-konbini-instructions ol, .wc-stripe-paynow-instructions ol {
	margin: 0;
	padding: 0;
}

#wc_stripe_local_payment_stripe_blik ol li, #wc_stripe_local_payment_stripe_wechat ol li {
	list-style-type: decimal !important;
}

.wc-stripe-bnpl-cart-message-container:nth-of-type(n+2) {
	margin-top: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) div.wc-stripe-gateway-container li:before {
	content: none;
}

.wc-stripe_upm-new-method-container .wc-stripe-save-source {
	margin-top: 10px;
}

.wc-stripe-wallet-notice {
	align-items: flex-start;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .03), 0 3px 6px rgba(0, 0, 0, .02);
	display: flex;
	flex-direction: column;
	padding: 12px;
}

.wc-stripe-wallet-notice img.wc-stripe-wallet-notice--icon {
	height: 42px;
	margin-right: 10px;
	width: 42px;
}

.wc-stripe-wallet-notice img.wc-stripe-wallet-notice--mark {
	height: 2em;
	margin-bottom: 10px;
	width: auto;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--selected-gateway {
	font-weight: 500;
	margin: 0;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--text {
	align-items: center;
	color: #6d6e78;
	display: flex;
	margin: 0;
}

.wc-stripe-wallet-notice .wc-stripe-wallet-notice--divider {
	background: #e6e6e6;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

@keyframes bounce {
	20%, 53%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom;
}

@keyframes flash {
	50%, from, to {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	animation-name: flash;
}

@keyframes pulse {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}

.pulse {
	animation-name: pulse;
}

@keyframes rubberBand {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
}

.rubberBand {
	animation-name: rubberBand;
}

@keyframes shake {
	from, to {
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	animation-name: shake;
}

@keyframes headShake {
	0% {
		transform: translateX(0);
	}
	
	6.5% {
		transform: translateX(-6px) rotateY(-9deg);
	}
	
	18.5% {
		transform: translateX(5px) rotateY(7deg);
	}
	
	31.5% {
		transform: translateX(-3px) rotateY(-5deg);
	}
	
	43.5% {
		transform: translateX(2px) rotateY(3deg);
	}
	
	50% {
		transform: translateX(0);
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake;
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	to {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing;
}

@keyframes tada {
	from, to {
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
}

.tada {
	animation-name: tada;
}

@keyframes wobble {
	from, to {
		transform: none;
	}
	
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
}

.wobble {
	animation-name: wobble;
}

@keyframes jello {
	11.1%, from, to {
		transform: none;
	}
	
	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
}

.jello {
	animation-name: jello;
	transform-origin: center;
}

@keyframes bounceIn {
	20%, 40%, 60%, 80%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	animation-name: bounceIn;
}

@keyframes bounceInDown {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInDown {
	animation-name: bounceInDown;
}

@keyframes bounceInLeft {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInLeft {
	animation-name: bounceInLeft;
}

@keyframes bounceInRight {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.bounceInRight {
	animation-name: bounceInRight;
}

@keyframes bounceInUp {
	60%, 75%, 90%, from, to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	animation-name: bounceInUp;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.fadeIn {
	animation-name: fadeIn;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInLeft {
	animation-name: fadeInLeft;
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	animation-name: fadeInUp;
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	to {
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	to {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight;
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	to {
		opacity: 1;
		transform: none;
	}
}

.rollIn {
	animation-name: rollIn;
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	animation-name: zoomInDown;
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	animation-name: zoomInLeft;
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	animation-name: zoomInRight;
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	animation-name: zoomInUp;
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	animation-name: slideInDown;
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	animation-name: slideInRight;
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	to {
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	animation-name: slideInUp;
}

.elementor-animation-grow {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
	transform: scale(1.1);
}

.elementor-animation-shrink {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
	transform: scale(.9);
}

@keyframes elementor-animation-pulse {
	25% {
		transform: scale(1.1);
	}
	
	75% {
		transform: scale(.9);
	}
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
	animation-name: elementor-animation-pulse;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(.9);
	}
}

.elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-push {
	50% {
		transform: scale(.8);
	}
	
	100% {
		transform: scale(1);
	}
}

.elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
	animation-name: elementor-animation-push;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2);
	}
}

.elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

.elementor-animation-bounce-in {
	transition-duration: .5s;
}

.elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-bounce-out {
	transition-duration: .5s;
}

.elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
	transform: scale(.8);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

.elementor-animation-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
	transform: rotate(4deg);
}

.elementor-animation-grow-rotate {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
	transform: scale(1.1) rotate(4deg);
}

.elementor-animation-float {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
	transform: translateY(-8px);
}

.elementor-animation-sink {
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
	transform: translateY(8px);
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	
	50% {
		transform: translateY(-4px);
	}
	
	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px);
	}
	
	50% {
		transform: translateY(4px);
	}
	
	100% {
		transform: translateY(8px);
	}
}

@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px);
	}
}

.elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: .3s, 1.5s;
	animation-delay: 0s, .3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

.elementor-animation-skew {
	transition-duration: .3s;
	transition-property: transform;
}

.elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-forward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
	transform: skew(-10deg);
}

.elementor-animation-skew-backward {
	transition-duration: .3s;
	transition-property: transform;
	transform-origin: 0 100%;
}

.elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
	transform: skew(10deg);
}

@keyframes elementor-animation-wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}
	
	33.3% {
		transform: translateY(-6px);
	}
	
	49.95% {
		transform: translateY(4px);
	}
	
	66.6% {
		transform: translateY(-2px);
	}
	
	83.25% {
		transform: translateY(1px);
	}
	
	100% {
		transform: translateY(0);
	}
}

.elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
	animation-name: elementor-animation-wobble-vertical;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-horizontal {
	16.65% {
		transform: translateX(8px);
	}
	
	33.3% {
		transform: translateX(-6px);
	}
	
	49.95% {
		transform: translateX(4px);
	}
	
	66.6% {
		transform: translateX(-2px);
	}
	
	83.25% {
		transform: translateX(1px);
	}
	
	100% {
		transform: translateX(0);
	}
}

.elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
	animation-name: elementor-animation-wobble-horizontal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-bottom-right {
	16.65% {
		transform: translate(8px, 8px);
	}
	
	33.3% {
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		transform: translate(4px, 4px);
	}
	
	66.6% {
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		transform: translate(1px, 1px);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
	animation-name: elementor-animation-wobble-to-bottom-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-to-top-right {
	16.65% {
		transform: translate(8px, -8px);
	}
	
	33.3% {
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		transform: translate(4px, -4px);
	}
	
	66.6% {
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		transform: translate(1px, -1px);
	}
	
	100% {
		transform: translate(0, 0);
	}
}

.elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
	animation-name: elementor-animation-wobble-to-top-right;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-top {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-top {
	transform-origin: 0 100%;
}

.elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
	animation-name: elementor-animation-wobble-top;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-bottom {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-bottom {
	transform-origin: 100% 0;
}

.elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
	animation-name: elementor-animation-wobble-bottom;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		transform: skew(-12deg);
	}
	
	33.3% {
		transform: skew(10deg);
	}
	
	49.95% {
		transform: skew(-6deg);
	}
	
	66.6% {
		transform: skew(4deg);
	}
	
	83.25% {
		transform: skew(-2deg);
	}
	
	100% {
		transform: skew(0);
	}
}

.elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
	animation-name: elementor-animation-wobble-skew;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-buzz {
	50% {
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		transform: translateX(-3px) rotate(-2deg);
	}
}

.elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
	animation-name: elementor-animation-buzz;
	animation-duration: .15s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes elementor-animation-buzz-out {
	10% {
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		transform: translateX(-1px) rotate(0);
	}
}

.elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
	animation-name: elementor-animation-buzz-out;
	animation-duration: .75s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
