.auto-style-1 { padding: 20px }
.auto-style-2 { font-size: 16px; font-weight: bold }
.auto-style-3 { color: #fff; text-decoration: none; font-weight: bold }
.auto-style-4 { font-size: 16px; color: #1d3684; font-weight: bold }

/* Extracted <style> blocks */
.has-text-align-justify {
			text-align: justify;
		}

.wp-block-audio figcaption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-audio figcaption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-audio {
			margin: 0 0 1em
		}

		.wp-block-code {
			border: 1px solid #ccc;
			border-radius: 4px;
			font-family: Menlo, Consolas, monaco, monospace;
			padding: .8em 1em
		}

		.wp-block-embed figcaption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-embed figcaption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-embed {
			margin: 0 0 1em
		}

		.blocks-gallery-caption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .blocks-gallery-caption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-image figcaption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-image figcaption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-image {
			margin: 0 0 1em
		}

		.wp-block-pullquote {
			border-top: 4px solid;
			border-bottom: 4px solid;
			margin-bottom: 1.75em;
			color: currentColor
		}

		.wp-block-pullquote__citation,
		.wp-block-pullquote cite,
		.wp-block-pullquote footer {
			color: currentColor;
			text-transform: uppercase;
			font-size: .8125em;
			font-style: normal
		}

		.wp-block-quote {
			border-left: .25em solid;
			margin: 0 0 1.75em;
			padding-left: 1em
		}

		.wp-block-quote cite,
		.wp-block-quote footer {
			color: currentColor;
			font-size: .8125em;
			position: relative;
			font-style: normal
		}

		.wp-block-quote.has-text-align-right {
			border-left: none;
			border-right: .25em solid;
			padding-left: 0;
			padding-right: 1em
		}

		.wp-block-quote.has-text-align-center {
			border: none;
			padding-left: 0
		}

		.wp-block-quote.is-large,
		.wp-block-quote.is-style-large,
		.wp-block-quote.is-style-plain {
			border: none
		}

		.wp-block-search .wp-block-search__label {
			font-weight: 700
		}

		.wp-block-search__button {
			border: 1px solid #ccc;
			padding: .375em .625em
		}

		:where(.wp-block-group.has-background) {
			padding: 1.25em 2.375em
		}

		.wp-block-separator.has-css-opacity {
			opacity: .4
		}

		.wp-block-separator {
			border: none;
			border-bottom: 2px solid;
			margin-left: auto;
			margin-right: auto
		}

		.wp-block-separator.has-alpha-channel-opacity {
			opacity: 1
		}

		.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
			width: 100px
		}

		.wp-block-separator.has-background:not(.is-style-dots) {
			border-bottom: none;
			height: 1px
		}

		.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
			height: 2px
		}

		.wp-block-table {
			margin: "0 0 1em 0"
		}

		.wp-block-table thead {
			border-bottom: 3px solid
		}

		.wp-block-table tfoot {
			border-top: 3px solid
		}

		.wp-block-table td,
		.wp-block-table th {
			word-break: normal
		}

		.wp-block-table figcaption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-table figcaption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-video figcaption {
			color: #555;
			font-size: 13px;
			text-align: center
		}

		.is-dark-theme .wp-block-video figcaption {
			color: hsla(0, 0%, 100%, .65)
		}

		.wp-block-video {
			margin: 0 0 1em
		}

		.wp-block-template-part.has-background {
			padding: 1.25em 2.375em;
			margin-top: 0;
			margin-bottom: 0
		}

