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

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

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

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

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

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

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

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

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

.st-image-rounded,
.elementor .elementor-element img,
img {
	border-radius: var(--st-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.st-badge {
	--st-badge-font-size: 10px;
	--st-badge-color: #ffffff;
	--st-badge-bg-color: #000000;
	--st-badge-border-color: var(--st-badge-bg-color);
	--st-badge-color-hover: #ffffff;
	--st-badge-bg-color-hover: #000000;
	--st-badge-border-color-hover: var(--st-badge-bg-color-hover);
	--st-badge-eff-bg-color-hover: rgba(255, 255, 255, 0.25);
	--st-badge-padding-top: 9px;
	--st-badge-padding-right: 16px;
	--st-badge-padding-bottom: 8px;
	--st-badge-padding-left: 16px;
	--st-badge-line-height: 1;
	--st-badge-rounded: min( 3px, var(--st-button-rounded) );
	--st-badge-font-weight: 700;
	font-size: var(--st-badge-font-size);
	background-color: var(--st-badge-bg-color);
	color: var(--st-badge-color);
	border: 1px solid var(--st-badge-border-color);
	padding: var(--st-badge-padding-top) var(--st-badge-padding-right) var(--st-badge-padding-bottom) var(--st-badge-padding-left);
	line-height: var(--st-badge-line-height);
	border-radius: var(--st-badge-rounded);
	font-weight: var(--st-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.st-socials--reddit {
	--st-social-color: #FF4500;
}

.st-socials--line {
	--st-social-color: #00C34D;
}

.st-socials--spotify {
	--st-social-color: #1E7D60;
}

/* Links
--------------------------------------------- */
a {
	color: var(--st-link-color);
	text-decoration: none;
	transition: 0.4s;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
	color: var(--st-link-color-hover);
}

/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
span.select2 .select2-selection--single {
	color: var(--st-input-color);
	border-width: var(--st-input-border-width);
	border-style: solid;
	border-color: var(--st-input-border-color);
	outline: none;
	transition: 0.4s;
	font-size: var(--st-input-font-size);
	padding: var(--st-input-padding-y) var(--st-input-padding-x);
	background-color: var(--st-input-bg-color);
	border-radius: var(--st-input-rounded);
	-webkit-appearance: none;
	line-height: normal;
}

input[type="text"]:hover, input[type="text"]:active, input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:active,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:active,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:hover,
input[type="search"]:active,
input[type="search"]:focus,
input[type="number"]:hover,
input[type="number"]:active,
input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="range"]:hover,
input[type="range"]:active,
input[type="range"]:focus,
input[type="date"]:hover,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:hover,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:hover,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="color"]:hover,
input[type="color"]:active,
input[type="color"]:focus,
textarea:hover,
textarea:active,
textarea:focus,
select:hover,
select:active,
select:focus,
span.select2 .select2-selection--single:hover,
span.select2 .select2-selection--single:active,
span.select2 .select2-selection--single:focus {
	border-color: var(--st-input-border-color-hover);
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder,
select::placeholder,
span.select2 .select2-selection--single::placeholder {
	font-size: var(--st-input-placeholder-font-size);
	color: var(--st-input-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--st-input-color);
}

textarea {
	width: 100%;
	padding: 17px 22px;
}

select {
	appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3QjIwQkNDMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3QjIwQkNEMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdCMjBCQ0EyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzdCMjBCQ0IyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sw4h6AAAAb0lEQVR42mKsaexmZGBgqAPiuUD8hAEVyABxBBD3sACJEiBuAOJYIHZAUgxSdACIlYGYiwlILAfiu1CBA1AFyIpAcvNYoCY4IEkcgJoIUwS2hQUqiK6YAVkRiMOC5HBkxQxo7kVRiKyYAT0EAAIMALwKGx4801sSAAAAAElFTkSuQmCC);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	padding-right: 45px;
	cursor: pointer;
}

select:focus {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9IiMwMDAwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNIDkuMzU0IDUuMzU0IEMgOS4xNTkgNS41NSA4Ljg0MSA1LjU1IDguNjQ2IDUuMzU0IEwgNSAxLjcwNyBMIDEuMzU0IDUuMzU0IEMgMS4wODEgNS42MjcgMC42MTYgNS41MDIgMC41MTYgNS4xMyBDIDAuNDcgNC45NTcgMC41MiA0Ljc3MiAwLjY0NiA0LjY0NiBMIDQuNjQ2IDAuNjQ2IEMgNC44NDEgMC40NSA1LjE1OSAwLjQ1IDUuMzU0IDAuNjQ2IEwgOS4zNTQgNC42NDYgQyA5LjU1IDQuODQxIDkuNTUgNS4xNTkgOS4zNTQgNS4zNTQgTCA5LjM1NCA1LjM1NCBaIiBzdHlsZT0iIi8+Cjwvc3ZnPg==);
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
}

select.decorated option:hover {
	box-shadow: 0 0 10px 100px #1882A8 inset;
}

select > option {
	font-weight: 500;
}

.select2.select2-container .select2-selection--single {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	min-width: 220px;
	height: auto;
	margin: 0;
	cursor: pointer;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
	display: inline;
	padding: 0;
	line-height: inherit;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow {
	display: inline-block;
	position: static;
	width: 12px;
	height: 7px;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjczODI4MSAxLjIzODI4TDYuMjM4MjggNi43MzgyOEwxMS43MzgzIDEuMjM4MjhMMTAuNzYyIDAuMjYyMDMyTDYuMjM4MjggNC43ODU3OEwxLjcxNDUzIDAuMjYyMDMxTDAuNzM4MjgxIDEuMjM4MjhaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
	background-position: center center;
	background-repeat: no-repeat;
}

.select2.select2-container .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default {
	z-index: 9;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: var(--st-input-rounded) !important;
}

.select2-container--default .select2-dropdown {
	border-color: var(--st-input-border-color);
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 270px;
}

.select2-container--default .select2-results__option {
	padding: 4px 20px;
	font-weight: 500;
	color: var(--st-color__dark);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: #f2f2f2;
	color: var(--st-color__dark);
}

input[type="checkbox"] {
	position: relative;
	margin-right: 14px;
	transition: .3s;
}

input[type="checkbox"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
	border: 1px solid var(--st-border-color);
	border-radius: var(--st-rounded-xs);
	background-color: var(--st-color__light);
	transition: .3s;
}

input[type="checkbox"] + span {
	color: var(--st-color__base);
}

input[type="checkbox"]:hover {
	cursor: pointer;
}

input[type="checkbox"]:hover::before {
	border-color: var(--st-color__dark);
}

input[type="checkbox"]:hover + span {
	cursor: pointer;
	color: var(--st-color__dark);
}

input[type="checkbox"]:checked::before {
	border-color: var(--st-color__dark);
	background-color: var(--st-color__dark);
}

input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid var(--st-color__light);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 8px;
	/*rtl:raw:
			    width: 11px;
    			height: 6px;
				top: 3px;
    			right: 5px;
			*/
}

input[type="checkbox"]:checked + span {
	color: var(--st-color__dark);
}

input[type="radio"] {
	position: relative;
	margin-right: 17px;
	transition: .3s;
}

input[type="radio"]::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	top: -2px;
	left: -1px;
	border: 1px solid var(--st-border-color);
	background-color: var(--st-color__light);
	transition: .3s;
}

