
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open, body.wc-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: 100%;
}

.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;
	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, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-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, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-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, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-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, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-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: .7;
}

.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 wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	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 {
	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 {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.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;
	text-decoration: none;
}

.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>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.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;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

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

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-price-slider {
	margin-bottom: 24px;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		animation: none;
	}
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
	display: none;
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	animation: none;
}

.wc-block-components-price-slider__range-input-wrapper {
	appearance: none;
	background: transparent;
	border: 0 !important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0 !important;
	position: relative;
}

.wc-block-components-price-slider__range-input-wrapper:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: .5625em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__range-input-wrapper.is-loading {
		animation: none;
	}
}

.wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: currentColor;
	background: var(--track-background);
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 16px 0;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	border-radius: 4px;
	border-width: 1px;
	font-size: .875em;
	margin: 0;
	max-width: 80px;
	min-width: 0;
	padding: 8px;
	width: auto;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 60px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0 !important;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: max-content;
	z-index: 1;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
		animation: none;
	}
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls {
	align-items: start;
}

.wc-block-components-price-slider__control {
	align-items: start;
	display: grid;
	gap: 4px;
}

.wc-block-components-price-slider__label {
	font-size: .875em;
	order: 1;
}

.wc-block-components-price-slider__range-text {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 24px 0;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
	font-size: .875em;
}

.wc-block-components-price-slider__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0;
}

.wc-block-components-price-slider__range-input {
	appearance: none;
	background: transparent;
	border: 0 !important;
	display: block;
	height: 0;
	left: 0;
	margin: 0;
	outline: none;
	outline: none !important;
	padding: 0 !important;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: -5px 0 0;
	padding: 0;
	pointer-events: auto;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	appearance: none;
	background: transparent;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	appearance: none;
	background: transparent;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	background-position-x: left;
	margin-left: -2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right;
}

.rtl .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	background: var(--track-background);
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
	background: transparent;
	border: 3px solid;
	box-sizing: border-box;
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
	background: transparent;
	height: 0;
	width: calc(100% + 6px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
	background: #fff;
	height: 12px;
	margin-top: -6px;
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background: #fff;
	box-sizing: content-box;
	height: 12px;
	transform: translate(2px, 2px);
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background: #fff;
	box-sizing: content-box;
	height: 12px;
	transform: translate(-2px, 2px);
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
	border-color: transparent !important;
}

.theme-twentytwentyfive .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__range-input-wrapper {
	margin: 17px 0 15px;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-filter-submit-button {
	border: none;
	display: block;
	margin-left: auto;
	white-space: nowrap;
}

.wc-block-components-filter-submit-button.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	line-height: normal;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: max-content;
	z-index: 1;
}

.wc-block-components-filter-submit-button.is-loading>* {
	visibility: hidden;
}

.wc-block-components-filter-submit-button.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-filter-submit-button.is-loading {
		animation: none;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-filter-reset-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
	background: transparent;
}

.wc-block-components-filter-reset-button:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.wc-block-components-filter-reset-button[disabled] {
	cursor: not-allowed;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-filter-title-placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 1.625em;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	margin-top: 12px;
	max-width: 100% !important;
	max-width: max-content !important;
	min-width: 80px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-filter-title-placeholder>* {
	visibility: hidden;
}

.wc-block-filter-title-placeholder:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-filter-title-placeholder {
		animation: none;
	}
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
	height: 1em;
	margin: 0;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wp-block-woocommerce-price-filter {
	border-color: #757575;
	border-radius: 4px;
	border-style: none !important;
}

.wp-block-woocommerce-price-filter h1, .wp-block-woocommerce-price-filter h2, .wp-block-woocommerce-price-filter h3, .wp-block-woocommerce-price-filter h4, .wp-block-woocommerce-price-filter h5, .wp-block-woocommerce-price-filter h6 {
	text-transform: inherit;
}

.wc-block-price-filter, .wc-block-price-filter__controls, .wc-block-price-slider {
	border-color: inherit;
	border-radius: inherit;
}

.wc-block-price-filter__controls input {
	border-color: inherit !important;
	border-radius: inherit !important;
	border-style: solid;
}

.wc-block-price-filter__controls .input-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: 2em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5.625em;
	z-index: 1;
}

.wc-block-price-filter__controls .input-loading>* {
	visibility: hidden;
}

.wc-block-price-filter__controls .input-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter__controls .input-loading {
		animation: none;
	}
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button, .wc-block-price-filter__button.wc-block-components-price-slider__button {
	font-size: .875em;
	padding: .5em 1em;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-error {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px 0;
	padding: 48px 0;
	text-align: center;
}

.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0;
}

.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%;
}

.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch;
}

.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch;
}

.wc-block-error__button {
	margin: 48px 0 0;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-name {
	font-size: 1em;
	overflow-wrap: anywhere;
	word-break: break-word;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-title {
	display: block;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-top: 0;
	padding: 0;
}

.wc-block-components-product-title a {
	color: inherit;
	font-size: inherit;
}

.is-loading .wc-block-components-product-title:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 7em;
	z-index: 1;
}

.is-loading .wc-block-components-product-title:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-title:before:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-title:before {
		animation: none;
	}
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
	width: 10em;
}

.wc-block-components-product-title--align-left {
	text-align: left;
}

.wc-block-components-product-title--align-center {
	text-align: center;
}

.wc-block-components-product-title--align-right {
	text-align: right;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-price--align-left {
	display: block;
	text-align: left;
}

.wc-block-components-product-price--align-center {
	display: block;
	text-align: center;
}

.wc-block-components-product-price--align-right {
	display: block;
	text-align: right;
}

.wc-block-components-product-price {
	display: block;
}

.wc-block-components-product-price[hidden] {
	display: none;
}

.wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
	margin-bottom: 12px;
}

.wc-block-components-product-price ins {
	text-decoration: none;
}

.wc-block-components-product-price .woocommerce-Price-amount {
	white-space: nowrap;
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: .5em;
}

.is-loading .wc-block-components-product-price:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	display: inline-block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5em;
	z-index: 1;
}

