/*!
Theme Name: Saren
Theme URI: http://saren.pethemes.com/
Author: Pe Themes
Author URI: http://pethemes.com/
Description: Multi-Concept WooCommerce WordPress Theme
Version: 1.6.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pe-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Saren is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Grid System
# Layouts
	- Header
	- Footer
# Blog
    - Archive
    - Single Post
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

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

html.loading a,
html.loading {
    cursor: wait
}

/* html.loading body {
    pointer-events: none;
} */

/* Sections
	 ========================================================================== */

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

}

body,
html {
    /* -ms-scroll-chaining: none;
    overscroll-behavior: none; */
    scroll-behavior: auto;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.bg--noise {
    z-index: 99999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .05;
    background: #7b7b7b;
}

.woocommerce {
    overflow: visible !important;
}

.elementor-editor-active .bg--noise {
    display: none;
}

@-webkit-keyframes noise {
    to {
        -webkit-transform: translate3d(-7rem, 0, 0);
        transform: translate3d(-7rem, 0, 0);
    }
}

@keyframes noise {
    0% {
        -webkit-transform: translate3d(0, 9rem, 0);
        transform: translate3d(0, 9rem, 0);
    }

    10% {
        -webkit-transform: translate3d(-1rem, -4rem, 0);
        transform: translate3d(-1rem, -4rem, 0);
    }

    20% {
        -webkit-transform: translate3d(-8rem, 2rem, 0);
        transform: translate3d(-8rem, 2rem, 0);
    }

    30% {
        -webkit-transform: translate3d(9rem, -9rem, 0);
        transform: translate3d(9rem, -9rem, 0);
    }

    40% {
        -webkit-transform: translate3d(-2rem, 7rem, 0);
        transform: translate3d(-2rem, 7rem, 0);
    }

    50% {
        -webkit-transform: translate3d(-9rem, -4rem, 0);
        transform: translate3d(-9rem, -4rem, 0);
    }

    60% {
        -webkit-transform: translate3d(2rem, 6rem, 0);
        transform: translate3d(2rem, 6rem, 0);
    }

    70% {
        -webkit-transform: translate3d(7rem, -8rem, 0);
        transform: translate3d(7rem, -8rem, 0);
    }

    80% {
        -webkit-transform: translate3d(-9rem, 1rem, 0);
        transform: translate3d(-9rem, 1rem, 0);
    }

    90% {
        -webkit-transform: translate3d(6rem, -5rem, 0);
        transform: translate3d(6rem, -5rem, 0);
    }

    to {
        -webkit-transform: translate3d(-7rem, 0, 0);
        transform: translate3d(-7rem, 0, 0);
    }
}

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

.loading main #smooth-content,
.barba--running #smooth-content,
.loading main,
.barba--running main {
    background: var(--mainBackground);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.barba--running main .e-con {
    z-index: 1;
}

.first--load body.loader__fade main,
.first--load body.loader__overlay main,
.first--load body.loader__columns main,
.first--load body.loader__rows main,
.first--load body.loader__blocks main,
.first--load body.loader__slide main {
    -webkit-transform: translateY(100vh);
    -ms-transform: translateY(100vh);
    transform: translateY(100vh);
    z-index: 999;
    position: relative;
}

/* .first--load body.loader__slide:has(.pl__down) main {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
} */

.first--load body.loader__slide:has(.pl__left) main {
    -webkit-transform: translateX(-100vw) translateY(100vh);
    -ms-transform: translateX(-100vw) translateY(100vh);
    transform: translateX(-100vw) translateY(100vh);
}

.first--load body.loader__slide:has(.pl__right) main {
    -webkit-transform: translateX(100vw) translateY(100vh);
    -ms-transform: translateX(100vw) translateY(100vh);
    transform: translateX(100vw) translateY(100vh);
}

.first--load body.loader__slide #smooth-content {
    position: relative;
}

.first--load body.loader__slide #smooth-content,
.first--load body.loader__slide main {
    z-index: 99999999999999;
    position: relative;
}

.first--load body.loader__slide:has(.pl__down) #smooth-content,
.first--load body.loader__slide:has(.pl__down) main {
    z-index: 999999;
    position: relative;
}


/**
 * 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 {
    -webkit-box-sizing: content-box;
    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;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

/**
 * 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: 1.15;
    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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}


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

.comment-form>p {
    display: block;
    float: left;
    width: 100%
}

.comment-form>p.comment-form-author,
.comment-form>p.comment-form-email {
    width: 50%;
}

.comment-form>p.comment-form-author {
    padding-right: 1em
}

#respond h3#reply-title {
    font-size: 1.777rem;
    margin-bottom: 0;
}

p.comment-notes {
    margin-top: 0;
}

.pe-select {
    position: relative;
    min-width: 300px;
    white-space: nowrap;
}

.pe-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
    border-radius: 7.5px;
}

.controls--has--bg .select-items,
.controls--has--bg .select-selected {
    background: var(--secondaryBackground) !important;
}

.products--controls--bordered .select-selected {
    border: 1px solid var(--linesColor);
    padding: 0.5em 1em;
}

.products--controls--rounded .select-selected {
    border-radius: 100px
}

.products--controls--rounded .select-selected.select-arrow-active {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-selected:after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent var(--mainColor) transparent;
    transform: translateY(-50%) rotate(45deg);
}

.select-items div,
.select-selected {
    color: var(--mainColor);
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    position: relative;
}

.select-items {
    position: absolute;
    background-color: var(--secondaryBackground);
    top: calc(100% + 0.2em);
    right: 0;
    z-index: 99;
    white-space: nowrap;
    width: 100%;
}

.products--controls--bordered .select-items {
    background: none;
    border: 1px solid var(--linesColor);
    border-top: none;
    background: var(--mainBackground);
}

.products--controls--bordered .select-selected.select-selected.select-arrow-active {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.products--controls--rounded .select-items {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.products--controls--underlined .pe-select {
    width: auto;
    min-width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}


.products--controls--underlined .select-selected {
    padding-right: 7em;
}

.comment-form-rating .stars:not(:first-of-type) {
    display: none;
}



/* 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 {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.e-con,
:root body.layout--switched .header--switched,
:root {
    --mainColor: #0f0f0f;
    --secondaryColor: #8E9194;
    --mainBackground: #f1f1f1;
    --secondaryBackground: #fff;
    --linesColor: #d1d1d1;
}

.e-con.layout--switched .e-con,
.e-con.layout--switched,
.header--switched,
.header--switched .e-con,
.layout--colors,
:root body.layout--switched,
:root body.layout--switched .e-con {
    --mainColor: #f1f1f1;
    --secondaryColor: #858585;
    --mainBackground: #0f0f0f;
    --secondaryBackground: #191919;
    --linesColor: #2b2b2b;
}

.layout--switched .main-img,
.secondary-img {
    display: none;
}

.layout--switched .secondary-img {
    display: block;
}

/* Typography
--------------------------------------------- 
Scaled with 1.333 Perfect Fourth
*/

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--mainColor);
    font-family: 'General Sans', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

.p-small {
    font-size: 14px;
}


.p-large {
    font-size: 20px;
}


.text-h1,
h1 {
    font-size: 5.61rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
    font-weight: 400;
}


.text-h1.big-title,
h1.big-title {
    font-size: 10.47rem;
    line-height: 10.47rem;
    margin-top: 0;
    letter-spacing: -0.06em;
    font-weight: 400;
}


.text-h2,
h2 {
    font-size: 4.209rem;
    line-height: 5.5rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    letter-spacing: -0.04em;
    font-weight: 400;
}

.text-h3,
h3 {
    font-size: 3.157rem;
    line-height: 4.157rem;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.text-h4,
h4 {
    font-size: 2.369rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.text-h5,
h5 {
    font-size: 1.777rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

.text-h6,
h6 {
    font-size: 1.333rem;
    line-height: 1.4;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
    font-size: 1rem;
}

.no-margin {
    margin-bottom: 0;
    margin-top: 0
}

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

blockquote {
    padding: 0 1.5em;
    margin: 0;
    position: relative;
    border-left: 2px solid var(--mainColor);
    overflow: hidden
}




address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: var(--mainBackground);
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

ul {
    list-style: disc;
    list-style-position: inside;
}


ul ::marker {
    font-size: 0.85em;
    color: #8686867a;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0.5em;
    list-style-type: square;
}

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%;
}

figure {
    margin: 1em 0;
}

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

table tr {
    text-align: left;
    border-bottom: 0;
    line-height: 3;
}

table td,
table th {
    text-align: center;
}

table td:first-child,
table th:first-child {
    text-align: left;
}

table td:last-child,
table th:last-child {
    text-align: right;
}


/* Links
--------------------------------------------- */
a {
    color: var(--mainColor);
    text-decoration: none;
}

a:visited {
    color: var(--mainColor);
}

a:hover,
a:focus,
a:active {
    color: var(--mainColor);
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}


a.underlined {
    position: relative
}

a.underlined::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background: var(--mainColor);
}

a.underlined:hover::after {
    -webkit-animation-name: toggleLine;
    animation-name: toggleLine;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes toggleLine {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    50% {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }

    51% {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

}

@keyframes toggleLine {
    0% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    50% {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }

    51% {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    100% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 2rem;
    background: var(--mainColor);
    color: var(--mainBackground);
    line-height: 1;
    padding: 1em 3em;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

/* 
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: .5
} */

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: none;
    outline: none
}

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 {
    color: var(--mainColor);
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: 1em;
    background: none;
    border-radius: 10px;
    width: 100%
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
    outline: none
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

form label {
    display: block;
    margin-bottom: 0.34em
}

form.search-form {
    display: block;
    position: relative
}

form.search-form>label {
    width: 100%;
}

form.search-form input.search-submit {
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 15px;
    padding: 1em 2em
}

.search-no-results form.search-form {
    max-width: 35%;
}

body.search.search-no-results main .pe-section {
    min-height: 70vh;
}

.search-results h4.page-title {
    margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
# Grid System
--------------------------------------------------------------*/
.pe-section {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}


.pe-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
}

body.home .pe-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pe-wrapper::after {
    display: table;
    clear: both;
    content: '';
}

.pe-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pe-items-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.pe-col-1,
.pe-col-2,
.pe-col-3,
.pe-col-4,
.pe-col-5,
.pe-col-6,
.pe-col-7,
.pe-col-8,
.pe-col-9,
.pe-col-10,
.pe-col-11,
.pe-col-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.pe-col-1 {
    width: 8.333333%
}

.pe-col-6 {
    width: 50%;
}

.pe-col-4 {
    width: 33.333333%
}

.pe-col-8 {
    width: 66.666666%
}

.pe-col-3 {
    width: 25%;
}

.pe-col-2 {
    width: 16.6666666%
}

.pe-col-5 {
    width: 41.666666%
}

.pe-col-10 {
    width: 83.333333%
}

.pe-col-9 {
    width: 75%
}

.pe-col-12 {
    width: 100%;
}

@media only screen and (max-width: 576px) {
    main .pe-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sm-6 {
        width: 50%;
    }

    .sm-4 {
        width: 33.333333%
    }

    .sm-8 {
        width: 66.666666%
    }

    .sm-3 {
        width: 25%;
    }

    .sm-2 {
        width: 16.6666666%
    }

    .sm-5 {
        width: 41.666666%
    }

    .sm-10 {
        width: 83.333333%
    }

    .sm-9 {
        width: 75%
    }

    .sm-12 {
        width: 100%;
    }

    .fit-col {
        margin: 0;
    }



}

@media (min-width: 576px) and (max-width: 900px) {

    .md-6 {
        width: 50%;
    }

    .md-4 {
        width: 33.333333%
    }

    .md-8 {
        width: 66.666666%;
    }

    .md-3 {
        width: 25%;
    }

    .md-2 {
        width: 16.6666666%
    }

    .md-5 {
        width: 41.666666%
    }

    .md-10 {
        width: 83.333333%
    }

    .md-9 {
        width: 75%
    }

    .md-12 {
        width: 100%;
    }

}

/*--------------------------------------------------------------
# Page Loader
--------------------------------------------------------------*/
.pe--page--loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--secondaryBackground);
    color: var(--mainColor);
    z-index: 9999999;

}

.elementor-editor-active .pe--page--loader {
    display: none;
}

.page--loader--count {
    position: absolute;
    top: 50%;
    left: 50%;
}

.numbers--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 100px;
    overflow: hidden;
}

.numbers--wrap>.number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 1;
}

.numbers--wrap>.number.number__1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.page--loader--caption,
.page--loader--logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
}

.page--loader--caption {
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 70vw;
    text-align: center;
}


.page--loader--caption.capt--marquee {
    min-width: 250px;
}

.page--loader--caption.capt--marquee .pb--marquee__inner {
    --duration: 15s;
}

.loader_caption_line,
.loader_caption_word,
.loader_caption_char {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
}

.page--loader--caption.capt--words,
.page--loader--caption.capt--chars {
    visibility: hidden;
}

.page--loader--caption.capt--words:has(.loader_caption_line),
.page--loader--caption.capt--chars:has(.loader_caption_line) {
    visibility: visible;
}

.page--loader--caption.capt--words .loader_caption_word,
.page--loader--caption.capt--chars .loader_caption_char {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}

.page--loader--caption.capt--fade span {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.page--loader--caption.capt--progress .capt--clone {
    position: absolute;
    left: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

.page--loader--caption.capt--progress {
    max-width: unset;
    white-space: nowrap;
}


.page--loader--caption.capt--progress>span:not(.capt--clone) {
    opacity: .3
}


.page--loader--caption.capt--repeater .cation--repeater--wrap {
    display: block;
    overflow: hidden;
    height: 1.1em;
}

.page--loader--caption.capt--repeater .capt--repeater--inner {
    display: block;
}

.page--loader--caption.capt--repeater .capt--repeater--inner span {
    display: block;
}

.page--loader--logo img {
    width: 100%;
    display: block;
}


.page--loader--logo img.no--op {
    opacity: .3;
}

.page--loader--logo img.op {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-clip-path: inset(100% 0% 0% 0%);
    clip-path: inset(100% 0% 0% 0%);
}

.pe--page--loader.pl__rows .page--loader--ov,
.pe--page--loader.pl__columns .page--loader--ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    z-index: 1;
}

.pe--page--loader.pl__rows,
.pe--page--loader.pl__columns {
    background: transparent;

}

.pe--page--loader.pl__rows .page--loader--ov,
.pe--page--loader.pl__columns .page--loader--ov {
    background: transparent;
    opacity: 1;
    z-index: 0;
}

.pe--page--loader.pl__columns .page--loader--ov>span {
    display: block;
    height: 100vh;
    width: calc((100vw / var(--grid)) + 2px);
    position: absolute;
    left: 0;
    -webkit-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    -ms-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);

}

.pe--page--loader.pl__rows .page--loader--ov>span {
    display: block;
    width: 100vw;
    height: calc((100vh / var(--grid)) + 2px);
    position: absolute;
    top: 0;
    -webkit-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    -ms-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}


.page--loader--caption {
    font-size: 20px;
    width: auto;
}

.page--loader--progress.pl--item {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.page--loader--progress.pl--item span.plp--line {
    width: 0%;
    height: 100%;
    background: var(--linesColor);
    z-index: 1;
    display: block;
}

.page--loader--progress.pl--item span.plp--perc {
    position: absolute;
    top: 10px;
    left: -3em;
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    color: var(--mainColor);
}

.page--loader--progress.pl--item span.plp--perc::before {
    content: "[";
    margin-right: 3px
}

.page--loader--progress.pl--item span.plp--perc::after {
    content: "]";
    margin-left: 3px
}

.pe--page--loader.pl__slide .page--loader--ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
}


@media only screen and (max-width: 450px) {
    .numbers--wrap {
        font-size: 50px;
    }

    .numbers--wrap>.number {
        height: 50px;
    }

    .pe--page--loader {
        height: 100svh;
    }
}

/* overlay  */

.pe--page--loader.pl__overlay.pl__down {
    top: unset;
    bottom: 0;
}

.pe--page--loader.pl__overlay.pl__right {
    left: unset;
    right: 0;
}

.pe--page--loader {
    --curve: var(--loader_curve-width);
}

