
.elementor-kit-4 {
	--e-global-color-primary: #6ec1e4;
	--e-global-color-secondary: #54595f;
	--e-global-color-text: #7a7a7a;
	--e-global-color-accent: #61ce70;
	--e-global-typography-primary-font-family: "DM Sans";
	--e-global-typography-primary-font-size: 26px;
	--e-global-typography-primary-font-weight: 700;
	--e-global-typography-secondary-font-family: "DM Sans";
	--e-global-typography-secondary-font-size: 20px;
	--e-global-typography-secondary-font-weight: 500;
	--e-global-typography-text-font-family: "DM Sans";
	--e-global-typography-text-font-size: 16px;
	--e-global-typography-text-font-weight: 400;
	--e-global-typography-accent-font-family: "DM Sans";
	--e-global-typography-accent-font-size: 13px;
	--e-global-typography-accent-font-weight: 400;
}

.elementor-kit-4 e-page-transition {
	background-color: #ffbc7d;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1140px;
}

.e-con {
	--container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
	margin-block-end: 20px;
}

.elementor-element {
	--widgets-spacing: 20px 20px;
	--widgets-spacing-row: 20px;
	--widgets-spacing-column: 20px;
}

@media (max-width:1024px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1024px;
	}
	
	.e-con {
		--container-max-width: 1024px;
	}
}

@media (max-width:767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 767px;
	}
	
	.e-con {
		--container-max-width: 767px;
	}
}

/*!
 * 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-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-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;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

/*!
 * 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.fa-glass:before {
	content: "";
}

.fa.fa-meetup {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-star-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-play-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-pencil:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-share-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

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

.fa.fa-times-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

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

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

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

.fa.fa-bar-chart {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-bar-chart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-facebook-square, .fa.fa-twitter-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

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

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-scissors:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

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

.fa.fa-clipboard, .fa.fa-paste {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paste:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-hospital-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before {
	content: "";
}

.fa.fa-shield:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ticket:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-down {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-up {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

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

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

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

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-toggle-left {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-spoon:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-envelope-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy, .fa.fa-life-ring {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-bouy:before {
	content: "";
}

.fa.fa-life-buoy {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-buoy:before {
	content: "";
}

.fa.fa-life-saver {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-life-saver:before {
	content: "";
}

.fa.fa-support {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-sliders:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

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

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

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

.fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-meanpath {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-meanpath:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

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

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

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

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

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

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-clone, .fa.fa-hourglass-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-map-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

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

.fa.fa-vcard-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.fa.fa-cab:before {
	content: "";
}

:not(.elementor-editor-active) .pp-visibility-hidden {
	display: none;
}

.pp-background-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.pp-cursor-pointer {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.pp-cursor-active .pp-cursor-pointer {
	opacity: 1;
	visibility: visible;
}

.pp-cursor-pointer-text {
	background-color: #111;
	color: #fff;
	padding: 4px 10px;
}

.pp-wrapper-link {
	cursor: pointer;
}

.elementor-element.pp-animated-gradient-bg-yes, .elementor-element.pp-animated-gradient-bg-yes .pp-animated-gradient-bg, .elementor-section.pp-animated-gradient-bg-yes, .elementor-section.pp-animated-gradient-bg-yes .pp-animated-gradient-bg {
	background-size: 400% 400% !important;
	-webkit-animation: AnimatedGradientBg 15s ease-in-out infinite;
	animation: AnimatedGradientBg 15s ease-in-out infinite;
}

.pp-animated-gradient-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

@keyframes AnimatedGradientBg {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@-webkit-keyframes AnimatedGradientBg {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

.tooltipster-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	position: absolute;
}

.tooltipster-box {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tooltipster-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
}

.tooltipster-fall {
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

.tooltipster-slide {
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	-webkit-animation: tooltipster-fading .4s;
	animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	
	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes tooltipster-rotating {
	25% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	
	75% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	-webkit-animation: tooltipster-rotating .6s;
	animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes tooltipster-scaling {
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	-webkit-animation: tooltipster-scaling .6s;
	animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
	background: #27292a;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
	color: #fff;
}

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 8px;
	margin-left: -8px;
	top: 0;
	width: 16px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	right: 0;
	top: 0;
	width: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 16px;
	margin-top: -8px;
	left: 0;
	top: 0;
	width: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 8px;
	margin-left: -8px;
	width: 16px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	height: 0;
	position: absolute;
	width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 8px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #27292a;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #27292a;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #27292a;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #27292a;
	left: 0;
	top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.pp-tooltip-content {
	font-size: 13px;
	line-height: 1.3;
	padding: 8px 14px;
	text-align: center;
}

.pp-tooltip-content p:last-child {
	margin-bottom: 0;
}

.pp-tooltip-size-tiny .pp-tooltip-content {
	font-size: 10px;
}

.pp-tooltip-size-small .pp-tooltip-content {
	font-size: 12px;
}

.pp-tooltip-size-large .pp-tooltip-content {
	font-size: 14px;
}

.pp-tooltip-container {
	display: none;
}

/*! elementor-pro - v3.29.0 - 04-06-2025 */
.elementor-widget-call-to-action .elementor-widget-container, .elementor-widget-call-to-action:not(:has(.elementor-widget-container)) {
	overflow: hidden;
}

.elementor-cta {
	display: flex;
	overflow: hidden;
	position: relative;
	transition: .5s;
}

.elementor-cta--skin-classic .elementor-cta {
	flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
	min-height: 200px;
	position: relative;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
	background-color: #f9fafa;
	transition: all .4s;
	width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
	border-color: #3f444b;
	color: #3f444b;
	fill: #3f444b;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
	border-color: #3f444b;
	color: #3f444b;
}

.elementor-cta--skin-cover .elementor-cta {
	display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s;
	width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
	min-height: 280px;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button, .elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
	border-color: #fff;
	color: #fff;
}