body {
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
			--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
			--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
			--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
			--wp--preset--duotone--midnight: url('#wp-duotone-midnight');
			--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
			--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
			--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		.wp-block-navigation a:where(:not(.wp-element-button)) {
			color: inherit;
		}

		:where(.wp-block-columns.is-layout-flex) {
			gap: 2em;
		}

		.wp-block-pullquote {
			font-size: 1.5em;
			line-height: 1.6;
		}

.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url(../wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			margin-left: 5px;
			position: relative;
			bottom: 5px;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url(../wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			margin-left: 5px;
			position: relative;
			bottom: 5px;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url(../wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			margin-left: 5px;
			position: relative;
			bottom: 5px;
		}

		.elementor-add-new-section .elementor-add-templately-promo-button {
			background-color: #5d4fff;
			background-image: url(../wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/images/templately/logo-icon.svg);
			background-repeat: no-repeat;
			background-position: center center;
			margin-left: 5px;
			position: relative;
			bottom: 5px;
		}

.elementor-90 .elementor-element.elementor-element-86c6171:not(.elementor-motion-effects-element-type-background),
		.elementor-90 .elementor-element.elementor-element-86c6171>.elementor-motion-effects-container>.elementor-motion-effects-layer {
			background-color: #446EA8;
		}

		.elementor-90 .elementor-element.elementor-element-86c6171 {
			transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
			margin-top: 0px;
			margin-bottom: 0px;
			padding: 0px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-86c6171>.elementor-background-overlay {
			transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
		}

		.elementor-90 .elementor-element.elementor-element-bf15144 {
			color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-e372935.elementor-column>.elementor-widget-wrap {
			justify-content: center;
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__container {
			min-height: 18px;
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__submit {
			min-width: 18px;
		}

		body:not(.rtl) .elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__icon {
			padding-left: calc(18px / 3);
		}

		body.rtl .elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__icon {
			padding-right: calc(18px / 3);
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__input,
		.elementor-90 .elementor-element.elementor-element-f0b4fe0.elementor-search-form--button-type-text .elementor-search-form__submit {
			padding-left: calc(18px / 3);
			padding-right: calc(18px / 3);
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0 .elementor-search-form__icon {
			--e-search-form-icon-size-minimal: 17px;
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container {
			border-radius: 22px;
		}

		.elementor-90 .elementor-element.elementor-element-f0b4fe0.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
			border-radius: 22px;
		}

		.elementor-90 .elementor-element.elementor-element-b00806a {
			margin-top: 0px;
			margin-bottom: 0px;
		}

		.elementor-bc-flex-widget .elementor-90 .elementor-element.elementor-element-3474dd7.elementor-column .elementor-widget-wrap {
			align-items: center;
		}

		.elementor-90 .elementor-element.elementor-element-3474dd7.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
			align-content: center;
			align-items: center;
		}

		.elementor-90 .elementor-element.elementor-element-3474dd7:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
		.elementor-90 .elementor-element.elementor-element-3474dd7>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
			background-image: url("../wp-content/uploads/2022/04/logo-new.png");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: contain;
		}

		.elementor-90 .elementor-element.elementor-element-3474dd7>.elementor-element-populated {
			transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		}

		.elementor-90 .elementor-element.elementor-element-3474dd7>.elementor-element-populated>.elementor-background-overlay {
			transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
		}

		.elementor-90 .elementor-element.elementor-element-6c9d733 {
			--spacer-size: 50px;
		}

		.elementor-bc-flex-widget .elementor-90 .elementor-element.elementor-element-a5ad421.elementor-column .elementor-widget-wrap {
			align-items: center;
		}

		.elementor-90 .elementor-element.elementor-element-a5ad421.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
			align-content: center;
			align-items: center;
		}

		.elementor-90 .elementor-element.elementor-element-a5ad421.elementor-column>.elementor-widget-wrap {
			justify-content: center;
		}

		.elementor-90 .elementor-element.elementor-element-b9e8aad .elementor-heading-title {
			color: #0A2CA7;
			font-size: 19px;
			font-weight: 600;
		}

		.elementor-90 .elementor-element.elementor-element-b9e8aad>.elementor-widget-container {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-ca7d272 .elementor-heading-title {
			color: #40B6FB;
			font-size: 13px;
			font-weight: 600;
		}

		.elementor-90 .elementor-element.elementor-element-ca7d272>.elementor-widget-container {
			margin: -10px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-cba4c5b .elementor-heading-title {
			color: #000000;
			font-size: 13px;
			font-weight: 600;
		}

		.elementor-90 .elementor-element.elementor-element-cba4c5b>.elementor-widget-container {
			margin: -12px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-bb44efc {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-8d594de {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-ce8fa2a {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-ce8fa2a img {
			height: 80px;
			object-fit: cover;
		}

		.elementor-90 .elementor-element.elementor-element-02bd1a8 {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-02bd1a8>.elementor-widget-container {
			margin: -6px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-08a65aa {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-08a65aa img {
			height: 78px;
			object-fit: cover;
		}

		.elementor-90 .elementor-element.elementor-element-08a65aa>.elementor-widget-container {
			margin: 3px 0px 0px 0px;
		}

		.elementor-90 .elementor-element.elementor-element-2c87a4c {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-0b6060f {
			text-align: center;
		}

		.elementor-90 .elementor-element.elementor-element-cb53a85:not(.elementor-motion-effects-element-type-background),
		.elementor-90 .elementor-element.elementor-element-cb53a85>.elementor-motion-effects-container>.elementor-motion-effects-layer {
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-cb53a85 {
			transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		}

		.elementor-90 .elementor-element.elementor-element-cb53a85>.elementor-background-overlay {
			transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu-container {
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal {
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li a {
			padding: 0px 6px 0px 6px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu>li>a,
		.eael-simple-menu-container .eael-simple-menu-toggle-text {
			font-family: "Roboto", Sans-serif;
			font-size: 14px;
			font-weight: 400;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li>a {
			color: #FFFFFF;
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li>a>span svg {
			fill: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu-toggle-text {
			color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li a span,
		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li span.eael-simple-menu-indicator {
			font-size: 12px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li span.eael-simple-menu-indicator svg,
		.elementor-90 .elementor-element.elementor-element-2442061 .indicator-svg svg {
			width: 12px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator:before {
			color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator {
			background-color: #213081;
			border-color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li:hover>a {
			color: #FFFFFF;
			background-color: #4371ED;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li:hover>a>span svg {
			fill: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #FFFFFF;
			background-color: #4371ED;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active {
			color: #FFFFFF;
			background-color: #4371ED;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator:hover:before {
			color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator.eael-simple-menu-indicator-open:before {
			color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator:hover {
			background-color: #213081;
			border-color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li .eael-simple-menu-indicator.eael-simple-menu-indicator-open {
			background-color: #213081;
			border-color: #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu-container .eael-simple-menu-toggle i {
			color: #ffffff;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu-container .eael-simple-menu-toggle svg {
			fill: #ffffff;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul {
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
			padding-left: 20px;
			padding-right: 20px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu.eael-simple-menu-horizontal li ul li>a {
			border-bottom: 1px solid #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu.eael-simple-menu-vertical li ul li>a {
			border-bottom: 1px solid #FFFFFF;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li>a {
			font-family: "Roboto", Sans-serif;
			font-size: 12px;
			font-weight: 400;
			color: #FFFFFF;
			background-color: #213081;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li a span,
		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li span.eael-simple-menu-indicator {
			font-size: 12px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li .eael-simple-menu-indicator svg,
		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li a .indicator-svg svg {
			width: 12px;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li .eael-simple-menu-indicator:before {
			color: #f44336;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li .eael-simple-menu-indicator {
			background-color: #ffffff;
			border-color: #f44336;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li:hover>a {
			color: #FFFFFF;
			background-color: #135EDA;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			color: #FFFFFF;
			background-color: #135EDA;
		}

		.elementor-90 .elementor-element.elementor-element-2442061 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active {
			color: #FFFFFF;
			background-color: #135EDA;
		}

		@media(max-width:767px) {

			.elementor-90 .elementor-element.elementor-element-3474dd7:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
			.elementor-90 .elementor-element.elementor-element-3474dd7>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
				background-image: url("../wp-content/uploads/2022/04/logo-new.png");
				background-repeat: no-repeat;
				background-size: contain;
			}

			.elementor-90 .elementor-element.elementor-element-6c9d733 {
				--spacer-size: 60px;
			}

			.elementor-90 .elementor-element.elementor-element-b9e8aad {
				text-align: center;
			}

			.elementor-90 .elementor-element.elementor-element-ca7d272 {
				text-align: center;
			}

			.elementor-90 .elementor-element.elementor-element-ca7d272>.elementor-widget-container {
				margin: -13px 0px 0px 0px;
			}

			.elementor-90 .elementor-element.elementor-element-cba4c5b {
				text-align: center;
			}

			.elementor-90 .elementor-element.elementor-element-cba4c5b>.elementor-widget-container {
				margin: -16px 0px 0px 0px;
			}

			.elementor-90 .elementor-element.elementor-element-e3b701f {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-2c43d95 {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-1920526 {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-ce8fa2a img {
				object-fit: cover;
			}

			.elementor-90 .elementor-element.elementor-element-df52074 {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-02bd1a8>.elementor-widget-container {
				margin: 2px 0px 0px 0px;
			}

			.elementor-90 .elementor-element.elementor-element-b07350d {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-08a65aa img {
				object-fit: cover;
			}

			.elementor-90 .elementor-element.elementor-element-1b76976 {
				width: 25%;
			}

			.elementor-90 .elementor-element.elementor-element-ea33c0b {
				width: 25%;
			}
		}

		@media(min-width:768px) {
			.elementor-90 .elementor-element.elementor-element-2e04113 {
				width: 42.981%;
			}

			.elementor-90 .elementor-element.elementor-element-babed77 {
				width: 39.902%;
			}

			.elementor-90 .elementor-element.elementor-element-e372935 {
				width: 16.666%;
			}

			.elementor-90 .elementor-element.elementor-element-bc10ad8 {
				width: 47.445%;
			}

			.elementor-90 .elementor-element.elementor-element-3474dd7 {
				width: 14.03%;
			}

			.elementor-90 .elementor-element.elementor-element-a5ad421 {
				width: 85.97%;
			}

			.elementor-90 .elementor-element.elementor-element-e3b701f {
				width: 7.215%;
			}

			.elementor-90 .elementor-element.elementor-element-2c43d95 {
				width: 6.85%;
			}

			.elementor-90 .elementor-element.elementor-element-1920526 {
				width: 7.918%;
			}

			.elementor-90 .elementor-element.elementor-element-df52074 {
				width: 7.429%;
			}

			.elementor-90 .elementor-element.elementor-element-b07350d {
				width: 7.127%;
			}

			.elementor-90 .elementor-element.elementor-element-1b76976 {
				width: 6.196%;
			}

			.elementor-90 .elementor-element.elementor-element-ea33c0b {
				width: 6.298%;
			}
		}

		/* Start custom CSS for text-editor, class: .elementor-element-bf15144 */
		.elementor a {
			-webkit-box-shadow: none;
			box-shadow: none;
			text-decoration: none;
			color: white;
		}

		/* End custom CSS */
		/* Start custom CSS for shortcode, class: .elementor-element-430e2a3 */
		a.glink span {
			margin-right: 5px;
			font-size: 15px;
			vertical-align: middle;
			color: white;
		}

		/* End custom CSS */
		.elementor-kit-5 {
			--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: "Roboto";
			--e-global-typography-primary-font-weight: 600;
			--e-global-typography-secondary-font-family: "Roboto Slab";
			--e-global-typography-secondary-font-weight: 400;
			--e-global-typography-text-font-family: "Roboto";
			--e-global-typography-text-font-weight: 400;
			--e-global-typography-accent-font-family: "Roboto";
			--e-global-typography-accent-font-weight: 500;
		}

		.elementor-section.elementor-section-boxed>.elementor-container {
			max-width: 1140px;
		}

		.e-con {
			--container-max-width: 1140px;
		}

		.elementor-widget:not(:last-child) {
			margin-bottom: 20px;
		}

		.elementor-element {
			--widgets-spacing: 20px;
		}

		h1.entry-title {
			display: var(--page-title-display);
		}

		.elementor-kit-5 e-page-transition {
			background-color: #FFBC7D;
		}

		@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;
			}
		}

		.elementor-widget-heading .elementor-heading-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-image .widget-image-caption {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-text-editor {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
			background-color: var(--e-global-color-primary);
		}

		.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
		.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
			color: var(--e-global-color-primary);
			border-color: var(--e-global-color-primary);
		}

		.elementor-widget-button .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-divider {
			--divider-color: var(--e-global-color-secondary);
		}

		.elementor-widget-divider .elementor-divider__text {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-divider.elementor-view-stacked .elementor-icon {
			background-color: var(--e-global-color-secondary);
		}

		.elementor-widget-divider.elementor-view-framed .elementor-icon,
		.elementor-widget-divider.elementor-view-default .elementor-icon {
			color: var(--e-global-color-secondary);
			border-color: var(--e-global-color-secondary);
		}

		.elementor-widget-divider.elementor-view-framed .elementor-icon,
		.elementor-widget-divider.elementor-view-default .elementor-icon svg {
			fill: var(--e-global-color-secondary);
		}

		.elementor-widget-image-box .elementor-image-box-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-image-box .elementor-image-box-description {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-icon.elementor-view-stacked .elementor-icon {
			background-color: var(--e-global-color-primary);
		}

		.elementor-widget-icon.elementor-view-framed .elementor-icon,
		.elementor-widget-icon.elementor-view-default .elementor-icon {
			color: var(--e-global-color-primary);
			border-color: var(--e-global-color-primary);
		}

		.elementor-widget-icon.elementor-view-framed .elementor-icon,
		.elementor-widget-icon.elementor-view-default .elementor-icon svg {
			fill: var(--e-global-color-primary);
		}

		.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
			background-color: var(--e-global-color-primary);
		}

		.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
		.elementor-widget-icon-box.elementor-view-default .elementor-icon {
			fill: var(--e-global-color-primary);
			color: var(--e-global-color-primary);
			border-color: var(--e-global-color-primary);
		}

		.elementor-widget-icon-box .elementor-icon-box-title {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-icon-box .elementor-icon-box-title,
		.elementor-widget-icon-box .elementor-icon-box-title a {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-icon-box .elementor-icon-box-description {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-star-rating .elementor-star-rating__title {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-image-gallery .gallery-item .gallery-caption {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
			border-color: var(--e-global-color-text);
		}

		.elementor-widget-icon-list .elementor-icon-list-icon i {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-icon-list .elementor-icon-list-icon svg {
			fill: var(--e-global-color-primary);
		}

		.elementor-widget-icon-list .elementor-icon-list-text {
			color: var(--e-global-color-secondary);
		}

		.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
		.elementor-widget-icon-list .elementor-icon-list-item>a {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-counter .elementor-counter-number-wrapper {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-counter .elementor-counter-title {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
			background-color: var(--e-global-color-primary);
		}

		.elementor-widget-progress .elementor-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-testimonial .elementor-testimonial-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-testimonial .elementor-testimonial-name {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-testimonial .elementor-testimonial-job {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-tabs .elementor-tab-title,
		.elementor-widget-tabs .elementor-tab-title a {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-tabs .elementor-tab-title.elementor-active,
		.elementor-widget-tabs .elementor-tab-title.elementor-active a {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-tabs .elementor-tab-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-tabs .elementor-tab-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-accordion .elementor-accordion-icon,
		.elementor-widget-accordion .elementor-accordion-title {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-accordion .elementor-accordion-icon svg {
			fill: var(--e-global-color-primary);
		}

		.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
		.elementor-widget-accordion .elementor-active .elementor-accordion-title {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
			fill: var(--e-global-color-accent);
		}

		.elementor-widget-accordion .elementor-accordion-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-accordion .elementor-tab-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-toggle .elementor-toggle-title,
		.elementor-widget-toggle .elementor-toggle-icon {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-toggle .elementor-toggle-icon svg {
			fill: var(--e-global-color-primary);
		}

		.elementor-widget-toggle .elementor-tab-title.elementor-active a,
		.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-toggle .elementor-toggle-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-toggle .elementor-tab-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-alert .elementor-alert-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-alert .elementor-alert-description {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-title {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-description {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text,
		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz,
		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz,
		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea,
		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label,
		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control::-webkit-input-placeholder {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"] {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-countdown .eael-countdown-digits::after {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-countdown .eael-countdown-digits {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-countdown .eael-countdown-label {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-countdown .eael-countdown-finish-message .expiry-title {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.eael-countdown-finish-text {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-creative-button .eael-creative-button .cretive-button-text,
		.elementor-widget-eael-creative-button .eael-creative-button--winona::after,
		.elementor-widget-eael-creative-button .eael-creative-button--rayen::before,
		.elementor-widget-eael-creative-button .eael-creative-button--tamaya::after,
		.elementor-widget-eael-creative-button .eael-creative-button--tamaya::before {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-dual-color-header .eael-dch-separator-wrap i {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-item-user .eael-facebook-feed-username {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-header .eael-facebook-feed-post-time {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-content .eael-facebook-feed-message {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-host {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-preview-wrap .eael-facebook-feed-url-preview .eael-facebook-feed-url-description {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-facebook-feed .eael-facebook-feed-overlay .eael-facebook-feed-item .eael-facebook-feed-item-overlay,
		.elementor-widget-eael-facebook-feed .eael-facebook-feed-card .eael-facebook-feed-item .eael-facebook-feed-item-inner .eael-facebook-feed-item-footer {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-eael-fancy-text .eael-fancy-text-prefix {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-fancy-text .eael-fancy-text-strings,
		.elementor-widget-eael-fancy-text .typed-cursor {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-fancy-text .eael-fancy-text-suffix {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-feature-list .connector-type-classic .connector {
			border-color: var(--e-global-color-primary);
		}

		.elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:before,
		.elementor-widget-eael-feature-list .connector-type-modern .eael-feature-list-item:after {
			border-color: var(--e-global-color-primary);
		}

		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title,
		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title>a,
		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title:visited {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title,
		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-title a {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-feature-list .eael-feature-list-content-box .eael-feature-list-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-price {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .fg-caption-head .fg-item-ratings {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .fg-item-category span {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .fg-filter-trigger>span {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .fg-layout-3-filter-controls li.control {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-filterable-gallery .eael-gallery-load-more .eael-filterable-gallery-load-more-text {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-nft-gallery .eael-nft-gallery-load-more .eael-nft-gallery-load-more-text {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-post-grid .eael-meta-posted-on {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-post-grid .eael-entry-meta>span {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-post-grid .eael-entry-title,
		.elementor-widget-eael-post-grid .eael-entry-title a {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-post-grid .eael-grid-post-excerpt p {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-post-grid .post-meta-categories li,
		.elementor-widget-eael-post-grid .post-meta-categories li a {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-progress-bar .eael-progressbar-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-progress-bar .eael-progressbar-count-wrap {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-progress-bar .eael-progressbar-half-circle-after span {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-simple-menu .eael-simple-menu>li>a,
		.eael-simple-menu-container .eael-simple-menu-toggle-text {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-simple-menu .eael-simple-menu li ul li>a {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-eael-twitter-feed .eael-twitter-feed-item .eael-twitter-feed-item-icon {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-eael-twitter-feed .eael-twitter-feed-load-more .eael-twitter-feed-load-more-text {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-eael-wpforms .eael-contact-form-description,
		.elementor-widget-eael-wpforms .wpforms-description {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field label {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field textarea,
		.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field select {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-eael-wpforms .eael-wpforms .wpforms-submit-container .wpforms-submit {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-text-path {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-theme-site-logo .widget-image-caption {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-theme-site-title .elementor-heading-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-theme-page-title .elementor-heading-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-theme-post-title .elementor-heading-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-theme-post-excerpt .elementor-widget-container {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-theme-post-content {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-theme-post-featured-image .widget-image-caption {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-theme-archive-title .elementor-heading-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-archive-posts .elementor-post__title,
		.elementor-widget-archive-posts .elementor-post__title a {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-archive-posts .elementor-post__meta-data {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-archive-posts .elementor-post__excerpt p {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-archive-posts .elementor-post__read-more {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-archive-posts a.elementor-post__read-more {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge {
			background-color: var(--e-global-color-accent);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-archive-posts .elementor-pagination {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-archive-posts .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-archive-posts .e-load-more-message {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-archive-posts .elementor-posts-nothing-found {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-posts .elementor-post__title,
		.elementor-widget-posts .elementor-post__title a {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-posts .elementor-post__meta-data {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-posts .elementor-post__excerpt p {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-posts .elementor-post__read-more {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-posts a.elementor-post__read-more {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-posts .elementor-post__card .elementor-post__badge {
			background-color: var(--e-global-color-accent);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-posts .elementor-pagination {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-posts .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-posts .e-load-more-message {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-portfolio a .elementor-portfolio-item__overlay {
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-portfolio .elementor-portfolio-item__title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-portfolio .elementor-portfolio__filter {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-portfolio .elementor-portfolio__filter.elementor-active {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-gallery .elementor-gallery-item__title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-gallery .elementor-gallery-item__description {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-gallery {
			--galleries-title-color-normal: var(--e-global-color-primary);
			--galleries-title-color-hover: var(--e-global-color-secondary);
			--galleries-pointer-bg-color-hover: var(--e-global-color-accent);
			--gallery-title-color-active: var(--e-global-color-secondary);
			--galleries-pointer-bg-color-active: var(--e-global-color-accent);
		}

		.elementor-widget-gallery .elementor-gallery-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-form .elementor-field-group>label,
		.elementor-widget-form .elementor-field-subgroup label {
			color: var(--e-global-color-text);
		}

		.elementor-widget-form .elementor-field-group>label {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-form .elementor-field-type-html {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-form .elementor-field-group .elementor-field {
			color: var(--e-global-color-text);
		}

		.elementor-widget-form .elementor-field-group .elementor-field,
		.elementor-widget-form .elementor-field-subgroup label {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-form .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-form .e-form__buttons__wrapper__button-next {
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-form .elementor-button[type="submit"] {
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-form .e-form__buttons__wrapper__button-previous {
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-form .elementor-message {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-form .e-form__indicators__indicator,
		.elementor-widget-form .e-form__indicators__indicator__label {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-form {
			--e-form-steps-indicator-inactive-primary-color: var(--e-global-color-text);
			--e-form-steps-indicator-active-primary-color: var(--e-global-color-accent);
			--e-form-steps-indicator-completed-primary-color: var(--e-global-color-accent);
			--e-form-steps-indicator-progress-color: var(--e-global-color-accent);
			--e-form-steps-indicator-progress-background-color: var(--e-global-color-text);
			--e-form-steps-indicator-progress-meter-color: var(--e-global-color-text);
		}

		.elementor-widget-form .e-form__indicators__indicator__progress__meter {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-login .elementor-field-group>a {
			color: var(--e-global-color-text);
		}

		.elementor-widget-login .elementor-field-group>a:hover {
			color: var(--e-global-color-accent);
		}

		.elementor-widget-login .elementor-form-fields-wrapper label {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-login .elementor-field-group .elementor-field {
			color: var(--e-global-color-text);
		}

		.elementor-widget-login .elementor-field-group .elementor-field,
		.elementor-widget-login .elementor-field-subgroup label {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-login .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-login .elementor-widget-container .elementor-login__logged-in-message {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-slides .elementor-slide-heading {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-slides .elementor-slide-description {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-slides .elementor-slide-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
			color: var(--e-global-color-text);
			fill: var(--e-global-color-text);
		}

		.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
		.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
		.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
		.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
			color: var(--e-global-color-accent);
			fill: var(--e-global-color-accent);
		}

		.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
		.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
		.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
			border-color: var(--e-global-color-accent);
		}

		.elementor-widget-nav-menu {
			--e-nav-menu-divider-color: var(--e-global-color-text);
		}

		.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
		.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path {
			stroke: var(--e-global-color-accent);
		}

		.elementor-widget-animated-headline .elementor-headline-plain-text {
			color: var(--e-global-color-secondary);
		}

		.elementor-widget-animated-headline .elementor-headline {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-animated-headline {
			--dynamic-text-color: var(--e-global-color-secondary);
		}

		.elementor-widget-animated-headline .elementor-headline-dynamic-text {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-hotspot .widget-image-caption {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-hotspot {
			--hotspot-color: var(--e-global-color-primary);
			--hotspot-box-color: var(--e-global-color-secondary);
			--tooltip-color: var(--e-global-color-secondary);
		}

		.elementor-widget-hotspot .e-hotspot__label {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-hotspot .e-hotspot__tooltip {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-price-list .elementor-price-list-header {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-price-list .elementor-price-list-price {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-price-list .elementor-price-list-description {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-price-list .elementor-price-list-separator {
			border-bottom-color: var(--e-global-color-secondary);
		}

		.elementor-widget-price-table {
			--e-price-table-header-background-color: var(--e-global-color-secondary);
		}

		.elementor-widget-price-table .elementor-price-table__heading {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__subheading {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table .elementor-price-table__price {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__original-price {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__period {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__features-list {
			--e-price-table-features-list-color: var(--e-global-color-text);
		}

		.elementor-widget-price-table .elementor-price-table__features-list li {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__features-list li:before {
			border-top-color: var(--e-global-color-text);
		}

		.elementor-widget-price-table .elementor-price-table__button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-price-table .elementor-price-table__additional_info {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-price-table .elementor-price-table__ribbon-inner {
			background-color: var(--e-global-color-accent);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-flip-box .elementor-flip-box__front .elementor-flip-box__layer__description {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-flip-box .elementor-flip-box__back .elementor-flip-box__layer__description {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-flip-box .elementor-flip-box__button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-call-to-action .elementor-cta__title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-call-to-action .elementor-cta__description {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-call-to-action .elementor-cta__button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-call-to-action .elementor-ribbon-inner {
			background-color: var(--e-global-color-accent);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-media-carousel .elementor-carousel-image-overlay {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-testimonial-carousel .elementor-testimonial__text {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-testimonial-carousel .elementor-testimonial__name {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-testimonial-carousel .elementor-testimonial__title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-reviews .elementor-testimonial__header,
		.elementor-widget-reviews .elementor-testimonial__name {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-reviews .elementor-testimonial__text {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-table-of-contents {
			--header-color: var(--e-global-color-secondary);
			--item-text-color: var(--e-global-color-text);
			--item-text-hover-color: var(--e-global-color-accent);
			--marker-color: var(--e-global-color-text);
		}

		.elementor-widget-table-of-contents .elementor-toc__header,
		.elementor-widget-table-of-contents .elementor-toc__header-title {
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-table-of-contents .elementor-toc__list-item {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-countdown .elementor-countdown-item {
			background-color: var(--e-global-color-primary);
		}

		.elementor-widget-countdown .elementor-countdown-digits {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-countdown .elementor-countdown-label {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-countdown .elementor-countdown-expire--message {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-search-form input[type="search"].elementor-search-form__input {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-search-form .elementor-search-form__input,
		.elementor-widget-search-form .elementor-search-form__icon,
		.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button,
		.elementor-widget-search-form .elementor-lightbox .dialog-lightbox-close-button:hover,
		.elementor-widget-search-form.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
			color: var(--e-global-color-text);
			fill: var(--e-global-color-text);
		}

		.elementor-widget-search-form .elementor-search-form__submit {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
			background-color: var(--e-global-color-secondary);
		}

		.elementor-widget-author-box .elementor-author-box__name {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-author-box .elementor-author-box__bio {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-author-box .elementor-author-box__button {
			color: var(--e-global-color-secondary);
			border-color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-author-box .elementor-author-box__button:hover {
			border-color: var(--e-global-color-secondary);
			color: var(--e-global-color-secondary);
		}

		.elementor-widget-post-navigation span.post-navigation__prev--label {
			color: var(--e-global-color-text);
		}

		.elementor-widget-post-navigation span.post-navigation__next--label {
			color: var(--e-global-color-text);
		}

		.elementor-widget-post-navigation span.post-navigation__prev--label,
		.elementor-widget-post-navigation span.post-navigation__next--label {
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-post-navigation span.post-navigation__prev--title,
		.elementor-widget-post-navigation span.post-navigation__next--title {
			color: var(--e-global-color-secondary);
			font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-secondary-font-weight);
		}

		.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after {
			border-color: var(--e-global-color-text);
		}

		.elementor-widget-post-info .elementor-icon-list-icon i {
			color: var(--e-global-color-primary);
		}

		.elementor-widget-post-info .elementor-icon-list-icon svg {
			fill: var(--e-global-color-primary);
		}

		.elementor-widget-post-info .elementor-icon-list-text,
		.elementor-widget-post-info .elementor-icon-list-text a {
			color: var(--e-global-color-secondary);
		}

		.elementor-widget-post-info .elementor-icon-list-item {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-sitemap .elementor-sitemap-title {
			color: var(--e-global-color-primary);
			font-family: var(--e-global-typography-primary-font-family), Sans-serif;
			font-weight: var(--e-global-typography-primary-font-weight);
		}

		.elementor-widget-sitemap .elementor-sitemap-item,
		.elementor-widget-sitemap span.elementor-sitemap-list,
		.elementor-widget-sitemap .elementor-sitemap-item a {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-sitemap .elementor-sitemap-item {
			color: var(--e-global-color-text);
		}

		.elementor-widget-blockquote .elementor-blockquote__content {
			color: var(--e-global-color-text);
		}

		.elementor-widget-blockquote .elementor-blockquote__author {
			color: var(--e-global-color-secondary);
		}

		.elementor-widget-lottie {
			--caption-color: var(--e-global-color-text);
		}

		.elementor-widget-lottie .e-lottie__caption {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side i {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side svg {
			fill: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tab-title .e-tab-title-text {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-video-playlist .e-tab-title .e-tab-title-text a {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tab-title .e-tab-duration {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-title-text a {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:where(.e-active, :hover) .e-tab-duration {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
			color: var(--e-global-color-text);
		}

		.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button {
			color: var(--e-global-color-text);
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
		}

		.elementor-widget-video-playlist .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content button:hover {
			color: var(--e-global-color-text);
		}

		.elementor-widget-paypal-button .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-paypal-button .elementor-message {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-stripe-button .elementor-button {
			font-family: var(--e-global-typography-accent-font-family), Sans-serif;
			font-weight: var(--e-global-typography-accent-font-weight);
			background-color: var(--e-global-color-accent);
		}

		.elementor-widget-stripe-button .elementor-message {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-widget-progress-tracker .current-progress-percentage {
			font-family: var(--e-global-typography-text-font-family), Sans-serif;
			font-weight: var(--e-global-typography-text-font-weight);
		}

		.elementor-137 .elementor-element.elementor-element-50b7a20 {
			text-align: justify;
			color: #020202;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-thumbnail {
			height: 260px;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post-holder {
			background-color: #fff;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post .eael-entry-footer {
			justify-content: flex-start;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post .eael-entry-header-after {
			justify-content: flex-start;
			align-items: center;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-title a {
			color: #303133;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-title:hover,
		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-title a:hover {
			color: #23527c;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-title,
		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-entry-title a {
			font-family: "Roboto", Sans-serif;
			font-size: 14px;
			font-weight: 600;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post .eael-entry-overlay {
			background-color: rgba(0, 0, 0, .75);
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post .eael-entry-overlay>i {
			color: #ffffff;
			font-size: 18px;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-grid-post .eael-entry-overlay>img {
			height: 18px;
			width: 18px;
		}

		.elementor-137 .elementor-element.elementor-element-22b4faa .eael-post-elements-readmore-btn {
			font-size: 14px;
			color: #61ce70;
		}

		.elementor-17338 .elementor-element.elementor-element-3844ce96 {
			overflow: hidden;
		}

		.elementor-bc-flex-widget .elementor-17338 .elementor-element.elementor-element-3bb02e49.elementor-column .elementor-widget-wrap {
			align-items: center;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
			align-content: center;
			align-items: center;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49.elementor-column>.elementor-widget-wrap {
			justify-content: center;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
			margin-bottom: 10px;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
		.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
			background-color: #DEE8E0;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-element-populated {
			transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
			margin: 0px 0px 0px 0px;
			--e-column-margin-right: 0px;
			--e-column-margin-left: 0px;
			padding: 1.5% 14.5% 1.5% 14.5%;
		}

		.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-element-populated>.elementor-background-overlay {
			transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
		}

		.elementor-17338 .elementor-element.elementor-element-76d66109 {
			text-align: center;
		}

		.elementor-17338 .elementor-element.elementor-element-76d66109 .elementor-heading-title {
			color: #6B502D;
			font-family: "Arial", Sans-serif;
			font-size: 16px;
			font-weight: bold;
			font-style: normal;
			text-decoration: none;
			line-height: 1.3em;
			letter-spacing: 4px;
		}

		#elementor-popup-modal-17338 .dialog-message {
			width: 456px;
			height: 124px;
			align-items: center;
		}

		#elementor-popup-modal-17338 {
			justify-content: center;
			align-items: center;
			pointer-events: all;
			background-color: rgba(0, 0, 0, .8);
		}

		#elementor-popup-modal-17338 .dialog-close-button {
			display: flex;
		}

		#elementor-popup-modal-17338 .dialog-widget-content {
			animation-duration: 1.1s;
			background-color: #FFFFFF00;
			margin: 0% 4% 0% 5%;
		}

		@media(max-width:1024px) {
			.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-element-populated {
				padding: 4% 12% 3% 12%;
			}
		}

		@media(min-width:768px) {
			.elementor-17338 .elementor-element.elementor-element-3bb02e49 {
				width: 100%;
			}
		}

		@media(max-width:767px) {
			.elementor-17338 .elementor-element.elementor-element-3bb02e49>.elementor-element-populated {
				margin: -20% 0% 0% 0%;
				--e-column-margin-right: 0%;
				--e-column-margin-left: 0%;
				padding: 20% 8% 12% 8%;
			}

			.elementor-17338 .elementor-element.elementor-element-76d66109 .elementor-heading-title {
				font-size: 17px;
			}
		}

		.elementor-3328 .elementor-element.elementor-element-4915652>.elementor-container {
			min-height: 296px;
		}

		.elementor-3328 .elementor-element.elementor-element-b439f9d {
			--grid-template-columns: repeat(0, auto);
			--icon-size: 20px;
			--grid-column-gap: 5px;
			--grid-row-gap: 15px;
		}

		.elementor-3328 .elementor-element.elementor-element-b439f9d .elementor-widget-container {
			text-align: center;
		}

		#elementor-popup-modal-3328 .dialog-message {
			width: 100px;
			height: 296px;
			align-items: center;
		}

		#elementor-popup-modal-3328 {
			justify-content: flex-end;
			align-items: center;
		}

		#elementor-popup-modal-3328 .dialog-close-button {
			display: flex;
			top: 25px;
			font-size: 18px;
		}

		#elementor-popup-modal-3328 .dialog-widget-content {
			animation-duration: 1.2s;
			background-color: #786F6F14;
			box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		}

		body:not(.rtl) #elementor-popup-modal-3328 .dialog-close-button {
			right: 25px;
		}

		body.rtl #elementor-popup-modal-3328 .dialog-close-button {
			left: 25px;
		}

		#elementor-popup-modal-3328 .dialog-close-button i {
			color: #FFFFFF;
		}

		#elementor-popup-modal-3328 .dialog-close-button svg {
			fill: #FFFFFF;
		}

		#elementor-popup-modal-3328 .dialog-close-button:hover i {
			color: #CBDEFF;
		}

		@media(max-width:767px) {
			.elementor-3328 .elementor-element.elementor-element-b439f9d {
				--grid-template-columns: repeat(1, auto);
			}
		}

.tablepress tbody td {
			border: solid 2px;
			border-color: #000
		}

		.tablepress tbody tr {
			border-top: solid 2px;
			border-top-color: #000
		}

		#main .tablepress td a {
			color: #000
		}

.ae_data .elementor-editor-element-setting {
			display: none !important;
		}

/* If html does not have either class, do not show lazy loaded images. */
		html:not(.jetpack-lazy-images-js-enabled):not(.js) .jetpack-lazy-image {
			display: none;
		}

.wp-block-image img {
			height: auto;
			max-width: 100%;
			vertical-align: bottom;
			margin: 0
		}

		* {
			box-sizing: border-box
		}

		body {
			font-family: Arial, Helvetica, sans-serif
		}

		/* Float four columns side by side */
		.column {
			float: left;
			width: 60%
		}

		.column1 {
			float: left;
			width: 20%
		}

		/* Remove extra left and right margins,due to padding */
		.row {
			margin: 0 -5px
		}

		/* Clear floats after the columns */
		.row:after {
			content: "";
			display: table;
			clear: both
		}

		/* Responsive columns */
		@media screen and (max-width:600px) {
			.column {
				width: 100%;
				display: block;
				margin-bottom: 20px
			}
		}

		/* Style the counter cards */
		.card {
			padding: 16px;
			text-align: center
		}

		/* Maintainace Pop up*/
		.elementor-widget-wrap .elementor-element-populated {
			display: none
		}

.page-header {
			background-color: #001d5b
		}

		/* Blog CSS */
		.single-post.content-max-width #wrap .thumbnail,
		.single-post.content-max-width #wrap .wp-block-buttons,
		.single-post.content-max-width #wrap .wp-block-verse,
		.single-post.content-max-width #wrap .entry-header,
		.single-post.content-max-width #wrap ul.meta,
		.single-post.content-max-width #wrap .entry-content p,
		.single-post.content-max-width #wrap .entry-content h1,
		.single-post.content-max-width #wrap .entry-content h2,
		.single-post.content-max-width #wrap .entry-content h3,
		.single-post.content-max-width #wrap .entry-content h4,
		.single-post.content-max-width #wrap .entry-content h5,
		.single-post.content-max-width #wrap .entry-content h6,
		.single-post.content-max-width #wrap .wp-block-image,
		.single-post.content-max-width #wrap .wp-block-gallery,
		.single-post.content-max-width #wrap .wp-block-video,
		.single-post.content-max-width #wrap .wp-block-quote,
		.single-post.content-max-width #wrap .wp-block-text-columns,
		.single-post.content-max-width #wrap .wp-block-code,
		.single-post.content-max-width #wrap .entry-content ul,
		.single-post.content-max-width #wrap .entry-content ol,
		.single-post.content-max-width #wrap .wp-block-cover-text,
		.single-post.content-max-width #wrap .wp-block-cover,
		.single-post.content-max-width #wrap .wp-block-columns,
		.single-post.content-max-width #wrap .post-tags,
		.single-post.content-max-width #wrap .comments-area,
		.single-post.content-max-width #wrap .wp-block-embed,
		#wrap .wp-block-separator.is-style-wide:not(.size-full) {
			max-width: 1200px
		}

		.single-post.content-max-width #wrap .wp-block-image.alignleft,
		.single-post.content-max-width #wrap .wp-block-image.alignright {
			max-width: 600px
		}

		.single-post.content-max-width #wrap .wp-block-image.alignleft {
			margin-left: calc(50% - 600px)
		}

		.single-post.content-max-width #wrap .wp-block-image.alignright {
			margin-right: calc(50% - 600px)
		}

		.single-post.content-max-width #wrap .wp-block-embed,
		.single-post.content-max-width #wrap .wp-block-verse {
			margin-left: auto;
			margin-right: auto
		}

		/* Header CSS */
		#site-header.has-header-media .overlay-header-media {
			background-color: rgba(0, 0, 0, 0.5)
		}

		/* Footer Bottom CSS */
		#footer-bottom,
		#footer-bottom p {
			color: #ffffff
		}

		/* Typography CSS */
		.single-post .entry-title {
			color: #1b54b7
		}

		table {
			width: 100%;
			border-collapse: collapse;
		}

		thead {
			background: #1d3684;
		}

		td,
		th {
			border: 1px solid #ddd;
			padding: 10px;
			text-align: center !important;
		}

		td a {
			color: blue !important;
		}

		td a:hover {
			color: skyblue !important;
		}

		th {
			font-weight: bold;
			color: #fff;
		}

		.gains-container {
			max-width: 1200px;
			margin: 0 auto;
		}

		#result-box {
			background: #1d3684;
			color: #fff;
			margin: 15px 0;
			padding: 20px;
			text-align: center;
		}

		#result-box h1 {
			color: #fff;
			font-size: 40px;
		}

		.mainEvent {
			max-width: 1200px;
			margin: 0 auto 30px auto;
			padding: 20px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			gap: 45px;

		}

		.eventsContainer {
			display: flex;
			flex-wrap: wrap;
			gap: 30px;
			justify-content: center;
			padding: 20px;
			margin: 20px auto;
		}

		.event {
			box-shadow: 0 3px 10px rgba(100, 100, 100, 0.6);
			border-radius: 10px;
			text-align: center;
			width: 350px;
			margin: 30px 0;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.eventImg {
			height: 250px;
		}

		.eventImg img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-top-right-radius: 10px;
			border-top-left-radius: 10px;
			cursor: zoom-in;
		}

		.eventText {
			margin: auto;
		}

		.eventText p {
			font-weight: bold;
			margin: 0;
			padding: 20px;
			text-align: center;
		}

		.eventForm button {
			color: #fff;
			background: #1d3684;
			cursor: pointer;
			text-transform: none;
			letter-spacing: 0;
			border: none;
			font-size: 14px;
			padding: 15px;
			width: 100%;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
		}

		.eventwrapper {
			margin-top: 45px;
			margin-bottom: 45px;

		}

		.eventwrapper h2 {
			font-size: 30px;
			text-align: center;
		}

		.evwrapper {
			display: flex;
			gap: 20px;
			width: 100%;
			flex-wrap: wrap;
			justify-content: center;
		}

.banner-container {
							max-width: 1200px;
							margin: 30px auto 0 auto;
							border: 5px solid #ccc;
						}

						.banner-container img {
							height: 100%;
							width: 100%;
							object-fit: cover;
						}

#tariff {
									max-width: 1100px;
									text-align: center;
									padding: 7px;
									background: #1d3684;
									margin: 10px auto;
									border-radius: 5px;
								}

.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container {
			min-height: 50px;
			overflow: visible
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical {
			position: absolute;
			top: 50px;
			background-color: #54595f;
			width: 100%;
			z-index: 9;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			float: none;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: inherit
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			position: relative;
			top: unset;
			left: unset;
			width: 100%;
			-webkit-box-shadow: none;
			box-shadow: none;
			visibility: visible;
			opacity: 1;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul {
			position: relative;
			width: 100%;
			top: unset;
			left: unset
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #4e36a3
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #15dbd5
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #1bc1ff
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active {
			color: #fff
		}

		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle-text,
		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle-text {
			display: none !important
		}

		.eael-simple-menu-hamburger-align-left.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-left.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			top: 0;
			left: 0;
			right: auto
		}

		.eael-simple-menu-hamburger-align-center.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-center.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle-text,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle-text {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul {
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul {
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul {
			-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			transform: scale(0.8);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul {
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.eael-simple-menu-container {
			background-color: #54595f
		}

		.eael-simple-menu-container .eael-simple-menu-toggle {
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
			padding-top: 0;
			padding-bottom: 0;
			padding-left: 15px;
			padding-right: 15px;
			background-color: #000;
			color: #fff;
			border: none;
			border-radius: 0;
			outline: none;
			display: block;
			border-color: #333
		}

		.eael-simple-menu-container .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu-toggle-text {
			position: absolute;
			top: 0;
			left: 20px;
			font-size: 14px;
			line-height: 50px !important;
			letter-spacing: 0 !important;
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu:after {
			content: "";
			display: table;
			clear: both
		}

		.eael-simple-menu-container .eael-simple-menu a {
			text-decoration: none;
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-simple-menu-container .eael-simple-menu li a {
			font-size: 14px;
			font-weight: 400;
			line-height: 50px;
			text-align: center;
			color: #fff;
			padding-left: 20px;
			padding-right: 20px;
			-webkit-transition: all 100ms;
			-o-transition: all 100ms;
			transition: all 100ms
		}

		.eael-simple-menu-container .eael-simple-menu li ul {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu li ul li a {
			font-size: 13px;
			font-weight: 400;
			line-height: 40px;
			text-align: left;
			color: #000;
			padding-left: 20px;
			padding-right: 20px
		}

		.eael-simple-menu-container .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li ul li.current-menu-item>a {
			color: #ee355f;
			background-color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li.current-menu-item>a {
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 28px;
			height: 28px;
			display: block;
			border: 1px solid rgba(255, 255, 255, .5019607843);
			border-radius: 2px;
			text-align: center;
			cursor: pointer
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator:before {
			display: block;
			font-weight: 900;
			line-height: 26px;
			color: #fff;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			-o-transition: transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator.eael-simple-menu-indicator-open:before {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
			position: relative;
			float: left;
			display: inline-block;
			padding-top: 0;
			padding-bottom: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
			display: inline-block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
			position: relative;
			margin-left: 5px
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
			position: absolute;
			top: 100%;
			left: auto;
			width: 220px;
			visibility: hidden;
			opacity: 0;
			background-color: #fff;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			z-index: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li {
			position: relative;
			float: none;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a span {
			-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul {
			top: 0;
			left: 100%
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li:hover>ul {
			visibility: visible;
			opacity: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			position: relative
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: left
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li a {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: rgba(0, 0, 0, 0)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li:last-child a {
			border-right: none
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-center .eael-simple-menu li ul li a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.preset-1 {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
			color: #fff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-3 {
			background-color: #15dbd5
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li>a {
			color: #2a1a6c
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #fff;
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul {
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li>a {
			color: #fff;
			border-bottom: 1px solid #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #f30875
		}

		.eael-simple-menu-container.preset-2 {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li>a {
			color: #5d5e61
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-simple-menu-responsive)>li:first-child>a {
			border-left: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-advanced-menu-responsive)>li>a {
			border-right: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li>a {
			color: #5f5d5d;
			border-bottom: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: block;
			left: calc(100% + 20px);
			white-space: nowrap
		}

		.eael-simple-menu--stretch .eael-simple-menu.eael-simple-menu-responsive {
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			transition: max-height .3s, transform .3s, -webkit-transform .3s;
			-webkit-transform-origin: top;
			-ms-transform-origin: top;
			transform-origin: top;
			overflow: auto;
			z-index: 9999;
			max-height: 100vh
		}

		.eael-simple-menu-container .eael-simple-menu-toggle svg {
			width: 35px;
			height: auto
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li a {
			text-align: center !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li a {
			text-align: left !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li .eael-simple-menu-indicator {
			right: initial !important;
			left: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li a {
			text-align: right !important
		}

		.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container {
			min-height: 50px;
			overflow: visible
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical {
			position: absolute;
			top: 50px;
			background-color: #54595f;
			width: 100%;
			z-index: 9;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			float: none;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: inherit
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			position: relative;
			top: unset;
			left: unset;
			width: 100%;
			-webkit-box-shadow: none;
			box-shadow: none;
			visibility: visible;
			opacity: 1;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul {
			position: relative;
			width: 100%;
			top: unset;
			left: unset
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #4e36a3
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #15dbd5
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #1bc1ff
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active {
			color: #fff
		}

		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle-text,
		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle-text {
			display: none !important
		}

		.eael-simple-menu-hamburger-align-left.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-left.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			top: 0;
			left: 0;
			right: auto
		}

		.eael-simple-menu-hamburger-align-center.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-center.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle-text,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle-text {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul {
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul {
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul {
			-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			transform: scale(0.8);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul {
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.eael-simple-menu-container {
			background-color: #54595f
		}

		.eael-simple-menu-container .eael-simple-menu-toggle {
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
			padding-top: 0;
			padding-bottom: 0;
			padding-left: 15px;
			padding-right: 15px;
			background-color: #000;
			color: #fff;
			border: none;
			border-radius: 0;
			outline: none;
			display: block;
			border-color: #333
		}

		.eael-simple-menu-container .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu-toggle-text {
			position: absolute;
			top: 0;
			left: 20px;
			font-size: 14px;
			line-height: 50px !important;
			letter-spacing: 0 !important;
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu:after {
			content: "";
			display: table;
			clear: both
		}

		.eael-simple-menu-container .eael-simple-menu a {
			text-decoration: none;
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-simple-menu-container .eael-simple-menu li a {
			font-size: 14px;
			font-weight: 400;
			line-height: 50px;
			text-align: center;
			color: #fff;
			padding-left: 20px;
			padding-right: 20px;
			-webkit-transition: all 100ms;
			-o-transition: all 100ms;
			transition: all 100ms
		}

		.eael-simple-menu-container .eael-simple-menu li ul {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu li ul li a {
			font-size: 13px;
			font-weight: 400;
			line-height: 40px;
			text-align: left;
			color: #000;
			padding-left: 20px;
			padding-right: 20px
		}

		.eael-simple-menu-container .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li ul li.current-menu-item>a {
			color: #ee355f;
			background-color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li.current-menu-item>a {
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 28px;
			height: 28px;
			display: block;
			border: 1px solid rgba(255, 255, 255, .5019607843);
			border-radius: 2px;
			text-align: center;
			cursor: pointer
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator:before {
			display: block;
			font-weight: 900;
			line-height: 26px;
			color: #fff;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			-o-transition: transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator.eael-simple-menu-indicator-open:before {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
			position: relative;
			float: left;
			display: inline-block;
			padding-top: 0;
			padding-bottom: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
			display: inline-block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
			position: relative;
			margin-left: 5px
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
			position: absolute;
			top: 100%;
			left: auto;
			width: 220px;
			visibility: hidden;
			opacity: 0;
			background-color: #fff;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			z-index: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li {
			position: relative;
			float: none;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a span {
			-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul {
			top: 0;
			left: 100%
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li:hover>ul {
			visibility: visible;
			opacity: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			position: relative
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: left
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li a {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: rgba(0, 0, 0, 0)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li:last-child a {
			border-right: none
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-center .eael-simple-menu li ul li a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.preset-1 {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
			color: #fff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-3 {
			background-color: #15dbd5
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li>a {
			color: #2a1a6c
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #fff;
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul {
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li>a {
			color: #fff;
			border-bottom: 1px solid #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #f30875
		}

		.eael-simple-menu-container.preset-2 {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li>a {
			color: #5d5e61
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-simple-menu-responsive)>li:first-child>a {
			border-left: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-advanced-menu-responsive)>li>a {
			border-right: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li>a {
			color: #5f5d5d;
			border-bottom: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: block;
			left: calc(100% + 20px);
			white-space: nowrap
		}

		.eael-simple-menu--stretch .eael-simple-menu.eael-simple-menu-responsive {
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			transition: max-height .3s, transform .3s, -webkit-transform .3s;
			-webkit-transform-origin: top;
			-ms-transform-origin: top;
			transform-origin: top;
			overflow: auto;
			z-index: 9999;
			max-height: 100vh
		}

		.eael-simple-menu-container .eael-simple-menu-toggle svg {
			width: 35px;
			height: auto
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li a {
			text-align: center !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li a {
			text-align: left !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li .eael-simple-menu-indicator {
			right: initial !important;
			left: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li a {
			text-align: right !important
		}

		.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		@-webkit-keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		@keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		.eael-button-wrap,
		.eael-load-more-button-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-button-wrap.eael-force-hide,
		.eael-load-more-button-wrap.eael-force-hide {
			display: none !important
		}

		.eael-button,
		.eael-load-more-button {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding: 1em 2em;
			border: 0px solid;
			font-size: 16px;
			overflow: hidden
		}

		.eael-button.hide,
		.eael-load-more-button.hide {
			display: none !important
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			display: block
		}

		.eael-button .eael-btn-loader,
		.eael-load-more-button .eael-btn-loader {
			display: none;
			border-radius: 50%;
			width: 20px;
			height: 20px;
			font-size: 10px;
			position: relative;
			top: auto;
			left: -200%;
			border-top: 4px solid rgba(255, 255, 255, .2);
			border-right: 4px solid rgba(255, 255, 255, .2);
			border-bottom: 4px solid rgba(255, 255, 255, .2);
			border-left: 4px solid #fff;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			margin-right: 5px;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.eael-button .eael-btn-loader:after,
		.eael-load-more-button .eael-btn-loader:after {
			border-radius: 50%;
			width: 20px;
			height: 20px
		}

		.eael-button:focus,
		.eael-load-more-button:focus {
			outline: none
		}

		.eael-button.button--loading>span,
		.eael-load-more-button.button--loading>span {
			margin-left: 0
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			left: 0
		}

		.rtl .eael-load-more-button-wrap {
			direction: ltr
		}

		.eael-post-grid-container .eael-post-grid {
			margin: 0 -10px
		}

		.eael-post-grid-container .eael-post-grid .eael-grid-post {
			float: left;
			padding: 10px
		}

		.eael-post-carousel .eael-grid-post {
			float: none;
			padding: 0
		}

		.eael-grid-post-holder {
			border: 1px solid rgba(0, 0, 0, .1)
		}

		.eael-grid-post-holder-inner {
			height: 100%
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
			-webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			-o-transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1)
		}

		.eael-entry-overlay>a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3
		}

		.eael-entry-title {
			margin: 10px 0 5px;
			font-size: 1.2em
		}

		.eael-entry-thumbnail img {
			width: 100%;
			max-width: 100%;
			vertical-align: middle
		}

		.eael-entry-thumbnail.eael-image-ratio img {
			position: absolute;
			top: calc(50% + 1px);
			left: calc(50% + 1px);
			-webkit-transform: scale(1.01) translate(-50%, -50%);
			-ms-transform: scale(1.01) translate(-50%, -50%);
			transform: scale(1.01) translate(-50%, -50%)
		}

		.eael-entry-thumbnail>img {
			height: 100%
		}

		.eael-entry-footer .eael-author-avatar,
		.eael-entry-header-after .eael-author-avatar {
			width: 50px;
			padding-right: 8px
		}

		.eael-entry-footer .eael-author-avatar .avatar,
		.eael-entry-header-after .eael-author-avatar .avatar {
			border-radius: 50%
		}

		.eael-post-grid .eael-entry-footer .eael-entry-meta {
			text-align: left
		}

		.eael-grid-post .eael-entry-meta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			white-space: nowrap
		}

		.eael-grid-post .eael-entry-footer .eael-entry-meta {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
		}

		.eael-entry-meta>div {
			font-size: 12px;
			line-height: 1.2;
			padding-bottom: 5px
		}

		.eael-grid-post-excerpt p {
			margin: 0;
			font-size: 14px
		}

		.eael-entry-meta .eael-entry-footer .eael-posted-by {
			display: block
		}

		.eael-grid-post .eael-entry-wrapper {
			padding: 15px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-by,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-by {
			padding-right: 8px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 700;
			color: inherit;
			opacity: .4;
			font-size: .8em;
			padding-right: 7px
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			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
		}

		.eael-entry-overlay>i {
			color: #fff
		}

		.eael-entry-overlay.fade-in {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in {
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in>i {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			opacity: 1
		}

		.eael-entry-overlay.zoom-in {
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.zoom-in {
			visibility: visible;
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.eael-entry-overlay.slide-up {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.slide-up {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media {
			overflow: hidden
		}

		.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
			display: none
		}

		.eael-entry-overlay.none {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
			-webkit-transform: scale(0.4);
			-ms-transform: scale(0.4);
			transform: scale(0.4);
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
			-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
			transform: translateY(-100%)
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i {
			-webkit-transform: translateY(-100px);
			-ms-transform: translateY(-100px);
			transform: translateY(-100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0)
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i {
			-webkit-transform: translateY(100px);
			-ms-transform: translateY(100px);
			transform: translateY(100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-grid-post .eael-entry-thumbnail>img {
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover
		}

		.eael-post-elements-readmore-btn {
			display: block
		}

		@media only screen and (min-width: 1025px) {
			.elementor-element.elementor-grid-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.elementor-element.elementor-grid-tablet-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 767px) {
			.elementor-element.elementor-grid-mobile-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		.eael-author-avatar>a {
			display: block
		}

		.eael-entry-footer,
		.eael-entry-header-after {
			overflow: hidden;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-entry-footer>div,
		.eael-entry-header-after>div {
			display: inline-block;
			float: left
		}

		.post-carousel-categories {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 11;
			width: 100%;
			margin: 0;
			padding: 15px;
			text-align: left;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.post-carousel-categories li {
			display: inline-block;
			text-transform: capitalize;
			margin-right: 5px;
			position: relative
		}

		.post-carousel-categories li:after {
			content: ",";
			color: #fff
		}

		.post-carousel-categories li:last-child:after {
			display: none
		}

		.post-carousel-categories li a {
			color: #fff
		}

		.eael-entry-media:hover .post-carousel-categories {
			visibility: visible;
			opacity: 1
		}

		.eael-post-grid-style-three .eael-meta-posted-on {
			min-width: 60px;
			height: 50px;
			padding: 5px;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 4px;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			text-align: center;
			font-size: 16px;
			line-height: 18px;
			margin-top: 12px;
			margin-left: 12px
		}

		.eael-post-grid-style-three .eael-meta-posted-on span {
			display: block
		}

		.eael-post-grid-style-two .eael-entry-meta {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
			padding: 0;
			font-size: 12px;
			margin-right: 15px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
			margin-right: 7px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer {
			padding: 0;
			font-size: 12px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer a {
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
			list-style: none;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-ms-flex-flow: wrap;
			flex-flow: wrap;
			margin: 0;
			padding-left: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
			font-size: 12px;
			margin-right: 7px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
			margin-right: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
			color: #929292
		}

		.rtl .eael-grid-post .eael-entry-footer {
			direction: ltr
		}

		.table-responsive {
			width: 100%;
			overflow-x: auto;
			overflow-y: hidden
		}

		.eael-wcpc-wrapper img {
			display: block;
			margin: auto
		}

		.eael-wcpc-wrapper th i {
			padding-right: 10px;
			color: #dcdcdc
		}

		.eael-wcpc-wrapper .wcpc-table-header {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper .wcpc-table-header .wcpc-title {
			word-break: break-word
		}

		.eael-wcpc-wrapper .elementor-icon {
			font-size: 20px;
			margin-right: 10px
		}

		.eael-wcpc-wrapper table td {
			text-align: center
		}

		.eael-wcpc-wrapper.custom {
			--h-bg: #2d1e87;
			--h-text-clr: #fff;
			--h-border-clr: #b6aaff;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #6752e5;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: #6b55ec;
			--container-bg: #fff;
			--icon-color: #c3ccdc;
			background: var(--container-bg);
			overflow-x: scroll
		}

		.eael-wcpc-wrapper.custom table {
			border-collapse: collapse;
			border-spacing: 0;
			max-width: none
		}

		.eael-wcpc-wrapper.custom table .icon {
			width: 16px;
			margin-right: 6px;
			fill: var(--icon-color)
		}

		.eael-wcpc-wrapper.custom table th,
		.eael-wcpc-wrapper.custom table td {
			padding: 15px;
			border: 1px solid var(--h-border-clr);
			border-collapse: collapse
		}

		.eael-wcpc-wrapper.custom table th.first-th {
			border: none;
			padding-left: 5px
		}

		.eael-wcpc-wrapper.custom table th {
			color: var(--text-bold-clr);
			font-weight: normal;
			max-width: 160px;
			border-left-width: 2px;
			border-collapse: collapse;
			vertical-align: middle
		}

		.eael-wcpc-wrapper.custom table th div {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper.custom table td {
			color: var(--text-clr);
			text-align: center
		}

		.eael-wcpc-wrapper.custom table tr.title {
			background: var(--h-bg);
			color: var(--h-text-clr)
		}

		.eael-wcpc-wrapper.custom table tr.title th,
		.eael-wcpc-wrapper.custom table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none;
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom table tr.image td {
			vertical-align: middle;
			border: none
		}

		.eael-wcpc-wrapper.custom table .button {
			border-radius: 5px;
			background: var(--btn-bg);
			color: var(--btn-text)
		}

		.eael-wcpc-wrapper.custom table .button:hover {
			background: var(--btn-bg-hover)
		}

		.eael-wcpc-wrapper.custom.theme-1 table tr.image td {
			background: var(--image-bg);
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-2 {
			--h-bg: #ff9453;
			--h-border-clr: #f4ede9;
			--btn-bg: #ff9453;
			--btn-bg-hover: #6752e5;
			--even-row-bg: #fbf8f7
		}

		.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 {
			--container-bg: #f9fafc;
			--btn-bg: #ff907e;
			--btn-bg-hover: #ff907e;
			--even-row-bg: #f5f5f8;
			--h-odd-row-bg: #fdfdff;
			--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);
			--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);
			--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);
			--firt-btn-bg: #ff907e;
			--second-btn-bg: #7561f2;
			--third-btn-bg: #23d56e;
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table {
			-webkit-border-horizontal-spacing: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table th,
		.eael-wcpc-wrapper.custom.theme-3 table td {
			border: none;
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,
		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured {
			-webkit-box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06);
			box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title {
			background: initial;
			color: initial
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-3 table tr.title td {
			color: initial;
			border-left: none;
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td {
			background: initial;
			border-left: none;
			border-right: none;
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span {
			display: block;
			width: 100%;
			height: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span {
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner {
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span {
			padding: 10px;
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 {
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #613de6;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: none;
			--container-bg: #f9fafc
		}

		.eael-wcpc-wrapper.custom.theme-4 table {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-4 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-4 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image td {
			position: relative;
			border: 1px solid var(--h-border-clr);
			overflow: hidden
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon {
			position: absolute;
			left: -44px;
			top: 10px;
			background: var(--btn-bg);
			color: var(--btn-text);
			padding: 3px 50px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: center;
			-ms-transform-origin: center;
			transform-origin: center
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,
		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			font-size: 18px;
			font-weight: bold
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title {
			color: var(--text-bold-clr);
			margin: 0 auto 10px
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			color: var(--btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 {
			--first-row-color: #fff;
			--first-col-bg: #6a3ee8;
			--second-col-bg: #3e5ae8;
			--third-col-bg: #15e9c9;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--first-btn-bg: #6a3ee8;
			--second-btn-bg: #3e5ae8;
			--third-btn-bg: #15e9c9;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button {
			background: var(--first-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover {
			background: #5827e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button {
			background: var(--second-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover {
			background: #2747e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button {
			background: var(--third-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover {
			background: #13d2b5
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1) {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2) {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3) {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			border: none;
			border-right: 2px solid var(--first-row-color);
			color: var(--first-row-color)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 {
			--container-bg: #f0eff6;
			--first-row-color: #fff;
			--first-col-bg: #fd907b;
			--second-col-bg: #7f6cf4;
			--third-col-bg: #3ae281;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border-left: 0;
			border-right: 0
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			color: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr,
		.eael-wcpc-wrapper.custom.theme-6 table th,
		.eael-wcpc-wrapper.custom.theme-6 table td {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td {
			color: #fff;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,
		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td {
			background: #f7f6fa
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1) {
			background: #fec1b5
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2) {
			background: #b7adf9
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3) {
			background: #91efb8
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border: none;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button:hover {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button {
			color: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover {
			color: #fb3c17
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button {
			color: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover {
			color: #2f11e9
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button {
			color: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover {
			color: #179f51
		}

		.eael-wcpc-wrapper.custom.theme-6 .img-inner {
			display: block;
			background: rgba(228, 228, 228, .45);
			border-radius: 6px
		}

		@media screen and (min-width: 769px) {
			.eael-wcpc-wrapper:not(.theme-4) tr.image td {
				padding: 10px
			}

			.theme-4 tr.image td {
				padding: 50px 10px
			}
		}

		.eael-product-grid .woocommerce ul.products,
		.eael-post-grid .woocommerce ul.products {
			display: grid;
			grid-gap: 25px;
			margin: 0 0 15px 0;
			padding: 0 !important
		}

		.eael-product-grid .woocommerce ul.products:before,
		.eael-product-grid .woocommerce ul.products:after,
		.eael-post-grid .woocommerce ul.products:before,
		.eael-post-grid .woocommerce ul.products:after {
			display: none
		}

		.eael-product-grid .woocommerce ul.products .product,
		.eael-post-grid .woocommerce ul.products .product {
			width: 100%;
			margin: 0;
			padding: 0
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			cursor: pointer;
			color: #fff;
			background-color: #333;
			margin: 15px
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader {
			display: none;
			width: 1.5rem
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating,
		.eael-post-grid .woocommerce ul.products .product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span,
		.eael-post-grid .woocommerce ul.products .product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .woocommerce ul.products li.product,
		.eael-post-grid .woocommerce ul.products li.product {
			width: 100%
		}

		.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
		.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
			width: 100%
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			position: relative;
			float: left;
			display: block;
			overflow: hidden;
			text-align: center;
			padding: 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			height: auto;
			margin: auto;
			max-width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
			display: block;
			font-size: 14px;
			font-weight: 400;
			line-height: 38px;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			background-color: #333;
			padding: 0;
			margin: 15px;
			border-radius: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
			outline: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before {
			content: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
			display: block;
			margin: 0 0 15px 0;
			padding: 0;
			font-size: 14px;
			line-height: 1;
			text-transform: capitalize;
			color: #333;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			margin: 0 auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0 15px 15px 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			border: 1px solid rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			visibility: hidden;
			-webkit-transition: none;
			-o-transition: none;
			transition: none
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist {
			visibility: visible
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
			position: relative;
			float: left;
			overflow: hidden;
			text-align: center;
			padding: 0 0 15px 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			max-width: 100%;
			height: auto;
			margin: auto;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
			position: relative;
			overflow: hidden;
			line-height: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 14px;
			line-height: 38px;
			text-align: center;
			color: #fff;
			background-color: #333;
			width: 38px;
			height: 38px;
			border-style: none;
			border-radius: 50%;
			vertical-align: middle;
			padding: 0;
			margin: 0 5px;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
			-webkit-transition: opacity 300ms, -webkit-transform 200ms;
			transition: opacity 300ms, -webkit-transform 200ms;
			-o-transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms, -webkit-transform 200ms
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus {
			outline: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
			content: "?";
			font-size: 14px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0;
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after {
			content: "?"
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
			content: "?";
			display: inline-block;
			font-weight: normal;
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			color: #fff;
			height: auto;
			width: auto;
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			font-weight: 900;
			color: #fff;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 9;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare {
			padding: 5px !important
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product {
			overflow: visible !important
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale {
			line-height: inherit;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge {
			min-height: 3.746em;
			min-width: 3.746em;
			padding: .502em;
			font-size: 13px;
			font-weight: 700;
			position: absolute;
			text-align: center;
			line-height: 1.25;
			top: -0.5em;
			left: -0.5em;
			margin: 0;
			border-radius: 50%;
			background-color: #ff2a13;
			color: #fff;
			font-size: .857em;
			z-index: 9
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-default.button.product_type_external,
		.eael-post-grid.eael-product-default.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-default.button.product_type_external:before,
		.eael-post-grid.eael-product-default.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img {
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist {
			margin: 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.theme-astra .eael-product-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-product-grid.grid .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.grid .woocommerce ul.products li.product {
			width: 100% !important
		}

		.eael-wcpc-modal {
			position: fixed;
			top: 50px;
			right: 0;
			bottom: 50px;
			left: 0;
			margin-left: auto;
			margin-right: auto;
			width: 1080px;
			max-width: 90%;
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			z-index: 9999999
		}

		.modal__content {
			width: 100%;
			height: 100%;
			overflow: hidden auto
		}

		.wcpc-overlay {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			z-index: 10;
			background: rgba(0, 0, 0, .5);
			pointer-events: none
		}

		.wcpc-overlay,
		.eael-wcpc-modal {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease
		}

		.close-modal {
			position: absolute;
			top: -10px;
			right: -10px;
			cursor: pointer;
			display: block;
			border-radius: 50%;
			color: #fff;
			background: #000;
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 23px;
			-webkit-box-shadow: -1px 0px 3px 0 #000;
			box-shadow: -1px 0px 3px 0 #000;
			-webkit-transition: -webkit-transform 300ms ease;
			transition: -webkit-transform 300ms ease;
			-o-transition: transform 300ms ease;
			transition: transform 300ms ease;
			transition: transform 300ms ease, -webkit-transform 300ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove,
		.eael-wcpc-wrapper.custom .eael-wc-remove {
			cursor: pointer;
			-webkit-transition: all 400ms ease;
			-o-transition: all 400ms ease;
			transition: all 400ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove.disable,
		.eael-wcpc-wrapper.custom .eael-wc-remove.disable {
			color: #a0a0a0 !important;
			-webkit-transform: scale(1) !important;
			-ms-transform: scale(1) !important;
			transform: scale(1) !important
		}

		.eael-wcpc-wrapper .eael-wc-remove:hover,
		.eael-wcpc-wrapper.custom .eael-wc-remove:hover {
			color: red;
			-webkit-transform: scale(2);
			-ms-transform: scale(2);
			transform: scale(2)
		}

		.eael-wcpc-wrapper .remove-row,
		.eael-wcpc-wrapper.custom .remove-row {
			border: none
		}

		.eael-wcpc-wrapper .remove-row th,
		.eael-wcpc-wrapper .remove-row td,
		.eael-wcpc-wrapper.custom .remove-row th,
		.eael-wcpc-wrapper.custom .remove-row td {
			border: none;
			text-align: center
		}

		.eael-product-grid .woocommerce ul.products li.product a img {
			margin-bottom: 0;
			display: block;
			width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
			letter-spacing: normal;
			font-weight: 700;
			text-transform: capitalize
		}

		.eael-product-grid .woocommerce ul.products li.product ins {
			background: rgba(0, 0, 0, 0)
		}

		.eael-product-grid .woocommerce ul.products li.product .button {
			text-transform: capitalize;
			border: none;
			letter-spacing: normal;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid .woocommerce ul.products li.product .button:hover,
		.eael-product-grid .woocommerce ul.products li.product .button:visited {
			text-decoration: none
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .eael-woo-pagination ul {
			display: inline-block;
			text-align: center;
			white-space: nowrap;
			padding: 0;
			clear: both;
			border: 0;
			margin: 1px;
			width: auto
		}

		.eael-product-grid .eael-woo-pagination ul li {
			display: inline-block;
			margin: 0 5px 5px 0;
			padding: 0;
			float: left;
			overflow: hidden
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers {
			margin: 0;
			text-decoration: none;
			color: rgba(0, 0, 0, .7411764706);
			line-height: 1;
			font-size: 1em;
			font-weight: normal;
			padding: .75em;
			display: block;
			min-width: 2.5em;
			-webkit-box-sizing: inherit;
			box-sizing: inherit;
			border: none
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus {
			color: #fff;
			background: rgba(0, 0, 0, .7411764706)
		}

		.eael-product-grid .woocommerce ul.products .product {
			overflow-y: auto
		}

		.eael-product-grid .eael-load-more-button-wrap {
			clear: both;
			margin-top: 40px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale {
			padding: 5px 10px;
			font-size: 12px;
			font-weight: 500;
			position: absolute;
			text-align: center;
			line-height: 1.2em;
			top: 30px;
			left: 0;
			margin: 0;
			background-color: #ff7a80;
			color: #fff;
			z-index: 9
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2 {
			padding: 0;
			top: 5px;
			left: 5px;
			display: inline-table;
			min-width: 50px;
			min-height: 50px;
			line-height: 50px;
			border-radius: 100%;
			-webkit-font-smoothing: antialiased
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock {
			line-height: normal;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right {
			left: auto;
			right: 5px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3 {
			border-radius: 50px;
			left: 15px;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right {
			left: auto;
			right: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4 {
			left: 0;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after {
			position: absolute;
			right: -15px;
			bottom: 0px;
			width: 15px;
			height: 24px;
			border-top: 12px solid rgba(0, 0, 0, 0);
			border-bottom: 12px solid rgba(0, 0, 0, 0);
			border-left: 10px solid #23a454;
			content: ""
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after {
			right: auto;
			left: -15px;
			border-left: 0;
			border-right: 10px solid #23a454
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5 {
			display: block;
			line-height: 74px;
			height: 60px;
			width: 120px;
			left: -39px;
			top: -10px;
			right: auto;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock {
			line-height: normal;
			padding-top: 12px;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right {
			left: auto;
			right: -35px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2 {
			font-size: 20px;
			line-height: 1.2em;
			color: #252525;
			font-weight: 500;
			margin: 0 0 8px;
			padding: 0
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2:before {
			content: none
		}

		.eael-product-grid .eael-product-wrap .eael-product-price {
			font-size: 18px;
			line-height: 1.2em;
			color: #ff7a80;
			font-weight: 600;
			margin-bottom: 10px
		}

		.eael-product-grid .eael-product-wrap .star-rating {
			margin: 0 auto 10px
		}

		.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added {
			display: none !important
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style {
			bottom: 30px;
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap .product-image-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap {
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 9;
			display: block;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 0;
			visibility: hidden;
			-webkit-transform-origin: center center;
			-ms-transform-origin: center center;
			transform-origin: center center;
			margin: 0 auto;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: stretch;
			-ms-flex-pack: stretch;
			justify-content: stretch;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child) {
			border-right: 1px solid #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a {
			position: relative;
			background-color: rgba(0, 0, 0, 0);
			margin: 0;
			padding: 10px 5px;
			font-size: 15px;
			line-height: 1.2em;
			color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			min-height: 42px;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button {
			padding: 0 !important
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover {
			background-color: rgba(0, 0, 0, 0);
			color: #000
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i {
			line-height: normal
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			top: auto;
			bottom: -100px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 3px;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			visibility: visible;
			opacity: 1;
			top: auto;
			bottom: -24px;
			margin: 0 5%
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style {
			background: #fff;
			width: 100%;
			top: auto;
			bottom: -50px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 10px 2px 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a {
			display: block;
			position: absolute;
			color: #000;
			width: 100%;
			height: 100%;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px;
			line-height: 42px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.grid .eael-product-wrap .product-details-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-details-wrap {
			padding: 10px
		}

		.eael-product-grid.masonry .woocommerce ul.products {
			display: block
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products {
				margin: 0 -1% !important
			}
		}

		.eael-product-grid.masonry .woocommerce ul.products:before,
		.eael-product-grid.masonry .woocommerce ul.products:after {
			display: table;
			content: " "
		}

		.eael-product-grid.masonry .woocommerce ul.products li.product {
			float: left;
			margin: 15px 0
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products li.product {
				margin: 1%
			}
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,
		.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap {
			overflow: inherit
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,
		.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child {
			margin-top: 20px
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products,
		.eael-product-grid.grid.eael-product-preset-6 ul.products,
		.eael-product-grid.grid.eael-product-preset-7 ul.products,
		.eael-product-grid.grid.eael-product-preset-8 ul.products,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products {
			padding: 0;
			margin: 0;
			list-style: none
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product {
			text-align: center;
			border: 1px solid #000;
			overflow: hidden
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first {
			clear: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button {
			display: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_external {
			display: none
		}

		.eael-product-grid.list .woocommerce ul.products li.product {
			overflow: hidden
		}

		.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img {
			margin-bottom: 0
		}

		.eael-product-grid.list .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 10px 0
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap {
			padding: 20px
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap {
			padding: 0;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,
		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap {
			padding: 0
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap {
			padding: 20px;
			margin-left: 20px
		}

		.eael-product-grid.list .eael-product-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style {
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap {
			padding: 0;
			margin: 0;
			list-style: none;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			height: 50px;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a {
			position: relative
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li {
			width: 42px;
			height: 42px;
			-webkit-filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			background-color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a {
			padding: 11px 15px !important;
			width: auto
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a {
			margin: 2px;
			padding: 10.5px 10px;
			width: 42px;
			height: 42px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a {
			border-left-width: 0 !important
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a {
			padding: 8.5px 10px;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a {
			border: 2px solid #ddd
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon {
			margin: 2px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0;
			vertical-align: top
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a {
			display: block;
			color: #000;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s;
			background: #ffebcd;
			padding: 9px 10px;
			font-size: 15px;
			line-height: 1.4em;
			font-weight: 700;
			cursor: pointer
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button {
			font-size: 15px;
			line-height: 1.4em
		}

		.eael-product-grid.list .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden;
			width: 45%;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .product-details-wrap {
			width: 55%;
			padding: 25px;
			text-align: left !important
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-price {
			margin-bottom: 5px
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p {
			margin: 0 0 10px
		}

		@media only screen and (min-width: 1025px) {
			.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 767px) {
			.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667% !important;
				margin: 1%
			}
		}

		.eael-product-loader {
			position: relative
		}

		.eael-product-loader::after {
			border-radius: 50%;
			width: 50px;
			height: 50px;
			position: absolute;
			content: "";
			border-top: 4px solid rgba(0, 0, 0, .2);
			border-right: 4px solid rgba(0, 0, 0, .2);
			border-bottom: 4px solid rgba(0, 0, 0, .2);
			border-left: 4px solid #000;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			left: 48%;
			top: 40%;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
			position: unset;
			display: unset
		}

		.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock {
			display: none
		}

		.theme-blocksy .button:before {
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
			-webkit-filter: none !important;
			filter: none !important;
			opacity: 1;
			z-index: 0;
			bottom: 0 !important;
			right: 0;
			line-height: 1.2em
		}

		.theme-blocksy .button:hover {
			-webkit-transform: none;
			-ms-transform: none;
			transform: none
		}

		.theme-twentytwentyone .eael-product-default .woocommerce ul.products li.product .button {
			margin: 0 auto
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating {
			font-size: 12px;
			letter-spacing: 2px;
			width: 75px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			font-size: 12px;
			letter-spacing: 2px;
			line-height: 12px;
			left: 0px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span {
			font-size: 12px;
			letter-spacing: 2px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			font-size: 12px;
			letter-spacing: 2px;
			left: 0px;
			line-height: 12px
		}

		.buddyboss-theme .eael-product-popup.woocommerce div.product .button {
			line-height: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product {
			max-width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .stockout,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .stockout {
			height: auto;
			top: 25px;
			left: -55px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .eael-star-rating.star-rating,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .eael-star-rating.star-rating {
			width: 7em
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .button {
			margin: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product {
			display: block
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product .added_to_cart {
			width: 100%;
			position: absolute;
			bottom: 0;
			border: none;
			border-radius: 0;
			background: #333;
			color: #fff;
			height: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-overlay li.product a.button.add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-overlay li.product a.button.add_to_cart_button {
			-webkit-box-flex: inherit;
			-ms-flex: inherit;
			flex: inherit;
			width: auto;
			border-radius: 50%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart {
			border: none;
			width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 0px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 10px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button {
			margin: 2px;
			border-radius: 3px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button {
			padding: 9px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .added_to_cart {
			width: 100%;
			padding: 5px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button {
			margin: 10px 2px 0
		}

		.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		@-webkit-keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		@keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		.eael-button-wrap,
		.eael-load-more-button-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-button-wrap.eael-force-hide,
		.eael-load-more-button-wrap.eael-force-hide {
			display: none !important
		}

		.eael-button,
		.eael-load-more-button {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding: 1em 2em;
			border: 0px solid;
			font-size: 16px;
			overflow: hidden
		}

		.eael-button.hide,
		.eael-load-more-button.hide {
			display: none !important
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			display: block
		}

		.eael-button .eael-btn-loader,
		.eael-load-more-button .eael-btn-loader {
			display: none;
			border-radius: 50%;
			width: 20px;
			height: 20px;
			font-size: 10px;
			position: relative;
			top: auto;
			left: -200%;
			border-top: 4px solid rgba(255, 255, 255, .2);
			border-right: 4px solid rgba(255, 255, 255, .2);
			border-bottom: 4px solid rgba(255, 255, 255, .2);
			border-left: 4px solid #fff;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			margin-right: 5px;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.eael-button .eael-btn-loader:after,
		.eael-load-more-button .eael-btn-loader:after {
			border-radius: 50%;
			width: 20px;
			height: 20px
		}

		.eael-button:focus,
		.eael-load-more-button:focus {
			outline: none
		}

		.eael-button.button--loading>span,
		.eael-load-more-button.button--loading>span {
			margin-left: 0
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			left: 0
		}

		.rtl .eael-load-more-button-wrap {
			direction: ltr
		}

		.eael-post-grid-container .eael-post-grid {
			margin: 0 -10px
		}

		.eael-post-grid-container .eael-post-grid .eael-grid-post {
			float: left;
			padding: 10px
		}

		.eael-post-carousel .eael-grid-post {
			float: none;
			padding: 0
		}

		.eael-grid-post-holder {
			border: 1px solid rgba(0, 0, 0, .1)
		}

		.eael-grid-post-holder-inner {
			height: 100%
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
			-webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			-o-transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1)
		}

		.eael-entry-overlay>a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3
		}

		.eael-entry-title {
			margin: 10px 0 5px;
			font-size: 1.2em
		}

		.eael-entry-thumbnail img {
			width: 100%;
			max-width: 100%;
			vertical-align: middle
		}

		.eael-entry-thumbnail.eael-image-ratio img {
			position: absolute;
			top: calc(50% + 1px);
			left: calc(50% + 1px);
			-webkit-transform: scale(1.01) translate(-50%, -50%);
			-ms-transform: scale(1.01) translate(-50%, -50%);
			transform: scale(1.01) translate(-50%, -50%)
		}

		.eael-entry-thumbnail>img {
			height: 100%
		}

		.eael-entry-footer .eael-author-avatar,
		.eael-entry-header-after .eael-author-avatar {
			width: 50px;
			padding-right: 8px
		}

		.eael-entry-footer .eael-author-avatar .avatar,
		.eael-entry-header-after .eael-author-avatar .avatar {
			border-radius: 50%
		}

		.eael-post-grid .eael-entry-footer .eael-entry-meta {
			text-align: left
		}

		.eael-grid-post .eael-entry-meta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			white-space: nowrap
		}

		.eael-grid-post .eael-entry-footer .eael-entry-meta {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
		}

		.eael-entry-meta>div {
			font-size: 12px;
			line-height: 1.2;
			padding-bottom: 5px
		}

		.eael-grid-post-excerpt p {
			margin: 0;
			font-size: 14px
		}

		.eael-entry-meta .eael-entry-footer .eael-posted-by {
			display: block
		}

		.eael-grid-post .eael-entry-wrapper {
			padding: 15px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-by,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-by {
			padding-right: 8px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 700;
			color: inherit;
			opacity: .4;
			font-size: .8em;
			padding-right: 7px
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			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
		}

		.eael-entry-overlay>i {
			color: #fff
		}

		.eael-entry-overlay.fade-in {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in {
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in>i {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			opacity: 1
		}

		.eael-entry-overlay.zoom-in {
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.zoom-in {
			visibility: visible;
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.eael-entry-overlay.slide-up {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.slide-up {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media {
			overflow: hidden
		}

		.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
			display: none
		}

		.eael-entry-overlay.none {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
			-webkit-transform: scale(0.4);
			-ms-transform: scale(0.4);
			transform: scale(0.4);
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
			-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
			transform: translateY(-100%)
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i {
			-webkit-transform: translateY(-100px);
			-ms-transform: translateY(-100px);
			transform: translateY(-100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0)
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i {
			-webkit-transform: translateY(100px);
			-ms-transform: translateY(100px);
			transform: translateY(100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-grid-post .eael-entry-thumbnail>img {
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover
		}

		.eael-post-elements-readmore-btn {
			display: block
		}

		@media only screen and (min-width: 1025px) {
			.elementor-element.elementor-grid-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.elementor-element.elementor-grid-tablet-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 767px) {
			.elementor-element.elementor-grid-mobile-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		.eael-author-avatar>a {
			display: block
		}

		.eael-entry-footer,
		.eael-entry-header-after {
			overflow: hidden;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-entry-footer>div,
		.eael-entry-header-after>div {
			display: inline-block;
			float: left
		}

		.post-carousel-categories {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 11;
			width: 100%;
			margin: 0;
			padding: 15px;
			text-align: left;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.post-carousel-categories li {
			display: inline-block;
			text-transform: capitalize;
			margin-right: 5px;
			position: relative
		}

		.post-carousel-categories li:after {
			content: ",";
			color: #fff
		}

		.post-carousel-categories li:last-child:after {
			display: none
		}

		.post-carousel-categories li a {
			color: #fff
		}

		.eael-entry-media:hover .post-carousel-categories {
			visibility: visible;
			opacity: 1
		}

		.eael-post-grid-style-three .eael-meta-posted-on {
			min-width: 60px;
			height: 50px;
			padding: 5px;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 4px;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			text-align: center;
			font-size: 16px;
			line-height: 18px;
			margin-top: 12px;
			margin-left: 12px
		}

		.eael-post-grid-style-three .eael-meta-posted-on span {
			display: block
		}

		.eael-post-grid-style-two .eael-entry-meta {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
			padding: 0;
			font-size: 12px;
			margin-right: 15px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
			margin-right: 7px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer {
			padding: 0;
			font-size: 12px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer a {
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
			list-style: none;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-ms-flex-flow: wrap;
			flex-flow: wrap;
			margin: 0;
			padding-left: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
			font-size: 12px;
			margin-right: 7px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
			margin-right: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
			color: #929292
		}

		.rtl .eael-grid-post .eael-entry-footer {
			direction: ltr
		}

		.table-responsive {
			width: 100%;
			overflow-x: auto;
			overflow-y: hidden
		}

		.eael-wcpc-wrapper img {
			display: block;
			margin: auto
		}

		.eael-wcpc-wrapper th i {
			padding-right: 10px;
			color: #dcdcdc
		}

		.eael-wcpc-wrapper .wcpc-table-header {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper .wcpc-table-header .wcpc-title {
			word-break: break-word
		}

		.eael-wcpc-wrapper .elementor-icon {
			font-size: 20px;
			margin-right: 10px
		}

		.eael-wcpc-wrapper table td {
			text-align: center
		}

		.eael-wcpc-wrapper.custom {
			--h-bg: #2d1e87;
			--h-text-clr: #fff;
			--h-border-clr: #b6aaff;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #6752e5;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: #6b55ec;
			--container-bg: #fff;
			--icon-color: #c3ccdc;
			background: var(--container-bg);
			overflow-x: scroll
		}

		.eael-wcpc-wrapper.custom table {
			border-collapse: collapse;
			border-spacing: 0;
			max-width: none
		}

		.eael-wcpc-wrapper.custom table .icon {
			width: 16px;
			margin-right: 6px;
			fill: var(--icon-color)
		}

		.eael-wcpc-wrapper.custom table th,
		.eael-wcpc-wrapper.custom table td {
			padding: 15px;
			border: 1px solid var(--h-border-clr);
			border-collapse: collapse
		}

		.eael-wcpc-wrapper.custom table th.first-th {
			border: none;
			padding-left: 5px
		}

		.eael-wcpc-wrapper.custom table th {
			color: var(--text-bold-clr);
			font-weight: normal;
			max-width: 160px;
			border-left-width: 2px;
			border-collapse: collapse;
			vertical-align: middle
		}

		.eael-wcpc-wrapper.custom table th div {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper.custom table td {
			color: var(--text-clr);
			text-align: center
		}

		.eael-wcpc-wrapper.custom table tr.title {
			background: var(--h-bg);
			color: var(--h-text-clr)
		}

		.eael-wcpc-wrapper.custom table tr.title th,
		.eael-wcpc-wrapper.custom table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none;
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom table tr.image td {
			vertical-align: middle;
			border: none
		}

		.eael-wcpc-wrapper.custom table .button {
			border-radius: 5px;
			background: var(--btn-bg);
			color: var(--btn-text)
		}

		.eael-wcpc-wrapper.custom table .button:hover {
			background: var(--btn-bg-hover)
		}

		.eael-wcpc-wrapper.custom.theme-1 table tr.image td {
			background: var(--image-bg);
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-2 {
			--h-bg: #ff9453;
			--h-border-clr: #f4ede9;
			--btn-bg: #ff9453;
			--btn-bg-hover: #6752e5;
			--even-row-bg: #fbf8f7
		}

		.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 {
			--container-bg: #f9fafc;
			--btn-bg: #ff907e;
			--btn-bg-hover: #ff907e;
			--even-row-bg: #f5f5f8;
			--h-odd-row-bg: #fdfdff;
			--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);
			--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);
			--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);
			--firt-btn-bg: #ff907e;
			--second-btn-bg: #7561f2;
			--third-btn-bg: #23d56e;
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table {
			-webkit-border-horizontal-spacing: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table th,
		.eael-wcpc-wrapper.custom.theme-3 table td {
			border: none;
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,
		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured {
			-webkit-box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06);
			box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title {
			background: initial;
			color: initial
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-3 table tr.title td {
			color: initial;
			border-left: none;
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td {
			background: initial;
			border-left: none;
			border-right: none;
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span {
			display: block;
			width: 100%;
			height: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span {
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner {
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span {
			padding: 10px;
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 {
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #613de6;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: none;
			--container-bg: #f9fafc
		}

		.eael-wcpc-wrapper.custom.theme-4 table {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-4 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-4 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image td {
			position: relative;
			border: 1px solid var(--h-border-clr);
			overflow: hidden
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon {
			position: absolute;
			left: -44px;
			top: 10px;
			background: var(--btn-bg);
			color: var(--btn-text);
			padding: 3px 50px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: center;
			-ms-transform-origin: center;
			transform-origin: center
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,
		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			font-size: 18px;
			font-weight: bold
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title {
			color: var(--text-bold-clr);
			margin: 0 auto 10px
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			color: var(--btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 {
			--first-row-color: #fff;
			--first-col-bg: #6a3ee8;
			--second-col-bg: #3e5ae8;
			--third-col-bg: #15e9c9;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--first-btn-bg: #6a3ee8;
			--second-btn-bg: #3e5ae8;
			--third-btn-bg: #15e9c9;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button {
			background: var(--first-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover {
			background: #5827e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button {
			background: var(--second-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover {
			background: #2747e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button {
			background: var(--third-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover {
			background: #13d2b5
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1) {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2) {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3) {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			border: none;
			border-right: 2px solid var(--first-row-color);
			color: var(--first-row-color)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 {
			--container-bg: #f0eff6;
			--first-row-color: #fff;
			--first-col-bg: #fd907b;
			--second-col-bg: #7f6cf4;
			--third-col-bg: #3ae281;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border-left: 0;
			border-right: 0
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			color: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr,
		.eael-wcpc-wrapper.custom.theme-6 table th,
		.eael-wcpc-wrapper.custom.theme-6 table td {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td {
			color: #fff;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,
		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td {
			background: #f7f6fa
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1) {
			background: #fec1b5
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2) {
			background: #b7adf9
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3) {
			background: #91efb8
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border: none;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button:hover {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button {
			color: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover {
			color: #fb3c17
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button {
			color: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover {
			color: #2f11e9
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button {
			color: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover {
			color: #179f51
		}

		.eael-wcpc-wrapper.custom.theme-6 .img-inner {
			display: block;
			background: rgba(228, 228, 228, .45);
			border-radius: 6px
		}

		@media screen and (min-width: 769px) {
			.eael-wcpc-wrapper:not(.theme-4) tr.image td {
				padding: 10px
			}

			.theme-4 tr.image td {
				padding: 50px 10px
			}
		}

		.eael-product-grid .woocommerce ul.products,
		.eael-post-grid .woocommerce ul.products {
			display: grid;
			grid-gap: 25px;
			margin: 0 0 15px 0;
			padding: 0 !important
		}

		.eael-product-grid .woocommerce ul.products:before,
		.eael-product-grid .woocommerce ul.products:after,
		.eael-post-grid .woocommerce ul.products:before,
		.eael-post-grid .woocommerce ul.products:after {
			display: none
		}

		.eael-product-grid .woocommerce ul.products .product,
		.eael-post-grid .woocommerce ul.products .product {
			width: 100%;
			margin: 0;
			padding: 0
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			cursor: pointer;
			color: #fff;
			background-color: #333;
			margin: 15px
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader {
			display: none;
			width: 1.5rem
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating,
		.eael-post-grid .woocommerce ul.products .product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span,
		.eael-post-grid .woocommerce ul.products .product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .woocommerce ul.products li.product,
		.eael-post-grid .woocommerce ul.products li.product {
			width: 100%
		}

		.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
		.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
			width: 100%
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			position: relative;
			float: left;
			display: block;
			overflow: hidden;
			text-align: center;
			padding: 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			height: auto;
			margin: auto;
			max-width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
			display: block;
			font-size: 14px;
			font-weight: 400;
			line-height: 38px;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			background-color: #333;
			padding: 0;
			margin: 15px;
			border-radius: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
			outline: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before {
			content: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
			display: block;
			margin: 0 0 15px 0;
			padding: 0;
			font-size: 14px;
			line-height: 1;
			text-transform: capitalize;
			color: #333;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			margin: 0 auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0 15px 15px 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			border: 1px solid rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			visibility: hidden;
			-webkit-transition: none;
			-o-transition: none;
			transition: none
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist {
			visibility: visible
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
			position: relative;
			float: left;
			overflow: hidden;
			text-align: center;
			padding: 0 0 15px 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			max-width: 100%;
			height: auto;
			margin: auto;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
			position: relative;
			overflow: hidden;
			line-height: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 14px;
			line-height: 38px;
			text-align: center;
			color: #fff;
			background-color: #333;
			width: 38px;
			height: 38px;
			border-style: none;
			border-radius: 50%;
			vertical-align: middle;
			padding: 0;
			margin: 0 5px;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
			-webkit-transition: opacity 300ms, -webkit-transform 200ms;
			transition: opacity 300ms, -webkit-transform 200ms;
			-o-transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms, -webkit-transform 200ms
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus {
			outline: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
			content: "?";
			font-size: 14px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0;
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after {
			content: "?"
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
			content: "?";
			display: inline-block;
			font-weight: normal;
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			color: #fff;
			height: auto;
			width: auto;
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			font-weight: 900;
			color: #fff;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 9;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare {
			padding: 5px !important
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product {
			overflow: visible !important
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale {
			line-height: inherit;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge {
			min-height: 3.746em;
			min-width: 3.746em;
			padding: .502em;
			font-size: 13px;
			font-weight: 700;
			position: absolute;
			text-align: center;
			line-height: 1.25;
			top: -0.5em;
			left: -0.5em;
			margin: 0;
			border-radius: 50%;
			background-color: #ff2a13;
			color: #fff;
			font-size: .857em;
			z-index: 9
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-default.button.product_type_external,
		.eael-post-grid.eael-product-default.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-default.button.product_type_external:before,
		.eael-post-grid.eael-product-default.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img {
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist {
			margin: 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.theme-astra .eael-product-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-product-grid.grid .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.grid .woocommerce ul.products li.product {
			width: 100% !important
		}

		.eael-wcpc-modal {
			position: fixed;
			top: 50px;
			right: 0;
			bottom: 50px;
			left: 0;
			margin-left: auto;
			margin-right: auto;
			width: 1080px;
			max-width: 90%;
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			z-index: 9999999
		}

		.modal__content {
			width: 100%;
			height: 100%;
			overflow: hidden auto
		}

		.wcpc-overlay {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			z-index: 10;
			background: rgba(0, 0, 0, .5);
			pointer-events: none
		}

		.wcpc-overlay,
		.eael-wcpc-modal {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease
		}

		.close-modal {
			position: absolute;
			top: -10px;
			right: -10px;
			cursor: pointer;
			display: block;
			border-radius: 50%;
			color: #fff;
			background: #000;
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 23px;
			-webkit-box-shadow: -1px 0px 3px 0 #000;
			box-shadow: -1px 0px 3px 0 #000;
			-webkit-transition: -webkit-transform 300ms ease;
			transition: -webkit-transform 300ms ease;
			-o-transition: transform 300ms ease;
			transition: transform 300ms ease;
			transition: transform 300ms ease, -webkit-transform 300ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove,
		.eael-wcpc-wrapper.custom .eael-wc-remove {
			cursor: pointer;
			-webkit-transition: all 400ms ease;
			-o-transition: all 400ms ease;
			transition: all 400ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove.disable,
		.eael-wcpc-wrapper.custom .eael-wc-remove.disable {
			color: #a0a0a0 !important;
			-webkit-transform: scale(1) !important;
			-ms-transform: scale(1) !important;
			transform: scale(1) !important
		}

		.eael-wcpc-wrapper .eael-wc-remove:hover,
		.eael-wcpc-wrapper.custom .eael-wc-remove:hover {
			color: red;
			-webkit-transform: scale(2);
			-ms-transform: scale(2);
			transform: scale(2)
		}

		.eael-wcpc-wrapper .remove-row,
		.eael-wcpc-wrapper.custom .remove-row {
			border: none
		}

		.eael-wcpc-wrapper .remove-row th,
		.eael-wcpc-wrapper .remove-row td,
		.eael-wcpc-wrapper.custom .remove-row th,
		.eael-wcpc-wrapper.custom .remove-row td {
			border: none;
			text-align: center
		}

		.eael-product-grid .woocommerce ul.products li.product a img {
			margin-bottom: 0;
			display: block;
			width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
			letter-spacing: normal;
			font-weight: 700;
			text-transform: capitalize
		}

		.eael-product-grid .woocommerce ul.products li.product ins {
			background: rgba(0, 0, 0, 0)
		}

		.eael-product-grid .woocommerce ul.products li.product .button {
			text-transform: capitalize;
			border: none;
			letter-spacing: normal;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid .woocommerce ul.products li.product .button:hover,
		.eael-product-grid .woocommerce ul.products li.product .button:visited {
			text-decoration: none
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .eael-woo-pagination ul {
			display: inline-block;
			text-align: center;
			white-space: nowrap;
			padding: 0;
			clear: both;
			border: 0;
			margin: 1px;
			width: auto
		}

		.eael-product-grid .eael-woo-pagination ul li {
			display: inline-block;
			margin: 0 5px 5px 0;
			padding: 0;
			float: left;
			overflow: hidden
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers {
			margin: 0;
			text-decoration: none;
			color: rgba(0, 0, 0, .7411764706);
			line-height: 1;
			font-size: 1em;
			font-weight: normal;
			padding: .75em;
			display: block;
			min-width: 2.5em;
			-webkit-box-sizing: inherit;
			box-sizing: inherit;
			border: none
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus {
			color: #fff;
			background: rgba(0, 0, 0, .7411764706)
		}

		.eael-product-grid .woocommerce ul.products .product {
			overflow-y: auto
		}

		.eael-product-grid .eael-load-more-button-wrap {
			clear: both;
			margin-top: 40px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale {
			padding: 5px 10px;
			font-size: 12px;
			font-weight: 500;
			position: absolute;
			text-align: center;
			line-height: 1.2em;
			top: 30px;
			left: 0;
			margin: 0;
			background-color: #ff7a80;
			color: #fff;
			z-index: 9
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2 {
			padding: 0;
			top: 5px;
			left: 5px;
			display: inline-table;
			min-width: 50px;
			min-height: 50px;
			line-height: 50px;
			border-radius: 100%;
			-webkit-font-smoothing: antialiased
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock {
			line-height: normal;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right {
			left: auto;
			right: 5px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3 {
			border-radius: 50px;
			left: 15px;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right {
			left: auto;
			right: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4 {
			left: 0;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after {
			position: absolute;
			right: -15px;
			bottom: 0px;
			width: 15px;
			height: 24px;
			border-top: 12px solid rgba(0, 0, 0, 0);
			border-bottom: 12px solid rgba(0, 0, 0, 0);
			border-left: 10px solid #23a454;
			content: ""
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after {
			right: auto;
			left: -15px;
			border-left: 0;
			border-right: 10px solid #23a454
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5 {
			display: block;
			line-height: 74px;
			height: 60px;
			width: 120px;
			left: -39px;
			top: -10px;
			right: auto;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock {
			line-height: normal;
			padding-top: 12px;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right {
			left: auto;
			right: -35px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2 {
			font-size: 20px;
			line-height: 1.2em;
			color: #252525;
			font-weight: 500;
			margin: 0 0 8px;
			padding: 0
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2:before {
			content: none
		}

		.eael-product-grid .eael-product-wrap .eael-product-price {
			font-size: 18px;
			line-height: 1.2em;
			color: #ff7a80;
			font-weight: 600;
			margin-bottom: 10px
		}

		.eael-product-grid .eael-product-wrap .star-rating {
			margin: 0 auto 10px
		}

		.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added {
			display: none !important
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style {
			bottom: 30px;
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap .product-image-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap {
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 9;
			display: block;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 0;
			visibility: hidden;
			-webkit-transform-origin: center center;
			-ms-transform-origin: center center;
			transform-origin: center center;
			margin: 0 auto;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: stretch;
			-ms-flex-pack: stretch;
			justify-content: stretch;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child) {
			border-right: 1px solid #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a {
			position: relative;
			background-color: rgba(0, 0, 0, 0);
			margin: 0;
			padding: 10px 5px;
			font-size: 15px;
			line-height: 1.2em;
			color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			min-height: 42px;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button {
			padding: 0 !important
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover {
			background-color: rgba(0, 0, 0, 0);
			color: #000
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i {
			line-height: normal
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			top: auto;
			bottom: -100px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 3px;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			visibility: visible;
			opacity: 1;
			top: auto;
			bottom: -24px;
			margin: 0 5%
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style {
			background: #fff;
			width: 100%;
			top: auto;
			bottom: -50px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 10px 2px 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a {
			display: block;
			position: absolute;
			color: #000;
			width: 100%;
			height: 100%;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px;
			line-height: 42px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.grid .eael-product-wrap .product-details-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-details-wrap {
			padding: 10px
		}

		.eael-product-grid.masonry .woocommerce ul.products {
			display: block
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products {
				margin: 0 -1% !important
			}
		}

		.eael-product-grid.masonry .woocommerce ul.products:before,
		.eael-product-grid.masonry .woocommerce ul.products:after {
			display: table;
			content: " "
		}

		.eael-product-grid.masonry .woocommerce ul.products li.product {
			float: left;
			margin: 15px 0
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products li.product {
				margin: 1%
			}
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,
		.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap {
			overflow: inherit
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,
		.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child {
			margin-top: 20px
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products,
		.eael-product-grid.grid.eael-product-preset-6 ul.products,
		.eael-product-grid.grid.eael-product-preset-7 ul.products,
		.eael-product-grid.grid.eael-product-preset-8 ul.products,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products {
			padding: 0;
			margin: 0;
			list-style: none
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product {
			text-align: center;
			border: 1px solid #000;
			overflow: hidden
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first {
			clear: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button {
			display: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_external {
			display: none
		}

		.eael-product-grid.list .woocommerce ul.products li.product {
			overflow: hidden
		}

		.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img {
			margin-bottom: 0
		}

		.eael-product-grid.list .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 10px 0
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap {
			padding: 20px
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap {
			padding: 0;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,
		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap {
			padding: 0
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap {
			padding: 20px;
			margin-left: 20px
		}

		.eael-product-grid.list .eael-product-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style {
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap {
			padding: 0;
			margin: 0;
			list-style: none;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			height: 50px;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a {
			position: relative
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li {
			width: 42px;
			height: 42px;
			-webkit-filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			background-color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a {
			padding: 11px 15px !important;
			width: auto
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a {
			margin: 2px;
			padding: 10.5px 10px;
			width: 42px;
			height: 42px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a {
			border-left-width: 0 !important
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a {
			padding: 8.5px 10px;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a {
			border: 2px solid #ddd
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon {
			margin: 2px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0;
			vertical-align: top
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a {
			display: block;
			color: #000;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s;
			background: #ffebcd;
			padding: 9px 10px;
			font-size: 15px;
			line-height: 1.4em;
			font-weight: 700;
			cursor: pointer
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button {
			font-size: 15px;
			line-height: 1.4em
		}

		.eael-product-grid.list .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden;
			width: 45%;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .product-details-wrap {
			width: 55%;
			padding: 25px;
			text-align: left !important
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-price {
			margin-bottom: 5px
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p {
			margin: 0 0 10px
		}

		@media only screen and (min-width: 1025px) {
			.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 767px) {
			.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667% !important;
				margin: 1%
			}
		}

		.eael-product-loader {
			position: relative
		}

		.eael-product-loader::after {
			border-radius: 50%;
			width: 50px;
			height: 50px;
			position: absolute;
			content: "";
			border-top: 4px solid rgba(0, 0, 0, .2);
			border-right: 4px solid rgba(0, 0, 0, .2);
			border-bottom: 4px solid rgba(0, 0, 0, .2);
			border-left: 4px solid #000;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			left: 48%;
			top: 40%;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
			position: unset;
			display: unset
		}

		.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock {
			display: none
		}

		.theme-blocksy .button:before {
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
			-webkit-filter: none !important;
			filter: none !important;
			opacity: 1;
			z-index: 0;
			bottom: 0 !important;
			right: 0;
			line-height: 1.2em
		}

		.theme-blocksy .button:hover {
			-webkit-transform: none;
			-ms-transform: none;
			transform: none
		}

		.theme-twentytwentyone .eael-product-default .woocommerce ul.products li.product .button {
			margin: 0 auto
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating {
			font-size: 12px;
			letter-spacing: 2px;
			width: 75px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			font-size: 12px;
			letter-spacing: 2px;
			line-height: 12px;
			left: 0px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span {
			font-size: 12px;
			letter-spacing: 2px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			font-size: 12px;
			letter-spacing: 2px;
			left: 0px;
			line-height: 12px
		}

		.buddyboss-theme .eael-product-popup.woocommerce div.product .button {
			line-height: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product {
			max-width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .stockout,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .stockout {
			height: auto;
			top: 25px;
			left: -55px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .eael-star-rating.star-rating,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .eael-star-rating.star-rating {
			width: 7em
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .button {
			margin: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product {
			display: block
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product .added_to_cart {
			width: 100%;
			position: absolute;
			bottom: 0;
			border: none;
			border-radius: 0;
			background: #333;
			color: #fff;
			height: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-overlay li.product a.button.add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-overlay li.product a.button.add_to_cart_button {
			-webkit-box-flex: inherit;
			-ms-flex: inherit;
			flex: inherit;
			width: auto;
			border-radius: 50%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart {
			border: none;
			width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 0px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 10px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button {
			margin: 2px;
			border-radius: 3px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button {
			padding: 9px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .added_to_cart {
			width: 100%;
			padding: 5px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button {
			margin: 10px 2px 0
		}

		.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		@-webkit-keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		@keyframes loaderSpin {
			0% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg)
			}

			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}

		.eael-button-wrap,
		.eael-load-more-button-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-button-wrap.eael-force-hide,
		.eael-load-more-button-wrap.eael-force-hide {
			display: none !important
		}

		.eael-button,
		.eael-load-more-button {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding: 1em 2em;
			border: 0px solid;
			font-size: 16px;
			overflow: hidden
		}

		.eael-button.hide,
		.eael-load-more-button.hide {
			display: none !important
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			display: block
		}

		.eael-button .eael-btn-loader,
		.eael-load-more-button .eael-btn-loader {
			display: none;
			border-radius: 50%;
			width: 20px;
			height: 20px;
			font-size: 10px;
			position: relative;
			top: auto;
			left: -200%;
			border-top: 4px solid rgba(255, 255, 255, .2);
			border-right: 4px solid rgba(255, 255, 255, .2);
			border-bottom: 4px solid rgba(255, 255, 255, .2);
			border-left: 4px solid #fff;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			margin-right: 5px;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.eael-button .eael-btn-loader:after,
		.eael-load-more-button .eael-btn-loader:after {
			border-radius: 50%;
			width: 20px;
			height: 20px
		}

		.eael-button:focus,
		.eael-load-more-button:focus {
			outline: none
		}

		.eael-button.button--loading>span,
		.eael-load-more-button.button--loading>span {
			margin-left: 0
		}

		.eael-button.button--loading .eael-btn-loader,
		.eael-load-more-button.button--loading .eael-btn-loader {
			left: 0
		}

		.rtl .eael-load-more-button-wrap {
			direction: ltr
		}

		.eael-post-grid-container .eael-post-grid {
			margin: 0 -10px
		}

		.eael-post-grid-container .eael-post-grid .eael-grid-post {
			float: left;
			padding: 10px
		}

		.eael-post-carousel .eael-grid-post {
			float: none;
			padding: 0
		}

		.eael-grid-post-holder {
			border: 1px solid rgba(0, 0, 0, .1)
		}

		.eael-grid-post-holder-inner {
			height: 100%
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 2;
			-webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			-o-transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1);
			transition: opacity .2s ease-in-out, transform .25s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform .25s cubic-bezier(0.19, 1, 0.22, 1)
		}

		.eael-entry-overlay>a {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 3
		}

		.eael-entry-title {
			margin: 10px 0 5px;
			font-size: 1.2em
		}

		.eael-entry-thumbnail img {
			width: 100%;
			max-width: 100%;
			vertical-align: middle
		}

		.eael-entry-thumbnail.eael-image-ratio img {
			position: absolute;
			top: calc(50% + 1px);
			left: calc(50% + 1px);
			-webkit-transform: scale(1.01) translate(-50%, -50%);
			-ms-transform: scale(1.01) translate(-50%, -50%);
			transform: scale(1.01) translate(-50%, -50%)
		}

		.eael-entry-thumbnail>img {
			height: 100%
		}

		.eael-entry-footer .eael-author-avatar,
		.eael-entry-header-after .eael-author-avatar {
			width: 50px;
			padding-right: 8px
		}

		.eael-entry-footer .eael-author-avatar .avatar,
		.eael-entry-header-after .eael-author-avatar .avatar {
			border-radius: 50%
		}

		.eael-post-grid .eael-entry-footer .eael-entry-meta {
			text-align: left
		}

		.eael-grid-post .eael-entry-meta {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			white-space: nowrap
		}

		.eael-grid-post .eael-entry-footer .eael-entry-meta {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column
		}

		.eael-entry-meta>div {
			font-size: 12px;
			line-height: 1.2;
			padding-bottom: 5px
		}

		.eael-grid-post-excerpt p {
			margin: 0;
			font-size: 14px
		}

		.eael-entry-meta .eael-entry-footer .eael-posted-by {
			display: block
		}

		.eael-grid-post .eael-entry-wrapper {
			padding: 15px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-by,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-by {
			padding-right: 8px
		}

		.eael-post-grid .eael-entry-wrapper>.eael-entry-meta span.eael-posted-on::before,
		.eael-post-grid .eael-entry-wrapper>.eael-entry-header-after .eael-entry-meta span.eael-posted-on::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 700;
			color: inherit;
			opacity: .4;
			font-size: .8em;
			padding-right: 7px
		}

		.eael-entry-media {
			position: relative
		}

		.eael-entry-overlay {
			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
		}

		.eael-entry-overlay>i {
			color: #fff
		}

		.eael-entry-overlay.fade-in {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in {
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media:hover .eael-entry-overlay.fade-in>i {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			opacity: 1
		}

		.eael-entry-overlay.zoom-in {
			-webkit-transform: scale(0.9);
			-ms-transform: scale(0.9);
			transform: scale(0.9);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.zoom-in {
			visibility: visible;
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.eael-entry-overlay.slide-up {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.eael-entry-media:hover .eael-entry-overlay.slide-up {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media {
			overflow: hidden
		}

		.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay {
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-none .eael-entry-overlay {
			display: none
		}

		.eael-entry-overlay.none {
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay {
			-webkit-transform: scale(0.4);
			-ms-transform: scale(0.4);
			transform: scale(0.4);
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay {
			-webkit-transform: translateY(-100%);
			-ms-transform: translateY(-100%);
			transform: translateY(-100%)
		}

		.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i {
			-webkit-transform: translateY(-100px);
			-ms-transform: translateY(-100px);
			transform: translateY(-100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0)
		}

		.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay {
			-webkit-transform: translateY(100%);
			-ms-transform: translateY(100%);
			transform: translateY(100%);
			visibility: hidden;
			opacity: 0
		}

		.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i {
			-webkit-transform: translateY(100px);
			-ms-transform: translateY(100px);
			transform: translateY(100px);
			-webkit-transition-delay: 100ms;
			-o-transition-delay: 100ms;
			transition-delay: 100ms;
			-webkit-transition-duration: 300ms;
			-o-transition-duration: 300ms;
			transition-duration: 300ms
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay {
			-webkit-transform: translate(0);
			-ms-transform: translate(0);
			transform: translate(0);
			visibility: visible;
			opacity: 1
		}

		.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-grid-post .eael-entry-thumbnail>img {
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover
		}

		.eael-post-elements-readmore-btn {
			display: block
		}

		@media only screen and (min-width: 1025px) {
			.elementor-element.elementor-grid-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.elementor-element.elementor-grid-tablet-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		@media only screen and (max-width: 767px) {
			.elementor-element.elementor-grid-mobile-eael-col-1 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
				width: 100%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
				width: 50%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
				width: 33.3333%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
				width: 25%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
				width: 20%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n + 1) {
				clear: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 {
				position: relative
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
				width: 16%;
				float: left
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
				margin-right: 0 !important
			}

			.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n + 1) {
				clear: left
			}
		}

		.eael-author-avatar>a {
			display: block
		}

		.eael-entry-footer,
		.eael-entry-header-after {
			overflow: hidden;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-entry-footer>div,
		.eael-entry-header-after>div {
			display: inline-block;
			float: left
		}

		.post-carousel-categories {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 11;
			width: 100%;
			margin: 0;
			padding: 15px;
			text-align: left;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: 300ms;
			-o-transition: 300ms;
			transition: 300ms
		}

		.post-carousel-categories li {
			display: inline-block;
			text-transform: capitalize;
			margin-right: 5px;
			position: relative
		}

		.post-carousel-categories li:after {
			content: ",";
			color: #fff
		}

		.post-carousel-categories li:last-child:after {
			display: none
		}

		.post-carousel-categories li a {
			color: #fff
		}

		.eael-entry-media:hover .post-carousel-categories {
			visibility: visible;
			opacity: 1
		}

		.eael-post-grid-style-three .eael-meta-posted-on {
			min-width: 60px;
			height: 50px;
			padding: 5px;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			border-radius: 4px;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
			text-align: center;
			font-size: 16px;
			line-height: 18px;
			margin-top: 12px;
			margin-left: 12px
		}

		.eael-post-grid-style-three .eael-meta-posted-on span {
			display: block
		}

		.eael-post-grid-style-two .eael-entry-meta {
			-webkit-box-align: baseline;
			-ms-flex-align: baseline;
			align-items: baseline
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on {
			padding: 0;
			font-size: 12px;
			margin-right: 15px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-meta-posted-on i {
			margin-right: 7px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer {
			padding: 0;
			font-size: 12px
		}

		.eael-post-grid-style-two .eael-entry-meta .eael-posted-by.style-two-footer a {
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories {
			list-style: none;
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-ms-flex-flow: wrap;
			flex-flow: wrap;
			margin: 0;
			padding-left: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li {
			font-size: 12px;
			margin-right: 7px;
			color: #929292
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li:last-child {
			margin-right: 0
		}

		.eael-post-grid-style-two .eael-entry-meta .post-meta-categories li a {
			color: #929292
		}

		.rtl .eael-grid-post .eael-entry-footer {
			direction: ltr
		}

		.table-responsive {
			width: 100%;
			overflow-x: auto;
			overflow-y: hidden
		}

		.eael-wcpc-wrapper img {
			display: block;
			margin: auto
		}

		.eael-wcpc-wrapper th i {
			padding-right: 10px;
			color: #dcdcdc
		}

		.eael-wcpc-wrapper .wcpc-table-header {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper .wcpc-table-header .wcpc-title {
			word-break: break-word
		}

		.eael-wcpc-wrapper .elementor-icon {
			font-size: 20px;
			margin-right: 10px
		}

		.eael-wcpc-wrapper table td {
			text-align: center
		}

		.eael-wcpc-wrapper.custom {
			--h-bg: #2d1e87;
			--h-text-clr: #fff;
			--h-border-clr: #b6aaff;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #6752e5;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: #6b55ec;
			--container-bg: #fff;
			--icon-color: #c3ccdc;
			background: var(--container-bg);
			overflow-x: scroll
		}

		.eael-wcpc-wrapper.custom table {
			border-collapse: collapse;
			border-spacing: 0;
			max-width: none
		}

		.eael-wcpc-wrapper.custom table .icon {
			width: 16px;
			margin-right: 6px;
			fill: var(--icon-color)
		}

		.eael-wcpc-wrapper.custom table th,
		.eael-wcpc-wrapper.custom table td {
			padding: 15px;
			border: 1px solid var(--h-border-clr);
			border-collapse: collapse
		}

		.eael-wcpc-wrapper.custom table th.first-th {
			border: none;
			padding-left: 5px
		}

		.eael-wcpc-wrapper.custom table th {
			color: var(--text-bold-clr);
			font-weight: normal;
			max-width: 160px;
			border-left-width: 2px;
			border-collapse: collapse;
			vertical-align: middle
		}

		.eael-wcpc-wrapper.custom table th div {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-wcpc-wrapper.custom table td {
			color: var(--text-clr);
			text-align: center
		}

		.eael-wcpc-wrapper.custom table tr.title {
			background: var(--h-bg);
			color: var(--h-text-clr)
		}

		.eael-wcpc-wrapper.custom table tr.title th,
		.eael-wcpc-wrapper.custom table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none;
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom table tr.image td {
			vertical-align: middle;
			border: none
		}

		.eael-wcpc-wrapper.custom table .button {
			border-radius: 5px;
			background: var(--btn-bg);
			color: var(--btn-text)
		}

		.eael-wcpc-wrapper.custom table .button:hover {
			background: var(--btn-bg-hover)
		}

		.eael-wcpc-wrapper.custom.theme-1 table tr.image td {
			background: var(--image-bg);
			border-left: 1px solid var(--h-border-clr);
			border-right: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-2 {
			--h-bg: #ff9453;
			--h-border-clr: #f4ede9;
			--btn-bg: #ff9453;
			--btn-bg-hover: #6752e5;
			--even-row-bg: #fbf8f7
		}

		.eael-wcpc-wrapper.custom.theme-2 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 {
			--container-bg: #f9fafc;
			--btn-bg: #ff907e;
			--btn-bg-hover: #ff907e;
			--even-row-bg: #f5f5f8;
			--h-odd-row-bg: #fdfdff;
			--first-img-bg: linear-gradient(-130deg, #ffd0b0 0%, #ff907e 100%);
			--second-img-bg: linear-gradient(-130deg, #ada0ff 0%, #7561f2 100%);
			--third-img-bg: linear-gradient(-130deg, #6fffac 0%, #23d56e 100%);
			--firt-btn-bg: #ff907e;
			--second-btn-bg: #7561f2;
			--third-btn-bg: #23d56e;
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table {
			-webkit-border-horizontal-spacing: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(even):not(.title) {
			background: var(--even-row-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table th,
		.eael-wcpc-wrapper.custom.theme-3 table td {
			border: none;
			-webkit-box-sizing: border-box;
			box-sizing: border-box
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title td.featured,
		.eael-wcpc-wrapper.custom.theme-3 table tr:nth-of-type(odd) td.featured {
			-webkit-box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06);
			box-shadow: 18px 0 10px -10px rgba(86, 79, 127, .06), -18px 0 10px -10px rgba(86, 79, 127, .06)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title {
			background: initial;
			color: initial
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-3 table tr.title td {
			color: initial;
			border-left: none;
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td {
			background: initial;
			border-left: none;
			border-right: none;
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span {
			display: block;
			width: 100%;
			height: 100%;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td>span {
			padding: 20px
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td span.inner {
			padding: 0
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td.featured span {
			padding: 10px;
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+1) .img-inner {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+2) .img-inner {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-3 table tr.image td:nth-of-type(3n+3) .img-inner {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 {
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--text-clr: #707070;
			--text-bold-clr: #252525;
			--btn-bg: #613de6;
			--btn-bg-hover: #ff9582;
			--btn-text: #fff;
			--image-bg: none;
			--container-bg: #f9fafc
		}

		.eael-wcpc-wrapper.custom.theme-4 table {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-4 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-4 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: 1px solid var(--h-border-clr)
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image td {
			position: relative;
			border: 1px solid var(--h-border-clr);
			overflow: hidden
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .ribbon {
			position: absolute;
			left: -44px;
			top: 10px;
			background: var(--btn-bg);
			color: var(--btn-text);
			padding: 3px 50px;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			-webkit-transform-origin: center;
			-ms-transform-origin: center;
			transform-origin: center
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title,
		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			font-size: 18px;
			font-weight: bold
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .product-title {
			color: var(--text-bold-clr);
			margin: 0 auto 10px
		}

		.eael-wcpc-wrapper.custom.theme-4 table tr.image .woocommerce-Price-amount {
			color: var(--btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 {
			--first-row-color: #fff;
			--first-col-bg: #6a3ee8;
			--second-col-bg: #3e5ae8;
			--third-col-bg: #15e9c9;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--first-btn-bg: #6a3ee8;
			--second-btn-bg: #3e5ae8;
			--third-btn-bg: #15e9c9;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table th.first-th {
			background: var(--container-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button {
			background: var(--first-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+1) .button:hover {
			background: #5827e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button {
			background: var(--second-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+2) .button:hover {
			background: #2747e5
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button {
			background: var(--third-btn-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table td:nth-of-type(3n+3) .button:hover {
			background: #13d2b5
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			font-size: 20px;
			color: inherit;
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+1) {
			background: var(--first-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+2) {
			background: var(--second-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:nth-of-type(3n+3) {
			background: var(--third-img-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td {
			border: none;
			border-right: 2px solid var(--first-row-color);
			color: var(--first-row-color)
		}

		.eael-wcpc-wrapper.custom.theme-5 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-5 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 {
			--container-bg: #f0eff6;
			--first-row-color: #fff;
			--first-col-bg: #fd907b;
			--second-col-bg: #7f6cf4;
			--third-col-bg: #3ae281;
			--first-img-bg: #f4f0ff;
			--second-img-bg: #eaedff;
			--third-img-bg: #e5fffb;
			--h-bg: none;
			--h-text-clr: #707070;
			--h-border-clr: #e8ebf0;
			--image-bg: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title th,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border-left: 0;
			border-right: 0
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			color: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr,
		.eael-wcpc-wrapper.custom.theme-6 table th,
		.eael-wcpc-wrapper.custom.theme-6 table td {
			border: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td {
			color: #fff;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) {
			background: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) {
			background: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) {
			background: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) th,
		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td {
			background: #f7f6fa
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+1) {
			background: #fec1b5
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+2) {
			background: #b7adf9
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr:nth-of-type(even) td:nth-of-type(3n+3) {
			background: #91efb8
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td {
			border: none;
			border-right: 20px solid #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table tr.image td:last-child,
		.eael-wcpc-wrapper.custom.theme-6 table tr.title td:last-child {
			border-right: none
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table .button:hover {
			background: #fff
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button {
			color: var(--first-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+1) .button:hover {
			color: #fb3c17
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button {
			color: var(--second-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+2) .button:hover {
			color: #2f11e9
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button {
			color: var(--third-col-bg)
		}

		.eael-wcpc-wrapper.custom.theme-6 table td:nth-of-type(3n+3) .button:hover {
			color: #179f51
		}

		.eael-wcpc-wrapper.custom.theme-6 .img-inner {
			display: block;
			background: rgba(228, 228, 228, .45);
			border-radius: 6px
		}

		@media screen and (min-width: 769px) {
			.eael-wcpc-wrapper:not(.theme-4) tr.image td {
				padding: 10px
			}

			.theme-4 tr.image td {
				padding: 50px 10px
			}
		}

		.eael-product-grid .woocommerce ul.products,
		.eael-post-grid .woocommerce ul.products {
			display: grid;
			grid-gap: 25px;
			margin: 0 0 15px 0;
			padding: 0 !important
		}

		.eael-product-grid .woocommerce ul.products:before,
		.eael-product-grid .woocommerce ul.products:after,
		.eael-post-grid .woocommerce ul.products:before,
		.eael-post-grid .woocommerce ul.products:after {
			display: none
		}

		.eael-product-grid .woocommerce ul.products .product,
		.eael-post-grid .woocommerce ul.products .product {
			width: 100%;
			margin: 0;
			padding: 0
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-ms-flex-pack: distribute;
			justify-content: space-around;
			cursor: pointer;
			color: #fff;
			background-color: #333;
			margin: 15px
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare:hover,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare:hover {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid .woocommerce ul.products .product .eael-wc-compare-loader,
		.eael-post-grid .woocommerce ul.products .product .eael-wc-compare-loader {
			display: none;
			width: 1.5rem
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating,
		.eael-post-grid .woocommerce ul.products .product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span,
		.eael-post-grid .woocommerce ul.products .product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products .product .star-rating span:before,
		.eael-post-grid .woocommerce ul.products .product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .woocommerce ul.products li.product,
		.eael-post-grid .woocommerce ul.products li.product {
			width: 100%
		}

		.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product,
		.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product {
			width: 100%
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			position: relative;
			float: left;
			display: block;
			overflow: hidden;
			text-align: center;
			padding: 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			height: auto;
			margin: auto;
			max-width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button {
			display: block;
			font-size: 14px;
			font-weight: 400;
			line-height: 38px;
			text-align: center;
			text-transform: uppercase;
			color: #fff;
			background-color: #333;
			padding: 0;
			margin: 15px;
			border-radius: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.product_type_variable:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button:focus,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus {
			outline: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product.button.product_type_external:before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button::before,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button::before {
			content: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare {
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart {
			display: block;
			margin: 0 0 15px 0;
			padding: 0;
			font-size: 14px;
			line-height: 1;
			text-transform: capitalize;
			color: #333;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			margin: 0 auto
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0 15px 15px 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a i,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .add-to-whishlist a:after,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-simple .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-simple .woocommerce ul.products li.product {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product {
			border: 1px solid rgba(0, 0, 0, 0)
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .add-to-whishlist {
			visibility: hidden;
			-webkit-transition: none;
			-o-transition: none;
			transition: none
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover {
			border: 1px solid #eee
		}

		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .eael-wc-compare,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,
		.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .add-to-whishlist {
			visibility: visible
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product {
			position: relative;
			float: left;
			overflow: hidden;
			text-align: center;
			padding: 0 0 15px 0;
			border-radius: 0;
			background-color: #fff;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product.outofstock .button {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a {
			text-decoration: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover {
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img {
			width: -webkit-fit-content;
			width: -moz-fit-content;
			width: fit-content;
			max-width: 100%;
			height: auto;
			margin: auto;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay {
			position: relative;
			overflow: hidden;
			line-height: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap {
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			text-align: center;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			font-size: 14px;
			line-height: 38px;
			text-align: center;
			color: #fff;
			background-color: #333;
			width: 38px;
			height: 38px;
			border-style: none;
			border-radius: 50%;
			vertical-align: middle;
			padding: 0;
			margin: 0 5px;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
			-webkit-transition: opacity 300ms, -webkit-transform 200ms;
			transition: opacity 300ms, -webkit-transform 200ms;
			-o-transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms;
			transition: transform 200ms, opacity 300ms, -webkit-transform 200ms
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .eael-wc-compare:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:focus {
			outline: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after {
			content: "?";
			font-size: 14px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0;
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.product_type_variable:after {
			content: "?"
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after {
			content: "?";
			display: inline-block;
			font-weight: normal;
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			color: #fff;
			height: auto;
			width: auto;
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 14px;
			line-height: 38px;
			font-weight: 900;
			color: #fff;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a {
			font-size: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add-to-whishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title {
			font-size: 16px;
			font-weight: 700;
			line-height: 1;
			color: #333;
			margin: 25px 0 12px;
			padding: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale {
			display: block;
			line-height: 170px;
			font-size: 13px;
			text-align: center;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 1;
			left: -100px;
			top: -50px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .outofstock-badge {
			line-height: 16px;
			font-size: 13px;
			font-weight: 600;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
			letter-spacing: 0;
			text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
			text-transform: uppercase;
			color: #fff;
			background-color: #ff2a13;
			border-radius: 0;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			position: absolute;
			height: 100px;
			width: 200px;
			z-index: 9;
			left: -95px;
			top: -45px;
			right: auto;
			margin: 0;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price {
			font-size: 14px;
			margin-bottom: 0
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del {
			opacity: .5;
			display: inline-block
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins {
			font-weight: 400;
			background-color: rgba(0, 0, 0, 0);
			color: #ff2a13
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating {
			display: block;
			float: none;
			font-size: 14px;
			margin: 10px auto
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .eael-wc-compare {
			padding: 5px !important
		}

		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .eael-wc-compare,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,
		.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product {
			overflow: visible !important
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .onsale,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .onsale {
			line-height: inherit;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge,
		.eael-post-grid.eael-product-default .woocommerce ul.products li.product .outofstock-badge {
			min-height: 3.746em;
			min-width: 3.746em;
			padding: .502em;
			font-size: 13px;
			font-weight: 700;
			position: absolute;
			text-align: center;
			line-height: 1.25;
			top: -0.5em;
			left: -0.5em;
			margin: 0;
			border-radius: 50%;
			background-color: #ff2a13;
			color: #fff;
			font-size: .857em;
			z-index: 9
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button::before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button::before {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			padding-right: 8px
		}

		.eael-product-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before,
		.eael-post-grid.eael-product-default .button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.eael-product-default.button.product_type_external,
		.eael-post-grid.eael-product-default.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.eael-product-default.button.product_type_external:before,
		.eael-post-grid.eael-product-default.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-product-grid.eael-product-preset-8 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-5 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-6 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-7 ul.products li.product .image-wrap img,
		.eael-post-grid.eael-product-preset-8 ul.products li.product .image-wrap img {
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist {
			margin: 15px;
			padding: 7px;
			color: #fff;
			background-color: #333
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists span,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a {
			font-size: 0;
			vertical-align: middle;
			display: inline-block;
			color: inherit
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a i,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a i {
			display: none
		}

		.eael-product-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-product-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-5 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-6 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-7 .yith-wcwl-add-to-wishlist a:after,
		.eael-post-grid.eael-product-preset-8 .yith-wcwl-add-to-wishlist a:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.theme-astra .eael-product-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-product-grid.grid .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.list .woocommerce ul.products li.product,
		.theme-astra .eael-post-grid.grid .woocommerce ul.products li.product {
			width: 100% !important
		}

		.eael-wcpc-modal {
			position: fixed;
			top: 50px;
			right: 0;
			bottom: 50px;
			left: 0;
			margin-left: auto;
			margin-right: auto;
			width: 1080px;
			max-width: 90%;
			background: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			z-index: 9999999
		}

		.modal__content {
			width: 100%;
			height: 100%;
			overflow: hidden auto
		}

		.wcpc-overlay {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100vh;
			z-index: 10;
			background: rgba(0, 0, 0, .5);
			pointer-events: none
		}

		.wcpc-overlay,
		.eael-wcpc-modal {
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			transition: all .5s ease
		}

		.close-modal {
			position: absolute;
			top: -10px;
			right: -10px;
			cursor: pointer;
			display: block;
			border-radius: 50%;
			color: #fff;
			background: #000;
			font-size: 30px;
			font-weight: bold;
			text-align: center;
			line-height: 23px;
			-webkit-box-shadow: -1px 0px 3px 0 #000;
			box-shadow: -1px 0px 3px 0 #000;
			-webkit-transition: -webkit-transform 300ms ease;
			transition: -webkit-transform 300ms ease;
			-o-transition: transform 300ms ease;
			transition: transform 300ms ease;
			transition: transform 300ms ease, -webkit-transform 300ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove,
		.eael-wcpc-wrapper.custom .eael-wc-remove {
			cursor: pointer;
			-webkit-transition: all 400ms ease;
			-o-transition: all 400ms ease;
			transition: all 400ms ease
		}

		.eael-wcpc-wrapper .eael-wc-remove.disable,
		.eael-wcpc-wrapper.custom .eael-wc-remove.disable {
			color: #a0a0a0 !important;
			-webkit-transform: scale(1) !important;
			-ms-transform: scale(1) !important;
			transform: scale(1) !important
		}

		.eael-wcpc-wrapper .eael-wc-remove:hover,
		.eael-wcpc-wrapper.custom .eael-wc-remove:hover {
			color: red;
			-webkit-transform: scale(2);
			-ms-transform: scale(2);
			transform: scale(2)
		}

		.eael-wcpc-wrapper .remove-row,
		.eael-wcpc-wrapper.custom .remove-row {
			border: none
		}

		.eael-wcpc-wrapper .remove-row th,
		.eael-wcpc-wrapper .remove-row td,
		.eael-wcpc-wrapper.custom .remove-row th,
		.eael-wcpc-wrapper.custom .remove-row td {
			border: none;
			text-align: center
		}

		.eael-product-grid .woocommerce ul.products li.product a img {
			margin-bottom: 0;
			display: block;
			width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}

		.eael-product-grid .woocommerce ul.products li.product .woocommerce-loop-product__title {
			letter-spacing: normal;
			font-weight: 700;
			text-transform: capitalize
		}

		.eael-product-grid .woocommerce ul.products li.product ins {
			background: rgba(0, 0, 0, 0)
		}

		.eael-product-grid .woocommerce ul.products li.product .button {
			text-transform: capitalize;
			border: none;
			letter-spacing: normal;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-product-grid .woocommerce ul.products li.product .button:hover,
		.eael-product-grid .woocommerce ul.products li.product .button:visited {
			text-decoration: none
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 5px;
			display: inline-block;
			float: none;
			height: 1em;
			width: 5.6em;
			font-size: 1em;
			line-height: 1em
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 400;
			opacity: 1
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span {
			display: inline-block
		}

		.eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			content: "?????";
			font-family: "Font Awesome 5 Free";
			font-weight: 900
		}

		.eael-product-grid .eael-woo-pagination ul {
			display: inline-block;
			text-align: center;
			white-space: nowrap;
			padding: 0;
			clear: both;
			border: 0;
			margin: 1px;
			width: auto
		}

		.eael-product-grid .eael-woo-pagination ul li {
			display: inline-block;
			margin: 0 5px 5px 0;
			padding: 0;
			float: left;
			overflow: hidden
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers {
			margin: 0;
			text-decoration: none;
			color: rgba(0, 0, 0, .7411764706);
			line-height: 1;
			font-size: 1em;
			font-weight: normal;
			padding: .75em;
			display: block;
			min-width: 2.5em;
			-webkit-box-sizing: inherit;
			box-sizing: inherit;
			border: none
		}

		.eael-product-grid .eael-woo-pagination ul li .page-numbers.current,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:hover,
		.eael-product-grid .eael-woo-pagination ul li .page-numbers:focus {
			color: #fff;
			background: rgba(0, 0, 0, .7411764706)
		}

		.eael-product-grid .woocommerce ul.products .product {
			overflow-y: auto
		}

		.eael-product-grid .eael-load-more-button-wrap {
			clear: both;
			margin-top: 40px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale {
			padding: 5px 10px;
			font-size: 12px;
			font-weight: 500;
			position: absolute;
			text-align: center;
			line-height: 1.2em;
			top: 30px;
			left: 0;
			margin: 0;
			background-color: #ff7a80;
			color: #fff;
			z-index: 9
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-1.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2 {
			padding: 0;
			top: 5px;
			left: 5px;
			display: inline-table;
			min-width: 50px;
			min-height: 50px;
			line-height: 50px;
			border-radius: 100%;
			-webkit-font-smoothing: antialiased
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.outofstock {
			line-height: normal;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-2.right {
			left: auto;
			right: 5px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3 {
			border-radius: 50px;
			left: 15px;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-3.right {
			left: auto;
			right: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4 {
			left: 0;
			top: 15px
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.outofstock br {
			display: none
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4:after {
			position: absolute;
			right: -15px;
			bottom: 0px;
			width: 15px;
			height: 24px;
			border-top: 12px solid rgba(0, 0, 0, 0);
			border-bottom: 12px solid rgba(0, 0, 0, 0);
			border-left: 10px solid #23a454;
			content: ""
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right {
			left: auto;
			right: 0
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-4.right:after {
			right: auto;
			left: -15px;
			border-left: 0;
			border-right: 10px solid #23a454
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5 {
			display: block;
			line-height: 74px;
			height: 60px;
			width: 120px;
			left: -39px;
			top: -10px;
			right: auto;
			padding: 0;
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.outofstock {
			line-height: normal;
			padding-top: 12px;
			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
		}

		.eael-product-grid .eael-product-wrap .eael-onsale.sale-preset-5.right {
			left: auto;
			right: -35px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg)
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2 {
			font-size: 20px;
			line-height: 1.2em;
			color: #252525;
			font-weight: 500;
			margin: 0 0 8px;
			padding: 0
		}

		.eael-product-grid .eael-product-wrap .eael-product-title h2:before {
			content: none
		}

		.eael-product-grid .eael-product-wrap .eael-product-price {
			font-size: 18px;
			line-height: 1.2em;
			color: #ff7a80;
			font-weight: 600;
			margin-bottom: 10px
		}

		.eael-product-grid .eael-product-wrap .star-rating {
			margin: 0 auto 10px
		}

		.eael-product-grid .eael-product-wrap a.button.add_to_cart_button.added {
			display: none !important
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.box-style {
			bottom: 30px;
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-box-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap:hover .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.grid .eael-product-wrap .product-image-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap {
			padding: 0;
			list-style: none;
			position: absolute;
			z-index: 9;
			display: block;
			top: 50%;
			left: 0;
			right: 0;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			opacity: 0;
			visibility: hidden;
			-webkit-transform-origin: center center;
			-ms-transform-origin: center center;
			transform-origin: center center;
			margin: 0 auto;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: stretch;
			-ms-flex-pack: stretch;
			justify-content: stretch;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li:not(:last-child),
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li:not(:last-child) {
			border-right: 1px solid #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li.add-to-cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a {
			position: relative;
			background-color: rgba(0, 0, 0, 0);
			margin: 0;
			padding: 10px 5px;
			font-size: 15px;
			line-height: 1.2em;
			color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			min-height: 42px;
			-ms-flex-line-pack: center;
			align-content: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.button.add_to_cart_button {
			padding: 0 !important
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a:hover {
			background-color: rgba(0, 0, 0, 0);
			color: #000
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a i {
			line-height: normal
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			top: auto;
			bottom: -100px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 3px;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: end;
			-ms-flex-pack: end;
			justify-content: flex-end;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			visibility: visible;
			opacity: 1;
			top: auto;
			bottom: -24px;
			margin: 0 5%
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 3px;
			-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
			background-color: #fff;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			line-height: 38px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external {
			padding: 0;
			margin: 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.over-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style {
			background: #fff;
			width: 100%;
			top: auto;
			bottom: -50px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			-ms-flex-direction: row;
			flex-direction: row;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a {
			position: relative;
			width: 42px;
			height: 42px;
			margin: 10px 2px 0;
			padding: 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a i {
			line-height: 1rem
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.added_to_cart:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.add_to_cart_button.product_type_variable:before {
			content: "?"
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external {
			padding: 0;
			margin: 10px 2px 0;
			font-size: 0px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.button.product_type_external:before {
			content: "?";
			display: block;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			font-weight: 900;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			top: 50%;
			left: 50%;
			position: absolute
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap.block-box-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a {
			display: block;
			position: absolute;
			color: #000;
			width: 100%;
			height: 100%;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a:hover,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a i,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px;
			line-height: 42px
		}

		.eael-product-grid.grid .eael-product-wrap .icons-wrap li a svg,
		.eael-product-grid.masonry .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.grid .eael-product-wrap .product-details-wrap,
		.eael-product-grid.masonry .eael-product-wrap .product-details-wrap {
			padding: 10px
		}

		.eael-product-grid.masonry .woocommerce ul.products {
			display: block
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products {
				margin: 0 -1% !important
			}
		}

		.eael-product-grid.masonry .woocommerce ul.products:before,
		.eael-product-grid.masonry .woocommerce ul.products:after {
			display: table;
			content: " "
		}

		.eael-product-grid.masonry .woocommerce ul.products li.product {
			float: left;
			margin: 15px 0
		}

		@media(min-width: 766px) {
			.eael-product-grid.masonry .woocommerce ul.products li.product {
				margin: 1%
			}
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-image-wrap,
		.eael-product-grid.masonry.eael-product-preset-8 .product-image-wrap {
			overflow: inherit
		}

		.eael-product-grid.grid.eael-product-preset-8 .product-details-wrap>div:first-child,
		.eael-product-grid.masonry.eael-product-preset-8 .product-details-wrap>div:first-child {
			margin-top: 20px
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products,
		.eael-product-grid.grid.eael-product-preset-6 ul.products,
		.eael-product-grid.grid.eael-product-preset-7 ul.products,
		.eael-product-grid.grid.eael-product-preset-8 ul.products,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products {
			padding: 0;
			margin: 0;
			list-style: none
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product {
			text-align: center;
			border: 1px solid #000;
			overflow: hidden
		}

		.eael-product-grid.grid.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.grid.eael-product-preset-8 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-5 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-6 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-7 ul.products li.product.first,
		.eael-product-grid.masonry.eael-product-preset-8 ul.products li.product.first {
			clear: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.grid.eael-product-preset-8 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-6 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-7 .product.outofstock .icons-wrap .button,
		.eael-product-grid.masonry.eael-product-preset-8 .product.outofstock .icons-wrap .button {
			display: none
		}

		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.grid.eael-product-preset-8 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-6 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-7 .icons-wrap .button.product_type_external,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_grouped,
		.eael-product-grid.masonry.eael-product-preset-8 .icons-wrap .button.product_type_external {
			display: none
		}

		.eael-product-grid.list .woocommerce ul.products li.product {
			overflow: hidden
		}

		.eael-product-grid.list .woocommerce ul.products li.product .woocommerce-loop-product__link img {
			margin-bottom: 0
		}

		.eael-product-grid.list .woocommerce ul.products li.product .star-rating {
			margin: 0 auto 10px 0
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap {
			padding: 20px
		}

		.eael-product-grid.list .eael-product-list-preset-2 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap {
			padding: 0;
			background-color: rgba(0, 0, 0, 0)
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .product-details-wrap {
			padding: 0 0 0 25px
		}

		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .title-wrap,
		.eael-product-grid.list .eael-product-list-preset-3 .eael-product-wrap .price-wrap {
			margin-bottom: 10px;
			padding-bottom: 10px;
			border-bottom: 1px solid
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap {
			padding: 0
		}

		.eael-product-grid.list .eael-product-list-preset-4 .eael-product-wrap .product-details-wrap {
			padding: 20px;
			margin-left: 20px
		}

		.eael-product-grid.list .eael-product-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.box-style {
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			visibility: visible;
			opacity: 1
		}

		.eael-product-grid.list .eael-product-wrap:hover .icons-wrap.block-style {
			visibility: visible;
			opacity: 1;
			-webkit-transform: translateY(-50px);
			-ms-transform: translateY(-50px);
			transform: translateY(-50px)
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap {
			padding: 0;
			margin: 0;
			list-style: none;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style {
			background: red;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			height: 50px;
			width: 100%;
			top: auto;
			bottom: -50px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li {
			-webkit-box-flex: 1;
			-ms-flex: 1;
			flex: 1
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li.add-to-cart {
			-webkit-box-flex: 4;
			-ms-flex: 4;
			flex: 4
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.block-style li a {
			position: relative
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.box-style li {
			width: 42px;
			height: 42px;
			-webkit-filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			filter: drop-shadow(0px 15px 10px rgba(61, 70, 79, 0.12));
			background-color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist {
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists span {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-whishlist .yith-wcwl-add-to-wishlist.exists a:after {
			content: "?";
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li.add-to-cart a {
			padding: 11px 15px !important;
			width: auto
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a {
			margin: 2px;
			padding: 10.5px 10px;
			width: 42px;
			height: 42px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist {
			font-size: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist i {
			display: none
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style li a.add_to_wishlist:after {
			content: "?";
			font-family: "Font Awesome 5 Free";
			font-size: 18px;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			vertical-align: middle;
			margin: 0;
			padding: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li:not(:first-child) a {
			border-left-width: 0 !important
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li.add-to-cart a {
			padding: 8.5px 10px;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a {
			border: 2px solid #ddd
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap.details-block-style-2 li a.eael-wc-compare.eael-wc-compare-icon {
			margin: 2px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li {
			display: inline-block;
			margin: 0;
			padding: 0;
			vertical-align: top
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a {
			display: block;
			color: #000;
			text-align: center;
			-webkit-transition: all ease .4s;
			-o-transition: all ease .4s;
			transition: all ease .4s;
			background: #ffebcd;
			padding: 9px 10px;
			font-size: 15px;
			line-height: 1.4em;
			font-weight: 700;
			cursor: pointer
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a:hover {
			background: #ff7a80;
			color: #fff
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a i {
			position: relative;
			font-size: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a svg {
			width: 18px
		}

		.eael-product-grid.list .eael-product-wrap .icons-wrap li a.button {
			font-size: 15px;
			line-height: 1.4em
		}

		.eael-product-grid.list .eael-product-wrap .product-image-wrap {
			position: relative;
			overflow: hidden;
			width: 45%;
			margin: 0
		}

		.eael-product-grid.list .eael-product-wrap .product-details-wrap {
			width: 55%;
			padding: 25px;
			text-align: left !important
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-price {
			margin-bottom: 5px
		}

		.eael-product-grid.list .eael-product-wrap .eael-product-excerpt p {
			margin: 0 0 10px
		}

		@media only screen and (min-width: 1025px) {
			.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 1024px)and (min-width: 766px) {
			.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-tablet-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-tablet-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-tablet-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-tablet-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48%
			}

			.eael-product-grid-column-tablet-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333%
			}

			.eael-product-grid-column-tablet-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23%
			}

			.eael-product-grid-column-tablet-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18%
			}

			.eael-product-grid-column-tablet-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667%
			}
		}

		@media only screen and (max-width: 767px) {
			.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(3, 1fr)
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(4, 1fr)
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(5, 1fr)
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(6, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: repeat(2, 1fr)
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-2 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products {
				grid-template-columns: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap,
			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				width: 100%
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-image-wrap {
				margin-bottom: 15px
			}

			.eael-product-list-column-mobile-1 .eael-product-grid .woocommerce ul.products .eael-product-wrap .product-details-wrap {
				padding: 0;
				margin: 0
			}

			.eael-product-grid-column-mobile-1 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 100%;
				margin: 15px 0
			}

			.eael-product-grid-column-mobile-2 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 48% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-3 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 31.3333% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-4 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 23% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-5 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 18% !important;
				margin: 1%
			}

			.eael-product-grid-column-mobile-6 .eael-product-grid.masonry .woocommerce ul.products li.product {
				width: 14.66666667% !important;
				margin: 1%
			}
		}

		.eael-product-loader {
			position: relative
		}

		.eael-product-loader::after {
			border-radius: 50%;
			width: 50px;
			height: 50px;
			position: absolute;
			content: "";
			border-top: 4px solid rgba(0, 0, 0, .2);
			border-right: 4px solid rgba(0, 0, 0, .2);
			border-bottom: 4px solid rgba(0, 0, 0, .2);
			border-left: 4px solid #000;
			-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
			-webkit-animation: loaderSpin 1.1s infinite linear;
			animation: loaderSpin 1.1s infinite linear;
			left: 48%;
			top: 40%;
			-webkit-transition: all .2s;
			-o-transition: all .2s;
			transition: all .2s
		}

		.theme-flexia .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
			position: unset;
			display: unset
		}

		.eael-product-grid .woocommerce ul.products li.product .ast-shop-product-out-of-stock {
			display: none
		}

		.theme-blocksy .button:before {
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
			-webkit-filter: none !important;
			filter: none !important;
			opacity: 1;
			z-index: 0;
			bottom: 0 !important;
			right: 0;
			line-height: 1.2em
		}

		.theme-blocksy .button:hover {
			-webkit-transform: none;
			-ms-transform: none;
			transform: none
		}

		.theme-twentytwentyone .eael-product-default .woocommerce ul.products li.product .button {
			margin: 0 auto
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating {
			font-size: 12px;
			letter-spacing: 2px;
			width: 75px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating:before {
			font-size: 12px;
			letter-spacing: 2px;
			line-height: 12px;
			left: 0px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span {
			font-size: 12px;
			letter-spacing: 2px
		}

		.theme-savoy .eael-product-grid .woocommerce ul.products li.product .star-rating span:before {
			font-size: 12px;
			letter-spacing: 2px;
			left: 0px;
			line-height: 12px
		}

		.buddyboss-theme .eael-product-popup.woocommerce div.product .button {
			line-height: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product {
			max-width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .stockout,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .onsale,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .stockout {
			height: auto;
			top: 25px;
			left: -55px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .eael-star-rating.star-rating,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .eael-star-rating.star-rating {
			width: 7em
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid li.product .eael-product-wrap .button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid li.product .eael-product-wrap .button {
			margin: 0
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product {
			display: block
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-default li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-default li.product .added_to_cart {
			width: 100%;
			position: absolute;
			bottom: 0;
			border: none;
			border-radius: 0;
			background: #333;
			color: #fff;
			height: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-overlay li.product a.button.add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-overlay li.product a.button.add_to_cart_button {
			-webkit-box-flex: inherit;
			-ms-flex: inherit;
			flex: inherit;
			width: auto;
			border-radius: 50%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-5 li.product .eael-product-wrap .added_to_cart {
			border: none;
			width: 100%
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-6 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-8 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 0px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-preset-7 li.product .eael-product-wrap .add_to_cart_button {
			border-radius: 3px;
			margin: 10px 2px 0;
			width: 42px;
			height: 42px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style .add-to-cart .add_to_cart_button {
			margin: 2px;
			border-radius: 3px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .add-to-cart .add_to_cart_button {
			padding: 9px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.list li.product .details-block-style-2 .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.list li.product .details-block-style-2 .added_to_cart {
			width: 100%;
			padding: 5px 10px
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.grid.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-simple li.product .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-simple li.product .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .add_to_cart_button.added {
			display: block !important
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap:hover.add_to_cart_button.added {
			visibility: visible
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-reveal li.product .eael-product-wrap .added_to_cart {
			width: 100%;
			border-radius: 0;
			padding: 12px 10px;
			color: #fff;
			background-color: #333;
			position: absolute;
			border: none;
			margin: 10px auto
		}

		.buddyboss-theme #content .elementor-widget-container .eael-product-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button,
		.buddyboss-theme #content .elementor-widget-container .eael-post-grid.masonry.eael-product-preset-7 li.product .add-to-cart .add_to_cart_button {
			margin: 10px 2px 0
		}

		.clearfix::before,
		.clearfix::after {
			content: " ";
			display: table;
			clear: both
		}

		.eael-testimonial-slider.nav-top-left,
		.eael-testimonial-slider.nav-top-right,
		.eael-team-slider.nav-top-left,
		.eael-team-slider.nav-top-right,
		.eael-logo-carousel.nav-top-left,
		.eael-logo-carousel.nav-top-right,
		.eael-post-carousel.nav-top-left,
		.eael-post-carousel.nav-top-right,
		.eael-product-carousel.nav-top-left,
		.eael-product-carousel.nav-top-right {
			padding-top: 40px
		}

		.eael-contact-form input[type=text],
		.eael-contact-form input[type=email],
		.eael-contact-form input[type=url],
		.eael-contact-form input[type=tel],
		.eael-contact-form input[type=date],
		.eael-contact-form input[type=number],
		.eael-contact-form textarea {
			background: #fff;
			box-shadow: none;
			-webkit-box-shadow: none;
			float: none;
			height: auto;
			margin: 0;
			outline: 0;
			width: 100%
		}

		.eael-contact-form input[type=submit] {
			border: 0;
			float: none;
			height: auto;
			margin: 0;
			padding: 10px 20px;
			width: auto;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
		.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input::-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
		.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-contact-form.placeholder-hide input:-moz-placeholder,
		.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
			opacity: 0;
			visibility: hidden
		}

		.eael-custom-radio-checkbox input[type=checkbox],
		.eael-custom-radio-checkbox input[type=radio] {
			-webkit-appearance: none;
			-moz-appearance: none;
			border-style: solid;
			border-width: 0;
			outline: none;
			min-width: 1px;
			width: 15px;
			height: 15px;
			background: #ddd;
			padding: 3px
		}

		.eael-custom-radio-checkbox input[type=checkbox]:before,
		.eael-custom-radio-checkbox input[type=radio]:before {
			content: "";
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			display: block
		}

		.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
		.eael-custom-radio-checkbox input[type=radio]:checked:before {
			background: #999;
			-webkit-transition: all .25s linear 0s;
			-o-transition: all .25s linear 0s;
			transition: all .25s linear 0s
		}

		.eael-custom-radio-checkbox input[type=radio] {
			border-radius: 50%
		}

		.eael-custom-radio-checkbox input[type=radio]:before {
			border-radius: 50%
		}

		.eael-post-elements-readmore-btn {
			font-size: 12px;
			font-weight: 500;
			-webkit-transition: all 300ms ease-in-out;
			-o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
			display: inline-block
		}

		.elementor-lightbox .dialog-widget-content {
			width: 100%;
			height: 100%
		}

		.eael-contact-form-align-left,
		.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
			margin: 0 auto 0 0
		}

		.eael-contact-form-align-center,
		.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
			float: none;
			margin: 0 auto
		}

		.eael-contact-form-align-right,
		.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
			margin: 0 0 0 auto
		}

		.eael-force-hide {
			display: none !important
		}

		.eael-d-none {
			display: none !important
		}

		.eael-d-block {
			display: block !important
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
			display: none
		}

		.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container {
			min-height: 50px;
			overflow: visible
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical {
			position: absolute;
			top: 50px;
			background-color: #54595f;
			width: 100%;
			z-index: 9;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			float: none;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: inherit
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a span {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			position: relative;
			top: unset;
			left: unset;
			width: 100%;
			-webkit-box-shadow: none;
			box-shadow: none;
			visibility: visible;
			opacity: 1;
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li .eael-simple-menu-indicator:before,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul {
			position: relative;
			width: 100%;
			top: unset;
			left: unset
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul li:last-child>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu>li>a {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>a {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-1 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #4e36a3
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-3 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #15dbd5
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical {
			background-color: #1bc1ff
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal li.current-menu-item>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-ancestor>a.eael-item-active,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li:hover>a,
		.elementor-widget-eael-simple-menu.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-vertical li.current-menu-item>a.eael-item-active {
			color: #fff
		}

		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle-text,
		.eael_simple_menu_hamburger_disable_selected_menu_hide.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle-text {
			display: none !important
		}

		.eael-simple-menu-hamburger-align-left.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-left.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			top: 0;
			left: 0;
			right: auto
		}

		.eael-simple-menu-hamburger-align-center.eael-hamburger--mobile.eael-hamburger--responsive .eael-simple-menu-toggle,
		.eael-simple-menu-hamburger-align-center.eael-hamburger--tablet.eael-hamburger--responsive .eael-simple-menu-toggle {
			left: 50%;
			right: auto;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu-toggle-text,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu-toggle-text {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-fade li ul {
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li ul {
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-to-top li:hover>ul {
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li ul {
			-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
			transform: scale(0.8);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-in li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li ul {
			-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
			-webkit-transition: all 300ms;
			-o-transition: all 300ms;
			transition: all 300ms
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-dropdown-animate-zoom-out li:hover>ul {
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1)
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal .eael-simple-menu-indicator {
			display: none
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center {
			text-align: center
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right {
			text-align: right
		}

		.elementor-widget-eael-simple-menu.eael-hamburger--none .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal,
		.elementor-widget-eael-simple-menu.eael-hamburger--not-responsive .eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal {
			display: -webkit-inline-box;
			display: -ms-inline-flexbox;
			display: inline-flex
		}

		.eael-simple-menu-container {
			background-color: #54595f
		}

		.eael-simple-menu-container .eael-simple-menu-toggle {
			position: absolute;
			top: 0;
			right: 0;
			height: 100%;
			padding-top: 0;
			padding-bottom: 0;
			padding-left: 15px;
			padding-right: 15px;
			background-color: #000;
			color: #fff;
			border: none;
			border-radius: 0;
			outline: none;
			display: block;
			border-color: #333
		}

		.eael-simple-menu-container .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu-toggle-text {
			position: absolute;
			top: 0;
			left: 20px;
			font-size: 14px;
			line-height: 50px !important;
			letter-spacing: 0 !important;
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu:after {
			content: "";
			display: table;
			clear: both
		}

		.eael-simple-menu-container .eael-simple-menu a {
			text-decoration: none;
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none
		}

		.eael-simple-menu-container .eael-simple-menu li a {
			font-size: 14px;
			font-weight: 400;
			line-height: 50px;
			text-align: center;
			color: #fff;
			padding-left: 20px;
			padding-right: 20px;
			-webkit-transition: all 100ms;
			-o-transition: all 100ms;
			transition: all 100ms
		}

		.eael-simple-menu-container .eael-simple-menu li ul {
			margin: 0;
			padding: 0;
			list-style: none
		}

		.eael-simple-menu-container .eael-simple-menu li ul li a {
			font-size: 13px;
			font-weight: 400;
			line-height: 40px;
			text-align: left;
			color: #000;
			padding-left: 20px;
			padding-right: 20px
		}

		.eael-simple-menu-container .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li ul li.current-menu-item>a {
			color: #ee355f;
			background-color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu li:hover>a,
		.eael-simple-menu-container .eael-simple-menu li.current-menu-item>a {
			color: #fff
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 28px;
			height: 28px;
			display: block;
			border: 1px solid rgba(255, 255, 255, .5019607843);
			border-radius: 2px;
			text-align: center;
			cursor: pointer
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator:before {
			display: block;
			font-weight: 900;
			line-height: 26px;
			color: #fff;
			-webkit-transition: -webkit-transform 300ms;
			transition: -webkit-transform 300ms;
			-o-transition: transform 300ms;
			transition: transform 300ms;
			transition: transform 300ms, -webkit-transform 300ms
		}

		.eael-simple-menu-container .eael-simple-menu .eael-simple-menu-indicator.eael-simple-menu-indicator-open:before {
			-webkit-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li {
			position: relative;
			float: left;
			display: inline-block;
			padding-top: 0;
			padding-bottom: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a {
			display: inline-block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li a span {
			position: relative;
			margin-left: 5px
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul {
			position: absolute;
			top: 100%;
			left: auto;
			width: 220px;
			visibility: hidden;
			opacity: 0;
			background-color: #fff;
			-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			box-shadow: 1px 1px 5px rgba(0, 0, 0, .1019607843);
			z-index: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li {
			position: relative;
			float: none;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a {
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li a span {
			-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			transform: rotate(-90deg)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li ul li ul {
			top: 0;
			left: 100%
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal li:hover>ul {
			visibility: visible;
			opacity: 1
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
			position: relative
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li a {
			display: block;
			text-align: left
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul {
			display: none
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li {
			position: relative;
			display: block
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li a {
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: rgba(0, 0, 0, 0)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li:last-child>a {
			border-bottom-width: 0
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator {
			border: 1px solid rgba(0, 0, 0, .5019607843)
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li .eael-simple-menu-indicator:before {
			color: #000
		}

		.eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li ul li ul li:last-child>a {
			border-bottom-width: 1px
		}

		.eael-simple-menu-container.eael-simple-menu-align-center .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-horizontal>li:last-child a {
			border-right: none
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-align-right .eael-simple-menu.eael-simple-menu-vertical>li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-center .eael-simple-menu li ul li a {
			text-align: center
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li a {
			text-align: right
		}

		.eael-simple-menu-container.eael-simple-menu-dropdown-align-right .eael-simple-menu li ul li>.eael-simple-menu-indicator {
			right: initial;
			left: 10px
		}

		.eael-simple-menu-container.preset-1 {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li>a {
			color: #fff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul {
			background-color: #743eff
		}

		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-1 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #4e36a3
		}

		.eael-simple-menu-container.preset-3 {
			background-color: #15dbd5
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li>a {
			color: #2a1a6c
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #fff;
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul {
			background-color: #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li>a {
			color: #fff;
			border-bottom: 1px solid #f72c8a
		}

		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-3 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			background-color: #f30875
		}

		.eael-simple-menu-container.preset-2 {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li>a {
			color: #5d5e61
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-simple-menu-responsive)>li:first-child>a {
			border-left: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu.eael-simple-menu-horizontal:not(.eael-advanced-menu-responsive)>li>a {
			border-right: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul {
			background-color: #fff;
			border: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li>a {
			color: #5f5d5d;
			border-bottom: 1px solid #1bc1ff
		}

		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-ancestor>a.eael-item-active,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li:hover>a,
		.eael-simple-menu-container.preset-2 .eael-simple-menu li ul li.current-menu-item>a.eael-item-active {
			color: #1bc1ff
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle-text {
			display: none
		}

		.eael-simple-menu-hamburger-align-left .eael-simple-menu-toggle .eael-simple-menu-toggle-text {
			display: block;
			left: calc(100% + 20px);
			white-space: nowrap
		}

		.eael-simple-menu--stretch .eael-simple-menu.eael-simple-menu-responsive {
			left: 50%;
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
			transition: max-height .3s, transform .3s, -webkit-transform .3s;
			-webkit-transform-origin: top;
			-ms-transform-origin: top;
			transform-origin: top;
			overflow: auto;
			z-index: 9999;
			max-height: 100vh
		}

		.eael-simple-menu-container .eael-simple-menu-toggle svg {
			width: 35px;
			height: auto
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-center li a {
			text-align: center !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li .eael-simple-menu-indicator {
			left: initial !important;
			right: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-left li a {
			text-align: left !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li .eael-simple-menu-indicator {
			right: initial !important;
			left: 10px !important
		}

		.eael-simple-menu-container .eael-simple-menu-responsive.eael-hamburger-right li a {
			text-align: right !important
		}