.is-loading .wc-block-components-product-price:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-price:before:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-price:before {
		animation: none;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wp-block-woocommerce-product-sale-badge {
	display: flex;
	flex-direction: column;
}

.wc-block-components-product-sale-badge {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	box-sizing: border-box;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	padding: .25em .75em;
	position: static;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
	z-index: 9;
}

.wc-block-components-product-sale-badge--align-left {
	align-self: auto;
}

.wc-block-components-product-sale-badge--align-center {
	align-self: center;
}

.wc-block-components-product-sale-badge--align-right {
	align-self: flex-end;
}

.wc-block-components-product-sale-badge span {
	background-color: inherit;
	color: inherit;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
	border: 0;
	border-radius: inherit;
	box-shadow: none;
	display: block;
	text-decoration: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
	border-radius: inherit;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
	display: none;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
	left: 4px;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px;
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
	left: 50%;
	margin: 0;
	position: absolute;
	right: auto;
	top: 4px;
	transform: translateX(-50%);
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
	left: auto;
	margin: 0;
	position: absolute;
	right: 4px;
	top: 4px;
}

.editor-styles-wrapper .wc-block-components-product-image__inner-container {
	justify-content: flex-start;
}

.is-loading .wc-block-components-product-image {
	background-color: currentColor !important;
	border: 0 !important;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: auto;
	z-index: 1;
}

.is-loading .wc-block-components-product-image>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-image:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-image {
		animation: none;
	}
}