/* fade  */
.pe--page--loader.pl__fade:not(.pl__fade-simple) {
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__up {

    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__down {

    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__left {

    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

.pe--page--loader.pl__fade:not(.pl__fade-simple).pl__right {

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
}

/* Blocks  */

.pe--page--loader.pl__blocks {
    background-color: transparent;
}

.pe--page--loader.pl__blocks .page--loader--ov {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--loader__blocks__columns), 1fr);
    grid-template-columns: repeat(var(--loader__blocks__columns), 1fr);
    height: 100vh;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 0;
    -ms-grid-rows: repeat(var(--loader__blocks__rows), 1fr);
    grid-template-rows: repeat(var(--loader__blocks__rows), 1fr);
}

.pe--page--loader.pl__blocks .page--loader--ov>span {
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-left {
    justify-items: start;
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-right {
    justify-items: end;
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.pe--page--loader.pl__blocks .page--loader--ov.pl__blocks-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}



/*--------------------------------------------------------------
# Page Transitions
--------------------------------------------------------------*/
.transition--media {
    position: fixed;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    will-change: transform;
}

.transition--media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    display: block;
}

.transition--media.tm--video .pe-video .plyr--playing iframe {
    opacity: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.page--transitions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 70vh;
    background: var(--secondaryBackground);
    color: var(--mainColor);
    z-index: 9999;
    overflow: hidden;
    --curve: var(--transitions_curve-width);
}

.page--transitions .pt--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Overlay  */

.page--transitions.pt__overlay.pt__left,
.page--transitions.pt__overlay.pt__right {
    width: 0;
    height: 100%;
}

html.transition--ready .page--transitions {
    bottom: unset;
    top: 0;
    right: 0;
    left: unset;
}

.page--transitions.pt__overlay.pt__up {
    height: 0vh;
}

.page--transitions.pt__overlay.pt__down {
    top: 0;
    bottom: unset;
}

html.transition--ready .page--transitions.pt__overlay.pt__down {
    bottom: 0;
    top: unset;
}

.page--transitions.pt__overlay.pt__right {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__overlay.pt__right {
    left: 0;
    right: unset;
}

/* Fade  */
.page--transitions.pt__fade:not(.pt__fade-simple) {
    width: 100%;
    height: 100%;
    display: block;
    visibility: hidden;
    background: -o-radial-gradient(circle, var(--secondaryBackground) var(--mainCount), rgba(255, 255, 255, 0) var(--secondaryCount));
    background: radial-gradient(circle, var(--secondaryBackground) var(--mainCount), rgba(255, 255, 255, 0) var(--secondaryCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}

.page--transitions.pt__fade-simple {
    width: 100%;
    height: 100%;
    background: transparent !important;
    pointer-events: none;
}

html.transition--ready .page--transitions.pt__fade {
    background: -o-radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: radial-gradient(circle, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 0%;
    --secondaryCount: 0%;
}



.page--transitions.pt__fade:not(.pt__fade-simple).pt__down {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__down {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(0deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__up {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__up {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(180deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__left {
    background: -webkit-gradient(linear, right top, left top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(270deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade:not(.pt__fade-simple).pt__right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(var(--secondaryBackground)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) var(--secondaryCount), var(--secondaryBackground) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

html.transition--ready .page--transitions.pt__fade:not(.pt__fade-simple).pt__right {
    background: -webkit-gradient(linear, left top, right top, from(var(--secondaryBackground)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    background: linear-gradient(90deg, var(--secondaryBackground) var(--secondaryCount), rgba(255, 255, 255, 0) var(--mainCount));
    --mainCount: 100%;
    --secondaryCount: 100%;
}

.page--transitions.pt__fade.transition--start {
    visibility: visible;
}

/* Slide */
.page--transitions.pt__slide {
    width: 100vw;
    height: 100vh;
    background: transparent;
    visibility: hidden;
}

.page--transitions.pt__slide.transition--start {
    visibility: visible;
}

.page--transitions.pt__slide .pt--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 00%;
    background: var(--secondaryBackground);
    z-index: 0;
}

.page--transitions.pt__slide.pt__left .pt--overlay,
.page--transitions.pt__slide.pt__right .pt--overlay {
    width: 0%;
    height: 100%;
}

html.transition--ready .page--transitions.pt__slide .pt--overlay {
    bottom: unset;
    top: 0;
    left: unset;
    right: 0;
}

.page--transitions.pt__slide.pt__down .pt--overlay {
    bottom: unset;
    top: 0;
}

html.transition--ready .page--transitions.pt__slide.pt__down .pt--overlay {
    bottom: 0;
    top: unset;
}

.page--transitions.pt__slide.pt__right .pt--overlay {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__slide.pt__right .pt--overlay {
    right: unset;
    left: 0;
}

span.slide--op {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

/* Columns & Rows */
.page--transitions.pt__blocks,
.page--transitions.pt__rows,
.page--transitions.pt__columns {
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    background-color: transparent;
}

.page--transitions.pt__blocks.transition--start,
.page--transitions.pt__rows.transition--start,
.page--transitions.pt__columns.transition--start {
    visibility: visible;
}

.page--transitions.pt__rows .pt--wrapper,
.page--transitions.pt__columns .pt--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    z-index: 1;
}

.page--transitions.pt__rows,
.page--transitions.pt__columns {
    background: transparent;
    visibility: hidden;
}

.page--transitions.pt__rows .pt--wrapper,
.page--transitions.pt__columns .pt--wrapper {
    background: transparent;
    opacity: 1;
    z-index: 0;
}

.page--transitions.pt__columns .pt--wrapper>span {
    display: block;
    height: 0vh;
    bottom: 0;
    top: unset;
    width: calc((100vw / var(--grid)) + 2px);
    position: absolute;
    left: 0;
    -webkit-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    -ms-transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    transform: translateX(calc((100vw / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}

.page--transitions.pt__columns.pt__down .pt--wrapper>span {
    top: 0;
    bottom: unset;
}

html.transition--ready .page--transitions.pt__columns.pt__down .pt--wrapper>span {
    bottom: 0;
    top: unset;
}

html.transition--ready .page--transitions.pt__columns .pt--wrapper>span {
    bottom: unset;
    top: 0
}

.page--transitions.pt__rows .pt--wrapper>span {
    display: block;
    width: 00vw;
    height: calc((100vh / var(--grid)) + 2px);
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    -webkit-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    -ms-transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    transform: translateY(calc((100vh / var(--grid)) * var(--index)));
    background: var(--secondaryBackground);
}

html.transition--ready .page--transitions.pt__rows .pt--wrapper>span {
    right: 0;
    left: unset;
}

.page--transitions.pt__right .pt--wrapper>span {
    right: 0;
    left: unset;
}

html.transition--ready .page--transitions.pt__right .pt--wrapper>span {
    left: 0;
    right: unset;
}

/* Blocks  */

.page--transitions.pt__blocks .pt--wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--transitions__blocks__columns), 1fr);
    grid-template-columns: repeat(var(--transitions__blocks__columns), 1fr);
    height: 100vh;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    gap: 0;
    -ms-grid-rows: repeat(var(--transitions__blocks__rows), 1fr);
    grid-template-rows: repeat(var(--transitions__blocks__rows), 1fr);
}

.page--transitions.pt__blocks .pt--wrapper>span {
    width: 0%;
    height: 0%;
    background: var(--secondaryBackground);
}

.page--transitions.pt__blocks[data-blocks-animation=top] .pt--wrapper>span,
.page--transitions.pt__blocks[data-blocks-animation=bottom] .pt--wrapper>span {
    width: 100%;
}

.page--transitions.pt__blocks[data-blocks-animation=right] .pt--wrapper>span,
.page--transitions.pt__blocks[data-blocks-animation=left] .pt--wrapper>span {
    height: 100%;
}

.page--transitions.pt__blocks[data-blocks-animation=fade] .pt--wrapper>span {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-left {
    justify-items: start;
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-left {
    justify-items: end;
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-right {
    justify-items: end;
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-right {
    justify-items: start;
}


.page--transitions.pt__blocks .pt--wrapper.pt__blocks-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-top {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.page--transitions.pt__blocks .pt--wrapper.pt__blocks-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

html.transition--ready .page--transitions.pt__blocks .pt--wrapper.pt__blocks-bottom {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}



/* Elements  */
.pt--element {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    min-width: 405px;
    z-index: 999;
    color: var(--mainColor);
}

.pt--element.pt--logo {
    width: 200px;
    min-width: unset;
}

.pe--page--loader .h-align-left,
.page--transitions .h-align-left {
    left: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .h-align-center,
.page--transitions .h-align-center {
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.pe--page--loader .h-align-center.v-align-middle,
.page--transitions .h-align-center.v-align-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    text-align: center;
}

.pe--page--loader .h-align-right,
.page--transitions .h-align-right {
    right: 50px;
    left: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .v-align-top,
.page--transitions .v-align-top {
    top: 50px;
    bottom: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.pe--page--loader .v-align-bottom,
.page--transitions .v-align-bottom {
    top: unset;
    bottom: 50px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: var(--mainColor);
    font-size: 16px;
    color: var(--mainColor);
}


.page--transition--caption {
    line-height: 1.2;
    letter-spacing: -0.03em;
    max-width: 70vw;
    text-align: center;
    margin: 0 auto;
}


.page--transition--caption.capt--marquee {
    min-width: 250px;
}

.page--transition--caption.capt--marquee .pb--marquee__inner {
    --duration: 15s;
}

.transition_caption_line,
.transition_caption_word,
.transition_caption_char {
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
}

.page--transition--caption.capt--words,
.page--transition--caption.capt--chars {
    visibility: hidden;
}

.page--transition--caption.capt--words:has(.transition_caption_line),
.page--transition--caption.capt--chars:has(.transition_caption_line) {
    visibility: visible;
}

.page--transition--caption.capt--words .transition_caption_word,
.page--transition--caption.capt--chars .transition_caption_char {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
}

.page--transition--caption.capt--fade span {
    opacity: 0;
    display: block;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

.page--transition--caption.capt--progress .capt--clone {
    position: absolute;
    left: 0;
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
}

.page--transition--caption.capt--progress {
    max-width: unset;
    white-space: nowrap;
}


.page--transition--caption.capt--progress>span:not(.capt--clone) {
    opacity: .3
}

.page--transition--caption.capt--progress {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.pt--element:has(.capt--progress) {
    min-width: unset;
}


.page--transition--caption.capt--repeater .cation--repeater--wrap {
    display: block;
    overflow: hidden;
    height: 1.1em;
}

.page--transition--caption.capt--repeater .capt--repeater--inner {
    display: block;
}

.page--transition--caption.capt--repeater .capt--repeater--inner span {
    display: block;
}



@media only screen and (max-width: 550px) {
    .page--transition--caption.capt--fade.capt--simple {
        max-width: 80vw;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
# Mouse Cursor
--------------------------------------------------------------*/

div#mouseCursor {
    position: fixed;
    z-index: 99999;
    pointer-events: none;
    -webkit-transition: width .2s ease-out, height .2s ease-out;
    -o-transition: width .2s ease-out, height .2s ease-out;
    transition: width .2s ease-out, height .2s ease-out;
    overflow: hidden;
    width: 15px;
    height: 15px;
    text-align: center;
}

div#mouseCursor>svg {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: super;
    fill: var(--mainColor)
}


div#mouseCursor.cursor--default {
    width: 125px;
    height: 125px;
    opacity: .5
}

div#mouseCursor.cursor--icon,
div#mouseCursor.cursor--text {
    width: 125px;
    height: 125px;
}

div#mouseCursor .cursor-icon,
div#mouseCursor .cursor-text,
div#mouseCursor .cursor-icon,
div#mouseCursor .cursor--drag--icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--mainBackground);
    font-size: 14px;
    text-transform: uppercase;
}

div#mouseCursor .cursor-icon {
    font-size: 2em;
    line-height: 1;
    width: 1em;
}

div#mouseCursor .cursor--drag--icons svg {
    fill: var(--mainBackground);
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

div#mouseCursor .cursor--drag--icons {
    width: 100%;
    display: none
}

div#mouseCursor.dragging .cursor--drag--icons {
    display: block;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */

.site-header {
    z-index: 8888;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    --intColor: var(--mainColor)
}

body.lightbox--active .site-header {
    opacity: 0;
    pointer-events: none;
}

.first--load .site-header {
    opacity: 0;
}


.site-header.header--sticky,
.site-header.header--fixed {
    position: fixed;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
}

.e-con.wd--show--sticky,
.wd--show--sticky {
    display: none;
}

.elementor-editor-active .e-con.wd--show--sticky,
.elementor-editor-active .wd--show--sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--move .wd--show--sticky:not(.e-con) {
    display: block;
}

.header--move .wd--show--sticky.e-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wd--show--on--top:not(.e-con) {
    display: block;
}

.wd--show--on--top.e-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--move .wd--show--on--top {
    display: none;
}

h5.site-title {
    margin-bottom: 0;
    margin-top: 1em;
}

p.site-description {
    margin-top: 0;
}

.site-header>div {
    width: 100%;
}

.site-header.header--template {
    width: 100%;
}

.site-header.header--hide {
    display: none
}


@media only screen and (max-width: 450px) {

    .header--move .wd--show--sticky.vis--disabled--at--mobile:not(.e-con),
    .header--move .wd--show--on--top.vis--disabled--at--mobile:not(.e-con) {
        display: block !important
    }

    .wd--show--on--top.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .wd--show--sticky.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .header--move .wd--show--sticky.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile),
    .header--move .wd--show--on--top.vis--disabled--at--mobile.e-con:not(.elementor-hidden-mobile) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}


.saren-sub-menu-wrap {
    position: fixed;
    overflow: hidden;
    left: 0;
    z-index: -1;
    top: 0;
    -webkit-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    width: 100vw;
    overflow: hidden;
    max-width: 100vw;
}

.saren-sub-menu-wrap.reveal--style--expand {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 0px;
}

span.sub--wrap--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
    pointer-events: none;
    visibility: hidden;
}

span.sub--wrap--overlay.active {
    visibility: visible;
    opacity: .5;
}

.menu-item.saren-has-children,
.menu-item-has-children {
    z-index: 999;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
}

.menu--items--align--center .menu-item.saren-has-children {
    justify-content: center;
}

span.sub--toggle svg {
    width: 1em;
    height: 1em;
    fill: var(--mainColor);
}

.st--wrap:has(i),
.st--wrap:has(svg) {
    width: 1em;
    height: 1em;
    font-size: 20px;
}

.st--wrap {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.menu-item.saren-has-children:has(> a:hover) .st--wrap,
.menu-item-has-children:has(> a:hover) .st--wrap {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}


.st--wrap:has(i) span.sub--toggle,
.st--wrap:has(svg) span.sub--toggle {
    line-height: 1;
}

.menu-item.saren-has-children:has(i),
.menu-item-has-children:has(i),
.menu-item.saren-has-children:has(svg),
.menu-item-has-children:has(svg) {
    gap: 0
}

/* .menu--horizontal .menu-item.saren-has-children::after {
    content: "keyboard_arrow_down";
    display: inline-block;
    margin-left: 5px;
    font-family: 'material icons sharp';
    font-size: 1em;
    line-height: 1em;
    vertical-align: middle;
    transition: transform .4s ease
}

.menu--horizontal .menu-item.saren-has-children:hover::after {
    transform: rotate(180deg)
} */

.horizontal_slide {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

@media only screen and (max-width: 450px) {
    .saren-sub-menu-wrap {
        display: none
    }
}

/* Footer
--------------------------------------------- */
.site-footer {
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2
}

.pin-spacer-fixedFooter {
    z-index: 2 !important
}

body:has(.footer--fixed) main {
    z-index: 3;
    position: relative;
}

body:has(.saren--checkout--form) .site-footer {
    display: none;
}


body.hide--footer .site-footer {
    display: none;
}


/* Popups
--------------------------------------------- */
.saren--popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
}

.saren--popup>div>div,
.saren--popup>div {
    pointer-events: none;
    z-index: 1;
    position: relative;
}

.saren--popup>div>div>div {
    pointer-events: all;
    position: relative !important;
    z-index: 2;
}

span.saren--popup--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: black;
    opacity: .6;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    pointer-events: all;
    z-index: 0;
}

.saren--popup span.pop--close {
    display: block;
    right: unset;
    -webkit-transform: translateY(-25%) translateX(-75%);
    -ms-transform: translateY(-25%) translateX(-75%);
    transform: translateY(-25%) translateX(-75%);
    z-index: 333;
    pointer-events: all;
    background: var(--mainColor);
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.saren--popup span.pop--close.active {
    opacity: 1;
}

.saren--popup span.pop--close svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: var(--mainBackground);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

/* Archive
--------------------------------------------- */

.pe-archive-grid {
    display: block;
    float: left;
}

.pe-archive-post {
    padding: 2em 1em;
    background: var(--secondaryBackground);
    margin: 12.5px 0;
    width: calc(50% - 12.1px);
}

body.search-results .pe-archive-post {
    margin-bottom: 1.5em
}

.pe-archive-post.sticky {
    color: var(--mainBackground);
    background: var(--mainColor);
}

.pe-archive-post.sticky a {
    color: var(--mainBackground);
}

.pe-archive-post.sticky a.underlined::after {
    background: var(--mainBackground);
}

.pe-archive-post.has_thumb {
    padding: 1em 1em 2em 1em;
}

.pe-archive-post.has_thumb>.pe-archive-post-thumbnail {
    margin-bottom: 1em;
}

.pe-archive-grid-sizer {
    width: calc(50% - 12.1px);
}

.pe-archive-grid-gutter {
    width: 25px
}

.pe-archive-post-thumbnail {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.pe-archive-post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.pe-archive-post-thumbnail a>img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.pe-archive-post-details {
    padding: 0 1em;
}

.pe-archive-post .pe-archive-post-details>.entry-title {
    margin-bottom: 5px;
    white-space: revert;
    margin-top: 0;
    overflow-wrap: anywhere;
}

.pe-archive-post-meta {
    opacity: .65;
}

.pe-archive-post-meta>span:first-child::after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

/** Archive Navigation
--------------------------------------------- */
.pe-theme-posts-nav {
    display: block;
    width: 100%;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    text-align: center;
    margin: 2em 0 1em 0;
}

.op-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.ajax_loading {
    opacity: .25;
    pointer-events: none
}

/* Single Post Page
--------------------------------------------- */

.single-post .entry-title {
    margin-top: 0;
    margin-bottom: 1em
}

body.single-post .post-thumbnail {
    margin: 0;
}

.single-post .entry-content,
.single-post .entry-meta {
    display: block;
    margin: 0;
    float: left
}

.single-post .entry-meta {
    width: 30%;
    padding-right: 10%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.single-post .entry-content {
    width: 60%
}

.single-post .entry-meta>div {
    text-transform: uppercase;
    margin-bottom: 1em
}

.single-post .entry-meta>div span.post-meta-title {
    display: block;
}

.single-post .post-thumbnail {
    overflow: hidden;
    margin-bottom: 3rem;
    max-height: 75vh;
}

.single-post .has-post-thumbnail .entry-title {
    margin-bottom: 0.5em;
}

.single-post .post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post .has-post-thumbnail .entry-meta {
    padding-left: 25px;
}

.single-post .has-post-thumbnail .entry-content {
    padding-right: 25px;
    width: calc(60% - 25px);
}

/* Project Page
--------------------------------------------- */


/** Tablets
------------------------------ */

@media (min-width: 450px) and (max-width: 900px) {}

/** Phones
------------------------------ */

@media only screen and (max-width: 450px) {

    .pe-archive-grid-sizer,
    .pe-archive-post {
        width: 100%;
    }

    .pe-archive-grid-gutter {
        width: 0px
    }


}


/* Single Post
--------------------------------------------- */

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}



.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: calc(100% + 1em);
    left: auto;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 1em 1em 1.5em;
    background: var(--mainColor);
    border-radius: 1rem;
    -webkit-transform: translateX(-1.5em);
    -ms-transform: translateX(-1.5em);
    transform: translateX(-1.5em);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    pointer-events: none;
}

.main-navigation ul.menu--horizontal ul>li {
    font-size: 18px;
    line-height: 36px;
}

.main-navigation li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1em;
    pointer-events: none;
    left: 0;
}

.main-navigation li.menu-item-has-children:hover::after {
    pointer-events: all
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;

}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
    color: var(--mainBackground)
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

.main-navigation>ul>li {
    position: relative;
    font-size: 20px;
}

.main-navigation .main-menu:not(.menu--vertical) a {
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2em;
    }

}

.has--bg.elementor-widget-penavmenu .main-navigation ul.menu {
    background: var(--secondaryBackground);
    padding: 0.5em 0.5em;
    --radius: 7.5px;
    border-radius: var(--radius);
    --left: 0.25em;
    --width: 0;
    gap: 0;
}

.nav--menu--has--backdrop .main-navigation ul {
    -webkit-backdrop-filter: blur(var(--backdropBlur));
    backdrop-filter: blur(var(--backdropBlur));
    --backdropBlur: 20px;
}

.has--bg.elementor-widget-penavmenu .main-navigation ul li {
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.has--bg.elementor-widget-penavmenu .main-navigation ul.menu li a {
    padding: 0 1em;
    color: var(--mainColor);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.has--bg.elementor-widget-penavmenu .main-navigation ul li.current_page_item a,
.has--bg.elementor-widget-penavmenu .main-navigation ul.menu li a:hover {
    color: var(--mainBackground)
}

.wrap--overflows .main-navigation ul {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post:not(.pe-archive-post),
.page {
    margin: 0 0 1.5em;
}


body.page,
body.elementor-page .page {
    margin: 0;
}

.site-main.shop-page,
html:not(.barba--running) body:not(.elementor-page) main {
    padding-top: 100px;
}

body.error404 main {
    padding-top: 0 !important
}


body.single-product .site-main.shop-page {
    padding-top: 0;
}

article.single-blog-post {
    width: 100%;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.elementor-page .entry-content {
    margin-top: 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list li {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list .comment-meta>.image {
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

ol.comment-list .comment-meta>.image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

ol.comment-list .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ol.comment-list li .comment {
    position: relative;
    padding: 1em;
    background: var(--secondaryBackground);
    margin: 1em 0;
    border-radius: 25px;
    overflow: hidden
}

ol.comment-list .comment-meta .comment-usr {
    margin-left: 1em;
}

ol.comment-list .comment-meta .comment_date {
    opacity: .5;
}

ol.comment-list li .comment a.comment-reply-link {
    position: absolute;
    top: 1em;
    right: 1.5em;
    font-size: 0.75em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

ol.comment-list li .comment:hover a.comment-reply-link {
    opacity: 1;
}

ol.comment-list li ul.children {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0.5em;
    margin-left: 0;
}

ol.comment-list #respond h3#reply-title {
    font-size: 1em;
    letter-spacing: 0;
}

ol.comment-list #respond h3#reply-title small {
    float: right;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
    background: var(--secondaryBackground);
    padding: 1em 2em;
}

.widget select {
    max-width: 100%;
}

h2.widget-title {
    font-size: 1rem;
    margin-bottom: 1em;
    letter-spacing: 0;
}

.tagcloud>a {
    border: 1px solid;
    padding: 0.25em 0.5em;
    display: inline-block;
    margin: 0em 0.5em 0.5em 0em;
}

.widget h2.wp-block-heading {
    font-size: 1.3rem;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: -0.02em;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: -ms-grid;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    -ms-grid-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    -ms-grid-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    -ms-grid-columns: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    -ms-grid-columns: repeat(6, 1fr);
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    -ms-grid-columns: repeat(7, 1fr);
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    -ms-grid-columns: repeat(8, 1fr);
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    -ms-grid-columns: repeat(9, 1fr);
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

.pinner {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    display: block;
    float: left;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* --------------------------- */
/** WOOCOMMERCE
------------------------------ */

body:not(.woocommerce-page) .show-only-woo {
    display: none;
}

.elementor-editor-active .show-only-woo {
    display: block !important
}

/*** My Account Page */
.section.account--sec .pe-wrapper {
    padding: 0;
    min-height: 60vh;
    border-color: var(--linesColor);
    border-width: 1px;
}

.wrapper-has-bg .section.account--sec .pe-wrapper {
    background: var(--secondaryBackground)
}

.section.account--sec {
    min-height: 60vh;
}

.woocommerce-account .woocommerce-MyAccount-content {
    max-width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    padding: 40px;
    width: 100% !important;
    --radius: 25px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 1em;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 75%;
    margin: 50px auto;
}

.pe--account--wrap nav.woocommerce-MyAccount-navigation ul {
    margin: 0
}

nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 1em;
    line-height: 1.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-right: 5%;
}

.pe-col-3.saren--account--nav {
    padding: 0;
    gap: 25px;
}


nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--secondaryBackground);
    border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 0.75em 0.5em 0.75em 1em;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    /* color: var(--mainBackground); */
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
}

nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon svg {
    width: 1.2em;
    height: 1.2em;
    fill: var(--mainColor);
}



.saren--account--details {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--mainColor);
    border-radius: 15px;
    padding: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    color: var(--mainBackground);
    overflow: hidden;
    min-height: 167px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.saren--user--avatar {
    width: 35%;
    height: 100%;
}

.saren--user--details {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 1em;
    position: relative;
}

.saren--user--avatar img {
    display: block;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.saren--account--details a {
    color: var(--mainBackground);
}

.saren--user--details>div:not(.saren--user--display--name) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.saren--user--details>div:not(.saren--user--display--name) a {
    text-decoration: underline;
}

a.saren--logout--button {
    position: absolute;
    bottom: 1em;
    left: 1em;
    font-size: 14px;
    border: 1px solid var(--linesColor);
    padding: 0.1em 1em;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content:has(.saren--account--dashboard) {
    background: none;
    padding: 0;
}

.saren--account--dashboard .saren--account--dashboard--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.saren--account--dashboard .saren--account--dashboard--head>div {
    padding: 1em;
    background: var(--secondaryBackground);
    border-radius: 15px;
    padding: 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--account--dashboard .saren--account--dashboard--head>div span.user--num {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3;
}

.saren--account--dashboard .saren--account--dashboard--head>div span:not(.user--num) {
    font-size: 14px;
    color: var(--secondaryColor);
}

.saren--account--dashboard--foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
}

.saren--account--dashboard--foot>div {
    background: var(--secondaryBackground);
    padding: 1em;
    border-radius: 15px;
}

.saren--account--dashboard--foot>div.user--latest--orders {
    width: calc(75% - 4px);
    min-height: 350px;
}

.saren--account--dashboard--foot>div.user--favorite--item {
    width: calc(25% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.mpi--product {
    display: block;
    width: 100%;
}

.mpi--product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.mpi--product a span {
    position: absolute;
    bottom: 1em;
}


.mpi--product img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.saren--account--dashboard--foot>div.user--favorite--item p {
    position: absolute;
    top: 0.75em;
    left: 0;
    text-align: center;
    width: 100%;
}

.saren--account--dashboard--foot>div>p {
    margin: 0;
}

.saren--account--dashboard--foot>div.user--latest--orders ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1em;
    gap: 1em;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--mainBackground);
    padding: 1em 1.5em 1em 1em;
    border-radius: 15px;
    gap: 20px;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: var(--secondaryColor);
    gap: 5px;
    width: 20%;
}

.lpi--row.lpi--images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    width: 60% !important;
}

.lpi--row.lpi--images>div {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}

.lpi--row.lpi--images>div img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lpi--row:first-child span:first-child {
    font-weight: bold;
    color: var(--mainColor);
}

.saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.3em 0.5em;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
}

.saren--account--dashboard--foot>div>p>a {
    font-size: 14px;
    color: var(--secondaryColor);
    float: right;
    text-decoration: underline;
    text-transform: uppercase;
}

.saren--account--dashboard--foot>div>p>a:hover {
    color: var(--mainColor);
}

.saren--acc--order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--mainBackground);
    padding: 1em;
    border-radius: 15px;
    gap: 40px;
    margin-bottom: 1em;
}

.saren--acc--order>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.saren--acc--order>div>div:not(:has(*)) {
    display: none;
}

.saren--acc--order>div.saren--acc--order--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--acc--order>div.saren--acc--order--bottom .lpi--row.lpi--images {
    width: 50% !important;
}

.woo--oders--table--title p {
    margin: 0;
    margin-bottom: 50px;
}

.section.account--sec form .form-row input.input-text,
.section.account--sec form .form-row textarea {
    padding: 0.75em 1em;
    font-size: 14px;
    border-color: var(--linesColor);
}

.section.account--sec form .form-row label {
    font-size: 14px;
    color: var(--secondaryColor);
}

.section.account--sec form button {
    font-size: 14px;
    border-radius: var(--radius);
    --radius: 10px
}

.section.account--sec .select2-container--default .select2-selection--single {
    border-color: var(--linesColor);
    border-radius: var(--radius);
    --radius: 10px;
    padding: 0.75em 1em;
    font-size: 14px;
    height: auto;
}

.section.account--sec .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid var(--linesColor) !important;
    background-color: var(--secondaryBackground);
}

.section.account--sec em {
    font-size: 12px;
    color: var(--secondaryColor);
}

.dashboard-type-user-preview .saren--account--nav--top,
.dashboard-type-user-preview .saren--user--active--order,
.dashboard-type-user-preview .saren--account--dashboard--nav {
    display: none;
}

/* Account Dashboard Style Menu  */
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    gap: 1%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 20px;
    margin-bottom: 0;
}


.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
    width: 32%;
    height: 200px;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dashboard-type-navigation .saren--account--dashboard--head,
.dashboard-type-navigation .saren--account--dashboard--foot {
    display: none;
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    font-size: 18px;
    padding: 0.2em;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--mainColor);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active a,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--mainBackground);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li.is-active svg,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li.is-active svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li a span.acc--nav--icon {
    font-size: 1.5em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a {
    color: var(--mainBackground);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover {
    background: var(--mainColor);
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li:hover a svg,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li:hover a svg {
    fill: var(--mainBackground);
}

.dashboard-type-navigation .pe-col-3.saren--account--nav .woocommerce-MyAccount-navigation {
    display: none;
}

.dashboard-type-navigation .saren--account--details {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--mainColor);
    border-radius: 0;
}

.dashboard-type-navigation .saren--account--details a {
    color: var(--mainColor);
}

.dashboard-type-navigation .saren--account--details .saren--user--details {
    padding: 0;
    margin-top: 2em;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dashboard-type-navigation .saren--account--details .saren--user--avatar {
    width: 75px;
    border-radius: var(--radius);
    --radius: 50%;
    overflow: hidden;
}

.dashboard-type-navigation .saren--account--details .saren--user--display--name {
    font-size: 20px;
    font-weight: 500;
}

.dashboard-type-navigation .saren--account--details a.saren--logout--button {
    position: static;
    display: block;
    margin-top: 1em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 1em;
}

.saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    --radius: 5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    white-space: nowrap;
    padding-right: 20px;
}

.pe-col-9.saren--account--content:has(.saren--account--dashboard--nav) .saren--account--nav--top {
    display: none;
}

.dashboard-type-navigation .woocommerce-MyAccount-content {
    --radius: 10px;
}

.saren--user--active--order {
    display: block;
    border-radius: var(--radius);
    --radius: 10px;
    background: var(--secondaryBackground);
    padding: 1em;
    width: 90%;
    margin-top: auto;
}

.saren--user--active--order p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--secondaryColor);
}

.saren--user--active--order .saren--latest--products--item {
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.saren--user--active--order .saren--latest--products--item .lpi--row.lpi--images {
    width: 100% !important;
    margin-top: 1em;

}

.saren--user--active--order .saren--latest--products--item span.lpi--row.order--status {
    border: 1px solid var(--linesColor);
    padding: 0.5em 1em;
    border-radius: 10px;
    background: var(--mainColor);
    color: var(--secondaryBackground);

}

/* Account Dashboard Style Classic  */

.dashboard-type-classic .pe-col-3.saren--account--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 10px;
    width: 100%;
}

.dashboard-type-classic .section.account--sec .pe-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75%;
}

.dashboard-type-classic .saren--user--avatar {
    display: none;
}

.dashboard-type-classic .saren--account--details {
    background: none;
    color: var(--mainColor);
    min-height: unset;
    width: auto;
    white-space: nowrap;
}

.dashboard-type-classic .saren--account--nav--top,
.dashboard-type-classic .user--favorite--item,
.dashboard-type-classic .saren--account--dashboard--head,
.dashboard-type-classic .saren--account--dashboard--nav,
.dashboard-type-classic a.saren--logout--button,
.dashboard-type-classic .saren--user--url,
.dashboard-type-classic .saren--user--bio,
.dashboard-type-classic .saren--user--active--order,
.dashboard-type-classic .saren--account--dets--foot {
    display: none !important;
}


.dashboard-type-classic .saren--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}

.dashboard-type-classic .pe-col-9.saren--account--content {
    width: 100%;
    padding: 0
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation {
    margin: 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;

}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    white-space: nowrap;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: none;
    position: relative;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:not(:last-child) .acc--nav--icon {
    display: none;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-left: 2em;
    font-weight: 500;
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li:last-child svg {
    fill: var(--mainColor);
}

.dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: -11px;
}

.dashboard-type-classic .saren--user--details {
    padding: 0;
}


@media only screen and (max-width: 576px) {

    .dashboard-type-classic .section.account--sec .pe-wrapper {
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2em;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row {
        width: auto;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:first-child {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders ul li>a>div>.lpi--row:last-child {
        width: auto !important;
    }

    .saren--acc--order>div.saren--acc--order--bottom .lpi--row.lpi--images {
        width: 100% !important;
    }

    .saren--acc--order>div.saren--acc--order--bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        gap: 20px;
    }

    .saren--acc--order>div.saren--acc--order--bottom>div {
        width: auto !important;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 1em;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 10px;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav nav.woocommerce-MyAccount-navigation ul li.is-active::after {
        bottom: 0;
    }

    .dashboard-type-classic .pe-col-3.saren--account--nav {
        border-bottom: navajowhite;
    }


    .dashboard-type-navigation .pe-col-3.saren--account--nav {
        width: 100%;
        margin: 0;
    }

    .dashboard-type-navigation .saren--account--details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .dashboard-type-navigation .saren--account--details .saren--user--details {
        margin-top: 0;
    }

    .saren--user--active--order {
        display: none;
    }

    .dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li {
        width: 49%;
        height: auto;
        min-height: 150px;
    }

    .pe-col-9.saren--account--content {
        width: 100%;
        padding: 0;
    }

    .saren--account--nav--top nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 20px;
    }

    .pe-col-3.saren--account--nav {
        width: 100%;
        margin-bottom: 0;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul {
        margin: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .dashboard-type-user-preview nav.woocommerce-MyAccount-navigation ul li {
        white-space: nowrap;
        padding-right: 1.5em;
    }

    .saren--account--dashboard .saren--account--dashboard--head>div span.user--num {
        font-size: 20px;
    }

    .saren--account--dashboard .saren--account--dashboard--head>div {
        padding: 10px;
        width: 48%;
    }

    .saren--account--dashboard .saren--account--dashboard--head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 4%;
        row-gap: 10px;
    }

    .saren--account--details {
        min-height: unset;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    a.saren--logout--button {
        display: none;
    }

    .saren--user--avatar {
        width: 40%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
        height: 100%;
    }

    .saren--user--details {
        gap: 10px;
        width: 75%;
    }

    .saren--account--dashboard--foot>div.user--latest--orders {
        width: 100%;
    }

    .saren--account--dashboard--foot>div.user--favorite--item {
        width: 100%;
    }

}


.user-url-hide .saren--user--url,
.user-bio-hide .saren--user--bio,
.user-avatar-hide .saren--user--avatar,
.active-order-hide.user-card-hide .pe-col-3.saren--account--nav,
.active-order-hide .saren--user--active--order,
.user-summary-hide .saren--account--dashboard--head,
.most-visited-hide .user--favorite--item,
.user-card-hide .saren--account--details {
    display: none !important
}

.active-order-hide.user-card-hide .pe-col-9.saren--account--content,
.most-visited-hide .saren--account--dashboard--foot>div.user--latest--orders {
    width: 100%;
}


.saren--account--dashboard .saren--account--dashboard--head>div,
.saren--account--dashboard--foot>div,
nav.woocommerce-MyAccount-navigation ul li.is-active,
.saren--account--details,
.woocommerce-MyAccount-content,
.dashboard-type-navigation .saren--account--dashboard--nav nav.woocommerce-MyAccount-navigation ul li,
.saren--user--active--order {
    border-width: 1px;
    border-color: var(--linesColor);
}

.pe-wrapper.saren--login--page--wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 75vh;
}

/*** Add to Cart */
.saren--cart--form .quantity {
    display: none !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 0 !important;
}

.woocommerce .totals--bg--yes table.shop_table th,
.woocommerce .totals--bg--yes table.shop_table td {
    padding: 9px 12px
}

.saren--cart--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: var(--radius);
    overflow: hidden;
    padding: 0.5em 1.5em 0.5em 0.5em;
    position: relative;
    z-index: 1;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    border-color: var(--linesColor);
    border-width: 1px;
    --radius: 5px;
}


.add--button--style--simple .saren--cart--form::after,
.add--button--style--simple .saren--cart--form::before {
    display: none !important;
}

.single-product .add--button--style--simple button.single_add_to_cart_button.button.alt {
    padding: 0 !important;
    text-align: center !important;
}

.add--button--style--simple .saren--cart--form {
    background: var(--mainColor);
    color: var(--mainBackground);
    border: 1px solid transparent;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.add--button--style--simple .saren--cart--form:hover {
    background: var(--mainBackground);
    border: 1px solid var(--mainColor);
    color: var(--mainColor) !important;
}

.add--button--style--simple .saren--cart--form button.single_add_to_cart_button svg {
    fill: var(--mainBackground);
}

.add--button--style--simple .saren--cart--form:hover button.single_add_to_cart_button svg {
    fill: var(--mainColor) !important;
}

.saren--cart--form .single_add_to_cart_button {
    background: none !important;
    color: inherit !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 0 !important;
    border-color: var(--linesColor);
    border-width: 1px;
}

.saren--cart--form button.single_add_to_cart_button.external_add_to_cart.button.alt {
    padding-right: 2em !important;
}


.saren--cart--form:has(button.single_add_to_cart_button.disabled) {
    pointer-events: none;
}


.saren--cart--form::after,
.saren--cart--form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    z-index: -2;
}

.saren--cart--form::after {
    background: var(--mainColor);
    width: 0%;
    z-index: -1;
    -webkit-transition: all .4s cubic-bezier(0.62, 0.01, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.62, 0.01, 0.1, 1);
    transition: all .4s cubic-bezier(0.62, 0.01, 0.1, 1)
}

.saren--cart--form:hover::after {
    width: 100%
}

.saren--cart--form:hover {
    color: var(--mainBackground) !important
}

.saren--cart--form svg {
    -webkit-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}

.saren--cart--form:hover button.single_add_to_cart_button svg {
    fill: var(--mainBackground) !important;
}

.var--add {
    display: none;
}

.woocommerce-variation-add-to-cart.variations_button.saren--cart--form.woocommerce-variation-add-to-cart-enabled .var--add {
    display: inline-block;
}

.woocommerce-variation-add-to-cart.variations_button.saren--cart--form.woocommerce-variation-add-to-cart-enabled .selec--opt {
    display: none;
}

.saren--single--product .woocommerce-variation-description {
    display: none;
}

.saren--cart--form .single_add_to_cart_button.added svg.cart-plus,
.saren--cart--form .single_add_to_cart_button.loading svg.cart-plus,
.saren--cart--form .single_add_to_cart_button svg.cart-loading,
.saren--cart--form .single_add_to_cart_button svg.cart-done {
    opacity: 0;
}

@-webkit-keyframes cartLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cartLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cartLoadingSingle {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes cartLoadingSingle {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

.saren--cart--form .single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

}

.saren--cart--form .single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoadingSingle;
    animation-name: cartLoadingSingle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;

}

.saren--cart--form .single_add_to_cart_button.loading svg.cart-loading {
    opacity: 1
}

.saren--cart--form .single_add_to_cart_button.added svg.cart-done {
    opacity: 1
}

.saren--cart--form .single_add_to_cart_button.loading svg.cart-done {
    opacity: 0;
}

.single-product button.single_add_to_cart_button.button.alt {
    font-weight: normal;
    width: auto;
    text-align: right;
    position: relative;
    padding-right: 1.5em !important;
    width: 100%;
}

.single-product .saren--products-grid button.single_add_to_cart_button.button.alt {
    text-align: left;
}

button.single_add_to_cart_button.external_add_to_cart.button.alt {
    text-align: left;
}

.saren--cart--form button.single_add_to_cart_button svg {
    position: absolute;
    right: 0;
    display: block !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: var(--mainColor);
}

.single-product .saren--cart--form button.single_add_to_cart_button:hover svg {
    fill: var(--secondaryBackground);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    display: none;
}


a.added_to_cart.wc-forward {
    display: none !important;
}

.saren--single--view--button {
    display: block;
    float: left;
    width: 100%;
}

.saren--single--view--button a {
    padding: 0.8rem;
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    border-radius: var(--radius);
    text-transform: uppercase;
    position: relative;
    --radius: 5px;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
    border-width: 1px;
    border-color: var(--linesColor);
}

.saren--single--view--button a::before,
.saren--single--view--button a::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    top: 0;
    z-index: -2;
}

.saren--single--view--button a::before {
    background: var(--mainColor);
    width: 0%;
    z-index: -1;
    -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
}

.saren--single--view--button a:hover::before {
    width: 100%;
}

.saren--single--view--button a:hover {
    color: var(--mainBackground);
}

.saren--single--view--button .saren--svg {
    position: absolute;
    top: 50%;
    right: 0.5em;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.saren--single--view--button .saren--svg svg {
    -webkit-transition: fill .4s ease .1s;
    -o-transition: fill .4s ease .1s;
    transition: fill .4s ease .1s;
}

.saren--single--view--button a:hover .saren--svg svg {
    fill: var(--mainBackground);
}

.saren--svg svg {
    fill: var(--mainColor)
}

/* Grouped Add To Cart  */

.woocommerce div.product.woocommerce-grouped-product-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image {
    width: 25%;
    height: 125px;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__details {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 0;
    gap: 10px;
}

.woocommerce-grouped-product-list-item__details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem;
    width: 100%;
}

.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image a,
.woocommerce div.product.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__image img {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}

.woocommerce-grouped-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list-item__variations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-grouped-product-list-item__details__bottom .saren--quantity--control>span {
    width: 1.5em;
    padding: 0.3em 0.3em;
}

.woocommerce-grouped-product-list-item__variations select {
    padding: 7.5px;
    font-size: 14px;
    border-radius: 10px;
}

.woocommerce-grouped-product-list-item__variations label {
    font-size: 14px;
    color: var(--secondaryColor);
}

.woocommerce div.product.woocommerce-grouped-product-list-item .quantity {
    display: none;
}

form#grouped_add_to_cart_form button.single_add_to_cart_button.grouped_add_to_cart_button.button.alt {
    text-align: left;
}

.woocommerce-grouped-product-list-item__details__bottom {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* Grouped Add To Cart  */

/*** Cart Page */
.pe-wrapper.saren--cart--wrapper,
.pe-wrapper.saren--cart--wrapper>div {
    padding: 0;
}

.woocommerce .saren--cart--wrapper .cart-collaterals .cart_totals,
.woocommerce-page .saren--cart--wrapper .cart-collaterals .cart_totals {
    width: 100%;
}

.pe-wrapper.saren--cart--wrapper>div.form--col {
    padding-right: 1em;
    border-color: var(--linesColor);
    gap: 20px;
}

.pe-wrapper.saren--cart--wrapper>div.cart--totals--col {
    padding-left: 1em;
}

.cart-totals-left .pe-col-8.sm-12.form--col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
    padding-left: 1em;
}

.cart-totals-left .pe-col-4.sm-12.cart--totals--col {
    padding-left: 0;
    padding-right: 1em;
}

.cart-1-column .pe-wrapper.saren--cart--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-1-column .pe-col-4.sm-12.cart--totals--col,
.cart-1-column .pe-col-8.sm-12.form--col {
    width: 100%;
}

.cart-1-column .pe-col-4.sm-12.cart--totals--col {
    width: 35%;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    padding: 0;
}

.totals--sticky .pe-col-4.sm-12.cart--totals--col {
    position: fixed;
    bottom: 2%;
    margin: 0;
    width: 96%;
    left: 2%;
    padding: 0;
    z-index: 99;
}

.totals--sticky .cart_totals table tr.woocommerce-shipping-totals.shipping {
    display: none;
}

.totals--sticky .cart_totals table tr:has(.saren--coupon--register) {
    display: none;
}

.totals--sticky .cart_totals table tr.cart-subtotal {
    display: none;
}


.totals--sticky .wc-proceed-to-checkout {
    width: 20%;
    padding: 0 !important;
}

.totals--sticky .cart-summary {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.totals--sticky .saren--coupon--register,
.totals--sticky .cart-row.cart-shipping,
.totals--sticky .cart-row.cart-subtotal {
    display: none;
}

.pe-wrapper.saren--cart--wrapper .totals--sticky a.checkout-button.button.alt.wc-forward {
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 1em;
}

.totals--sticky .cart-collaterals {
    padding: 1.2em !important;
}

.totals--sticky span.cart-value {
    font-size: 25px;
    line-height: 1;
}

.totals--sticky span.cart-value strong {
    font-weight: normal;
}

.totals--sticky .cart-row.order-total {
    display: flex;
    align-items: end;
    gap: 20px;
}

.totals--sticky small.includes_tax {
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    color: var(--secondaryColor);
    font-style: italic;
    opacity: .5;
}

.totals--sticky .cart_totals {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px
}

.totals--sticky .saren--cart--wrapper .saren--coupon {
    margin: 0 !important;
}

.totals--sticky .cart-collaterals {
    border-radius: 0;
}

.woocommerce .totals--sticky .saren--cart--wrapper table.shop_table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.totals--sticky .cart_totals table tr {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.totals--sticky tr.order-total td {
    text-align: left !important;
}

.totals--sticky tr.order-total td>* {
    text-align: left !important;
}


.totals--sticky .cart-collaterals .cart_totals table td {
    font-size: 22px;
    line-height: 1;
}

@media only screen and (max-width: 576px) {
    .totals--sticky .cart_totals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .totals--sticky .wc-proceed-to-checkout {
        width: 100%;
    }

    .woocommerce .totals--sticky .saren--cart--section table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce .totals--sticky .saren--cart--section table.shop_table_responsive tr:nth-child(2n) td {
        margin-top: 0;
    }

}

.saren--cart--title {
    display: inline-block;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1em;
}

.cart-title-hide .saren--cart--title {
    display: none;
}

.saren--cart--title span {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
    color: var(--secondaryColor);
}

.totals--bg--yes .cart-collaterals {
    background: var(--mainColor);
    color: var(--mainBackground);
    padding: 2em;
    border-radius: 7.5px;
}

.cart-row.cart-subtotal {
    justify-content: space-between;
    display: flex;
}

.cart-summary {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart-collaterals {
    border-color: var(--linesColor);
}

.pe-wrapper.saren--cart--wrapper a.checkout-button.button.alt.wc-forward {
    display: block;
    padding: 0.75em;
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    margin-top: 1em;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pe-wrapper.saren--cart--wrapper a.checkout-button.button.alt.wc-forward:hover {
    color: var(--secondaryBackground);
    background: var(--mainColor);
    border-color: var(--linesColor);
}

.pe-wrapper.saren--cart--wrapper a.checkout-button.button.alt.wc-forward:hover svg {
    fill: var(--secondaryBackground);
}

.pe-wrapper.saren--cart--wrapper a.checkout-button.button.alt.wc-forward svg {
    fill: var(--mainColor);
    width: 1em;
    height: 1em;
    display: block;
    z-index: 4;
}

.ct-sub-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
}

.ct-prices>div {
    margin-bottom: 1em;
    text-transform: uppercase;
}

.woocommerce ul#shipping_method {
    margin-top: 1em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 1em !important;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1em !important;
    font-size: 14px;
}

.woocommerce table.shop_table td[data-title=Shipping] {
    width: 100%;
    padding: 0
}

.totals--bg--yes .woocommerce table.shop_table td[data-title=Shipping] {
    padding: 9px 12px
}

.saren--woocommerce--shipping {
    font-size: 0;
}

.saren--woocommerce--shipping>ul {
    font-size: 1rem;
}

.woocommerce .saren--cart--wrapper ul#shipping_method li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .saren--cart--wrapper ul#shipping_method li label>div {
    margin-top: 2em;
}



.woocommerce .saren--cart--section ul#shipping_method li {
    display: inline-block;
    margin: 0;
    line-height: 1em;
    list-style: none outside;
    border: 0.5px solid var(--linesColor);
    border-radius: 5px;
    padding: 1em;
    width: 47%;
    height: auto;
}

p.woocommerce-shipping-destination {
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 1em;
}

p.shipping-method-description {
    margin: 0;
    margin-top: 2em;
    font-size: 14px;
    color: var(--secondaryColor);
    line-height: 1.2;
}

.woocommerce .saren--checkout--wrapper ul#shipping_method li:has(input[type=radio]:checked) {
    color: var(--mainColor);
    border-color: var(--mainColor) !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.woocommerce .saren--cart--section ul#shipping_method li {
    opacity: .5
}

.woocommerce .saren--cart--section ul#shipping_method li:has(input[type=radio]:checked) {
    opacity: 1;
}

.woocommerce ul#shipping_method li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.cart_totals table tr {
    border: none !important;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    gap: 10px;
}

.cart_totals table tr.woocommerce-shipping-totals.shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.woocommerce .saren--cart--wrapper table.shop_table {
    border: none;
    border-radius: 0;
    margin: 0 !important;
}

.woocommerce .saren--cart--wrapper table.shop_table tbody:first-child tr:first-child td,
.woocommerce .saren--cart--wrapper table.shop_table tbody:first-child tr:first-child th {
    font-weight: normal;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border: none !important;
    font-weight: normal;
    text-align: left;
    width: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin: 0 !important;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding-bottom: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    text-transform: math-auto;
    color: var(--secondaryColor);
    margin: 0;
    font-size: 14px;
}


#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination strong,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination strong,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination strong {
    font-weight: normal !important;
    text-decoration: underline;
}

.cart_totals table tr.cart-subtotal {
    margin-bottom: 1em;
    width: 100%;
}

.cart_totals table tr.cart-subtotal td {
    text-align: right !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapperinput.button.alt {
    background: var(--secondaryBackground);
    color: var(--mainColor);
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .saren--cart--wrapper input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce .saren--cart--wrapper input.button.alt:hover {
    background: var(--secondaryBackground);
    color: var(--mainColor);
}

.wc-proceed-to-checkout svg {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table {
    border: none;
    margin: 0;
    border-collapse: collapse;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--secondaryBackground);
    padding: 1em;
    gap: 1em;
    border-color: var(--linesColor);
    border-width: 1px;
    border-radius: 15px;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td {
    border: none;
    position: relative;
    -ms-flex-line-pack: start;
    align-content: start;
    padding: 0;
}


.saren--cart--wrapper #add_payment_method table.cart img,
.woocommerce-cart .saren--cart--wrapper table.cart img,
.saren--cart--wrapper .saren--cart--wrapper .woocommerce-checkout table.cart img {
    border-radius: 5px;
    display: block;
    width: 100%;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-thumbnail {
    width: 20%;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-thumbnail a {
    width: 100%;
    display: block;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-thumbnail a img {
    border-radius: 5px;
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.woocommerce .saren--cart--wrapper table.shop_table tbody:first-child td.product-name {
    text-align: left;
    width: 70%;
}

.woocommerce .saren--cart--wrapper td.product-name .wc-item-meta,
.woocommerce .saren--cart--wrapper td.product-name dl.variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    line-height: 1em;
    margin-top: 4px;
}

.woocommerce .saren--cart--wrapper td.product-name .wc-item-meta p,
.woocommerce .saren--cart--wrapper td.product-name dl.variation p {
    margin: 0;
}

.woocommerce .saren--cart--wrapper .quantity .qty {
    padding: 0;
    width: auto;
    line-height: 1em;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td .saren--quantity--control {
    position: absolute;
    bottom: 0;

}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td .quantity {
    display: none
}

.woocommerce .saren--cart--wrapper td.product-name dl.variation dd::after {
    content: "/";
    display: inline-block;
    font-size: 14px;
    color: var(--secondaryColor);
    vertical-align: top;
    margin: 0 0.25em;
    vertical-align: text-bottom;
}

.woocommerce .saren--cart--wrapper td.product-name dl.variation dd p {
    margin: 0;
    font-size: 14px;
    color: var(--secondaryColor);
    display: inline-block;
}

.woocommerce .saren--cart--wrapper td.product-name dl.variation dd:last-child::after {
    display: none;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr .product-remove {
    position: absolute;
    top: 0;
    right: 0;
}

.woocommerce .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr a.remove {
    font-size: 20px;
}


.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-subtotal {
    -ms-flex-line-pack: end;
    align-content: end;

    width: 10%;
}

.saren--quantity--control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    color: var(--mainBackground);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.saren--quantity--control>span {
    width: 3em;
    text-align: center;
    padding: 0.5em 0.35em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    background: var(--mainColor);
}

.woo--but--has--backdrop .saren--quantity--control>span {
    background: transparent;
}

.saren--quantity--control>span>svg {
    display: inline-block;
    vertical-align: middle;
    fill: var(--mainBackground);
}

.saren--quantity--control>span.current--quantity {
    text-align: center;
    position: relative;
}

.saren--quantity--control>span.current--quantity::after,
.saren--quantity--control>span.current--quantity::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--mainBackground);
    opacity: .2;
}

.woo--quantity--hide .saren--quantity--control {
    display: none;
}

.woo--quantity--hide .saren--cart--form {
    padding: 1em
}

.woo--quantity--hide button.single_add_to_cart_button.button {
    text-align: left !important;
}

.saren--quantity--control>span.current--quantity::before {
    right: unset;
    left: 0
}

.saren--quantity--control>span.quantity--increase {
    text-align: center;
}

.saren--cart--form button.single_add_to_cart_button svg {
    display: none;
    -webkit-transition: fill .4s ease;
    -o-transition: fill .4s ease;
    transition: fill .4s ease;
}


input#saren_coupon_code {
    color: var(--mainBackground);
    border: none;
    padding: 0;
}

input#saren_coupon_code::-webkit-input-placeholder {
    color: var(--secondaryColor);
}

input#saren_coupon_code::-moz-placeholder {
    color: var(--secondaryColor);
}

input#saren_coupon_code:-ms-input-placeholder {
    color: var(--secondaryColor);
}

input#saren_coupon_code::-ms-input-placeholder {
    color: var(--secondaryColor);
}

input#saren_coupon_code::placeholder {
    color: var(--secondaryColor);
}

.totals--bg--yes .saren--coupon button.button {
    color: var(--mainBackground) !important;
}


.saren--coupon button.button {
    padding: 0 !important;
    background: none !important;
    color: var(--mainColor) !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.saren--cart--wrapper .saren--coupon button.button:hover {
    background: none;
    color: var(--mainBackground);
    opacity: 1;
    cursor: pointer
}

.saren--coupon {
    text-transform: uppercase;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid var(--secondaryColor);
    border-radius: 5px;
    padding: 0.75em 1em;
    margin-bottom: 1em;
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.totals--bg--yes .saren--cart--wrapper .saren--coupon {
    margin-top: 100px;
}

td.saren--coupon--register {
    padding: 0;
    width: 100%;
}

.saren--coupon--button {
    white-space: nowrap;
    line-height: 1em;
    font-weight: normal;
    cursor: pointer;
}

.saren--cart--wrapper .woocommerce-cart-form table.shop_table tr.saren--cart--actions {
    display: none;
}

a.woocommerce-remove-coupon {
    color: var(--secondaryColor);
    font-size: 10px;
}

tr.order-total td>* {
    display: block;
    text-align: right;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: fixed !important;
    bottom: 25px !important;
    left: 50% !important;
    background: var(--secondaryBackground) !important;
    z-index: 1 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    border: 1px solid var(--linesColor) !important;
    border-radius: 15px;
    color: var(--mainColor) !important;
}

.woocommerce-info::before {
    color: var(--secondaryColor) !important;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    margin-top: 20vh;
    font-size: 30px;
    letter-spacing: normal;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    text-align: center;
    font-size: 1rem;
}

.saren--empty--cart--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 70vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.empty--cart--text {
    max-width: 30%;
    text-align: center;
}

.empty--cart--icon svg polygon {
    stroke: var(--secondaryColor);
}

.saren--cart--empty p.return-to-shop {
    margin-top: 3em
}

.saren--cart--empty p.return-to-shop a {
    background-color: var(--mainColor);
    color: var(--mainBackground);
    padding: 0.75em 2em;
    border-radius: 10px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.saren--cart--empty p.return-to-shop a:hover {
    background-color: var(--secondaryBackground);
}

.woocommerce-info::before {
    color: var(--secondaryColor);
}

.woocommerce-info {
    border-color: var(--secondaryColor);
}

.saren--cart--wrapper .saren--quantity--control>span {
    width: auto;
    padding: 0;
    font-size: 14px;
    color: var(--mainColor);
    background: none;
}

.saren--cart--wrapper .saren--quantity--control>span svg {
    fill: var(--mainColor)
}

.saren--cart--wrapper .saren--quantity--control {
    background: transparent;
    gap: 20px;
}

.saren--cart--wrapper .saren--quantity--control>span:not(.current--quantity) {
    border: 1px solid var(--linesColor);
    border-radius: 5px;
    width: 2em;
    height: 2em;
}

.saren--cart--wrapper .saren--quantity--control span.current--quantity {
    color: var(--secondaryColor);
}

.saren--cart--wrapper a.shipping-calculator-button {
    color: var(--secondaryColor);
}

p.cart--item--price {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
}

.saren--cart--wrapper form.woocommerce-shipping-calculator .form-row select,
.saren--cart--wrapper form.woocommerce-shipping-calculator .form-row input.input-text,
.saren--cart--wrapper form.woocommerce-shipping-calculator .form-row textarea {
    padding: 0.75em;
    font-size: 14px;
    border-radius: 10px;
    background: none;
    color: var(--secondaryColor);
    border-color: var(--linesColor);
    border-width: 1px
}

.saren--cart--wrapper form.woocommerce-shipping-calculator .form-row {
    width: 50%;
    float: left;
    clear: none;
}



button.button[name=calc_shipping] {
    font-size: 14px;
    border: 1px solid var(--linesColor);
    padding: 0.5em 2em;
    float: left;
    margin-top: 1em;
}

/*** Cart Products Vertical */


.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td {
    width: 100% !important;
}

.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-subtotal {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-thumbnail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.cart-products-vertical .saren--cart--wrapper table.shop_table tbody:first-child td.product-name {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: 100%;
}

.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr .product-remove {
    position: static;
    float: right;
}

.cart-products-vertical .product-subtotal span.woocommerce-Price-amount.amount {
    float: left;
}

.cart-products-vertical .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td .saren--quantity--control {
    position: static;
    float: right;
    margin: 0;
    margin-top: auto;
    width: 30% !important;
}

.cart-products-vertical .saren--cart--wrapper table.shop_table tbody:first-child td.product-name>p.cart--item--price {
    float: left;
    width: 30% !important;
}

.cart-products-vertical .saren--cart--wrapper td.product-name dl.variation {
    margin-bottom: 1em;
}

.cart-products-vertical .saren--cart--wrapper table.shop_table tbody:first-child td.product-name:not(:has(.variation)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-products-vertical .saren--cart--wrapper table.shop_table tbody:first-child td.product-name:not(:has(.variation)) h6 {
    width: 100%;
}

@media only screen and (max-width: 576px) {

    .saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot {
        position: static !important;
        padding: initial !important;
    }

    .woocommerce .saren--checkout--wrapper table.shop_table td.product-thumbnail {
        width: 35% !important;
    }


    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tbody {
        -ms-grid-columns: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td {
        width: 100% !important;
    }

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-subtotal {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td.product-thumbnail {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .saren--cart--wrapper table.shop_table tbody:first-child td.product-name {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        height: 100%;
        text-align: left !important;
    }

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr .product-remove {
        position: relative;
        float: right;
    }

    /* 
    span.woocommerce-Price-amount.amount {
        float: left;
    } */

    .saren--cart--wrapper .woocommerce-cart-form table.shop_table tr td .saren--quantity--control {
        position: static;
        float: right;
        margin: 0;
        margin-top: auto;
        width: 30% !important;
    }

    .saren--cart--wrapper table.shop_table tbody:first-child td.product-name>p.cart--item--price {
        float: left;
        width: 30% !important;
    }

    .saren--cart--wrapper td.product-name dl.variation {
        margin-bottom: 1em;
    }

    .saren--cart--wrapper table.shop_table tbody:first-child td.product-name:not(:has(.variation)) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .saren--cart--wrapper table.shop_table tbody:first-child td.product-name:not(:has(.variation)) h6 {
        width: 100%;
        text-align: left;
    }

    .saren--cart--wrapper table.shop_table td,
    .pe-wrapper.saren--cart--wrapper>div,
    .cart--totals--col .pe-wrapper.saren--cart--wrapper>div.form--col {
        padding: 0 !important;
    }

    .woocommerce .saren--cart--section ul#shipping_method li {
        width: 100%;
    }

    .woocommerce .saren--cart--section table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
        float: left;
        padding: 0;
    }

    .woocommerce .saren--cart--section table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce .saren--cart--section table.shop_table_responsive tr:nth-child(2n) td {
        display: block;
        float: right;
        margin-top: 1em;
    }

    .saren--cart--section .saren--coupon {
        margin-bottom: 1em;
    }

}

/*** Checkout Page */

.pe-wrapper.saren--checkout--wrapper,
.pe-wrapper.saren--checkout--wrapper>div {
    padding: 0;
    margin: 0;
}

.woocommerce form.saren--checkout--form .form-row-first,
.woocommerce form.saren--checkout--form .form-row-last,
.woocommerce-page form .saren--checkout--wrapper .form-row-first,
.woocommerce-page form .saren--checkout--wrapper .form-row-last {
    width: 100%;
}

.woocommerce form.saren--checkout--form .form-row {
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 1em;
    width: 100%;
}



.woocommerce form.saren--checkout--form .form-row button[name=woocommerce_checkout_place_order] {
    color: var(--secondaryColor);
}

.woocommerce form.saren--checkout--form .form-row label {
    line-height: 1;
    position: absolute !important;
    font-size: 12px;
    top: 2em;
    left: 1.1rem;
    color: var(--secondaryColor);
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    clip: auto;
}

.woocommerce form.saren--checkout--form .form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: block !important;
    width: 100%;
}


.woocommerce form.saren--checkout--form .form-row select,
.woocommerce form.saren--checkout--form .form-row input.input-text,
.woocommerce form.saren--checkout--form .form-row textarea {
    line-height: 1;
    padding: 2em 1em 0.5em 1.25em;
    background: var(--secondaryBackground);
    border: 1px solid var(--linesColor);
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--mainColor);
}

.saren--checkout--wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1em;
    font-size: 1em;
    padding: 2.25em 1em 0.5em 1em;
    text-align: left;
    color: var(--mainColor);
}

.saren--checkout--wrapper .select2-container--default .select2-selection--single {
    height: auto;
    border-color: var(--linesColor);
    border-radius: 5px;
    background-color: var(--secondaryBackground);
    color: var(--mainColor);
}

.woocommerce form.saren--checkout--form .form-row .select2-container {
    line-height: 1em;
    font-size: 1em;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    position: static;
}

.woocommerce form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: inherit !important;
}


.pe-wrapper.saren--checkout--wrapper div.order--col {
    padding: 2em;
    background: var(--mainColor);
    color: var(--mainBackground);
    text-transform: uppercase;
    font-size: 14px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    border-radius: 15px;
    padding-right: 1em;
    margin-right: 1em;
    height: calc(100vh - var(--topSpacing));
    --topSpacing: calc(var(--margin-top) * 1.25) - 25px;
    border-color: var(--linesColor);
    border-width: 1px;
}

.pe-section.saren--checkout--section.saren--checkout--login div.order--col {
    display: none
}

.pe-wrapper.saren--checkout--wrapper>.pe-col-8.sm-12.form--col {
    margin-left: 1em;
    border-width: 1px;
    border-color: var(--linesColor);
    --mainBackground: transparent;
    background: var(--mainBackground);
}

.order-summary-right .pe-wrapper.saren--checkout--wrapper div.order--col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 1em;
}

.order-summary-right .pe-wrapper.saren--checkout--wrapper .pe-col-8.sm-12.form--col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 1em;
}

.woocommerce .saren--checkout--wrapper table.shop_table td {
    border: none;
    padding: 0;
    line-height: 1em;
    text-align: left;
    -ms-flex-line-pack: start;
    align-content: start;
    position: relative;
}

.woocommerce .saren--checkout--wrapper table.shop_table td.cart-sbt {
    text-align: right;
}

.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table {
    border-collapse: separate;
    border-spacing: 0 1em;
    height: 100%;
    border: none;
    position: relative;
}

.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}


div#order_review {
    display: block;
    height: 100%;
}

.woocommerce .saren--checkout--wrapper table.shop_table td.product-name,
.woocommerce .saren--checkout--wrapper table.shop_table td.product-total {
    padding: 0.75em;
    padding-right: 0;
    padding: 10px 0 !important;
}

.woocommerce .saren--checkout--wrapper table.shop_table th {
    padding: 0;
    font-weight: normal;
    line-height: 1;
    border: none;
}


.saren--checkout--wrapper td.product-thumbnail {
    width: 20%;
    border-radius: 5px;
    overflow: hidden;
}

.saren--checkout--wrapper td.product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.saren--checkout--wrapper td.product-thumbnail img {
    display: block;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation p {
    font-size: 12px;
    color: var(--secondaryColor);
}

.woocommerce td.product-name dl.variation dd p {
    display: inline-block
}

.woocommerce td.product-name dl.variation dd::after {
    content: "/";
    display: inline-block;
    font-size: 12px;
    color: var(--secondaryColor);
    margin: 0 0.25em
}

.woocommerce td.product-name dl.variation dd:last-child::after {
    display: none
}

.woocommerce .saren--checkout--wrapper table.shop_table td.product-total {
    text-align: right;
}

.saren--checkout--wrapper .shop_table thead {
    color: var(--secondaryColor);
}

.saren--checkout--wrapper .shop_table thead tr {
    border: none;
}

p#order_review_heading {
    color: var(--secondaryColor);
    margin: 0;
    margin-bottom: 1em;
}

tr.saren-order-shipping-info th,
tr.order-total th,
tr.cart-subtotal th {
    color: var(--secondaryColor);
}

tr.saren-order-shipping-info td,
tr.order-total td,
tr.cart-subtotal td {
    text-align: right !important
}

span.shp--name {
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.woocommerce table.shop_table td small {
    margin-top: 5px;
}


.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding: 28px;
    gap: 20px;
}

.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--checkout--wrapper .shop_table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 1em;
}

.woocommerce .saren--checkout--wrapper table.shop_table td.product-name {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .saren--checkout--wrapper table.shop_table td.product-total {
    width: 20%;
}

.saren--checkout--wrapper table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.woocommerce .saren--checkout--wrapper table.shop_table td.product-thumbnail {
    width: 20%;
    border: 1px solid var(--linesColor);
}

.saren--checkout--wrapper td.product-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.checkout--accordion--content {
    overflow: hidden;
}

.checkout--accordion--title {
    padding-bottom: 1em;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
}

.saren--checkout--accordion .checkout--accordion--field {
    pointer-events: none;
    width: 100%;
    display: block;
    float: left;
}

.checkout-type-simple .checkout--accordion--field {
    pointer-events: all;
    margin-bottom: 50px;
}

.saren--checkout--accordion .checkout--accordion--field.is--filled,
.saren--checkout--accordion .checkout--accordion--field.active {
    pointer-events: all;
}

.saren--checkout--accordion .checkout--accordion--field.is--filled .checkout--accordion--title,
.saren--checkout--accordion .checkout--accordion--field.active .checkout--accordion--title {
    opacity: 1;
}

.saren--checkout--accordion .checkout--accordion--field.active .checkout--accordion--content {
    height: auto;
}

.saren--woocommerce--mail,
.saren--woocommerce--phone {
    width: 49%;
    float: left;
}

.saren--woocommerce--mail {
    margin-right: 2%;
}

.woocommerce .saren--checkout--wrapper ul#shipping_method li {
    padding: 1em;
    border: none;
    border-radius: 5px;
    width: 49%;
    position: relative;
    background: var(--secondaryBackground);
    border-width: 1px;
    border-color: var(--linesColor);
    margin-top: 1em;
}

.woocommerce .saren--checkout--wrapper ul#shipping_method li label {
    text-transform: uppercase;
}

.woocommerce .saren--checkout--wrapper ul#shipping_method li label .shipping-method-description {
    text-transform: math-auto;
    font-size: 14px;
    color: var(--secondaryColor);
    max-width: 60%;
    line-height: 25px;
}

@media only screen and (max-width: 576px) {

    .woocommerce ul#shipping_method {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce .saren--checkout--wrapper ul#shipping_method li {
        width: 100%;
    }

    .woocommerce .saren--checkout--wrapper ul#shipping_method li label .shipping-method-description {
        max-width: 80%;
    }
}

.woocommerce .saren--checkout--wrapper ul#shipping_method .amount {
    font-weight: normal;
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-transform: uppercase;
}

.woocommerce .saren--checkout--wrapper ul#shipping_method .amount {
    left: unset;
    right: 1em;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    border: none;
    display: block;
    float: left;
    width: 100%;
}

.form-row.place-order {
    display: block;
    float: left;
    width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: left !important;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    background: var(--secondaryBackground);
    border-radius: 5px;
    margin-bottom: 1em !important;
    padding: 1em;
    border: 1px solid var(--secondaryBackground);
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
    border-width: 1px;
    border-color: var(--linesColor);
    width: 100% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none !important;
}

.saren--woocommerce--payment label {
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    width: 100%;
}


.woocommerce-checkout #payment ul.payment_methods li:has(input:checked) {
    border: 1px solid var(--mainColor);
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    max-width: 75%;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-top: 0;
    font-size: 14px;
}

.woocommerce-form-coupon-toggle,
form.checkout_coupon.woocommerce-form-coupon {
    display: none;
}


.checkout--accordion--field:has(.woocommerce-billing-fields) {
    margin-right: 2%
}

.checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 49%;
    float: left;
}

.saren--checkout--wrapper .woocommerce-billing-fields {
    margin-right: 2%;
}

.saren--checkout--wrapper .woocommerce-additional-fields {
    width: 100%;
    float: left
}

.saren--checkout--wrapper .woocommerce-additional-fields h3 {
    font-size: 18px
}

.saren--checkout--wrapper #billing_address_fields,
.saren--checkout--wrapper .shipping_address {
    overflow: hidden;
}

.saren--checkout--wrapper .woocommerce-billing-fields:has(.saren--address--card) #billing_address_fields,
.saren--checkout--wrapper .woocommerce-shipping-fields:has(.saren--address--card) .shipping_address {
    height: 0;
    text-align: center;
    padding: 0 1.5em;
}


.checkout--accordion--content:has(.saren--address--card) {

    background: var(--secondaryBackground);
    border-width: 1px;
    border-color: var(--linesColor);
    border-radius: 10px;
    margin-bottom: 1em;
}

.saren--checkout--wrapper .saren--address--card {
    padding: 1.5em;
    position: relative;
}

.saren--checkout--wrapper .saren--address--card .address-card--edit {
    position: absolute;
    top: 0.5em;
    right: 0em;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 3;
}

.saren--checkout--wrapper .saren--address--card .address-card--edit.active .edit--edit,
.saren--checkout--wrapper .saren--address--card .address-card--edit .edit--close {
    display: none;
}

.saren--checkout--wrapper .saren--address--card .address-card--edit.active .edit--close {
    display: block;
}

.saren--checkout--wrapper .saren--address--card .address-card--edit svg {
    width: 1em;
    height: 1em;
    fill: var(--secondaryColor);
}

.saren--checkout--wrapper .saren--address--card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.saren--checkout--wrapper .saren--address--card p.adress-card-name {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
}

.saren--checkout--wrapper .saren--address--card p.adress-card-phone-email {
    color: var(--secondaryColor);
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.saren--checkout--wrapper .saren--address--card p.address-card-street {
    margin-bottom: 6px;
}

.woocommerce-checkout-review-order .order-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: none;
}

.woocommerce-checkout-review-order .order-items .order-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.woocommerce-checkout-review-order .order-items .order-item .product-thumbnail {
    width: 15%;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-checkout-review-order .order-items .product-info {
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    align-content: start;
    gap: 10px;
}

.woocommerce-checkout-review-order .order-items .product-info span.product-name {
    width: 100%;
    line-height: 1;
}

.woocommerce-checkout-review-order .order-items .product-info span:not(.product-name) {
    color: var(--secondaryColor);
}

.woocommerce-checkout-review-order .order-items .order-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
}

.woocommerce-checkout-review-order .order-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-transform: none;
    width: 100%;
    margin-top: auto;
}

.woocommerce-checkout-review-order .order-summary>div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    gap: 50px;
}

.woocommerce-checkout-review-order .checkout-coupon {
    width: 100%;
    border: 1px solid var(--linesColor);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woocommerce-checkout-review-order button.apply-coupon {
    white-space: nowrap;
    padding: 1em;
}

.woocommerce-checkout-review-order input#saren_coupon_code {
    padding: 1em;
}

/* Order Received  */
body:has(.woocommerce-thankyou-order-received) .site-footer,
body:has(.woocommerce-thankyou-order-received) .site-header {
    display: none;
}

.woocommerce-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
}

body.layout--default .woocommerce-order .secondary__logo {
    display: none;
}

body.layout--switched .woocommerce-order .main__logo {
    display: none;
}

.e-con:has(.woocommerce-order) {
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-order-col-6 {
    width: 50%;
    padding: 50px;
}

.order--thankyou-wrap .site-logo {
    width: 120px;
}

.woocommerce-order-col-6:last-child {
    background: var(--secondaryBackground);
}

span.order--completed--icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 1;
    padding: 20px;
    border: 2px solid #00cb00;
    border-radius: 50%;
    margin-right: 50px;
}

span.order--completed--icon svg {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 1;
    fill: #00cb00;
}

p.text-h4.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    margin-top: 1em;
}

.woocommerce-order-col-6 span.order--number {
    display: block;
    font-size: 1.1rem;
    letter-spacing: normal;
    margin-top: 1em;
}

.woocommerce .woocommerce-order ul.order_details {
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    row-gap: 25px;
}

.woocommerce ul.order_details li {
    text-transform: none;
    font-size: .9em;
    border: none !important;
    text-align: left;
    padding: 0;
    margin: 0;
    color: var(--secondaryColor);
    width: 50%;
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    display: none;
}

.woocommerce ul.order_details li strong {
    font-size: 1.1rem !important;
    margin-top: 0.5em;
    color: var(--mainColor);
}

section.woocommerce-order-details {
    width: 90% !important;
}

.woocommerce-order-details__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 25px;
}