input[type="radio"]:hover {
	cursor: pointer;
}

input[type="radio"]:hover::before {
	border-color: var(--st-color__dark);
}

input[type="radio"]:hover + label {
	color: var(--st-color__dark);
}

input[type="radio"] + label {
	color: var(--st-color__base);
}

input[type="radio"]:checked::before {
	border-color: var(--st-color__dark);
	background-color: var(--st-color__dark);
}

input[type="radio"]:checked::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--st-color__light);
	position: absolute;
	top: 0;
	left: 1px;
}

input[type="radio"]:checked + label {
	color: var(--st-color__dark);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-size: var(--st-button-font-size);
	background-color: var(--st-button-bg-color);
	color: var(--st-button-color);
	border: 1px solid var(--st-button-border-color);
	padding: var(--st-button-padding-top) var(--st-button-padding-right) var(--st-button-padding-bottom) var(--st-button-padding-left);
	line-height: var(--st-button-line-height);
	border-radius: var(--st-button-rounded);
	font-weight: var(--st-button-font-weight);
	gap: var(--st-button-icon-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	cursor: pointer;
	vertical-align: middle;
	transition: 0.25s;
	position: relative;
	overflow: hidden;
}

button:hover, button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
.button:hover,
.button:active {
	color: var(--st-button-color-hover);
	background-color: var(--st-button-bg-color-hover);
	border-color: var(--st-button-border-color-hover);
}

button:hover:after,
input[type="button"]:hover:after,
input[type="reset"]:hover:after,
input[type="submit"]:hover:after,
.button:hover:after {
	animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);
}

button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled,
.button.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

button .styluxe-svg-icon,
input[type="button"] .styluxe-svg-icon,
input[type="reset"] .styluxe-svg-icon,
input[type="submit"] .styluxe-svg-icon,
.button .styluxe-svg-icon {
	font-size: var(--st-button-icon-size);
	/*rtl:raw:
			transform: rotateY(180deg);
		*/
}

button.pswp__button::after,
input[type="button"].pswp__button::after,
input[type="reset"].pswp__button::after,
input[type="submit"].pswp__button::after,
.button.pswp__button::after {
	display: none;
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading {
	--st-loading-color: var(--st-button-color);
	--st-animation-state: running;
	position: relative;
	color: transparent;
}

button.loading::before,
input[type="button"].loading::before,
input[type="reset"].loading::before,
input[type="submit"].loading::before,
.button.loading::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: solid 2px var(--st-loading-color);
	border-top-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.6s linear infinite var(--st-animation-state);
}

button.loading:hover, button.loading:active,
input[type="button"].loading:hover,
input[type="button"].loading:active,
input[type="reset"].loading:hover,
input[type="reset"].loading:active,
input[type="submit"].loading:hover,
input[type="submit"].loading:active,
.button.loading:hover,
.button.loading:active {
	--st-loading-color: var(--st-button-color-hover);
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.button:after {
	background-image: linear-gradient(90deg, transparent, var(--st-button-eff-bg-color-hover, transparent), transparent);
	content: "";
	left: 150%;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: skew(-20deg);
	width: 200%;
}

.st-button {
	font-size: var(--st-button-font-size);
	background-color: var(--st-button-bg-color);
	color: var(--st-button-color);
	border: 1px solid var(--st-button-border-color);
	padding: var(--st-button-padding-top) var(--st-button-padding-right) var(--st-button-padding-bottom) var(--st-button-padding-left);
	line-height: var(--st-button-line-height);
	border-radius: var(--st-button-rounded);
	font-weight: var(--st-button-font-weight);
	gap: var(--st-button-icon-spacing);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	cursor: pointer;
	vertical-align: middle;
	transition: 0.25s;
}

.st-button:hover, .st-button:active {
	color: var(--st-button-color-hover);
	background-color: var(--st-button-bg-color-hover);
	border-color: var(--st-button-border-color-hover);
}

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

.st-button.disabled {
	opacity: 0.3;
	pointer-events: none;
	cursor: not-allowed;
}

.st-button .styluxe-svg-icon {
	font-size: var(--st-button-icon-size);
	/*rtl:raw:
			transform: rotateY(180deg);
		*/
}

.st-button.pswp__button::after {
	display: none;
}

.st-button.loading {
	--st-loading-color: var(--st-button-color);
	--st-animation-state: running;
	position: relative;
	color: transparent;
}

.st-button.loading::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: solid 2px var(--st-loading-color);
	border-top-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.6s linear infinite var(--st-animation-state);
}

.st-button.loading:hover, .st-button.loading:active {
	--st-loading-color: var(--st-button-color-hover);
}

.st-button-hover-eff {
	position: relative;
	overflow: hidden;
}

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

.st-button-light {
	--st-button-bg-color: #ffffff;
	--st-button-bg-color-hover: #000000;
	--st-button-color: #000000;
	--st-button-color-hover: #fff;
	--st-button-eff-bg-color-hover: rgba(0, 0, 0, 0.25);
	border: none;
}

.st-button-primary {
	--st-button-color: var(--st-text-color-on-primary);
	--st-button-color-hover: var(--st-text-color-on-primary);
	--st-button-bg-color: var(--st-color__primary);
	--st-button-bg-color-hover: var(--st-color__primary);
	--st-button-padding-top: 16px;
	--st-button-padding-bottom: 16px;
	--st-button-eff-bg-color-hover: rgb(from var(--st-button-color) r g b / 0.5);
	border: none;
}

.st-button-outline {
	--st-button-color: #000000;
	--st-button-color-hover: #ffffff;
	--st-button-bg-color: transparent;
	--st-button-bg-color-hover: #000000;
	--st-button-border-color: #EBEBEB;
	--st-button-border-color-hover: var(--st-button-bg-color-hover);
	--st-button-eff-bg-color-hover: rgba(255, 255, 255, 0.25);
}

.st-button-outline:after {
	display: none;
}

.st-button-outline-dark {
	--st-button-color: #000000;
	--st-button-color-hover: var(--st-color__primary);
	--st-button-bg-color: transparent;
	--st-button-bg-color-hover: transparent;
	--st-button-border-color: #000000;
	--st-button-border-color-hover: var(--st-color__primary);
	--st-button-eff-bg-color-hover: transparent;
}

