
.promo-banner {
	--button-space: 15px;
	--button-size: 28px;
	--content-width: var(--wd-max-width);
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.promo-banner .banner-image :is(img,picture,video) {
	width: 100%;
	height: var(--wd-img-height);
	object-fit: cover;
	object-position: inherit;
}

.promo-banner .banner-image[style^="height"] :is(img,picture) {
	height: 100%;
}

.promo-banner .wrapper-content-banner {
	z-index: 2;
	display: flex;
	overflow: hidden;
	padding: 30px;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.promo-banner .content-banner {
	--wd-tags-mb: 10px;
	position: relative;
	width: 100%;
	max-width: var(--content-width);
}

.promo-banner :is(.banner-subtitle,.banner-title,.banner-inner):not(:first-child) {
	margin-top: 7px;
}

.promo-banner .banner-title {
	display: block;
	margin-bottom: 0;
	line-height: 1.3;
}

.promo-banner .banner-inner p:first-child:empty {
	display: none;
}

.promo-banner .wd-countdown-timer {
	margin-top: 10px;
}

.promo-banner .banner-btn-wrapper {
	margin-top: var(--button-space);
}

.promo-banner.wd-with-link .wrapper-content-banner {
	pointer-events: none;
}

.promo-banner.wd-with-link:hover .btn {
	pointer-events: auto;
}

.wd-bg-position-top {
	background-position: center top;
	object-position: center top;
}

.wd-bg-position-bottom {
	background-position: center bottom;
	object-position: center bottom;
}

.wd-bg-position-left {
	background-position: left center;
	object-position: left center;
}

.wd-bg-position-right {
	background-position: right center;
	object-position: right center;
}

.wd-bg-position-center {
	background-position: center;
	object-position: center;
}

.banner-increased-padding .wrapper-content-banner {
	padding: 7%;
}

@media (max-width: 1024px) {
	.banner-subtitle:is(.wd-fontsize-s,.wd-fontsize-m) {
		font-size: 14px;
	}
	
	.banner-title:is(.wd-fontsize-xl,.wd-font-size-xxl) {
		font-size: 22px;
	}
}

@media (max-width: 768.98px) {
	.banner-btn-wrapper :is(.btn-size-default,.btn-size-large,.btn-size-extra-large) {
		padding: 5px 14px;
		min-height: 36px;
		font-size: 12px;
	}
	
	.banner-btn-wrapper .btn-style-link {
		padding: 0;
		min-height: unset;
	}
}

@media (max-width: 767px) {
	.promo-banner .banner-subtitle {
		font-size: 3vw;
	}
	
	.promo-banner .banner-title {
		font-size: 5vw;
	}
}

.banner-content-background .wrapper-content-banner {
	width: 100%;
	max-width: var(--content-width);
	background-color: rgba(0, 0, 0, .8);
}

.banner-content-background .wrapper-content-banner.wd-items-top {
	bottom: auto;
}

.banner-content-background .wrapper-content-banner.wd-items-middle {
	top: 50%;
	bottom: auto;
	transform: translate3d(0, -50%, 0);
}

.banner-content-background .wrapper-content-banner.wd-items-bottom {
	top: auto;
}

.banner-content-background .wrapper-content-banner.wd-justify-left {
	right: auto;
}

.banner-content-background .wrapper-content-banner.wd-justify-center {
	right: auto;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.banner-content-background .wrapper-content-banner.wd-justify-center.wd-items-middle {
	transform: translate3d(-50%, -50%, 0);
}

.banner-content-background .wrapper-content-banner.wd-justify-right {
	left: auto;
}

.banner-content-background .content-banner {
	max-width: unset;
}

.banner-content-background.color-scheme-dark .wrapper-content-banner {
	background-color: rgba(255, 255, 255, .8);
}

:is(.banner-hover-background,.banner-hover-border) {
	backface-visibility: hidden;
}

:is(.banner-hover-background,.banner-hover-border) .banner-image {
	transition: transform 1s cubic-bezier(0, 0, .44, 1.18);
}

:is(.banner-hover-background,.banner-hover-border):hover .banner-image {
	transform: scale(1.09);
}

:is(.banner-hover-background:not(.banner-background),.banner-hover-border:not(.banner-border)) .wrapper-content-banner {
	overflow: hidden;
	padding: 40px;
}

:is(.banner-hover-background:not(.banner-background),.banner-hover-border:not(.banner-border)) .wrapper-content-banner:after {
	content: "";
	position: absolute;
	inset: 20px;
	z-index: 2;
	opacity: 0;
	border-radius: var(--wd-brd-radius);
	transition: transform .35s cubic-bezier(.05, .2, .1, 1), opacity .35s cubic-bezier(.05, .2, .1, 1);
	transform: scale(.5);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

:is(.banner-hover-background:not(.banner-background),.banner-hover-border:not(.banner-border)) .content-banner {
	z-index: 4;
}

:is(.banner-hover-background:not(.banner-background),.banner-hover-border:not(.banner-border)):hover .wrapper-content-banner:after {
	opacity: 1;
	transform: scale(1);
}

:is(.banner-hover-background.banner-border,.banner-hover-border.banner-background) .wrapper-content-banner {
	padding: 30px;
}

:is(.banner-hover-background.banner-border,.banner-hover-border.banner-background) .wrapper-content-banner:after {
	inset: 0;
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
	background-color: rgba(var(--bgcolor-white-rgb), .9);
}

.banner-hover-border:not(.banner-border) .wrapper-content-banner:after {
	border: 5px solid var(--brdcolor-gray-400);
}

[class*="banner-hover-zoom"] {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

[class*="banner-hover-zoom"] .banner-image {
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

[class*="banner-hover-zoom"]:hover .banner-image {
	transform: scale(1.09);
}

.banner-hover-zoom-reverse .banner-image {
	transform: scale(1.09);
}

.banner-hover-zoom-reverse:hover .banner-image {
	transform: none;
}

.wd-tabs:where(:not(.wd-inited)) .wd-nav-tabs[class*="wd-style-underline"]>li:first-child>a .nav-link-text:after {
	width: 100%;
}

.wd-tabs {
	--wd-row-gap: 20px;
	--wd-header-padding: .001px;
	display: flex;
	flex-direction: column;
	gap: var(--wd-row-gap);
}

.wd-tabs .tabs-name {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 0;
}

.wd-tabs .tabs-name>span {
	vertical-align: middle;
}

.wd-tabs .tabs-name .img-wrapper {
	display: inline-flex;
	margin-right: 10px;
}

.wd-tabs-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: var(--wd-header-padding);
}

.wd-tabs-header.wp-block .tabs-text {
	display: inline-block;
}

.wd-nav-tabs {
	--nav-gap: 30px;
	align-items: center;
}

.wd-nav-tabs>li>a {
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
}

.wd-tabs.tabs-design-default:not(.wd-header-with-bg) {
	--wd-row-gap: 10px;
}

.wd-tabs.tabs-design-simple .tabs-name {
	position: relative;
	z-index: 1;
	margin-bottom: -2px;
	padding-block: 5px;
	border-bottom: 2px solid var(--wd-primary-color);
	vertical-align: middle;
}

.wd-tabs.tabs-design-simple .tabs-name>span {
	vertical-align: bottom;
}

.wd-tabs.tabs-design-simple .tabs-name .img-wrapper {
	margin-left: 4px;
}

.wd-tabs.tabs-design-simple .wd-nav-tabs li a {
	font-size: 14px;
}

.wd-tabs.wd-header-with-bg {
	--wd-header-padding: 15px;
}

.wd-tabs.wd-header-with-bg .wd-tabs-header {
	background-color: var(--bgcolor-gray-100);
	border-radius: var(--wd-brd-radius);
}

.wd-tabs:where(:not(.wd-inited)) .wd-nav-tabs>li:first-child>a {
	color: var(--nav-color-active);
	background-color: var(--nav-bg-active);
	box-shadow: var(--nav-shadow-active);
	border: var(--nav-border-active);
}

.wd-nav-tabs[class*="wd-style-underline"] {
	--nav-color: rgba(var(--wd-navigation-color), .7);
	--nav-color-hover: rgba(var(--wd-navigation-color), 1);
}

.wd-nav-tabs a {
	gap: 10px;
}

.wd-nav-tabs .img-wrapper {
	min-width: max-content;
}

.wd-nav-tabs.wd-icon-pos-start a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-top {
	align-items: flex-end;
}

.wd-nav-tabs.wd-icon-pos-top a {
	flex-direction: column;
}

.wd-nav-tabs.wd-icon-pos-end a {
	flex-direction: row-reverse;
}

.wd-nav-tabs.wd-icon-pos-left a {
	flex-direction: row;
}

.wd-nav-tabs.wd-icon-pos-right a {
	flex-direction: row-reverse;
}

.wd-tabs:not(.wd-inited) .wd-tab-content:first-child {
	display: flex;
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tabs-content-wrapper {
	position: relative;
}

.wd-tabs .wd-tab-content {
	display: none;
	opacity: 0;
	transition: all .25s ease;
	transform: translateY(30px);
}

.wd-tabs .wd-tab-content>div:not(:is(.wd-nav-arrows,.grid-masonry)) {
	--wd-width: 100%;
	width: var(--wd-width);
}

.wd-tabs .wd-tab-content.wd-active {
	display: flex;
}

.wd-tabs .wd-tab-content.wd-in {
	opacity: 1;
	transform: none;
}

.wd-tabs .wd-tab-content>.elementor {
	min-width: 1px;
}

.wp-block-wd-tabs .wd-tab-content {
	--wd-row-gap: 20px;
	flex-direction: column;
	row-gap: var(--wd-row-gap);
}

:root .wp-block-wd-tabs .wd-tab-content>* {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.wd-tabs.tabs-design-aside {
		position: relative;
		display: grid;
		align-items: flex-start;
		grid-template-columns: var(--wd-side-width, 300px) 1fr;
		gap: var(--wd-row-gap);
	}
	
	.wd-tabs.tabs-design-aside .wd-tabs-header {
		--text-align: start;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs {
		flex-direction: column;
		align-items: flex-start;
		--nav-gap: 5px;
		--nav-gap-v: var(--nav-gap);
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li {
		cursor: pointer;
	}
	
	.wd-tabs.tabs-design-aside .wd-nav-tabs>li>a {
		display: inline-flex;
	}
	
	.wd-tabs.tabs-design-aside .wd-tabs-content-wrapper {
		min-width: 1px;
	}
	
	.wd-tabs.tabs-design-alt .wd-tabs-header {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.wd-tabs.tabs-design-simple .wd-tabs-header {
		flex-direction: row;
		align-items: flex-end;
		gap: 25px;
		border-bottom: 2px solid var(--brdcolor-gray-300);
	}
}

@media (max-width: 1024px) {
	.wd-tabs {
		--wd-row-gap: 10px;
	}
	
	.wd-tabs .wd-tabs-header .svg-icon {
		width: 25px !important;
		height: 25px !important;
	}
	
	.wd-tabs .wd-tabs-header .img-wrapper img {
		max-height: 25px;
		width: auto;
	}
	
	.wd-nav-tabs {
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
	.wd-nav-tabs-wrapper {
		overflow-x: auto;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.wd-tabs.tabs-design-simple .wd-tabs-header {
		--text-align: start;
		align-items: flex-start;
		gap: 0;
	}
	
	.wd-tabs.tabs-design-simple .wd-nav-tabs-wrapper {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
		border-top: 2px solid var(--brdcolor-gray-300);
	}
}

.wd-products-tabs .wd-wpb {
	margin-bottom: 0;
}

.wd-products-tabs .wd-tab-content:not(.wd-in) .wd-nav-arrows {
	opacity: 0;
	transition: none;
}

.wd-products-tabs .wd-tab-content.wd-active {
	display: block;
}

.wd-products-tabs .wd-nav-arrows {
	transition: opacity .25s ease .25s;
}

.wd-products-tabs .wd-nav-arrows:where(.wd-pos-together) {
	--wd-arrow-offset-v: calc(var(--wd-row-gap) + -8px);
}

.wd-products-tabs .wd-ajax-arrows:where(.wd-pos-together) {
	--wd-arrow-offset-v: calc(var(--wd-row-gap) + 7px);
}

.wd-products-tabs .products-bordered-grid :where(.wd-nav-arrows.wd-pos-together) {
	--wd-arrow-offset-v: calc(var(--wd-row-gap) + 7px);
}

@media (max-width: 1024px) {
	.wd-products-tabs.tabs-design-simple :where(.wd-nav-arrows.wd-pos-together) {
		--wd-arrow-offset-v: calc(var(--wd-row-gap) + 33px);
	}
	
	.wd-products-tabs.tabs-design-simple :where(.wd-ajax-arrows.wd-pos-together) {
		--wd-arrow-offset-v: calc(var(--wd-row-gap) + 49px);
	}
	
	.wd-products-tabs.tabs-design-simple :where(.products-bordered-grid .wd-nav-arrows.wd-pos-together) {
		--wd-arrow-offset-v: calc(var(--wd-row-gap) + 49px);
	}
}

.wd-sticky-loader {
	position: absolute;
	inset: 70px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
}

.wd-sticky-loader .wd-loader {
	position: sticky;
	top: calc(50% - 15px);
}

.wd-sticky-loader.wd-loading, .wd-content-layout.wd-loading .wd-sticky-loader.wd-content-loader {
	opacity: 1;
	transition: all .25s ease;
	--wd-anim-state: running;
}

[class*="title-line-"] .wd-product .wd-entities-title {
	overflow: hidden;
	max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
	line-height: var(--title-line-height, 1.4em);
}

.title-line-two {
	--title-line-count: 2;
}

.wd-product {
	position: relative;
	text-align: var(--text-align);
	line-height: 1.4;
	--text-align: center;
	--wd-btn-inset: 10px;
	--wd-prod-gap: 12px;
	--wd-prod-bg-sp: 0;
	--wd-prod-bg-cont-sp: 0;
	--wd-prod-trim: calc(( var(--wd-text-line-height) * -.5em ) + .5em);
}

.wd-product .product-wrapper {
	border-radius: var(--wd-brd-radius);
	padding: var(--wd-prod-bg-sp);
}

.wd-product :where(.product-wrapper,.product-element-bottom) {
	display: flex;
	flex-direction: column;
	gap: var(--wd-prod-gap);
}

.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) :is(picture,img) {
	width: 100%;
}

.wd-product .product-image-link {
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	position: relative;
	display: block;
}

.wd-product .hover-img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bgcolor-white);
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
	pointer-events: none;
}

.wd-product :is(.wd-entities-title,.wd-product-cats,.wd-product-brands-links,.wd-product-sku,.wd-product-stock,.price) {
	line-height: inherit;
	margin-block: -.2em;
}

.wd-product .wd-entities-title {
	font-size: inherit;
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) {
	font-size: 95%;
	color: var(--color-gray-400);
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-700);
}

.wd-product :is(.wd-product-cats,.wd-product-brands-links) a {
	text-decoration: none;
}

.wd-product .wd-product-sku {
	color: var(--color-gray-400);
}

.wd-product .wd-star-rating {
	display: inline-flex;
	align-items: center;
	align-self: var(--text-align);
	gap: 5px;
}

.wd-product .star-rating {
	align-self: var(--text-align);
	line-height: 1;
}

.wd-product .woocommerce-review-link {
	line-height: 1;
	color: var(--color-gray-500);
}

.wd-product .woocommerce-review-link:hover {
	color: var(--color-gray-900);
}

.wd-product .wd-swatches-grid:empty {
	display: none;
}

.wd-product .wd-swatches-grid {
	justify-content: var(--text-align);
}

.wd-product .price {
	display: block;
}

.wd-product .added_to_cart {
	display: none !important;
}

.wd-product .shop_attributes {
	font-size: 90%;
	--wd-attr-v-gap: 10px;
	--wd-attr-brd-style: dashed;
	--wd-attr-img-width: 18px;
}

.wd-product .shop_attributes .wd-attr-name {
	gap: 4px;
}

.wd-product .shop_attributes .wd-hint {
	margin: 0;
}

.wd-product:is(.wd-variation-active,.product-swatched,.wd-loading-image) .hover-img {
	display: none;
}

.wd-product:is(.quick-shop-shown,.wd-loading-quick-shop) .product-element-top .hover-img {
	opacity: 0;
	transition: opacity .25s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.product-element-top {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.product-element-top:hover .hover-img {
	opacity: 1;
	transform: scale(1.09);
}

@supports (overflow: clip) {
	.product-element-top {
		overflow: clip;
	}
}

.product-element-top:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	visibility: hidden;
	opacity: 0;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-product[class*="wd-loading"] .product-image-link {
	opacity: .4;
}

.wd-product[class*="wd-loading"] .product-element-top:after {
	visibility: visible;
	opacity: 1;
	transition: opacity .25s ease, visibility .25s ease;
	--wd-anim-state: running;
}

:is(.catalog-mode-on,.login-see-prices) .wd-product.product .wd-add-btn {
	display: none;
}

.wd-buttons {
	z-index: 4;
	display: flex;
	flex-direction: column;
	border-radius: calc(var(--wd-brd-radius) / 1.2);
	background: var(--bgcolor-white);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}

.wd-buttons .wd-action-btn>a {
	height: 45px;
}

.wd-buttons[class*="wd-pos-r"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(20px, 0, 0);
}

.wd-buttons.wd-pos-r-t {
	top: var(--wd-btn-inset);
	inset-inline-end: var(--wd-btn-inset);
}

.wd-buttons.wd-pos-r-b {
	inset-inline-end: var(--wd-btn-inset);
	bottom: var(--wd-btn-inset);
}

.wd-action-btn.wd-style-icon .button {
	gap: 0;
	min-height: unset;
	padding: 0;
	background-color: transparent;
}

.wd-action-btn.wd-style-icon .button:hover {
	background-color: transparent;
	box-shadow: none;
}

.wd-product:hover:not(:is(.product-swatched,.quick-shop-shown,[class*="wd-loading"])) .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.wd-product.product-swatched:not(.quick-shop-shown):not([class*="wd-loading"]) .product-element-top:hover .wd-buttons[class*="wd-pos-r"] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.wd-product.product-type-simple.outofstock .product_type_simple:before, .wd-product .product_type_grouped:before {
	content: "";
}

.wd-product .product_type_external:before {
	content: "";
}

:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
	--wd-prod-bg-sp: 15px;
}

.wd-product :is(.product-wrapper,.product-element-bottom,.product-list-content,[class*="-information"])>*:not(:is(.product-element-bottom,.wd-entities-title,[class*="wd-product-"],.price)) {
	margin-block: 0;
}

:is(.quick-shop-shown,.wd-loading-quick-shop) :is(.wd-buttons,.product-labels) {
	opacity: 0;
}

@media (max-width: 1024px) {
	.wd-product .hover-img {
		display: none;
	}
	
	.wd-product .wd-buttons {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	
	.wd-buttons {
		border-radius: 35px;
	}
	
	.wd-buttons .wd-action-btn {
		--wd-action-icon-size: 14px;
	}
	
	.wd-buttons .wd-action-btn>a {
		width: 35px;
		height: 35px;
	}
	
	.wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .wd-product {
		--wd-prod-bg-sp: 10px;
	}
}

@media (max-width: 576px) {}

.wd-product.wd-hover-standard .wd-add-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: var(--text-align);
	gap: var(--wd-prod-gap);
}

.wd-product.wd-hover-standard .wd-add-btn>a {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
	min-height: unset;
}

.wd-product.wd-hover-standard .wd-add-btn>a:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-product.wd-hover-standard .wd-add-btn>a:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
	padding: 5px 14px;
	min-height: 36px;
	font-size: 12px;
}

.wd-product.wd-hover-standard .wd-add-btn div.quantity {
	--wd-form-height: 36px;
}

.wd-add-btn-replace .add-to-cart-loop {
	overflow: hidden;
	padding: 0;
}

.wd-add-btn-replace .add-to-cart-loop span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	transition: transform .25s ease, opacity .15s ease;
}

.wd-add-btn-replace .add-to-cart-loop:before {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
	transition: opacity .15s ease, transform .25s ease;
	transform: translateY(100%);
	content: "";
	font-family: "woodmart-font";
}

.wd-add-btn-replace .add-to-cart-loop:after {
	position: absolute;
	top: calc(50% - 9px);
	inset-inline-start: calc(50% - 9px);
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-add-btn-replace .add-to-cart-loop:hover:before {
	transform: translateY(0) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop:hover span {
	transform: translateY(-100%) translateZ(0);
}

.wd-add-btn-replace .add-to-cart-loop.loading:before, .wd-add-btn-replace .add-to-cart-loop.loading span {
	opacity: 0;
}

.wd-add-btn-replace .add-to-cart-loop.loading:after {
	opacity: 1;
	--wd-anim-state: running;
}

.wd-product.product-type-simple.outofstock .wd-add-btn-replace .add-to-cart-loop:before, .wd-add-btn-replace .add-to-cart-loop.product_type_grouped:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-add-btn-replace .add-to-cart-loop.product_type_external:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-products[class*="wd-stretch-cont"] {
	align-items: stretch;
}

.wd-products[class*="wd-stretch-cont"] .wd-carousel-item {
	height: auto;
}

.wd-products[class*="wd-stretch-cont"] .wd-product {
	height: 100%;
}

.wd-products[class*="wd-stretch-cont"] .product-element-bottom {
	flex: 1 1 auto;
}

.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
	margin-top: auto;
}

.wd-products[class*="wd-stretch-cont"].wd-grid-f-col .wd-product {
	height: auto;
}

@media (min-width: 1025px) {
	.wd-products.wd-stretch-cont-lg .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-lg .product-wrapper {
		height: 100%;
	}
}

@media (max-width: 768.98px) {
	.wd-products.wd-stretch-cont-sm .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-sm .product-wrapper {
		height: 100%;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-products.wd-stretch-cont-md .wd-carousel-wrap {
		align-items: stretch;
	}
	
	.wd-products.wd-stretch-cont-md .product-wrapper {
		height: 100%;
	}
}

.wd-product-grid-slider {
	display: flex;
	z-index: 1;
}

.wd-product-grid-slide {
	flex-grow: 1;
}

.wd-product-grid-slider-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	z-index: 4;
	--arrow-color: var(--color-gray-800);
	--arrow-color-hover: var(--color-gray-500);
	pointer-events: none;
}

.wd-product-grid-slider-nav>div {
	display: flex;
	align-items: center;
	transition: inherit;
	width: 30px;
	height: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	color: var(--arrow-color);
	pointer-events: auto;
}

.wd-product-grid-slider-nav>div:before {
	font-family: "woodmart-font";
	vertical-align: middle;
}

.wd-product-grid-slider-nav>div:hover {
	color: var(--arrow-color-hover);
}

.wd-product-grid-slider-nav .wd-prev {
	transform: translateX(-25px);
	text-align: start;
	padding-inline-start: 8px;
	justify-content: flex-start;
}

.wd-product-grid-slider-nav .wd-prev:before {
	content: "";
}

.wd-product-grid-slider-nav .wd-next {
	transform: translateX(25px);
	text-align: end;
	padding-inline-end: 8px;
	justify-content: flex-end;
}

.wd-product-grid-slider-nav .wd-next:before {
	content: "";
}

.wd-product-grid-slider-pagin {
	position: absolute;
	bottom: 0;
	inset-inline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	transition: all .3s ease;
	filter: invert(90%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
}

.wd-product-grid-slider-dot {
	flex-grow: 1;
	height: 4px;
	background-color: #242424;
	transition: all .25s ease;
	opacity: .2;
}

.wd-product-grid-slider-dot.wd-active {
	opacity: .6;
}

.wd-product:not(:is(.product-swatched,.quick-shop-shown,.wd-variation-active,[class*="wd-loading"])):hover :is(.wd-product-grid-slider-nav>div,.wd-product-grid-slider-pagin) {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.wd-hover-quick .wd-add-btn .wd-product-grid-slider-pagin {
	bottom: 100%;
}

.wd-hover-base .wd-product-grid-slider-pagin {
	bottom: 100%;
}

@media (min-width: 1025px) {
	.wd-product-grid-slider-nav.wd-hover-enabled {
		display: none;
	}
}

@media (max-width: 1024px) {
	.wd-product:not(:is(.product-swatched,.quick-shop-shown,.wd-variation-active,[class*="wd-loading"])) .wd-product-grid-slider-nav>div {
		opacity: 1;
		visibility: visible;
		transform: none;
		width: 40px;
		height: 50px;
	}
	
	:is(.wd-product-grid-slider,.wd-product-grid-slider-pagin) {
		display: none;
	}
}

.mfp-bg {
	position: fixed;
	z-index: 1102;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
	inset: 0;
	opacity: 0;
	transition: all .45s cubic-bezier(.19, 1, .22, 1);
}

.mfp-bg.mfp-ready {
	opacity: 1;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap {
	--wd-popup-mt: 50px;
	--wd-popup-mr: 15px;
	--wd-popup-mb: 50px;
	--wd-popup-ml: 15px;
	--wd-popup-max-height: calc(100dvh - var(--wd-admin-bar-h) - var(--wd-popup-mt) - var(--wd-popup-mb));
	position: fixed;
	z-index: 1103;
	outline: none !important;
	inset: var(--wd-admin-bar-h) 0 0 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: var(--wd-align-items, center);
	justify-content: var(--wd-justify-content, center);
	padding: var(--wd-popup-mt) var(--wd-popup-mr) var(--wd-popup-mb) var(--wd-popup-ml);
}

.mfp-content {
	position: relative;
	z-index: 1105;
	width: 100%;
	max-height: 100%;
	max-width: var(--wd-popup-width, 800px);
}

.mfp-hide {
	display: none !important;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
	display: none;
}

.mfp-wrap ~ :is(.wd-close-side,.wd-side-hidden) {
	z-index: 900;
	pointer-events: none;
}

.mfp-wrap ~ .wd-skip-links {
	display: none;
}

.wd-popup-close {
	--wd-action-color: #fff;
	--wd-action-color-hover: #bbb;
	position: absolute;
	top: calc(var(--wd-close-btn-offset-v, 50px) * -1);
	inset-inline-end: calc(var(--wd-close-btn-offset-h, 15px) * -1);
	z-index: 100;
}

.wd-popup {
	position: relative;
	display: none;
	padding: var(--wd-popup-padding, 30px);
	border-radius: var(--wd-popup-brd-radius, var(--wd-brd-radius));
	background-color: var(--bgcolor-white);
	content-visibility: unset !important;
	height: var(--wd-popup-height, auto);
	max-height: var(--wd-popup-max-height) !important;
}

.mfp-wrap .wd-popup {
	display: block;
}

.wd-popup-wrap.wd-animation.wd-animated {
	--wd-anim-duration: .45s;
	--wd-trans-main: box 0s ease;
}

.wd-animation-default.wd-animation-ready.wd-animated {
	--wd-anim-timing-f: cubic-bezier(.19, 1, .22, 1);
}

.wd-animation-default.wd-animation-ready:not(.wd-in) {
	--wd-transform-translateX: -100px;
}

.wd-animation-default.wd-animation-ready.wd-out {
	--wd-transform-translateX: 100px;
}

.wd-animation {
	--wd-anim-duration: 1s;
	--wd-anim-timing-f: cubic-bezier(0, .87, .58, 1);
	--wd-anim-delay: 0s;
	--wd-anim-opa-timing-f: ease;
	--wd-trans-main: all .25s ease;
	--wd-trans-last: transform var(--wd-anim-duration) var(--wd-anim-timing-f) var(--wd-anim-delay), opacity .25s var(--wd-anim-opa-timing-f) var(--wd-anim-delay);
	opacity: 0;
}

.wd-animation:not(.wd-animated) {
	transition: none !important;
}

.wd-animation.wd-animated {
	transition: var(--wd-trans-main), var(--wd-trans-last);
}

.wd-animation.wd-in {
	opacity: 1;
}

.wd-transform {
	--wd-transform-perspective: 0;
	--wd-transform-rotateX: 0;
	--wd-transform-rotateY: 0;
	--wd-transform-rotateZ: 0;
	--wd-transform-translateX: 0;
	--wd-transform-translateY: 0;
	--wd-transform-scaleX: 1;
	--wd-transform-scaleY: 1;
	--wd-transform-skewX: 0;
	--wd-transform-skewY: 0;
	--wd-transform-origin-y: center;
	--wd-transform-origin-x: center;
	transform: perspective(var(--wd-transform-perspective)) translateX(var(--wd-transform-translateX)) translateY(var(--wd-transform-translateY)) scaleX(var(--wd-transform-scaleX)) scaleY(var(--wd-transform-scaleY)) rotateX(var(--wd-transform-rotateX)) rotateY(var(--wd-transform-rotateY)) rotateZ(var(--wd-transform-rotateZ)) skewX(var(--wd-transform-skewX)) skewY(var(--wd-transform-skewY));
	transform-origin: var(--wd-transform-origin-y) var(--wd-transform-origin-x);
}

.product-labels {
	position: absolute;
	top: 7px;
	inset-inline-start: 7px;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	max-width: 50%;
	transition: all .3s ease;
	transform: translateZ(0);
}

.product-labels .label-with-img {
	padding: 0;
	max-width: 50px;
}

.product-label {
	padding: 5px 10px;
	min-width: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	word-break: break-all;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
}

.product-label.onsale {
	background-color: var(--wd-primary-color);
	direction: ltr;
}

.product-label.featured {
	background-color: #e22d2d;
}

.product-label.new {
	background-color: #438e44;
}

.product-label.out-of-stock {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.product-label.attribute-label:not(.label-with-img) {
	background-color: var(--bgcolor-white);
	color: var(--color-gray-900);
}

.labels-rounded-sm .product-label {
	border-radius: 12px;
}

@media (max-width: 576px) {
	.product-labels {
		gap: 5px;
	}
	
	.product-label {
		padding-inline: 5px;
		min-width: 40px;
		font-size: 10px;
	}
	
	.product-label .label-with-img {
		padding-inline: 0;
	}
}

.product-labels.labels-rounded .product-label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 7px;
	min-height: 50px;
	border-radius: 35px;
	font-size: 14px;
}

.product-labels.labels-rounded .label-with-img {
	padding: 0;
	min-height: auto;
	max-width: 55px;
}

.product-labels.labels-rounded .out-of-stock {
	max-width: 50px;
	font-size: 12px;
}

@media (max-width: 576px) {
	.product-labels.labels-rounded .product-label {
		min-height: 40px;
		font-size: 10px;
	}
	
	.product-labels.labels-rounded .label-with-img {
		min-height: auto;
	}
}

.wd-carousel-container {
	--wd-width: 100%;
	position: relative;
	width: var(--wd-width);
}

.wd-carousel-inner {
	position: relative;
	margin: -15px 0;
}

.wd-carousel {
	position: relative;
	overflow: var(--wd-carousel-overflow, hidden);
	padding: 15px 0;
	margin-inline: calc(var(--wd-gap) / -2);
	touch-action: pan-y;
}

@supports (overflow: clip) {
	.wd-carousel {
		overflow: var(--wd-carousel-overflow, clip);
	}
}

.wd-carousel-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: initial;
	box-sizing: content-box;
	transform: translate3d(0px, 0, 0);
}

.wd-carousel-item {
	position: relative;
	height: 100%;
	flex: 0 0 calc(100% / var(--wd-col));
	max-width: calc(100% / var(--wd-col));
	padding: 0 calc(var(--wd-gap) / 2);
	transition-property: transform;
	transform: translate3d(0px, 0, 0);
}

.wd-backface-hidden .wd-carousel-item {
	transform: translateZ(0);
	backface-visibility: hidden;
}

.wd-carousel[data-center_mode="yes"] .wd-carousel-wrap:not([style]) {
	transform: translate3d(calc(50% - ( 100% / var(--wd-col) ) / 2), 0, 0);
}

.wd-autoheight, .wd-autoheight .wd-carousel-item {
	height: auto;
}

.wd-autoheight .wd-carousel-wrap {
	align-items: flex-start;
	transition-property: transform, height;
}

@media (min-width: 1025px) {
	.wd-carousel-container:not(.wd-off-lg) [style*="col-lg:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-carousel-container:not(.wd-off-sm) [style*="col-sm:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-carousel-container:not(.wd-off-md) [style*="col-md:1;"]:not(.wd-initialized)>.wd-carousel-wrap>.wd-carousel-item:nth-child(n+2) {
		display: none;
	}
}

.wd-insta {
	position: relative;
}

.wd-insta-cont {
	display: flex;
	align-items: center;
	inset: 15px;
	justify-content: center;
}

.wd-insta-cont>* {
	z-index: 5;
	padding: 30px;
	max-width: 300px;
	width: 100%;
	border-radius: var(--wd-brd-radius);
	background: var(--bgcolor-white);
	box-shadow: 0 0 12px rgba(0, 0, 0, .22);
}

.wd-insta-link {
	--wd-link-color: var(--color-gray-800);
	--wd-link-color-hover: var(--wd-primary-color);
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 10px;
	font-weight: 600;
	text-decoration: none !important;
}

.wd-insta-link:before {
	font-weight: 400;
	content: "";
	font-family: "woodmart-font";
}

.wd-insta-item {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.wd-insta-item a {
	--wd-otl-offset: calc(var(--wd-otl-width) * -1);
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	transition: all .3s ease;
}

.wd-insta-item img {
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
	aspect-ratio: var(--wd-aspect-ratio, 1);
}

.wd-insta-meta {
	--wd-col: 2;
	--wd-gap: 10px;
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px 15px;
	line-height: 1;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, .65) 100%);
	opacity: 0;
	pointer-events: none;
	transform: translateY(30px);
	transition: all .3s ease;
}

.wd-insta-meta>span {
	overflow: hidden;
	color: #fff;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 120%;
}

.wd-insta-meta>span span {
	font-weight: 600;
	vertical-align: middle;
}

.wd-insta-meta>span:before {
	display: inline-block;
	margin-inline-end: 5px;
	font-size: 120%;
	vertical-align: middle;
	font-family: "woodmart-font";
}

.wd-insta-meta .wd-insta-likes {
	text-align: start;
}

.wd-insta-meta .wd-insta-likes:before {
	content: "";
}

.wd-insta-meta .wd-insta-comm {
	text-align: end;
}

.wd-insta-meta .wd-insta-comm:before {
	content: "";
}

:is(.instagram-rounded,.wd-meta-pos-center) .wd-insta-meta {
	top: 0;
	align-items: center;
	background: transparent;
}

:is(.instagram-rounded,.wd-meta-pos-center) .wd-insta-meta>span {
	text-align: center;
}

.instagram-rounded .wd-insta-item {
	--wd-brd-radius: 50%;
}

.wd-widget .wd-insta-meta {
	display: none;
}

.wd-insta.wd-error.loading {
	animation: wd-SemiFadeOut .4s infinite alternate linear;
}

@keyframes wd-SemiFadeOut {
	from {
		opacity: 1;
	}
	
	to {
		opacity: .6;
	}
}

.wd-product-instagram {
	margin-bottom: 35px;
	padding-top: 40px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-product-instagram .product-instagram-intro {
	font-size: 16px;
}

.wd-product-instagram .product-instagram-intro span {
	color: var(--color-gray-800);
	font-weight: 600;
}

@media (min-width: 1025px) {
	.wd-insta-item:is(:hover,:focus-within) a {
		opacity: 1;
	}
	
	.wd-insta-item:is(:hover,:focus-within) .wd-insta-meta {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768.98px) {
	.wd-product-instagram {
		padding-top: 25px;
	}
}

.wd-btn-arrow {
	transition: all .25s ease;
}

.wd-btn-arrow.wd-lock, .wd-carousel:not(.wd-initialized)+.wd-nav-arrows .wd-btn-arrow {
	opacity: 0 !important;
	pointer-events: none !important;
}

.wd-arrow-inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--wd-arrow-width, var(--wd-arrow-size, 50px));
	height: var(--wd-arrow-height, var(--wd-arrow-size, 50px));
	line-height: 1;
	color: var(--wd-arrow-color, var(--color-gray-800));
	background: var(--wd-arrow-bg, unset);
	box-shadow: var(--wd-arrow-shadow, unset);
	border: var(--wd-arrow-brd, unset) var(--wd-arrow-brd-color, unset);
	border-radius: var(--wd-arrow-radius, unset);
	cursor: pointer;
	transition: all .25s ease;
}

.wd-arrow-inner:after {
	font-size: var(--wd-arrow-icon-size, 24px);
	font-family: "woodmart-font";
}

.wd-arrow-inner:hover {
	color: var(--wd-arrow-color-hover, var(--color-gray-500));
	background: var(--wd-arrow-bg-hover, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-hover, var(--wd-arrow-brd-color));
}

.wd-disabled .wd-arrow-inner {
	color: var(--wd-arrow-color-dis, var(--color-gray-400));
	background: var(--wd-arrow-bg-dis, var(--wd-arrow-bg));
	border-color: var(--wd-arrow-brd-color-dis, var(--wd-arrow-brd-color));
	cursor: unset;
}

.wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-prev .wd-arrow-inner:after {
	content: "";
}

.wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-icon-2 .wd-next .wd-arrow-inner:after {
	content: "";
}

.wd-nav-arrows.wd-pos-sep:after {
	content: "";
	position: absolute;
	inset: 0px calc(( var(--wd-arrow-width, var(--wd-arrow-size, 50px)) + var(--wd-arrow-offset-h, 0px) ) * -1);
}

.wd-nav-arrows.wd-pos-sep .wd-btn-arrow {
	position: absolute;
	top: calc(50% - var(--wd-arrow-offset-v, 0px) + var(--wd-arrow-height, var(--wd-arrow-size, 50px)) / -2);
	z-index: 250;
}

.wd-nav-arrows.wd-pos-sep .wd-prev {
	inset-inline-end: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows.wd-pos-sep .wd-next {
	inset-inline-start: calc(100% + var(--wd-arrow-offset-h, 0px));
}

.wd-nav-arrows:where(.wd-pos-together) {
	--wd-arrow-size: 30px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 10px;
}

.wd-nav-arrows.wd-pos-together {
	position: absolute;
	top: calc(0% - var(--wd-arrow-offset-v, 0px) - var(--wd-arrow-height, var(--wd-arrow-size, 50px)));
	inset-inline-end: calc(var(--wd-arrow-offset-h, 0px) / -1);
	display: flex;
	gap: var(--wd-arrow-gap, .001px);
	z-index: 250;
}

@media (min-width: 1025px) {
	.wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 0;
		pointer-events: none;
	}
	
	:is(.wd-carousel-container,.wd-products-element):hover .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
		opacity: 1;
		transform: translateY(0);
		pointer-events: unset;
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev {
		transform: translateX(-30px);
	}
	
	.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
		transform: translateX(30px);
	}
}

@media (max-width: 1024px) {
	.wd-nav-arrows {
		--wd-arrow-icon-size: 16px;
		--wd-arrow-size: 40px;
	}
	
	.wd-nav-arrows:where(.wd-pos-sep) {
		--wd-arrow-offset-h: -12px;
	}
	
	.wd-nav-arrows:where(.wd-pos-together) {
		--wd-arrow-size: 30px;
	}
}

.wd-nav-pagin-wrap {
	display: flex;
	min-height: var(--wd-pagin-size, 10px);
	margin-top: 20px;
	justify-content: var(--wd-align, var(--wd-center));
	font-size: 0;
}

.wd-nav-pagin-wrap:has(.wd-lock) {
	display: none;
}

.wd-nav-pagin {
	--list-mb: 0;
	--li-mb: 0 !important;
	--li-pl: 0;
	list-style: none;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--wd-pagin-gap, 10px);
	transition: all .25s ease;
}

.wd-nav-pagin li {
	position: relative;
	cursor: pointer;
	transition: all .25s ease;
}

.wd-nav-pagin:not([class*="wd-type-"]), .wd-nav-pagin.wd-lock {
	opacity: 0;
}

.wd-dynamic>.wd-nav-pagin {
	flex-wrap: nowrap;
	gap: 0;
	margin: 0 auto;
	overflow: hidden;
}

.wd-dynamic>.wd-nav-pagin li {
	margin-inline: calc(var(--wd-pagin-gap, 10px) / 2);
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] span {
	display: inline-flex;
	width: var(--wd-pagin-size, 10px);
	height: var(--wd-pagin-size, 10px);
	background-color: var(--wd-pagin-bg, unset);
	border: var(--wd-pagin-brd, 2px solid) var(--wd-pagin-brd-color, var(--color-gray-300));
	border-radius: var(--wd-pagin-radius, var(--wd-pagin-size, 10px));
	transition: all .25s ease;
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li:not(.wd-active):hover span {
	border-color: var(--wd-pagin-brd-color-hover, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-hover, var(--wd-pagin-bg, unset));
}

.wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
	border-color: var(--wd-pagin-brd-color-act, var(--color-gray-800));
	background-color: var(--wd-pagin-bg-act, var(--color-gray-800));
}

.wd-text-block:not(.inline-element) {
	max-width: var(--content-width);
	--content-width: var(--wd-max-width);
}

.wd-text-block:not(.inline-element).text-left {
	margin-right: auto;
}

.wd-text-block:not(.inline-element).text-center {
	margin-inline: auto;
}

.wd-text-block:not(.inline-element).text-right {
	margin-left: auto;
}

.wd-posts:not([style*="wd-gap"]) {
	--wd-gap-lg: 50px;
	--wd-gap-md: 40px;
}

.wd-post-thumb {
	position: relative;
	border-radius: var(--wd-brd-radius);
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.wd-post-thumb img {
	width: 100%;
}

.wd-post-img {
	transition: all .5s cubic-bezier(0, 0, .44, 1.18);
}

.wd-post:hover .wd-post-img {
	transform: scale(1.1);
}

.wd-post-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: var(--wd-post-align, start);
	text-align: var(--wd-post-align, start);
	gap: 10px;
	z-index: 1;
}

.wd-post .wd-post-meta {
	display: inline-flex;
	align-items: center;
	justify-content: var(--wd-post-align, start);
	flex-wrap: wrap;
	gap: 10px;
}

.wd-featured-post {
	font-size: 1.1em;
	color: var(--color-gray-400);
}

.wd-featured-post:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-post-share {
	font-size: 1.1em;
	color: var(--color-gray-400);
	transition: all .25s ease;
}

.wd-post-share:after {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 1.2em;
	height: 1.5em;
	content: "";
	font-family: "woodmart-font";
}

.wd-post-share:hover {
	color: var(--color-gray-500);
}

.wd-post-share .tooltip-inner {
	padding: 5px;
	max-width: fit-content;
}

.wd-post-share .wd-social-icons {
	flex-wrap: nowrap;
}

.wd-post .wd-post-title {
	font-size: 22px;
}

.wd-post-excerpt>div[class*="wpb_"] {
	display: none;
}

.wd-post-read-more.wd-style-link {
	--wd-link-color: var(--wd-primary-color);
	--wd-link-color-hover: var(--wd-primary-color);
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
	text-transform: var(--btn-transform, uppercase);
	font-weight: 600;
	font-size: .9em;
}

.wd-post-read-more.wd-style-link a:hover {
	opacity: .8;
}

.blog-style-bg .wd-post-content {
	padding: 25px;
}

@media (max-width: 576px) {
	.blog-style-bg .wd-post-content {
		padding-inline: 15px;
	}
}

.wd-post-title {
	--wd-tags-mb: 0;
}

.wd-post-image {
	position: relative;
	display: inline-block;
}

.wd-post-image img {
	border-radius: var(--wd-brd-radius);
}

.wd-post-cat {
	--wd-link-decor: none;
	--wd-link-decor-hover: none;
}

.wd-post-cat.wd-style-default {
	--wd-link-color: var(--color-gray-400);
	--wd-link-color-hover: var(--color-gray-600);
	color: var(--wd-link-color);
}

.wd-single-post-cat:has(.wd-style-with-bg) {
	line-height: 1;
}

.wd-modified-date {
	display: none;
	color: var(--color-gray-400);
}

.wd-post-date.wd-style-default {
	color: var(--color-gray-400);
}

.wd-single-post-date {
	line-height: 1;
}

@media (max-width: 768.98px) {
	:is(.wd-single-post-title,.wd-single-post-header) .title {
		font-size: 22px;
	}
}

.blog-design-masonry {
	--wd-post-align: center;
}

.blog-design-masonry .wd-post-cat {
	margin-top: calc(-25px - 1.1em);
}

.blog-design-masonry .wd-post-content {
	padding-top: 25px;
}

.blog-design-masonry .wd-post-excerpt {
	max-width: 100%;
}

.blog-design-masonry.blog-style-bg .wd-post-inner {
	border-radius: var(--wd-brd-radius);
}

.blog-design-masonry.blog-style-bg .wd-post-thumb {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.blog-design-masonry.blog-style-bg .wd-post-content {
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
}

.blog-design-masonry.blog-style-bg.has-post-thumbnail .wd-post-content {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.blog-design-masonry.wd-add-shadow .wd-post-inner {
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: box-shadow .5s cubic-bezier(0, 0, .44, 1.18);
}

.blog-design-masonry.wd-add-shadow:hover .wd-post-inner {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.wd-post-date.wd-style-with-bg {
	position: absolute;
	top: 15px;
	inset-inline-start: 15px;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	min-width: 53px;
	padding: 7px;
	text-align: center;
	line-height: 1;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 9px rgba(0, 0, 0, .1);
	color: var(--color-gray-800);
}

.wd-post-date.wd-style-with-bg .post-date-day {
	font-size: 22px;
}

.wd-post-date.wd-style-with-bg .post-date-month {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}

.wd-carousel .wd-post-date.wd-style-with-bg {
	transform: translate3d(0px, 0, 0);
}

.footer-sidebar {
	padding-block: 40px;
}

.footer-column>*:not(.widget) {
	margin-block: 0 var(--wd-block-spacing);
}

.footer-column>*:not(.widget):last-child {
	margin-bottom: 0;
}

.wd-prefooter {
	padding-bottom: 40px;
	background-color: var(--wd-main-bgcolor);
}

.wd-copyrights {
	--wd-tags-mb: 10px;
	padding-block: 20px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-copyrights.wd-layout-two-columns>.wd-grid-g {
	--wd-col-lg: 2;
	--wd-col-md: 1;
}

.wd-copyrights.wd-layout-centered {
	text-align: center;
}

@media (min-width: 1025px) {
	.sticky-footer-on :is(.wd-page-content,.wd-prefooter) {
		position: relative;
		z-index: 2;
	}
	
	.sticky-footer-on .wd-footer {
		position: sticky;
		bottom: 0;
	}
	
	.wd-copyrights.wd-layout-two-columns .wd-col-end {
		text-align: end;
	}
}

@media (max-width: 1024px) {
	.wd-copyrights.wd-layout-two-columns {
		text-align: center;
	}
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li {
	display: block;
	color: var(--color-gray-300);
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li a {
	display: inline-block;
	padding-inline-end: 2px;
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li:is(.current_page_item,.current-cat)>a {
	color: var(--color-gray-800);
	font-weight: 600;
}

:is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) li ul {
	margin-top: 15px;
	padding-inline-start: 15px;
}

.scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 350;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(var(--bgcolor-white-rgb), .9);
	box-shadow: 0 0 5px rgba(0, 0, 0, .17);
	color: var(--color-gray-800);
	font-size: 16px;
	opacity: 0;
	pointer-events: none;
	text-decoration: none !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: translateX(100%);
}

.scrollToTop.button-show {
	opacity: 1;
	transform: none;
	pointer-events: visible;
}

.scrollToTop:after {
	content: "";
	font-family: "woodmart-font";
}

.scrollToTop:hover {
	color: var(--color-gray-500);
}

.wd-search-opened .scrollToTop {
	display: none;
}

@media (max-width: 1024px) {
	.scrollToTop {
		right: 12px;
		bottom: 12px;
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}

[class*="wd-search-full-screen"] {
	--wd-search-font-size: 1.08em;
	position: fixed;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	outline: none !important;
}

[class*="wd-search-full-screen"] :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	margin-bottom: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-scroll-content:not(.wd-dropdown) {
	--wd-scroll-h: 100%;
}

[class*="wd-search-full-screen"] .wd-search-suggestions {
	animation: wd-fadeInBottomShort .6s cubic-bezier(.19, 1, .22, 1) both;
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title {
	margin-top: var(--wd-search-sp);
}

[class*="wd-search-full-screen"] .wd-search-suggestions .wd-search-title:first-child {
	margin-top: 0;
}

[class*="wd-search-full-screen"] .wd-suggestion {
	flex-direction: column;
}

[class*="wd-search-full-screen"] .wd-suggestion-thumb {
	margin-bottom: 10px;
}

[class*="wd-search-full-screen"] .wd-not-found-msg {
	font-size: var(--wd-search-font-size);
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion {
	flex-direction: row;
	flex-basis: unset;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-suggestion-thumb {
	margin-bottom: 0;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion .wd-entities-title {
	transition: all .25s ease;
}

[class*="wd-search-full-screen"] .wd-suggestions-group.wd-type-categories .wd-suggestion:hover .wd-entities-title {
	opacity: .6;
}

[class*="wd-search-full-screen"].wd-searched :is(.wd-search-history,.wd-search-requests,.wd-search-info-text) {
	display: none;
}

[class*="wd-search-full-screen"] .wd-search-history ul {
	flex-direction: row;
	flex-wrap: wrap;
}

[class*="wd-search-full-screen"] .wd-sh-head {
	display: block;
}

[class*="wd-search-full-screen"] .wd-sh-head .wd-sh-clear {
	display: none;
}

[class*="wd-search-full-screen"] .wd-sh-link:before {
	display: none;
}

[class*="wd-search-full-screen"].wd-opened {
	visibility: visible;
	opacity: 1;
}

.wd-search-opened {
	overflow: hidden;
}

@media (min-width: 1025px) {
	.wd-search-opened body {
		padding-right: var(--wd-scroll-w);
	}
	
	.wd-search-opened .wd-page-wrapper {
		margin-right: calc(var(--wd-scroll-w) * -1);
	}
	
	.wd-search-opened :is(.header-banner,.whb-row,.wd-page-content) {
		padding-right: var(--wd-scroll-w);
	}
}

@media (max-width: 1024px) {
	[class*="wd-search-full-screen"] {
		--wd-search-font-size: .92em;
		--wd-search-sp: 15px;
	}
	
	[class*="wd-search-full-screen"] .wd-search-requests {
		--wd-requests-pd: 8px 12px;
		--wd-requests-fs: 10px;
	}
}

.wd-search-full-screen {
	--wd-search-sp: 20px;
	--wd-form-height: 110px;
	display: flex;
	flex-direction: column;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 14px rgba(0, 0, 0, .08);
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .5s, visibility .5s cubic-bezier(.19, 1, .22, 1) .5s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: translate3d(0, 100%, 0);
}

.wd-search-full-screen .wd-search-title, .wd-search-full-screen .wd-not-found-msg {
	text-align: center;
}

.wd-search-full-screen :is(.wd-search-history,.wd-search-requests,.wd-search-info-text):not(:last-child) {
	padding-bottom: var(--wd-search-sp);
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-search-full-screen .wd-search-results {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	overflow-y: scroll;
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title {
	border-top: 1px solid var(--brdcolor-gray-300);
	padding-block: var(--wd-search-sp) calc(var(--wd-search-sp) - 10px);
}

.wd-search-full-screen .wd-search-suggestions .wd-search-title:first-child {
	border-top: none;
	padding-top: 0;
}

.wd-search-full-screen .wd-suggestions-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.wd-search-full-screen .wd-suggestion {
	flex-basis: 200px;
	flex-grow: 0;
	padding: 10px;
}

.wd-search-full-screen .wd-not-found {
	flex: 1 1 100% !important;
}

.wd-search-full-screen .wd-all-results {
	margin-top: 10px;
}

.wd-search-full-screen.wd-searched .wd-search-area {
	display: none;
}

.wd-search-full-screen .searchform {
	padding-inline: 100px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	margin-bottom: var(--wd-search-sp);
	--wd-form-bg: transparent;
	--wd-form-color: var(--color-gray-800);
	--wd-form-placeholder-color: var(--color-gray-800);
	--wd-form-brd-width: 0;
	--wd-form-height: unset;
}

.wd-search-full-screen .searchform input[type="text"] {
	padding: 0;
	text-align: center;
	font-weight: 600;
	font-size: 48px;
}

.wd-search-full-screen .searchform .searchsubmit {
	display: none;
}

.wd-search-full-screen .wd-close-search.wd-style-icon {
	--wd-action-icon-size: 38px;
	position: absolute;
	top: 5px;
	inset-inline-end: 5px;
	z-index: 1;
}

.wd-search-full-screen .wd-close-search.wd-style-icon>a {
	width: 100px;
	height: 100px;
}

.wd-search-full-screen .wd-search-info-text {
	padding-inline: 15px;
	text-align: center;
	font-size: var(--wd-search-font-size);
}

.wd-search-full-screen .wd-search-loader {
	top: calc(var(--wd-form-height) + 1px);
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader {
	opacity: 1;
	pointer-events: auto;
}

.wd-search-full-screen .wd-search-loading ~ .wd-search-loader:after {
	--wd-anim-state: running;
}

.wd-search-full-screen .wd-search-history {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-history ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-requests {
	padding-inline: var(--wd-search-sp);
}

.wd-search-full-screen .wd-search-requests ul {
	justify-content: center;
}

.wd-search-full-screen .wd-search-area {
	margin-top: calc(var(--wd-search-sp) * -1);
	padding-top: var(--wd-search-sp);
	padding-inline: 15px;
	height: 100%;
}

.wd-search-full-screen.wd-opened {
	transition: opacity 0s, visibility 0s, transform .5s cubic-bezier(.19, 1, .22, 1);
	transform: none;
}

@media (max-width: 1024px) {
	.wd-search-full-screen {
		--wd-form-height: 70px;
	}
	
	.wd-search-full-screen .searchform {
		padding-inline: var(--wd-search-sp);
	}
	
	.wd-search-full-screen .searchform input[type="text"] {
		font-size: 20px;
	}
	
	.wd-search-full-screen .wd-close-search {
		display: none;
	}
}

@media (max-width: 768.98px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 33.333333%;
	}
}

@media (max-width: 576px) {
	.wd-search-full-screen .wd-suggestion {
		flex-basis: 50%;
	}
}

.searchform {
	position: relative;
	--wd-search-btn-w: var(--wd-form-height);
	--wd-form-height: 46px;
	--wd-search-clear-sp: .001px;
}

.searchform input[type="text"] {
	padding-inline-end: calc(var(--wd-search-btn-w) + 30px);
}

.searchform .searchsubmit {
	--btn-color: var(--wd-form-color, currentColor);
	--btn-bgcolor: transparent;
	position: absolute;
	gap: 0;
	inset-block: 0;
	inset-inline-end: 0;
	padding: 0;
	width: var(--wd-search-btn-w);
	min-height: unset;
	border: none;
	box-shadow: none;
	font-weight: 400;
	font-size: 0;
	font-style: unset;
}

.searchform .searchsubmit:hover:after, .searchform .searchsubmit:hover img {
	opacity: .7;
}

.searchform .searchsubmit:after {
	font-size: calc(var(--wd-form-height) / 2.3);
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.searchform .searchsubmit img {
	max-width: 24px;
	transition: opacity .2s ease;
}

.searchform .searchsubmit:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: calc(( var(--wd-form-height) / 2.5 ) / -2);
	margin-left: calc(( var(--wd-form-height) / 2.5 ) / -2);
	opacity: 0;
	transition: opacity .1s ease;
	content: "";
	display: inline-block;
	width: calc(var(--wd-form-height) / 2.5);
	height: calc(var(--wd-form-height) / 2.5);
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.searchform .searchsubmit.wd-with-img:after {
	content: none;
}

.searchform.wd-search-loading .searchsubmit:before {
	opacity: 1;
	transition-duration: .2s;
	--wd-anim-state: running;
}

.searchform.wd-search-loading .searchsubmit:after, .searchform.wd-search-loading .searchsubmit img {
	opacity: 0;
	transition-duration: .1s;
}

.searchform .wd-clear-search {
	position: absolute;
	top: calc(50% - 12px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 24px;
	inset-inline-end: calc(var(--wd-search-cat-w, .001px) + var(--wd-search-btn-w) + var(--wd-search-clear-sp));
	color: var(--wd-form-color, currentColor);
	cursor: pointer;
}

.searchform .wd-clear-search:before {
	font-size: calc(var(--wd-form-height) / 3);
	line-height: 1;
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.searchform .wd-clear-search:hover:before {
	opacity: .7;
}

.wd-search-results-wrapper {
	position: relative;
}

.wd-search-title.title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: var(--wd-search-font-size);
	line-height: 1;
}

.wd-suggestions-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wd-suggestion {
	position: relative;
	display: flex;
	line-height: 1;
	transition: all .25s ease;
}

.wd-suggestion .wd-entities-title {
	font-size: .92em;
}

.wd-suggestion .wd-entities-title strong {
	text-decoration: underline;
}

.wd-suggestion-thumb img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-suggestion-content {
	--wd-mb: 10px;
}

.wd-suggestion-sku {
	font-size: .8em;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb {
	margin-inline-end: 7px;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-thumb img {
	max-height: 18px;
	max-width: 18px;
	object-fit: contain;
	object-position: 50% 50%;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.wd-suggestions-group.wd-type-categories .wd-suggestion-content .wd-entities-title {
	flex-grow: 1;
}

.wd-not-found {
	grid-column: 1/-1;
}

.wd-all-results {
	--wd-link-color: var(--color-gray-800);
	--wd-link-color-hover: var(--color-gray-800);
	display: block;
	border-block: 1px solid var(--brdcolor-gray-300);
	padding-inline: var(--wd-search-sp);
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--wd-search-font-size);
	line-height: 50px;
	transition: all .25s ease;
	text-decoration: none !important;
}

.wd-all-results:hover {
	background-color: var(--bgcolor-gray-100) !important;
}

.wd-search-area {
	position: relative;
	transition: all .25s ease;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-area {
	min-height: 70px;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader {
	opacity: 1;
	pointer-events: auto;
}

.wd-ajax-search-content:not(.wd-content-loaded) .wd-search-loader:after {
	--wd-anim-state: running;
}

.wd-search-loader {
	z-index: 410;
	opacity: 0;
	pointer-events: none;
	background-color: rgba(var(--bgcolor-white-rgb), .8);
	transition: all .25s cubic-bezier(.19, 1, .22, 1);
	overflow: hidden;
}

.wd-search-loader:after {
	position: absolute;
	top: calc(50% - 16px);
	left: calc(50% - 16px);
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

@media (max-width: 1024px) {
	.wd-suggestions-group {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
	
	.wd-suggestion :is(.wd-entities-title,.price) {
		font-size: .9em;
	}
}

.wd-dropdown-results {
	margin-top: 0 !important;
	--wd-search-font-size: .92em;
	--wd-search-sp: 15px;
	overflow: hidden;
	right: calc(( var(--wd-form-brd-radius) / 1.5 ));
	left: calc(( var(--wd-form-brd-radius) / 1.5 ));
}

.wd-dropdown-results:after {
	width: auto !important;
	height: auto !important;
}

.wd-dropdown-results .wd-scroll-content {
	overscroll-behavior: none;
}

.wd-dropdown-results .wd-search-suggestions {
	margin-top: -1px;
	margin-inline-end: -1px;
}

.wd-dropdown-results .wd-search-suggestions .wd-search-title {
	margin-block: -1px;
	border-block: 1px solid var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion {
	margin-bottom: -1px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-inline-end: 1px solid;
	border-color: var(--brdcolor-gray-300);
	background-color: var(--bgcolor-white);
	padding: var(--wd-search-sp);
}

.wd-dropdown-results .wd-suggestion:hover, .wd-dropdown-results .wd-suggestion.wd-active {
	background-color: var(--bgcolor-gray-100);
}

.wd-dropdown-results .wd-suggestion-thumb {
	flex: 0 0 auto;
	margin-inline-end: 15px;
	max-width: 65px;
}

.wd-dropdown-results .wd-suggestion-thumb img {
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.wd-dropdown-results .wd-all-results {
	background-color: var(--bgcolor-white);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories {
	display: block;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion {
	border: none;
	padding-block: 10px;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:first-child {
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion:last-child {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-dropdown-results .wd-suggestions-group.wd-type-categories .wd-suggestion-content:after {
	content: "";
	font-family: "woodmart-font";
	color: var(--color-gray-400);
}

.wd-dropdown-results .wd-not-found {
	background-color: var(--bgcolor-white) !important;
}

.wd-dropdown-results .wd-suggestions-group.wd-type-product:only-child .wd-not-found {
	margin-bottom: 0;
}

.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area) {
	padding: var(--wd-search-sp);
}

.wd-dropdown-results :is(.wd-search-requests,.wd-search-history,.wd-search-area):not(:first-child) {
	margin-top: -1px;
	border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-searched .wd-dropdown-results :is(.wd-search-history,.wd-search-requests,.wd-search-area) {
	display: none;
}

.wd-dropdown-results .wd-search-requests {
	--wd-requests-pd: 8px 12px;
	--wd-requests-fs: 10px;
}

@media (max-width: 1024px) {
	.wd-dropdown-results {
		--wd-search-sp: 10px;
	}
	
	.wd-dropdown-results .wd-suggestion-thumb {
		max-width: 45px;
	}
}

.login-form-side .woocommerce-notices-wrapper {
	padding: 20px 15px 0 15px;
}

.login-form-side .woocommerce-notices-wrapper>.woocommerce-error {
	margin-bottom: 0;
}

.login-form-side .woocommerce-form-login {
	padding: 20px 15px 15px 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.login-form-side .woocommerce-form-login.hidden-form {
	display: none;
}

.create-account-question {
	padding: 20px 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	text-align: center;
	--wd-tags-mb: 15px;
}

.create-account-question p {
	color: var(--color-gray-900);
	font-weight: 600;
}

.create-account-question:before {
	display: block;
	margin-bottom: 15px;
	color: var(--color-gray-200);
	font-size: 54px;
	line-height: 1;
	content: "";
	font-family: "woodmart-font";
}

.create-account-question .btn {
	--btn-color: var(--color-gray-800);
	--btn-color-hover: var(--color-gray-500);
	--btn-brd-color: var(--wd-primary-color);
	--btn-bgcolor: transparent;
	--btn-brd-width: 2px;
	--btn-height: none;
	--btn-padding: 0;
	border-top: 0;
	border-inline: 0;
}

.wd-social-icons.wd-style-simple {
	--wd-social-bg: #efefef;
	--wd-social-bg-hover: var(--wd-primary-color);
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
}

.wd-social-icons.wd-style-simple.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-simple {
	--wd-social-bg: rgba(255, 255, 255, .3);
	--wd-social-color: #fff;
}

.wd-social-icons.wd-style-colored {
	--wd-social-color: #fff;
	--wd-social-shadow-hover: inset 0 0 200px rgba(0, 0, 0, .15);
}

.wd-social-icons.wd-style-colored>a {
	--wd-social-bg: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-colored-alt {
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
	--wd-social-bg: #efefef;
}

.wd-social-icons.wd-style-colored-alt>a {
	--wd-social-bg-hover: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-colored-alt.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-colored-alt {
	--wd-social-color: #fff;
	--wd-social-bg: rgba(255, 255, 255, .3);
}

.wd-social-icons.wd-style-bordered {
	--wd-social-color: rgba(0, 0, 0, .4);
	--wd-social-color-hover: #fff;
	--wd-social-brd: 2px solid;
	--wd-social-brd-color: #ccc;
}

.wd-social-icons.wd-style-bordered>a {
	--wd-social-bg-hover: var(--wd-social-brand-color);
	--wd-social-brd-color-hover: var(--wd-social-brand-color);
}

.wd-social-icons.wd-style-bordered.color-scheme-light, [class*="color-scheme-light"] .wd-social-icons.wd-style-bordered {
	--wd-social-color: #fff;
	--wd-social-brd-color: rgba(255, 255, 255, .4);
}

.wd-social-icons.wd-style-primary {
	--wd-social-color: var(--wd-primary-color);
	--wd-social-color-hover: #fff;
	--wd-social-bg-hover: var(--wd-primary-color);
	--wd-social-brd: 2px solid;
	--wd-social-brd-color: var(--wd-primary-color);
}

.wd-sticky-social {
	position: fixed;
	top: 50%;
	flex-direction: column;
	transition: all .5s cubic-bezier(.19, 1, .22, 1) 1s;
	gap: 0 !important;
	z-index: 390;
}

.wd-sticky-social .wd-social-icon {
	overflow: hidden;
	min-width: var(--wd-social-size, 40px);
	width: auto;
	font-size: 14px;
}

.wd-sticky-social .wd-social-icon:hover {
	box-shadow: none;
}

.wd-sticky-social .wd-social-icon:hover .wd-icon-name {
	max-width: 220px;
}

.wd-sticky-social .wd-icon {
	width: var(--wd-social-size, 40px);
}

.wd-sticky-social .wd-icon-name {
	overflow: hidden;
	padding: 0;
	max-width: 0;
	white-space: nowrap;
	font-weight: 600;
	font-family: var(--wd-text-font);
	transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15);
}

.wd-sticky-social.wd-loaded {
	transform: translate3d(0, -50%, 0);
}

.wd-sticky-social-right {
	right: 0;
	transform: translate3d(100%, -50%, 0);
	align-items: flex-end;
}

.wd-sticky-social-right .wd-social-icon {
	flex-direction: row-reverse;
}

.wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {
	padding-left: 15px;
}

.wd-sticky-social-left {
	left: 0;
	transform: translate3d(-100%, -50%, 0);
	align-items: flex-start;
}

.wd-sticky-social-left .wd-social-icon {
	flex-direction: row;
}

.wd-sticky-social-left .wd-social-icon:hover .wd-icon-name {
	padding-right: 15px;
}

@media (max-width: 1024px) {
	.wd-sticky-social {
		display: none;
	}
}

.wd-toolbar {
	position: fixed;
	inset-inline: 0;
	bottom: 0;
	z-index: 350;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 5px;
	height: 55px;
	background-color: var(--bgcolor-white);
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wd-toolbar>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.wd-toolbar>a, .wd-toolbar>div {
	flex: 1 0 20%;
}

.wd-toolbar>a, .wd-toolbar>div a {
	height: 45px;
}

.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text) {
	margin-inline-end: 0;
}

.wd-toolbar.wd-toolbar-label-show>a, .wd-toolbar.wd-toolbar-label-show>div a {
	position: relative;
	padding-bottom: 15px;
}

.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
	display: block;
}

.global-color-scheme-light .wd-toolbar a {
	color: #fff;
}

.global-color-scheme-light .wd-toolbar a:hover {
	color: rgba(255, 255, 255, .8);
}

.wd-toolbar-label {
	position: absolute;
	inset-inline: 10px;
	bottom: 3px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	font-size: 11px;
	line-height: 1;
	padding: 1px 0;
}

.wd-toolbar-shop .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-toolbar-blog .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-toolbar-home .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-toolbar-sidebar .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before {
	content: "";
}

.wd-toolbar-link .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

.wd-toolbar-link .wd-custom-icon img {
	width: auto;
	height: 20px;
}

.wd-toolbar-shop-cat .wd-tools-icon:before {
	content: "";
	font-family: "woodmart-font";
}

body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat {
	display: none;
}

@media (min-width: 1025px) {
	.wd-toolbar {
		display: none;
	}
}

@media (max-width: 1024px) {
	.sticky-toolbar-on {
		padding-bottom: 55px;
	}
	
	.sticky-toolbar-on .wd-sticky-btn {
		bottom: 55px;
	}
	
	.sticky-toolbar-on .scrollToTop {
		bottom: 67px;
	}
	
	.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop {
		bottom: calc(12px + 55px + var(--wd-sticky-btn-height));
	}
}

@media (max-width: 768.98px) {
	.sticky-toolbar-on.wd-sticky-btn-on-mb {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.sticky-toolbar-on.wd-sticky-btn-on {
		padding-bottom: calc(55px + var(--wd-sticky-btn-height));
	}
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite;
}

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

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

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-threads:before {
	content: "";
}

.fa-threads-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-x-twitter-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}