.woocommerce-order-details .order-details-image {
    width: 150px !important;
    height: 150px !important;
    border: 1px solid var(--linesColor);
}

.woocommerce-order-item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.order-details-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
}

ul.wc-item-meta li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

a.woocommerde--order--details--title {
    margin-bottom: 1em;
    font-size: 1.1rem;
}

.woocommerce-order-item__total {
    color: var(--secondaryColor);
    font-size: 14px;
}

.woocommerce-order-details__footer {}

.woocommerce-order-details__footer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 0.5rem 0;
    font-size: 1rem;
}

.woocommerce-order-details__footer-label {
    color: var(--secondaryColor);
}

.woocommerce-order-details__footer-value {
    font-weight: bold;
}

.woocommerce .woocommerce-order .woocommerce-order-details__footer-item:last-child {
    border-top: 1px solid var(--linesColor);
    margin-top: 1em;
    padding-top: 1em;
    font-size: 1.1rem;
}

.woocommerce .woocommerce-order .woocommerce-order-details__footer-item:last-child .woocommerce-order-details__footer-label {
    color: var(--mainColor);
}

.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce .woocommerce-order section.woocommerce-customer-details {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 25px;
}

.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::before,
.woocommerce .woocommerce-order section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses::after {
    display: none;
}