.st-button-outline-dark.loading:hover {
	--st-loading-color: var(--st-color__primary);
}

.st-button-outline-dark:after {
	display: none;
}

.st-button-subtle {
	--st-button-color: #000000;
	--st-button-color-hover: var(--st-color__primary);
	--st-button-bg-color: transparent;
	--st-button-bg-color-hover: transparent;
	--st-button-padding-top: 0;
	--st-button-padding-right: 0;
	--st-button-padding-bottom: 3px;
	--st-button-padding-left: 0;
	--st-button-rounded: 0;
	--st-button-border-color: var(--st-button-color);
	--st-button-border-color-hover: var(--st-button-color-hover);
	border-width: 0 0 1px 0;
}

.st-button-subtle:after {
	display: none;
}

.st-button-text {
	--st-button-color: #000000;
	--st-button-color-hover: var(--st-color__primary);
	--st-button-bg-color: transparent;
	--st-button-bg-color-hover: transparent;
	--st-button-padding-top: 0;
	--st-button-padding-right: 0;
	--st-button-padding-bottom: 0;
	--st-button-padding-left: 0;
	--st-button-rounded: 0;
	border: none;
}

.st-button-text:after {
	display: none;
}

.st-button-icon {
	--st-button-width: 46px;
	--st-button-height: 46px;
	--st-button-font-size: 10px;
	--st-button-icon-size: var(--st-button-font-size);
	padding: 0;
	width: var(--st-button-width);
	height: var(--st-button-height);
}

.st-button-icon .styluxe-button-text {
	display: none;
}

.st-button-icon .styluxe-svg-icon {
	padding-bottom: 0;
}

.st-button-round {
	--st-button-rounded: 10px;
}

.st-button-circle {
	--st-button-rounded: 30px;
}

.st-button-icon-hover {
	--st-button-icon-size: 9px;
	gap: 0;
}

.st-button-icon-hover .styluxe-button-text + .styluxe-svg-icon,
.st-button-icon-hover .styluxe-svg-icon {
	transition: transform .3s, width .3s;
	transform: scale(0);
	width: 0;
	margin: 0;
	/*rtl:raw:
			transform: scale(0) rotateY(180deg);
		*/
}

.st-button-icon-hover:hover {
	gap: var(--st-button-icon-spacing);
}

.st-button-icon-hover:hover .styluxe-svg-icon {
	transform: scale(1);
	width: var(--st-button-icon-size);
	/*rtl:raw:
				transform: scale(1) rotateY(180deg);
			*/
}

/* Blocks
--------------------------------------------- */
.wp-block-quote {
	margin: 1.75em 0;
}

.wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding-left: 30px;
}

.wp-block-quote cite br,
.wp-block-quote footer br, .wp-block-quote.is-large cite br,
.wp-block-quote.is-large footer br, .wp-block-quote.is-style-large cite br,
.wp-block-quote.is-style-large footer br {
	display: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin-bottom: 2em;
}

.wp-block-quote.has-text-align-right {
	border-right: 2px solid var(--st-color__dark);
	border-left: none;
	padding-right: 30px;
}

.wp-block-quote.has-text-align-right:after {
	right: 30px;
	left: auto;
}

.wp-block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right footer {
	text-align: right;
}

.wp-block-quote cite,
.wp-block-quote footer {
	font-size: 0.8em;
	font-weight: 500;
}

blockquote.wp-block-quote {
	margin: 1.75em 0;
	border-left: 2px solid var(--st-color__dark);
	border-right: none;
}

blockquote.wp-block-quote, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
	padding-left: 30px;
}

blockquote.wp-block-quote cite br,
blockquote.wp-block-quote footer br, blockquote.wp-block-quote.is-large cite br,
blockquote.wp-block-quote.is-large footer br, blockquote.wp-block-quote.is-style-large cite br,
blockquote.wp-block-quote.is-style-large footer br {
	display: none;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
	margin-bottom: 2em;
}

blockquote.wp-block-quote.has-text-align-right {
	border-right: 2px solid var(--st-color__dark);
	border-left: none;
	padding-right: 30px;
}

blockquote.wp-block-quote.has-text-align-right:after {
	right: 30px;
	left: auto;
}

blockquote.wp-block-quote.has-text-align-right cite,
blockquote.wp-block-quote.has-text-align-right footer {
	text-align: right;
}

blockquote.wp-block-quote cite,
blockquote.wp-block-quote footer {
	font-size: 0.8em;
	font-weight: 500;
}

.wp-block-pullquote {
	text-align: left;
}

.wp-block-pullquote.has-cyan-bluish-gray-background-color {
	background-color: #fcfcfc !important;
}

.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
	margin: 0.5em 0;
	line-height: 1.5;
	font-size: 32px;
	font-size: 2rem;
	color: var(--st-color__dark);
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote .wp-block-pullquote__citation {
	font-weight: 500;
	color: var(--st-color__dark);
}

.wp-block-separator {
	border-bottom-width: 1px;
}

.wp-block-button,
.wp-block-cover {
	margin-bottom: 25px;
}

.wp-block-gallery {
	margin-bottom: 2em;
}

.blocks-gallery-caption {
	margin-bottom: 0.5em;
}

.wp-block-button__link:hover,
.wp-block-file__button:hover {
	color: #fff;
}

.wp-block-button.is-style-squared .wp-block-button__link, .wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]),
:root .has-pale-pink-background-color {
	color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
	font-size: 2.25em;
	margin: 0;
	padding: 0;
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background), .wp-block-columns.alignfull .wp-block-column h1:not(.has-background), .wp-block-columns.alignfull .wp-block-column h2:not(.has-background), .wp-block-columns.alignfull .wp-block-column h3:not(.has-background), .wp-block-columns.alignfull .wp-block-column h4:not(.has-background), .wp-block-columns.alignfull .wp-block-column h5:not(.has-background), .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
	padding-left: 15px;
	padding-right: 15px;
}

.wp-block-code {
	font-family: "Courier 10 Pitch", courier, monospace;
	padding: 1.6em;
}

.wp-block-code code {
	background-color: transparent;
}

pre.wp-block-verse {
	font-family: "Courier 10 Pitch", courier, monospace;
}

.wp-block-table.is-style-stripes table td, .wp-block-table.is-style-stripes table th {
	padding: 10px;
}