.elementor-cta--layout-image-above .elementor-cta, .elementor-cta--layout-image-below .elementor-cta {
	flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--layout-image-below .elementor-cta__bg-wrapper {
	width: 100%;
}

.elementor-cta--layout-image-above .elementor-cta {
	flex-direction: column;
}

.elementor-cta--layout-image-below .elementor-cta {
	flex-direction: column-reverse;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
	flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
	min-width: 50%;
	width: auto;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
	flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
	flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
	flex-direction: row-reverse;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s;
}

.elementor-cta__bg-wrapper {
	overflow: hidden;
	z-index: 1;
}

.elementor-cta__bg {
	background-position: 50%;
	background-size: cover;
	z-index: 1;
}

.elementor-cta__bg-overlay {
	z-index: 2;
}

.elementor-cta__button.elementor-button {
	align-self: center;
	background: transparent;
	border: 2px solid #fff;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.elementor-cta__button.elementor-button:hover {
	background: transparent;
	text-decoration: none;
}

.elementor-cta__title {
	font-size: 23px;
}

.elementor-cta__content {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 35px;
	width: 100%;
	z-index: 1;
}

.elementor-cta__content, .elementor-cta__content-item {
	color: #fff;
	position: relative;
	transition: .5s;
}

.elementor-cta__content-item {
	margin: 0;
	width: 100%;
}

.elementor-cta__content-item:not(:last-child) {
	margin-bottom: 15px;
}

.elementor-cta__content-item .elementor-icon {
	color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
	align-content: flex-start;
	align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
	align-content: center;
	align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
	align-content: flex-end;
	align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
	background-color: rgba(0, 0, 0, .3);
}

@media (max-width:1024px) {
	.elementor-cta {
		cursor: pointer;
	}
}

@media (min-width:-1) {
	.elementor-cta--widescreen-layout-image-above .elementor-cta, .elementor-cta--widescreen-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--widescreen-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--widescreen-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta, .elementor-cta--widescreen-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta__content, .elementor-cta--widescreen-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--widescreen-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--widescreen-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
}

@media (max-width:-1) {
	.elementor-cta--laptop-layout-image-above .elementor-cta, .elementor-cta--laptop-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--laptop-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--laptop-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta, .elementor-cta--laptop-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta__content, .elementor-cta--laptop-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--laptop-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--laptop-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
	
	.elementor-cta--tablet_extra-layout-image-above .elementor-cta, .elementor-cta--tablet_extra-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--tablet_extra-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--tablet_extra-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta, .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--tablet_extra-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--tablet_extra-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
}

@media (max-width:1024px) {
	.elementor-cta--tablet-layout-image-above .elementor-cta, .elementor-cta--tablet-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--tablet-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--tablet-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--tablet-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--tablet-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
}

@media (max-width:-1) {
	.elementor-cta--mobile_extra-layout-image-above .elementor-cta, .elementor-cta--mobile_extra-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--mobile_extra-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--mobile_extra-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta, .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--mobile_extra-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--mobile_extra-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
}

@media (max-width:767px) {
	.elementor-cta--mobile-layout-image-above .elementor-cta, .elementor-cta--mobile-layout-image-below .elementor-cta {
		flex-wrap: wrap;
	}
	
	.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-below .elementor-cta__bg-wrapper {
		width: 100%;
	}
	
	.elementor-cta--mobile-layout-image-above .elementor-cta {
		flex-direction: column;
	}
	
	.elementor-cta--mobile-layout-image-below .elementor-cta {
		flex-direction: column-reverse;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
		flex-wrap: nowrap;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
		min-width: 50%;
		width: auto;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
		flex-grow: 1;
	}
	
	.elementor-cta--mobile-layout-image-left .elementor-cta {
		flex-direction: row;
	}
	
	.elementor-cta--mobile-layout-image-right .elementor-cta {
		flex-direction: row-reverse;
	}
}

.elementor-ribbon {
	height: 150px;
	left: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(90deg);
	width: 150px;
	z-index: 1;
}

.elementor-ribbon-inner {
	background: #000;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	left: 0;
	line-height: 2;
	margin-top: 35px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
	width: 200%;
}

.elementor-ribbon.elementor-ribbon-left {
	left: 0;
	right: auto;
	transform: rotate(0);
}

.elementor-ribbon.elementor-ribbon-right {
	left: auto;
	right: 0;
	transform: rotate(90deg);
}

.elementor-bg-transform .elementor-bg {
	will-change: transform;
}

.elementor-bg-transform-zoom-in:hover .elementor-bg, .elementor-bg-transform-zoom-out .elementor-bg {
	transform: scale(1.2);
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
	transform: scale(1);
}

.elementor-bg-transform-move-left .elementor-bg {
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-left:hover .elementor-bg, .elementor-bg-transform-move-right .elementor-bg {
	transform: scale(1.2) translateX(-8%);
}

.elementor-bg-transform-move-right:hover .elementor-bg {
	transform: scale(1.2) translateX(8%);
}

.elementor-bg-transform-move-up .elementor-bg {
	transform: scale(1.2) translateY(8%);
}

.elementor-bg-transform-move-down .elementor-bg, .elementor-bg-transform-move-up:hover .elementor-bg {
	transform: scale(1.2) translateY(-8%);
}

.elementor-bg-transform-move-down:hover .elementor-bg {
	transform: scale(1.2) translateY(8%);
}

.elementor-animated-content {
	--translate: 0, 0;
}

.elementor-animated-content:focus .elementor-animated-item--grow, .elementor-animated-content:hover .elementor-animated-item--grow {
	transform: scale(1.1);
}

.elementor-animated-content:focus .elementor-animated-item--shrink, .elementor-animated-content:hover .elementor-animated-item--shrink {
	transform: scale(.85);
}

.elementor-animated-content:focus .elementor-animated-item--shrink-contained, .elementor-animated-content:hover .elementor-animated-item--shrink-contained {
	transform: scale(1);
}

.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in, .elementor-animated-content:focus .elementor-animated-item--enter-zoom-out, .elementor-animated-content:focus .elementor-animated-item--fade-in, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-in {
	opacity: 1;
	transform: scale(1);
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-out, .elementor-animated-content:focus .elementor-animated-item--fade-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--fade-out {
	opacity: 0;
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
	transform: scale(.2);
}

.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
	transform: scale(2);
}

.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom, .elementor-animated-content:focus .elementor-animated-item--enter-from-left, .elementor-animated-content:focus .elementor-animated-item--enter-from-right, .elementor-animated-content:focus .elementor-animated-item--enter-from-top, .elementor-animated-content:hover .elementor-animated-item--enter-from-bottom, .elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-animated-content:hover .elementor-animated-item--enter-from-top {
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-right {
	transform: translateX(1000px);
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-left {
	transform: translateX(-1000px);
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	transform: translateY(-600px);
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
	transform: translateY(600px);
}

.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom, .elementor-animated-content:focus .elementor-animated-item--exit-to-left, .elementor-animated-content:focus .elementor-animated-item--exit-to-right, .elementor-animated-content:focus .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-top {
	opacity: 0;
}

.elementor-animated-content:focus .elementor-animated-item--move-right, .elementor-animated-content:hover .elementor-animated-item--move-right {
	transform: translateX(30px);
}

.elementor-animated-content:focus .elementor-animated-item--move-left, .elementor-animated-content:hover .elementor-animated-item--move-left {
	transform: translateX(-30px);
}

.elementor-animated-content:focus .elementor-animated-item--move-up, .elementor-animated-content:hover .elementor-animated-item--move-up {
	transform: translateY(-30px);
}

.elementor-animated-content:focus .elementor-animated-item--move-down, .elementor-animated-content:hover .elementor-animated-item--move-down {
	transform: translateY(30px);
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-right, .elementor-animated-content:hover .elementor-animated-item--move-contained-right {
	--translate: 8%, 0;
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-left, .elementor-animated-content:hover .elementor-animated-item--move-contained-left {
	--translate: -8%, 0;
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-top, .elementor-animated-content:hover .elementor-animated-item--move-contained-top {
	--translate: 0, -8%;
}

.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom, .elementor-animated-content:hover .elementor-animated-item--move-contained-bottom {
	--translate: 0, 8%;
}

.elementor-animated-content [class^=elementor-animated-item] {
	will-change: transform, opacity;
}

.elementor-animated-content .elementor-animated-item--shrink-contained {
	transform: scale(1.17);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in {
	transform: scale(.2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-out {
	transform: scale(2);
}

.elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-animated-content .elementor-animated-item--fade-in {
	opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-animated-content .elementor-animated-item--fade-out {
	opacity: 1;
	transform: scale(1);
}

.elementor-animated-content .elementor-animated-item--enter-from-right {
	transform: translateX(1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-left {
	transform: translateX(-1000px);
}

.elementor-animated-content .elementor-animated-item--enter-from-top {
	transform: translateY(-600px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom {
	transform: translateY(500px);
}

.elementor-animated-content .elementor-animated-item--enter-from-bottom, .elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-animated-content .elementor-animated-item--enter-from-top {
	opacity: 0;
}

.elementor-animated-content .elementor-animated-item--exit-to-bottom, .elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-animated-content .elementor-animated-item--exit-to-top {
	opacity: 1;
	transform: translateY(0) translateX(0);
}

.elementor-animated-content .elementor-animated-item--move-contained-bottom, .elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-animated-content .elementor-animated-item--move-contained-top {
	transform: scale(1.2) translate(var(--translate));
}

/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px;
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px;
}

/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-image {
	text-align: center;
}

.elementor-widget-image a {
	display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
	width: 48px;
}

.elementor-widget-image img {
	display: inline-block;
	vertical-align: middle;
}

/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-column .elementor-spacer-inner {
	height: var(--spacer-size);
}

.e-con {
	--container-widget-width: 100%;
}

.e-con-inner>.elementor-widget-spacer, .e-con>.elementor-widget-spacer {
	width: var(--container-widget-width, var(--spacer-size));
	--align-self: var(--container-widget-align-self, initial);
	--flex-shrink: 0;
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container, .e-con>.elementor-widget-spacer>.elementor-widget-container {
	height: 100%;
	width: 100%;
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer, .e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
	height: 100%;
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner, .e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
	height: var(--container-widget-height, var(--spacer-size));
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer, .e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer {
	height: 100%;
}

.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner, .e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner {
	height: var(--container-widget-height, var(--spacer-size));
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty, .e-con>.elementor-widget-spacer.elementor-widget-empty {
	min-height: 22px;
	min-width: 22px;
	position: relative;
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon, .e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
	height: 22px;
	inset: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	width: 22px;
}

/*! elementor - v3.29.0 - 04-06-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
	display: block;
	text-align: center;
}

.elementor-widget-icon-box .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:768px) {
	.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
		align-items: flex-start;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
		align-items: center;
	}
	
	.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
		align-items: flex-end;
	}
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	display: flex;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	display: inline-flex;
	flex: 0 0 auto;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
	flex-direction: row-reverse;
	text-align: end;
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
	margin-bottom: unset;
	margin-left: var(--icon-box-icon-margin, 15px);
	margin-right: 0;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	flex-direction: row;
	text-align: start;
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-bottom: unset;
	margin-left: 0;
	margin-right: var(--icon-box-icon-margin, 15px);
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
	display: block;
	flex-direction: unset;
	text-align: center;
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
	margin-bottom: var(--icon-box-icon-margin, 15px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:-1) {
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:1024px) {
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:-1) {
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width:767px) {
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		display: flex;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		display: inline-flex;
		flex: 0 0 auto;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
		flex-direction: row-reverse;
		text-align: end;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: var(--icon-box-icon-margin, 15px);
		margin-right: 0;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
		flex-direction: row;
		text-align: start;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
		margin-bottom: unset;
		margin-left: 0;
		margin-right: var(--icon-box-icon-margin, 15px);
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
		display: block;
		flex-direction: unset;
		text-align: center;
	}
	
	.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
		margin-bottom: var(--icon-box-icon-margin, 15px);
		margin-left: auto;
		margin-right: auto;
	}
	
	.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
		display: block;
		flex: unset;
	}
}

.elementor-widget-icon-box .elementor-icon-box-title a {
	color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-content {
	flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-description {
	margin: 0;
}

/*!/wp-content/plugins/happy-elementor-addons/assets/vendor/slick/slick.css*/
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.elementor-15 .elementor-element.elementor-element-eae7a5f {
	z-index: 0;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__content-item {
	transition-duration: 1000ms;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2) {
	transition-delay: calc(1000ms / 3);
}

.elementor-15 .elementor-element.elementor-element-cd73ff2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3) {
	transition-delay: calc(( 1000ms / 3 ) * 2);
}

.elementor-15 .elementor-element.elementor-element-cd73ff2.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4) {
	transition-delay: calc(( 1000ms / 3 ) * 3);
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta .elementor-cta__bg, .elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta .elementor-cta__bg-overlay {
	transition-duration: 1500ms;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 {
	width: 100%;
	max-width: 100%;
	align-self: center;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 > .elementor-widget-container {
	margin: -10px -10px -10px -10px;
	padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__content {
	min-height: 400px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__title {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__title:not(:last-child) {
	margin-bottom: 30px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__description {
	font-family: "DM Sans", Sans-serif;
	font-size: 37px;
	font-weight: 700;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__description:not(:last-child) {
	margin-bottom: 50px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__button {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	color: var(--e-global-color-astglobalcolor5);
	background-color: var(--e-global-color-astglobalcolor2);
	border-color: var(--e-global-color-astglobalcolor2);
	border-width: 6px;
	border-radius: 30px;
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__button:hover {
	background-color: var(--e-global-color-astglobalcolor7);
	border-color: var(--e-global-color-astglobalcolor7);
}

.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta:not(:hover) .elementor-cta__bg-overlay {
	background-color: rgba(81, 108, 176, .05);
}

.elementor-15 .elementor-element.elementor-element-4f598cad > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-4f598cad:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-4f598cad > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-15 .elementor-element.elementor-element-4f598cad, .elementor-15 .elementor-element.elementor-element-4f598cad > .elementor-background-overlay {
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4f598cad {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	color: #566db3;
	padding: 100px 0px 100px 0px;
}

.elementor-15 .elementor-element.elementor-element-4f598cad > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-15 .elementor-element.elementor-element-4f598cad a {
	color: #5368a8;
}

.elementor-15 .elementor-element.elementor-element-4f598cad a:hover {
	color: #fca191;
}

.elementor-15 .elementor-element.elementor-element-6b0dcdcd > .elementor-widget-container {
	padding: 15px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-6b0dcdcd {
	text-align: left;
}

.elementor-15 .elementor-element.elementor-element-6b0dcdcd .elementor-heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-139c1ad7 > .elementor-widget-container {
	margin: 0% 4% 0% 0%;
	padding: 0px 32px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-139c1ad7 {
	column-gap: 0px;
	text-align: left;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-15a8b68c.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-15a8b68c.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-15a8b68c > .elementor-element-populated {
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0% 10% 0% 0%;
}

.elementor-15 .elementor-element.elementor-element-4deebbb5 {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-4deebbb5 img {
	width: 90%;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-229000b4 {
	--spacer-size: 30px;
}

.elementor-15 .elementor-element.elementor-element-62bbf2b1:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-62bbf2b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: rgba(203, 223, 190, .54);
}

.elementor-15 .elementor-element.elementor-element-62bbf2b1 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px 100px 0px;
}

.elementor-15 .elementor-element.elementor-element-62bbf2b1 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-15 .elementor-element.elementor-element-1cc0402:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-1cc0402.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-1cc0402 img {
	width: 40%;
}

.elementor-15 .elementor-element.elementor-element-37b315c0 {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-37b315c0 .elementor-heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-15 .elementor-element.elementor-element-3a530e35 > .elementor-widget-container {
	padding: 0px 10px 0px 10px;
}

.elementor-15 .elementor-element.elementor-element-3a530e35 {
	text-align: center;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-7b3e9fe2.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-7b3e9fe2.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-b915371:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-b915371.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-b915371 img {
	width: 37%;
}

.elementor-15 .elementor-element.elementor-element-71eaabba {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-71eaabba .elementor-heading-title {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-15 .elementor-element.elementor-element-4ae75b99 > .elementor-widget-container {
	padding: 0px 10px 0px 10px;
}

.elementor-15 .elementor-element.elementor-element-4ae75b99 {
	text-align: center;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-15bbbbd:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-15bbbbd.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-15bbbbd img {
	width: 44%;
}

.elementor-15 .elementor-element.elementor-element-5e292cb3 {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-5e292cb3 .elementor-heading-title {
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
	font-size: var(--e-global-typography-secondary-font-size);
	font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-15 .elementor-element.elementor-element-47b69a77 > .elementor-widget-container {
	padding: 0px 10px 0px 10px;
}

.elementor-15 .elementor-element.elementor-element-47b69a77 {
	text-align: center;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-519cc78b > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-519cc78b:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-519cc78b > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #fff;
}

.elementor-15 .elementor-element.elementor-element-519cc78b > .elementor-container {
	max-width: 1188px;
}

.elementor-15 .elementor-element.elementor-element-519cc78b {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 100px 0px 100px 0px;
}

.elementor-15 .elementor-element.elementor-element-519cc78b > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-15 .elementor-element.elementor-element-439ef941.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-15 .elementor-element.elementor-element-7139d375 > .elementor-widget-container {
	padding: 15px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-7139d375 {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-7139d375 .elementor-heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-2b7594f8 > .elementor-background-overlay {
	opacity: .5;
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-15 .elementor-element.elementor-element-2b7594f8 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: -10px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3e76295c > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-15 .elementor-element.elementor-element-58debeca > .elementor-widget-container {
	margin: 0px 0px -10px 0px;
}

.elementor-15 .elementor-element.elementor-element-58debeca.ha-has-bg-overlay:hover > .elementor-widget-container::before {
	transition: background .3s;
}

.elementor-15 .elementor-element.elementor-element-58debeca:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-58debeca .elementor-icon-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
	color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-default .elementor-icon {
	color: var(--e-global-color-astglobalcolor3);
	border-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-framed .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-58debeca.elementor-view-stacked .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-58debeca .elementor-icon {
	font-size: 55px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-58debeca .elementor-icon svg {
	height: 55px;
}

.elementor-15 .elementor-element.elementor-element-5b7bb0ba > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-title {
	margin-bottom: 10px;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-title, .elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-title a {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-description {
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-6d96adae > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a > .elementor-widget-container {
	margin: 0px 0px -10px 0px;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.ha-has-bg-overlay:hover > .elementor-widget-container::before {
	transition: background .3s;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a .elementor-icon-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
	color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-default .elementor-icon {
	color: var(--e-global-color-astglobalcolor3);
	border-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-framed .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-1514ef7a.elementor-view-stacked .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-1514ef7a .elementor-icon {
	font-size: 55px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-1514ef7a .elementor-icon svg {
	height: 55px;
}

.elementor-15 .elementor-element.elementor-element-4d42a6ca > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-title {
	margin-bottom: 10px;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-title, .elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-title a {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-description {
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-11cdb080 > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-15 .elementor-element.elementor-element-8e141c3 > .elementor-widget-container {
	margin: 0px 0px -10px 0px;
}

.elementor-15 .elementor-element.elementor-element-8e141c3.ha-has-bg-overlay:hover > .elementor-widget-container::before {
	transition: background .3s;
}

.elementor-15 .elementor-element.elementor-element-8e141c3:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-8e141c3 .elementor-icon-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
	color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-default .elementor-icon {
	color: var(--e-global-color-astglobalcolor3);
	border-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-framed .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-8e141c3.elementor-view-stacked .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-8e141c3 .elementor-icon {
	font-size: 55px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-8e141c3 .elementor-icon svg {
	height: 55px;
}

.elementor-15 .elementor-element.elementor-element-2f827cdb > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-title {
	margin-bottom: 10px;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-title, .elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-title a {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-description {
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-443a2465 > .elementor-element-populated {
	margin: 0% 0% 0% 0%;
	--e-column-margin-right: 0%;
	--e-column-margin-left: 0%;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d > .elementor-widget-container {
	margin: 0px 0px -10px 0px;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.ha-has-bg-overlay:hover > .elementor-widget-container::before {
	transition: background .3s;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d:not( .elementor-widget-image ) .elementor-widget-container {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-widget-image .elementor-widget-container img {
	-webkit-mask-image: url("https://cdn-ildnhpg.nitrocdn.com/lSRrLPGPbenosFQtUNvQhUHEJfmYYtRS/assets/images/optimized/rev-069f8e4/if-vorsorge.de/wp-content/uploads/2023/02/Logo_bg_rgb_weiss.png");
	-webkit-mask-size: 35%;
	-webkit-mask-position: center center;
	-webkit-mask-repeat: no-repeat;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d .elementor-icon-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-stacked .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
	color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-default .elementor-icon {
	color: var(--e-global-color-astglobalcolor3);
	border-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-framed .elementor-icon, .elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-default .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-framed .elementor-icon {
	background-color: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-6d14f75d.elementor-view-stacked .elementor-icon svg {
	fill: var(--e-global-color-astglobalcolor3);
}

.elementor-15 .elementor-element.elementor-element-6d14f75d .elementor-icon {
	font-size: 55px;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-6d14f75d .elementor-icon svg {
	height: 55px;
}

.elementor-15 .elementor-element.elementor-element-1dea5410 > .elementor-widget-container {
	margin: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-wrapper {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-title {
	margin-bottom: 10px;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-title, .elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-title a {
	font-family: "DM Sans", Sans-serif;
	font-size: 20px;
	font-weight: 500;
}

.elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-description {
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #576eb3;
}

.elementor-15 .elementor-element.elementor-element-318e8e88:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-318e8e88 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #eef0f7;
}

.elementor-15 .elementor-element.elementor-element-318e8e88 {
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 100px 0px 100px 0px;
}

.elementor-15 .elementor-element.elementor-element-318e8e88 > .elementor-background-overlay {
	transition: background .3s, border-radius .3s, opacity .3s;
}

.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-445d7cbf.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-445d7cbf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-3560fcdd > .elementor-widget-container {
	padding: 15px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3560fcdd {
	text-align: left;
}

.elementor-15 .elementor-element.elementor-element-3560fcdd .elementor-heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-3ff52bf4 > .elementor-widget-container {
	margin: 0% 4% 0% 0%;
	padding: 0px 32px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3ff52bf4 {
	column-gap: 0px;
	text-align: left;
	font-family: "DM Sans", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-185b7b3f.elementor-column .elementor-widget-wrap {
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-185b7b3f.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: center;
	align-items: center;
}

.elementor-15 .elementor-element.elementor-element-4d3a1180 > .elementor-widget-container {
	padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4d3a1180.elementor-element {
	--flex-grow: 0;
	--flex-shrink: 0;
}

.elementor-15 .elementor-element.elementor-element-4d3a1180 {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-4d3a1180 img {
	width: 75%;
	border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-6094899f > .elementor-widget-container {
	padding: 15px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-6094899f {
	text-align: center;
}

.elementor-15 .elementor-element.elementor-element-6094899f .elementor-heading-title {
	font-family: "DM Sans", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 46px;
	color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-88f3e1f {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--align-items: stretch;
	--gap: 10px 10px;
	--row-gap: 10px;
	--column-gap: 10px;
}

.elementor-15 .elementor-element.elementor-element-4ad1685 {
	--display: flex;
	--flex-direction: row;
	--container-widget-width: calc(( 1 - var(--container-widget-flex-grow) ) * 100%);
	--container-widget-height: 100%;
	--container-widget-flex-grow: 1;
	--container-widget-align-self: stretch;
	--flex-wrap-mobile: wrap;
	--justify-content: center;
	--align-items: center;
	--gap: 47px 47px;
	--row-gap: 47px;
	--column-gap: 47px;
	--flex-wrap: wrap;
	--align-content: center;
}

.elementor-15 .elementor-element.elementor-element-745f46c .wl-row > [class*="col-"] {
	padding: 0 20px;
	margin-bottom: 0px;
}

.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info h4 {
	color: var(--e-global-color-astglobalcolor0);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-15 .elementor-element.elementor-element-745f46c .wlb-review-style-2 .wl-customer-testimonal .clint-info h4:before {
	background-color: var(--e-global-color-astglobalcolor0);
}

.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal p {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info .rating {
	color: var(--e-global-color-astglobalcolor0);
}

@media (max-width:1024px) {
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__title {
		font-size: 20px;
	}
	
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__description {
		font-size: 37px;
	}
	
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__button {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-4f598cad {
		padding: 10px 25px 10px 25px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3caea241 > .elementor-element-populated {
		padding: 25px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6b0dcdcd {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-139c1ad7 > .elementor-widget-container {
		padding: 0px 15px 0px 15px;
	}
	
	.elementor-15 .elementor-element.elementor-element-139c1ad7 {
		columns: 2;
		column-gap: 17px;
	}
	
	.elementor-15 .elementor-element.elementor-element-15a8b68c > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
		padding: 0% 0% 0% 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 > .elementor-widget-container {
		margin: 20px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 {
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 img {
		width: 80%;
		max-width: 100%;
	}
	
	.elementor-15 .elementor-element.elementor-element-71eaabba .elementor-heading-title {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-5e292cb3 .elementor-heading-title {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-519cc78b .elementor-column-gap-custom .elementor-column > .elementor-element-populated {
		padding: 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-519cc78b {
		margin-top: 0%;
		margin-bottom: 0%;
		padding: 5% 5% 5% 5%;
	}
	
	.elementor-15 .elementor-element.elementor-element-7139d375 {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-2b7594f8 {
		padding: 0% 8% 0% 8%;
	}
	
	.elementor-15 .elementor-element.elementor-element-3e76295c > .elementor-element-populated {
		margin: 0% 10% 0% 0%;
		--e-column-margin-right: 10%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-6d96adae > .elementor-element-populated {
		margin: 0% 0% 0% 10%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 10%;
	}
	
	.elementor-15 .elementor-element.elementor-element-11cdb080 > .elementor-element-populated {
		margin: 20% 10% 0% 0%;
		--e-column-margin-right: 10%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-443a2465 > .elementor-element-populated {
		margin: 20% 0% 0% 10%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 10%;
	}
	
	.elementor-15 .elementor-element.elementor-element-318e8e88 {
		padding: 50px 0px 50px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3560fcdd {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-3ff52bf4 > .elementor-widget-container {
		padding: 0px 0px 0px 30px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3ff52bf4 {
		columns: 2;
		column-gap: 17px;
	}
	
	.elementor-15 .elementor-element.elementor-element-185b7b3f > .elementor-element-populated {
		padding: 20px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-4d3a1180 img {
		width: 75%;
	}
	
	.elementor-15 .elementor-element.elementor-element-6094899f {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info h4 {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info span {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal p {
		font-size: var(--e-global-typography-text-font-size);
	}
}

@media (max-width:767px) {
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__title:not(:last-child) {
		margin-bottom: 35px;
	}
	
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__description {
		font-size: 37px;
		line-height: 1em;
	}
	
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__description:not(:last-child) {
		margin-bottom: 50px;
	}
	
	.elementor-15 .elementor-element.elementor-element-cd73ff2 .elementor-cta__button {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-4f598cad {
		padding: 5px 20px 10px 20px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3caea241 > .elementor-element-populated {
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6b0dcdcd > .elementor-widget-container {
		margin: 8px 8px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6b0dcdcd {
		text-align: left;
	}
	
	.elementor-15 .elementor-element.elementor-element-139c1ad7 > .elementor-widget-container {
		margin: 0% 0% 0% 4%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-139c1ad7 {
		columns: 1;
		text-align: left;
	}
	
	.elementor-15 .elementor-element.elementor-element-15a8b68c > .elementor-element-populated {
		padding: 5px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 > .elementor-widget-container {
		margin: 13px 13px 13px 13px;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 {
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-4deebbb5 img {
		width: 100%;
	}
	
	.elementor-15 .elementor-element.elementor-element-71eaabba .elementor-heading-title {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-5e292cb3 .elementor-heading-title {
		font-size: var(--e-global-typography-secondary-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-519cc78b {
		margin-top: 10%;
		margin-bottom: 0%;
		padding: 10% 5% 10% 5%;
	}
	
	.elementor-15 .elementor-element.elementor-element-439ef941 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-7139d375 > .elementor-widget-container {
		margin: 8px 8px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-7139d375 {
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-2b7594f8 {
		margin-top: 0%;
		margin-bottom: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-3e76295c > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-5b7bb0ba .elementor-icon-box-title {
		margin-bottom: 9px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6d96adae > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-4d42a6ca .elementor-icon-box-title {
		margin-bottom: 9px;
	}
	
	.elementor-15 .elementor-element.elementor-element-11cdb080 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-2f827cdb .elementor-icon-box-title {
		margin-bottom: 9px;
	}
	
	.elementor-15 .elementor-element.elementor-element-443a2465 > .elementor-element-populated {
		margin: 0% 0% 0% 0%;
		--e-column-margin-right: 0%;
		--e-column-margin-left: 0%;
	}
	
	.elementor-15 .elementor-element.elementor-element-1dea5410 .elementor-icon-box-title {
		margin-bottom: 9px;
	}
	
	.elementor-15 .elementor-element.elementor-element-318e8e88 {
		padding: 50px 0px 50px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3560fcdd > .elementor-widget-container {
		margin: 8px 8px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3560fcdd {
		text-align: left;
	}
	
	.elementor-15 .elementor-element.elementor-element-3ff52bf4 > .elementor-widget-container {
		margin: 0% 0% 0% 4%;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-3ff52bf4 {
		columns: 1;
	}
	
	.elementor-15 .elementor-element.elementor-element-4d3a1180 img {
		width: 95%;
	}
	
	.elementor-15 .elementor-element.elementor-element-e0a37d4 > .elementor-element-populated {
		padding: 30px 20px 20px 20px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6094899f > .elementor-widget-container {
		margin: 8px 8px 0px 9px;
		padding: 0px 0px 0px 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-6094899f {
		text-align: center;
	}
	
	.elementor-15 .elementor-element.elementor-element-88f3e1f {
		--margin-top: -30px;
		--margin-bottom: 0px;
		--margin-left: 0px;
		--margin-right: 0px;
		--padding-top: 0px;
		--padding-bottom: 0px;
		--padding-left: 0px;
		--padding-right: 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-4ad1685 {
		--margin-top: 0px;
		--margin-bottom: -45px;
		--margin-left: 0px;
		--margin-right: 0px;
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal {
		text-align: left;
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-row > [class*="col-"] {
		padding: 0 20px;
		margin-bottom: 52px;
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info h4 {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal .clint-info span {
		font-size: var(--e-global-typography-text-font-size);
	}
	
	.elementor-15 .elementor-element.elementor-element-745f46c .wl-customer-testimonal p {
		font-size: var(--e-global-typography-text-font-size);
	}
}

@media (min-width:768px) {
	.elementor-15 .elementor-element.elementor-element-3caea241 {
		width: 47.563%;
	}
	
	.elementor-15 .elementor-element.elementor-element-15a8b68c {
		width: 52.437%;
	}
	
	.elementor-15 .elementor-element.elementor-element-7b3e9fe2 {
		width: 35.437%;
	}
	
	.elementor-15 .elementor-element.elementor-element-27708315 {
		width: 30.868%;
	}
	
	.elementor-15 .elementor-element.elementor-element-6d96adae {
		width: 27.474%;
	}
	
	.elementor-15 .elementor-element.elementor-element-11cdb080 {
		width: 24.615%;
	}
	
	.elementor-15 .elementor-element.elementor-element-443a2465 {
		width: 23%;
	}
	
	.elementor-15 .elementor-element.elementor-element-445d7cbf {
		width: 41.382%;
	}
	
	.elementor-15 .elementor-element.elementor-element-185b7b3f {
		width: 58.618%;
	}
	
	.elementor-15 .elementor-element.elementor-element-4ad1685 {
		--content-width: 1600px;
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.elementor-15 .elementor-element.elementor-element-3caea241 {
		width: 100%;
	}
	
	.elementor-15 .elementor-element.elementor-element-15a8b68c {
		width: 100%;
	}
	
	.elementor-15 .elementor-element.elementor-element-3e76295c {
		width: 50%;
	}
	
	.elementor-15 .elementor-element.elementor-element-6d96adae {
		width: 50%;
	}
	
	.elementor-15 .elementor-element.elementor-element-11cdb080 {
		width: 50%;
	}
	
	.elementor-15 .elementor-element.elementor-element-443a2465 {
		width: 50%;
	}
	
	.elementor-15 .elementor-element.elementor-element-445d7cbf {
		width: 100%;
	}
	
	.elementor-15 .elementor-element.elementor-element-185b7b3f {
		width: 100%;
	}
}

/*!/wp-content/plugins/woolentor-addons-pro/assets/css/woolentor-widgets-pro.css*/
.wp-block-woolentor-prowidget {
	display: block;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img {
	max-width: 100%;
	width: inherit;
}

.woolentor-woocommerce-checkout .form-row, .elementor-column.elementor-db, .my-accouunt-form-edit-address .form-row {
	display: block;
}

.elementor-widget-wl-product-add-to-cart p.stock {
	display: none;
}

.woolentor_product_social_share {
	align-items: center;
	display: flex;
	margin-top: 32px;
}

.woolentor_product_social_share h2 {
	color: #666;
	font-size: 18px;
	margin: 0;
	padding-right: 10px;
}

.woolentor_product_social_share ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.woolentor_product_social_share ul li {
	display: inline-block;
	margin-right: 15px;
}

.woolentor_product_social_share ul li:last-child {
	margin-right: 0 !important;
}

.woolentor_product_social_share ul li a {
	color: #797979;
	font-size: 14px;
	text-align: center;
	transition: all .3s ease 0s;
	display: inline-block;
}

.woolentor_product_social_share ul li a span {
	margin-left: 3px;
}

.woolentor_product_social_share ul li a:hover {
	color: #ff4136;
}

.wlpro-product-thumbnails .woocommerce-product-gallery__image {
	position: relative;
}

.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
	margin: 10px -5px 0;
	padding: 0;
	list-style: none;
}

.wlpro-product-thumbnails ul.woolentor-thumbanis-image li {
	display: inline-block;
	padding: 0 5px;
	width: 25%;
	cursor: pointer;
	margin-bottom: 10px;
}

.wlpro-product-thumbnails ul.woolentor-thumbanis-image li img {
	width: 100%;
}

.woocommerce div.product div.images.wlpro-product-thumbnails .woocommerce-product-gallery__image:nth-child(n+2) {
	display: inline-block;
	float: left;
	width: 100%;
}

.woocommerce div.product div.images.wlpro-product-thumbnails .woolentor-learg-img.woocommerce-product-gallery__image.slick-initialized.slick-slider, .woocommerce div.product div.images.wlpro-product-thumbnails .wl-thumbnails-slider.woocommerce-product-gallery__image.slick-initialized {
	float: none;
}

.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-left .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 80%;
}

.woocommerce div.product div.images.wlpro-product-thumbnails.thumbnails-tab-position-right .woocommerce-product-gallery__image {
	width: 80%;
	float: left;
}

.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
	float: left;
	margin: -5px 0;
	padding-right: 10px;
	width: 20%;
}

.thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image {
	float: left;
	margin: -5px 0;
	padding-left: 10px;
	width: 20%;
}

.thumbnails-tab-position-left.wlpro-product-thumbnails ul.woolentor-thumbanis-image li, .thumbnails-tab-position-right.wlpro-product-thumbnails ul.woolentor-thumbanis-image li {
	width: 100%;
	display: block;
	padding: 0;
}

.thumbnails-layout-gallery .wl-thumbnails-image-area .wl-single-gallery {
	float: left;
	padding: 5px;
	width: 50%;
}

.wl-thumbnails-slider .wl-single-slider {
	padding: 0 10px;
}

.wl-thumbnails-slider .slick-arrow, .woolentor-thumbnails .slick-arrow {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	color: #333;
	font-size: 25px;
	height: 40px;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease 0s;
	visibility: hidden;
	width: 40px;
	z-index: 999;
}

.woolentor-thumbnails .slick-arrow {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 16px;
	right: 5px;
}

.woolentor-thumbnails .slick-arrow.woolentor-slick-prev {
	left: 5px;
}

.wl-thumbnails-slider .slick-arrow.slick-prev {
	left: 15px;
}

.wl-thumbnails-slider .slick-arrow.slick-next {
	right: 15px;
}

.wl-thumbnails-slider:hover .slick-arrow, .woolentor-thumbnails:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.wl-thumbnails-slider .slick-dots {
	bottom: 0;
	display: flex;
	left: 50%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	transform: translateX(-50%);
}

.wl-thumbnails-slider .slick-dots li {
	line-height: 12px;
	margin: 0 4px;
}

.wl-thumbnails-slider .slick-dots li button {
	background-color: transparent;
	border: 1px solid #4e4f4f;
	border-radius: 50px;
	height: 13px;
	padding: 0;
	text-indent: -9999px;
	width: 13px;
	line-height: 13px;
}

.wl-thumbnails-slider .slick-dots li.slick-active button {
	background-color: #282828;
	border-color: #282828;
}

.woocommerce-product-gallery__image .ht-product-label.ht-product-label-left {
	background: #000 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.wlpro-product-thumbnails .woolentor-thumbnails {
	margin: 10px -5px 0;
}

.wlpro-product-thumbnails .woolentor-thumb-single {
	padding: 0 5px;
	cursor: pointer;
}

.thumbnails-tab-position-right.thumbnails-layout-tabslider .woocommerce-product-gallery__image.slick-initialized {
	float: left !important;
}

.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider, .thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider {
	float: left;
	margin: -6px 0;
	padding-left: 10px;
	width: 20%;
}

.thumbnails-tab-position-left.wlpro-product-thumbnails .woolentor-thumbnails.slick-slider {
	padding-left: 0;
	padding-right: 10px;
}

.wlpro-product-thumbnails .slick-vertical .woolentor-thumb-single {
	padding: 6.2px 0;
}

.thumbnails-tab-position-top.wlpro-product-thumbnails .woolentor-thumbnails {
	margin: 0 -5px 10px;
}

.woolentor-thumbnails.slick-vertical .slick-arrow {
	top: 0;
	left: auto;
	right: 50%;
	margin-right: -10px;
}

.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev {
	transform: rotate(90deg);
}

.woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
	left: auto;
	top: auto;
	bottom: 0;
	transform: rotate(90deg);
}

.thumbnails-tab-position-right.wlpro-product-thumbnails .woolentor-thumbnails.slick-vertical .slick-arrow {
	margin-right: -20px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img {
	position: relative;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	box-shadow: none;
	border: none;
	width: 40px;
	height: 40px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	line-height: 40px;
	padding: 0;
	transition: all .5s ease 0s;
	transform: translateY(-50%);
	opacity: 0;
	color: #696969;
	border: none;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails .slick-arrow {
	visibility: visible;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img .slick-arrow i {
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow i {
	font-size: 20px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-prev, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-prev {
	right: auto;
	left: -40px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-arrow.woolentor-slick-large-next, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-arrow.woolentor-slick-next {
	right: -40px;
	left: auto;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-prev {
	left: 0;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-prev {
	left: 8px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-next {
	left: 50%;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-vertical:hover .slick-arrow.woolentor-slick-prev, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical:hover .slick-arrow.woolentor-slick-prev {
	left: 50%;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-learg-img.slick-slider:hover .slick-arrow.woolentor-slick-large-next {
	right: 0;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1.slick-slider:hover .slick-arrow.woolentor-slick-next {
	right: 8px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li {
	line-height: 1;
	display: flex;
	margin: 0 6px;
	transition: all .5s ease 0s;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	transition: all .5s ease 0s;
	text-indent: -9999px;
	border: 1px solid transparent;
	border-radius: 50%;
	background-color: #1f1f1f;
	cursor: pointer;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	opacity: 1;
	border-color: #333;
	background-color: transparent;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .slick-list .woolentor-thumb-single img {
	margin-bottom: 1px;
	border: 1px solid transparent;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.wl-thumb-nav-style-1 .slick-list .woolentor-thumb-single.slick-current img {
	border-color: #333;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action {
	position: absolute;
	z-index: 3;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn {
	padding: 0;
	color: #7e7e7e;
	border: none;
	background-color: transparent;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn i {
	font-size: 30px;
	line-height: 1;
	display: flex;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .single-product-media-action-btn .wishsuite-button svg {
	width: 24px;
	height: 30px;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev, .wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
	left: 50%;
	transform: translateX(-50%) rotate(89deg);
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-prev {
	top: 8px;
	bottom: auto;
}

.wlpro-product-thumbnails.thumbnails-layout-tabslider .woolentor-thumbnails.slick-vertical .slick-arrow.woolentor-slick-next {
	bottom: 8px;
	top: auto;
}

.wl-shop-tab-area.grid_view .wlshop-list-area {
	display: none !important;
}

.wl-shop-tab-area.list_view .wlshop-grid-area {
	display: none !important;
}

.ht-col-xs-12.wlshop-list-area {
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.wl-shop-tab-area .woolentor-products {
	clear: both;
}

.woolentor-before-shop {
	overflow: hidden;
}

.woolentor-before-shop .woocommerce-ordering {
	margin-bottom: 20px;
}

.wl-shop-tab-pane {
	display: none;
}

.wl-shop-tab-pane.htactive {
	display: block;
}

.wl-shop-tab-links {
	float: left;
	list-style: outside none none;
	margin: 0 50px 15px 0;
	padding: 0;
}

.wl-shop-tab-links li {
	display: inline-block;
	margin-right: 15px;
}

.wl-shop-tab-links li a:hover, .wl-shop-tab-links li a.htactive {
	color: #f05b64;
}

.woolentor-product-same-height.ht-products .wlshop-grid-area.ht-product .ht-product-inner {
	height: 100%;
}

.wlshop-list-wrap {
	border: 1px solid #f1f1f1;
}

.wlshop-list-wrap .wlshop-list-content {
	margin: 0 26px 0 0;
	padding: 10px 0;
}

.wlshop-list-content h3 {
	color: #444;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	margin: 0 0 20px;
}

.wlshop-list-content .woocommerce-product-details__short-description p {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 19px;
}

.ht-products .wlshop-list-wrap .ht-product .ht-product-inner {
	border: 0;
}

.wlproduct-list-img {
	position: relative;
}

.wlproduct-list-img .product-quickview {
	left: 50%;
	margin-top: 20px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease 0s;
	visibility: hidden;
}

.wlshop-list-wrap .wlproduct-list-img .product-quickview a {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 20px;
	height: 48px;
	line-height: 52px;
	text-align: center;
	width: 69px;
}

.wlproduct-list-img .product-quickview a:hover {
	background-color: #ff3535;
	color: #fff;
}

.wlshop-list-wrap:hover .product-quickview {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.wlshop-list-price-action-wrap {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}

.wlshop-list-price-action-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ht-product-list-action ul li {
	display: block;
	float: left;
}

.woocommerce .ht-product-list-action ul li a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #000;
	border-radius: 0 !important;
	color: #000;
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	margin-right: 8px !important;
	padding: 6px 10px;
}

.woocommerce .ht-product-list-action ul li a.htcompare-btn.added::after {
	display: none;
}

.woocommerce .ht-product-list-action ul li.cart-list a.button, .woocommerce .ht-product-list-action ul li a.button.added, .woocommerce .ht-product-list-action ul li a.wc-forward, .ht-product-list-action ul li .compare-button a {
	font-size: 14px;
	padding: 10px 29px;
	text-transform: capitalize;
	font-weight: 400;
}

.woocommerce .ht-product-list-action ul li.cart-list a.button.added {
	display: none;
}

.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.woocommerce .ht-product-list-action .yith-wcwl-add-to-wishlist i {
	margin: 0;
}

.ht-product-list-action ul li a:hover, .woocommerce .ht-product-list-action ul li a.button:hover, .ht-product-list-action ul li .yith-wcwl-wishlistaddedbrowse a, .ht-product-list-action ul li .yith-wcwl-wishlistexistsbrowse a {
	background-color: #ff3535;
	border: 1px solid #ff3535;
	color: #fff;
}

.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price {
	color: #ff3535;
	font-size: 20px;
	margin-right: 8px;
}

.wlshop-list-wrap .wlshop-list-content .ht-product-list-price span.price ins {
	background: transparent;
}

.woocommerce .woocommerce-customer-details address {
	word-wrap: break-word;
}

.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown {
	max-width: 370px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: 25%;
	padding: 2px;
}

.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	padding: 10px;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
}

.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #fff;
}

.ht-single-product-countdown.ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.woolentor_myaccount_page {
	overflow: hidden;
}

.woolentor_myaccount_page .woocommerce-MyAccount-content .form-row {
	display: block;
}

.woolentor-user-area {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.woolentor-user-image {
	margin-right: 20px;
}

.woolentor-user-image img {
	border-radius: 100% !important;
}

.woolentor-user-info span {
	display: block;
}

.woolentor-username {
	font-size: 20px;
}

.woolentor-logout {
	font-size: 14px;
}

.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	line-height: 1.5;
}

.woolentor_myaccount_page .woocommerce-MyAccount-navigation ul li a {
	transition: .4s;
}

.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation, .woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
}

.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul, .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul {
	border: none;
}

.woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-navigation ul li, .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	border-bottom: 0;
	padding: 12px 10px;
}

.woocommerce-account .woolentor_myaccount_menu_pos_vtop .woocommerce-MyAccount-content, .woocommerce-account .woolentor_myaccount_menu_pos_vbottom .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
}

.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-navigation, .woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-content {
	float: right;
}

.woolentor_myaccount_menu_pos_hright .woocommerce-MyAccount-content, .woolentor_myaccount_menu_pos_hleft .woocommerce-MyAccount-navigation {
	float: left;
}

.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
}

.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul {
	border: none;
}

.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li {
	padding: 0;
	line-height: inherit;
}

.elementor-widget-wl-myaccount-navigation .woocommerce-MyAccount-navigation ul li:not(:last-child) {
	border-bottom: inherit;
}

.woolentor_myaccount_menu_type_vertical ul li {
	display: inline-block;
	border: none !important;
}

.wl_cart_table tr td .quantity .qty {
	padding: .3em;
}

.wl_cart_table .actions {
	text-align: right;
}

.wl_cart_table .coupon {
	float: left;
}

.woocommerce .cart.wl_cart_table .actions .button, .woocommerce .cart.wl_cart_table .actions input.button {
	background: #000;
	color: #fff;
	font-weight: 400;
	width: auto;
	height: auto;
	cursor: pointer;
}

.cart.wl_cart_table .actions .button, .cart.wl_cart_table .actions input.button {
	width: auto;
	height: auto;
}

.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop {
	float: right;
}

.shop_table.cart td.actions a.wlbutton-continue-shopping {
	border: 1px solid currentColor;
	padding: 7px 10px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 5px;
	float: left;
}

.wl-line-through {
	text-decoration: line-through;
}

.woocommerce .woolentor-cart-list table.shop_table {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

.woocommerce .woolentor-cart-list td {
	width: 100%;
}

.woocommerce .woolentor-cart-list table.shop_table .cart_item td {
	padding: 0;
	border: none;
}

.woocommerce .woolentor-cart-list table.cart img {
	width: auto;
}

.woolentor-cart-list .woolentor-cart-product {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: normal;
	gap: 20px 0;
	padding: 20px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.woolentor-cart-list tr:first-child .woolentor-cart-product {
	border-top: none;
}

.woocommerce .woolentor-cart-list .cart .product-thumbnail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	margin-right: 20px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	width: auto;
}

.woocommerce .woolentor-cart-list .cart .product-thumbnail img {
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

@media only screen and (max-width:767px) {
	.woocommerce .woolentor-cart-list .cart .product-thumbnail {
		max-width: 180px;
	}
}

@media only screen and (max-width:575px) {
	.woocommerce .woolentor-cart-list .cart .product-thumbnail {
		max-width: 150px;
	}
}

@media only screen and (max-width:479px) {
	.woocommerce .woolentor-cart-list .cart .product-thumbnail {
		max-width: 230px;
	}
}

.woolentor-cart-list .woolentor-cart-product-content {
	display: block;
}

.woolentor-cart-list .woolentor-cart-product-content {
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:767px) {
	.woolentor-cart-list .woolentor-cart-product-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.woolentor-cart-list .woolentor-cart-product-content-right {
	text-align: right;
}

.woolentor-cart-list .woolentor-cart-product-content-left {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0;
}

.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-left {
	max-width: 420px;
}

.woolentor-cart-list.wl-qty-placement--after_title .woolentor-cart-product-content-middle {
	-ms-flex-item-align: center;
	align-self: center;
}

.woolentor-cart-list .woolentor-cart-product-id {
	margin-bottom: 10px;
	color: #406882;
}

.woolentor-cart-list .woolentor-cart-product-meta, .wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #406882;
	align-items: center;
}

.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div {
	position: relative;
}

.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: 6px;
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 50%;
	background-color: #406882;
}

.wl_cart_table.wl-cart-style-1 .product-thumbnail .woolentor-cart-product-meta div:not(:first-child) {
	padding-left: 12px;
}

.woolentor-cart-list .woolentor-cart-product-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.woolentor-cart-list .woolentor-cart-product-meta {
	width: 100%;
	margin-bottom: 0;
	color: #1d1d1d;
	gap: 0 15px;
}

.woolentor-cart-list .woolentor-cart-product-meta>div {
	gap: 3px;
	display: flex;
	align-items: center;
}

.woolentor-cart-list .woolentor-cart-product-meta>.Wholesale {
	width: 100%;
}

.woolentor-cart-list .woolentor-cart-product-meta>div span.wl-variation-value {
	font-weight: 600;
	color: #1d1d1d;
}

.woocommerce .woolentor-cart-list .woolentor-product-price-new {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	display: block;
	color: #1a374d;
}

.woocommerce .woolentor-cart-list .woolentor-product-price-old {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #406882;
	color: #828282;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .woolentor-cart-list .woolentor-product-price {
	margin-bottom: 15px;
	text-align: right;
	color: #1d1d1d;
}

@media only screen and (max-width:767px) {
	.woocommerce .woolentor-cart-list .woolentor-product-price {
		text-align: left;
	}
}

.woocommerce .woolentor-cart-2 .woolentor-product-price {
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce .woolentor-cart-list .woolentor-product-price-old {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.woocommerce .woolentor-cart-list.woolentor-cart-2 .woolentor-product-price-old {
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	margin-left: 10px;
}

.woolentor-cart-list .woolentor-cart-product-sale {
	font-size: 10px;
	font-weight: 500;
	margin-left: 5px;
	padding: 4px 7px;
	color: #ff5959;
	border-radius: 3px;
	background-color: rgba(255, 89, 89, .15);
	display: block;
}

.woolentor-cart-list .woolentor-cart-product-sale {
	text-align: right;
}

.woolentor-cart-list .woolentor-cart-product-stock {
	color: #06c;
	display: block;
}

.woolentor-cart-list .wl-discount-percent {
	font-size: 10px;
	font-weight: 500;
	margin-left: 5px;
	padding: 4px 7px;
	color: #ff5959;
	border-radius: 3px;
	background-color: rgba(255, 89, 89, .15);
}

.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-product-price-old {
	justify-content: right;
}

.woolentor-cart-list.wl-discount-placement--separate_line .woolentor-cart-product-sale {
	display: inline-block;
}

.woolentor-cart-list.wl-stock-placement--right .woolentor-cart-product-stock {
	text-align: right;
	margin-bottom: 4px;
}

.woocommerce .woolentor-cart-list .woolentor-cart-product-remove {
	color: #fff !important;
	color: #fff;
	position: absolute;
	top: -6px;
	left: -6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: none;
	border-radius: 50%;
	background-color: #6997b5;
	z-index: 99;
}

.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover {
	background-color: #f44336;
}

.woocommerce .woolentor-cart-list .woolentor-cart-product-remove {
	background-color: #9f9f9f;
}

.woocommerce .woolentor-cart-list .woolentor-cart-product-remove:hover {
	background-color: #f44336;
}

.woocommerce .woolentor-cart-list .woolentor-product-quantity {
	font-size: 14px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}

.woocommerce .woolentor-cart-list .woolentor-product-quantity input {
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	background-color: #ededed;
}

.woocommerce .woolentor-cart-list .woolentor-product-quantity input[type="number"]:focus {
	border-color: transparent;
	box-shadow: none;
}

.woocommerce .woolentor-cart-list .woolentor-product-quantity {
	width: 100%;
	margin-bottom: 12px;
	color: #1d1d1d;
	gap: 15px;
}

.woolentor-cart-list .woolentor-cart-product-content-middle .product-quantity {
	margin-bottom: 0;
}

.woolentor-cart-list .woolentor-cart-product-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: end;
	align-self: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #ebebeb;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.woolentor-cart-list .woolentor-cart-product-actions {
		gap: 20px;
	}
}

@media only screen and (max-width:767px) {
	.woolentor-cart-list .woolentor-cart-product-actions {
		gap: 15px;
	}
}

.woolentor-cart-list .woolentor-cart-product-actions-btn {
	line-height: 1;
}

.woolentor-cart-list .woolentor-cart-product-actions>* {
	padding-right: 30px;
	border-right: 1px solid #406882;
}

.woolentor-cart-list .woolentor-cart-product-actions>*:last-child {
	padding-right: 0;
	border-right: 0;
}

.woolentor-cart-list .woolentor-cart-product-actions-btn button {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 0;
	color: #406882;
	border: none;
	background-color: transparent;
}

.woolentor-cart-list .woolentor-cart-product-actions-btn button:hover {
	text-decoration: underline;
}

.woolentor-cart-list>li {
	padding: 40px 0;
	border-color: #ebebeb;
}

.woocommerce .woolentor-cart-list .product-name a, .woocommerce .woolentor-cart-list .product-name {
	font-size: 18px;
	font-weight: 500;
	color: #1d1d1d;
	margin-bottom: 0;
	padding: 0;
}

.woocommerce .woolentor-cart-list .product-name a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.woocommerce .woolentor-cart-list .product-name a:hover {
	color: #06c;
}

.woocommerce td.product-name dl.variation, .woocommerce td.product-name .wc-item-meta {
	list-style: none outside;
}

.woocommerce .woolentor-cart-list .product-name dl.variation dt, .woocommerce .woolentor-cart-list .product-name dl.variation .wc-item-meta-label, .woocommerce .woolentor-cart-list .product-name .wc-item-meta dt, .woocommerce .woolentor-cart-list .product-name .wc-item-meta .wc-item-meta-label {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	list-style: none outside;
}

.woocommerce .woolentor-cart-list .product-name dl.variation dd, .woocommerce .woolentor-cart-list .product-name .wc-item-meta dd {
	margin: 0;
}

.woocommerce .woolentor-cart-list .product-name dl.variation p, .woocommerce .woolentor-cart-list .product-name dl.variation:last-child, .woocommerce .woolentor-cart-list .product-name .wc-item-meta p, .woocommerce .woolentor-cart-list .product-name .wc-item-meta:last-child {
	margin-bottom: 0;
}

.woocommerce .woolentor-cart-list .product-name p.backorder_notification {
	font-size: .83em;
}

.woolentor-cart-list [data-swatch_color] {
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: inline-block;
}

.woolentor-cart-2 .woolentor-cart-product-actions {
	padding-top: 0;
	border-top: 0;
	gap: 20px;
}

.woolentor-cart-2 .woolentor-cart-product-actions>* {
	padding-right: 0;
	border-right: 0;
}

.woolentor-cart-2 .woolentor-cart-product-actions {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	padding-bottom: 35px;
}

.woolentor-cart-2 .woolentor-cart-product-actions i {
	font-size: 20px;
}

@media only screen and (max-width:767px) {
	.woolentor-cart-list .woolentor-cart-product-actions {
		-webkit-box-flex: 1;
		-ms-flex: 1 0;
		flex: 1 0;
	}
}

.woolentor-cart-list .woolentor-cart-product-actions-btn a {
	color: #1d1d1d;
}

.woolentor-cart-list .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.woocommerce .woolentor-cart-2 .woolentor-product-quantity {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.woolentor-cart-list .woolentor-cart-product-details-toggle {
	font-size: 14px;
	font-weight: 500;
	background-color: transparent;
}

.woolentor-cart-list .wishsuite-button svg {
	display: none;
}

.woolentor-cart-list .wishsuite-btn-text {
	margin-left: 0;
}

@media only screen and (max-width:921px) {
	body #content .woolentor-cart-list table.cart .product-thumbnail {
		display: block;
	}
}

@media only screen and (min-width:767px) {
	.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 {
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
	}
	
	.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 .woolentor-cart-product-details-toggle {
		margin-left: 0;
		margin-right: auto;
		border: 0;
		padding: 0;
	}
	
	.woolentor-cart-list .woolentor-cart-product-actions.wl-style--2 .woolentor-cart-product-details-toggle {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999;
		margin-left: auto;
		margin-right: 0;
		padding-right: 0;
		border: none;
	}
	
	.woolentor-cart-list .woolentor-cart-product-actions.wl-style--3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.woolentor-cart-list .woolentor-cart-product-details-list {
	font-size: 14px;
	font-weight: 500;
	display: none;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.woolentor-cart-list .woolentor-cart-product-details-list ul {
	list-style: disc;
	padding-left: 15px;
	margin-left: 0;
}

@media only screen and (max-width:921px) {
	body .woolentor-cart-list table.shop_table_responsive tr td:before, .woocommerce-page .woolentor-cart-list table.shop_table_responsive tr td:before {
		content: "";
	}
	
	body .woolentor-cart-list table.shop_table_responsive tr td {
		text-align: left !important;
	}
}

@media only screen and (max-width:767px) {
	.woolentor-cart-list .woolentor-cart-product {
		display: block;
	}
	
	body #content .woolentor-cart-list table.cart .product-thumbnail {
		display: inline-block;
		width: auto;
		max-width: inherit;
		text-align: left !important;
		margin-right: 0;
	}
	
	body #content .woolentor-cart-list table.cart .product-thumbnail img {
		margin-bottom: 10px;
	}
	
	.woocommerce .woolentor-cart-list .woolentor-product-price-old {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	.woocommerce .woolentor-cart-2 .woolentor-product-price-old {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.woolentor-cart-list .woolentor-cart-product-id {
		margin-bottom: 0;
	}
	
	.woolentor-cart-list .woolentor-cart-product-content-right {
		text-align: left;
	}
	
	.woolentor-cart-list .woolentor-cart-product-actions.wl-style--1 {
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}
	
	body .woolentor-cart-list table.shop_table_responsive tr td {
		text-align: center !important;
	}
	
	.woolentor-cart-list .woolentor-cart-product-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.woolentor-cart-list .woolentor-cart-product-content-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
	}
	
	.woolentor-cart-list .woolentor-cart-product-meta {
		display: block;
	}
	
	.woocommerce .woolentor-cart-list .woolentor-product-price {
		text-align: center;
	}
	
	.woocommerce .woolentor-cart-list .woolentor-product-quantity {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.woolentor-cart-list .woolentor-cart-product-actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.woolentor-cart-2 .woolentor-cart-product-actions {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	body #content .woolentor-cart-list table.cart .product-thumbnail {
		text-align: center !important;
	}
	
	.woolentor-cart-list .woolentor-cart-product-content-right {
		text-align: center;
		width: 100%;
	}
}

.theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>td, .theme-hello-elementor .woolentor-cart-list table tbody>tr:nth-child(odd)>th, .theme-hello-elementor .woolentor-cart-list table tbody tr:hover>td, .theme-hello-elementor .woolentor-cart-list table tbody tr:hover>th {
	background-color: unset;
}

.theme-hello-elementor .woolentor-cart-list table td {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.wl-cart-cross-sell-2 h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 30px;
	color: #1a374d;
}

@media only screen and (max-width:479px) {
	.wl-cart-cross-sell-2 h2 {
		font-size: 20px;
	}
}

.wl-cart-cross-sell-2 .wl-product {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px) {
	.wl-cart-cross-sell-2 .wl-product {
		gap: 15px;
	}
}

.wl-cart-cross-sell-2 .wl-product:not(:last-child) {
	margin-bottom: 30px;
}

.wl-cart-cross-sell-2 .wl-product-thumb {
	display: flex;
	align-self: flex-start;
	width: 100px;
}

@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px) {
	.wl-cart-cross-sell-2 .wl-product-thumb {
		width: 80px;
	}
}

.wl-cart-cross-sell-2 .wl-product-content {
	flex: 1 0;
}

.wl-cart-cross-sell-2 .wl-product-title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

@media only screen and (min-width:1200px) and (max-width:1549px),only screen and (max-width:479px) {
	.wl-cart-cross-sell-2 .wl-product-title {
		font-size: 15px;
	}
}

.wl-cart-cross-sell-2 .wl-product-title a {
	color: #1a374d;
}

.wl-cart-cross-sell-2 .wl-product-title a:hover {
	color: #406882;
}

.wl-cart-cross-sell-2 .wl-product-rating {
	position: relative;
	margin-bottom: 6px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.wl-cart-cross-sell-2 .wl-product-rating .star-rating {
	margin-bottom: 0;
}

.wl-cart-cross-sell-2 .wl-product-rating-number {
	font-size: 13px;
	line-height: 1;
	margin-left: 5px;
}

.wl-cart-cross-sell-2 .wl-product-price, .wl-cart-cross-sell-2 .wl-product-price .amount {
	font-size: 18px;
	font-weight: 400;
}

.woocommerce-page.woocommerce-checkout form .elementor-widget-wl-checkout-order-review[class*="wl-heading-alignment-"] #order_review_heading {
	float: none;
	width: auto;
}

.woocommerce-page .elementor-widget-wl-checkout-order-review table.shop_table {
	width: 100%;
}

.woolentor.woocommerce-shipping-fields #ship-to-different-address input {
	height: auto;
	width: auto;
}

.woocommerce .elementor-widget-wl-checkout-multi-step-form form .form-row .select2-container {
	width: 100% !important;
}

.woolentor-quickview-content-builder .elementor-widget-wrap .elementor-widget {
	margin-bottom: 0;
}

.woolentor-quickview-content-builder .ht-quick-view-single.images {
	float: left !important;
}

.woolentor-quick-cart-area {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	padding: 0 20px;
}

.quick-cart-open .woolentor-quick-cart-area {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select {
	max-width: 100%;
	min-width: 75%;
	display: inline-block;
	width: 100%;
	margin-right: 0;
	padding-top: .5em;
	padding-bottom: .5em;
}

.woocommerce div.product .woolentor-quick-cart-area form.cart .variations select:focus {
	outline: none;
}

.woolentor-quick-cart-area .quantity {
	display: none !important;
}

.woolentor-quick-cart-area .single_add_to_cart_button {
	width: 100%;
}

.woolentor-quick-cart-close {
	display: inline-block;
	padding: 1px 10px;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
	transition: .4s;
}

.woolentor-quick-cart-close:hover {
	color: #d93025;
}

.woolentor-quick-cart-area .woolentor-quick-cart-form {
	padding-top: 40px;
}

.ht-products.woocommerce .woolentor-quick-cart-area a.added_to_cart, .ht-product .woolentor-quick-cart-area a.added_to_cart {
	width: 100%;
	padding: 3px;
	text-align: center;
	border: 1px solid #ddd;
	margin-top: 5px;
}

.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table {
	border-width: 0 0 1px;
	margin: 0 0 1.2em;
}

.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 1em;
	width: 100%;
}

.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations td, .ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart .variations th {
	border: 0;
	vertical-align: top;
	line-height: 2em;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	display: block;
}

.ht-products.woocommerce div.product .woolentor-quick-cart-area form.cart table td {
	padding-left: 0;
}

.elementor-widget-wl-single-product-rating .woocommerce-product-rating .star-rating {
	margin-right: 10px !important;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-img {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
}

.theme-hello-elementor .wl_cart_table.wl-cart-style-1 .woolentor-cart-cats .posted_in label {
	margin-top: -7px;
}

.theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>td, .theme-hello-elementor table.wl_cart_table tbody>tr:nth-child(odd)>th, .theme-hello-elementor .cart_totals.wl-style--1 table tbody>tr:nth-child(odd)>td, .theme-hello-elementor .cart_totals.wl-style--1 tbody>tr:nth-child(odd)>th, .theme-hello-elementor .cart_totals.wl-style--2 table tbody>tr:nth-child(odd)>td, .theme-hello-elementor .cart_totals.wl-style--2 tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}

.theme-hello-elementor table.wl_cart_table tbody tr:hover>td, .theme-hello-elementor table.wl_cart_table tbody tr:hover>th, .theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>td, .theme-hello-elementor .cart_totals.wl-style--1 table tbody tr:hover>th, .theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>td, .theme-hello-elementor .cart_totals.wl-style--2 table tbody tr:hover>th {
	background-color: transparent;
}

.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity[data-type] input[type="number"] {
	padding: 5px !important;
}

.theme-blocksy .cart_totals.wl-style--2 .woocommerce-shipping-methods li {
	flex-direction: row;
}

.theme-blocksy .cart_totals.wl-style--1 .woocommerce-shipping-methods li {
	display: block;
}

.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity div.quantity {
	width: unset;
	height: unset;
}

.theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-increase, .theme-blocksy .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity span.ct-decrease {
	display: none;
}

.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity a {
	display: none;
}

.theme-oceanwp .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity {
	min-width: 0;
}

.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove::before {
	display: none;
}

.theme-storefront .wl_cart_table.wl-cart-style-1 a.remove {
	text-indent: initial;
}

.wl_cart_table.wl-cart-style-1 .woocommerce-shipping-methods {
	padding: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-remove, .woocommerce .wl_cart_table.wl-cart-style-1 a.remove {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #6997b5;
	border: none;
	font-size: 12px;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	margin-top: -14px;
}

.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product-remove::before {
	border: none;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-1, .wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1 {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.wl_cart_table.wl-cart-style-1 .product-remove .woolentor-cart-product-remove.wl-remove-icon-style-2, .wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2 {
	width: 50px;
	height: 28px;
	border-radius: 20px 0 0 20px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-1 {
	position: absolute;
	top: -6px;
	left: -6px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-img .woolentor-cart-product-remove.wl-remove-icon-style-2 {
	position: absolute;
	top: 0;
	left: 0;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.left {
	left: -6px;
	right: auto;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.right {
	right: -6px;
	left: auto;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-1.center {
	left: 50%;
	margin-left: -12px;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-remove .woolentor-cart-product-remove.left, .wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.left {
	left: 0;
	right: auto;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.right {
	right: 0;
	left: auto;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-product-remove.wl-remove-icon-style-2.center {
	left: 50%;
	margin-left: -25px;
}

.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id-wraper label {
	margin-right: 5px;
	margin-top: -4px;
}

.wl_cart_table.wl-cart-style-1 tr.cart_item .product-thumbnail .woolentor-cart-product-id {
	display: inline-block;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-id {
	margin-bottom: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-stock p {
	margin-bottom: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity {
	font-size: 14px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2, .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 {
	gap: 0;
	line-height: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn {
	color: #fff;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: none;
	transition: .4s;
	cursor: pointer;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn:focus {
	outline: none;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 button.woolentor-cart-product-quantity-btn {
	border-radius: 50%;
	background: #6997b5;
	color: #fff;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 button.woolentor-cart-product-quantity-btn {
	background: #fafafc;
	color: #000;
	border: 1px solid #ddd;
	height: 30px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn {
	border: none;
	border: none;
	background: transparent;
	color: #000;
	color: #989898;
	position: absolute;
	z-index: 2;
	right: 0;
	display: flex;
	width: 30px;
	height: 17px;
	padding: 5px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 button.woolentor-cart-product-quantity-btn {
	background: transparent;
	color: #000;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 {
	border: 1px solid #ddd;
	padding: 6px 6px;
	border-radius: 20px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 {
	position: relative;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.minus {
	bottom: 0;
	padding-top: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn.plus {
	top: 0;
	padding-bottom: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity button.woolentor-cart-product-quantity-btn i {
	font-size: 12px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn i {
	font-size: 10px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input {
	width: 2.631em;
	min-height: 21px;
	height: 21px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-2 .quantity input {
	height: 30px;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 .quantity input {
	width: 65px;
	min-height: 35px;
	text-align: center;
	padding: 5px 29px 5px 5px;
	border-radius: 5px;
	max-width: 100%;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-1 .quantity input, .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-3 .quantity input {
	border: none;
	background: transparent;
	box-shadow: none;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-outer-spin-button, .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity .quantity input[type="number"] {
	-moz-appearance: textfield;
}

.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline {
	display: flex;
	align-items: center;
}

.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail .woolentor-cart-img a.woolentor-cart-product-thumb img {
	display: block;
}

.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product {
	text-align: left;
}

.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-product-content {
	margin-left: 20px;
	text-align: left;
}

.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product.inline .woolentor-cart-img {
	margin-bottom: 0;
}

.shop_table.cart tr td {
	padding: 15px;
}

.woolentor-thankyou-order-details-style-one {
	width: 100% !important;
}

.woolentor-thankyou-order-details-style-one thead th {
	text-align: center;
}

.woolentor-thankyou-order-details-style-one .product-image {
	width: 100px;
}

.woolentor-thankyou-order-details-style-one .product-price, .woolentor-thankyou-order-details-style-one .product-quantity, .woolentor-thankyou-order-details-style-one .product-total {
	width: 150px;
	text-align: center;
}

.woolentor-thankyou-order-details-style-one .product-image img {
	width: 100%;
}

.woolentor-thankyou-order-details-style-one ul.wc-item-meta {
	padding: 0;
}

.woolentor-thankyou-order-details-style-one ul.wc-item-meta p {
	margin-top: 5px;
}

.woolentor-thankyou-order-details-style-one tfoot th, .woolentor-thankyou-order-details-style-one tfoot td {
	text-align: right;
}

.wl-single-product-navigation a:focus {
	outline: none;
}

.wl-single-product-navigation {
	display: flex;
	justify-content: start;
}

.wl-single-product-navigation a {
	margin-left: 12px;
	line-height: 0;
	text-decoration: none;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
}

.wl-single-product-navigation a:hover>i {
	color: #333;
}

.wl-single-product-navigation a i {
	font-size: 35px;
	color: #ababab;
	line-height: 35px;
}

.elementor-widget-wl-single-product-title, .elementor-widget-wl-single-product-title .product_title.entry-title, .elementor-widget-wl-single-product-title .elementor-widget-container {
	display: inline-block;
}

.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total label, .woolentor_current_theme_flatsome .elementor-widget-wl-cart-total span.amount {
	color: inherit;
}

.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .plus.is-form, .woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .woolentor-cart-product-quantity .minus.is-form {
	display: none;
}

.woolentor_current_theme_flatsome .elementor-widget-wl-cart-table .wl_cart_table.wl-cart-style-1 .woolentor-cart-product-quantity.wlqty-style-4 button.woolentor-cart-product-quantity-btn {
	margin-bottom: auto;
	margin-right: auto;
	min-height: auto;
}

.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>table th.product-name {
	display: none;
}

.woolentor_current_theme_flatsome .elementor-widget-wl-cart-total .cart_totals>h2 {
	display: block;
}

@media (min-width:768px) and (max-width:991px) {
	.wlshop-list-wrap .wlshop-list-content {
		margin: 0;
		overflow: hidden;
		padding: 10px 15px;
	}
	
	.woocommerce .ht-product-list-action ul li a {
		margin-bottom: 8px;
	}
	
	.wl-shop-tab-links {
		float: none;
	}
	
	.cart.wl_cart_table .actions .coupon+.wl_update_cart_shop {
		float: none;
		display: block;
	}
}

@media (max-width:767px) {
	.wlshop-list-wrap .wlshop-list-content {
		margin: 0;
		overflow: hidden;
		padding: 10px 15px;
	}
	
	.wlshop-list-price-action-wrap {
		display: block;
		margin: 20px 0 0;
	}
	
	.woocommerce .wlshop-list-price-ratting .star-rating {
		float: none;
		margin-bottom: 15px;
	}
	
	.woocommerce .ht-product-list-action ul li a {
		margin-bottom: 8px;
	}
	
	.woocommerce .elementor-widget-woolentor-custom-product-archive .woocommerce-ordering {
		float: none;
	}
	
	.wl-shop-tab-links {
		float: none;
	}
	
	.wl_cart_table.shop_table.cart tr.cart_item td {
		width: 100%;
	}
}

@media only screen and (max-width:921px) {
	.wl_cart_table.wl-cart-style-1 .cart_item .product-thumbnail {
		display: block !important;
	}
	
	.wl_cart_table.wl-cart-style-1 .cart_item .woolentor-cart-product .woolentor-cart-product-content {
		text-align: left;
	}
}

.slider-for__item img {
	width: 100%;
}

.wl-product-details-images {
	margin-bottom: 7px;
}

.wl-product-details-thumbs {
	margin-left: -7px;
	margin-right: -7px;
}

@media only screen and (max-width:767px) {
	.wl-product-details-thumbs {
		float: inherit;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px;
	}
	
	.wl-product-details-thumbs .sm-image {
		padding: 5px;
	}
}

.wl-product-details-thumbs .sm-image {
	padding: 0 5px;
}

.wl-product-details-thumbs .sm-image img {
	border: 2px solid transparent;
}

.wl-product-details-thumbs .sm-image img {
	width: 100%;
}

.wl-product-details-thumbs .slick-current img {
	border: 2px solid #000;
	opacity: 1;
}

.wl-product-details-images .lg-image a {
	display: block;
}

.wl-product-details-images .lg-image a img {
	width: 100%;
}

@media only screen and (max-width:767px) {
	.wl-product-details-images {
		float: inherit;
		width: calc(100% - 0px);
		padding-left: 0;
	}
}

.product-details-scroll-images .lg-image {
	margin-bottom: 30px;
}

.product-details-scroll-images .lg-image:last-child {
	margin-bottom: 0;
}

.product-details-scroll-images .lg-image a {
	display: block;
}

.product-details-scroll-images .lg-image a img {
	width: 100%;
}

.slider-for__item img {
	cursor: -webkit-grab;
	cursor: grab;
}

.wl-product-details-thumbs .slick-arrow, .wl-product-details-images .slick-arrow {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	height: 40px;
	width: 40px;
	right: auto;
	color: #d3b48c;
	z-index: 9;
	text-align: center;
	font-size: 24px;
}

.wl-product-details-thumbs .slick-arrow.arrow-next, .wl-product-details-images .slick-arrow.arrow-next {
	right: 0;
	left: auto;
}

.wl-product-details-thumbs:hover .slick-arrow, .wl-product-details-images:hover .slick-arrow {
	opacity: 1;
}

.cart_totals.wl-style--2 tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .cart_totals.wl-style--2 table.shop_table td, body .cart_totals.wl-style--2 table.shop_table th {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

body .cart_totals.wl-style--2 table.shop_table th {
	width: 10%;
}

body .cart_totals.wl-style--2 table.shop_table td {
	text-align: right;
}

body .cart_totals.wl-style--2 table.shop_table .shipping th {
	display: none;
}

body .cart_totals.wl-style--2 table.shop_table .shipping td {
	text-align: right;
}

body .cart_totals.wl-style--2 table.shop_table .shipping td :not(ul) {
	text-align: left;
}

body .cart_totals.wl-style--2 ul#shipping_method li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	text-indent: initial;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body .cart_totals.wl-style--2 ul#shipping_method li label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body .cart_totals.wl-style--2 ul#shipping_method .amount {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right;
}

body .elementor-widget-wl-cart-total .wc-proceed-to-checkout .button.checkout-button {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:921px) {
	body .cart_totals.wl-style--2 ul#shipping_method {
		width: 100%;
		overflow: hidden;
	}
	
	body .cart_totals.wl-style--2 table.shop_table_responsive tr.shipping td:before {
		margin-bottom: 5px;
	}
}

.theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login>div {
	width: inherit;
	max-width: inherit;
	float: inherit;
}

.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page #customer_login>div {
	border-style: none;
	border-width: 0;
	border-color: inherit;
}

.theme-oceanwp .woocommerce.woolentor-woocommerce-myaccount-login-page .oceanwp-loginform-wrap form {
	width: inherit;
	max-width: inherit;
	padding: inherit;
	border-width: inherit;
}

.theme-oceanwp.account-original-style .woocommerce .woolentor-woocommerce-myaccount-login-page #customer_login h2 {
	display: block;
}

.theme-oceanwp.woocommerce .woolentor-woocommerce-myaccount-login-page .owp-account-links li .owp-account-link {
	display: none;
}

.theme-astra .cart_totals.wl-style--2 ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
	display: flex;
	padding: 0;
	text-indent: initial;
	align-items: center;
}

/*!/wp-content/plugins/woolentor-addons/assets/css/woolentor-widgets.css*/
.wp-embed-responsive .wp-block {
	outline: 0;
}

.cus-col-5.ht-col-md-6 {
	flex: 0 0 20%;
	max-width: 20%;
}

.product-style {
	position: relative;
	z-index: 35;
}

.product-slider {
	width: 100%;
}

.product-item {
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.product-item mark, .product-item ins {
	background: transparent;
}

.product-item .product-inner .image-wrap {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.product-item .product-inner .image-wrap .wishlist, .product-item .product-inner .image-wrap .tinv-wraper {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	left: auto !important;
	margin-top: 0;
}

.product-item .product-inner .image-wrap .tinv-wraper a, .ht-product-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin: 0;
}

.ht-product-list-action .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0;
}

.product-item .product-inner .image-wrap .tinv-wraper a .tinvwl_add_to_wishlist-text, .ht-product-action .tinv-wraper a .tinvwl_add_to_wishlist-text {
	display: none;
}

.ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before, .ht-product-action .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus::before {
	font-size: 26px;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	left: 20px;
	margin: 0;
	position: absolute;
	top: 4px;
}

.product-item .content {
	padding-top: 10px;
}

.content h4.title {
	margin: 0;
}

.product-item .product-inner .content .title {
	font-size: 20px;
	margin-bottom: 10px;
}

.product-item .actions {
	background: #333 none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
	display: flex;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateX(-50%);
	transition: all .4s ease 0s;
	width: 150px;
	opacity: 0;
	visibility: hidden;
}

.product-item .actions>* {
	flex: 1 0 auto;
}

.product-item .product-inner .image-wrap .actions.style_two {
	width: 85%;
	border-radius: 0;
	bottom: 0;
	top: auto;
}

.product-item .woocommerce.compare-button a.button {
	background-color: #333;
	border-radius: 20px;
}

.product-item .product-inner .image-wrap .style_two .wishlist {
	position: static;
}

.yith-wcwl-add-button {
	position: relative;
}

.style_two .yith-wcwl-add-to-wishlist .ajax-loading {
	margin-left: 0;
	top: 11px;
}

.product-item .woocommerce.product.compare-button, .product-item .actions .htcompare-btn {
	border-left: 1px solid #999;
}

.product-item .actions .htcompare-btn {
	border-radius: 0;
}

.product-item:hover .actions {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
	visibility: visible;
}

.product-item .actions a, .product-item .woocommerce.compare-button a.button {
	color: #fff;
	display: block;
	font-weight: 400;
	line-height: inherit;
	padding: 7px 5px;
	text-indent: -999999px;
	position: relative;
	background: transparent;
}

.product-item .actions a {
	border-radius: 20px 0 0 20px;
}

.product-item .actions a::before {
	color: #fff;
	content: "";
	font-family: fontawesome;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 5px;
	width: 100%;
}

.product-item .actions .compare-button a::before, .product-item .actions .htcompare-btn::before {
	content: "";
}

.product-item .product-inner .image-wrap .style_two .wishlist a::before {
	content: "";
}

.product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistexistsbrowse a::before, .product-item .product-inner .image-wrap .style_two .wishlist .yith-wcwl-wishlistaddedbrowse a::before {
	content: "";
}

.product-item .product-inner .actions.style_two a {
	text-indent: 0;
}

.product-item .product-inner .actions.style_two a::before {
	display: none;
}

.product-item .product-inner .actions.style_two .tinv-wishlist a::before {
	display: block;
	font-size: 20px;
	line-height: 28px;
}

.product-item .product-inner .actions.style_two .tinv-wishlist a {
	text-indent: -999999px;
	margin: 0;
}

.product-item.product_style_three .product-inner .image-wrap {
	overflow: visible;
}

.product_information_area {
	background: #fff none repeat scroll 0 0;
	bottom: -90px;
	box-shadow: 0 0 12px rgba(0, 0, 0, .18);
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: left;
	transition: all .4s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 9;
}

.product_information_area .content {
	padding-bottom: 15px;
	text-align: center;
}

.product-item .product-inner .image-wrap .product_information_area .actions.style_two {
	border-radius: 0;
	bottom: 0;
	opacity: 1;
	overflow: hidden;
	padding: 0 30px;
	position: static;
	top: auto;
	transform: translateX(0);
	visibility: visible;
	width: 100%;
}

.product-item:hover .product_information_area {
	bottom: -103px;
	opacity: 1;
	visibility: visible;
}

.woocommerce.woolentor_current_theme_hello-elementor span.onsale, .woolentor_current_theme_hello-elementor span.onsale, .elementor-widget-woolentor-product-tab span.onsale {
	background-color: #23252a;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	left: 15px;
	top: 15px;
	line-height: 1 !important;
	min-height: inherit !important;
	min-width: inherit !important;
	padding: 5px 10px;
	position: absolute;
}

.product-item a.button.added {
	display: none !important;
}

.product-item .actions .htcompare-btn.added {
	display: block !important;
}

.product-item .actions .htcompare-btn.loading {
	padding: 0;
}

.product-item .actions a.htcompare-btn.loading::after {
	right: 20px;
}

.product-item .product-inner .image-wrap .actions a.added_to_cart {
	text-indent: -99999px;
}

.product-item .product-inner .image-wrap .actions a.added_to_cart::before {
	content: "";
	font-family: WooCommerce;
	font-size: 20px;
	left: auto;
	position: absolute;
	text-indent: 0;
	top: 0;
	display: block;
}

.elementor-widget-woolentor-product-tab .product-item .product-inner .image-wrap .actions a.added_to_cart::before {
	line-height: 36px;
}

.product-item a.button.added::after, .product-item a.button.loading::after {
	color: #fff;
	content: "";
	display: block;
	font-family: "fontawesome";
	margin: 0 auto;
	position: absolute;
	text-indent: 0;
	top: 5px;
}

.ht-tab-menus {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ht-tab-menus {
	margin-bottom: 45px;
}

.ht-tab-menus li {
	display: inline-block;
	margin-right: 20px;
}

.ht-tab-menus li:last-child {
	margin-right: 0;
}

.ht-tab-menus li a {
	border: 1px solid transparent;
	border-radius: 50px;
	padding: 5px 15px;
	text-transform: capitalize;
}

.ht-tab-menus li a:focus {
	outline: none;
}

.ht-tab-menus li a.htactive {
	border-color: #e5e5e5;
}

.ht-tab-pane {
	display: none;
}

.ht-tab-pane.htactive {
	display: block;
}

.product_attribute ul {
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
}

.product_information_area .attribute_label {
	font-weight: 600;
}

.product_attribute {
	margin-top: 25px;
	padding: 0 30px;
}

.product_attribute ul li {
	display: inline-block;
	line-height: 1;
	margin: 0 10px 0 0;
}

.product_attribute ul li.color_attribute {
	border-radius: 100%;
	height: 15px;
	width: 15px;
}

.product-slider .slick-arrow {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ddd;
	color: #ddd;
	font-size: 20px;
	height: 40px;
	left: -30px;
	line-height: inherit;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	z-index: 99;
	transition: .4s;
}

.product-slider .slick-arrow.slick-next {
	right: -30px;
	left: auto;
}

.product-slider .slick-arrow:hover {
	border-color: #333;
	color: #333;
}

.product-slider .slick-dots {
	bottom: 0;
	display: flex;
	left: 50%;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	transform: translateX(-50%);
}

.product-slider .slick-dots li {
	line-height: 12px;
	margin: 0 4px;
}

.product-slider .slick-dots li button {
	background-color: transparent;
	border: 1px solid #4e4f4f;
	border-radius: 50px;
	height: 13px;
	padding: 0;
	text-indent: -9999px;
	width: 13px;
	line-height: 13px;
}

.product-slider .slick-dots li.slick-active button {
	background-color: #282828;
	border-color: #282828;
}

.col2-set .col-1, .col2-set .col-2 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col2-set .form-row {
	display: block;
}

[class*="elementor-widget-woolentor"] .slick-prev::before, [class*="elementor-widget-woolentor"] .slick-next::before, [class*="elementor-widget-wl"] .slick-prev::before, [class*="elementor-widget-wl"] .slick-next::before {
	display: none;
}

.woocommerce div.product.mb-30 {
	margin-bottom: 30px;
}

li.woolentor-cart .button:before {
	opacity: 1;
	filter: inherit;
}

[dir="rtl"] .slick-prev {
	right: auto;
}

.ht-products .wlshop-grid-area.ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button, .elementor-widget-woolentor-universal-product .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button {
	line-height: 40px;
}

[class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-tab) .wishsuite-shop-top_thumbnail {
	position: relative !important;
	top: 0;
	left: 0 !important;
}

.ht-product-action ul li.woolentor-cart a.wc-forward.added_to_cart {
	padding: 0;
	margin: 0;
}

.woolentor-short-desc ul, .woolentor-short-desc ol, .woolentor-products .woocommerce-product-details__short-description ul, .woolentor-products .woocommerce-product-details__short-description ol {
	margin-left: 15px;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a[class*="shopengine"] {
	display: none;
}

.ht-product-image-wrap .ht-product-image {
	position: relative;
}

.ht-product-image-wrap .ht-product-image .ht-product-hover-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	opacity: 0;
	transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
}

.ht-product-inner:hover .ht-product-image-wrap .ht-product-image .ht-product-hover-img {
	opacity: 1;
	transform: scale(1.09);
}

.ht-products {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

.ht-products * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ht-products .ht-product .ht-product-inner {
	color: #444;
	border: 1px solid #f1f1f1;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
	overflow: hidden;
}

.woolentor-product-same-height.ht-products .ht-product .ht-product-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.woolentor-product-same-height.ht-products .ht-product .ht-product-content {
	flex: 1 0;
}

.woolentor-product-same-height.ht-products.product-slider .slick-list, .woolentor-product-same-height.ht-products.product-slider .slick-track, .woolentor-product-same-height.ht-products.product-slider .ht-product {
	height: 100% !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown {
	max-width: 370px;
	padding: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	max-width: 25%;
	padding: 2px;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	padding: 10px;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner h3 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #fff;
}

.ht-products .ht-product .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner p {
	font-size: 12px;
	color: #fff;
	margin: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap {
	position: relative;
	overflow: hidden;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: 18px;
	z-index: 3;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-stockout {
	color: #f05b64 !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-left {
	left: 30px;
	right: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-label.ht-product-label-right {
	left: auto;
	right: 30px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image img {
	width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-bottom: 25px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 30px;
	border: none;
	background-color: transparent !important;
	text-align: center;
	padding: 0;
	cursor: pointer;
	z-index: 99;
	color: #444;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow i {
	font-size: 18px;
	line-height: 30px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-prev {
	left: 15px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow.slick-next {
	right: 15px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:focus {
	outline: none;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-arrow:hover {
	color: #000;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	bottom: -25px;
	width: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	transform: translateX(0);
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li {
	margin: 0 5px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li button {
	display: block;
	text-indent: -99999px;
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background-color: #ccc !important;
	cursor: pointer;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-dots li.slick-active button {
	background-color: #666 !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-image-slider .slick-slide {
	height: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab {
	overflow: hidden;
	width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane {
	display: none;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane.htactive {
	display: block;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a {
	display: block;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab .ht-product-cus-tab-pane a img {
	width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links {
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li {
	width: 33.333333%;
	padding: 0 2px;
	margin-bottom: 5px;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a {
	display: block;
	border: 3px solid rgba(0, 0, 0, .55);
	background: #fff none repeat scroll 0 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a.htactive {
	border-color: rgba(220, 154, 14, .55);
}

.ht-products .ht-product .ht-product-inner .ht-product-image-wrap .ht-product-image .ht-product-cus-tab-links li a img {
	width: 100%;
}

.ht-products .ht-product .ht-product-inner .ht-product-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 25px;
	right: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: -5px;
	padding: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li {
	padding: 5px;
	position: relative;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn, .ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn .htcompare-btn-text {
	display: block !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.wishsuite-button svg {
	width: 18px;
	height: 18px;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading {
	padding: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.loading::after {
	right: 6px;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a.htcompare-btn.added::after {
	display: none;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a i {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

.woolentor-compare.compare, .ht-product-action ul li.woolentor-cart a {
	-webkit-text-indent: -99999px;
	text-indent: -99999px;
}

.ht-products .ht-product .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.woolentor-compare.compare::before, .ht-product-action ul li.woolentor-cart a::before {
	content: "";
	display: flex;
	font-family: simple-line-icons !important;
	font-size: 20px;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-indent: 0;
	width: 100%;
	line-height: 30px;
}

.ht-product-action ul li.woolentor-cart a::before {
	content: "";
	font-weight: 400;
}

.ht-product-action ul li.woolentor-cart a.loading::before {
	animation: 2s linear 0s normal none infinite running spin;
	content: "";
	font-family: "WooCommerce" !important;
	height: auto;
}

.ht-product-action ul li.woolentor-cart a.wc-forward::before, .woolentor-compare.compare.added::before {
	content: "";
}

.ht-products.woocommerce a.added_to_cart {
	padding: 0;
	display: block;
}

.ht-product-action ul li.woolentor-cart a.button {
	background: transparent none repeat scroll 0 0;
	padding: 0;
}

.ht-product-action ul li.woolentor-cart a.added {
	display: none !important;
}

.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added {
	display: block !important;
}

.elementor-widget-woolentor-cross-sell-product-custom .ht-product-action ul li.woolentor-cart a.added::before {
	display: none;
}

.woocommerce .elementor-widget-woolentor-cross-sell-product-custom a.button.added::after {
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}

.woocommerce .elementor-widget-woolentor-cross-sell-product-custom .woolentor-btn-text-cart a.button.added::after {
	right: -15px;
	left: auto;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip, span.woolentor-tip, [class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text {
	position: absolute;
	left: 100%;
	top: 50%;
	display: block;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 10px;
	line-height: 1;
	color: #f1f1f1;
	background-color: #282828;
	padding: 5px 10px;
	border-radius: 50px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	margin-left: -10px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 99;
}

[class*="elementor-widget-woolentor"]:not(.elementor-widget-woolentor-product-archive-addons) .wishsuite-button.wishlist span.wishsuite-btn-text {
	margin-right: -10px;
	-webkit-transform: translateY(-65%);
	-ms-transform: translateY(-65%);
	transform: translateY(-65%);
}

.ht-products .ht-product.ht-product-action-right span.woolentor-tip, .ht-products .ht-product.ht-product-action-right .wishsuite-button.wishlist span.wishsuite-btn-text {
	left: auto;
	right: 35px;
}

.tooltip_no .ht-product-action-tooltip {
	display: none !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover {
	color: #dc9a0e;
}

.ht-product-action .yith-wcwl-wishlistaddedbrowse a, .ht-product-action .yith-wcwl-wishlistexistsbrowse a {
	color: #dc9a0e !important;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip, .ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover span.woolentor-tip, .ht-products .ht-product .ht-product-inner .ht-product-action ul li:hover .wishsuite-button.wishlist span.wishsuite-btn-text {
	opacity: 1;
	visibility: visible;
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content {
	padding: 30px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner {
	position: relative;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:not(.woolentor-stock-progress-bar, .stock-management-progressbar) {
	margin-top: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner>*:last-child {
	margin-bottom: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories {
	position: relative;
	padding-left: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #949494;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a {
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories a:hover {
	color: #dc9a0e;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner span.ht-product-title {
	display: inline-block;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-title a:hover {
	color: #dc9a0e;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 19px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span {
	line-height: 1;
	font-weight: 700;
	font-size: 20px;
	color: #444;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price mark, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price ins {
	background: transparent none repeat scroll 0 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del {
	margin-right: 8px;
	text-decoration: line-through;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span del span {
	font-size: 16px;
	font-weight: 500;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ht-products .woocommerce .ht-product-ratting-wrap .star-rating {
	float: none;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: -3px;
	margin-right: -3px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i {
	font-size: 13px;
	line-height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	color: #aaa;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i:last-child {
	margin-right: 0;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 3;
	margin-left: -5px;
	margin-right: -5px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i {
	color: #dc9a0e;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap {
	position: static;
	display: none;
	margin-top: 20px;
}

.ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown {
	padding: 0;
	margin: -2px;
}

.ht-products .ht-product .ht-product-inner:hover {
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown {
	background-color: rgba(0, 0, 0, .75);
}

.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	background-color: transparent;
	padding: 0;
}

.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap {
	display: block;
	margin-bottom: -30px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 30px;
	width: auto;
}

.ht-products .ht-product.ht-product-countdown-fill .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single {
	padding: 10px 5px;
}

.ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner, .ht-products .ht-product.ht-product-countdown-fill.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	padding: 5px 3px;
}

.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap {
	bottom: auto;
	top: 10px;
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
}

.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single {
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.ht-products .ht-product.ht-product-countdown-left .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	padding: 7px 10px;
}

.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap {
	bottom: auto;
	top: 10px;
	left: auto;
	right: 0;
	width: auto;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
}

.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single {
	max-width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.ht-products .ht-product.ht-product-countdown-right .ht-product-inner .ht-product-countdown-wrap .ht-product-countdown .cd-single .cd-single-inner {
	padding: 7px 10px;
}

.ht-products .ht-product.ht-product-countdown-middle .ht-product-inner .ht-product-countdown-wrap {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-countdown-wrap {
	display: none;
}

.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap {
	display: block;
}

.ht-products .ht-product.ht-product-countdown-content-bottom .ht-product-inner .ht-product-content .ht-product-countdown-wrap .ht-product-countdown .cd-single {
	padding: 10px 5px;
}

.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action {
	left: auto;
	right: 25px;
}

.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -10px;
}

.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip {
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action {
	left: 0;
	right: 0;
	top: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	bottom: 15px;
}

.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -10px;
}

.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li {
	padding: 10px;
}

.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-bottom span.woolentor-tip, .ht-products .ht-product.ht-product-action-bottom .wishsuite-button.wishlist span.wishsuite-btn-text {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 100%;
	-webkit-transform: translateX(-50%) translateY(10px);
	-ms-transform: translateX(-50%) translateY(10px);
	transform: translateX(-50%) translateY(10px);
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-bottom .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action {
	left: 0;
	right: 0;
}

.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -10px;
}

.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li {
	padding: 10px;
}

.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-middle span.woolentor-tip, .ht-products .ht-product.ht-product-action-middle .wishsuite-button.wishlist span.wishsuite-btn-text {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 100%;
	-webkit-transform: translateX(-50%) translateY(10px);
	-ms-transform: translateX(-50%) translateY(10px);
	transform: translateX(-50%) translateY(10px);
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-middle .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	left: 0;
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-ratting-wrap+.ht-product-action {
	margin-top: 20px !important;
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -10px;
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li {
	padding: 10px;
}

:is(.ht-products .ht-product.ht-product-action-bottom-content, .ht-products .ht-product.ht-product-action-bottom) .wishsuite-button.wishlist {
	padding-top: 0;
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-bottom-content span.woolentor-tip, .ht-products .ht-product.ht-product-action-bottom-content .wishsuite-button.wishlist span.wishsuite-btn-text {
	left: 50%;
	right: auto;
	top: auto;
	bottom: 100%;
	-webkit-transform: translateX(-50%) translateY(10px);
	-ms-transform: translateX(-50%) translateY(10px);
	transform: translateX(-50%) translateY(10px);
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover .ht-product-action-tooltip, .ht-products .ht-product.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li a:hover span.wishsuite-btn-text {
	-webkit-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li {
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(2) {
	-webkit-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
}

.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(3) {
	-webkit-transition: all .3s ease .4s;
	-o-transition: all .3s ease .4s;
	transition: all .3s ease .4s;
}

.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li:nth-child(4) {
	-webkit-transition: all .3s ease .6s;
	-o-transition: all .3s ease .6s;
	transition: all .3s ease .6s;
}

.ht-products .ht-product.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul li {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner .ht-product-action ul li {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
}

.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-right .ht-product-inner:hover .ht-product-action ul li {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul li, .ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul li {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.ht-products .ht-product.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li, .ht-products .ht-product.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul {
	margin: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul:hover {
	overflow: visible;
}

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li {
	margin-left: 10px;
	margin-right: 10px;
}

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:first-child {
	margin-top: 15px;
}

.ht-products .ht-product.ht-product-action-style-2 .ht-product-inner .ht-product-action ul li:last-child {
	margin-bottom: 15px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:first-child, .ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom-content .ht-product-inner .ht-product-action ul li:last-child {
	margin: 0;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom-content .ht-product-inner:hover .ht-product-action ul {
	width: auto;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-round .ht-product-inner .ht-product-action ul {
	border-radius: 50px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action {
	bottom: 20px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:first-child {
	margin-left: 15px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-bottom .ht-product-inner .ht-product-action ul li:last-child {
	margin-right: 15px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:first-child {
	margin-left: 15px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-middle .ht-product-inner .ht-product-action ul li:last-child {
	margin-right: 15px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul {
	height: auto;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner .ht-product-action ul li {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover .ht-product-inner:hover .ht-product-action ul {
	width: 60px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner .ht-product-action ul, .ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner .ht-product-action ul {
	width: auto;
	height: 0;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul, .ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul {
	height: 60px;
}

.ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-bottom .ht-product-inner:hover .ht-product-action ul li, .ht-products .ht-product.ht-product-action-style-2.ht-product-action-on-hover.ht-product-action-middle .ht-product-inner:hover .ht-product-action ul li {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
	width: 100%;
}

.ht-product-content .woocommerce-product-details__short-description {
	padding: 10px 0;
	overflow: hidden;
}

.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
	margin: 0;
}

.ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap {
	position: absolute;
	top: 0;
	right: 0;
}

.ht-product-content-allcenter {
	text-align: center;
}

.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price span, .ht-product-content-allcenter .ht-product-ratting-wrap>div {
	margin: 0 auto;
}

.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories {
	display: block;
	text-align: center;
}

.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-categories::before {
	left: 35%;
}

.woocommerce.ht-products div.product p.price del, .woocommerce.ht-products div.product span.price del {
	opacity: 1;
}

.product-slider .ht-product.col-1, .ht-product.col.first {
	clear: unset;
}

.woolentor-banner {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}

.woolentor-banner-img, .woolentor-content {
	width: 50%;
	float: left;
}

.woolentor-content {
	padding-left: 70px;
}

.woolentor-banner .banner_subtitle {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.woolentor-banner .banner_title {
	font-size: 28px;
	font-weight: 400;
	margin: 35px 0;
}

.woolentor-banner .banner_button {
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.woolentor-banner-img img {
	width: 100%;
}

.woolentor-content-align-right .woolentor-banner-img {
	order: 1;
	padding-right: 50px;
	padding-left: 0;
}

.woolentor-content-align-right .woolentor-content {
	order: 2;
	padding-left: 40px;
}

.woolentor-content-align-right.woolentor-banner .banner_title {
	margin: 20px 0;
}

.woolentor-content-align-bottom .woolentor-banner-img {
	order: 1;
	padding-left: 0;
	width: 100%;
}

.woolentor-content-align-bottom .woolentor-content {
	order: 2;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.woolentor-content-align-bottom .banner_title {
	margin: 0 0 20px;
}

.woolentor-banner-layout-2 {
	display: block;
	position: relative;
}

.woolentor-banner-layout-2 .woolentor-content {
	padding-left: 0;
}

.woolentor-banner-layout-2 .woolentor-banner-img {
	float: none;
	width: 100%;
}

.woolentor-banner-layout-2 .woolentor-content {
	padding-left: 50px;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}

.woolentor-banner-layout-2 .woolentor-content h2 {
	margin: 0;
}

.woolentor-banner-layout-2.woolentor-content-align-bottom .woolentor-content {
	bottom: 50px;
	padding: 0 0 0 50px;
	top: auto;
	text-align: left;
}

.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-content {
	left: auto;
	padding-right: 50px;
	padding-left: 0;
	right: 0;
	text-align: right;
}

.woolentor-banner-layout-2.woolentor-content-align-right .woolentor-banner-img {
	padding-left: 0;
}

.woocommerce.product-slider div.product.ht-product {
	float: left;
}

.wlspcial-banner .banner-thumb a {
	overflow: hidden;
	position: relative;
	display: block;
}

.wlspcial-banner .banner-thumb a::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all .5s ease 0s;
	width: 0;
}

.wlspcial-banner .banner-thumb a::after {
	background: #fff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	transition: all .5s ease 0s;
	width: 0;
}

.wlspcial-banner .banner-thumb a img {
	width: 100%;
}

.wlspcial-banner:hover .banner-thumb a::before {
	height: 100%;
	opacity: .3;
	width: 100%;
}

.wlspcial-banner:hover .banner-thumb a::after {
	height: 100%;
	opacity: .3;
	width: 100%;
}

.wlspcial-banner {
	position: relative;
}

.wlspcial-banner .banner-content {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.wlspcial-banner .banner-content a {
	color: #383838;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .4s ease 0s;
	text-decoration: none;
	display: inline-block;
}

.woolentor-banner-content-pos-center .banner-content {
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
}

.woolentor-banner-content-pos-bottom .banner-content {
	bottom: 0;
	padding-bottom: 40px;
}

.woolentor-banner-content-pos-top .banner-content {
	top: 0;
	padding-top: 40px;
}

.wlspcial-banner.woolentor-banner-content-pos-right .banner-content {
	top: 50%;
	right: 0;
	width: auto;
	transform: translateY(-50%);
}

.wlspcial-banner.woolentor-banner-content-pos-left .banner-content {
	top: 50%;
	left: 0;
	width: auto;
	transform: translateY(-50%);
}

.wlbanner-badgeimage {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.wlbanner-badgeimage img {
	width: 100%;
}

.elementor-widget-woolentor-custom-product-archive .woocommerce[class*="columns-"] .product {
	margin: 0;
}

.elementor-widget-woolentor-custom-product-archive .woocommerce[class*="columns-"] .woolentor_current_theme_layout .product {
	margin-right: 20px;
}

.wl-row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.wl-row.wlno-gutters {
	margin-right: 0;
	margin-left: 0;
}

[class*="wl-col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.wl-row>[class*="col-"] {
	min-height: 1px;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.wl-row.wlno-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.wl-columns-1 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.wl-columns-2 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.wl-columns-3 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333%;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.wl-columns-4 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.wl-columns-5 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.wl-columns-6 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666%;
	-ms-flex: 0 0 16.666%;
	flex: 0 0 16.666%;
	max-width: 16.666%;
}

.wl-columns-7 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 14.285%;
	-ms-flex: 0 0 14.285%;
	flex: 0 0 14.285%;
	max-width: 14.285%;
}

.wl-columns-8 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 12.5%;
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.wl-columns-9 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 11.111%;
	-ms-flex: 0 0 11.111%;
	flex: 0 0 11.111%;
	max-width: 11.111%;
}

.wl-columns-10 .wl-row>[class*="col-"] {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.wlsingle-categorie {
	border: 1px solid #f3f3f3;
	padding: 35px 10px;
	text-align: center;
	margin-bottom: 15px;
}

.wlno-gutters .wlsingle-categorie {
	margin-bottom: 0;
}

.wlsingle-categorie .wlsingle-categorie-img a {
	font-size: 30px;
}

.wlsingle-categorie .wlcategorie-content h4 {
	font-size: 16px;
	margin: 17px 0 0;
	line-height: 1;
	position: relative;
	display: inline-block;
}

.wlsingle-categorie .wlcategorie-content h4 sup, .wlsingle-categorie .wlcategorie-content p {
	display: none;
}

.wl-layout-horizontal .wlsingle-categorie .wlcategorie-content h4 sup {
	position: absolute;
	top: 0;
	right: 0;
}

.wl-layout-vertical .wlsingle-categorie {
	border: 0;
	padding: 0;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wl-layout-vertical .wlsingle-categorie .wlcategorie-content h4 {
	margin: 0;
	display: flex;
}

.wl-layout-vertical .wlsingle-categorie .wlsingle-categorie-img a {
	display: flex;
}

.wl-layout-vertical .wlsingle-categorie-img {
	padding-right: 22px;
}

.wl-layout-vertical .wlsingle-categorie {
	padding: 20px 0;
}

.wl-layout-vertical .wl-col-8:first-child .wlsingle-categorie {
	padding-top: 0 !important;
	border-top: 0 !important;
}

.wl-layout-vertical .wl-col-8:last-child .wlsingle-categorie {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.wl-row.slick-slider {
	margin-right: 0;
	margin-left: 0;
}

.wl-single-brand {
	text-align: center;
	margin-bottom: 20px;
}

.slick-slide .wl-single-brand {
	margin-bottom: 0;
}

.slick-slide .wl-single-brand img {
	display: inline-block;
}

.ht-product-action-bottom .ht-product-inner .wishsuite-button.wishlist, .ht-product-action-bottom-content .ht-product-inner .wishsuite-button.wishlist, .ht-product-action-middle .ht-product-inner .wishsuite-button.wishlist, .wl_single-product-item .product-content .action li .wishsuite-button.wishlist {
	padding-top: 4px;
}

.ht-product-2 .ht-product-action-2 .wishsuite-button.wishlist {
	line-height: 42px;
}

.ht-product-2 .wishsuite-button.wishlist svg {
	width: 15px;
	height: 15px;
}

.ht-product-2 .ht-product-action-3 .wishsuite-button.wishlist {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.ht-product-2 .ht-product-action-5 .wishsuite-button.wishlist {
	line-height: 48px;
}

.ht-product-2 .ht-product-action-6 .wishsuite-button.wishlist {
	line-height: 40px;
}

.woocommerce .elementor-widget-wl-single-product-meta .product_meta>span {
	position: relative;
}

.wlds-css {
	display: flex;
	justify-content: center;
}

@keyframes wlds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}

@-webkit-keyframes wlds-ripple {
	0% {
		top: 96px;
		left: 96px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	
	100% {
		top: 18px;
		left: 18px;
		width: 156px;
		height: 156px;
		opacity: 0;
	}
}

.wlds-ripple {
	position: relative;
}

.wlds-ripple div {
	box-sizing: content-box;
	position: absolute;
	border-width: 4px;
	border-style: solid;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: wlds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
	animation: wlds-ripple 1s cubic-bezier(0, .2, .8, 1) infinite;
}

.wlds-ripple div:nth-child(1) {
	border-color: #51cacc;
}

.wlds-ripple div:nth-child(2) {
	border-color: #9df871;
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
}

.wlds-ripple {
	width: 200px !important;
	height: 200px !important;
	-webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
	transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.elementor-widget-wl-product-related .products>h2, .elementor-widget-wl-product-additional-information h2, .elementor-widget-wl-single-product-upsell .up-sells>h2 {
	display: none;
}

.elementor-widget-wl-product-related.wlshow-heading-yes .products>h2, .elementor-element.wl-show-heading-yes .up-sells>h2, .elementor-widget-wl-product-additional-information.wl-show-heading-yes h2 {
	display: block;
}

[class*="woolentorducts-columns-"] ul.products {
	display: flex !important;
	flex-flow: row wrap;
	column-gap: 0;
	justify-content: start;
}

[class*="woolentorducts-columns-"] ul.products li.product {
	margin-left: 0 !important;
}

.woolentorducts-columns-6 ul.products li.product {
	width: calc(16% - 30px) !important;
	margin-right: 30px !important;
	float: left;
}

.woolentorducts-columns-5 ul.products li.product {
	width: calc(19% - 30px) !important;
	margin-right: 30px !important;
	float: left;
}

.woolentorducts-columns-4 ul.products li.product {
	width: calc(25% - 30px) !important;
	margin-right: 30px !important;
	float: left;
}

.woolentorducts-columns-3 ul.products li.product {
	width: calc(33.33% - 30px) !important;
	margin-right: 30px !important;
	float: left;
}

.woolentorducts-columns-2 ul.products li.product {
	width: calc(50% - 30px) !important;
	margin-right: 30px !important;
	float: left;
}

.woolentorducts-columns-1 ul.products li.product {
	width: 100% !important;
}

[class*="woolentorducts-columns-"] ul.products li.product.first {
	clear: none !important;
}

.woolentorducts-columns-6 ul.products li.product:nth-child(6n), .woolentorducts-columns-5 ul.products li.product:nth-child(5n), .woolentorducts-columns-4 ul.products li.product:nth-child(4n), .woolentorducts-columns-3 ul.products li.product:nth-child(3n), .woolentorducts-columns-2 ul.products li.product:nth-child(2n), .woolentorducts-columns-1 ul.products li.product {
	margin-right: 0 !important;
}

.woocommerce #content div.product .woolentor-woo-template-builder div.images, .woocommerce div.product .woolentor-woo-template-builder div.images {
	width: 100%;
}

.woolentor-product-loop-item-align-left ul.products li.product .star-rating {
	margin-right: auto;
}

.woolentor-product-loop-item-align-right ul.products li.product .star-rating {
	margin-left: auto;
}

.woolentor-product-loop-item-align-center ul.products li.product .star-rating {
	margin-right: auto;
	margin-left: auto;
}

.elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale {
	display: none;
}

.elementor-widget-woolentor-product-archive-addons ul.products li.product .onsale {
	margin: 0;
}

.woocommerce div.product .woolentor-woo-template-builder form.cart .button {
	transition: .4s;
}

.woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woolentor-woo-template-builder .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.elementor-widget-wl-cart-total div[class^="ht-col"], .elementor-widget-wl-cart-total div[class^="col"] {
	width: 100% !important;
	max-width: 100% !important;
}

.elementor-widget-wl-myaccount-login-form input[type="checkbox"] {
	width: auto;
	display: inline-block;
	height: auto;
}

.woolentor-myaccount-form-login .form-row {
	display: block;
}

.woolentor-product-gallery-video {
	position: relative;
}

.video-cus-tab-pane {
	display: none;
}

.video-cus-tab-pane img {
	width: 100%;
}

.video-cus-tab-pane.htactive {
	display: block;
}

.woolentor-product-video-tabs {
	padding: 0;
	list-style: none;
	margin: 10px -5px 0;
}

.woolentor-product-video-tabs li {
	display: block;
	padding: 0 5px;
	width: 25%;
	cursor: pointer;
	float: left;
	margin-bottom: 10px;
}

.woolentor-product-video-tabs li img {
	width: 100%;
}

.woolentor-product-video-tabs li a {
	position: relative;
	display: block;
}

.woolentor-product-video-tabs li.wlvideothumb a::before {
	background: #000;
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}

span.wlvideo-button {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wlpro-product-thumbnails, .wlpro-product-videothumbnails {
	overflow: hidden;
	width: 100% !important;
	float: none !important;
}

.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs, .wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: 20%;
}

.wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs {
	margin: 0;
	padding-right: 0;
	padding-left: 10px;
}

.wlpro-product-videothumbnails.thumbnails-tab-position-left ul.woolentor-product-video-tabs li, .wlpro-product-videothumbnails.thumbnails-tab-position-right ul.woolentor-product-video-tabs li {
	width: 100%;
}

.wlpro-product-videothumbnails.thumbnails-tab-position-left .woolentor-product-gallery-video, .wlpro-product-videothumbnails.thumbnails-tab-position-right .woolentor-product-gallery-video {
	width: 80%;
	float: left;
}

.woolentor-product-gallery-video span.ht-product-label {
	padding: 10px;
	font-size: 1em;
	font-size: .857em;
	font-weight: 700;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	border-radius: 10px;
	background-color: #b3af54;
	color: #fff;
	z-index: 9;
}

.elementor-widget-wl-checkout-order-review #order_review {
	width: 100% !important;
	float: none !important;
	background-color: transparent !important;
}

span.woolentor-order-item-title .product-thumbnail {
	display: none;
}

.woolentor-order-review-product span.product-thumbnail {
	display: inline-block;
	padding-right: 10px;
}

.woolentor-order-review-product span.product-thumbnail img {
	max-width: 70px;
}

.woolentor_current_theme_storefront span.woolentor-order-item-title {
	display: flex;
	align-items: center;
}

.woolentor-order-review-product .variation {
	display: none !important;
}

.woolentor-order-review-product .woolentor-order-item-title .variation {
	display: block !important;
}

.woolentor-order-review-product .woolentor-order-item-title {
	display: flex;
	overflow: hidden;
}

.woolentor_current_theme_storefront .elementor-widget-wl-checkout-order-review table.woocommerce-checkout-review-order-table .product-name {
	width: auto !important;
}

.woolentor_current_theme_99fy dd.variation-woolentor_cart_availability {
	display: block !important;
}

.woolentor_current_theme_99fy .woolentor-order-review-product p {
	margin: 0;
}

.woolentor-field-radio span input {
	height: auto;
	width: auto;
}

.woolentor-field-radio .woocommerce-input-wrapper label {
	display: inline-block !important;
	margin-left: 5px;
	margin-right: 5px;
}

.woolentor-field-radio .woocommerce-input-wrapper {
	display: flex;
	align-items: center;
}

.woolentor-woocommerce-checkout .form-row.woolentor-field-heading, .form-row.woolentor-field-heading {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 10px;
}

.woolentor-woocommerce-checkout .form-row.woolentor-field-heading *, .form-row.woolentor-field-heading * {
	margin: 0;
}

.woocommerce-additional-fields__field-wrapper .woolentor-field-area {
	margin: 0 0 6px;
}

.woocommerce-additional-fields__field-wrapper .woolentor-field-area select {
	width: 100%;
}

.woolentor-field-area .woocommerce-multicheckbox-wrapper label {
	display: block;
}

.woolentor_archive_result_count .woocommerce-result-count, .woolentor_archive_catalog_ordering form.woocommerce-ordering {
	margin: 0 !important;
	float: none !important;
}

.woolentor_archive_catalog_ordering form.woocommerce-ordering {
	display: block;
}

.woolentor_archive_catalog_ordering form.woocommerce-ordering select {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
}

.elementor-widget-wl-product-add-to-cart .stock:not(.available-on-backorder), .elementor-widget-wl-product-add-to-cart .ast-stock-detail {
	display: none;
}

.elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .stock, .elementor-widget-wl-product-add-to-cart .wl-addto-cart.wl-show-status .woocommerce-variation-availability .ast-stock-detail {
	display: inline-block !important;
}

.notifake {
	max-width: 550px;
}

.woolentor-notification-content {
	position: fixed;
	bottom: 10px;
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	left: -150px;
	align-items: center;
	box-shadow: 0 0 10px #ccc;
	width: 450px;
	border-radius: 10px;
	z-index: 99999;
}

.woolentor-notification-content .elementor {
	width: 100%;
}

.woolentor-notification-content.topleft {
	left: 10px;
	top: 10px;
	bottom: auto;
}

.woolentor-notification-content.topright {
	left: auto;
	right: 10px;
	top: 10px;
	bottom: auto;
}

.logged-in .woolentor-notification-content.topleft, .logged-in .woolentor-notification-content.topright {
	top: 45px;
}

.woolentor-notification-content.bottomleft {
	left: 10px;
}

.woolentor-notification-content.bottomright {
	right: 10px;
	left: auto;
}

.woolentor-notification-content.imageright {
	flex-direction: row-reverse;
	padding-right: 0;
	padding-left: 20px;
}

.wlnotification_image {
	padding-right: 15px;
	flex: 0 0 25%;
}

.wlnotification_image img {
	border-radius: 5px;
	width: 100%;
}

.woolentor-notification-content.imageright .wlnotification_image {
	padding-right: 0;
	padding-left: 15px;
}

.wlnotification_content {
	flex: 0 0 70%;
}

.imageright .wlnotification_content {
	text-align: right;
}

.wlnotification_content h4, .wlnotification_content h6 {
	margin: 0;
	color: #000;
}

.wlnotification_content h4 {
	font-size: 18px;
	margin-bottom: 0;
}

.wlnotification_content h6 {
	font-size: 14px;
}

.wlnotification_content p {
	margin-bottom: 3px;
	max-width: 450px;
	font-size: 13px;
	font-weight: 300;
	color: #7e7e7e;
}

.woolentor-buyername {
	font-size: 12px;
	float: right;
}

.imageright .woolentor-buyername {
	float: left;
}

.wlcross {
	position: absolute;
	right: 0;
	top: 4px;
	color: #000;
	font-size: 20px;
	line-height: 0;
	padding: 10px;
	cursor: pointer;
	transition: .4s;
}

.wlcross:hover {
	color: #f05b64;
}

.wl-call-forprice a {
	padding: 8px 15px;
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.wl-call-forprice a:hover {
	color: #fff;
}

.wl-suggest-price form {
	display: none;
	margin-top: 10px;
}

.wl-suggest-form-input input:not([type="submit"]) {
	width: 100%;
	display: block;
	border: 1px solid rgba(221, 221, 221, .87);
	padding: 10px 10px;
	border-radius: 0;
	font-size: 14px;
	margin-bottom: 10px;
}

.wl-suggest-form-input input[type="submit"] {
	font-size: 14px;
	border-radius: 0;
	font-weight: 500;
	padding: 8px 15px;
	cursor: pointer;
	transition: .4s;
}

.wl-suggest-form-input textarea {
	border: 1px solid rgba(221, 221, 221, .87);
	padding: 10px 10px;
	border-radius: 0;
	font-size: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.wlsugget-button {
	padding: 8px 18px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	cursor: pointer;
	transition: .4s;
}

.wlsendmessage {
	margin: 0 0 10px 0;
	padding: 0;
	display: none;
}

.woolentor-add-to-cart-sticky .woolentor-flash-product-countdown {
	display: none;
}

.woolentor-add-to-cart-sticky .woolentor-product-badge-area {
	display: none;
}

.woolentor-add-to-cart-sticky {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	background-color: #fff;
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.woolentor-sticky-shown.woolentor-add-to-cart-sticky {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.woolentor-add-to-cart-sticky .ht-container .ht-row {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.woolentor-sticky-thumbnail {
	overflow: hidden;
	margin-right: 10px;
}

.woolentor-sticky-thumbnail img {
	max-width: 80px;
}

.woolentor-addtocart-content {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.woolentor-addtocart-content .title {
	margin: 0;
	font-size: 18px;
	display: block;
}

.woolentor-addtocart-content .price {
	font-size: 14px;
}

.woolentor-sticky-btn-area {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
}

.woolentor-sticky-btn-area .yith-wcwl-add-to-wishlist {
	display: none;
}

.woolentor-sticky-btn-area .woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist {
	display: block;
}

.woolentor-sticky-btn-area .cart {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.woolentor-sticky-btn-area .quantity {
	margin-right: 10px;
}

.woolentor-sticky-btn-area .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0;
}

.woolentor-add-to-cart-sticky .tinv-wraper, .woocommerce .woolentor-add-to-cart-sticky .wc-forward, .woolentor-add-to-cart-sticky .wc-forward {
	display: none;
}

.woolentor-add-to-cart-sticky .woolentor-sticky-wishlist .tinv-wraper {
	display: block;
}

.woolentor-sticky-wishlist .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
	display: block !important;
}

.woolentor-add-to-cart-sticky .button {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400 !important;
	border-radius: 0 !important;
	margin-right: 10px !important;
	background-color: #ff4136 !important;
}

.woolentor-sticky-btn-area .stock.in-stock {
	margin: 0;
	margin-right: 10px;
}

.woolentor-stock-progress-bar, .stock-management-progressbar {
	margin-top: 15px;
}

.woolentor-stock-progress-bar .wlstock-info {
	color: #777;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 5px;
}

.woolentor-stock-progress-bar .wlstock-info span {
	color: #333;
	font-weight: 600;
	margin-left: 3px;
}

.woolentor-stock-progress-bar .wlprogress-area {
	background-color: #444;
	width: 100%;
}

.woolentor-stock-progress-bar .wlprogress-area {
	height: 10px;
}

.woolentor-stock-progress-bar .wlprogress-bar {
	height: 100%;
}

.woolentor-stock-progress-bar .wlprogress-bar {
	background-color: #ff4136;
}

.ht-products .ht-product.ht-product-action-right .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li a {
	margin-left: auto;
}

.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a {
	width: auto !important;
	height: auto !important;
	text-indent: 0;
}

.ht-product-action ul[class*="woolentor-btn-text"] li.woolentor-cart a:before {
	display: none;
}

.ht-products .ht-product .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li a:hover .ht-product-action-tooltip, .ht-products .ht-product .ht-product-inner .ht-product-action ul[class*="woolentor-btn-text"] li:hover span.woolentor-tip {
	z-index: 999;
}

.htwl-modal-content {
	max-height: 470px;
	overflow-y: auto;
	overflow-x: hidden;
}

.wl-customer-review .wl-row>[class*="col-"] {
	margin-bottom: 30px;
}

.wlb-review-style-1 .wl-customer-testimonal {
	background: #f7f8f9;
	padding: 30px;
	margin-top: 30px;
}

.wlb-review-style-1 .wl-customer-testimonal .content {
	display: flex;
	align-items: center;
}

.wlb-review-style-1 .wl-customer-testimonal .content img {
	max-width: 80px;
	border-radius: 100%;
}

.wlb-review-style-1 .wl-customer-testimonal .content img+.clint-info {
	padding-left: 25px;
}

.wlb-review-style-1 .wl-customer-testimonal .content .clint-info h4 {
	font-size: 18px;
	color: #383838;
	margin: 0;
}

.wlb-review-style-1 .wl-customer-testimonal .content .clint-info span {
	color: #1834a6;
	font-size: 13px;
}

.wlb-review-style-1 .wl-customer-testimonal p {
	color: #5b5b5b;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-top: 22px;
}

.wlb-review-style-2 .wl-customer-testimonal {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 30px;
	padding: 40px 30px;
}

.wlb-review-style-2 .wl-customer-testimonal img {
	border: 2px solid #43df9c;
	border-radius: 50%;
	box-sizing: content-box;
	float: left;
	max-width: 90px;
}

.wlb-review-style-2 .wl-customer-testimonal .content p {
	color: #3e3e3e;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

.wlb-review-style-2 .wl-customer-testimonal .content {
	overflow: hidden;
	padding-left: 20px;
}

.wlb-review-style-2 .wl-customer-testimonal .content .clint-info {
	padding-left: 50px;
}

.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4 {
	position: relative;
}

.wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before {
	background: #383838 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: -48px;
	position: absolute;
	top: 18px;
	width: 30px;
}

.wl-customer-align-center .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before {
	left: 30%;
}

.wl-customer-align-right .wlb-review-style-2 .wl-customer-testimonal .content .clint-info h4::before {
	left: auto;
	right: 80px;
}

.wlb-review-style-3 .wl-customer-testimonal {
	background: #fff none repeat scroll 0 0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin-top: 53px;
	padding-bottom: 27px;
	position: relative;
	text-align: center;
}

.wlb-review-style-3 .wl-customer-testimonal {
	margin-top: 82px;
}

.wlb-review-style-3 .wl-customer-testimonal img {
	border: 2px solid #727272;
	border-radius: 50%;
	box-sizing: content-box;
	left: 50%;
	max-width: 100px;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.wlb-review-style-3 .wl-customer-testimonal .content {
	margin-top: 0;
	padding-top: 73px;
}

.wlb-review-style-3 .wl-customer-testimonal .content p {
	color: #5b5b5b;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 4px;
	padding: 0 4%;
}

.wlb-review-style-3 .wl-customer-testimonal .content h4 {
	color: #5b5b5b;
	font-size: 16px;
	font-weight: 600;
	line-height: 37px;
	margin: 0;
}

.wlb-review-style-3 .wl-customer-testimonal .clint-info .rating, .wlb-review-style-4 .wl-customer-testimonal .clint-info .rating {
	justify-content: center;
}

.wlb-review-style-3 .wl-customer-testimonal .clint-info {
	padding: 0 4%;
}

.wl-customer-align-right .wlb-review-style-3 .wl-customer-testimonal img {
	right: -40px;
	left: auto;
}

.wl-customer-align-left .wlb-review-style-3 .wl-customer-testimonal img {
	left: 70px;
}

.wlb-review-style-4 .wl-customer-testimonal .content {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(82, 182, 188, .25);
	padding: 50px 9%;
	position: relative;
	text-align: center;
}

.wlb-review-style-4 .wl-customer-testimonal .clint-info {
	margin-top: 40px;
	text-align: center;
}

.wlb-review-style-4 .wl-customer-testimonal img {
	border: 2px solid #ececec;
	border-radius: 50%;
	box-sizing: content-box;
	display: inline-block;
	max-width: 80px;
}

.wlb-review-style-4 .wl-customer-testimonal .clint-info h4 {
	color: #5c5c5c;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 4px;
	margin-top: 22px;
}

.wlb-review-style-4 .wl-customer-testimonal .clint-info span {
	color: #5c5c5c;
	font-size: 15px;
	font-weight: 600;
}

.wlb-review-style-4 .wl-customer-testimonal .content .triangle {
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 20px;
	left: 50%;
	margin-top: -1px;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .clint-info, .wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content {
	text-align: right;
}

.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .clint-info, .wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content {
	text-align: left;
}

.wl-customer-align-right .wlb-review-style-4 .wl-customer-testimonal .content .triangle {
	right: 0;
	left: auto;
}

.wl-customer-align-left .wlb-review-style-4 .wl-customer-testimonal .content .triangle {
	left: 45px;
}

.wl-customer-testimonal .clint-info h4 {
	margin: 0;
}

.wl-customer-testimonal .clint-info .rating {
	color: #ffcf0e;
	display: flex;
	list-style: outside none none;
	margin: 4px 0 0;
	padding: 0;
}

.wl-customer-testimonal .clint-info .rating li {
	margin-right: 8px;
}

.wl-customer-testimonal .clint-info .rating li:last-child {
	margin-right: 0;
}

.wl-customer-testimonal .content img.avatar {
	border-radius: 100%;
}

.wl-customer-align-center .wl-customer-testimonal .clint-info .rating {
	justify-content: center;
}

.wl-customer-align-left .wl-customer-testimonal .clint-info .rating {
	justify-content: flex-start;
}

.wl-customer-align-right .wl-customer-testimonal .clint-info .rating {
	justify-content: flex-end;
}

.wlb-marker-style-1 {
	padding: 245px 0;
}

.wlb-marker-style-1 .wlb_image_pointer {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	border: 3px solid #ed552d;
	background-color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 32px;
}

.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box {
	background: #fff;
	width: 240px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate3d(50%, -100%, 0);
	transform: translate3d(50%, -100%, 0);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1);
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	text-align: center;
}

.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box h4 {
	font-size: 20px;
	margin-bottom: 7px;
}

.wlb-marker-style-1 .wlb_image_pointer .wlb_pointer_box p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.wlb-marker-style-1 .wlb_image_pointer:hover .wlb_pointer_box {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-110%) translateX(50%);
	transform: translateY(-110%) translateX(50%);
}

.wlb-marker-style-1 .wlb_image_pointer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: FontAwesome;
	color: #ed552d;
	font-size: 18px;
	width: 100%;
	height: 100%;
}

.wlb-marker-style-1 .wlb_image_pointer {
	position: absolute;
	left: 66%;
	top: 15%;
}

.wlb-marker-style-2 {
	padding: 245px 0;
}

.wlb-marker-style-2 .wlb_image_pointer {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 5px solid #ddd;
	background-color: #fff;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 38px;
}

.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box {
	background: #fff;
	width: 240px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate3d(50%, -100%, 0);
	transform: translate3d(50%, -100%, 0);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1);
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	text-align: center;
}

.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box h4 {
	font-size: 20px;
	margin-bottom: 7px;
}

.wlb-marker-style-2 .wlb_image_pointer .wlb_pointer_box p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.wlb-marker-style-2 .wlb_image_pointer:hover .wlb_pointer_box {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-110%) translateX(50%);
	transform: translateY(-110%) translateX(50%);
}

.wlb-marker-style-2 .wlb_image_pointer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: FontAwesome;
	color: #ed552d;
	font-size: 18px;
	width: 100%;
	height: 100%;
	transition: .4s ease-in-out;
}

.wlb-marker-style-2 .wlb_image_pointer:hover::before {
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
}

.wlb-marker-style-2 .wlb_image_pointer {
	position: absolute;
	left: 50%;
	top: 26%;
}

.wlb-marker-style-3 {
	padding: 245px 0;
}

.wlb-marker-style-3 .wlb_image_pointer {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background-color: #000;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 49px;
	z-index: 2;
}

.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box {
	background: #000;
	width: 240px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate3d(50%, -100%, 0);
	transform: translate3d(50%, -100%, 0);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1);
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	text-align: center;
}

.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box h4 {
	font-size: 20px;
	margin-bottom: 7px;
	color: #fff;
}

.wlb-marker-style-3 .wlb_image_pointer .wlb_pointer_box p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}

.wlb-marker-style-3 .wlb_image_pointer:hover .wlb_pointer_box {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-110%) translateX(50%);
	transform: translateY(-110%) translateX(50%);
}

.wlb-marker-style-3 .wlb_image_pointer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 100%;
	transition: .4s ease-in-out;
}

.wlb-marker-style-3 .wlb_image_pointer::after {
	position: absolute;
	left: 2px;
	background: #000;
	content: "";
	right: 2px;
	top: 2px;
	bottom: 2px;
	border-radius: 100%;
	border: 2px solid #fff;
	z-index: -1;
}

.wlb-marker-style-3 .wlb_image_pointer:hover::before {
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
}

.wlb-marker-style-3 .wlb_image_pointer {
	position: absolute;
	left: 50%;
	top: 26%;
}

.wlb-marker-style-4 {
	padding: 245px 0;
}

.wlb-marker-style-4 .wlb_image_pointer {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 38px;
	border: 5px solid #d88d78;
	z-index: 2;
}

.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 240px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate3d(50%, -100%, 0);
	transform: translate3d(50%, -100%, 0);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1);
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	text-align: center;
}

.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box h4 {
	font-size: 20px;
	margin-bottom: 7px;
}

.wlb-marker-style-4 .wlb_image_pointer .wlb_pointer_box p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	color: #18012c;
}

.wlb-marker-style-4 .wlb_image_pointer:hover .wlb_pointer_box {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-110%) translateX(50%);
	transform: translateY(-110%) translateX(50%);
}

.wlb-marker-style-4 .wlb_image_pointer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: FontAwesome;
	color: #d88d78;
	font-size: 18px;
	width: 100%;
	height: 100%;
	transition: .4s ease-in-out;
}

.wlb-marker-style-4 .wlb_image_pointer:hover::before {
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
}

.wlb-marker-style-4 .wlb_image_pointer {
	position: absolute;
	left: 83%;
	top: 37%;
}

.wlb-marker-style-5 {
	padding: 245px 0;
}

.wlb-marker-style-5 .wlb_image_pointer {
	width: 46px;
	height: 46px;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	line-height: 47px;
	z-index: 2;
}

.wlb-marker-style-5 .wlb_image_pointer .effect-1 {
	position: relative;
}

.wlb-marker-style-5 .wlb_image_pointer .effect-1::before, .wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	border: 1px solid #f10;
	border-radius: 50%;
	-webkit-transform: scale(.35) translateY(-50%) translateX(-50%);
	-ms-transform: scale(.35) translateY(-50%) translateX(-50%);
	transform: scale(.35) translateY(-50%) translateX(-50%);
	opacity: 0;
	-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
	animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
}

.wlb-marker-style-5 .wlb_image_pointer .effect-1::before {
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	z-index: -1;
}

.wlb-marker-style-5 .wlb_image_pointer .effect-1::after {
	width: 32px;
	height: 32px;
	z-index: -1;
	border-color: rgba(255, 255, 255, .4);
	-webkit-animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
	animation: marker-ripple-animation 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
}

.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box {
	background: #000;
	width: 240px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translate3d(50%, -100%, 0);
	transform: translate3d(50%, -100%, 0);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
	transition: all .3s cubic-bezier(0, 0, .2, 1);
	z-index: 10;
	padding: 20px;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .07);
	text-align: center;
}

.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box h4 {
	font-size: 20px;
	margin-bottom: 7px;
	color: #fff;
}

.wlb-marker-style-5 .wlb_image_pointer .wlb_pointer_box p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
	color: #fff;
}

.wlb-marker-style-5 .wlb_image_pointer:hover .wlb_pointer_box {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateY(-110%) translateX(50%);
	transform: translateY(-110%) translateX(50%);
}

.wlb-marker-style-5 .wlb_image_pointer::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: FontAwesome;
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 100%;
	transition: .4s ease-in-out;
}

.wlb-marker-style-5 .wlb_image_pointer:hover::before {
	transform: translateX(-50%) translateY(-50%) rotate(47deg);
}

.wlb-marker-style-5 .wlb_image_pointer {
	position: absolute;
	left: 83%;
	top: 37%;
}

@-webkit-keyframes marker-ripple-animation {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@keyframes marker-ripple-animation {
	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}
	
	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

.elementor-widget-wl-empty-cart-message .woocommerce-notices-wrapper .cart-empty+.cart-empty {
	display: none;
}

.wl-quantity-wrap .label, .wl-quantity-wrap .wl-quantity, .wl-cart-icon, .wl-wishlist-compare-txt {
	display: none;
}

.wl-addto-cart .wishsuite-button.wltooltip_no span.wishsuite-btn-text {
	display: none;
}

.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label {
	margin: 22px 0;
}

.woolentor_current_theme_blocksy .wl-addto-cart a.htcompare-btn {
	display: unset !important;
}

.woolentor_current_theme_oceanwp .wl-addto-cart form.cart .quantity {
	min-width: unset;
}

.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap, .woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap, #holmes .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap, #holmes .wl-addto-cart.variable.wl-style-5 form.cart .wl-quantity-wrap {
	flex-wrap: unset !important;
}

#holmes .wl-addto-cart form.cart .button {
	height: auto !important;
}

.woolentor_current_theme_blocksy .wl-addto-cart.wl-style-2 .quantity .qty, .woolentor_current_theme_blocksy .wl-addto-cart.wl-style-3 .quantity .qty, .woolentor_current_theme_blocksy .wl-addto-cart.wl-style-5 .quantity .qty {
	width: inherit !important;
	text-align: center !important;
}

.woolentor_current_theme_blocksy .wl-addto-cart.grouped.wl-style-5 form.cart .wl-cart-wrap, .woolentor_current_theme_blocksy .wl-addto-cart.variable.wl-style-3 form.cart .wl-quantity-wrap {
	flex-wrap: unset !important;
}

.wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-increase, .wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-increase, .wl-addto-cart.wl-style-4 .cart .quantity[data-type="type-2"] .ct-decrease, .wl-addto-cart.wl-style-2 .cart .quantity[data-type="type-2"] .ct-decrease {
	display: none;
}

.woolentor-page-template .ct-woo-account {
	display: block;
}

.wl-addto-cart.wl-style-2 .cart .quantity a.plus, .wl-addto-cart.wl-style-4 .cart .quantity a.minus, .wl-addto-cart.wl-style-4 .cart .quantity a.plus, .wl-addto-cart.wl-style-2 .cart .quantity a.minus, .wl-addto-cart.wl-style-4 .cart .quantity>.plus, .wl-addto-cart.wl-style-2 .cart .quantity>.minus, .woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.plus, .woolentor_current_theme_oceanwp .wl-addto-cart .cart .quantity a.minus {
	display: none;
}

.wl-addto-cart.wl-style-2 .wl-quantity-wrap .label, .wl-addto-cart.wl-style-2 .wl-quantity-wrap .wl-quantity, .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label, .wl-addto-cart.wl-style-5 .wl-quantity-wrap .label {
	display: inline-block;
}

.wl-addto-cart form.cart>a.wishsuite-product-before_cart_btn, .wl-addto-cart.grouped form.cart .wl-cart-wrap>a.wishsuite-product-before_cart_btn, .wl-addto-cart.variable form.cart .single_variation_wrap .woocommerce-variation-add-to-cart>a.wishsuite-product-before_cart_btn {
	display: none;
}

.wl-addto-cart form.cart .htcompare-button-area, .wl-addto-cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .htcompare-button-area {
	display: none;
}

.wl-addto-cart .wishsuite-btn, .wl-addto-cart .wishsuite-button {
	position: static !important;
}

.woolentor-sticky-wishlist .wishsuite-button, .woolentor-sticky-wishlist .wishsuite-btn {
	display: none !important;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart div.quantity, .wl-addto-cart.wl-style-2 form.cart div.quantity {
	float: none;
	margin-right: 0;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap {
	display: flex;
	margin-bottom: 30px;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity-cal {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
	align-items: center;
	margin-left: 80px;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap span.label {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	margin-top: 5px;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity {
	background: transparent;
	color: #666;
	font-size: 14px;
}

.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"] {
	border-width: 0;
	color: #212529;
	font-weight: 500;
	text-align: center;
	width: 4em;
}

.wl-addto-cart form.cart .wl-quantity-wrap .wl-quantity {
	cursor: pointer;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity {
	padding-left: 0;
	padding-right: 35px;
}

.wl-addto-cart.wl-style-2 form.cart .wl-quantity-wrap .wl-quantity.wl-qunatity-plus {
	padding-right: 0;
	padding-left: 35px;
}

.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]::-webkit-outer-spin-button, .woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .wl-addto-cart.wl-style-2 .quantity input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.woocommerce div.product .wl-addto-cart form.cart:after, .woocommerce div.product .wl-addto-cart form.cart:before, .wl-addto-cart form.cart:after, .wl-addto-cart form.cart:before {
	display: none;
}

.woocommerce div.product .wl-addto-cart.external.wl-style-2 form.cart .button, .woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button, .wl-addto-cart.wl-style-2 form.cart .button, .wl-addto-cart.external.wl-style-2 form.cart .button {
	vertical-align: baseline;
	float: none;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 15px 40px;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #333;
	border-radius: 500px;
	background-color: #333;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .button:hover, .wl-addto-cart.wl-style-2 form.cart .button:hover {
	background: #fff;
	color: #333;
	border-color: #333;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap, .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap {
	display: flex;
	margin-bottom: 30px;
	gap: 15px;
}

.woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .single_add_to_cart_button, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .single_add_to_cart_button {
	order: 1;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .wishlist, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .wishlist {
	order: 2;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.after .compare, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.after .compare {
	order: 3;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .single_add_to_cart_button, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .single_add_to_cart_button {
	order: 3;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .wishlist, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .wishlist {
	order: 1;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.before .compare, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.before .compare {
	order: 2;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .single_add_to_cart_button, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .single_add_to_cart_button {
	order: 2;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .wishlist, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .wishlist {
	order: 1;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.wishlist, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.wishlist, .wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both a.woolentor-compare, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both a.woolentor-compare {
	width: 100%;
	height: 100%;
	justify-content: center;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-wrap.both .compare, .wl-addto-cart.wl-style-5 form.cart .wl-cart-wrap.both .compare {
	order: 3;
}

.wl-addto-cart.external.before.wl-style-2 form.cart .single_add_to_cart_button, .wl-addto-cart.external.before.wl-style-5 form.cart .single_add_to_cart_button {
	order: 3;
}

.wl-addto-cart.external.before.wl-style-2 form.cart .wishlist, .wl-addto-cart.external.before.wl-style-5 form.cart .wishlist {
	order: 1;
}

.wl-addto-cart.external.before.wl-style-2 form.cart .compare, .wl-addto-cart.external.before.wl-style-5 form.cart .compare {
	order: 2;
}

.wl-addto-cart.external.after.wl-style-2 form.cart .single_add_to_cart_button, .wl-addto-cart.external.after.wl-style-5 form.cart .single_add_to_cart_button {
	order: 1;
}

.wl-addto-cart.external.after.wl-style-2 form.cart .wishlist, .wl-addto-cart.external.after.wl-style-5 form.cart .wishlist {
	order: 2;
}

.wl-addto-cart.external.after.wl-style-2 form.cart .compare, .wl-addto-cart.external.after.wl-style-5 form.cart .compare {
	order: 3;
}

.wl-addto-cart.external.both.wl-style-2 form.cart .single_add_to_cart_button, .wl-addto-cart.external.both.wl-style-5 form.cart .single_add_to_cart_button {
	order: 2;
}

.wl-addto-cart.external.both.wl-style-2 form.cart .wishlist, .wl-addto-cart.external.both.wl-style-5 form.cart .wishlist {
	order: 1;
}

.wl-addto-cart.external.both.wl-style-2 form.cart .compare, .wl-addto-cart.external.both.wl-style-5 form.cart .compare {
	order: 3;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon, .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon, .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon {
	width: 56px;
	height: 56px;
	color: #333;
	border: 1px solid #696969;
	background-color: transparent;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	font-size: 22px;
	align-items: center;
	cursor: pointer;
	transition: 1.2s;
}

.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon.wishlist .wishsuite-button svg {
	height: 22px;
	width: 22px;
}

.wl-addto-cart.wl-style-5 form.cart .wl-cart-icon {
	border-radius: 0;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover, .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover, .woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover, .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover {
	color: #fff;
	background: #333;
}

.woocommerce div.product .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a, .wl-addto-cart.wl-style-2 form.cart .wl-cart-icon:hover>a, .woocommerce div.product .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a, .wl-addto-cart.wl-style-5 form.cart .wl-cart-icon:hover>a {
	color: #fff;
}

.wl-addto-cart.wl-style-2 form.cart .wl-cart-icon a svg {
	width: 22px;
	height: 22px;
}

.wl-addto-cart.external.wl-style-2 form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce div.product .wl-addto-cart.external.wl-style-5 form.cart .button, .wl-addto-cart.external.wl-style-5 form.cart .button {
	padding: 15px 40px;
	line-height: 24px;
}

.wl-addto-cart.wl-style-3 form.cart, .wl-addto-cart.wl-style-4 form.cart, .wl-addto-cart.wl-style-5 form.cart, .wl-addto-cart.variable.wl-style-3 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart, .wl-addto-cart.variable.wl-style-4 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart, .wl-addto-cart.variable.wl-style-5 form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	flex-direction: row;
	margin-bottom: 30px;
	align-items: center;
}

.woolentor-quickview-content-builder .wl-addto-cart.external.wl-style-5 form.cart {
	flex-wrap: unset;
}

.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap, .wl-addto-cart.wl-style-5 form.cart .wl-quantity-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap {
	flex: 1;
}

.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap, .wl-addto-cart.wl-style-3 form.cart .wl-cart-wrap, .woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap, .wl-addto-cart.wl-style-4 form.cart .wl-cart-wrap {
	flex: 1.5;
}

.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button, .wl-addto-cart.wl-style-3 form.cart .button, .woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button, .wl-addto-cart.wl-style-4 form.cart .button {
	float: none;
	width: 100%;
	background-color: #222;
}

.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button), .wl-addto-cart.wl-style-4 form.cart .button:not(.woolentor-quick-checkout-button) {
	padding: 19px 0;
	border-radius: 5px;
}

.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button), .wl-addto-cart.wl-style-3 form.cart .button:not(.woolentor-quick-checkout-button) {
	padding: 15px 0;
	border-radius: 5px;
}

.woocommerce .wl-addto-cart.wl-style-5 .quantity .qty {
	width: 4.631em;
	text-align: left;
	min-height: 0;
}

.woocommerce .wl-addto-cart.wl-style-5 .quantity input[type="number"] {
	padding: 12px 7px;
}

.woocommerce .wl-addto-cart.wl-style-3 .quantity input[type="number"] {
	text-align: left;
	width: 100%;
	padding: 10px 9px;
	border-radius: 5px;
}

.woocommerce div.product .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label, .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label {
	flex: 1;
}

.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 .wl-quantity-wrap .label {
	flex: unset;
}

.wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal {
	flex: 2;
}

.woolentor-quickview-content-builder .wl-addto-cart.wl-style-3 form.cart .wl-quantity-wrap .wl-quantity-cal {
	flex: unset;
}

.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity-cal {
	display: flex;
	background: #f7f8fa;
	align-items: center;
	padding: 8px 0;
	border-radius: 5px;
}

.wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity, .wl-addto-cart.wl-style-4 form.cart .wl-quantity-wrap .wl-quantity {
	float: none;
	display: inline-block;
	text-align: center;
	width: 50px;
	height: auto;
}

.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"] {
	border-width: 0;
	color: #212529;
	font-weight: 500;
	text-align: center;
	padding: 0;
	background: transparent;
	margin: 0;
}

.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]::-webkit-outer-spin-button, .woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .wl-addto-cart.wl-style-4 .quantity input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity, .woocommerce div.product .wl-addto-cart.wl-style-4 form.cart div.quantity {
	margin: 0;
}

.woocommerce div.product .wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt, .wl-addto-cart.wl-style-3 form.cart .wl-wishlist-compare-txt {
	display: block;
}

.wl-wishlist-compare-txt {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-top: 15px;
}

.wl-wishlist-compare-txt li {
	list-style: none;
}

.wl-wishlist-compare-txt .wishsuite-button.wltooltip_no span.wishsuite-btn-text {
	display: block;
}

.wl-wishlist-compare-txt .htcompare-btn.woolentor-compare {
	margin-left: 6px;
}

.woocommerce div.product .wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt, .wl-addto-cart.wl-style-4 form.cart .wl-wishlist-compare-txt {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.wl-addto-cart.grouped .wl-quantity-grouped-cal {
	display: flex;
	align-items: center;
}

.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity {
	padding: 2px 16px;
	border: 1px solid #eaeaea;
	cursor: pointer;
}

.wl-addto-cart.grouped.wl-style-1 .wl-quantity-grouped-cal .wl-quantity {
	display: none;
}

.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus {
	border-right: none;
}

.wl-addto-cart.grouped .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus {
	border-left: none;
}

.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus, .wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-minus {
	display: none;
}

.wl-addto-cart.grouped.wl-style-3 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus, .wl-addto-cart.grouped.wl-style-5 .wl-quantity-grouped-cal .wl-quantity.wl-qunatity-plus {
	display: none;
}

.wl-addto-cart.grouped .wl-quantity-grouped-cal .quantity input[type="number"] {
	border: 1px solid #eaeaea;
}

.woolentor-filter-wrap {
	overflow: hidden;
}

.rtl .woolentor-filter-wrap ul li ul {
	padding-left: 0;
	padding-right: 20px;
}

h2.wl_filter_title {
	margin: 0 0 10px 0;
	color: #2d2a2a;
	font-weight: 600;
	font-size: 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eee;
}

.woolentor-filter-wrap form.wl_product_search_form {
	border: 2px solid rgba(129, 129, 129, .2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.woolentor-filter-wrap form.wl_product_search_form input[type="search"] {
	box-sizing: inherit;
	padding: 0 15px;
	height: 42px;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
	border: 0;
	width: calc(100% - 50px);
}

.woolentor-filter-wrap form.wl_product_search_form button {
	width: 50px;
	padding: 0;
	height: 42px;
	text-align: center;
	background: transparent;
	transition: .4s;
	color: #222;
	border: none;
}

.woolentor-filter-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woolentor-filter-wrap ul li {
	border-bottom: 1px solid #eee;
	margin: 0;
}

.woolentor-filter-wrap ul li:last-child {
	border-bottom: 0;
}

.woolentor-filter-wrap ul li a {
	padding: 12px 0;
	display: inline-block;
	color: #464646;
	font-weight: 400;
	font-size: 14px;
	transition: .4s;
}

.woolentor-filter-wrap ul>li:hover>i, .woolentor-filter-wrap ul li a:hover {
	color: #f05b64;
}

.woolentor-filter-wrap ul li i {
	margin-right: 10px;
}

.woolentor-filter-wrap ul li ul {
	padding-left: 20px;
	border-top: 1px solid #eee;
}

.woolentor-filter-wrap ul li.wlchosen i {
	display: none;
}

.woolentor-filter-wrap ul li.wlchosen a {
	position: relative;
	padding-left: 15px;
}

.woolentor-filter-wrap ul li.wlchosen>a::before, .woolentor-filter-wrap ul li.wlchosen>a::after {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 12px;
	height: 2px;
	content: "";
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #f05b64;
}

.woolentor-filter-wrap ul li.wlchosen a:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.woolentor-filter-wrap select {
	padding-right: 30px;
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid rgba(129, 129, 129, .2);
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	-webkit-transition: border-color .5s ease;
	transition: border-color .5s ease;
	-webkit-appearance: none;
	appearance: none;
}

.woolentor-filter-wrap select.nitro-lazy {
	background-image: none !important;
}

.woolentor_slider_range.ui-slider {
	position: relative;
	background: #dbdbdb none repeat scroll 0 0;
	border: medium none;
	border-radius: 50px;
	height: 5px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: 0;
}

.woolentor_slider_range .ui-slider-range.ui-widget-header.ui-corner-all {
	height: 100%;
	position: absolute;
	display: block;
	border: 0;
	border: none;
	background: #fa6bff none repeat scroll 0 0;
	-webkit-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}

.woolentor_slider_range .ui-slider-handle.ui-state-default.ui-corner-all {
	position: absolute;
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border: 4px solid #fa6bff;
	border-radius: 50%;
	height: 15px;
	height: 1em;
	margin-left: 0;
	margin-left: -.5em;
	width: 15px;
	width: 1em;
	z-index: 2;
	cursor: ew-resize;
	outline: 0;
	top: -.3em;
}

.wl_button_price {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wl_button_price button {
	background: #29d8db;
	padding: 5px 12px;
	border-radius: 3px;
	border: none;
}

.wl_button_price button:hover {
	background: #fa6bff;
	text-decoration: none;
}

.wl_product-accordion {
	width: 100%;
}

.wl_product-accordion .panel.panel-default {
	margin-bottom: 20px;
}

.wl_product-accordion .wl_product-accordion-card {
	margin-bottom: 20px;
	border-radius: 35px;
	background: -webkit-linear-gradient(349deg, #612cf6 0, #ba73fa 65%);
	background: -o-linear-gradient(349deg, #612cf6 0, #ba73fa 65%);
	background: linear-gradient(-259deg, #612cf6 0, #ba73fa 65%);
}

.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card {
	background: #3951e1;
}

.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head {
	border: none;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 20px 30px;
	position: relative;
	position: relative;
	overflow-wrap: break-word;
	white-space: normal;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	border-radius: 35px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

@media only screen and (max-width:479px) {
	.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head {
		padding-left: 15px;
		padding-right: 20px;
	}
}

.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator {
	position: absolute;
	right: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	color: #ba73fa;
}

@media only screen and (max-width:479px) {
	.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator {
		right: 15px;
	}
}

.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i {
	visibility: hidden;
	opacity: 0;
	display: none;
	color: #ba73fa;
}

.wl_product-accordion .wl_product-accordion-card .wl_product-accordion-head-indicator i:nth-child(2) {
	visibility: visible;
	opacity: 1;
	display: block;
}

.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i {
	visibility: hidden;
	opacity: 0;
	display: none;
	color: #ba73fa;
}

.wl_product-accordion .wl_product-accordion-card.active .wl_product-accordion-head-indicator i:nth-child(1) {
	visibility: visible;
	opacity: 1;
	display: block;
}

.wl_product-accordion .wl_product-accordion-content {
	border-bottom: none;
	margin-bottom: 20px;
	border: none;
	border-radius: 35px;
}

.wl_product-accordion .wl_product-accordion-content img {
	border-radius: 15px;
}

.wl_product-accordion .wl_product-accordion-content:last-child {
	margin-bottom: 0;
}

.wl_product-accordion .card-body {
	padding: 15px 30px 29px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width:575px) {
	.wl_product-accordion .card-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.wl_product-accordion .card-body .product-thumbnail {
	width: 260px;
}

.wl_product-accordion .card-body .product-content {
	margin-left: 20px;
	width: 100%;
}

@media only screen and (max-width:575px) {
	.wl_product-accordion .card-body .product-content {
		margin-left: 0;
	}
}

.wl_product-accordion .card-body .product-content .product-content-top {
	border-top: 1px solid #fff;
	padding-top: 30px;
}

@media only screen and (max-width:575px) {
	.wl_product-accordion .card-body .product-content .product-content-top {
		border-top: 1px solid transparent;
	}
}

.wl_product-accordion .card-body .product-content .product-content-top p {
	color: #fff;
}

.wl_product-accordion .card-body .product-content .product-content-top .reading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.wl_product-accordion .card-body .product-content .product-acontent-bottom .product-price {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0;
	border-radius: 0 0 5px 5px;
	list-style: none;
	margin: 0;
	margin-right: 44px;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action li {
	margin: 0 5px;
}

.wl_product-accordion .action .woocommerce.product.compare-button a:before, .wl_product-accordion .card-body .product-content .action .wishlist a, .wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item, .wl_product-accordion .card-body .product-content .product-acontent-bottom .action .htcompare-btn, .wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button {
	font-size: 14px;
	height: 34px;
	padding: 0 10px;
	line-height: 34px;
	background: #fff;
	text-align: center;
	text-align: center;
	border-radius: 50000px;
	color: #333;
	margin-left: 10px;
	display: inline-block;
}

.wl_product-accordion .card-body .product-content .action .wishlist a, .wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button {
	padding: 3px 10px;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .wishsuite-button svg {
	width: 15px;
	height: 15px;
}

.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator {
	color: #3951e1;
}

.wl_single-product-item ul.action a.htcompare-btn.loading {
	padding: 0;
}

.wl_single-product-item ul.action a.htcompare-btn.added:after {
	display: none;
}

@media only screen and (max-width:479px) {
	.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator {
		right: 15px;
	}
}

.wl_product-accordion.wl_product-accordion-two .wl_product-accordion-card .wl_product-accordion-head-indicator i {
	color: #3951e1;
}

.wl_horizontal-hover-accordion {
	width: 100%;
	max-width: 1080px;
	height: 600px;
	overflow: hidden;
}

.wl_horizontal-hover-accordion .accordion-ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.wl_horizontal-hover-accordion .accordion-ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 16.666%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content {
	display: block;
	overflow: hidden;
	width: 100%;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
	width: 100%;
	width: 100%;
	position: relative;
	position: relative;
	z-index: 3;
	z-index: 5;
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-webkit-transition: all 400ms ease;
	-o-transition: all 200ms ease;
	-o-transition: all 400ms ease;
	transition: all 200ms ease;
	transition: all 400ms ease;
	opacity: 0;
	margin: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media only screen and (max-width:767px) {
	.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item {
		padding: 30px 20px;
	}
}

@media only screen and (max-width:575px) {
	.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item {
		padding: 30px 20px;
	}
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content {
	background: rgba(255, 255, 255, .9);
	width: 250px;
	padding: 20px;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title {
	margin-bottom: 0;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .sub-title a {
	font-size: 12px;
	color: #000;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title {
	margin: 0;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .title a {
	color: #333;
	margin: 0;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price {
	color: #0a3aca;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 10px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .product-price {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .reading {
	margin-top: 20px;
	color: #75828e;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action {
	margin-top: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.action-item, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.htcompare-btn, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a {
	height: 35px;
	padding: 0 9px;
	line-height: 35px;
	background: transparent;
	text-align: center;
	border-radius: 35px;
	border: 1px solid #0a3aca;
	color: #333;
	margin-right: 10px;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.wishsuite-button svg {
	width: 15px;
	height: 15px;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item i {
	margin-right: 5px;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-to-wishlist a {
	padding: 2px 9px;
	display: inline-block;
}

.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action .yith-wcwl-add-button>a i, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .yith-wcwl-add-button>a i {
	margin-right: 0;
}

.wl_horizontal-hover-accordion .accordion-ul:hover li {
	width: 8%;
}

.wl_horizontal-hover-accordion .accordion-ul:hover li:hover {
	width: 20%;
}

.wl_horizontal-hover-accordion .accordion-ul:hover li:hover .accordion-product-item {
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .star-rating {
	float: none;
}

@media only screen and (max-width:575px) {
	.wl_horizontal-hover-accordion .accordion-ul:hover li:hover {
		width: 114%;
	}
}

.va-title {
	font-size: 20px;
}

.va-content {
	display: none;
	margin-left: 25px;
}

.wl_product-accordion .wishlist.button-default i {
	margin-right: 0;
}

.wl_product-accordion .action .woocommerce.product.compare-button {
	position: relative;
}

.wl_product-accordion .ht-product-action-tooltip, .wl_horizontal-hover-accordion .ht-product-action-tooltip {
	display: none;
}

.wl_product-accordion .yith-wcwl-add-to-wishlist, .wl_horizontal-hover-accordion .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button {
	position: relative;
	margin-top: -3px;
}

.wl_product-accordion .woocommerce.product.compare-button a {
	font-size: 0;
	font-weight: 400;
	position: absolute;
	padding: 0;
}

.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a {
	text-indent: -9999px;
	background: inherit;
	margin-bottom: -10px;
	padding: 0;
}

.wl_product-accordion .action .woocommerce.product.compare-button a:before, .wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before, .wl_single-product-item .action li .woolentor-compare.compare::before {
	content: "";
	position: absolute;
	font-family: FontAwesome !important;
	font-size: 18px;
}

.wl_product-accordion .action .woocommerce.product.compare-button a:before {
	top: 0;
}

.wl_horizontal-hover-accordion .action .woocommerce.product.compare-button a:before {
	text-indent: 0;
	left: 0;
	right: 0;
	color: #000;
	border: 1px solid #0a3aca;
	width: 37px;
	height: 37px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
}

.wl_product-accordion-content .price ins {
	background: transparent;
}

.wl_single-product-item a {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

.wl_single-product-item a.htcompare-btn {
	justify-content: center;
}

.wl_single-product-item {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #eeeffb;
	border-radius: 10000px 10000px 20px 20px;
	background: #f7f7f7;
}

.wl_single-product-item .product-thumbnail {
	border: 15px solid #fff;
	text-align: center;
	border-radius: 50000px;
	position: relative;
	z-index: 9;
	background: #fff;
}

.wl_single-product-item .product-thumbnail .images {
	width: 100% !important;
	-webkit-box-shadow: 0 0 6px rgba(112, 112, 112, .2);
	box-shadow: 0 0 6px rgba(112, 112, 112, .2);
	border-radius: 50%;
	margin-bottom: 0 !important;
}

.wl_single-product-item .product-thumbnail .images img {
	display: inline-block;
	border-radius: 100%;
	width: 100%;
}

@media only screen and (max-width:767px) {
	.wl_single-product-item .product-thumbnail {
		height: auto;
	}
}

@media only screen and (max-width:575px) {
	.wl_single-product-item .product-thumbnail {
		height: auto;
	}
}

.wl_single-product-item .product-content {
	margin-top: -124px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wl_single-product-item .product-content .product-content-top {
	padding: 140px 20px 10px;
}

.wl_single-product-item .product-content .product-content-top .title {
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	text-transform: inherit;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top .title a {
	color: #fff;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top p {
	font-weight: 400;
	font-size: 14px;
}

.wl_single-product-item .product-content .product-content-top .title a {
	color: #333;
}

.wl_single-product-item .product-content .product-content-top .title a:hover {
	color: #0a3aca;
}

.wl_single-product-item .product-content .product-content-top .product-price {
	color: #0a3aca;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 15px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.wl_single-product-item .product-content .product-content-top .product-price {
		margin-bottom: 5px;
		margin-top: 5px;
	}
}

.wl_single-product-item .product-content .product-content-top .reading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.wl_single-product-item .product-content .action {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #4e7cff;
	padding: 10px 30px;
	border-radius: 0 0 5px 5px;
	margin: 0;
	list-style: none;
}

.wl_single-product-item .product-content .action li {
	margin: 0;
	position: relative;
	line-height: 0;
}

.wl_single-product-item .product-content .action li a, .wl_single-product-item .product-content .action .action-item {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #285ffc;
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.wl_single-product-item .product-content .action li .yith-wcwl-wishlistaddedbrowse.hide a, .wl_single-product-item .product-content .action li a.add_to_wishlist {
	padding: 3px;
}

.wl_single-product-item .product-content .action .action-item:hover {
	background: #2b2b4c;
}

.wl_single-product-item.wl_left-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	border-radius: 500px 0 0 500px;
}

@media only screen and (max-width:575px) {
	.wl_single-product-item.wl_left-item {
		display: inherit;
		border-radius: 500px 500px 5px 5px;
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
}

.wl_single-product-item.wl_left-item .product-thumbnail {
	height: 270px;
	width: 340px;
	line-height: 200px;
}

.wl_single-product-item.wl_left-item .product-thumbnail .images {
	height: 100%;
	width: 100%;
	line-height: initial;
	-webkit-box-shadow: 0 0 6px rgba(112, 112, 112, .2);
	box-shadow: 0 0 6px rgba(112, 112, 112, .2);
	border-radius: 50%;
}

@media only screen and (max-width:575px) {
	.wl_single-product-item.wl_left-item .product-thumbnail {
		height: 270px;
		width: 270px;
	}
}

.wl_single-product-item.wl_left-item .product-content {
	margin-top: 0;
	margin-left: -144px;
	width: 100%;
}

@media only screen and (max-width:575px) {
	.wl_single-product-item.wl_left-item .product-content {
		margin-top: 0;
		margin-left: 0;
	}
}

.wl_single-product-item.wl_left-item .product-content .product-price {
	margin-bottom: 5px;
	margin-top: 5px;
}

.wl_single-product-item.wl_left-item .product-content .product-content-top {
	padding: 30px 20px 12px 165px;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px) {
	.wl_single-product-item.wl_left-item .product-content .product-content-top {
		padding: 10px 20px 10px 170px;
	}
}

@media only screen and (max-width:575px) {
	.wl_single-product-item.wl_left-item .product-content .product-content-top {
		padding: 10px 20px 12px 10px;
	}
}

.wl_single-product-item.wl_left-item .product-content .action {
	padding: 10px 30px 10px 150px;
	border-radius: 0 0 5px 5px;
}

@media only screen and (min-width:992px) and (max-width:1199px),only screen and (max-width:767px) {
	.wl_single-product-item.wl_left-item .product-content .action {
		padding: 10px 20px 10px 150px;
	}
}

@media only screen and (max-width:575px) {
	.wl_single-product-item.wl_left-item .product-content .action {
		padding: 10px 20px;
	}
}

.wl_single-product-item.wl_dark-item .product-thumbnail {
	border: 15px solid #707070;
}

.wl_single-product-item.wl_dark-item .product-thumbnail .images {
	-webkit-box-shadow: 0 0 6px rgba(112, 112, 112, .2);
	box-shadow: 0 0 6px rgba(112, 112, 112, .2);
}

.wl_single-product-item.wl_dark-item .product-content {
	background: #2b2b4c;
	color: #fff;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top {
	padding: 140px 20px 10px;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top .title {
	color: #fff;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top .product-price {
	color: #fff;
}

.wl_single-product-item.wl_dark-item .product-content .product-content-top .reading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #75828e;
}

.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-left: -3px;
	margin-right: -3px;
}

.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 3;
	margin-left: -5px;
	margin-right: -5px;
}

.ht-products .ht-product.ht-product-content-allcenter .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting, .ht-products .ht-product.ht-product-ratting-top-right .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
	position: inherit;
}

.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-price {
	margin-bottom: 25px;
}

.ht-products .ht-product.ht-product-category-right-bottom .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting {
	margin-top: 8px;
}

.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting .ht-product-user-ratting i, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting .ht-product-user-ratting i {
	color: #dc9a0e;
}

.ht-products .wl_single-product-item .product-content .product-content-top .reading .top-rated-rating .ht-product-ratting i, .ht-products .ht-product .ht-product-inner .ht-product-content .ht-product-content-inner .ht-product-ratting-wrap .ht-product-ratting i {
	color: #aaa;
}

.wl_single-product-item .action li .woolentor-compare.compare::before {
	left: 50%;
	top: 60%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 18px;
	width: 100%;
	height: 100%;
}

.wl_single-product-item .product-content .action li a:hover {
	background: #2b2b4c;
}

.wl_single-product-item .product-content .action span.ht-product-action-tooltip {
	display: none;
}

.wl_single-product-item .product-content .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.wl_single-product-item .product-content .yith-wcwl-add-button>a i {
	margin-right: 0;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .btn_cart {
	position: relative;
}

.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.action-item.added, .wl_single-product-item .product-content .action .action-item.added {
	display: none;
}

.wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward {
	font-size: 0;
	margin-right: 30px;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward {
	font-size: 0;
	margin-right: 30px;
}

.wl_single-product-item .product-content .action a.added_to_cart.wc-forward {
	text-indent: -9999px;
	padding: 0;
}

.wl_single-product-item .product-content .action .action-item.loading:before {
	position: absolute;
	text-indent: 0;
	content: "";
	font-family: WooCommerce;
	left: 0;
	right: 0;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_single-product-item .product-content .action a.added_to_cart.wc-forward:after {
	position: absolute;
	text-indent: 0;
	content: "";
	font-family: WooCommerce;
	left: 0;
	right: 0;
	font-size: 18px;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after, .wl_shop-accordion-wrap .card-body .product-content .product-acontent-bottom .action a.added_to_cart.wc-forward:after {
	font-size: 18px;
	background: #fff;
	display: inline-table;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	padding: 0 9px;
	margin-right: 70px;
	color: #333;
}

.wl_product-accordion .card-body .product-content .product-acontent-bottom .action .action-item.added, .wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action .action-item.added {
	display: none;
}

.wl_horizontal-hover-accordion .accordion-ul li .accordion-product-content .accordion-product-item .product-content .action a.added_to_cart.wc-forward {
	height: 35px;
	padding: 0 9px;
	line-height: 35px;
	background: transparent;
	text-align: center;
	border-radius: 35px;
	border: 1px solid #0a3aca;
	color: #333;
	margin-right: 10px;
}

.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
	padding: 40px 50px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

@media only screen and (max-width:767px) {
	.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
		padding: 40px 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.woolentor-horizontal-filter-wrap .woolentor-heaer-box-area {
		padding: 40px 20px;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width:767px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}

@media only screen and (max-width:767px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side {
		margin-bottom: 0;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area {
	margin-right: 20px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart {
	background-color: #3326ae;
	color: #fff;
	padding: 8px 25px;
	border-radius: 25px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-all-cart i {
	margin-right: 10px;
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-check-all-area {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-left-side .htpt-label-for-checkbox {
		margin-bottom: 5px;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-header-right-side {
		margin-top: 20px;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box {
	position: relative;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-filter-custom {
	margin-left: 20px;
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box {
		margin-right: 10px;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box {
	border: none;
	background: #eeeffb;
	padding: 10px 36px 10px 20px;
	border-radius: 25px;
	height: 40px;
	position: relative;
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-box {
		padding: 10px 36px 10px 10px;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area .woolentor-search-input-box .input-inner-btn {
	position: absolute;
	background: transparent;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	font-size: 16px;
	padding: 0;
	color: #222;
}

.woolentor-horizontal-filter-wrap .woolentor-search-filter-custom .filter-icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #eeeffb;
	border-radius: 50%;
	display: inline-block;
	color: #222;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-area {
	border-top: 1px solid #eff6ff;
	padding-top: 20px;
	margin-top: 20px;
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-field-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width:575px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item {
	margin-left: 20px;
	margin-top: 10px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item:first-child {
	margin-left: 0;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item label {
	display: block;
	margin-bottom: 10px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item .select2-container {
	width: 120px !important;
	height: 40px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
	margin-top: 10px;
}

@media only screen and (max-width:767px) {
	.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .clear-filter {
		width: 100%;
	}
	
	.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item {
		margin-left: 10px;
	}
}

.woolentor-horizontal-filter-wrap .select2-container .select2-selection--single {
	border-radius: 25px;
	height: 40px;
	padding: 5px 25px 5px 10px;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	outline: none;
}

.woolentor-horizontal-filter-wrap .select2-container .select2-selection--multiple {
	outline: none;
}

.woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .woolentor-horizontal-filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection {
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEBAMAAACw6DhOAAAAAXNSR0IB2cksfwAAABtQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlFHiIAAAAAl0Uk5TADDQEGDgsH+gqt7HtgAAABxJREFUeJxjUGRgaWAQFXAyYGAMV2ZgYBAzYAAAFkEB/mV0U4sAAAAASUVORK5CYII=") no-repeat center right 10px;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection.nitro-lazy {
	background-image: none !important;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection--multiple {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 40px;
	padding: 5px;
	height: 40px;
	border-radius: 25px;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__rendered {
	display: inline;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection__choice {
	background-color: transparent;
	border: none;
	border-radius: 25px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 0;
	padding: 0;
	font-size: 14px;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	align-items: center;
	width: auto;
}

.woolentor-horizontal-filter-wrap .select2-container.select2-container--default .selection .select2-selection .select2-results__option {
	padding-right: 20px;
	vertical-align: middle;
	font-size: 16px;
	padding: 3px 7px;
	font-weight: 600;
}

.woolentor-select-drop span.select2-dropdown .select2-results__option {
	display: block;
}

.woolentor-horizontal-filter-wrap .select2-container .select2-search--inline .select2-search__field {
	font-size: 15px;
	max-width: 100px;
	padding-right: 13px;
	height: inherit;
	min-height: inherit;
	line-height: inherit;
	margin: 0;
}

.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 16px;
	margin-bottom: -5px;
	margin-left: 6px;
}

.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox .input-checkbox {
	opacity: 0;
	line-height: 1;
	height: inherit;
	display: none;
}

.woolentor-horizontal-filter-wrap .htpt-label-for-checkbox>span {
	display: inline-block;
	text-transform: inherit;
	position: relative;
	line-height: 1;
	font-size: 14px;
	font-weight: 400;
}

.woolentor-horizontal-filter-wrap .clear-filter {
	background: transparent;
	padding: 0;
	border: none;
	margin-left: 20px;
	color: #4e7cff;
	font-size: 14px;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-field-wrap .woolentor-filter-single-item.woolentor-states-input-auto .select2-container {
	width: auto !important;
	min-width: 120px;
	overflow: hidden;
	height: 40px;
}

div[class*="woolentor-single-select-drop"] .select2-results__option::before {
	border-radius: 100%;
}

.woolentor-select-drop .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #ddd;
	color: #fff;
}

.woolentor-filter-single-item button.select2-selection__choice__remove, .woolentor-filter-single-item .select2-selection__clear {
	display: none !important;
	margin-left: 0 !important;
}

.woolentor-filter-single-item .select2-selection__choice {
	position: relative;
	margin-left: 0;
}

.woolentor-filter-single-item .select2-selection__choice::after {
	position: absolute;
	content: ",";
	right: 0;
}

.woolentor-filter-single-item .select2-selection__choice:last-child::after {
	content: "";
}

.woolentor-select-drop .select2-results__option[role="alert"] {
	border-radius: 10px 10px 10px 10px !important;
}

.woolentor-select-drop .select2-results__option[role="alert"]:before {
	display: none;
}

.woolentor-select-drop .select2-results__option {
	font-size: 14px;
	background-color: #fff;
	max-height: 300px;
	font-weight: 600;
	width: 100%;
}

.woolentor-select-drop .select2-results__option:before {
	content: "";
	display: inline-block;
	position: relative;
	height: 14px;
	width: 14px;
	border: 1px solid #555;
	border-radius: 2px;
	background-color: #fff;
	margin-right: 10px;
	vertical-align: middle;
	top: -2px;
}

.woolentor-select-drop .select2-results__option--selected:before {
	content: "";
	color: #fff;
	border-color: transparent;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGBAMAAAAMK8LIAAAAAXNSR0IB2cksfwAAACdQTFRFAAAA/////////////////////////////////v7+////////////G9SyqAAAAA10Uk5TAPv+jqCAkm7C9HeGpQYSZbcAAAAjSURBVHicY2BgYHACYpbpQOLgBgZRNmEGhqDGBAYGZi0GBgA3ygPdmgNq/wAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	display: inline-block;
	padding-left: 3px;
	background-color: #00426e;
}

.woolentor-select-drop .select2-results__options {
	width: 200px;
	margin: 0;
}

.woolentor-select-drop .select2-results__options li {
	margin: 0;
}

.woolentor-select-drop .select2-results__options li:first-child {
	border-radius: 10px 10px 0 0;
}

.woolentor-select-drop .select2-results__options li:last-child {
	border-radius: 0 0 10px 10px;
}

.woolentor-select-drop .select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
	background-color: #c4c7e0;
	color: #272727;
}

.woolentor-select-drop .select2-container--default .select2-results>.select2-results__options {
	max-height: 300px;
}

.woolentor-select-drop .select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}

.woolentor-select-drop .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 25px;
	height: 20px;
}

.woolentor-filter-single-item .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #c4c7e0;
	border-width: 1px;
	outline: none;
}

.woolentor-filter-single-item .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.woolentor-select-drop .select2-container--open .select2-dropdown--below {
	border-radius: 10px;
	top: 10px;
	border: 1px solid #ddd;
	width: 202px !important;
}

.woocommerce-page .woolentor-select-drop .select2-container .select2-dropdown {
	padding: 0;
}

form.woolentor-header-search-form {
	margin-bottom: 0;
}

.woolentor-horizontal-filter-wrap .woolentor-filter-header-top-area [class*="woolentor-"] i {
	line-height: 40px;
}

.woolentor-filter-single-item.woolentor-states-input-auto input.select2-search__field {
	width: auto !important;
}

.woolentor-select-drop span.select2-container.select2-container--default.select2-container--open {
	top: revert !important;
}

.woolentor-breadcrumb span.breadcrumb-separator {
	margin: 0 10px;
}

.woolentor-breadcrumb span.breadcrumb-separator svg {
	fill: currentColor;
}

.woolentor-product-same-height .woolentor-recently-viewed-product {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.woolentor-product-same-height .woolentor-recently-viewed-product .woolentor-recently-view-content {
	flex: 1 0;
}

.woolentor-recently-viewed-product {
	margin-bottom: 20px;
	overflow: hidden;
}

.woolentor-recently-view-content {
	padding: 20px;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	border-top: 0;
}

.woolentor-recently-view-image {
	position: relative;
}

.woolentor-recently-view-image a {
	display: block;
}

.woolentor-recently-view-image a img {
	width: 100%;
}

.woolentor-recently-view-image .ht-product-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	top: 10px;
	z-index: 3;
	right: 15px;
}

.woolentor-recently-view-title {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}

.woolentor-recently-view-title a {
	color: #444;
}

.woolentor-recently-view-title a:hover {
	color: #dc9a0e;
}

.woolentor-recently-view-price span {
	line-height: 1;
	font-weight: 700;
	font-size: 20px;
	color: #444;
}

.woolentor-recently-view-content :is(.button, .added_to_cart) {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 18px;
}

.woolentor-no-view-product {
	padding: 15px 15px 15px 20px;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	background-color: #fff;
}

.woolentor-page-template {
	width: 100%;
}

.woolentor_current_theme_hello-elementor.woocommerce .quantity .qty {
	padding-left: inherit;
	padding-right: inherit;
	text-align: center;
}

.woolentor_current_theme_twentytwentyone.woocommerce span.onsale, .woolentor_current_theme_twentytwentyone span.onsale {
	left: auto;
}

.woolentor_current_theme_blocksy .woolentor-page-template form.woocommerce-checkout {
	display: block;
}

.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale {
	display: none !important;
}

.woolentor_current_theme_blocksy .elementor-widget-woolentor-product-archive-addons.woolentor-sale-status-yes ul.products li.product span.onsale {
	display: inline-flex !important;
}

.woolentor_current_theme_blocksy a.htcompare-btn {
	display: flex !important;
	margin-top: 5px;
}

.woolentor_current_theme_blocksy .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2), .woolentor_current_theme_woostify .elementor-edit-area div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block;
	padding: 3px;
}

.elementor-edit-area .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
	display: none;
}

.woolentor_current_theme_woostify .elementor-widget-wl-single-product-image .woostify-container .product-gallery {
	width: 100%;
}

.woocommerce-cart .woolentor-page-template .woocommerce:not(.ht-row) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

@media (min-width:992px) and (max-width:1200px) {
	.cus-col-5.ht-col-md-6 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.elementor-section .elementor-container {
		padding: 0 15px;
	}
	
	.elementor-section.elementor-section-full_width .elementor-container {
		padding: 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.cus-col-5.ht-col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.elementor-section .elementor-container {
		padding: 0 15px;
	}
	
	.elementor-section.elementor-section-full_width .elementor-container {
		padding: 0;
	}
	
	.wl-columns-tablet-1 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wl-columns-tablet-2 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wl-columns-tablet-3 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333%;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.wl-columns-tablet-4 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wl-columns-tablet-5 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wl-columns-tablet-6 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666%;
		-ms-flex: 0 0 16.666%;
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.wl-columns-tablet-7 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285%;
		-ms-flex: 0 0 14.285%;
		flex: 0 0 14.285%;
		max-width: 14.285%;
	}
	
	.wl-columns-tablet-8 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.wl-columns-tablet-9 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111%;
		-ms-flex: 0 0 11.111%;
		flex: 0 0 11.111%;
		max-width: 11.111%;
	}
	
	.wl-columns-tablet-10 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	[class*="woolentorducts-columns-"] ul.products li.product {
		width: calc(50% - 15px) !important;
		margin-right: 15px !important;
	}
	
	.woolentorducts-columns-tablet-1 ul.products li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.woolentorducts-columns-tablet-2 ul.products[class*="columns-"] li.product {
		width: calc(50% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-tablet-3 ul.products[class*="columns-"] li.product {
		width: calc(33.33% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-tablet-4 ul.products[class*="columns-"] li.product {
		width: calc(25% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-tablet-5 ul.products[class*="columns-"] li.product {
		width: calc(19% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-tablet-6 ul.products[class*="columns-"] li.product {
		width: calc(16% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	[class*="woolentorducts-columns-tablet-"] ul.products[class*="columns-"] li.product.first {
		clear: none !important;
	}
	
	.woolentorducts-columns-tablet-6 ul.products[class*="columns-"] li.product:nth-child(6n), .woolentorducts-columns-tablet-5 ul.products[class*="columns-"] li.product:nth-child(5n), .woolentorducts-columns-tablet-4 ul.products[class*="columns-"] li.product:nth-child(4n), .woolentorducts-columns-tablet-3 ul.products[class*="columns-"] li.product:nth-child(3n), .woolentorducts-columns-tablet-2 ul.products[class*="columns-"] li.product:nth-child(2n), .woolentorducts-columns-tablet-1 ul.products[class*="columns-"] li.product {
		margin-right: 0 !important;
	}
}

@media (max-width:767px) {
	.cus-col-5.ht-col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.woolentor-banner-img, .woolentor-content {
		float: none;
	}
	
	.product-tab-list .nav a {
		margin-bottom: 10px;
		margin-right: 10px;
		padding: 5px 10px;
	}
	
	.elementor-section .elementor-container {
		padding: 0 15px;
	}
	
	.elementor-section.elementor-section-full_width .elementor-container {
		padding: 0;
	}
	
	.woolentor-notification-content {
		width: 90%;
	}
	
	.woolentor-sticky-btn-area {
		justify-content: start;
		margin-top: 15px;
	}
	
	.wl-columns-mobile-1 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wl-columns-mobile-2 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wl-columns-mobile-3 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333%;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.wl-columns-mobile-4 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wl-columns-mobile-5 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wl-columns-mobile-6 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666%;
		-ms-flex: 0 0 16.666%;
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.wl-columns-mobile-7 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 14.285%;
		-ms-flex: 0 0 14.285%;
		flex: 0 0 14.285%;
		max-width: 14.285%;
	}
	
	.wl-columns-mobile-8 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 12.5%;
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	
	.wl-columns-mobile-9 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 11.111%;
		-ms-flex: 0 0 11.111%;
		flex: 0 0 11.111%;
		max-width: 11.111%;
	}
	
	.wl-columns-mobile-10 .wl-row>[class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	
	.product-slider .slick-arrow.slick-next {
		right: 0;
	}
	
	.product-slider .slick-arrow {
		left: 0;
	}
	
	.content-woolentorquickview.entry-summary, .ht-qwick-view-left {
		padding-right: 15px;
	}
	
	[class*="woolentorducts-columns-"] ul.products li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.woolentorducts-columns-mobile-1 ul.products li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product {
		width: calc(50% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-mobile-3 ul.products[class*="columns-"] li.product {
		width: calc(33.33% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-mobile-4 ul.products[class*="columns-"] li.product {
		width: calc(25% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-mobile-5 ul.products[class*="columns-"] li.product {
		width: calc(19% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	.woolentorducts-columns-mobile-6 ul.products[class*="columns-"] li.product {
		width: calc(16% - 15px) !important;
		margin-right: 15px !important;
		float: left;
	}
	
	[class*="woolentorducts-columns-mobile-"] ul.products[class*="columns-"] li.product.first {
		clear: none !important;
	}
	
	.woolentorducts-columns-mobile-6 ul.products[class*="columns-"] li.product:nth-child(6n), .woolentorducts-columns-mobile-5 ul.products[class*="columns-"] li.product:nth-child(5n), .woolentorducts-columns-mobile-4 ul.products[class*="columns-"] li.product:nth-child(4n), .woolentorducts-columns-mobile-3 ul.products[class*="columns-"] li.product:nth-child(3n), .woolentorducts-columns-mobile-2 ul.products[class*="columns-"] li.product:nth-child(2n), .woolentorducts-columns-mobile-1 ul.products[class*="columns-"] li.product {
		margin-right: 0 !important;
	}
	
	.woolentor_current_theme_storefront span.woolentor-order-item-title {
		display: block;
	}
	
	.ht-tab-menus {
		margin-bottom: 20px;
	}
	
	.ht-tab-menus li {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.woolentor-qrcode img {
	display: inline-block;
}

.wp-embed-responsive .wp-block {
	outline: 0;
}

.sli {
	font-family: "simple-line-icons";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sli-user:before {
	content: "";
}

.sli-people:before {
	content: "";
}

.sli-user-female:before {
	content: "";
}

.sli-user-follow:before {
	content: "";
}

.sli-user-following:before {
	content: "";
}

.sli-user-unfollow:before {
	content: "";
}

.sli-login:before {
	content: "";
}

.sli-logout:before {
	content: "";
}

.sli-emotsmile:before {
	content: "";
}

.sli-phone:before {
	content: "";
}

.sli-call-end:before {
	content: "";
}

.sli-call-in:before {
	content: "";
}

.sli-call-out:before {
	content: "";
}

.sli-map:before {
	content: "";
}

.sli-location-pin:before {
	content: "";
}

.sli-direction:before {
	content: "";
}

.sli-directions:before {
	content: "";
}

.sli-compass:before {
	content: "";
}

.sli-layers:before {
	content: "";
}

.sli-menu:before {
	content: "";
}

.sli-list:before {
	content: "";
}

.sli-options-vertical:before {
	content: "";
}

.sli-options:before {
	content: "";
}

.sli-arrow-down:before {
	content: "";
}

.sli-arrow-left:before {
	content: "";
}

.sli-arrow-right:before {
	content: "";
}

.sli-arrow-up:before {
	content: "";
}

.sli-arrow-up-circle:before {
	content: "";
}

.sli-arrow-left-circle:before {
	content: "";
}

.sli-arrow-right-circle:before {
	content: "";
}

.sli-arrow-down-circle:before {
	content: "";
}

.sli-check:before {
	content: "";
}

.sli-clock:before {
	content: "";
}

.sli-plus:before {
	content: "";
}

.sli-minus:before {
	content: "";
}

.sli-close:before {
	content: "";
}

.sli-event:before {
	content: "";
}

.sli-exclamation:before {
	content: "";
}

.sli-organization:before {
	content: "";
}

.sli-trophy:before {
	content: "";
}

.sli-screen-smartphone:before {
	content: "";
}

.sli-screen-desktop:before {
	content: "";
}

.sli-plane:before {
	content: "";
}

.sli-notebook:before {
	content: "";
}

.sli-mustache:before {
	content: "";
}

.sli-mouse:before {
	content: "";
}

.sli-magnet:before {
	content: "";
}

.sli-energy:before {
	content: "";
}

.sli-disc:before {
	content: "";
}

.sli-cursor:before {
	content: "";
}

.sli-cursor-move:before {
	content: "";
}

.sli-crop:before {
	content: "";
}

.sli-chemistry:before {
	content: "";
}

.sli-speedometer:before {
	content: "";
}

.sli-shield:before {
	content: "";
}

.sli-screen-tablet:before {
	content: "";
}

.sli-magic-wand:before {
	content: "";
}

.sli-hourglass:before {
	content: "";
}

.sli-graduation:before {
	content: "";
}

.sli-ghost:before {
	content: "";
}

.sli-game-controller:before {
	content: "";
}

.sli-fire:before {
	content: "";
}

.sli-eyeglass:before {
	content: "";
}

.sli-envelope-open:before {
	content: "";
}

.sli-envelope-letter:before {
	content: "";
}

.sli-bell:before {
	content: "";
}

.sli-badge:before {
	content: "";
}

.sli-anchor:before {
	content: "";
}

.sli-wallet:before {
	content: "";
}

.sli-vector:before {
	content: "";
}

.sli-speech:before {
	content: "";
}

.sli-puzzle:before {
	content: "";
}

.sli-printer:before {
	content: "";
}

.sli-present:before {
	content: "";
}

.sli-playlist:before {
	content: "";
}

.sli-pin:before {
	content: "";
}

.sli-picture:before {
	content: "";
}

.sli-handbag:before {
	content: "";
}

.sli-globe-alt:before {
	content: "";
}

.sli-globe:before {
	content: "";
}

.sli-folder-alt:before {
	content: "";
}

.sli-folder:before {
	content: "";
}

.sli-film:before {
	content: "";
}

.sli-feed:before {
	content: "";
}

.sli-drop:before {
	content: "";
}

.sli-drawer:before {
	content: "";
}

.sli-docs:before {
	content: "";
}

.sli-doc:before {
	content: "";
}

.sli-diamond:before {
	content: "";
}

.sli-cup:before {
	content: "";
}

.sli-calculator:before {
	content: "";
}

.sli-bubbles:before {
	content: "";
}

.sli-briefcase:before {
	content: "";
}

.sli-book-open:before {
	content: "";
}

.sli-basket-loaded:before {
	content: "";
}

.sli-basket:before {
	content: "";
}

.sli-bag:before {
	content: "";
}

.sli-action-undo:before {
	content: "";
}

.sli-action-redo:before {
	content: "";
}

.sli-wrench:before {
	content: "";
}

.sli-umbrella:before {
	content: "";
}

.sli-trash:before {
	content: "";
}

.sli-tag:before {
	content: "";
}

.sli-support:before {
	content: "";
}

.sli-frame:before {
	content: "";
}

.sli-size-fullscreen:before {
	content: "";
}

.sli-size-actual:before {
	content: "";
}

.sli-shuffle:before {
	content: "";
}

.sli-share-alt:before {
	content: "";
}

.sli-share:before {
	content: "";
}

.sli-rocket:before {
	content: "";
}

.sli-question:before {
	content: "";
}

.sli-pie-chart:before {
	content: "";
}

.sli-pencil:before {
	content: "";
}

.sli-note:before {
	content: "";
}

.sli-loop:before {
	content: "";
}

.sli-home:before {
	content: "";
}

.sli-grid:before {
	content: "";
}

.sli-graph:before {
	content: "";
}

.sli-microphone:before {
	content: "";
}

.sli-music-tone-alt:before {
	content: "";
}

.sli-music-tone:before {
	content: "";
}

.sli-earphones-alt:before {
	content: "";
}

.sli-earphones:before {
	content: "";
}

.sli-equalizer:before {
	content: "";
}

.sli-like:before {
	content: "";
}

.sli-dislike:before {
	content: "";
}

.sli-control-start:before {
	content: "";
}

.sli-control-rewind:before {
	content: "";
}

.sli-control-play:before {
	content: "";
}

.sli-control-pause:before {
	content: "";
}

.sli-control-forward:before {
	content: "";
}

.sli-control-end:before {
	content: "";
}

.sli-volume-1:before {
	content: "";
}

.sli-volume-2:before {
	content: "";
}

.sli-volume-off:before {
	content: "";
}

.sli-calendar:before {
	content: "";
}

.sli-bulb:before {
	content: "";
}

.sli-chart:before {
	content: "";
}

.sli-ban:before {
	content: "";
}

.sli-bubble:before {
	content: "";
}

.sli-camrecorder:before {
	content: "";
}

.sli-camera:before {
	content: "";
}

.sli-cloud-download:before {
	content: "";
}

.sli-cloud-upload:before {
	content: "";
}

.sli-envelope:before {
	content: "";
}

.sli-eye:before {
	content: "";
}

.sli-flag:before {
	content: "";
}

.sli-heart:before {
	content: "";
}

.sli-info:before {
	content: "";
}

.sli-key:before {
	content: "";
}

.sli-link:before {
	content: "";
}

.sli-lock:before {
	content: "";
}

.sli-lock-open:before {
	content: "";
}

.sli-magnifier:before {
	content: "";
}

.sli-magnifier-add:before {
	content: "";
}

.sli-magnifier-remove:before {
	content: "";
}

.sli-paper-clip:before {
	content: "";
}

.sli-paper-plane:before {
	content: "";
}

.sli-power:before {
	content: "";
}

.sli-refresh:before {
	content: "";
}

.sli-reload:before {
	content: "";
}

.sli-settings:before {
	content: "";
}

.sli-star:before {
	content: "";
}

.sli-symbol-female:before {
	content: "";
}

.sli-symbol-male:before {
	content: "";
}

.sli-target:before {
	content: "";
}

.sli-credit-card:before {
	content: "";
}

.sli-paypal:before {
	content: "";
}

.sli-social-tumblr:before {
	content: "";
}

.sli-social-twitter:before {
	content: "";
}

.sli-social-facebook:before {
	content: "";
}

.sli-social-instagram:before {
	content: "";
}

.sli-social-linkedin:before {
	content: "";
}

.sli-social-pinterest:before {
	content: "";
}

.sli-social-github:before {
	content: "";
}

.sli-social-google:before {
	content: "";
}

.sli-social-reddit:before {
	content: "";
}

.sli-social-skype:before {
	content: "";
}

.sli-social-dribbble:before {
	content: "";
}

.sli-social-behance:before {
	content: "";
}

.sli-social-foursqare:before {
	content: "";
}

.sli-social-soundcloud:before {
	content: "";
}

.sli-social-spotify:before {
	content: "";
}

.sli-social-stumbleupon:before {
	content: "";
}

.sli-social-youtube:before {
	content: "";
}

.sli-social-dropbox:before {
	content: "";
}

.sli-social-vkontakte:before {
	content: "";
}

.sli-social-steam:before {
	content: "";
}

/*!/wp-content/plugins/woolentor-addons/assets/css/product-grid.css*/
.wp-embed-responsive .wp-block {
	outline: 0;
}

.woolentor-products.wl-row {
	clear: both;
}

.ht-overflow-hidden {
	overflow: hidden;
}

.ht-product-2 .ht-product-image-wrap-2 {
	position: relative;
	margin-bottom: 15px;
}

.ht-product-2 .ht-product-image-wrap-2 a {
	display: block;
}

.ht-product-2 .ht-product-image-wrap-2 a.htcompare-btn {
	justify-content: center;
}

.ht-product-2 .ht-product-image-wrap-2 a, .ht-product-2 .ht-product-image-wrap-2 a img {
	width: 100%;
}

.ht-product-2 .ht-product-image-wrap-2 a img.ht-product-img-zoom {
	transition: all .7s ease 0s;
	transform: scale(1);
	width: 100%;
}

.ht-product-2 .ht-product-image-wrap-2 a img.ht-hover-img {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 20px);
	transition: .7s;
	z-index: 8;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges {
	position: absolute;
	z-index: 9;
	top: 18px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-right {
	right: 20px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges.ht-badges-left {
	left: 20px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-badges span {
	display: inline-block;
	color: #fff;
	line-height: 1;
	background-color: #000;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 8px;
	border-radius: 3px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options {
	position: absolute;
	z-index: 7;
	z-index: 9;
	bottom: 20px;
	left: 20px;
	visibility: hidden;
	width: calc(100% - 40px);
	padding: 15px 10px 20px;
	transition: all .7s ease 0s;
	transform: translateY(50%);
	opacity: 0;
	background-color: #fff;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul:not(:last-child) {
	margin-bottom: 10px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li {
	margin: 0 4px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a {
	width: 16px;
	height: 16px;
	font-size: 0;
	display: inline-block;
	border-radius: 50%;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.black {
	background-color: #000;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.red {
	background-color: #b2483c;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.colors li a.blue {
	background-color: #1e73be;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li {
	margin: 0 4px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a {
	font-size: 15px;
	opacity: .5;
	line-height: 1;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-options ul.sizes li a:hover {
	opacity: 1;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 {
	position: absolute;
	left: 20px;
	top: 15px;
	display: flex;
	flex-direction: column;
	z-index: 9;
}

.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li {
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease 0s;
	margin: 5px 0 5px -20px;
	position: relative;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a {
	font-size: 16px;
	color: #444;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	left: auto !important;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.loading, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.loading {
	padding: 0;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.loading::after {
	top: 7px;
	right: 10px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a.htcompare-btn.added::after, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn.added::after, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn.added::after, .elementor-widget-wl-product-grid .woolentor-products .wishsuite-btn-text, .woolentor_block_product_grid .woolentor-products .wishsuite-btn-text {
	display: none;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*="ht-addtocart"] a {
	position: relative;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap [class*="ht-addtocart"] a.woolentor-product-addtocart.loading::after {
	font-family: WooCommerce;
	content: "";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.added {
	display: none;
}

.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.wc-forward {
	padding: 0;
}

.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"]::before {
	content: "";
	font-family: WooCommerce;
}

.ht-product-2 [class*="ht-product-action"] .wlgrid-cart-btn a.loading i[class*="fa-"] {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-product-addtocart.loading {
	padding-left: 20px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i {
	color: inherit;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a.woolentor-button-icon-right {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare::before {
	bottom: 0;
	top: 0;
	align-items: center;
}

.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li a .ht-product-action-tooltip {
	display: none;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a i {
	line-height: 40px;
	margin: 0;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1) {
	transition-delay: .2s;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2) {
	transition-delay: .1s;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3) {
	transition-delay: 0s;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover {
	border: 1px solid #dc9a0e;
	background-color: #dc9a0e;
	color: #fff;
}

.woolentor-grid-style-2 .ht-product-content-2 {
	text-align: center;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	z-index: 9;
	transform: translateX(-50%);
	align-items: center;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li {
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	transform: translateY(20px);
	display: block;
	float: left;
	height: 48px;
	width: 48px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	background-color: #dc9a0e;
	width: 100%;
	height: 100%;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist {
	border: none;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist a i {
	margin: 0;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist .yith-wcwl-add-to-wishlist, .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlwishlist div {
	height: 100%;
	margin: 0;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-cart-btn {
	width: calc(100% - 48px - 48px);
	transition-delay: .1s;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-product-addtocart:not(.woolentor-button-icon-right) i {
	margin-right: 7px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right {
	flex-direction: row-reverse;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentor-button-icon-right i {
	margin-left: 7px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li.wlgrid-quickview {
	transition-delay: .2s;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a.woolentorquickview {
	border-left: 1px solid rgba(255, 255, 255, .2);
	margin: 0;
	margin-left: -1px;
}

.ht-product-2 .ht-product-image-wrap-2 .ht-product-action-3 ul li a:hover {
	background-color: #000;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-content-2 .ht-product-ratting-2 {
	margin: 10px 0 3px;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 9;
	top: auto;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul {
	display: flex;
	justify-content: center;
	text-align: center;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li {
	width: 46px;
	height: 46px;
	display: block;
	border-radius: 100%;
	transition: all .3s ease 0s;
	transform: scale3d(0, 0, 0);
	margin: 0 4px;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a {
	background: #fff;
	color: #444;
	text-align: center;
	font-size: 16px;
	display: block;
	margin: 0 4px;
	border: 1px solid #e6e6e6;
	height: 100%;
	width: 100%;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li .woolentor-compare.compare::before {
	left: 3px;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li i {
	line-height: 46px;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(1) {
	transition: all .3s;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(2) {
	transition: all .6s;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li:nth-child(3) {
	transition: all .9s;
}

.woolentor-grid-style-3 .ht-product-2 .ht-product-image-wrap-2 .ht-product-action-2 ul li a:hover {
	border: 1px solid #dc9a0e;
	background-color: #dc9a0e;
	color: #fff;
}

.ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li .yith-wcwl-add-to-wishlist, .ht-product-2 .ht-product-image-wrap-2 [class*="ht-product-action"] ul li div {
	margin: 0;
	width: 100%;
	height: 100%;
}

.ht-product-2 .ht-product-content-2.ht-product-content-2-padding {
	padding: 0 20px 20px;
}

.ht-product-2 .ht-product-content-2.ht-product-content-2-hidden {
	transition: all .7s ease 0s;
}

.ht-product-2 .ht-product-content-2.ht-product-content-2-up {
	transition: all .7s ease 0s;
	background-color: #fff;
	padding: 20px 20px 15px;
	position: relative;
	z-index: 9;
}

.ht-product-2 .ht-product-content-2 .ht-product-categories-2 {
	margin: 0 0 5px;
}

.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a {
	color: #dc9a0e;
	font-size: 14px;
	display: block;
}

.ht-product-2 .ht-product-content-2 .ht-product-categories-2 a:hover {
	color: #444;
}

.ht-product-2 .ht-product-content-2 .ht-product-title-2 {
	font-size: 18px;
	margin: 0 0 10px;
}

.ht-product-2 .ht-product-content-2 .ht-product-title-2 a {
	color: #444;
}

.ht-product-2 .ht-product-content-2 .ht-product-title-2 a:hover {
	color: #dc9a0e;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a {
	opacity: 0;
	visibility: hidden;
	margin-right: -30px;
	color: #333;
	display: inline-block;
	font-weight: 500;
	transition: all .5s ease 0s;
}

.ht-product-2 .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a:hover {
	color: #dc9a0e;
}

.ht-product-2 .ht-product-content-2 .ht-product-price-2 {
	line-height: 1;
}

.ht-product-2 .ht-product-content-2 .ht-product-price-2 span {
	color: #444;
	font-size: 16px;
	font-weight: 500;
}

.ht-product-2 .ht-product-content-2 .ht-product-price-2 span.ht-old {
	font-weight: 300;
	font-size: 15px;
	text-decoration: line-through;
	margin-left: 9px;
}

.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 {
	line-height: 1;
	margin: 12px 0 0;
}

.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i {
	font-size: 13px;
	line-height: 14px;
	padding: 0 1px;
	color: #dc9a0e;
}

.ht-product-2 .ht-product-content-2 .ht-product-ratting-2 i.gray {
	color: #5f5d5d;
}

.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart {
	background: #f6f6f6;
	color: #444;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	border-radius: 50%;
	display: inline-block;
	transition: all .3s ease 0s;
}

.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart i {
	line-height: 40px;
}

.ht-product-2 .ht-product-content-2 .ht-addtocart-2 a.woolentor-product-addtocart:hover {
	background-color: #dc9a0e;
	color: #fff;
}

.ht-product-2 .ht-product-content-2-wrap {
	position: relative;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	visibility: hidden;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	transition: all .7s ease 0s;
	transform: translateY(50%);
	opacity: 0;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li {
	width: 48px;
	height: 48px;
	margin: 0 5px;
	text-align: center;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a {
	font-size: 16px;
	color: #fff;
	background-color: #333;
	display: block;
	position: relative;
	border-radius: 50%;
}

:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added:not(.wishsuite-button, .wishlist) {
	display: none;
}

:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart {
	text-indent: -9999px;
	position: relative;
	height: 100%;
	text-align: center;
}

:is(.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6) ul li a.added_to_cart::before {
	content: "";
	text-indent: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 8px;
	left: 0;
	font-family: "Font Awesome 5 Free";
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a:hover {
	background-color: #dc9a0e;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a i {
	line-height: 48px;
	margin: 0;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a .ht-product-action-tooltip, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 .ht-product-action-tooltip {
	display: none;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li .wishlist.button-default, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default {
	margin: 0;
	height: 100%;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare {
	height: 100%;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.htcompare-btn {
	width: 100%;
	justify-content: center;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-5 ul li a.woolentor-compare:before, .ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.woolentor-compare:before {
	display: flex;
	align-items: center;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li {
	display: inline-block;
	width: 50px;
	height: 42px;
	margin: 0 6px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease 0s;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a {
	color: #fff;
	background-color: #333;
	font-size: 16px;
	border-radius: .25rem;
	display: block;
	width: 100%;
	height: 100%;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a.htcompare-btn {
	justify-content: center;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li .wishlist.button-default div {
	height: 100%;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(1) {
	animation-delay: .2s;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(2) {
	animation-delay: .3s;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(3) {
	animation-delay: .4s;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li:nth-child(4) {
	animation-delay: .5s;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a:hover {
	color: #fff;
	background-color: #dc9a0e;
}

.ht-product-2 .ht-product-content-2-wrap .ht-product-action-6 ul li a i {
	line-height: 40px;
	margin: 0;
}

.woocommerce [class*="woolentor-grid-style-"] a.added_to_cart {
	margin-top: 0;
	padding-top: 0;
	margin-left: 5px;
}

.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-product-img-zoom {
	transform: scale(1.2);
}

.ht-product-2:hover .ht-product-image-wrap-2 a img.ht-hover-img {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-options {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li {
	opacity: 1;
	visibility: visible;
	margin: 5px 0 5px 0;
}

.ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-3 ul li {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.woolentor-grid-style-3 .ht-product-2:hover .ht-product-image-wrap-2 .ht-product-action-2 ul li {
	transform: scaleX(1);
	margin: 0 4px;
}

.ht-product-2:hover .ht-product-content-2 .ht-price-addtocart-wrap .ht-addtocart a {
	opacity: 1;
	visibility: visible;
	margin-right: 0;
}

.ht-product-2:hover .ht-product-content-2.ht-product-content-2-hidden {
	visibility: hidden;
	transform: translateY(-20px);
	opacity: 0;
}

.ht-product-2:hover .ht-product-content-2.ht-product-content-2-up {
	transform: translateY(-50px);
}

.ht-product-2:hover .ht-product-action-5 {
	visibility: visible;
	transform: translateY(0);
	opacity: 1;
}

.ht-product-2:hover .ht-product-action-6 ul li {
	visibility: visible;
	opacity: 1;
	animation-duration: .6s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}

.elementor-widget-wl-product-grid .slick-list {
	margin: 0 -15px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

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

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

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

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

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

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

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

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

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

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

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

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

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

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

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

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

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

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

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

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

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

.fa-print:before {
	content: "";
}

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

.fa-font:before {
	content: "";
}

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

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

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

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

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

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

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

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

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

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

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

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

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

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

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

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

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

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

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

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

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

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

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

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

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

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

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

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

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

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

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

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

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

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

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

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

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

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

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

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

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

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

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

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

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

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

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

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

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

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

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

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

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

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

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

.fa-unlock-alt:before {
	content: "";
}

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

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

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

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

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

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

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

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

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

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

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

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

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

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

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

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

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

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

.fa-windows:before {
	content: "";
}

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

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

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

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

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

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

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

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

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

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

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

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

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

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

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

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

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

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

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

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

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

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

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

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

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

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

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

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

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

.fa-ioxhost:before {
	content: "";
}

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

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

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

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

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

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

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

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

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

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

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

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

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

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

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

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

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

.fa-clone:before {
	content: "";
}

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

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

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

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

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

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

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

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

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

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

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

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

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

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

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

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

.fa-volume-control-phone:before {
	content: "";
}

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

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

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

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

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

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

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

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