.woocommerce .woocommerce-order .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin: 0;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
    border: none;
    padding: 0;
}

.woocommerce .woocommerce-order .woocommerce-column--shipping-address p,
.woocommerce-column--billing-address p,
section.woocommerce-order-details p {
    font-size: 1rem;
}

/* Checkout Accordion  */

.checkout-type-accordion .checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout-type-accordion .checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 100%;
}

.checkout-type-accordion .checkout--accordion--content {
    height: 0;
}

.checkout-type-accordion .checkout--accordion--field {
    margin-bottom: 0;
    display: block;
    float: left;
}


.checkout-type-accordion .checkout--accordion--content:has(.saren--address--card) {

    margin-bottom: 0;
}

.checkout-type-accordion .checkout--accordion--content .saren--address--card {
    margin-bottom: 1em
}

.checkout-type-accordion .checkout--accordion--field .checkout--accordion--title {
    opacity: .4;
}

.is--filled span.field--checked {
    display: inline-block;
}

span.field--checked {
    display: none;
    font-size: .8em;
}

span.field--checked {
    vertical-align: middle;
    line-height: inherit;
}

span.field--checked svg {
    width: 1em;
    line-height: 1;
    fill: #15a825;
}

.checkout-type-accordion .saren--woocommerce--mail,
.checkout-type-accordion .saren--woocommerce--phone {
    width: 100%;
}