.wp-block-image {
	margin-bottom: 2em;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.wp-block-image a {
	display: flex;
	width: 100%;
	position: relative;
}

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

.wp-block-image a img {
	display: block;
	max-width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: var(--st-image-rounded-product-card-small);
}

.wp-block-latest-posts.wp-block-latest-posts__list li,
.wp-block-rss .wp-block-rss__item {
	padding: 5px 0;
}

.wp-block-search__button {
	padding: var(--st-button-padding-top) var(--st-button-padding-right) var(--st-button-padding-bottom) var(--st-button-padding-left);
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain {
	border-left: 2px solid var(--st-color__dark);
	padding: 60px 30px 20px 30px;
}

.post-password-form {
	--st-input-padding-y: 0.75rem;
}

@media only screen and (min-width: 1200px) {
	.no-sidebar .site-content .entry-content > *.alignwide {
		max-width: 1140px;
		width: 1140px;
		margin-left: calc(-1140px/2 + 100%/2);
		margin-right: calc(-1140px/2 + 100%/2);
	}
	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignwide {
		max-width: 1200px;
		width: 1200px;
		margin-left: calc(-1200px/2 + 100%/2);
		margin-right: calc(-1200px/2 + 100%/2);
	}
}

@media only screen and (min-width: 768px) {
	.no-sidebar .site-content .entry-content > *.alignfull,
	.no-sidebar .site-content .entry-content > *.alignwide {
		width: -webkit-fill-available;
		max-width: 1000%;
	}
	.no-sidebar .site-content .entry-content > *.alignfull {
		margin-right: calc(50% - 50vw + 9px);
		margin-left: calc(50% - 50vw + 8px);
	}
	.no-sidebar:not(.elementor-page) .site-content .page-content > *.alignfull {
		width: -webkit-fill-available;
		max-width: 1000%;
		margin-right: calc(50% - 50vw + 9px);
		margin-left: calc(50% - 50vw + 8px);
	}
}

/* Swiper
--------------------------------------------- */
.styluxe-carousel--elementor .swiper-pagination-bullets {
	position: static;
	margin-top: var(--st-swiper-pagination-spacing);
}

.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet {
	width: auto;
	height: auto;
	opacity: 1;
	margin: 0 6px;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	transition: 0.4s;
	padding: 5px;
}

.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
	border-radius: 50%;
}

.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	border-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 2px;
	padding: 0;
	position: relative;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet::before {
	width: 5px;
	height: 5px;
	background-color: rgba(0, 0, 0, 0.2);
	transition: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:after {
	content: '';
	width: 5px;
	height: 5px;
	background-color: var(--st-color__dark);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: none;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:hover:before {
	background-color: black;
	opacity: 0;
	visibility: hidden;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--small .swiper-pagination-bullet:hover:after {
	opacity: 1;
	visibility: visible;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet {
	padding: 7px;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet::before {
	width: 6px;
	height: 6px;
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet.swiper-pagination-bullet-active, .styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--background .swiper-pagination-bullet:hover {
	background-color: rgba(0, 0, 0, 0.16);
	border-color: transparent;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet {
	padding: 0;
	margin: 0 4px;
	border: none;
	border-radius: 0;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet::before {
	width: 6px;
	height: 6px;
	border-radius: var(--st-rounded-md);
	background-color: rgba(0, 0, 0, 0.4);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet:hover::before {
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: none;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--long .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: 22px;
	border-radius: 22px;
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet {
	padding: 0;
	margin: 0 4px;
	border: none;
	border-radius: 0;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet::before {
	width: 30px;
	height: 2px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet:hover::before {
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: none;
	border-radius: 0;
}

.styluxe-carousel--elementor .swiper-pagination-bullets.swiper-pagination-bullet--line .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	width: 30px;
	height: 2px;
	border-radius: 0;
	background-color: var(--st-color__dark);
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow {
	bottom: var(--st-swiper-pagination-spacing);
	width: 100%;
	text-align: center;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination--dots-arrow__wrapper {
	display: inline-flex;
	align-items: center;
	padding: 11px 9px;
	border-radius: 50px;
	background-color: #fff;
	z-index: 1;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-button {
	--st-button-bg-color: #ffffff;
	--st-button-color: #000000;
	--st-arrow-bg-color: #ffffff;
	--st-arrow-color: #000000;
	position: static;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
	transform: none;
	opacity: 1;
	margin: 0 !important;
	/*rtl:raw:
				transform: rotateY(180deg);
			*/
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-button:hover {
	--st-arrow-bg-color-hover: #ffffff;
	--st-arrow-color-hover: #000000;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-button:not(.swiper-button-disabled) {
	cursor: pointer;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-button.swiper-button-disabled {
	opacity: .35;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination {
	position: static;
	display: inline-flex;
	width: auto;
	margin: 0 13px;
	gap: 4px;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet {
	border: none;
	padding: 0;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 0;
}

.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.styluxe-carousel--elementor .swiper-pagination {
	display: none;
}

.styluxe-carousel--elementor.swiper ul.products.swiper-wrapper,
.styluxe-carousel--elementor .swiper ul.products.swiper-wrapper {
	margin: 0;
}

.styluxe-carousel--elementor.swiper ul.products.swiper-wrapper li.product.swiper-slide,
.styluxe-carousel--elementor .swiper ul.products.swiper-wrapper li.product.swiper-slide {
	padding: 0;
}

.styluxe-carousel--elementor.swiper:not(.swiper-initialized),
.styluxe-carousel--elementor .swiper:not(.swiper-initialized) {
	overflow: hidden;
}

.styluxe-carousel--elementor.swiper:not(.swiper-initialized) ul.products,
.styluxe-carousel--elementor .swiper:not(.swiper-initialized) ul.products {
	flex-wrap: nowrap;
}

.styluxe-carousel--elementor.swiper:not(.swiper-initialized) li.product,
.styluxe-carousel--elementor .swiper:not(.swiper-initialized) li.product {
	flex-shrink: 0;
}

.styluxe-carousel--elementor ul.products {
	flex-wrap: nowrap;
}

.styluxe-carousel--elementor ul.products li.product {
	flex-shrink: 0;
	margin-bottom: 0;
}

.styluxe-carousel--elementor:not(.swiper) > .swiper-button, .styluxe-carousel--elementor.swiper > .swiper-button,
.styluxe-carousel--elementor .swiper > .swiper-button {
	opacity: 0;
}

.styluxe-carousel--elementor:not(.swiper) > .swiper-button.elementor-swiper-button-prev, .styluxe-carousel--elementor.swiper > .swiper-button.elementor-swiper-button-prev,
.styluxe-carousel--elementor .swiper > .swiper-button.elementor-swiper-button-prev {
	margin-left: 20px;
}

.styluxe-carousel--elementor:not(.swiper) > .swiper-button.elementor-swiper-button-next, .styluxe-carousel--elementor.swiper > .swiper-button.elementor-swiper-button-next,
.styluxe-carousel--elementor .swiper > .swiper-button.elementor-swiper-button-next {
	margin-right: 20px;
}

.styluxe-carousel--elementor:not(.swiper):hover > .swiper-button, .styluxe-carousel--elementor.swiper:hover > .swiper-button,
.styluxe-carousel--elementor .swiper:hover > .swiper-button {
	opacity: 1;
}

.styluxe-carousel--elementor:not(.swiper):hover > .swiper-button.elementor-swiper-button-prev, .styluxe-carousel--elementor.swiper:hover > .swiper-button.elementor-swiper-button-prev,
.styluxe-carousel--elementor .swiper:hover > .swiper-button.elementor-swiper-button-prev {
	margin-left: 0;
}

.styluxe-carousel--elementor:not(.swiper):hover > .swiper-button.elementor-swiper-button-next, .styluxe-carousel--elementor.swiper:hover > .swiper-button.elementor-swiper-button-next,
.styluxe-carousel--elementor .swiper:hover > .swiper-button.elementor-swiper-button-next {
	margin-right: 0;
}

.styluxe-carousel--elementor .swiper-arrows .swiper-button {
	/*rtl:raw:
				transform: rotateY(180deg);
			*/
}

.styluxe-carousel--elementor.swiper .swiper-button {
	/*rtl:raw:
			transform: translateY(-50%) rotateY(180deg);
		*/
}

.swiper {
	--st-swiper-items-space: 30px;
	--st-swiper-items-space-tablet: 30px;
	--st-swiper-items-space-mobile: 15px;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
	margin: 0;
}

.swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slide {
	margin-right: var(--st-swiper-items-space);
}

.swiper:not(.swiper-initialized) .swiper-wrapper:not(.columns-1) .swiper-slideli.product {
	padding-left: 0;
	padding-right: 0;
}

.swiper:not(.swiper-initialized) .swiper-button,
.swiper:not(.swiper-initialized) .swiper-pagination {
	display: none;
}

.swiper .swiper-button,
.swiper-button {
	--st-arrow-font-size: 11px;
	--st-arrow-color: #000000;
	--st-arrow-bg-color: #ffffff;
	--st-arrow-border-color: #ffffff;
	--st-arrow-color-hover: #ffffff;
	--st-arrow-bg-color-hover: #000000;
	--st-arrow-border-color-hover: var(--st-arrow-bg-color-hover);
	--st-arrow-eff-bg-color-hover: rgba(255, 255, 255, 0.25);
	--st-arrow-width: 46px;
	--st-arrow-height: 46px;
	--st-arrow-rounded: 50%;
	--st-arrow-font-weight: 400;
	--st-arrow-top: 50%;
	font-size: var(--st-arrow-font-size);
	background-color: var(--st-arrow-bg-color);
	color: var(--st-arrow-color);
	border: 1px solid var(--st-arrow-border-color);
	border-radius: var(--st-arrow-rounded);
	font-weight: var(--st-arrow-font-weight);
	width: var(--st-arrow-width);
	height: var(--st-arrow-height);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	transition: 0.4s;
	cursor: pointer;
	position: absolute;
	top: var(--st-arrow-top);
	transform: translateY(-50%);
	margin-top: 0;
	z-index: 1;
	overflow: hidden;
	transition: 0.4s;
	/*rtl:raw:
		transform: translateY(-50%) rotateY(180deg);
	*/
}

.swiper .swiper-button:not(.swiper-button-disabled):hover,
.swiper-button:not(.swiper-button-disabled):hover {
	color: var(--st-arrow-color-hover);
	background-color: var(--st-arrow-bg-color-hover);
	border-color: var(--st-arrow-border-color-hover);
}

.swiper .swiper-button:after,
.swiper-button:after {
	display: none;
}

.swiper .swiper-button.elementor-swiper-button-prev,
.swiper-button.elementor-swiper-button-prev {
	left: 10px;
}

.swiper .swiper-button.elementor-swiper-button-next,
.swiper-button.elementor-swiper-button-next {
	right: 10px;
}

.styluxe-rtl-smart .styluxe-carousel--elementor .elementor-swiper-button-prev,
.styluxe-rtl-smart .styluxe-carousel--elementor.swiper .elementor-swiper-button-prev,
.styluxe-rtl-smart .styluxe-carousel--elementor .swiper .elementor-swiper-button-prev,
.styluxe-rtl-smart .elementor-element .swiper ~ .elementor-swiper-button-prev {
	/*rtl:ignore*/
	left: auto;
	/*rtl:ignore*/
	right: 10px;
}

.styluxe-rtl-smart .styluxe-carousel--elementor .elementor-swiper-button-next,
.styluxe-rtl-smart .styluxe-carousel--elementor.swiper .elementor-swiper-button-next,
.styluxe-rtl-smart .styluxe-carousel--elementor .swiper .elementor-swiper-button-next,
.styluxe-rtl-smart .elementor-element .swiper ~ .elementor-swiper-button-next {
	/*rtl:ignore*/
	left: 10px;
	/*rtl:ignore*/
	right: auto;
}

.swiper .swiper-button-outline,
.swiper-button-outline {
	--st-arrow-color: #000000;
	--st-arrow-bg-color: transparent;
	--st-arrow-border-color: var(--st-border-color);
	--st-arrow-color-hover: #ffffff;
	--st-arrow-bg-color-hover: #000000;
	--st-arrow-border-color-hover: var(--st-arrow-bg-color-hover);
}

.swiper .swiper-button-outline.swiper-button-disabled,
.swiper-button-outline.swiper-button-disabled {
	cursor: not-allowed;
	pointer-events: auto !important;
	--st-arrow-color: rgba(0,0,0,0.25);
	--st-arrow-bg-color: transparent;
	--st-arrow-border-color: var(--st-border-color);
	--st-arrow-color-hover: rgba(0,0,0,0.25);
	--st-arrow-bg-color-hover: transparent;
	--st-arrow-border-color-hover: var(--st-border-color);
}

.swiper .swiper-button-outline-dark,
.swiper-button-outline-dark {
	--st-arrow-color: #000000;
	--st-arrow-bg-color: transparent;
	--st-arrow-border-color: #000000;
	--st-arrow-color-hover: #ffffff;
	--st-arrow-bg-color-hover: #000000;
	--st-arrow-border-color-hover: var(--st-arrow-bg-color-hover);
}

.swiper .swiper-button-outline-dark.swiper-button-disabled,
.swiper-button-outline-dark.swiper-button-disabled {
	cursor: not-allowed;
	pointer-events: auto !important;
	--st-arrow-color: rgba(0,0,0,0.25);
	--st-arrow-bg-color: transparent;
	--st-arrow-border-color: var(--st-border-color);
	--st-arrow-color-hover: rgba(0,0,0,0.25);
	--st-arrow-bg-color-hover: transparent;
	--st-arrow-border-color-hover: var(--st-border-color);
}

.swiper .swiper-button-text,
.swiper-button-text {
	--st-arrow-color: #000000;
	--st-arrow-bg-color: transparent;
	--st-arrow-color-hover: #000000;
	--st-arrow-bg-color-hover: transparent;
	border: none;
}

.swiper .swiper-button-text.swiper-button-disabled,
.swiper-button-text.swiper-button-disabled {
	cursor: not-allowed;
	pointer-events: auto !important;
	--st-arrow-color: rgba(0,0,0,0.25);
	--st-arrow-bg-color: transparent;
	--st-arrow-bg-color-hover: transparent;
	--st-arrow-color-hover: rgba(0,0,0,0.25);
}

.swiper .swiper-button-small,
.swiper-button-small {
	--st-arrow-width: 30px;
	--st-arrow-height: 30px;
	--st-arrow-font-size: 8px;
}

.swiper .swiper-button-disabled,
.swiper-button-disabled {
	cursor: not-allowed;
	pointer-events: auto !important;
	--st-arrow-bg-color: rgba(0,0,0,0.15);
	--st-arrow-color: #000000;
	--st-arrow-bg-color-hover: var(--st-arrow-bg-color);
	--st-arrow-color-hover: var(--st-arrow-color);
	--st-arrow-border-color-hover: transparent;
	--st-arrow-border-color: transparent;
}

.swiper .swiper-pagination-lock,
.swiper .swiper-button-lock,
.styluxe-mini-products-recommended .swiper-pagination-lock,
.styluxe-mini-products-recommended .swiper-button-lock,
.swiper-pagination-lock,
.swiper-button-lock {
	display: none;
}

.swiper .swiper-pagination-bullet,
.styluxe-mini-products-recommended .swiper-pagination-bullet,
.swiper-pagination-bullet {
	--swiper-pagination-bullet-inactive-color: #D4D4D4;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-height: 16px;
	--swiper-pagination-bullet-horizontal-gap: 2px;
	--swiper-pagination-color: #000000;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	transition: 0.35s;
}

.swiper .swiper-pagination-bullet:before,
.styluxe-mini-products-recommended .swiper-pagination-bullet:before,
.swiper-pagination-bullet:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: var(--swiper-pagination-bullet-inactive-color);
	display: inline-block;
	border-radius: 50%;
	transition: 0.35s;
}

.swiper .swiper-pagination-bullet-active,
.styluxe-mini-products-recommended .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
	border-color: var(--st-color__dark);
}

.swiper .swiper-pagination-bullet-active::before,
.styluxe-mini-products-recommended .swiper-pagination-bullet-active::before,
.swiper-pagination-bullet-active::before {
	background-color: var(--swiper-pagination-color);
}

@media (max-width: 1640px) {
	.elementor-element .styluxe-carousel--elementor:not(.styluxe-slides-elementor) .swiper-button.styluxe-swiper-button--outside.elementor-swiper-button-prev {
		left: -23px;
	}
	.elementor-element .styluxe-carousel--elementor:not(.styluxe-slides-elementor) .swiper-button.styluxe-swiper-button--outside.elementor-swiper-button-next {
		right: -23px;
	}
	.styluxe-rtl-smart .elementor-element .styluxe-carousel--elementor:not(.styluxe-slides-elementor) .swiper-button.styluxe-swiper-button--outside.elementor-swiper-button-prev {
		left: -23px;
	}
	.styluxe-rtl-smart .elementor-element .styluxe-carousel--elementor:not(.styluxe-slides-elementor) .swiper-button.styluxe-swiper-button--outside.elementor-swiper-button-next {
		right: -23px;
	}
}

@media (min-width: 1025px) {
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-2 .swiper-slide {
		width: calc( 50% - ( ( var(--st-swiper-items-space) * ( 2 - 1 ) ) / 2 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-3 .swiper-slide {
		width: calc( 33.33% - ( ( var(--st-swiper-items-space) * ( 3 - 1 ) ) / 3 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-4 .swiper-slide {
		width: calc( 25% - ( ( var(--st-swiper-items-space) * ( 4 - 1 ) ) / 4 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-5 .swiper-slide {
		width: calc( 20% - ( ( var(--st-swiper-items-space) * ( 5 - 1 ) ) / 5 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-6 .swiper-slide {
		width: calc( 16.66% - ( ( var(--st-swiper-items-space) * ( 6 - 1 ) ) / 6 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-7 .swiper-slide {
		width: calc( 14.28% - ( ( var(--st-swiper-items-space) * ( 7 - 1 ) ) / 7 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-8 .swiper-slide {
		width: calc( 12.5% - ( ( var(--st-swiper-items-space) * ( 8 - 1 ) ) / 8 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-9 .swiper-slide {
		width: calc( 11.11% - ( ( var(--st-swiper-items-space) * ( 9 - 1 ) ) / 9 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.columns-10 .swiper-slide {
		width: calc( 10% - ( ( var(--st-swiper-items-space) * ( 10 - 1 ) ) / 10 ));
	}
	.navigation-class-dots .swiper-pagination,
	.navigation-class-both .swiper-pagination {
		display: inline-block;
	}
	.navigation-class-dots .swiper-button,
	.navigation-class-none .swiper-button {
		display: none;
	}
}

@media (max-width: 1024px) {
	.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet:hover {
		border-color: transparent;
	}
	.styluxe-carousel--elementor .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border-color: var(--st-color__dark);
	}
	.navigation-class--tabletarrows .swiper-button,
	.navigation-class--tabletboth .swiper-button {
		display: inline-flex;
	}
	.navigation-class--tabletdots .swiper-pagination,
	.navigation-class--tabletboth .swiper-pagination {
		display: block;
	}
	.navigation-class--tabletarrows .swiper-pagination,
	.navigation-class--tabletnone .swiper-pagination {
		display: none;
	}
	.navigation-class--tabletdots .swiper-button,
	.navigation-class--tabletnone .swiper-button {
		display: none;
	}
}

@media (min-width: 1025px) {
	.styluxe-slidesperview-auto--yes {
		--slidesperview-auto-spacing: -225px;
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-1 .swiper-slide {
		width: calc( 70% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-2 .swiper-slide {
		width: calc( 40% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-3 .swiper-slide {
		width: calc( 28% - ( ( var(--st-swiper-items-space) * 2 ) / 3 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-4 .swiper-slide {
		width: calc( 22% - ( ( var(--st-swiper-items-space) * 3 ) / 4 )) !important;
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-5 .swiper-slide {
		width: calc( 18% - ( ( var(--st-swiper-items-space) * 4 ) / 5 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.columns-6 .swiper-slide {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space) * 5 ) / 6 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-1 li.product {
		width: calc( 70% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-2 li.product {
		width: calc( 40% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-3 li.product {
		width: calc( 28% - ( ( var(--st-swiper-items-space) * 2 ) / 3 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-4 li.product {
		width: calc( 22% - ( ( var(--st-swiper-items-space) * 3 ) / 4 )) !important;
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-5 li.product {
		width: calc( 18% - ( ( var(--st-swiper-items-space) * 4 ) / 5 ));
	}
	.styluxe-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.columns-6 li.product {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space) * 5 ) / 6 ));
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-2 .swiper-slide {
		width: calc( 50% - ( ( var(--st-swiper-items-space-tablet) * ( 2 - 1 ) ) / 2 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-3 .swiper-slide {
		width: calc( 33.33% - ( ( var(--st-swiper-items-space-tablet) * ( 3 - 1 ) ) / 3 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-4 .swiper-slide {
		width: calc( 25% - ( ( var(--st-swiper-items-space-tablet) * ( 4 - 1 ) ) / 4 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-5 .swiper-slide {
		width: calc( 20% - ( ( var(--st-swiper-items-space-tablet) * ( 5 - 1 ) ) / 5 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-6 .swiper-slide {
		width: calc( 16.66% - ( ( var(--st-swiper-items-space-tablet) * ( 6 - 1 ) ) / 6 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-7 .swiper-slide {
		width: calc( 14.28% - ( ( var(--st-swiper-items-space-tablet) * ( 7 - 1 ) ) / 7 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-8 .swiper-slide {
		width: calc( 12.5% - ( ( var(--st-swiper-items-space-tablet) * ( 8 - 1 ) ) / 8 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-9 .swiper-slide {
		width: calc( 11.11% - ( ( var(--st-swiper-items-space-tablet) * ( 9 - 1 ) ) / 9 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.tablet-col-10 .swiper-slide {
		width: calc( 10% - ( ( var(--st-swiper-items-space-tablet) * ( 10 - 1 ) ) / 10 ));
	}
	.styluxe-tablet-slidesperview-auto--yes {
		--slidesperview-auto-spacing: -50px;
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-1 .swiper-slide {
		width: calc( 70% - ( var(--st-swiper-items-space-tablet) / 2 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-2 .swiper-slide {
		width: calc( 40% - ( var(--st-swiper-items-space-tablet) / 2 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-3 .swiper-slide {
		width: calc( 28% - ( ( var(--st-swiper-items-space-tablet) * 2 ) / 3 )) !important;
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-4 .swiper-slide {
		width: calc( 22% - ( ( var(--st-swiper-items-space-tablet) * 3 ) / 4 )) !important;
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-5 .swiper-slide {
		width: calc( 18% - ( ( var(--st-swiper-items-space-tablet) * 4 ) / 5 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.tablet-col-6 .swiper-slide {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space-tablet) * 5 ) / 6 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-1 li.product {
		width: calc( 70% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-2 li.product {
		width: calc( 40% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-3 li.product {
		width: calc( 28% - ( ( var(--st-swiper-items-space) * 2 ) / 3 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-4 li.product {
		width: calc( 22% - ( ( var(--st-swiper-items-space) * 3 ) / 4 )) !important;
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-5 li.product {
		width: calc( 18% - ( ( var(--st-swiper-items-space) * 4 ) / 5 ));
	}
	.styluxe-tablet-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.tablet-col-6 li.product {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space) * 5 ) / 6 ));
	}
}

@media (max-width: 767px) {
	.styluxe-carousel--elementor .swiper-pagination--dots-arrow {
		--st-swiper-pagination-spacing: 10px;
	}
	.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination--dots-arrow__wrapper {
		padding: 8px;
	}
	.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination {
		margin: 0 4px;
	}
	.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.styluxe-carousel--elementor .swiper-pagination--dots-arrow .swiper-pagination .swiper-pagination-bullet:before {
		width: 6px;
		height: 6px;
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-1 .swiper-slide {
		width: calc( 100% - ( ( var(--st-swiper-items-space-mobile) * ( 1 - 1 ) ) / 1 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-2 .swiper-slide {
		width: calc( 50% - ( ( var(--st-swiper-items-space-mobile) * ( 2 - 1 ) ) / 2 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-3 .swiper-slide {
		width: calc( 33.33% - ( ( var(--st-swiper-items-space-mobile) * ( 3 - 1 ) ) / 3 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-4 .swiper-slide {
		width: calc( 25% - ( ( var(--st-swiper-items-space-mobile) * ( 4 - 1 ) ) / 4 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-5 .swiper-slide {
		width: calc( 20% - ( ( var(--st-swiper-items-space-mobile) * ( 5 - 1 ) ) / 5 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-6 .swiper-slide {
		width: calc( 16.66% - ( ( var(--st-swiper-items-space-mobile) * ( 6 - 1 ) ) / 6 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-7 .swiper-slide {
		width: calc( 14.28% - ( ( var(--st-swiper-items-space-mobile) * ( 7 - 1 ) ) / 7 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-8 .swiper-slide {
		width: calc( 12.5% - ( ( var(--st-swiper-items-space-mobile) * ( 8 - 1 ) ) / 8 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-9 .swiper-slide {
		width: calc( 11.11% - ( ( var(--st-swiper-items-space-mobile) * ( 9 - 1 ) ) / 9 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-10 .swiper-slide {
		width: calc( 10% - ( ( var(--st-swiper-items-space-mobile) * ( 10 - 1 ) ) / 10 ));
	}
	.swiper:not(.swiper-initialized) .swiper-wrapper.mobile-col-1 .swiper-slide {
		width: calc(100vw - ( var(--st-swiper-items-space-mobile) * 2 ));
	}
	.navigation-class--mobilearrows .swiper-button,
	.navigation-class--mobilenone .swiper-button {
		display: none;
	}
	.navigation-class--mobiledots .swiper-button,
	.navigation-class--mobilenone .swiper-button {
		display: none;
	}
	.navigation-class--mobilearrows .swiper-button,
	.navigation-class--mobileboth .swiper-button {
		display: inline-flex;
	}
	.navigation-class--mobiledots .swiper-pagination,
	.navigation-class--mobileboth .swiper-pagination {
		display: block;
	}
	.styluxe-mobile-slidesperview-auto--yes {
		--slidesperview-auto-spacing: -15px;
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-1 .swiper-slide {
		width: calc( 70% - ( var(--st-swiper-items-space-mobile) / 2 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-2 .swiper-slide {
		width: calc( 40% - ( var(--st-swiper-items-space-mobile) / 2 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-3 .swiper-slide {
		width: calc( 28% - ( ( var(--st-swiper-items-space-mobile) * 2 ) / 3 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-4 .swiper-slide {
		width: calc( 22% - ( ( var(--st-swiper-items-space-mobile) * 3 ) / 4 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-5 .swiper-slide {
		width: calc( 18% - ( ( var(--st-swiper-items-space-mobile) * 4 ) / 5 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto:not(.styluxe-products-carousel--elementor) .swiper-wrapper.mobile-col-6 .swiper-slide {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space-mobile) * 5 ) / 6 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor {
		margin-right: var(--slidesperview-auto-spacing);
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .elementor-swiper-button-next {
		right: calc( 10px + var(--slidesperview-auto-spacing));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor > .swiper-pagination {
		width: calc( 100% - var(--slidesperview-auto-spacing));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-1 li.product {
		width: calc( 70% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-2 li.product {
		width: calc( 40% - ( var(--st-swiper-items-space) / 2 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-3 li.product {
		width: calc( 28% - ( ( var(--st-swiper-items-space) * 2 ) / 3 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-4 li.product {
		width: calc( 22% - ( ( var(--st-swiper-items-space) * 3 ) / 4 )) !important;
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-5 li.product {
		width: calc( 18% - ( ( var(--st-swiper-items-space) * 4 ) / 5 ));
	}
	.styluxe-mobile-slidesperview-auto--yes .styluxe-carousel--slidesperview-auto.styluxe-products-carousel--elementor .product-swiper--elementor.mobile-col-6 li.product {
		width: calc( 15.2% - ( ( var(--st-swiper-items-space) * 5 ) / 6 ));
	}
}

/* Tooltip
--------------------------------------------- */
.st-tooltip--data {
	z-index: 1500;
	pointer-events: none;
	display: none;
}

.st-tooltip--data::before, .st-tooltip--data::after {
	display: block;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.st-tooltip--data.bottom::before {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 3px 5px;
	border-color: transparent transparent #232323 transparent;
}

.st-tooltip--data.bottom::after {
	content: attr(data-tooltip);
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-size: 0.75rem;
	color: var(--st-color__light);
	white-space: nowrap;
	background-color: #232323;
	padding: 3px 9px;
	box-sizing: border-box;
	border-radius: var(--st-rounded-xs);
	text-shadow: 0px 1px 1px #232323;
	z-index: 9;
}

.st-tooltip--data.top::before {
	content: "";
	height: 0;
	width: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 6px 6px;
	border-color: #232323 transparent transparent transparent;
}

.st-tooltip--data.top::after {
	content: attr(data-tooltip);
	bottom: 0;
	right: 50%;
	transform: translateX(50%);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 12px;
	font-weight: 500;
	color: var(--st-color__light);
	background-image: none;
	background-color: #232323;
	padding: 8px 10px;
	width: 150px;
	max-width: max-content;
	border-radius: var(--st-rounded-xs);
	text-shadow: 0px 1px 1px #232323;
	z-index: 9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: none;
}

.st-tooltip--data.top.left::before {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-90deg);
}

.st-tooltip--data.top.left::after {
	display: inline-table;
	top: 50%;
	right: 100%;
	left: auto;
	margin: 0 0 0 12px;
	transform: translateY(-50%);
	white-space: inherit;
}

.st-tooltip--data.top.right::before {
	top: 50%;
	left: 100%;
	transform: translateY(-50%) rotate(90deg);
}

.st-tooltip--data.top.right::after {
	display: inline-table;
	top: 50%;
	left: 100%;
	right: auto;
	margin: 0 12px 0;
	transform: translateY(-50%);
	white-space: inherit;
}

.st-tooltip--data.added::after {
	content: attr(data-tooltip_added);
}

@media (max-width: 1024px) {
	.st-tooltip--data {
		display: none !important;
	}
}

/* Classes
--------------------------------------------- */
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.clearfix {
	content: "";
	display: table;
	table-layout: fixed;
}

.st-color-dark {
	color: var(--st-color__dark);
}

.st-color-primary {
	color: var(--st-color__primary);
}

.st-flex {
	display: flex;
}

.st-inline-flex {
	display: inline-flex;
}

.st-flex-wrap {
	flex-wrap: wrap;
}

.st-flex-column {
	flex-direction: column;
}

.st-flex-align-center {
	align-items: center;
}

.st-flex-align-end {
	align-items: flex-end;
}

.st-flex-center {
	justify-content: center;
}

.st-flex-end {
	justify-content: flex-end;
}

.st-flex-space-between {
	justify-content: space-between;
}

.st-font-normal {
	font-weight: 400;
}

.st-font-medium {
	font-weight: 500;
}

.st-font-semibold {
	font-weight: 600;
}

.st-font-bold {
	font-weight: 700;
}

.st-font-extrabold {
	font-weight: 800;
}

.st-font-h1 {
	font-size: 80px;
	font-size: 5rem;
}

.st-font-h2 {
	font-size: 68px;
	font-size: 4.25rem;
}

.st-font-h3 {
	font-size: 52px;
	font-size: 3.25rem;
}

.st-font-h4 {
	font-size: 42px;
	font-size: 2.625rem;
}

.st-font-h5 {
	font-size: 28px;
	font-size: 1.75rem;
}

.st-font-h6 {
	font-size: 20px;
	font-size: 1.25rem;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.st-loading-spin {
	--st-animation-state: running;
	position: relative;
	color: transparent;
}

.st-loading-spin::before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: solid 2px var(--st-loading-color);
	border-top-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	animation: spin 0.6s linear infinite var(--st-animation-state);
}

.st-vibrate {
	-webkit-animation-name: vibrate;
	animation-name: vibrate;
}

.st-progress-bar {
	pointer-events: none;
	background-color: var(--st-color__primary);
	box-shadow: 0 0 6px var(--st-color__primary), 0 0 var(--st-color__primary);
	width: 100%;
	height: 2px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s;
}

.st-fadeinup {
	--st-fadeinup-delay: 0.05s;
	transition: opacity 0.25s, transform 0.25s;
	transition-delay: var(--st-fadeinup-delay);
}

.st-fadeinup:not(.st-animated) {
	opacity: 1;
	transform: translateY(0);
}

.st-fadeinup.st-animated {
	opacity: 0;
	transform: translateY(30px);
}

.st-relative {
	position: relative;
}

.st-absolute {
	position: absolute;
}

.st-fixed {
	position: fixed;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.st-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.st-container:before {
	content: "";
	display: table;
	table-layout: fixed;
}

.st-container:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}

.st-container.st-container-fluid {
	max-width: 100%;
}

@media (min-width: 768px) {
	.st-container {
		max-width: 1500px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1150px) {
	.st-container {
		max-width: 1540px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

.site-content {
	padding-top: 3.375rem;
	padding-bottom: 3.375rem;
}

@media (min-width: 1025px) {
	.content-sidebar .site-content .site-content-container,
	.sidebar-content .site-content .site-content-container {
		display: flex;
		flex-wrap: wrap;
	}
	.content-sidebar .content-area,
	.sidebar-content .content-area {
		flex: 0 0 74%;
		width: 74%;
	}
	.content-sidebar .widget-area,
	.sidebar-content .widget-area {
		flex: 0 0 26%;
		width: 26%;
	}
	.content-sidebar .content-area {
		padding-ri