.wc-block-components-product-image__inner-container {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	padding: 12px;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-product-image__tools-panel .components-input-control {
	margin-bottom: 8px;
}

.wc-block-components-product-image img {
	max-width: 100%;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-rating .wc-block-components-product-rating__container>* {
	vertical-align: middle;
}

.wc-block-components-product-rating .wc-block-components-product-rating__stars {
	display: inline-block;
	margin: 0;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-rating-stars {
	display: block;
	line-height: 1;
}

.wc-block-components-product-rating-stars__stars {
	display: inline-block;
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-components-product-rating-stars__stars:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-components-product-rating-stars__stars span {
	color: inherit;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-product-rating-stars__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-components-product-rating-stars__link {
	display: inline-block;
	font-size: .875em;
	height: 1.618em;
	text-align: inherit;
	width: 100%;
}

.wc-block-all-products .wc-block-components-product-rating-stars {
	margin-bottom: 12px;
	margin-top: 0;
}

.wc-block-components-product-rating-stars__norating-container {
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	gap: 8px;
}

.wc-block-components-product-rating-stars__norating {
	-webkit-text-stroke: 2px var(--wp--preset--color--black, #000);
	display: inline-block;
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	overflow: hidden;
	position: relative;
	width: 1.5em;
}

.wc-block-components-product-rating-stars__norating:before {
	color: transparent;
	content: "S";
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	white-space: nowrap;
}

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
	margin: 0;
}

.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 7em;
	z-index: 1;
}

.wc-block-all-products .is-loading .wc-block-components-product-rating>*, .wp-block-query .is-loading .wc-block-components-product-rating>* {
	visibility: hidden;
}

.wc-block-all-products .is-loading .wc-block-components-product-rating:after, .wp-block-query .is-loading .wc-block-components-product-rating:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
		animation: none;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wp-block-button.wc-block-components-product-button {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	white-space: normal;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link {
	border: 2px solid;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: currentColor;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background) {
	background-color: transparent;
	background-image: none;
}

.wp-block-button.wc-block-components-product-button.is-style-outline .wp-block-button__link:not(.has-background).nitro-lazy {
	background-image: none !important;
}

.wp-block-button.wc-block-components-product-button.has-custom-width .wp-block-button__link {
	box-sizing: border-box;
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-25 .wp-block-button__link {
	width: 25%;
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-50 .wp-block-button__link {
	width: 50%;
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-75 .wp-block-button__link {
	width: 75%;
}

.wp-block-button.wc-block-components-product-button.wp-block-button__width-100 .wp-block-button__link {
	width: 100%;
}

.wp-block-button.wc-block-components-product-button .wp-block-button__link {
	display: inline-flex;
	justify-content: center;
	text-align: center;
	white-space: normal;
	width: auto;
}

.wp-block-button.wc-block-components-product-button a[hidden], .wp-block-button.wc-block-components-product-button button[hidden] {
	display: none;
}

@keyframes slideOut {
	0% {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes slideIn {
	0% {
		opacity: 0;
		transform: translateY(90%);
	}
	
	to {
		opacity: 1;
		transform: translate(0);
	}
}

.wp-block-button.wc-block-components-product-button.align-left {
	align-items: flex-start;
}

.wp-block-button.wc-block-components-product-button.align-right {
	align-items: flex-end;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
	align-items: center;
	border-style: none;
	display: inline-flex;
	justify-content: center;
	line-height: inherit;
	overflow: hidden;
	white-space: normal;
	word-break: normal;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
	animation: slideOut .1s linear 1 normal forwards;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
	animation: slideIn .1s linear 1 normal;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	min-height: 3em;
	min-width: 8em;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
	visibility: hidden;
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
		animation: none;
	}
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
	margin-bottom: 12px;
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
	background-color: var(--button--color-background);
	border-color: var(--button--color-background);
	color: var(--button--color-text);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-summary {
	word-wrap: break-word;
	margin-bottom: 12px;
	margin-top: 0;
}

.wc-block-components-product-summary h1, .wc-block-components-product-summary h2, .wc-block-components-product-summary h3, .wc-block-components-product-summary h4, .wc-block-components-product-summary h5, .wc-block-components-product-summary h6 {
	color: inherit;
	font-size: 1.15em;
}

.wc-block-components-product-summary__more-link {
	display: inline-block;
}

.is-loading .wc-block-components-product-summary:before {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	content: ".";
	display: block;
	height: 6em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.is-loading .wc-block-components-product-summary:before>* {
	visibility: hidden;
}

.is-loading .wc-block-components-product-summary:before:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

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

@media screen and (prefers-reduced-motion:reduce) {
	.is-loading .wc-block-components-product-summary:before {
		animation: none;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-sku {
	display: block;
	overflow-wrap: break-word;
}

.wc-block-components-product-sku__prefix {
	color: var(--wp--preset--color--contrast-2);
}

.wc-block-components-product-sku__suffix {
	display: none;
}

.wc-block-components-product-sku.is-selected .wc-block-components-product-sku__suffix {
	display: inline;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-stock-indicator {
	display: block;
	font-size: .875em;
	margin-bottom: .75em;
	margin-top: 0;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
	clear: both;
	max-width: 512px;
	position: relative;
}

.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
	left: -1rem;
	right: unset;
	z-index: 1;
}

.woocommerce .wp-block-woocommerce-product-image-gallery:after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
	width: 100%;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-pagination {
	margin: 0 auto 16px;
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
	color: #333;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
}

.wc-block-components-pagination__page {
	border-color: transparent;
	min-width: 2.2em;
	padding: .3em .6em;
}

.wc-block-components-pagination__page:not([disabled]) {
	cursor: pointer;
}

@media (max-width:782px) {
	.wc-block-components-pagination__page {
		min-width: 1.6em;
		padding: .1em .2em;
	}
}

.wc-block-components-pagination__page:not(.toggle) {
	background-color: transparent;
}

.wc-block-components-pagination__ellipsis {
	padding: .3em;
}

@media (max-width:782px) {
	.wc-block-components-pagination__ellipsis {
		padding: .1em;
	}
}

.wc-block-components-pagination__page--active[disabled] {
	color: #333;
	font-weight: 700;
	opacity: 1 !important;
}

.wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
	background-color: inherit;
	color: #333;
	opacity: 1 !important;
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
	display: inline-block;
	transform: scaleX(-1);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.with-scroll-to-top__scroll-point {
	position: relative;
	top: -36px;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-product-sort-select {
	margin-bottom: 24px;
	text-align: left;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

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

.wc-block-grid {
	text-align: center;
}

.wc-block-grid__no-products {
	padding: 48px;
	text-align: center;
	width: 100%;
}

.wc-block-grid__no-products .wc-block-grid__no-products-image {
	color: inherit;
	display: block;
	margin: 0 auto 1em;
	max-width: 150px;
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
	display: block;
	font-weight: 700;
	margin: 0;
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
	display: block;
	margin: .25em 0 1em;
}

.wc-block-grid__products {
	background-clip: padding-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 16px;
	padding: 0;
}

.wc-block-grid__product {
	border-bottom: 16px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	box-sizing: border-box;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}

.wc-block-grid__product.wc-block-grid__product {
	box-sizing: border-box;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
	display: flex;
	flex-direction: column;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
	margin-bottom: 0;
	margin-top: auto;
	padding-bottom: 12px;
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
	flex: 1 0 100%;
	max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
	flex: 1 0 50%;
	max-width: 50%;
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
	flex: 1 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
	flex: 1 0 25%;
	max-width: 25%;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
	flex: 1 0 20%;
	max-width: 20%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	flex: 1 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
	flex: 1 0 14.2857142857%;
	max-width: 14.2857142857%;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
	flex: 1 0 12.5%;
	max-width: 12.5%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: .5em;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
	font-size: .58em;
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
	font-size: .75em;
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
	font-size: .92em;
}

@media (max-width:480px) {
	.wc-block-grid.has-2-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__products {
		display: block;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 100%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding: 0;
	}
}

@media (min-width:481px)and (max-width:600px) {
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product {
		flex: 1 0 50%;
		margin: 0 0 24px;
		max-width: 50%;
		padding: 0;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 8px;
	}
	
	.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
		padding-left: 8px;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-error {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px 0;
	padding: 48px 0;
	text-align: center;
}

.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0;
}

.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%;
}

.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch;
}

.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch;
}

.wc-block-error__button {
	margin: 48px 0 0;
}

.ays-pb-modals {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	text-align: center;
	height: 100%;
}

.ays-pb-modals.ays-pb-notification-modal {
	position: unset;
	text-align: unset;
	height: auto;
}

div[class*=ays-pb-modal_].ays_notification_window {
	width: 100%;
	animation-duration: 0s !important;
	position: relative;
}

.ays_pb_fa, i.ays_pb_fa {
	font-weight: 900;
}

.ays_pb_fa {
	display: inline-block;
	font: 900 14px/1 "Font Awesome 5 Free";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ays_pb_far {
	font-weight: 400 !important;
}

.ays_pb_fa_volume {
	content: "f028";
}

.ays_pb_fa_volume_off {
	content: "f026";
}

.fa-window-maximize:before {
	content: "";
	position: absolute;
	box-shadow: 0 0 0 0 #ccc;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-top: 3px solid #fff;
	top: 4px;
	left: 4px;
}

.ays-close-button-on-off, .ays_pb_display_none_inp, input.ays-pb-modal-check[type=checkbox] {
	display: none !important;
}

.ays-pb-modals:not(.ays-pb-modals.ays-pb-notification-modal)::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.ays-pb-modal-check, .ays-pb-modal-check:checked~.ays-pb-modal {
	pointer-events: auto;
}

.ays_button.ays_two {
	position: fixed;
	left: 5px;
	top: 5px;
	color: #9c00ff !important;
}

div[class*=ays-pb-modal_].ays_cmd_window {
	width: 450px;
	transition: .5s !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow-y: scroll;
}

.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar), .ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays-pb-modal:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays_cmd_window:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays_lil_window:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays_ubuntu_window:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays_window:not(.ays-pb-show-scrollbar), div[class*=ays-pb-modal_].ays_winxp_window:not(.ays-pb-show-scrollbar) {
	scrollbar-width: none;
}

.ays_cmd_window .ays_cmd_window-content {
	height: 79%;
	position: relative;
	background: unset;
	box-shadow: unset;
	border: unset;
}

.ays_cmd_window.ays_cmd_window--maximized, .ays_ubuntu_window.ays_ubuntu_window--maximized, .ays_window.ays_cmd_window--maximized, .ays_winxp_window.ays_winxp_window--maximized {
	width: 98% !important;
	flex-grow: 1 !important;
	height: 98% !important;
	top: unset !important;
}

.ays_cmd_window.ays_cmd_window--minimized, .ays_window.ays_cmd_window--minimized {
	height: 25px !important;
	width: 250px !important;
	bottom: 0 !important;
	top: unset !important;
	overflow: visible;
}

.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile, .ays_cmd_window.ays_cmd_window--minimized .ays_cmd_window-content, .ays_pb_display_none, .ays_ubuntu_window.ays_ubuntu_window--minimized .ays_ubuntu_folder-info, .ays_window.ays_cmd_window--minimized .ays_cmd_window-content {
	display: none;
}

.ays_cmd_window.ays_cmd_window--destroyed {
	opacity: 0;
	width: 0;
	height: 0;
}

.ays_cmd_window-header {
	background-color: #eee;
	height: 25px;
	display: flex;
	position: sticky;
	top: 0;
	z-index: 12;
	box-shadow: unset;
	border-bottom: 0;
}

.ays_cmd_window-controls {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	width: 20%;
	background-image: unset;
	padding: 0;
	box-shadow: unset;
}

.ays_cmd_window-header .ays_cmd_window_title {
	width: 80%;
	cursor: pointer;
}

.ays_cmd_window-header .ays_cmd_window_title h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: 5px;
	font-size: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: unset;
	white-space: nowrap;
}

.ays-pb-modal h2::before, .ays_cmd_window-header .ays_cmd_window_title h2::before, .ays_lil_header .ays_lil_title h2::before, .ays_ubuntu_window .ays_ubuntu_topbar h2::before, .ays_win98_header .ays_win98_title h2::before, .ays_winxp_title-bar .ays_winxp_title-bar-title h2::before {
	content: none;
}

.ays_cmd_window-controls .ays_cmd_control-item {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	transition: .15s ease-in;
	cursor: pointer;
	margin-bottom: 0;
}

.ays_cmd_window-controls .ays_cmd_control-item:hover {
	background-color: #ccc;
}

.ays_cmd_control-item.ays_cmd_control-close {
	font-size: 18px;
	line-height: 22px;
	font-family: sans-serif !important;
	min-width: 100%;
}

.ays_cmd_control-item.ays_cmd_control-close:hover {
	background-color: #ec6060;
	color: #fff;
}

.ays_cmd_control-item.ays_cmd_control-maximize {
	line-height: 19px;
}

.ays_cmd_control-item.ays_cmd_control-minimize {
	line-height: 22px;
}

.ays_cmd_window-cursor {
	display: flex;
	margin: 5px;
	position: sticky;
	top: 30px;
	z-index: 10;
}

.ays_cmd_window-cursor .ays_cmd_i-cursor-indicator {
	font-size: 1em;
	font-family: Consolas, monospace;
	margin: 0 2px 0 5px;
}

.ays_cmd_window-cursor .ays_cmd_i-cursor-underscore {
	width: 10px;
	height: 3px;
	align-self: flex-end;
	margin-right: 5px;
	-webkit-animation: steps(2, start) infinite ays_cmd_blink;
	-webkit-animation-duration: 1s !important;
	animation: steps(2, start) infinite ays_cmd_blink;
	animation-duration: 1s !important;
	animation-fill-mode: forwards;
}

.ays_cmd_window-input {
	background-color: inherit !important;
	border: none !important;
	outline: 0 !important;
	color: transparent !important;
	text-shadow: 0 0 0 #fff;
	font-family: Consolas, monospace;
	flex: 1;
	height: 0;
}

.ays_cmd_window-input:focus {
	outline: 0;
}

.ays_cmd_i-prompt {
	width: 62px;
	height: 62px;
	background: url("https://cdn-ilaaiel.nitrocdn.com/ZootcQmiNXgfjQHekpyTrTmShnzXblYA/assets/images/optimized/rev-e1679d9/cdn4.iconfinder.com/data/icons/small-n-flat/24/terminal-48.png") center no-repeat rgba(0, 0, 0, .35);
	border-radius: 10px;
	box-shadow: 0 3px 1px rgba(0, 0, 0, .25);
	cursor: pointer;
	transition: .15s ease-in-out;
}

.ays_cmd_i-prompt.nitro-lazy {
	background: none !important;
}

.ays_cmd_i-prompt:hover {
	background-position: center 4px;
}

.ays_cmd_i-prompt.ays_cmd_hidden {
	width: 0;
	height: 0;
	opacity: 0;
}

@-webkit-keyframes ays_cmd_blink {
	to {
		visibility: hidden;
	}
}

@keyframes ays_cmd_blink {
	to {
		visibility: hidden;
	}
}

ul.ays_cmd_window-controls-ul {
	display: flex;
	list-style: none;
	padding: 0 5px 0 0;
	margin: 0;
}

ul.ays_cmd_window-controls-ul li:not(:last-child) {
	margin-right: 7px;
	padding-bottom: 5px;
}

ul.ays_cmd_window-controls-ul li {
	margin: 0;
	min-width: 0;
}

.ays_cmd_window .ays_cmd_window-content>p {
	position: sticky;
	bottom: 6px;
	margin: auto;
}

.ays_cmd_window>p, .ays_winxp_window .ays_winxp_content>div:first-child>p {
	margin: 0;
	font-size: 16px;
}

.ays_cmd_window-cursor>input {
	box-shadow: none !important;
}

div[class*=ays-pb-modal_].ays_winxp_window {
	position: absolute;
	width: 200px;
	background-color: #091e89;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
	transition: .3s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	overflow-y: scroll;
	font-family: "MS Reference", sans-serif;
}

.ays_ubuntu_window.ays_ubuntu_window--minimized, .ays_winxp_window.ays_winxp_window--minimized {
	height: 35px !important;
	width: 350px !important;
	bottom: 0 !important;
	top: unset !important;
	overflow: visible;
}

.ays_winxp_title-bar .ays_winxp_close {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
}

.ays_winxp_title-bar {
	width: 100%;
	height: 35px;
	background: linear-gradient(to bottom, #4094ff 0, #0056e4 13%, #0056e4 71%, #16428b 100%);
	position: sticky;
	top: 0;
	z-index: 2;
}

.ays_winxp_title-bar .ays_winxp_title-bar-title {
	position: absolute;
	top: 7.5px;
	left: 2.5px;
	color: #fff;
	text-shadow: 1px 1px #10397e;
	font-size: 15px;
	width: 80%;
	text-align: left;
}

.ays_winxp_title-bar .ays_winxp_title-bar-title h2 {
	margin: 0;
	width: 100%;
	font-size: 18px;
	text-indent: 5px;
	font-weight: 400;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close, .ays_winxp_title-bar .ays_winxp_title-bar-max, .ays_winxp_title-bar .ays_winxp_title-bar-min {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	border-radius: 2px;
	border: 1px solid #fff;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close {
	background: linear-gradient(135deg, #f1a689 0, #c0442a 50%, #c2311e 100%);
}

.ays-pb-modal_1 .ays_winxp_content>div:first-child hr {
	height: 1px;
	background-color: #d3d3d3;
}

.ays_winxp_title-bar-max.far.fa-window-maximize.fa-xs {
	display: inline-block;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
}

.ays_winxp_title-bar .ays_winxp_title-bar-max, .ays_winxp_title-bar .ays_winxp_title-bar-min {
	background: linear-gradient(135deg, #7eaed6 0, #1b72ff 50%, #1655be 100%);
}

.ays_winxp_title-bar .ays_winxp_title-bar-max {
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ays_winxp_title-bar .ays_winxp_title-bar-min {
	right: 55px;
}

.ays_winxp_title-bar .ays_winxp_title-bar-close:hover {
	background: linear-gradient(135deg, #c0442a 100%, #c0442a 100%);
}

.ays_winxp_title-bar .ays_winxp_title-bar-max:hover, .ays_winxp_title-bar .ays_winxp_title-bar-min:hover {
	background: linear-gradient(#456eb3 50%, #617392 50%, #b0b4bb 50%, #4178d6 50%);
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close, div[class*=ays-pb-modal_].ays_win98_window {
	position: absolute;
	margin: auto;
	background: silver;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
	top: 0;
}

.ays_winxp_title-bar-min:after {
	content: "";
	position: absolute;
	box-shadow: 0 0 0 0 #ccc;
	width: 10px;
	border-bottom: 2px solid #fff;
	bottom: 4px;
	left: 4px;
}

.ays_winxp_window .ays_winxp_content {
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	min-height: 100% !important;
	width: 100% !important;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}

.ays_winxp_window .ays_winxp_content>p:last-child {
	position: sticky;
	margin: auto;
	font-size: 16px;
}

div[class*=ays-pb-modal_].ays_win98_window {
	left: 0;
	right: 0;
	bottom: 0;
	width: 30em;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	font-family: monospace, arial, sans-serif;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-y: scroll;
}

.ays_win98_window .ays_win98_head {
	position: sticky;
	top: 0;
	z-index: 2;
	width: 100%;
	padding: 2px;
	height: auto;
	box-shadow: unset;
	border: none;
}

.ays_win98_window .ays_win98_header {
	min-height: 25px;
	background: #008;
	background-image: linear-gradient(to right, #00007b, #1980cb);
	color: #fff;
	padding: 0;
}

.ays_win98_window .ays_win98_header .ays_win98_title {
	height: 22px;
	padding: 2px 0 0 5px;
	font-weight: 700;
	width: 90%;
	text-align: left;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close {
	bottom: 0;
	right: 5px;
	display: block;
	height: 15px;
	width: 17px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	box-shadow: 1px 1px 0 #111;
	color: #000;
	font-weight: 700;
	line-height: 12px;
	cursor: pointer;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close>div {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	min-width: 100%;
	color: #000;
}

.ays_win98_window .ays_win98_header .ays_win98_btn-close:active {
	background: #b0b0b0;
	border-color: #333 #ddd #ddd #333;
	box-shadow: -1px -1px 0 #666;
}

.ays_image_window .ays_image_header .ays_image_btn-close:active span, .ays_lil_window .ays_lil_header .ays_lil_btn-close:active span, .ays_minimal_window .ays_minimal_header .ays_minimal_btn-close:active span, .ays_video_window .ays_video_header .ays_video_btn-close:active span, .ays_win98_window .ays_win98_header .ays_win98_btn-close:active span, .ays_win98_window .ays_win98_main button:active span {
	position: relative;
	top: 1px;
	left: 1px;
}

.ays_win98_window .ays_win98_main {
	font-family: monospace, arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 2px;
}

.ays_win98_window .ays_win98_main .ays_win98_content {
	position: absolute;
	width: 99%;
}

.ays_win98_window .ays_win98_main .ays_win98_image {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 40px;
	left: 20px;
	border-radius: 5px;
	background-size: cover;
}

.ays_win98_header .ays_win98_title h2 {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	font-family: monospace, arial, sans-serif;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ays_lil_window .ays_lil_main .ays_lil_content hr, .ays_win98_window .ays_win98_main .ays_win98_content hr {
	height: 1px;
	background-color: #d3d3d3;
	margin: 0;
}

.ays_win98_window .ays_win98_main .ays_win98_content>p:last-child {
	position: absolute;
	bottom: 11px;
	right: 0;
	left: 0;
	margin: auto;
}

.ays_image_window .ays_image_main .ays_image_content>p:first-child, .ays_lil_window .ays_lil_main .ays_lil_content>p:first-child, .ays_minimal_window .ays_minimal_main .ays_minimal_content>p:first-child, .ays_win98_window .ays_win98_main .ays_win98_content>p:first-child {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0;
}

.close-lil-btn {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	-webkit-transition: .5s !important;
	transition: .5s !important;
	border-radius: 100%;
	background: #d75f70;
	font-weight: lighter;
	font-size: 25px;
	text-decoration: none !important;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ays-pb-modal, .ays-pb-modal-macos, .ays-pb-modal-macos:not(.ays-pb-show-scrollbar), .ays-pb-modal:not(.ays-pb-show-scrollbar), .ays_cmd_window, .ays_cmd_window:not(.ays-pb-show-scrollbar), .ays_ubuntu_window, .ays_ubuntu_window:not(.ays-pb-show-scrollbar), .ays_win98_window, .ays_win98_window:not(.ays-pb-show-scrollbar), .ays_window, .ays_window:not(.ays-pb-show-scrollbar), .ays_winxp_window, .ays_winxp_window:not(.ays-pb-show-scrollbar) {
	-ms-overflow-style: none;
}

.close-lil-btn-text {
	font-size: 12px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-lil-btn:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

div[class*=ays-pb-modal_].ays_lil_window {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	overflow-y: scroll;
	font-family: monospace, arial, sans-serif;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	pointer-events: fill;
	animation-duration: .5s;
	display: none;
	animation-fill-mode: forwards;
}

div[class*=ays-pb-modal_].ays_image_window, div[class*=ays-pb-modal_].ays_minimal_window, div[class*=ays-pb-modal_].ays_template_window {
	left: 0;
	bottom: 0;
	max-height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	pointer-events: fill;
	animation-duration: .5s;
	display: none;
	animation-fill-mode: forwards;
	position: absolute;
	right: 0;
	font-family: monospace, arial, sans-serif;
	z-index: 1;
	top: 0;
	cursor: default;
	max-width: 100%;
}

div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar {
	overflow-y: auto;
}

.ays_lil_window .ays_lil_head {
	position: sticky;
	top: 0;
	z-index: 4;
	width: 100%;
	padding: 2px 0;
	height: auto;
}

.ays_lil_window .ays_lil_header .ays_lil_title {
	display: inline-block;
	font-weight: 700;
	width: 100%;
	text-align: left;
}

.ays_template_window .ays_template_header .close-template-btn, .close-image-btn, .close-minimal-btn {
	font-size: 19px;
	min-width: 30px;
	text-align: start;
	z-index: 1;
	position: absolute;
	line-height: 1;
	cursor: pointer;
}

.ays_lil_window .ays_lil_main {
	font-family: monospace, arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 2px;
	max-height: 100%;
}

.ays_image_window .ays_image_main .ays_image_content, .ays_lil_window .ays_lil_main .ays_lil_content, .ays_minimal_window .ays_minimal_main .ays_minimal_content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ays_lil_header .ays_lil_title h2 {
	margin: 0 !important;
	font-size: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #1a1a1a;
	font-weight: 500;
	font-family: monospace, arial, sans-serif;
	word-break: break-all;
}

.ays_lil_window .ays_lil_main .ays_lil_content>p:last-child {
	margin: auto;
}

.ays_lil_header {
	height: 100%;
}

.close-image-btn, .close-minimal-btn {
	font-weight: 100;
}

div[class*=ays-pb-modal_].ays_image_window, div[class*=ays-pb-modal_].ays_minimal_window {
	margin: auto;
	user-select: none;
}

.ays_image_window .ays_image_header .ays_popup_image_title, .ays_minimal_window .ays_minimal_header .ays_popup_minimal_title {
	font-weight: 700;
}

.ays_image_window .ays_image_head, .ays_minimal_window .ays_minimal_head, .ays_video_window .ays_video_head {
	height: 20%;
}

.ays_image_window .ays_image_main, .ays_minimal_window .ays_minimal_main {
	font-family: monospace, arial, sans-serif;
	letter-spacing: -1px;
	max-height: 80%;
	overflow-y: scroll;
}

.ays_image_header .ays_popup_image_title h2 {
	margin: 0 !important;
	font-size: 25px;
	padding-top: 20px;
	text-align: center;
	color: #1a1a1a;
	font-weight: 500;
	font-family: monospace, arial, sans-serif;
	word-break: break-all;
}

.ays_image_window .ays_image_main .ays_image_content>p:last-child, .ays_minimal_window .ays_minimal_main .ays_minimal_content>p:last-child {
	margin: auto;
	font-size: 15px;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.ays_content_box {
	padding: 20px;
}

.ays_content_box.ays_notification_content_box {
	padding: 20px;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	gap: 20px;
	box-sizing: border-box;
}

.ays_pb_notification_logo {
	max-width: 10%;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
}

.ays_pb_notification_logo a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ays_pb_notification_main_content {
	max-width: 80%;
	width: 100%;
}

.ays_notification_content_box_with_logo .ays_pb_notification_main_content {
	max-width: 70%;
}

.ays_pb_notification_button_1 {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 105px;
}

.ays_pb_notification_button_1 a {
	text-decoration: none;
}

.ays_pb_notification_button_1 button {
	display: flex;
	align-items: center;
	font-style: normal;
	line-height: normal;
	margin: 0;
	cursor: pointer;
	word-break: keep-all;
}

.ays_minimal_header .ays_popup_minimal_title h2 {
	margin: 0 !important;
	font-size: 25px;
	padding: 5px 0;
	text-align: center;
	color: #1a1a1a;
	font-weight: 500;
	font-family: monospace, arial, sans-serif;
	word-break: break-all;
}

.ays_minimal_window .ays_content_box, div[class*=ays-pb-modal_].ays-pb-modal.ays-pb-modal-image-type-img, div[class*=ays-pb-modal_].ays-pb-modal.ays_facebook_window {
	padding: 0;
}

.ays-pb-modals div.ays_minimal_window div.ays_pb_description {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 18px;
}

div.ays_pb_description {
	word-break: break-word;
	word-wrap: break-word;
}

.ays-pb-modals div.ays_minimal_window div.ays_pb_description p {
	margin: 0;
	padding: 0;
}

.ays_template_window .ays_template_header .close-template-btn {
	font-weight: lighter;
	text-decoration: none !important;
}

div[class*=ays-pb-modal_].ays_template_window {
	margin: auto;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	user-select: none;
	overflow: hidden;
}

.ays_template_window .ays_template_header h2 {
	margin: auto;
	font-size: 26px;
	line-height: 100%;
	word-break: break-all;
}

.ays_template_window .ays_template_header .ays_template_title {
	height: 100%;
	display: flex;
}

.ays_template_window .ays_template_content {
	width: 65%;
	padding: 0 10px;
	overflow: hidden;
}

.ays_template_window p.ays_pb_timer {
	position: absolute;
	bottom: -8px;
	right: 0;
	width: inherit;
	text-align: center;
}

.ays_template_window header.ays_template_head {
	height: 12%;
	border: none;
}

div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar footer.ays_template_footer, div[class*=ays-pb-modal_].ays_template_window.ays-pb-show-scrollbar header.ays_template_head {
	height: auto;
}

.ays_template_window .ays_bg_image_box {
	width: 35%;
}

.ays_template_window footer.ays_template_footer {
	display: flex;
	height: 88%;
	padding: 0;
	background: unset;
	box-shadow: unset;
}

div[class*=ays-pb-modal_].ays_ubuntu_window, div[class*=ays-pb-modal_].ays_window {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .43);
	pointer-events: fill;
	animation-fill-mode: forwards !important;
	position: absolute;
	left: 0;
	right: 0;
}

.ays_template_window .ays_template_main {
	font-family: monospace, arial, sans-serif;
	letter-spacing: -1px;
	max-height: 93%;
	overflow-y: auto;
	scrollbar-width: none;
}

.ays_template_window .ays_template_header {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ays_template_window footer.ays_template_footer .ays_template_content p {
	margin-bottom: 5px !important;
}

div[class*=ays-pb-modal_].ays_ubuntu_window {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	border: 1px solid #3c3b37;
	background-color: #f2f1f0;
	transition: .3s;
	top: 0;
	display: none;
	bottom: 0;
	margin: auto;
	z-index: 1;
	overflow-y: scroll;
}

.ays_ubuntu_window .ays_ubuntu_topbar {
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	background-image: linear-gradient(#65645e, #3c3b37);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 1px solid #302f2c;
	position: sticky;
	top: 0;
	z-index: 100;
}

.ays-pb-modal-macos .row p, .ays_ubuntu_window p {
	margin: 0;
}

.ays_ubuntu_window .ays_ubuntu_window_content {
	padding-top: 5px;
}

.ays_ubuntu_window .ays_ubuntu_window_content p {
	text-align: left;
	padding: 0 10px;
	font-size: 16px;
	white-space: initial;
}

.ays_ubuntu_window .ays_ubuntu_topbar p {
	color: #dfdbd0;
	margin-left: 20px;
}

.ays_ubuntu_window .ays_ubuntu_topbar h2 {
	margin: 0;
	text-indent: 10px;
	font-size: 24px;
	font-weight: 500;
	padding: 0;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons {
	background-image: linear-gradient(#363632, #4e4d48);
	margin-left: 15px;
	border-radius: 500px;
	padding: 2px 3px 1px;
	height: 25px;
	display: flex;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-image: linear-gradient(#f79674, #df5106);
	display: block;
	margin: 0 !important;
	cursor: pointer;
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_close:hover {
	background-image: linear-gradient(#f8a082, #f85c09);
}

.ays_ubuntu_window .ays_ubuntu_tools ul li:hover, .ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide:hover, .ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize:hover {
	background-image: linear-gradient(#a2a19d, #6b6b65);
}

.ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_hide, .ays_ubuntu_window .ays_ubuntu_topbar .ays_ubuntu_icons .ays_ubuntu_maximize {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-left: 5px;
	background-image: linear-gradient(#989792, #5a5a55);
	display: inline-block;
}

.ays_ubuntu_window .ays_ubuntu_tools {
	height: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	background-color: #3c3b37;
	color: #dfdbd0;
	position: sticky;
	top: 40px;
	z-index: 100;
}

.ays_ubuntu_window .ays_ubuntu_tools ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}

.ays_ubuntu_window .ays_ubuntu_tools ul li {
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 0;
}

.ays_ubuntu_window .ays_ubuntu_tools ul li:hover {
	cursor: default;
	line-height: 30px;
}

.ays_ubuntu_window .ays_ubuntu_folder-info {
	height: 30px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f2f1f0;
	border-top: 1px solid #c5c1bc;
	position: sticky;
	bottom: 0;
}

.ays_ubuntu_window .ays_ubuntu_folder-info p.ays_ubuntu_right {
	position: relative;
}

.ays_ubuntu_window .ays_ubuntu_folder-info p {
	color: #5f4c53;
	width: 100%;
}

div[class*=ays-pb-modal_].ays_window {
	transition: .2s;
	background: #fff;
	z-index: 100000;
	display: none;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 4px;
	vertical-align: middle;
	overflow: auto;
}

.ays-pb-modal-macos .ays-pb-modal-close svg, .ays_window .ays-pb-modal-close svg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 10px;
	margin: auto;
	opacity: 0;
	transition: .5s ease-in-out;
}

.ays_window .ays-pb-modal-close {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	pointer-events: auto;
	margin: 0;
}

.ays_window .ays_topBar {
	width: 100%;
	height: 50px;
	background-image: linear-gradient(#d3d3d3, #c8c8c8);
	border-bottom: 1px solid grey;
	display: flex;
	align-items: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	pointer-events: fill;
	position: sticky;
	top: 0;
	z-index: 100;
}

.ays_window .ays_topBar .ays_close, .ays_window .ays_topBar .ays_fullScreen, .ays_window .ays_topBar .ays_hide {
	cursor: pointer;
}

.ays_window .ays_topBar h2 {
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div[class*=ays-pb-modal_].ays-pb-modal, div[class*=ays-pb-modal_].ays-pb-modal-macos {
	background: #fff;
	position: absolute;
	vertical-align: middle;
	overflow: auto;
	animation-fill-mode: forwards !important;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
	top: 0;
	left: 0;
}

.ays_window .ays_topBar h2::before {
	display: none;
	content: none;
	height: 0;
}

.ays_window .ays_topBar .ays_close {
	height: 12px;
	width: 12px;
	background-color: #f74544;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #f62726;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	min-width: 30%;
}

.ays_window .ays_topBar .ays_hide {
	height: 12px;
	width: 12px;
	background-color: #fbaf15;
	border-radius: 50%;
	margin-left: 10px;
	border: 1px solid #f1a304;
	display: inline-block;
}

.ays_window .ays_topBar .ays_fullScreen {
	height: 12px;
	width: 12px;
	background-color: #38c228;
	border-radius: 50%;
	margin-left: 10px;
	border: 1px solid #32af24;
	display: inline-block;
}

.ays_video_content, .ays_video_content video {
	height: 100%;
	width: 100%;
}

.ays_window .ays_text {
	text-align: center;
	display: block;
	align-items: center;
	justify-content: center;
	font-family: Josefin Sans, sans-serif;
}

.ays_window hr {
	margin: 0 0 1.5em;
}

.ays-pb-modals div.ays_pb_description, .ays_window p {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}

.ays-pb-modal.ays-pb-modal_1>div>div, .ays_window .ays_pb_timer {
	text-align: center;
}

.ays-pb-modal-image-type-img .ays_pb_timer {
	position: absolute;
	width: 100%;
	bottom: 10px;
	margin: 0;
}

.ays_pb_description>*, .ays_pb_timer {
	color: inherit;
}

.ays_window .ays_text .ays_text-inner h1, .ays_window .ays_text .ays_text-inner h4 {
	margin: 15px;
}

.ays_button {
	color: #fff !important;
	z-index: 1;
}

div[class*=ays-pb-modal_].ays-pb-modal-macos {
	border: 3px solid #f1f1f1;
	margin: auto;
	text-align: center;
	border-radius: 4px;
	white-space: normal;
	pointer-events: auto;
	max-height: 95vh;
	animation-duration: .5s !important;
}

.ays-pb-modal-macos .ays-pb-modal-close:hover svg {
	opacity: 1;
}

.ays-pb-modal-macos .ays-pb-modal-close {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	pointer-events: auto;
}

.ays-pb-modal-macos .description, .ays-pb-modal-macos .row.description {
	padding: 0;
	background-color: #f1f1f1;
}

.ays-pb-modal-macos .row {
	padding: 10px;
	background: #f1f1f1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0 !important;
}

.ays-pb-modal-macos .column {
	float: left;
}

.ays-pb-modal-macos .left {
	width: 15%;
}

.ays-pb-modal-macos .right {
	width: 10%;
}

.ays-pb-modal-macos .middle {
	width: 75%;
}

.ays-pb-modal-macos .row:after {
	content: "";
	display: table;
	clear: both;
}

.ays-pb-modal-macos .dot {
	margin-top: 4px;
	height: 12px;
	width: 12px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.ays-pb-modal-macos input[type=text] {
	width: 100%;
	border-radius: 3px;
	border: none;
	background-color: #fff;
	margin-top: -8px;
	height: 25px;
	color: #666;
	padding: 5px;
	text-align: center;
}

.ays-pb-modal-macos .gits {
	width: 90%;
	margin: auto;
	border-bottom: 1px solid #ccc;
}

.ays-pb-modal-macos .bar {
	width: 17px;
	height: 3px;
	background-color: #aaa;
	margin: 3px 0;
	display: block;
}

.ays_window.ays-pb-modal_1>p:last-child {
	position: sticky;
	margin: auto;
}

div[class*=ays-pb-modal_].ays-pb-modal {
	margin: auto;
	padding: 25px;
	border-radius: 4px;
}

.ays-pb-modal.ays_facebook_window {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	max-width: 500px;
	margin: 0 auto;
}

.ays-pb_default_container_box {
	position: relative;
	height: 100%;
}

.ays-pb-modal h2 {
	text-align: center;
	padding: 0;
	word-break: break-word;
}

.ays-pb-modal-close {
	position: absolute;
	cursor: pointer;
}

.ays-pb-modal.ays-pb-modal_1>p:last-child {
	position: sticky;
	margin: auto;
	background-color: #fff;
}

.ays_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_cmd_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays-pb-modal:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays-pb-modal-macos:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_ubuntu_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_winxp_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_lil_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_image_window .ays_image_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_minimal_window .ays_minimal_main:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_template_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays_win98_window:not(.ays-pb-show-scrollbar)::-webkit-scrollbar {
	width: 0 !important;
	scrollbar-width: none;
}

.ays-pb-modals .mejs-container .mejs-controls button {
	background-color: #222;
}

.ays-pb-modals .mejs-container, .ays-pb-modals video.wp-video-shortcode {
	width: 100% !important;
}

body[class^=pb_disable_scroll], html[class^=pb_disable_scroll] {
	overflow-y: hidden;
	position: fixed;
	width: 100%;
}

div[class*=ays-pb-modal_].ays_video_window {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	font-family: monospace, arial, sans-serif;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	pointer-events: fill;
	animation-duration: .5s;
	display: none;
	box-shadow: 5px 10px 18px #888;
	animation-fill-mode: forwards;
}

.ays_video_window .ays_video_main {
	font-family: monospace, arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 2px;
	max-height: 80%;
	overflow-y: scroll;
}

.close-video-btn {
	position: absolute;
	font-weight: 100;
	font-size: 10px;
	line-height: 1;
	cursor: pointer;
	z-index: 1;
}

.ays_video_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
}

div.ays-pb-modals div.ays-pb-social-shares {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	flex-wrap: wrap;
}

div.ays-pb-modals div.ays-pb-social-shares>a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.ays-pb-modals div.ays-pb-social-buttons-content {
	max-width: 100%;
}

.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.ays-pb-modals .ays-pb-modal-image-type-img .ays_content_box img {
	max-width: 100%;
	max-height: 100%;
}

.ays-pb-modals .ays_content_box, div.ays-pb-modals div.ays-pb-social-buttons-heading {
	word-break: break-word;
	max-width: 100%;
}

.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad {
	cursor: pointer;
	font-size: 12px;
}

.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad:hover {
	text-decoration: underline;
}

div.ays_template_window header.ays_template_head div.ays_template_header .close-template-btn-container {
	min-width: auto;
	margin: 0;
	color: #000;
}

.ays-pb-visually-hidden-label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.ays-pb-modals .ays-popup-hrs-default {
	margin: 15px 0;
}

@media screen and (max-width:768px) {
	.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_pc {
		display: none;
	}
	
	.ays-pb-dismiss-ad>button#ays_pb_dismiss_ad .ays_pb_dismiss_ad_text_mobile {
		display: inline;
	}
	
	.ays_pb_show_desc_on_mobile, .ays_pb_show_title_on_mobile {
		display: block !important;
	}
	
	.ays_pb_hide_desc_on_mobile, .ays_pb_hide_title_on_mobile {
		display: none !important;
	}
}