p.saren--accordion--button {
    color: var(--mainColor);
    background: var(--secondaryBackground);
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    padding: 0;
    border: 1px solid var(--linesColor);
    display: inline-block;
    padding: 0.65em 1.5em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 1.5em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}

.checkout-type-tabs p.saren--accordion--button,
.checkout-type-accordion p.saren--accordion--button {
    display: inline-block;
    vertical-align: middle;
}

.checkout-type-tabs p.saren--accordion--button svg {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.checkout--accordion--content:has(.saren--address--card) p.saren--accordion--button {
    margin-left: 1.5em;
    margin-top: 1em;
}

p.saren--accordion--button:hover {
    color: var(--secondaryBackground);
    background: var(--mainColor);
}

p.saren--accordion--button:hover svg {
    fill: var(--secondaryBackground);
}

p.saren--accordion--button svg {
    fill: var(--mainColor);
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 0.5em;
}

p.saren--accordion--button {
    opacity: .5;
    pointer-events: none;
}

.is--filled p.saren--accordion--button {
    opacity: 1;
    pointer-events: all;
}


/* Checkout Tabs  */
.checkout-type-tabs .checkout--accordion--field .checkout--accordion--title {
    display: none;
}

.checkout-type-tabs .pe-wrapper.saren--checkout--wrapper>.pe-col-8.sm-12.form--col {
    overflow: hidden
}

.saren--checkout--tabs--titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 45px;
    margin-bottom: 1em
}


.checkout-type-tabs .checkout--accordion--title {
    opacity: .4;
    position: relative;
}

.checkout-type-tabs .checkout--accordion--title span.field--checked {
    position: absolute;
    line-height: 1em;
    right: 0;
    top: 50%;
    -webkit-transform: translate(120%, -75%);
    -ms-transform: translate(120%, -75%);
    transform: translate(120%, -75%)
}

.checkout-type-tabs .checkout--accordion--content {
    height: 0;
}


.saren--checkout--tabs--titles .checkout--accordion--title {
    white-space: nowrap;
    pointer-events: none;
}

.checkout-type-tabs .checkout--accordion--title.is--filled,
.checkout-type-tabs .checkout--accordion--title.active {
    opacity: 1;
    pointer-events: all;
}

.checkout-type-tabs .checkout--accordion--title.active::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--linesColor);
    display: block;

}

.checkout-type-tabs .checkout--accordion--field:has(.woocommerce-shipping-fields),
.checkout-type-tabs .checkout--accordion--field:has(.woocommerce-billing-fields) {
    width: 100%;
}


