/*!
Theme Name: Ecomus
Theme URI: https://wpecomus.com
Author: Drfuri
Author URI: http://drfuri.com
Description: Multipurpose WooCommerce WordPress Theme
Version: 2.1.1
Requires at least: 5.0 
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecomus
Domain Path: lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
 :root{--em-font__main:'Albert Sans', Arial, sans-serif;--em-line-height__body:1.6;--em-color__base:#545454;--em-color__dark:#000000;--em-color__light:#ffffff;--em-color__primary:#DB1215;--em-color__grayer:#d9d9d9;--em-text-color-on-primary:#fff;--em-link-color:#000000;--em-link-color-hover:#DB1215;--em-header-color:#000000;--em-color-price-sale:#db1215;--em-border-color:#EBEBEB;--em-image-rounded:0px;--em-image-rounded-post-card:0;--em-image-rounded-featured-post:0;--em-image-rounded-product-card:0;--em-image-rounded-product-gallery:0;--em-image-rounded-product-thumbnail:0;--em-rounded-xs:2.5px;--em-rounded-sm:5px;--em-rounded-md:10px;--em-rounded-full:9999px;--em-image-rounded-post-card-small:min( 5px, var(--em-image-rounded-post-card) );--em-image-rounded-product-card-small:min( 5px, var(--em-image-rounded-product-card) );--em-image-eff-scale:1.1;--em-image-eff-scale-product-card:1.09;--em-heading-font:var(--em-font__main);--em-heading-color:#000000;--em-heading-font-weight:400;--em-heading-line-height:1.2;--em-heading-text-transform:none;--em-button-color:#ffffff;--em-button-bg-color:#000000;--em-button-border-color:var(--em-button-bg-color);--em-button-color-hover:#ffffff;--em-button-bg-color-hover:#000000;--em-button-border-color-hover:var(--em-button-bg-color-hover);--em-button-eff-bg-color-hover:rgba(255, 255, 255, 0.25);--em-button-padding-top:15px;--em-button-padding-right:20px;--em-button-padding-bottom:14px;--em-button-padding-left:20px;--em-button-line-height:1;--em-button-font-size:14px;--em-button-rounded:0px;--em-button-font-weight:600;--em-button-icon-spacing:10px;--em-button-icon-size:8px;--em-loading-color:#000000;--em-input-color:#545454;--em-input-border-color:#EBEBEB;--em-input-border-color-hover:#000000;--em-input-border-width:1px;--em-input-bg-color:#ffffff;--em-input-padding-y:0.813rem;--em-input-padding-x:1.1rem;--em-input-font-size:14px;--em-input-placeholder-font-size:14px;--em-input-rounded:0px;--em-swiper-slide-spacing:30px;--em-swiper-pagination-spacing:30px;--em-ratio-percent:100%;--product-image-ratio-percent:100%;--em-cursor-close-icon:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgdmlld0JveD0iMCAwIDMwIDMwIiBmaWxsPSJub25lIj4KPGNpcmNsZSBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiIgY3g9IjE1IiBjeT0iMTUiIHI9IjE1IiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBzaGFwZS1yZW5kZXJpbmc9Imdlb21ldHJpY1ByZWNpc2lvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xOTUzIDExLjE5NTNDMTEuNDU1NiAxMC45MzQ5IDExLjg3NzcgMTAuOTM0OSAxMi4xMzgxIDExLjE5NTNMMTUgMTQuMDU3MkwxNy44NjE5IDExLjE5NTNDMTguMTIyMyAxMC45MzQ5IDE4LjU0NDQgMTAuOTM0OSAxOC44MDQ3IDExLjE5NTNDMTkuMDY1MSAxMS40NTU2IDE5LjA2NTEgMTEuODc3NyAxOC44MDQ3IDEyLjEzODFMMTUuOTQyOCAxNUwxOC44MDQ3IDE3Ljg2MTlDMTkuMDY1MSAxOC4xMjIzIDE5LjA2NTEgMTguNTQ0NCAxOC44MDQ3IDE4LjgwNDdDMTguNTQ0NCAxOS4wNjUxIDE4LjEyMjMgMTkuMDY1MSAxNy44NjE5IDE4LjgwNDdMMTUgMTUuOTQyOEwxMi4xMzgxIDE4LjgwNDdDMTEuODc3NyAxOS4wNjUxIDExLjQ1NTYgMTkuMDY1MSAxMS4xOTUzIDE4LjgwNDdDMTAuOTM0OSAxOC41NDQ0IDEwLjkzNDkgMTguMTIyMyAxMS4xOTUzIDE3Ljg2MTlMMTQuMDU3MiAxNUwxMS4xOTUzIDEyLjEzODFDMTAuOTM0OSAxMS44Nzc3IDEwLjkzNDkgMTEuNDU1NiAxMS4xOTUzIDExLjE5NTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=);
}

@keyframes shine {
	100% {
		left: -200%;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

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

@keyframes leftToCenter {
	from {
		transform: translate(calc( -50% - 30%), -50%);
	}
	to {
		transform: translate(-50%, -50%);
	}
}

@keyframes centerToRight {
	from {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
	to {
		transform: translate(calc( -50% + 30%), -50%);
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(19px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(19px);
	}
}

@keyframes slideInRight {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideIn {
	0% {
		transform: translateY(19px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

@keyframes ripple {
	0% {
		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
	}
	50% {
		box-shadow: 0 0 0 20px rgba(242, 242, 242, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(242, 242, 242, 0);
	}
}

@keyframes rippleDark {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	}
	50% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

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

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

@keyframes sonarEffect {
	0% {
		opacity: .3;
	}
	40% {
		opacity: .5;
		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80;
	}
	100% {
		box-shadow: 0 0 0 2px #ffffff1a, 0 0 5px 5px #fff, 0 0 0 5px #ffffff80;
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes autofill-animation {
	from {
		opacity: 1;
	}
	to {
		opacity: 1;
	}
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 {
	font-family: var(--em-heading-font), sans-serif;
	clear: both;
	line-height: var(--em-heading-line-height);
	color: var(--em-heading-color);
	font-weight: var(--em-heading-font-weight);
	text-transform: var(--em-heading-text-transform);
}

h1,
.h1 {
	font-size: 80px;
	font-size: 5rem;
	margin: 0.67em 0;
}

h2,
.h2 {
	font-size: 68px;
	font-size: 4.25rem;
	margin: 0.83em 0;
}

h3,
.h3 {
	font-size: 52px;
	font-size: 3.25rem;
	margin: 1em 0;
}

h4,
.h4 {
	font-size: 42px;
	font-size: 2.625rem;
	margin: 1.33em 0;
}

h5,
.h5 {
	font-size: 28px;
	font-size: 1.75rem;
	margin: 1.67em 0;
}

h6,
.h6 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 2.33em 0;
}

.text-body {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
}

body {
	color: var(--em-color__base);
	font-family: var(--em-font__main);
	font-optical-sizing: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: var(--em-line-height__body);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 1.75em 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	padding: 60px 30px 20px 30px;
	position: relative;
	border-left: 2px solid var(--em-color__dark);
	color: var(--em-color__dark);
	box-shadow: none;
	font-weight: 500;
}

blockquote:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNyIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDM3IDI1IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTI2LjI1MjkgMjQuNUwzMC41MDgxIDE2LjEzNThMMzAuODc3OSAxNS40MDkxSDMwLjA2MjVIMjEuMzEyNVYwLjVIMzYuNVYxNS43ODkyTDMyLjA2ODQgMjQuNUgyNi4yNTI5Wk01LjQ0MDM2IDI0LjVMOS42OTU2NCAxNi4xMzU4TDEwLjA2NTQgMTUuNDA5MUg5LjI1SDAuNVYwLjVIMTUuNjg3NVYxNS43ODkyTDExLjI1NTkgMjQuNUg1LjQ0MDM2WiIgc3Ryb2tlPSIjQjVCNUI1Ij48L3BhdGg+IDwvc3ZnPg==);
	width: 37px;
	height: 25px;
	position: absolute;
	top: 20px;
	left: 30px;
}

blockquote p {
	margin: 0.5em 0;
}

blockquote footer {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	padding: 2px 4px;
	color: #c7254e;
	background-color: #f9f2f4;
	font-size: inherit;
}

abbr,
acronym {
	border-bottom: 1px dotted #EBEBEB;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 122.22222%;
	line-height: 1.4;
	font-weight: 500;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

ul,
ol {
	padding: 0 0 1.5em 1.3em;
	margin-left: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	padding-bottom: 0;
	padding-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1em 0 2em;
}

.em-ratio {
	display: flex;
	width: 100%;
	position: relative;
}

.em-ratio:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	padding-bottom: var(--em-ratio-percent);
}

.em-ratio img {
	display: block;
	max-width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.em-ratio--portrait {
	--em-ratio-percent: 128%;
}

.em-eff-img-zoom {
	overflow: hidden;
}

.em-eff-img-zoom img {
	transition: all 1s;
}

.em-eff-img-zoom:hover img {
	transform: scale(var(--em-image-eff-scale));
}

.em-image-rounded,
.elementor .elementor-element img,
img {
	border-radius: var(--em-image-rounded);
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
}

th,
td {
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #EBEBEB;
}

th {
	text-align: left;
}

th a {
	text-decoration: none;
}

.wp-block-table td,
.wp-block-table th {
	border: none;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.ecomus-svg-icon {
	display: inline-block;
	line-height: 1;
}

.ecomus-svg-icon svg {
	vertical-align: -.125em;
	width: 1em;
	height: 1em;
	fill: currentColor;
	display: inline-block;
}

.em-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.em-col {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.em-xs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.em-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.em-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.em-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.em-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.em-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.em-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.em-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.em-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.em-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.em-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.em-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.em-xs-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.em-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.em-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.em-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.em-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.em-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.em-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.em-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.em-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.em-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.em-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.em-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.em-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.em-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.em-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.em-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.em-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.em-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.em-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.em-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.em-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.em-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.em-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.em-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.em-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.em-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.em-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.em-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.em-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.em-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.em-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.em-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.em-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.em-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.em-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.em-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.em-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.em-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.em-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.em-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767px) {
	.em-row-xs {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.em-col-xs {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}

.em-badge {
	--em-badge-font-size: 10px;
	--em-badge-color: #ffffff;
	--em-badge-bg-color: #000000;
	--em-badge-border-color: var(--em-badge-bg-color);
	--em-badge-color-hover: #ffffff;
	--em-badge-bg-color-hover: #000000;
	--em-badge-border-color-hover: var(--em-badge-bg-color-hover);
	--em-badge-eff-bg-color-hover: rgba(255, 255, 255, 0.25);
	--em-badge-padding-top: 9px;
	--em-badge-padding-right: 16px;
	--em-badge-padding-bottom: 8px;
	--em-badge-padding-left: 16px;
	--em-badge-line-height: 1;
	--em-badge-rounded: min( 3px, var(--em-button-rounded) );
	--em-badge-font-weight: 700;
	font-size: var(--em-badge-font-size);
	background-color: var(--em-badge-bg-color);
	color: var(--em-badge-color);
	border: 1px solid var(--em-badge-border-color);
	padding: var(--em-badge-padding-top) var(--em-badge-padding-right) var(--em-badge-padding-bottom) var(--em-badge-padding-left);
	line-height: var(--em-badge-line-height);
	border-radius: var(--em-badge-rounded);
	font-weight: var(--em-badge-font-weight);
	display: inline-flex;
	text-transform: uppercase;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
	will-change: background-color, color, border;
}

.em-badge:hover {
	color: var(--em-badge-color-hover);
	background-color: var(--em-badge-bg-color-hover);
	border-color: var(--em-badge-border-color-hover);
}

.em-badge:hover:after {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

.em-badge:after {
	background-image: linear-gradient(90deg, transparent, var(--em-badge-eff-bg-color-hover, transparent), transparent);
	content: "";
	left: 150%;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: skew(-20deg);
	width: 200%;
}

.em-badge-light {
	--em-badge-bg-color: #ffffff;
	--em-badge-bg-color-hover: #ffffff;
	--em-badge-color: #000000;
	--em-badge-color-hover: #000000;
	--em-badge-eff-bg-color-hover: rgba(000, 000, 000, 0.25);
	border: none;
}

.em-badge-gray {
	--em-badge-bg-color: #F2F2F2;
	--em-badge-bg-color-hover: #F2F2F2;
	--em-badge-color: #000000;
	--em-badge-color-hover: #000000;
	--em-badge-eff-bg-color-hover: rgba(000, 000, 000, 0.25);
	border: none;
}

.em-badge-outline {
	--em-badge-color: #000000;
	--em-badge-color-hover: var(--em-color__primary);
	--em-badge-bg-color: transparent;
	--em-badge-bg-color-hover: transparent;
	--em-badge-border-color: #EBEBEB;
	--em-badge-border-color-hover: var(--em-color__primary);
}

.em-badge-outline:after {
	display: none;
}

.em-badge-outline-dark {
	--em-badge-color: #000000;
	--em-badge-color-hover: var(--em-color__primary);
	--em-badge-bg-color: transparent;
	--em-badge-bg-color-hover: transparent;
	--em-badge-border-color: #000000;
	--em-badge-border-color-hover: var(--em-color__primary);
}

.em-badge-outline-dark:after {
	display: none;
}

.em-socials--instagram {
	--em-social-color: linear-gradient(#8a3ab9,#e95950,#fccc63);
}

.em-socials--threads {
	--em-social-color: linear-gradient(135deg,#8a3ab9,#e95950,#fccc63);
}

.em-socials--tiktok {
	--em-social-color: linear-gradient(#25F4EE,#000000,#FE2C55);
}

.em-socials--facebook {
	--em-social-color: #3B5998;
}

.em-socials--email {
	--em-social-color: #5FB7E0;
}

.em-socials--twitter {
	--em-social-color: #555555;
}

.em-socials--youtube {
	--em-social-color: #CD201F;
}

.em-socials--pinterest {
	--em-social-color: #CB2027;
}

.em-socials--tumblr {
	--em-social-color: #37455C;
}

.em-socials--vimeo {
	--em-social-color: #1AB7EA;
}

.em-socials--snapchat {
	--em-social-color: #FFDD00;
}

.em-socials--whatsapp {
	--em-social-color: #00E676;
}

.em-socials--linkedin {
	--em-social-color: #176AFF;
}

.em-socials--wechat {
	--em-social-color: #1AAD18;
}

.em-socials--reddit {
	--em-social-color: #FF450