/* Checkout Login Form  */
.pe-col-8.sm-12.form--col.login--form--col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pe-section.saren--checkout--section.saren--checkout--login {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .pe-col-8.sm-12.form--col:not(.login--form--col) {
    opacity: 0;
}

.saren--login-sec .saren--continue--as--guest.scag--button.login--form--heading {
    display: none;
}

.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .saren--continue--as--guest.scag--button.login--form--heading {
    display: block;
    margin-top: 0.5em;
    background: var(--mainColor);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer
}

.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .saren--continue--as--guest.scag--button.login--form--heading p {
    color: var(--secondaryBackground);
}

.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .saren--continue--as--guest.scag--button.login--form--heading:hover {
    opacity: .5
}

.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .register-heading.login--form--heading,
.elementor-widget-pecheckoutblock:has(.pe-section.saren--checkout--section.saren--checkout--login) .login-heading.login--form--heading {
    margin-top: 10px;
}

/* Checkout Login Form  */

@media only screen and (max-width: 576px) {

    .pe-wrapper.saren--checkout--wrapper div.order--col {
        height: auto !important;
    }

    .saren--woocommerce--mail,
    .saren--woocommerce--phone {
        width: 100%;
    }

    .checkout--accordion--field:has(.woocommerce-shipping-fields),
    .checkout--accordion--field:has(.woocommerce-billing-fields) {
        width: 100%;
        margin-right: 0;
    }


}

.woocommerce-form-login-toggle {
    display: none;
}

/** Archive Page
------------------------------ */
.woocommerce-shop .pe-wrapper .product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.woocommerce-shop .pe-wrapper .product-acts {
    position: absolute;
    top: 0;
    left: 1em;
    top: 1em;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce-shop .pe-wrapper .product-acts a {
    font-weight: normal !important;
    background: var(--mainColor) !important;
    color: var(--mainBackground) !important;
    border-radius: 15px !important;
    font-size: 14px !important;
}

.woocommerce-shop .pe-wrapper .pe-single-product:hover .product-acts {
    opacity: 1;
}

.woocommerce-shop .pe-wrapper img.product-image-back {
    position: absolute;
    top: 0;
}

.sidebar-active .saren--single--product {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

.sidebar-active .saren--products-grid.sales_highlighted .saren--single--product.sale {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}

.product-price ins {
    background: none !important;
}

.sale--badge {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    z-index: 9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #950101;
    border-radius: 5px;
    line-height: 1;
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    --transformX: 0%;
    --transformY: 0%;
    font-size: 12px;
}

.sale--badge p {
    margin: 0;
    line-height: 1 !important;
    font-size: 0.8em !important;
}

.metas__pos-column-reverse .sale--badge {
    top: 55px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    -webkit-appearance: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    padding: 8px 20px;
    font-size: 1em;
    background-color: transparent;
    border-radius: 0;
    border-color: var(--linesColor);
    text-transform: uppercase;
    font-size: 0.9em;
}

form.woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.woocommerce-message {
    margin-bottom: 0;
}



h1.woocommerce-products-header__title.page-title {
    margin: 0;
    text-transform: uppercase;
}

.woocommerce-page .page-header-wrap.wrapper-full {
    margin: 0;
    padding: 0;
}

.woocommerce-page .page-header.shop-page-header.section {
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-page .page-header.shop-page-header.section .pe-wrapper .pe-col-12,
.woocommerce-page .page-header.shop-page-header.section .pe-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message {
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 1.2em 3em 1.2em 3.5em;
    font-size: 0.8rem;
    background-color: var(--secondaryBackground) !important;
    overflow: hidden;
    border-radius: 7px 0px 0px 0px;
    gap: 30px;
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    top: 1.3em;
}

.woocommerce-notices-wrapper .woocommerce-message::after {
    display: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button:hover {
    color: var(--mainColor);
    background: none !important;
}

.woocommerce-message.saren--woo--message a.button {
    display: none;
}

.woocommerce-message.saren--woo--message .message--close {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: var(--mainColor);
    line-height: 0;
    border-radius: 10px;
    font-size: 17px;
    padding: 2px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid var(--linesColor);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.saren--woo--message .message--close svg {
    fill: var(--mainBackground);
    width: 1em;
    height: 1em;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.woocommerce-message.saren--woo--message .message--close:hover {
    background: var(--secondaryBackground);
}

.woocommerce-message.saren--woo--message .message--close:hover svg {
    fill: var(--mainColor);
}

.woocommerce-message.saren--woo--message span.message--timer {
    position: absolute;
    bottom: 1px;
    width: var(--width);
    height: 2px;
    background: var(--mainColor);
    left: 0;
    --width: 1%;
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    background: var(--mainColor);
    color: var(--mainBackground);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid transparent
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart svg {
    fill: var(--mainBackground);
    vertical-align: bottom;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart:hover {
    background: var(--mainBackground);
    color: var(--mainColor);
    border: 1px solid var(--linesColor)
}

.woocommerce-message a.button.saren--woo--button.saren-view-cart:hover svg {
    fill: var(--mainColor);
}

.archive-products-section {
    padding-top: 0;
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.archive-products-section .pe-wrapper .pe-col-12 {
    padding: 0
}

.shop-page-header .page-title {
    display: inline-block;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 25px;
}

.shop-page-header .page-title>span {
    display: inline-block;
    vertical-align: top;
}


@media only screen and (max-width: 576px) {

    .woocommerce-notices-wrapper .woocommerce-message {
        max-width: 100%;
        flex-direction: column;
        gap: 15px;
        white-space: normal;
        padding-right: 0;
    }

    .woocommerce-notices-wrapper {
        width: calc(100vw - 20px);
        left: 10px;
        bottom: 10px;
    }

    .woocommerce-message a.button.saren--woo--button.saren-view-cart {
        display: block;
        float: left;
    }

}

.saren--products-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(var(--columns), 1fr);
    grid-template-columns: repeat(var(--columns), 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    width: 100%;
    float: left;
    margin-top: 1em;
    row-gap: 25px;
    --columns: 4;
    border-width: 1px;
    border-color: var(--linesColor);
}

.woo-products-archive .saren--products-grid {
    --columns: var(--shop_grid_columns);
    --gap: calc(var(--grid_columns_gap) * 1px);
    gap: var(--gap);
}

@media only screen and (max-width: 576px) {

    .woo-products-archive .saren--products-grid {
        --columns: 1;
    }
}

.woo-products-archive .metas__pos-column-reverse .saren--product--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.woo-products-archive .metas__orientation-column .saren--product--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.woo-products-archive .actions__orientation-column .saren--product--actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woo-products-archive .saren--products--load--more p {
    background: var(--mainColor);
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: var(--mainBackground);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid var(--linesColor);
}

.woo-products-archive .saren--products--load--more.saren--products--pagination.loading p {
    cursor: wait
}

.woo-products-archive .saren--products--load--more p:hover {
    color: var(--mainColor);
    background: var(--mainBacjground);
}

.woo-products-archive .pe--product--filters label {
    padding: 0.5em 1em;
    border: 1px solid var(--linesColor);

}

.woo-products-archive .saren--products--filter--cats.pe--product--filters label {
    border-radius: 5px;
}

.woo-products-archive .saren--products-grid-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.woo-products-archive.products--controls--bordered .products--sorting .pe-select {
    border: 1px solid var(--linesColor);
    border-radius: 10px;

}

.products--sorting .pe-select {
    min-width: 200px;
}

.products--sorting {
    position: relative;
    z-index: 2;
}

.woo-products-archive .select-items {
    width: 100%;
    border: 1px solid var(--linesColor);
}

.section.woo-products-archive .pe-col-12 {
    padding: 0;
}

.woo-products-archive .pe--product--filters.filters--popup .filters--wrapper {
    --topSpacing: 0;
    --bottomSpacing: 0;
    width: 25vw;
    --leftSpacing: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    --rightSpacing: unset;
    min-width: auto;
    border-radius: 0;
    gap: 25px;
    height: 100vh;
}

.woo-products-archive .pe--product--filters .filters--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--linesColor);
    padding-bottom: 25px;
}

.woo-products-archive .pe--product--filters .terms-list {
    gap: 1em;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.woo-products-archive .pe--product--filters .terms-list:has(.terms--terms) .terms-list-title {
    text-transform: capitalize;
}

.woo-products-archive .filters--button.pe--pop--button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
}

.filters--button.pe--pop--button i {
    font-size: 1em;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button {
    background: var(--mainColor);
    color: var(--mainBackground);
}

.woo-products-archive.products--controls--bordered .filters--button.pe--pop--button {
    border: 1px solid var(--linesColor);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button svg {
    fill: var(--mainBackground);
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover {
    color: var(--mainColor);
    border-color: var(--linesColor);
    background: transparent;
}

.woo-products-archive.controls--has--bg .filters--button.pe--pop--button:hover svg {
    fill: var(--mainColor);
}

.woo-products-archive .saren--product--image--wrap {
    --radius: var(--border_radius_product_image-padding-top) var(--border_radius_product_image-padding-right) var(--border_radius_product_image-padding-bottom) var(--border_radius_product_image-padding-left);
}

.woo-products-archive .saren--single--product {
    border-radius: var(--border_radius_product-padding-top) var(--border_radius_product-padding-right) var(--border_radius_product-padding-bottom) var(--border_radius_product_image-padding-left);
    border-color: var(--linesColor) !important;
}

.woo-products-archive .saren--single--product .saren--product--meta {
    gap: calc(var(--archive_metas_gap) * 1px);
}

.col--2 .saren--products-grid {
    --columns: 2 !important;
}

.col--3 .saren--products-grid {
    --columns: 3 !important;
}

.col--4 .saren--products-grid {
    --columns: 4 !important;
}

.col--5 .saren--products-grid {
    --columns: 5 !important;
}



.saren--product--meta {
    padding: 0.5em 1em;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /* display: none; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.saren--product--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.saren--product--extras {
    font-size: 14px;
    color: var(--secondaryColor);
    text-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--product--main:has(.product-short-desc) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.saren--single--product .product-short-desc {
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
    color: var(--secondaryColor);
    margin-top: 1em;
}

.extras__orientation-row .saren--product--extras {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saren--product--extras>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.saren--product--extras>div>span {
    display: inline-block;
}

.saren--product--extras>div>span:not(.single--product--attribute--label)::after {
    content: ',';
    display: inline-block;
    margin: 0 0.2em
}

.saren--product--extras>div>span:last-child::after {
    display: none;
}

.saren--product--extras>div.saren--single--product--attributes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.saren--product--extras>div.saren--single--product--attributes .single--product--attributes>span.term--has--color,
.saren--product--extras>div.saren--single--product--attributes .single--product--attributes.attr--dt--variation_color_only>span {
    font-size: 0;
    width: 1rem;
    height: 1rem;
    background: var(--bg);
    display: block;
    border-radius: var(--radius);
    --radius: 50%;
}

.saren--product--extras>div.saren--single--product--attributes>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

.saren--product--extras>div.saren--single--product--attributes .single--product--attributes>span {
    line-height: 1;
    font-size: 14px;
    text-align: center;
    border: 1px solid var(--linesColor);
    padding: 0.5em 0.75em;
    border-radius: var(--radius);
    --radius: 5px;
    text-align: center;
}


.saren--single--product--attributes:has(span.single--product--attribute--label) .single--product--attributes {
    opacity: 0;
    transition: opacity .3s ease;
}

.saren--product--extras>div>span.single--product--attribute--label {
    position: absolute;
    transition: opacity .3s ease;
    pointer-events: none;
}

.saren--single--product--attributes:has(span.single--product--attribute--label):hover .single--product--attributes {
    opacity: 1;
}

.saren--single--product--attributes:has(span.single--product--attribute--label):hover span.single--product--attribute--label {
    opacity: 0;
}

.saren--product--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.saren--product--image,
.saren--product--video {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    height: 100%;
    z-index: 1;
}

.product--image--hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: var(--radius);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.saren--single--product:hover .saren--product--image,
.saren--single--product:hover .saren--product--video {
    opacity: 0
}

.saren--single--product:hover .product--image--hover {
    opacity: 1
}

.product--image--hover img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.saren--single--product:has(.product--image--hover) .saren--product--video,
.saren--single--product:has(.product--image--hover) .saren--product--image {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.saren--product--image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.saren--single--product:has(.product--image--hover):hover .saren--product--video,
.saren--single--product:has(.product--image--hover):hover .saren--product--image {
    opacity: 0;
}

.saren--single--product:has(.product--image--hover):hover .product--image--hover {
    opacity: 1
}

.saren--product--video a {
    width: 100%;
    height: 100%;
    display: block
}

.saren--product--image img {
    display: block;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    object-fit: cover;
}

.saren--product--image--wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 100%;
    --radius: 7.5px;
}


.yith-wcwl-add-to-wishlist-button {
    display: block;
}


.saren--single--atc .qty {
    display: none;
}

.saren--single--product .saren--quantity--control {
    display: none;
}

.saren--single--product .saren--cart--form {
    color: var(--mainColor);
    padding: 0;
    position: relative;
    margin: 0;
    height: 100%;
    margin-bottom: 0 !important;
}

.saren--single--product button.single_add_to_cart_button.button.alt {
    padding-right: 0.8rem !important;
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button svg {
    display: inline-block;
    position: absolute;
    top: 0.2em;
    right: 0.2em;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button svg {
    fill: var(--mainColor);
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button:hover svg {
    fill: var(--mainBackground);
}

.saren--single--product .variations--active .saren--cart--form button.single_add_to_cart_button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.saren--single--product .saren--cart--form button.single_add_to_cart_button {
    width: 100%;
    text-align: left;
    padding: 1em !important;
    --radius: 5px;
    border-radius: var(--radius);
    font-weight: normal
}

.saren--single--product .woocommerce-variation-price {
    position: absolute;
    bottom: 0.45em;
    right: 2em;
    z-index: 5;
    color: var(--mainColor);
    font-size: 14px;
}

.yith-wcwl-add-button a {
    font-size: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.yith-wcwl-add-button a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}

.saren--single--product .stock {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0 !important;
}

.yith-wcwl-add-button {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
}


span.pe--compare--wrap .compare--svg.added {
    display: none;
}

span.pe--compare--wrap:has(a.compare.added) .compare--svg.added {
    display: block;
}

span.compare--svg.added {
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    display: none;
}

span.compare--svg.added svg {
    fill: var(--secondaryColor);
}

.yith-wcwl-add-button a,
.woocommerce.product.compare-button a {
    font-size: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

.woocommerce.product.compare-button a:hover {
    background: unset;
    color: unset;
}

.saren--product--element a {
    position: relative;
    --radius: 50%;
    --backdropBlur: 10px;
    border-width: 1px;
    border-color: var(--linesColor);
    border-radius: var(--radius);
}

.has--hover.has--bg .saren--product--element a {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.has--hover.has--bg .saren--product--element a svg {
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
}

.has--hover.has--bg .saren--product--element a::before,
.has--bg .saren--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--secondaryBackground);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    border-radius: var(--radius);
}

.has--hover.has--bg .saren--product--element a::before {
    width: 0%;
    height: 0%;
    background: var(--mainColor);
    z-index: 1;
    border-radius: var(--radius);
    -webkit-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    -o-transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
    transition: all .4s cubic-bezier(0.86, 0, 0.1, 1);
}

.has--hover.has--bg .saren--product--element a:hover::before {
    width: 100%;
    height: 100%;
}

.has--hover.has--bg .saren--product--element a:hover {
    color: var(--mainBackground)
}

.has--hover.has--bg .saren--product--element a:hover svg {
    fill: var(--mainBackground)
}

.has--backdrop .saren--product--element a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -2;
    border-radius: var(--radius);
    -webkit-backdrop-filter: blur(var(--backdropBlur));
    backdrop-filter: blur(var(--backdropBlur))
}

.yith-wcwl-add-button a.view-wishlist,
.yith-wcwl-add-button .separator {
    display: none
}

.saren--products--grid--controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.saren--products--filter--cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.saren--products--filter--cats>div {
    padding: 0.5em 1.5em;
    background: var(--secondaryBackground);
    border-radius: 10px;
}

.saren--product--element.element--description h4 {
    margin-bottom: 1em;
}

/* Layout Swithher  */
.pe--grid--switcher svg {
    /* width: 1.5rem; */
    height: 1.5rem;
    fill: var(--mainColor);
}

.pe--grid--switcher>span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    display: block;
    z-index: 2;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid--switcher--switch .pe--grid--switcher>span {
    padding: calc(var(--gap) / 2);
}

.grid--switcher--simple .pe--grid--switcher>span {
    opacity: .5
}


.pe--grid--switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--radius);
    position: relative;
    overflow: hidden;
    --radius: 5px;
    --gap: 10px;
    gap: var(--gap);
}

.grid--switcher--switch .pe--grid--switcher {
    background: var(--secondaryBackground);
}

.products--controls--bordered .grid--switcher--switch .pe--grid--switcher {
    border: 1px solid var(--linesColor);
}

@media only screen and (max-width: 576px) {
    .pe--grid--switcher {
        display: none;
    }
}

.pe--grid--switcher>span.switch--follower {
    position: absolute;
    left: 0;
    width: 3.5rem;
    height: 100%;
    background: var(--mainColor);
    top: 0;
    border-radius: var(--radius);
    z-index: 1;
}

.grid--switcher--switch .pe--grid--switcher>span.switch--active svg {
    fill: var(--secondaryBackground);
}

.grid--switcher--simple .pe--grid--switcher>span.switch--active {
    opacity: 1
}

/* Layout Swithher  */

/* List Layout */
.archive-products-section.archive--list .saren--products-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--single--product.sp--archive--list .saren--product--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--single--product.sp--archive--list .saren--product--wrap .saren--product--image--wrap {
    width: 15%;
}

.saren--single--product.sp--archive--list .saren--product--actions {
    position: static;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;

}

.saren--single--product.sp--archive--list .saren--product--actions>div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.saren--single--product.sp--archive--list .saren--product--meta {
    text-transform: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
}

.saren--single--product.sp--archive--list .list--product--meta--2 {
    padding: 0.5em 1em;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
    color: var(--secondaryColor);
}

.saren--single--product.sp--archive--list .list--product--meta--2 .product-short-desc {
    max-width: 70%;
}

.saren--single--product.sp--archive--list .saren--product--actions {
    width: 15%;
}

.saren--single--product.sp--archive--list .product-name.woocommerce-loop-product__title {
    font-size: 25px;
}

.saren--single--product.sp--archive--list .saren--product--main {
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.saren--single--product.sp--archive--list .saren--product--extras {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.saren--single--product.sp--archive--list .saren--single--product--attributes {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.saren--single--product.sp--archive--list .saren--product--element.element--stock p {
    margin: 0;
}

.saren--single--product.sp--archive--list .saren--product--wrap p.discount-badge {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
    line-height: 1;
    margin: 0;
}

@media only screen and (max-width: 576px) {

    .saren--single--product.sp--archive--list .saren--product--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .saren--single--product.sp--archive--list .list--product--meta--2,
    .saren--single--product.sp--archive--list .saren--product--meta,
    .saren--single--product.sp--archive--list .saren--product--wrap .saren--product--image--wrap {
        width: 100%;
    }

    .saren--single--product.sp--archive--list .list--product--meta--2 .product-short-desc {
        max-width: 100%;
    }

    .saren--single--product.sp--archive--list .saren--product--main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0.5em;
    }

    .saren--single--product.sp--archive--list .saren--product--actions {
        width: 100%;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        padding: 0.5em 1em;
    }

    .pe-select {
        min-width: auto;

    }

    .select-selected {
        padding-right: 2em;
        padding: 0;
    }

}


/* Masonry Layout */
.archive-products-section.archive--masonry {
    --masonryItemsWidth: 24%;
    --masonryGutter: 1.333333%;
}

.archive-products-section.archive--masonry .saren--products-grid {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.archive-products-section.archive--masonry .saren--products-grid:after {
    content: '';
    display: block;
    clear: both;
}

.archive-products-section.archive--masonry .saren--single--product,
.archive-products-section.archive--masonry .saren--products--masonry--sizer {
    width: var(--masonryItemsWidth);
    display: block;
    float: left;
}

.saren--single--product {
    margin-bottom: var(--masonryGutter);
    /* height: 46.5vh; */
    border-color: var(--linesColor);
    border-width: 1px;
}

.elementor-editor-active .archive-products-section.archive--masonry .saren--products-grid {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}

/* .archive-products-section.archive--masonry .saren--products-grid .saren--single--product.product--highlighted {
    height: 95vh;
} */

.archive-products-section.archive--masonry .saren--products--masonry--gutter {
    width: var(--masonryGutter);
    display: block;
}

.archive-products-section.archive--masonry .saren--products-grid .saren--single--product.product--highlighted {
    width: calc((var(--masonryItemsWidth) * 2) + var(--masonryGutter));
}

.archive-products-section.archive--grid .saren--products-grid .saren--single--product.product--highlighted {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}


.archive-products-section.archive--masonry .saren--single--product {
    display: block;
}

.archive-products-section:has(.filters--sidebar) .saren--products-grid {
    width: 75%;
}

.archive-products-section:has(.filters--sidebar) .filters--wrapper {
    float: left;
}

.archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.saren--products--filter--cats) {
    width: 23%;
    margin-right: 2%;
}

.sidebar--pos--right .archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.saren--products--filter--cats) {
    margin-left: 2%;
    margin-right: 0;
}


.pe--product--filters .filters--wrapper.filters--sidebar {
    margin-top: 1.5em;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    max-height: -webkit-fit-content !important;
    max-height: -moz-fit-content !important;
    max-height: fit-content !important;
}

.pe--product--filters .filters--wrapper.filters--sidebar .terms-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
}

.products--controls--bordered .filters--wrapper.filters--sidebar {
    border: 1px solid var(--linesColor);
}

.products--controls--rounded .filters--wrapper.filters--sidebar {
    border-radius: 10px;
}

.controls--has--bg .filters--wrapper.filters--sidebar {
    background: var(--secondaryBackground);
}

.pe--product--filters .filters--wrapper.filters--sidebar .filters--item:first-child {
    margin-top: var(--gap);
}

.pe--product--filters .filters--wrapper.filters--sidebar .filters--item:last-child {
    margin-bottom: var(--gap);
}

.archive-products-section:has(.filters--sidebar) .saren--products--load--more {
    width: 75%;
    margin-left: auto;
    float: right;
}

.filters--accordion .filters--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters--accordion .filters--wrapper .terms-list-title,
.filters--accordion .filters--wrapper .filter--label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.filters--accordion .filters--wrapper>div {
    width: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.filters--accordion .filters--wrapper>div .terms-list:not(:has(.terms--terms)) {
    height: 0;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.filters--accordion .filters--wrapper>div .terms-list:has(.terms--terms) .terms--terms {
    height: 0;
    width: 100%;
    overflow: hidden;
}

.filters--accordion .filters--wrapper>div.active .terms-list:has(.terms--terms) .terms--terms {
    height: auto;
}

.terms--terms {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: var(--gap);
    --gap: 5px;
    width: 100%;
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item {
    opacity: .5;
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item:has(input:checked):not(.classic--checkbox) {
    opacity: 1;
    border-color: var(--mainColor)
}

.terms-list:has(.filter-term-color) .terms--terms:has(input:checked) .term--list--item:has(input:checked) {
    opacity: 1;
}

.filters--accordion .filters--wrapper>div .terms-list:has(.terms--terms).active .terms--terms {
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}

.filters--accordion .filters--wrapper>div.active .terms-list:not(:has(.terms--terms)) {
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
}


.filters--seperated.filters--accordion .filters--item .terms--terms,
.filters--seperated.filters--accordion .filters--item:not(:has(.terms--terms)) {
    border-bottom: 1px solid var(--linesColor);
}


.filters--accordion .pe--product--filters .filter--label svg,
.filters--accordion .pe--product--filters .terms-list svg {
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    fill: var(--mainColor);
}

.filters--accordion .pe--product--filters .filters--item.active svg,
.filters--accordion .pe--product--filters .terms-list.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.filters--accordion .pe--product--filters .filter--label,
.filters--accordion .pe--product--filters .terms-list .terms-list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {


    .archive-products-section.archive--grid .saren--products-grid .saren--single--product.product--highlighted {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }


    .pe--product--filters .filters--wrapper.filters--sidebar {
        margin-top: 0;
    }

    .archive-products-section:has(.filters--sidebar) .pe--product--filters:not(.saren--products--filter--cats) {
        width: 100%;
        margin: 0;
        margin-top: 2em;
    }

    .archive-products-section:has(.filters--sidebar) .saren--products--load--more,
    .archive-products-section:has(.filters--sidebar) .filters--wrapper,
    .archive-products-section:has(.filters--sidebar) .saren--products-grid {
        width: 100%;
        margin-right: 0;
    }

    .archive-products-section.archive--masonry .saren--products-grid .saren--single--product.product--highlighted,
    .archive-products-section.archive--masonry .saren--single--product,
    .archive-products-section.archive--masonry .saren--products--masonry--sizer {
        width: 100%;
    }

    .saren--products--filter--cats {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .saren--products--grid--controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 1em;
    }

    .pe--product--filters .filters--item.filters_attributes {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-line-pack: start;
        align-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .pe--product--filters .terms-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

}


/** Layout Switcher
------------------------------ */



/** Filters
------------------------------ */
.pe--product--filters .filters--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gap);
    --gap: 0.2em;
    width: 100%;
}

.filters--vertical .pe--product--filters .filters--item.filters_attributes,
.filters--vertical .pe--product--filters .filters--item,
.filters--vertical .pe--product--filters .filters--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.filters--vertical.filters--seperated .pe--product--filters .filters--item.filters_attributes::after,
.filters--vertical.filters--seperated .pe--product--filters .filters--item::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--linesColor);
    opacity: .2
}

.filters--vertical.filters--seperated .pe--product--filters .filters--item:last-child::after {
    display: none
}

.pe--product--filters .filters--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: var(--gap);
}

.filters--item.filters_brands,
.filters--item.filters_categories {
    flex-direction: column;
}

label.classic--checkbox div {
    display: inline-block;
    margin-left: 0.5em;
    line-height: 1;
}

.pe--product--filters .filters--item.filters_attributes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pe--product--filters input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    display: none;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}

.filters--item.filters_on-sale input[type=checkbox] {
    display: inline-block;
}

.saren--products--filter--cats.pe--product--filters input[type=checkbox] {
    display: none;
}

.pe--product--filters label.classic--checkbox {
    line-height: 1;
}

.pe--product--filters label {
    background: transparent;
    border-radius: var(--radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    border-color: var(--linesColor);
    border-width: 1px;
    --radius: 10px;
}

.pe--product--filters label span.filter--count {
    font-size: 0.8em;
    margin-left: 0.5em;
    line-height: 0.8em;
    display: inline-block;
    opacity: .9;
    color: var(--mainColor);
}

.pe--product--filters label:has(.filter-term-color).button--select span.filter--count {
    display: none;
}

.controls--has--bg .saren--products--filter--cats label {
    background: var(--secondaryBackground);
}

.products--controls--bordered .saren--products--filter--cats label {
    border: 1px solid var(--linesColor);
}

.products--controls--rounded .saren--products--filter--cats.pe--product--filters label {
    border-radius: 100px;
}

.pe--product--filters.loading label.term--list--item {
    cursor: wait;
    opacity: .5;
}

.pe--product--filters .terms-list-title p {
    font-size: inherit;
}

.saren--products--filter--cats.pe--product--filters label {
    border-radius: 10px;
}

.pe--product--filters label:not(.classic--checkbox):has(input:checked) {
    background: var(--mainColor);
    color: var(--mainBackground)
}

.pe--product--filters label:not(.classic--checkbox):has(input:checked) .filter--count {
    color: var(--mainBackground)
}


.pe--product--filters .terms-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(var(--gap) / 3);
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.pe--product--filters label:has(.filter-term-color) {
    font-size: 0;
    width: 1.4rem;
    height: 1.4rem;
}

.pe--product--filters label:has(.filter-term-color) span:not(.filter--count) {
    width: 100%;
    height: 100%;
    display: block;
}

.pe--product--filters label:has(.filter-term-color) span.filter-term-color {
    border-radius: var(--radius);
}

.pe--product--filters label:has(.filter-term-color) span.term--name {
    font-size: 0.7rem;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    line-height: 1rem;
    background: var(--mainColor);
    color: var(--secondaryBackground);
    padding: 0.5em 1em;
    margin: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: fit-content;
    line-height: 1.7;
}

.terms--terms:has(.filter-term-color) {
    overflow: visible;
}

.pe--product--filters label:has(.filter-term-color):hover span.term--name {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-110%);
    -ms-transform: translateX(-50%) translateY(-110%);
    transform: translateX(-50%) translateY(-110%);
}

.pe--product--filters label:has(.filter-term-color) {
    border: none;
    padding: 0 !important;
    border-radius: var(--radius);
    --radius: 50%;
    border-color: var(--linesColor);
    border-style: solid;
    position: relative;
    overflow: visible;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) span.term--name {
    position: static;
    color: var(--mainColor);
    opacity: 1;
    background: none;
    transform: none;
    padding: 0;
    visibility: visible;
    float: left;
    text-align: left;
    font-size: 0.9rem;
    width: fit-content;
    line-height: normal;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: auto;
    height: auto;
    align-content: center;
    align-items: center;
}

.pe--product--filters label.classic--checkbox:has(.filter-term-color) span.filter-term-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1;
}

.pe--product--filters .terms-list-title {
    width: auto;
    margin-bottom: 5px;
}

.filters--vertical.filters--seperated .pe--product--filters .terms-list-title,
.filters--vertical.filters--seperated .pe--product--filters .filter--label {
    margin-top: 1em
}

.pe--product--filters .terms-list-title p {
    margin: 0;
}

.pe--product--filters .filters--button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    background: none;
    color: var(--mainColor);
    width: auto;
    padding: 0.5em 1.5em;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

}

.filters--button--fixed .filters--button.pe--pop--button {
    position: fixed;
    bottom: calc(var(--padding-bottom) * 2);
    left: calc(var(--padding-left) * 2);
    z-index: 2;
    -webkit-transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    -ms-transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    transform: translateX(calc(-100% - calc(var(--padding-left) * 2)));
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    -o-transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96);
    transition: transform .4s cubic-bezier(0.25, 0, 0.11, 0.96), -webkit-transform .4s cubic-bezier(0.25, 0, 0.11, 0.96)
}

.filters--button--fixed .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.filters--button--fixed .saren--product--filters {
    position: absolute;
}

.filters--button--pos--center .filters--button.pe--pop--button {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))));
    -ms-transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))));
    transform: translateX(-50%) translateY(calc(100% + (calc(var(--padding-bottom) * 2))))
}

.filters--button--pos--center .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.filters--button--pos--right .filters--button.pe--pop--button {
    left: unset;
    right: calc(var(--padding-right) * 2);
    -webkit-transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
    -ms-transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
    transform: translateX(calc(100% + calc(var(--padding-right) * 2)));
}

.filters--button--pos--right .filters--button.pe--pop--button.fb--active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.products--controls--rounded .pe--product--filters .filters--button {
    border-radius: 100px;
}

.products--controls--bordered .pe--product--filters .filters--button {
    border: 1px solid var(--secondaryColor)
}

.controls--has--bg .pe--product--filters .filters--button {
    background: var(--mainColor);
    color: var(--mainBackground);
}

.controls--has--bg .pe--product--filters .filters--button svg {
    fill: var(--mainBackground);
    -webkit-transition: -webkit-transform .75s ease-in-out;
    transition: -webkit-transform .75s ease-in-out;
    -o-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out;
    width: 1.2rem;
    height: 1.2rem;
}

.pe--product--filters .filters--button.active svg.filters--default--icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pe--product--filters.filters--dropdown .filters--wrapper {
    height: 0;
    overflow: hidden;
    background: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid transparent
}

.pe--product--filters.filters--dropdown .filters--wrapper.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    border-top: 1px solid var(--linesColor);
    margin-top: var(--gap);
    padding-top: var(--gap);
    padding-bottom: var(--gap);
}

.filters--button.pe--pop--button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pe--product--filters.filters--popup .filters--wrapper {
    position: fixed;
    z-index: 9999999;
    background: var(--secondaryBackground);
    --popPadding: 1em;
    padding: var(--popPadding);
    border-radius: 10px;
    --gap: 25px;
    --fontSize: 14px;
    font-size: var(--fontSize);
    gap: var(--gap);
    overflow: auto;
}

.filters--wrapper--inner {
    overflow: auto;
    max-height: var(--contMaxHeight);
}

.filters--seperated .pe--product--filters.filters--popup .filters--wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.terms-list-title p,
.terms-list-title,
.filter--label {
    font-size: var(--fontSize);
    margin: 0
}

.filters--horizontal .pe--product--filters .filters--wrapper--inner,
.filters--horizontal .pe--product--filters.filters--popup .filters--wrapper--inner {
    max-width: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.products--controls--underlined .saren--products--filter--cats label {
    color: var(--secondaryColor);
    position: relative
}

.products--controls--underlined .pe--product--filters label:not(.classic--checkbox)::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.products--controls--underlined .saren--products--filter--cats label:has(input:checked) {
    background: none;
    color: var(--mainColor)
}

.products--controls--underlined .pe--product--filters label:has(input:checked)::after {
    opacity: 1
}

.saren--products--filter--cats>div.filter--cats--images--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
    padding: 0;
}

.saren--products--filter--cats:has(.filter--cats--images--wrapper) {
    width: auto;
    overflow: hidden;
}

.saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    min-width: 300px;
}


.saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div {
    width: 50%;
}

.saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p {
    margin: 0;
    max-width: 100%;
    white-space: pre-wrap;
    position: relative;
}

.cat--counts--yes .saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p:first-of-type::after {
    content: '(' attr(data-count) ')';
    margin-left: 5px;
}

.saren--products--filter--cats.pe--product--filters label:has(.archive--cat--image)>div.archive--cats--dets p:last-child {
    color: var(--secondaryColor);
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

.filters--wrapper .products--sorting {
    width: 100%;
}

.sorting--behavior--open .select-items.select-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3em;
}

.sorting--behavior--open .select-items div {
    padding: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.sorting--behavior--open .select-selected {
    display: none;
}

.sorting--behavior--open .select-items div:hover,
.sorting--behavior--open .same-as-selected {
    background: none;
}

.sorting--behavior--open .select-items:has(.same-as-selected) div {
    opacity: .5
}

.sorting--behavior--open .select-items:has(.same-as-selected) div.same-as-selected {
    opacity: 1
}


/* Price Range  */
.filter-price-range {
    min-width: 100%;
    width: 100%;
    max-width: 250px;
}

.range-slider {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-price-range input[type="number"],
.filter-price-range>label {
    display: none;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: var(--linesColor);
    border-radius: 4px;
}

input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 17px;
    height: 17px;
    background: var(--mainColor);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
    border-radius: 50%;
    z-index: 99;
    position: relative;
}

input[type="range"]::-moz-range-track {
    height: 8px;
    background: var(--mainColor);
    border-radius: 4px;
}

input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    background: var(--mainColor);
    border-radius: 50%;
    cursor: pointer;
}

.filter--range--labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

/* Classic Checkbox  */
.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox] {
    width: 1em;
    height: 1em;
    background: var(--mainBackground);
    border: 1px solid var(--linesColor);
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox]::after {
    content: "\e90e";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0.75em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: var(--mainColor);
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.pe--product--filters .classic--checkbox:not(:has(.filter-term-color)) input[type=checkbox]:checked::after {
    opacity: 1;
    visibility: visible;
}

.products--controls--bordered .pe--product--filters .filters--item label.classic--checkbox:not(:has(.filter-term-color)) {
    border: none;
    padding: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1em;
    line-height: 1em;
}

/*  Pagination  */
.saren--products--load--more {
    display: block;
    text-align: center;
    margin: 50px 0;
    width: 100%;
    float: left;
}

.saren--products--load--more.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.saren--products--infinite--scroll {
    font-size: 40px;
    text-align: center;
    width: 1em;
    height: 1em;
    margin: 50px 0;
    display: block;
    width: 100%;
    float: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.saren--products--infinite--scroll.hidden,
.saren--products--infinite--scroll.hidden.loading {
    opacity: 0;
    visibility: hidden;
}

.saren--products--infinite--scroll.loading {
    opacity: 1;
    visibility: visible
}

.saren--products--infinite--scroll svg {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

/******* Single Product Metro ********/

.saren--single--product.metro .saren--product--meta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 1.5em;
    z-index: 3;
}

.saren--single--product.metro .saren--single--atc {
    width: 100%;
}

.saren--single--product.metro form.variations_form.cart {
    position: static;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--meta {
    bottom: unset;
    top: 0;
}


/******* Single Product Card ********/

.saren--single--product.card .saren--product--wrap {
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: var(--secondaryBackground);
    border-radius: 7.5px;
}

.saren--single--product.card .saren--product--meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--single--product.card .saren--product--image {
    border-radius: 5px
}


.image-hover-zoom-out .saren--product--image:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


.image-hover-zoom-in .saren--product--image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.image-hover-zoom-out .saren--product--image img,
.image-hover-zoom-in .saren--product--image img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    -o-transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
    transition: transform 1s cubic-bezier(0.54, 0.57, 0, 0.98), -webkit-transform 1s cubic-bezier(0.54, 0.57, 0, 0.98);
}

/******* Single Product Sharp ********/
.saren--single--product.sharp .saren--product--image--wrap,
.saren--single--product.sharp .saren--cart--form,
.saren--single--product.sharp .saren--product--image,
.saren--single--product.sharp .saren--product--video {
    --radius: 0;
}

.saren--single--product.sharp .saren--product--meta {
    padding: 0.5em 1em 2em 1em;
    background: var(--secondaryBackground);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.saren--single--product.sharp:has(.product-short-desc) .saren--product--meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-transform: unset;
}

.saren--single--product.sharp .product-short-desc {
    max-width: 90%;
    color: var(--secondaryColor)
}


/******* Single Product Box ********/

.saren--product--wrap.product--box--wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    background: var(--secondaryBackground);
}

.saren--product--wrap.product--box--wrap .saren--product--image--wrap {
    width: 100%;
    height: auto;
}

.saren--product--wrap.product--box--wrap .saren--product--main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.saren--product--wrap.product--box--wrap .saren--product--actions>div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.saren--product--wrap.product--box--wrap .saren--product--actions {
    position: static;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-top: auto;
}

.saren--product--wrap.product--box--wrap .saren--product--meta {
    border-radius: var(--radius);
    padding: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    --radius: 50px;
}

.saren--single--product:has(.saren--product--wrap.product--box--wrap) {
    border: 1px solid var(--linesColor);
    border-radius: var(--radius);
    --radius: 50px;
}

.saren--product--wrap.product--box--wrap .product-price {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (max-width: 576px) {

    .saren--product--wrap.product--box--wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/********** Single Product Actions  **********/
.saren--product--actions {
    position: absolute;
    bottom: 1em;
    left: 1em;
    right: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 2;
    pointer-events: none;
}

.actions__orientation-column .saren--product--actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.saren--product--actions>div {
    pointer-events: all;
    -webkit-transform: translateY(calc(100% + 1.1em));
    -ms-transform: translateY(calc(100% + 1.1em));
    transform: translateY(calc(100% + 1.1em));
    -webkit-transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    transition: background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s;
    -o-transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease;
    transition: transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s, background .4s ease, -webkit-transform .65s cubic-bezier(0.42, 0, 0.08, 0.98) 0s
}

.actions--visiblity--show-on-image .saren--product--actions {
    bottom: unset;
    top: 1em;
    left: 1em;
}

.actions--visiblity--show-on-image .saren--product--actions>div {
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.saren--product-quick-action>a {
    line-height: 0;
}

.saren--product-quick-action svg {
    fill: var(--mainColor);
}

.actions__orientation-column .saren--product--actions>div {
    -webkit-transform: translateX(calc(-100% - 1.1em)) !important;
    -ms-transform: translateX(calc(-100% - 1.1em)) !important;
    transform: translateX(calc(-100% - 1.1em)) !important;
}

.saren--product--actions>div:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.saren--product--actions>div:nth-child(2) {
    -webkit-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s
}

.saren--product--actions>div:nth-child(3) {
    -webkit-transition-delay: 0.14s;
    -o-transition-delay: 0.14s;
    transition-delay: 0.14s
}

.saren--product--actions>div:nth-child(4) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.saren--product--actions>div:nth-child(5) {
    -webkit-transition-delay: 0.28s;
    -o-transition-delay: 0.28s;
    transition-delay: 0.28s
}

.saren--single--product:hover .saren--product--actions>div {
    -webkit-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--actions {
    top: unset;
    bottom: 1em;
}

.saren--single--product.metro .saren--product--actions {
    bottom: unset;
    top: 1em;
}

.saren--product--actions .saren--single--atc {
    width: 100%;
}

.saren--single--atc form.cart {
    margin-bottom: 0 !important;
}

.metas__pos-column-reverse .saren--single--product.metro .saren--product--actions>div {
    -webkit-transform: translateY(calc(100% + 1.1em));
    -ms-transform: translateY(calc(100% + 1.1em));
    transform: translateY(calc(100% + 1.1em));
}

.saren--single--product.metro .saren--product--actions>div {
    -webkit-transform: translateY(calc(-100% - 1.1em));
    -ms-transform: translateY(calc(-100% - 1.1em));
    transform: translateY(calc(-100% - 1.1em));
}

.saren--product-quick-action {
    padding: 0.75em;
    background: var(--secondaryBackground);
    border-radius: var(--radius);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    line-height: 1;
    --radius: 5px;
    border-width: 1px;
    border-color: var(--linesColor);
}

.saren--single--product.sharp .saren--product-quick-action {
    border-radius: 0;
}

.actions--hovers--yes .saren--product-quick-action:has(a.compare.button.added),
.actions--hovers--yes .saren--product-quick-action:has(.yith-wcwl-add-to-wishlist-button--added),
.actions--hovers--yes .saren--product-quick-action:hover {
    background: var(--mainColor);
    color: var(--secondaryBackground);
}

.actions--hovers--yes .saren--product-quick-action:has(a.compare.button.added) svg,
.actions--hovers--yes .saren--product-quick-action:hover svg {
    fill: var(--secondaryBackground) !important;
}

.saren--product-quick-action svg,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist-button svg {
    width: 1.1rem !important;
    height: 1.1rem !important;
    max-width: unset !important;
    line-height: 1;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .add_to_wishlist img,
.yith-wcwl-add-to-wishlist-button svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--mainColor) !important;
}

.woocommerce.product.compare-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

svg#yith-wcwl-icon-bookmark-outline {
    fill: transparent;
    stroke: var(--mainColor);
}

.actions--hovers--yes .saren--product-quick-action:hover svg#yith-wcwl-icon-bookmark-outline {
    stroke: var(--mainBackground);
}

.actions--hovers--yes .yith-wcwl-add-to-wishlist-button--added svg#yith-wcwl-icon-bookmark {
    fill: var(--mainBackground);
    stroke: var(--mainBackgroud);

}

.saren--product-quick-action span {
    line-height: 0;
}

.add--to--cart--style--icon .saren--product-quick-action button.single_add_to_cart_button {
    font-size: 0 !important;
}

.add--to--cart--style--icon .saren--single--atc {
    width: auto !important;
}

.add--to--cart--style--icon .saren--product-quick-action span.card-add-icon {
    display: block;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.saren--cart--form .single_add_to_cart_button.loading span.card-add-icon,
.saren--cart--form .single_add_to_cart_button.added span.card-add-icon {
    opacity: 0;
}

.add--to--cart--style--icon .saren--product-quick-action svg.cart-done,
.add--to--cart--style--icon .saren--product-quick-action svg.cart-loading {
    width: 1.1rem;
    height: 1.1rem;
    line-height: 0;
    top: 50% !important;
    left: 50% !important;
    right: unset !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes cartLoadingIcon {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.add--to--cart--style--icon .saren--product-quick-action svg.cart-loading {
    -webkit-animation-name: cartLoadingIcon !important;
    animation-name: cartLoadingIcon !important;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

.add--to--cart--style--icon .saren--product-quick-action span.card-add-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    position: static !important;
    line-height: 0;
    fill: var(--mainColor);
}

.add--to--cart--style--icon .saren--product-quick-action:hover span.card-add-icon svg {
    fill: var(--secondaryBackground);
}

span.card-add-icon {
    display: none;
}

.add--to--cart--style--icon .saren--product-quick-action .saren--cart--form button.single_add_to_cart_button {
    padding: 0.8rem !important;
    cursor: pointer;
}

.saren--product--meta:has(.saren--product--actions) {
    position: relative;
}

.saren--product--meta .saren--product--actions {
    position: absolute;
    right: 1em;
    top: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: unset;
}

.saren--product--meta .saren--product--actions>div {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0;
    margin: 0;
    --radius: 0;
    background: none;
}

/** Fast Add to Cart **/
div.saren--fast--add {
    width: 100%;
    left: 0;
    -webkit-transform: translateY(150%) !important;
    -ms-transform: translateY(150%) !important;
    transform: translateY(150%) !important;
    bottom: 0;
    z-index: 3;
    position: absolute;
    padding: 1em;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.fast--vars--has--bg--yes div.saren--fast--add {
    background: var(--secondaryBackground);
}

.saren--single--product:hover div.saren--fast--add {
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}

.saren--fast--add--vars {
    text-align: center;
}

.single--product--vars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2em;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    list-style: none;
}

.single--product--vars li {
    cursor: pointer;
    text-align: center;
    padding: 0.5em;
    width: 15%;
    border: 1px solid transparent;
    position: relative;
}

.fast--vars--items--has--bg--yes .single--product--vars li {
    background: var(--secondaryBackground)
}

.single--product--vars li:not([data-stock="1"]) {
    pointer-events: none;
    opacity: .5;
}

.single--product--vars li:not([data-stock="1"])::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 1px;
    background: var(--mainColor);
}

.single--product--vars li:hover {
    border-color: var(--linesColor);
}

span.fast--var--name {
    font-size: 12px;
    color: var(--secondaryColor);
    margin-bottom: 1em;
    display: block;
    margin-top: 1em;
}

.single--product--vars:has(.loading) {
    opacity: .5;
}

.single--product--vars li svg {
    width: 1em;
    height: 1em;
    fill: var(--mainColor);
    position: absolute;
    right: 0.25em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.single--product--vars:has(.loading) li.loading svg.cart-loading {
    opacity: 1;
    -webkit-animation-name: cartLoadingSingle;
    animation-name: cartLoadingSingle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.single--product--vars:has(.added) li.added svg.cart-loading {
    opacity: 0;
}

.single--product--vars:has(.added) li.added svg.cart-done {
    opacity: 1;
}

/** Sticky Add to Cart **/
.saren--sticky--add--to--cart {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 19;
    transform: translateY(100%);
    width: 100%;
    display: flex;
    justify-content: start;
}

.saren--sticky--add--to--cart .saren--sticky--atc--wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--secondaryBackground);
    padding: 15px;
    border-width: 1px;
    border-color: var(--linesColor);
    color: var(--mainColor);
    align-items: center;
}


.saren--sticky--atc--product {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.saren--sticky--atc--image {
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.saren--sticky--atc--image img {
    display: block;
    width: 100%;
    height: 100%;
}

.saren--sticky--atc--meta p {
    margin: 0;
}

.saren--sticky--atc--meta {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

form.variations_form.saren--sticky--atc {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: end;
    justify-content: end;
}

form.variations_form.saren--sticky--atc label {
    font-size: 12px;
    color: var(--mainColor);
    border-radius: 0;
}

form.variations_form.saren--sticky--atc>div>div {
    border: 1px solid var(--linesColor);
    top: unset;
    bottom: calc(100% - 2em);
    border-radius: 0;
}

form.variations_form.saren--sticky--atc .saren--cart--form {
    padding: 12px 3em !important;
    min-width: 250px;
    border-radius: 0;
}

form.variations_form.saren--sticky--atc button.single_add_to_cart_button.button.alt span.var--add {
    display: block;
}


@media only screen and (max-width: 576px) {

    .saren--sticky--atc--meta h6 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .saren--sticky--add--to--cart .saren--sticky--atc--wrap {
        flex-direction: column;
        align-items: start;
        padding: 10px;
    }

    form.variations_form.saren--sticky--atc {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pe-select {
        width: 47%;
    }

    form.variations_form.saren--sticky--atc label {
        display: none;
    }


}

/** Quick Add to Cart Popup **/

.quick-add-to-cart-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.quick-add-to-cart-popup span.pop--close {
    display: block;
}

.quick-add-to-cart-popup span.pop--close svg {
    width: 25px;
    height: 25px;
}

.saren--popup--cart-product-form {
    margin-top: 35px;
}

.quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 40vw;
}

.quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup button.single_add_to_cart_button {
    font-size: 0.8rem !important;
}

.saren--popup--cart--product {
    width: auto;
    height: auto;
    display: flex;
    gap: 2em;
    flex-direction: column;
}

.saren--popup--cart-product-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 35px;
}


.saren--popup--cart-product-image {
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
}

.saren--popup--cart-product-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.saren--popup--cart--product .variations tr {
    margin-bottom: 20px;
}

.saren--popup--cart--product tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 35px;
}

.saren--popup--cart--product .variations tbody tr {
    width: auto;
    display: block;
    margin-bottom: 0
}

.saren--popup--cart--product .variations tbody tr td .saren--file--upload,
.saren--popup--cart--product .variations tbody tr td {
    width: 100%;
}

.saren--popup--cart--product .variations tbody tr td .saren--file--upload {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 0.3em 0;
}

button.quick-add-to-cart-btn {
    background: none;
    padding: 0;
}

.quick-add-to-cart-popup span.pop--overlay {
    opacity: .5;
    visibility: visible;
    display: block;
}


.quick-add-to-cart-btn svg.cart-loading {
    position: absolute;
    opacity: 0;
}

.quick-add-to-cart-btn.loading .card-add-icon {
    opacity: 0;
}

.quick-add-to-cart-btn.loading svg.cart-loading {
    opacity: 1
}

.saren--product-quick-action:has(button.quick-add-to-cart-btn) {
    padding: 0;
}

.saren--product-quick-action:has(button.quick-add-to-cart-btn) {
    padding: 0.75em;
}

.add--to--cart--style--wide span.quick--text {
    color: var(--mainColor);
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.add--to--cart--style--wide .saren--product-quick-action:has(button.quick-add-to-cart-btn) {
    width: 100%;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn span.card-add-icon {
    display: block;
    fill: var(--mainColor);
}

.add--to--cart--style--wide button.quick-add-to-cart-btn:hover span {
    color: var(--secondaryBackground)
}

.add--to--cart--style--wide button.quick-add-to-cart-btn svg.cart-loading {
    left: unset;
    right: 0.75em;
}

.add--to--cart--style--wide button.quick-add-to-cart-btn svg.cart-loading {
    -webkit-animation-name: cartLoading;
    animation-name: cartLoading;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.saren--popup--cart--product table.variations th.label {
    margin-bottom: 1em;
    color: var(--secondaryColor)
}

.quick-add-to-cart-popup .woocommerce-variation-add-to-cart.variations_button.saren--cart--form {
    margin-top: 2em;
    border: 1px solid var(--linesColor);
    padding-right: 2em;
}

.saren--popup--cart--product .saren--cart--form button.single_add_to_cart_button svg {
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
}


p.spcp--desc {
    margin-top: 1.5em;
    color: var(--secondaryColor);
}

@media only screen and (max-width: 576px) {

    .quick-add-to-cart-popup.quick-add-to-cart-popup .pe--styled--popup {
        width: 95vw;
    }

    .saren--popup--cart-product-cont,
    .saren--popup--cart-product-meta .saren--popup--cart-product-image {
        width: 100%;
    }

    h6.spcp--price {
        font-size: 1rem;
    }

    h4.spcp--title {
        font-size: 1.2rem;
        letter-spacing: normal;
    }

    p.spcp--desc {
        max-width: 100%;
    }

    .saren--popup--cart--product .variations tbody tr {
        width: 100%;
    }

}

/* Single icons handle  */

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.single--add--text {
    display: none;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.card-add-icon {
    display: block;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt svg.cart-plus {
    display: none !important;
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt span.card-add-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    position: static;
}


.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt {
    padding: 0.75rem !important;
}

.add--to--cart--style--icon .saren--single--product.product-type-simple .saren--cart--form button.single_add_to_cart_button svg.cart-loading,
.add--to--cart--style--icon .saren--single--product.product-type-simple .saren--cart--form button.single_add_to_cart_button svg.cart-done {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.1rem;
    height: 1.1rem;
}

.add--to--cart--style--icon .saren--single--product.product-type-simple .saren--cart--form button.single_add_to_cart_button svg.cart-loading {
    -webkit-animation-name: cartLoadingIcon;
    animation-name: cartLoadingIcon
}

.add--to--cart--style--icon .button.single_add_to_cart_button.button.alt:hover svg {
    fill: var(--secondaryBackground) !important
}


/** Product Page **/

form.variations_form.cart {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}


form.variations_form.cart.variation--images--loading {
    opacity: .5;
    cursor: wait;
}

form.variations_form.cart.variation--images--loading .attr--label {
    cursor: wait;
}

.variation--gallery--img {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0;
}

.variation--single--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.saren--single--product--attributes.has--swatches .attr--dt--variation_color_only span.active {
    border: 1px solid var(--mainColor);
}

label.radio--parent:not([data-stock="1"]) {
    pointer-events: none;
    opacity: .5;
}

label.radio--parent:not([data-stock="1"])::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30%;
    height: 1px;
    background: var(--mainColor);
}

.saren--single--product--attributes.has--swatches span {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.saren--single--product--attributes.has--swatches span.active {
    color: var(--mainColor);
    background: var(--mainBackground);
}

a.reset_variations {
    display: none !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    font-size: 1rem;
    margin-top: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-bottom: 50px;
}

.pe--product-head>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    overflow: visible;
}

.pe--product-head.img-masonry .product-gallery-image {
    height: auto;
    margin-bottom: .5%
}

.pe--product-head.img-masonry .product-gallery-wrap {
    display: block;
}

.pe--product-head.img-masonry .product-gallery-image,
.pe--product-head.img-masonry .grid-sizer {
    width: 49.5%;
}

.pe--product-head.img-masonry .grid-gutter {
    width: 1%
}


.product-gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 20px;
}

.pe--product-head.gal-col-1 .product-gallery-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
}

:root {
    --pgal-image-height: 50;
    --pgal-mobile-width: 100;
}

.product-gallery-image {
    display: block;
    float: left;
    width: 30vw;
    height: calc(100vh / 100 * var(--pgal-image-height));
    overflow: hidden;
}

.product-gallery-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.pe--product-head>div.product-info {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.related-products .saren--single--product {
    -ms-grid-column-span: 3 !important;
    grid-column: span 3 !important;
}

section.related-products {
    padding: 0 25px;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.product-price {
    margin-bottom: 0;
    font-size: 14px;
}

.product-description {
    max-width: 60%;
}

.product-detail-tabs {
    display: block;
    float: left;
    width: 100%;
    margin-top: 100px;
}

.product-detail-tabs>div {
    display: block;
    float: left;
    width: 50%;
}

.product-detail-tabs>div .tab-title {
    margin-bottom: 0.5em;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
}

.tab-title-clone .anim_char span,
.tab-title-clone .anim_word span,
.tab-title-clone .anim_line span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.product-detail-tabs>div .tab-title.active {
    opacity: 1;
}

.product-detail-tabs>div .tab-content {
    display: none;
}

.product-detail-tabs>div .tab-content.active {
    display: block
}

.saren-related-products.wrapper-full>.saren--single--product {
    width: 31%;
    margin-right: 2.3333333%;
}


.woocommerce .pe--product-head p.woocommerce-review-link,
.woocommerce .pe--product-head .star-rating {
    display: inline-block;
    margin: 0;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    float: none;
}

.woocommerce .pe--product-head p.woocommerce-review-link {
    opacity: .65
}

.product-attributes>span {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 1em;
    opacity: 1;
}

table.variations th.label {
    padding: 0;
    display: block;
    float: left;
    border: none;

    line-height: 4em
}

table.variations td {
    border: none;
}



.woocommerce .pe--product-head .product-add-to-cart {
    display: block;
    float: left;
    margin-top: 35px;
    position: relative;
}

.pe--product-head.pe-wrapper {
    padding-top: 100px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 50px;
}

.pe--product-head.pe-wrapper::after {
    display: none;
}

.pe--product-head .product--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pe--product-head .product-name {
    text-transform: uppercase;
}

.pe--product-head .product-name h1.text-h3.product_title.entry-title {
    margin: 0;
}

.pe--product-head .product--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.pe--product-head .product-attributes,
.product-attributes a {
    margin-left: auto;
    color: var(--secondaryColor);
}

.pe--product-head .product-description p {
    margin: 0;
    width: 80%;
    margin-bottom: 3em;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.saren--file--upload {
    width: 150px;
    height: 150px;
    font-size: 1em;
    background: var(--secondaryBackground);
    border-radius: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saren--file--upload::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 1em);
    height: calc(100% - 1em);
    border-width: 2px;
    border-style: dashed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    pointer-events: none;
    opacity: .25;
}

.saren--file--upload label {
    margin: 0;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    font-size: 14px;
    line-height: 1.4;
    gap: 10px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.saren--file--upload svg {
    width: 1.5em;
    height: 1.5em;
    fill: var(--mainColor)
}

.saren--file--upload span:not(.upload--main) {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    white-space: nowrap;
}

.upload--style--wide .saren--file--upload {
    width: 100%;
    height: auto;
    padding: 0.65em;
    margin-bottom: 1em;
    border-radius: 10px;
}

.upload--style--wide .saren--file--upload label {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.upload--style--wide .saren--file--upload:has(.has--files) span:not(.upload--main) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: var(--secondaryBackground);
}

/* Login/Register  */

.pe--account--login--popup.pe--styled--popup {
    min-width: 25vw;
}

.pe--account--login--popup .woocommerce-privacy-policy-text {
    max-width: 30vw;
}

.saren--login-sec {
    display: block;
    width: 100%;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saren--login-sec .lost--password--col,
.saren--login-sec .login--col,
.saren--login-sec .register--col {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.saren--login-sec .lost--password--col,
.saren--login-sec .login--col,
.saren--login-sec .register--col {
    display: none;
}

.saren--login-sec.login--active .login--col {
    display: block;
}

.saren--login-sec.register--active .register--col {
    display: block;
}

.saren--login-sec.lost--password--active .lost--password--col {
    display: block;
}

.saren--login-sec form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    margin: 0;
    border: none;
    padding: unset;
    text-align: unset;
    border-radius: unset;
}

.lost--password--col input[type="submit"] {
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}

.saren--login-sec .lost--password--col p,
.saren--login-sec .register--col p,
.saren--login-sec .login--col p {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    display: block;
    margin-bottom: 1em;
    width: 100% !important;
    text-align: left;
}

.saren--login-sec .login--form--heading {
    background: var(--secondaryBackground);
    padding: 0.75em;
    text-align: center;
    border-radius: var(--radius);
    bottom: 30px;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --radius: 10px;
}



.saren--login-sec .register-heading.login--form--heading,
.saren--login-sec .login-heading.login--form--heading {
    margin-top: 100px
}

.saren--login-sec.register--active .register-heading.login--form--heading {
    display: none;
}

.saren--login-sec.lost--password--active .login-heading.login--form--heading,
.saren--login-sec.login--active .login-heading.login--form--heading {
    display: none;
}

.saren--login-sec .login--form--heading.lost--password-heading.login--form--heading {
    position: relative;
    width: 100%;
    font-size: 12px;
    bottom: 0;
    background: none;
}

.saren--login-sec .login--form--heading.lost--password-heading.login--form--heading p {
    font-size: 12px;
    line-height: 1.4;
}

p.lost_password {
    display: none !important;
}

.saren--login-sec .login--form--heading p {
    margin: 0;
}

.saren--login-sec.login--active .login-heading,
.saren--login-sec.register--active .register-heading {
    opacity: 0;
    pointer-events: none;
}

.saren--login-sec form label {
    position: absolute;
    top: 0.5em;
    left: 14px;
    font-size: 12px;
    color: var(--secondaryColor);
    -webkit-transform: translateX(var(--transformX)) translateY(var(--transformY));
    -ms-transform: translateX(var(--transformX)) translateY(var(--transformY));
    transform: translateX(var(--transformX)) translateY(var(--transformY));
    z-index: 2;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    text-transform: none;
}

.saren--login-sec form input[type="email"],
.saren--login-sec form input[type=password],
.saren--login-sec form input[type=text] {
    min-width: 300px;
    background: var(--secondaryBackground);
    padding: 2em 1em 0.5em 1em;
    border: none;
    border-color: var(--linesColor);
    border-width: 1px;
    border-radius: var(--radius);
    --radius: 7px;
}

.saren--login-sec button.woocommerce-Button,
.saren--login-sec button.woocommerce-button {
    display: block !important;
    width: 100%;
    border-radius: var(--radius) !important;
    --radius: 5px;
    background: var(--mainColor) !important;
    color: var(--secondaryBackground) !important;
    font-weight: normal !important;
    font-size: 1rem !important;
    padding: 0.75em !important;
}

.saren--login-sec label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    position: static;
    text-align: left;
    margin-bottom: 1em;
}

p.lost_password a {
    font-size: 14px;
    color: var(--secondaryColor);
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    color: var(--secondaryColor);
    text-align: left;
    text-transform: none !important;
    line-height: 1.3;
}

.saren--login-sec .login--form--heading p {
    font-size: 14px;
    color: var(--secondaryColor);
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease;
}

.saren--login-sec .login--form--heading:hover p {
    color: var(--mainColor);
}


/* Phones  */

@media only screen and (max-width: 576px) {


    .text-h1,
    h1 {
        font-size: 4.61rem;
        line-height: 1;
    }


    .text-h1.big-title,
    h1.big-title {
        font-size: 7.47rem;
        line-height: 7.47rem;
        margin-top: 0
    }


    .text-h2,
    h2 {
        font-size: 2.209rem;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        line-height: 1.2;
    }

    .text-h3,
    h3 {
        font-size: 2.157rem;
        line-height: 3rem;

    }

    .text-h4,
    h4 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .text-h5,
    h5 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.2;
    }

    .text-h6,
    h6 {
        font-size: 1.333rem;
        font-weight: normal;
        line-height: 1.4;
    }



    h1,
    h2,
    h3,
    h4,
    .text-h1,
    .text-h2,
    .text-h3,
    .text-h4 {
        letter-spacing: -0.022em;
    }

    .p-large {
        font-size: 1rem
    }



    .pe--single--post.psp--elementor.post_horizontal {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .thmb {
        width: 100% !important;
    }

    .pe--single--post.psp--elementor.post_horizontal .post-details {
        max-width: 100% !important;
    }

    .hide-br-mobile br {
        display: none;
    }

    .hide--on--mobile {
        display: none !important;
    }

    p.text-h6.cart-product-title.product-name {
        font-size: 1em;
        line-height: 1em;
    }

    .cart-product-details {
        padding-left: 0;
    }

    .cart-product-remove {
        display: none;
    }

    .cart-product-details {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cpq-acts {
        width: 60%;
    }


    .main-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div#mouseCursor {
        display: none;
    }

    .saren--products-grid-controls {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    form.woocommerce-ordering {
        width: 45%;
    }

    .pe-wrapper.saren--checkout--wrapper {
        flex-direction: column;
    }

    .pe-wrapper {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }

    .pe-wrapper .pe-wrapper,
    .pe-col-12 .pe-col-12 {
        padding: 0;
    }

    .pe-col-1,
    .pe-col-2,
    .pe-col-3,
    .pe-col-4,
    .pe-col-5,
    .pe-col-6,
    .pe-col-7,
    .pe-col-8,
    .pe-col-9,
    .pe-col-10,
    .pe-col-11,
    .pe-col-12 {
        padding: 10px
    }

    .saren--single--product .product-image {
        border-radius: 25px;
    }

    .site-main.shop-page,
    body main {
        padding-top: 0;
    }

    .fullscreen_menu ul.menu.main-menu .sub-menu li {
        font-size: 30px;
        letter-spacing: -0.04em;
    }

    .woocommerce table.shop_attributes th {
        font-size: 1rem !important;
    }

    .woocommerce table.shop_attributes td {
        font-size: 1rem;

    }

    .related-products .saren-products-grid {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .related-products .saren-products-grid .saren-single-product {
        -ms-grid-column-span: 1;
        grid-column: span 1;
    }

    .pe--product-head>div {
        width: 100%;
        padding-top: 0;
        overflow: visible;
        max-width: 100vw;
    }

    .pe--product-head.img-masonry .product-gallery-wrap,
    .product-gallery-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        grid-gap: 25px;
    }

    .grid-sizer,
    .grid-gutter {
        display: none
    }

    .pe--product-head.img-masonry .product-gallery-image,
    .product-gallery-wrap .product-gallery-image {
        width: calc(100vw / 100 * var(--pgal-mobile-width));
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product-gallery-wrap .product-gallery-image:first-child {
        padding-left: 0;
    }

    .pe--product-head>div.product-info {
        width: 100%;
        margin-bottom: 0;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-tabs>div {
        width: 100%;
        font-size: 30px;
        line-height: 35px;
    }

    .saren-product-details.wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .product-description {
        max-width: 100%;
    }

    .pe--product-details h5 {
        font-size: 1rem;
        line-height: 1.6;
    }

    .product-price {
        margin-bottom: 0;
    }

}