/*!
Theme Name: Eros Gaia
Theme URI: http://underscores.me/
Author: Moov Agency
Author URI: http://underscores.me/
Description: -
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erosgaia
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.

Eros Gaia 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
## Layouts
# 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%;
}

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

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

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

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

/* Grouping content
========================================================================== */

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

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

/* Text-level semantics
========================================================================== */

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

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

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: 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 {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}

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

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

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

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

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

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

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

/* Interactive
========================================================================== */

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

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

/* Misc
========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}

p {
margin-bottom: 1.5em;
}

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

blockquote {
margin: 0 1.5em;
}

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: #fff;
}

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

ul {
list-style: disc;
}

ol {
list-style: decimal;
}

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

dt {
font-weight: 700;
}

dd {
margin: 0 1.5em 1.5em;
}
dl, ol, ul{
	margin: 0!important;
}
/* 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%;
}

/* Links
--------------------------------------------- */
a {
color: #616161;
}


a:hover,
a:focus,
a:active {
color: #977306;
}

a:focus {
outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"],.wc-block-cart__submit-button{
	text-decoration: none;
    border: 1px solid;
    border-color: #000;
    border-radius: 3px;
    background: #000000;
    color: rgb(255 255 255);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}

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-color: #aaa #bbb #bbb;
}

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: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}

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

select {
border: 1px solid #ccc;
}

textarea {
width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
display: block;
width: 100%;
}

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

.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}

.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: auto;
}

.main-navigation ul ul a {
width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}

.main-navigation li {
position: relative;
}

.main-navigation a {
display: block;
text-decoration: none;
}

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

.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: flex;
}

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

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

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


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

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

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

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

.bypostauthor {
display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}

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

/* 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: grid;
grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
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);
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;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
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;
}

/* 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;
}
/*Theming*/
*{
box-sizing: border-box;
}
body{
font-size: 14px;
background-color: #ffffff;
font-family: "Poppins", sans-serif;
font-weight: 400;
}
.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}

.poppins-bold {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}
.svg-bg{
background-position: center;
background-repeat: no-repeat;
}

.height-400px{
height: 400px;
}
.height-300px{
height: 300px;
}
.logo-type{
	display: block;
	height: 60px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='434.273' height='80.012' viewBox='0 0 434.273 80.012'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_61' data-name='Rectangle 61' width='434.273' height='80.012' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_180' data-name='Group 180' transform='translate(-716.874 -189.661)'%3E%3Cpath id='Path_81' data-name='Path 81' d='M0,13.66V76.089H32.92V69.179H7.42V45.259h25.5V38.348H7.42v-17.9h25.5V13.66Z' transform='translate(716.874 191.99)' fill='%23fff'/%3E%3Cg id='Group_179' data-name='Group 179' transform='translate(716.874 189.661)'%3E%3Cg id='Group_178' data-name='Group 178' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_82' data-name='Path 82' d='M38,76.028V13.6h14.67a42.862,42.862,0,0,1,9.188.706A13.512,13.512,0,0,1,67,16.711a14.266,14.266,0,0,1,4.306,5.823,20.6,20.6,0,0,1,1.536,8.078q0,7.678-4.285,11.663T56,46.264h-1.32L78.512,76.028H69.09L46.319,46.264H45.253V76.028Zm7.25-56.161v20.9h5.67q8.7,0,11.642-2.238T65.508,30.7q0-6.006-3.029-8.423T50.923,19.867Z' transform='translate(6.479 2.318)' fill='%23fff'/%3E%3Cpath id='Path_83' data-name='Path 83' d='M142.225,45.148a32.454,32.454,0,0,1-2.474,12.622A31.533,31.533,0,0,1,132.54,68.3a33.919,33.919,0,0,1-47.279,0,32.273,32.273,0,0,1,0-46.4A33.122,33.122,0,0,1,96.1,14.869a34.337,34.337,0,0,1,25.58,0,33.074,33.074,0,0,1,10.86,7.038,31.465,31.465,0,0,1,7.21,10.554,32.711,32.711,0,0,1,2.474,12.687M108.859,70.9a24.987,24.987,0,0,0,9.751-1.941,25.927,25.927,0,0,0,8.342-5.649,25.293,25.293,0,0,0,7.512-18.165,26,26,0,0,0-1.943-9.982A25.436,25.436,0,0,0,108.859,19.3,25.591,25.591,0,0,0,99,21.223a24.479,24.479,0,0,0-8.237,5.584,25.662,25.662,0,0,0-7.513,18.34,25.5,25.5,0,0,0,1.9,9.806A26.52,26.52,0,0,0,99.105,68.983a25.033,25.033,0,0,0,9.754,1.92' transform='translate(12.87 2.114)' fill='%23fff'/%3E%3Cpath id='Path_84' data-name='Path 84' d='M166.177,41.575a21.189,21.189,0,0,1,9.188,6.911,17.006,17.006,0,0,1,3.092,10.188q0,8.617-5.479,13.885T158.457,77.82a19.92,19.92,0,0,1-12.366-3.771,18.6,18.6,0,0,1-6.737-10.724L146.091,60a16.789,16.789,0,0,0,4.5,8.593,11.09,11.09,0,0,0,7.866,2.922,12.734,12.734,0,0,0,9.04-3.219,10.93,10.93,0,0,0,3.455-8.379,11.464,11.464,0,0,0-2.41-7.271,18.271,18.271,0,0,0-7.269-5.225l-7.592-3.24a21.6,21.6,0,0,1-9.274-6.694,15.952,15.952,0,0,1-3.05-9.811,14.018,14.018,0,0,1,4.949-11q4.944-4.351,12.62-4.348a19.088,19.088,0,0,1,9.745,2.387,16.206,16.206,0,0,1,6.418,7.037l-6.142,3.92a16.106,16.106,0,0,0-4.691-5.394,10.231,10.231,0,0,0-5.885-1.766,9.464,9.464,0,0,0-6.844,2.556,8.657,8.657,0,0,0-2.665,6.523,8.677,8.677,0,0,0,2.047,5.76,17.15,17.15,0,0,0,6.353,4.306Z' transform='translate(23.757 2.102)' fill='%23fff'/%3E%3Cpath id='Path_85' data-name='Path 85' d='M237.963,44h25.754v2.089q0,14.75-8.358,23.283T232.548,77.9a36.431,36.431,0,0,1-8.381-.939,30.47,30.47,0,0,1-7.355-2.731,29.681,29.681,0,0,1-11.853-11.663,33.907,33.907,0,0,1-4.18-16.909,37.933,37.933,0,0,1,2.493-14.091A30.716,30.716,0,0,1,210.8,20.5a28.1,28.1,0,0,1,9.806-6.057A35.761,35.761,0,0,1,232.972,12.4,34.9,34.9,0,0,1,248.58,15.66a27.794,27.794,0,0,1,10.958,9.827l-6.225,4.991a22.843,22.843,0,0,0-8.4-8.507,23.423,23.423,0,0,0-11.684-2.837q-10.875,0-17.653,7.334T208.8,45.657q0,11.179,6.887,18.336t17.547,7.165a22.334,22.334,0,0,0,15.627-5.691,21.4,21.4,0,0,0,6.929-14.818H237.963Z' transform='translate(34.229 2.114)' fill='%23fff'/%3E%3Cpath id='Path_86' data-name='Path 86' d='M284.941,11.487l28.4,64.9h-8.059l-8.1-19.147H272.788l-8.1,19.147h-8.059Zm0,16.415-9.934,22.986h19.87Z' transform='translate(43.75 1.959)' fill='%23fff'/%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='7.42' height='62.429' transform='translate(363.616 15.917)' fill='%23fff'/%3E%3Cpath id='Path_87' data-name='Path 87' d='M350.881,11.487l28.4,64.9h-8.059l-8.1-19.147H338.728l-8.1,19.147h-8.059Zm0,16.415-9.934,22.986h19.87Z' transform='translate(54.992 1.959)' fill='%23fff'/%3E%3Cpath id='Path_88' data-name='Path 88' d='M322.59,0a4.6,4.6,0,0,1,3.287,1.371,4.818,4.818,0,0,1,.993,1.5,4.626,4.626,0,0,1,.363,1.832,4.451,4.451,0,0,1-.363,1.79,4.628,4.628,0,0,1-2.476,2.462,4.685,4.685,0,0,1-3.621,0,4.676,4.676,0,0,1-2.461-2.462,4.451,4.451,0,0,1-.363-1.79,4.626,4.626,0,0,1,.363-1.832,4.8,4.8,0,0,1,.994-1.5A4.533,4.533,0,0,1,322.59,0' transform='translate(54.204 0)' fill='%23fff'/%3E%3Cpath id='Path_89' data-name='Path 89' d='M306.312,0A4.6,4.6,0,0,1,309.6,1.371a4.818,4.818,0,0,1,.993,1.5,4.626,4.626,0,0,1,.363,1.832,4.452,4.452,0,0,1-.363,1.79,4.628,4.628,0,0,1-2.476,2.462,4.685,4.685,0,0,1-3.621,0,4.665,4.665,0,0,1-2.461-2.462,4.451,4.451,0,0,1-.363-1.79,4.625,4.625,0,0,1,.363-1.832,4.818,4.818,0,0,1,.993-1.5A4.576,4.576,0,0,1,304.494.364,4.522,4.522,0,0,1,306.312,0' transform='translate(51.429 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.eros-academy-logo{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 282.634 405.513'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_62' data-name='Rectangle 62' width='282.634' height='405.513' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_200' data-name='Group 200' transform='translate(0 0.004)'%3E%3Cg id='Group_197' data-name='Group 197' transform='translate(0 -0.004)'%3E%3Cg id='Group_196' data-name='Group 196' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Ctext id='A' transform='translate(58.38 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0'%3EA%3C/tspan%3E%3C/text%3E%3Ctext id='C' transform='translate(79.984 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0'%3EC%3C/tspan%3E%3C/text%3E%3Ctext id='AD' transform='translate(103.106 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0' letter-spacing='0.01em'%3EA%3C/tspan%3E%3Ctspan y='0'%3ED%3C/tspan%3E%3C/text%3E%3Ctext id='E' transform='translate(148.08 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0'%3EE%3C/tspan%3E%3C/text%3E%3Ctext id='M' transform='translate(165.413 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0'%3EM%3C/tspan%3E%3C/text%3E%3Ctext id='Y' transform='translate(196.231 395.078)' fill='%23fff' font-size='34' font-family='SegoeUI, Segoe UI'%3E%3Ctspan x='0' y='0'%3EY%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_90' data-name='Path 90' d='M.5,1752.284v40.6H21.908v-4.494H5.326v-15.555H21.908v-4.494H5.326V1756.7H21.908v-4.411Z' transform='translate(-0.412 -1442.87)' fill='%23fff'/%3E%3Cg id='Group_199' data-name='Group 199' transform='translate(0 -0.004)'%3E%3Cg id='Group_198' data-name='Group 198' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_91' data-name='Path 91' d='M.5,1792.882v-40.6H21.908v4.411H5.325v11.644H21.908v4.494H5.325v15.555H21.908v4.494Z' transform='translate(-0.412 -1442.867)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_92' data-name='Path 92' d='M164.317,1792.618v-40.6h9.54a27.864,27.864,0,0,1,5.975.459,8.785,8.785,0,0,1,3.342,1.566,9.282,9.282,0,0,1,2.8,3.787,13.4,13.4,0,0,1,1,5.253q0,4.993-2.787,7.584t-8.167,2.594h-.859l15.5,19.356h-6.127l-14.808-19.356h-.693v19.356Zm4.715-36.521v13.589h3.687q5.657,0,7.57-1.455t1.914-5.091q0-3.906-1.969-5.477t-7.515-1.566Z' transform='translate(-135.302 -1442.649)' fill='%23fff'/%3E%3Cpath id='Path_93' data-name='Path 93' d='M164.317,1792.618v-40.6h9.54a27.864,27.864,0,0,1,5.975.459,8.785,8.785,0,0,1,3.342,1.566,9.282,9.282,0,0,1,2.8,3.787,13.4,13.4,0,0,1,1,5.253q0,4.993-2.787,7.584t-8.167,2.594h-.859l15.5,19.356h-6.127l-14.808-19.356h-.693v19.356Zm4.715-36.521v13.589h3.687q5.657,0,7.57-1.455t1.914-5.091q0-3.906-1.969-5.477t-7.515-1.566Z' transform='translate(-135.302 -1442.649)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_94' data-name='Path 94' d='M369.315,1768.141a21.1,21.1,0,0,1-1.609,8.208,20.5,20.5,0,0,1-4.689,6.85,22.057,22.057,0,0,1-30.746,0,20.989,20.989,0,0,1,0-30.172,21.547,21.547,0,0,1,7.05-4.577,22.325,22.325,0,0,1,16.634,0,21.509,21.509,0,0,1,7.062,4.577,20.46,20.46,0,0,1,4.689,6.864,21.27,21.27,0,0,1,1.609,8.25m-21.7,16.748a16.238,16.238,0,0,0,6.341-1.262,16.852,16.852,0,0,0,5.425-3.673,16.451,16.451,0,0,0,4.886-11.813A16.9,16.9,0,0,0,363,1761.65a16.538,16.538,0,0,0-15.388-10.316,16.663,16.663,0,0,0-6.412,1.249,15.931,15.931,0,0,0-5.356,3.632,16.685,16.685,0,0,0-4.886,11.927,16.571,16.571,0,0,0,1.235,6.377,17.24,17.24,0,0,0,9.076,9.123,16.278,16.278,0,0,0,6.343,1.249' transform='translate(-268.368 -1438.386)' fill='%23fff'/%3E%3Cpath id='Path_95' data-name='Path 95' d='M369.315,1768.141a21.1,21.1,0,0,1-1.609,8.208,20.5,20.5,0,0,1-4.689,6.85,22.057,22.057,0,0,1-30.746,0,20.989,20.989,0,0,1,0-30.172,21.547,21.547,0,0,1,7.05-4.577,22.325,22.325,0,0,1,16.634,0,21.509,21.509,0,0,1,7.062,4.577,20.46,20.46,0,0,1,4.689,6.864A21.27,21.27,0,0,1,369.315,1768.141Zm-21.7,16.748a16.238,16.238,0,0,0,6.341-1.262,16.852,16.852,0,0,0,5.425-3.673,16.451,16.451,0,0,0,4.886-11.813A16.9,16.9,0,0,0,363,1761.65a16.538,16.538,0,0,0-15.388-10.316,16.663,16.663,0,0,0-6.412,1.249,15.931,15.931,0,0,0-5.356,3.632,16.685,16.685,0,0,0-4.886,11.927,16.571,16.571,0,0,0,1.235,6.377,17.24,17.24,0,0,0,9.076,9.123A16.278,16.278,0,0,0,347.617,1784.889Z' transform='translate(-268.368 -1438.386)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_96' data-name='Path 96' d='M618.648,1765.551a13.777,13.777,0,0,1,5.975,4.494,11.062,11.062,0,0,1,2.011,6.625,11.955,11.955,0,0,1-3.563,9.03,14.591,14.591,0,0,1-17.485.969,12.107,12.107,0,0,1-4.382-6.974l4.382-2.163a10.911,10.911,0,0,0,2.926,5.587,7.212,7.212,0,0,0,5.115,1.9,8.284,8.284,0,0,0,5.879-2.094,7.109,7.109,0,0,0,2.247-5.449,7.456,7.456,0,0,0-1.568-4.729,11.871,11.871,0,0,0-4.727-3.4l-4.937-2.108a14.043,14.043,0,0,1-6.031-4.353,10.377,10.377,0,0,1-1.983-6.381,9.113,9.113,0,0,1,3.218-7.153,11.966,11.966,0,0,1,8.207-2.828,12.418,12.418,0,0,1,6.338,1.552,10.542,10.542,0,0,1,4.173,4.577l-3.994,2.549a10.473,10.473,0,0,0-3.051-3.508,6.653,6.653,0,0,0-3.827-1.148,6.154,6.154,0,0,0-4.451,1.662,6,6,0,0,0-.4,7.988,11.152,11.152,0,0,0,4.132,2.8Z' transform='translate(-495.045 -1438.128)' fill='%23fff'/%3E%3Cpath id='Path_97' data-name='Path 97' d='M618.648,1765.551a13.777,13.777,0,0,1,5.975,4.494,11.062,11.062,0,0,1,2.011,6.625,11.955,11.955,0,0,1-3.563,9.03,14.591,14.591,0,0,1-17.485.969,12.107,12.107,0,0,1-4.382-6.974l4.382-2.163a10.911,10.911,0,0,0,2.926,5.587,7.212,7.212,0,0,0,5.115,1.9,8.284,8.284,0,0,0,5.879-2.094,7.109,7.109,0,0,0,2.247-5.449,7.456,7.456,0,0,0-1.568-4.729,11.871,11.871,0,0,0-4.727-3.4l-4.937-2.108a14.043,14.043,0,0,1-6.031-4.353,10.377,10.377,0,0,1-1.983-6.381,9.113,9.113,0,0,1,3.218-7.153,11.966,11.966,0,0,1,8.207-2.828,12.418,12.418,0,0,1,6.338,1.552,10.542,10.542,0,0,1,4.173,4.577l-3.994,2.549a10.473,10.473,0,0,0-3.051-3.508,6.653,6.653,0,0,0-3.827-1.148,6.154,6.154,0,0,0-4.451,1.662,6,6,0,0,0-.4,7.988,11.152,11.152,0,0,0,4.132,2.8Z' transform='translate(-495.045 -1438.128)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_98' data-name='Path 98' d='M890.166,1767.393h16.748v1.359q0,9.591-5.436,15.141t-14.834,5.546a23.691,23.691,0,0,1-5.449-.61,19.817,19.817,0,0,1-4.784-1.776,19.308,19.308,0,0,1-7.708-7.584,22.053,22.053,0,0,1-2.718-11,24.675,24.675,0,0,1,1.621-9.164,19.976,19.976,0,0,1,4.9-7.195,18.274,18.274,0,0,1,6.377-3.939,23.244,23.244,0,0,1,8.041-1.331,22.7,22.7,0,0,1,10.15,2.121,18.078,18.078,0,0,1,7.125,6.391l-4.047,3.245a14.864,14.864,0,0,0-5.463-5.532,15.233,15.233,0,0,0-7.6-1.845,14.908,14.908,0,0,0-11.48,4.77q-4.41,4.77-4.409,12.479a16.486,16.486,0,0,0,4.479,11.923,15.137,15.137,0,0,0,11.411,4.66,14.525,14.525,0,0,0,10.163-3.7,13.913,13.913,0,0,0,4.506-9.636h-11.59Z' transform='translate(-713.07 -1438.387)' fill='%23fff'/%3E%3Cpath id='Path_99' data-name='Path 99' d='M890.166,1767.393h16.748v1.359q0,9.591-5.436,15.141t-14.834,5.546a23.691,23.691,0,0,1-5.449-.61,19.817,19.817,0,0,1-4.784-1.776,19.308,19.308,0,0,1-7.708-7.584,22.053,22.053,0,0,1-2.718-11,24.675,24.675,0,0,1,1.621-9.164,19.976,19.976,0,0,1,4.9-7.195,18.274,18.274,0,0,1,6.377-3.939,23.244,23.244,0,0,1,8.041-1.331,22.7,22.7,0,0,1,10.15,2.121,18.078,18.078,0,0,1,7.125,6.391l-4.047,3.245a14.864,14.864,0,0,0-5.463-5.532,15.233,15.233,0,0,0-7.6-1.845,14.908,14.908,0,0,0-11.48,4.77q-4.41,4.77-4.409,12.479a16.486,16.486,0,0,0,4.479,11.923,15.137,15.137,0,0,0,11.411,4.66,14.525,14.525,0,0,0,10.163-3.7,13.913,13.913,0,0,0,4.506-9.636h-11.59Z' transform='translate(-713.07 -1438.387)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_100' data-name='Path 100' d='M1125.142,1742.918l18.469,42.205h-5.241l-5.27-12.451h-15.862l-5.268,12.451h-5.241Zm0,10.675-6.46,14.948H1131.6Z' transform='translate(-911.304 -1435.154)' fill='%23fff'/%3E%3Cpath id='Path_101' data-name='Path 101' d='M1125.142,1742.918l18.469,42.205h-5.241l-5.27-12.451h-15.862l-5.268,12.451h-5.241Zm0,10.675-6.46,14.948H1131.6Z' transform='translate(-911.304 -1435.154)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Crect id='Rectangle_63' data-name='Rectangle 63' width='4.825' height='40.598' transform='translate(236.55 309.371)' fill='%23fff'/%3E%3Crect id='Rectangle_64' data-name='Rectangle 64' width='4.825' height='40.598' transform='translate(236.55 309.371)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_102' data-name='Path 102' d='M1409.385,1742.918l18.469,42.205h-5.241l-5.27-12.451h-15.862l-5.269,12.451h-5.241Zm0,10.675-6.46,14.948h12.922Z' transform='translate(-1145.356 -1435.154)' fill='%23fff'/%3E%3Cpath id='Path_103' data-name='Path 103' d='M1409.385,1742.918l18.469,42.205h-5.241l-5.27-12.451h-15.862l-5.269,12.451h-5.241Zm0,10.675-6.46,14.948h12.922Z' transform='translate(-1145.356 -1435.154)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_104' data-name='Path 104' d='M1374.08,1693.4a2.989,2.989,0,0,1,2.137.891,3.132,3.132,0,0,1,.646.973,3.007,3.007,0,0,1,.236,1.191,2.9,2.9,0,0,1-.236,1.164,3.056,3.056,0,0,1-.646.955,3.023,3.023,0,0,1-.964.646,3.052,3.052,0,0,1-2.355,0,3.039,3.039,0,0,1-1.6-1.6,2.9,2.9,0,0,1-.236-1.164,3.007,3.007,0,0,1,.236-1.191,3.137,3.137,0,0,1,.646-.973,2.98,2.98,0,0,1,.955-.655,2.939,2.939,0,0,1,1.182-.236' transform='translate(-1128.96 -1394.381)' fill='%23fff'/%3E%3Cpath id='Path_105' data-name='Path 105' d='M1374.08,1693.4a2.989,2.989,0,0,1,2.137.891,3.132,3.132,0,0,1,.646.973,3.007,3.007,0,0,1,.236,1.191,2.9,2.9,0,0,1-.236,1.164,3.056,3.056,0,0,1-.646.955,3.023,3.023,0,0,1-.964.646,3.052,3.052,0,0,1-2.355,0,3.039,3.039,0,0,1-1.6-1.6,2.9,2.9,0,0,1-.236-1.164,3.007,3.007,0,0,1,.236-1.191,3.137,3.137,0,0,1,.646-.973,2.98,2.98,0,0,1,.955-.655A2.939,2.939,0,0,1,1374.08,1693.4Z' transform='translate(-1128.96 -1394.381)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_106' data-name='Path 106' d='M1303.909,1693.4a2.988,2.988,0,0,1,2.137.891,3.132,3.132,0,0,1,.646.973,3.009,3.009,0,0,1,.236,1.191,2.9,2.9,0,0,1-.236,1.164,3.056,3.056,0,0,1-.646.955,3.024,3.024,0,0,1-.964.646,3.052,3.052,0,0,1-2.355,0,3.039,3.039,0,0,1-1.6-1.6,2.9,2.9,0,0,1-.236-1.164,3.009,3.009,0,0,1,.236-1.191,3.135,3.135,0,0,1,.646-.973,2.98,2.98,0,0,1,.955-.655,2.939,2.939,0,0,1,1.182-.236' transform='translate(-1071.18 -1394.381)' fill='%23fff'/%3E%3Cpath id='Path_107' data-name='Path 107' d='M1303.909,1693.4a2.988,2.988,0,0,1,2.137.891,3.132,3.132,0,0,1,.646.973,3.009,3.009,0,0,1,.236,1.191,2.9,2.9,0,0,1-.236,1.164,3.056,3.056,0,0,1-.646.955,3.024,3.024,0,0,1-.964.646,3.052,3.052,0,0,1-2.355,0,3.039,3.039,0,0,1-1.6-1.6,2.9,2.9,0,0,1-.236-1.164,3.009,3.009,0,0,1,.236-1.191,3.135,3.135,0,0,1,.646-.973,2.98,2.98,0,0,1,.955-.655A2.939,2.939,0,0,1,1303.909,1693.4Z' transform='translate(-1071.18 -1394.381)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_108' data-name='Path 108' d='M7.254,140.971a140.55,140.55,0,0,0,126.277,139.8v-57.35A83.788,83.788,0,0,1,67.52,164.612h46.292V114.165H68.529a83.793,83.793,0,0,1,65-55.642V1.171A140.55,140.55,0,0,0,7.254,140.971' transform='translate(-5.973 -0.964)' fill='%23fff'/%3E%3Cpath id='Path_109' data-name='Path 109' d='M7.254,140.971a140.55,140.55,0,0,0,126.277,139.8v-57.35A83.788,83.788,0,0,1,67.52,164.612h46.292V114.165H68.529a83.793,83.793,0,0,1,65-55.642V1.171A140.55,140.55,0,0,0,7.254,140.971Z' transform='translate(-5.973 -0.964)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_110' data-name='Path 110' d='M1003.878,643.7v-2.625H890.321v50.447H945.7a83.789,83.789,0,0,1-66.984,58.985v57.275A140.565,140.565,0,0,0,1003.878,643.7' transform='translate(-723.556 -527.875)' fill='%23fff'/%3E%3Cpath id='Path_111' data-name='Path 111' d='M1003.878,643.7v-2.625H890.321v50.447H945.7a83.789,83.789,0,0,1-66.984,58.985v57.275A140.565,140.565,0,0,0,1003.878,643.7Z' transform='translate(-723.556 -527.875)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='Path_112' data-name='Path 112' d='M930.174,87.493h65.442A140.647,140.647,0,0,0,878.72.545V57.829a83.594,83.594,0,0,1,51.454,29.665' transform='translate(-723.556 -0.448)' fill='%23fff'/%3E%3Cpath id='Path_113' data-name='Path 113' d='M930.174,87.493h65.442A140.647,140.647,0,0,0,878.72.545V57.829A83.594,83.594,0,0,1,930.174,87.493Z' transform='translate(-723.556 -0.448)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.eros-gaia-logo-white{
height:90px;
	width: 80px;
	background-repeat: no-repeat;
	background-size:contain;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='127' height='157.824' viewBox='0 0 127 157.824'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='127' height='157.824' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_150' data-name='Group 150' transform='translate(-922 -7488.816)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M0,406.375v18.257H9.627v-2.021H2.17v-7H9.627V413.6H2.17v-5.236H9.627v-1.984Z' transform='translate(922 7221.542)' fill='%23fff'/%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(922 7488.816)'%3E%3Cg id='Group_1' data-name='Group 1' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_2' data-name='Path 2' d='M38,424.571V406.314h4.29a12.539,12.539,0,0,1,2.687.206,3.953,3.953,0,0,1,1.5.7,4.172,4.172,0,0,1,1.259,1.7,6.023,6.023,0,0,1,.449,2.362,4.432,4.432,0,0,1-1.253,3.411,5.21,5.21,0,0,1-3.673,1.167h-.386l6.97,8.7H47.094l-6.659-8.7h-.312v8.7Zm2.12-16.424v6.111h1.658a6.089,6.089,0,0,0,3.4-.654,2.708,2.708,0,0,0,.861-2.289,2.985,2.985,0,0,0-.886-2.463,5.752,5.752,0,0,0-3.38-.7Z' transform='translate(-24.995 -267.233)' fill='%23fff'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M95.007,414.69a9.492,9.492,0,0,1-.724,3.691,9.221,9.221,0,0,1-2.109,3.08,9.919,9.919,0,0,1-13.826,0,9.438,9.438,0,0,1,0-13.568,9.687,9.687,0,0,1,3.17-2.058,10.043,10.043,0,0,1,7.481,0,9.673,9.673,0,0,1,3.176,2.058,9.2,9.2,0,0,1,2.109,3.087,9.566,9.566,0,0,1,.724,3.71m-9.758,7.532a7.307,7.307,0,0,0,2.852-.568A7.583,7.583,0,0,0,90.54,420a7.4,7.4,0,0,0,2.2-5.312,7.6,7.6,0,0,0-.568-2.919,7.438,7.438,0,0,0-6.92-4.639,7.484,7.484,0,0,0-2.883.562,7.158,7.158,0,0,0-2.409,1.633,7.5,7.5,0,0,0-2.2,5.363,7.459,7.459,0,0,0,.555,2.868,7.755,7.755,0,0,0,4.082,4.1,7.32,7.32,0,0,0,2.852.561' transform='translate(-49.651 -266.444)' fill='%23fff'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M147.2,413.595a6.2,6.2,0,0,1,2.687,2.021,4.973,4.973,0,0,1,.9,2.979,5.376,5.376,0,0,1-1.6,4.061,6.561,6.561,0,0,1-7.863.436,5.44,5.44,0,0,1-1.97-3.136l1.97-.972a4.91,4.91,0,0,0,1.316,2.513,3.243,3.243,0,0,0,2.3.854,3.724,3.724,0,0,0,2.644-.941,3.2,3.2,0,0,0,1.01-2.45,3.353,3.353,0,0,0-.7-2.126,5.343,5.343,0,0,0-2.126-1.528l-2.22-.947a6.316,6.316,0,0,1-2.712-1.958,4.665,4.665,0,0,1-.892-2.869,4.1,4.1,0,0,1,1.447-3.217,5.382,5.382,0,0,1,3.691-1.272,5.582,5.582,0,0,1,2.85.7A4.739,4.739,0,0,1,149.8,407.8l-1.8,1.146a4.71,4.71,0,0,0-1.372-1.577,2.992,2.992,0,0,0-1.721-.517,2.768,2.768,0,0,0-2,.748,2.7,2.7,0,0,0-.181,3.592,5.016,5.016,0,0,0,1.858,1.259Z' transform='translate(-91.653 -266.396)' fill='%23fff'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M211.653,414.354h7.532v.611a9.31,9.31,0,0,1-2.444,6.809,8.91,8.91,0,0,1-6.671,2.494,10.654,10.654,0,0,1-2.451-.275,8.912,8.912,0,0,1-2.151-.8A8.681,8.681,0,0,1,202,419.784a9.916,9.916,0,0,1-1.222-4.945,11.094,11.094,0,0,1,.729-4.121,8.983,8.983,0,0,1,2.2-3.235,8.218,8.218,0,0,1,2.868-1.771,10.459,10.459,0,0,1,3.616-.6,10.205,10.205,0,0,1,4.565.954,8.128,8.128,0,0,1,3.2,2.874l-1.82,1.46a6.68,6.68,0,0,0-2.457-2.488,6.85,6.85,0,0,0-3.417-.83,6.7,6.7,0,0,0-5.163,2.145,7.938,7.938,0,0,0-1.983,5.612,7.415,7.415,0,0,0,2.014,5.362,6.807,6.807,0,0,0,5.131,2.1,6.531,6.531,0,0,0,4.57-1.664,6.256,6.256,0,0,0,2.026-4.333h-5.212Z' transform='translate(-132.053 -266.444)' fill='%23fff'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M264.907,404.2l8.306,18.98h-2.357l-2.37-5.6h-7.133l-2.369,5.6h-2.357Zm0,4.8L262,415.724h5.811Z' transform='translate(-168.784 -265.844)' fill='%23fff'/%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='2.17' height='18.257' transform='translate(106.337 139.081)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M330.847,404.2l8.306,18.98H336.8l-2.37-5.6h-7.133l-2.369,5.6h-2.357Zm0,4.8-2.905,6.722h5.811Z' transform='translate(-212.153 -265.844)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M319.306,392.715a1.346,1.346,0,0,1,.961.4,1.409,1.409,0,0,1,.29.437,1.353,1.353,0,0,1,.106.536,1.3,1.3,0,0,1-.106.523,1.354,1.354,0,0,1-.724.72,1.37,1.37,0,0,1-1.059,0,1.367,1.367,0,0,1-.72-.72,1.3,1.3,0,0,1-.106-.523,1.353,1.353,0,0,1,.106-.536,1.4,1.4,0,0,1,.291-.437,1.326,1.326,0,0,1,.961-.4' transform='translate(-209.115 -258.289)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M303.028,392.715a1.346,1.346,0,0,1,.961.4,1.409,1.409,0,0,1,.29.437,1.352,1.352,0,0,1,.106.536,1.3,1.3,0,0,1-.106.523,1.353,1.353,0,0,1-.724.72,1.37,1.37,0,0,1-1.059,0,1.364,1.364,0,0,1-.72-.72,1.3,1.3,0,0,1-.106-.523,1.353,1.353,0,0,1,.106-.536,1.41,1.41,0,0,1,.29-.437,1.339,1.339,0,0,1,.43-.294,1.323,1.323,0,0,1,.532-.106' transform='translate(-198.409 -258.289)' fill='%23fff'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M1.567,63.013a63.205,63.205,0,0,0,56.787,62.868v-25.79A37.679,37.679,0,0,1,28.669,73.644H49.486V50.958H29.122A37.681,37.681,0,0,1,58.354,25.936V.145A63.205,63.205,0,0,0,1.567,63.013' transform='translate(-1.031 -0.095)' fill='%23fff'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M260.016,149.773v-1.18H208.95v22.686h24.905A37.68,37.68,0,0,1,203.732,197.8v25.757a63.212,63.212,0,0,0,56.284-73.788' transform='translate(-133.995 -97.73)' fill='%23fff'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M226.872,39.1H256.3A63.249,63.249,0,0,0,203.733,0V25.76A37.593,37.593,0,0,1,226.872,39.1' transform='translate(-133.996)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.logo-header{
	height: 56px;
	width: 56px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56.882' height='56.615' viewBox='0 0 56.882 56.615'%3E%3Cg id='Group_171' data-name='Group 171' transform='translate(-360 -21)'%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(254.433 -13)'%3E%3Cpath id='Path_10' data-name='Path 10' d='M1.567,28.431a28.438,28.438,0,0,0,25.55,28.286v-11.6a16.953,16.953,0,0,1-13.356-11.9h9.366V23.007H13.965A16.954,16.954,0,0,1,27.117,11.749V.145A28.438,28.438,0,0,0,1.567,28.431' transform='translate(104 33.877)' fill='%23fff'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M229.056,149.124v-.531H206.08V158.8h11.206a16.953,16.953,0,0,1-13.553,11.935v11.589a28.441,28.441,0,0,0,25.324-33.2' transform='translate(-67.03 -91.708)' fill='%23fff'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M214.144,17.592h13.241A28.457,28.457,0,0,0,203.733,0V11.59a16.914,16.914,0,0,1,10.411,6' transform='translate(-67.031 34)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.btn{
padding: 12px 32px;
border-radius: 0;
}

.btn-black{
color: #fff;
background-color: #000;
}

.btn-white{
color: #000;
background-color: #fff;
}

.btn-black:hover{
color: #000;
background-color: #fff;
border: 1pt solid #000000;
}

.btn-white:hover{
color: #fff;
background-color: #000;
border: 1pt solid #ffffff;
}

button#btn-menu {
	position: relative;
    background:transparent;
    border: none;
    width:72px;
	height: 72px;
	padding-left: 12px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
}

button#btn-menu span, button#btn-menu:before, button#btn-menu:after{
	content:"";
    width: 100%;
    display:block;
    height: 3px;
    border-radius: 2px;
    
    backdrop-filter: invert(100%) saturate(10%);
}
#second-menu.expanded button#btn-menu span{
    width: 65%;
}

.mt-space{
	margin-top: var(--top-space);
}
.pt-space{
	padding-top: var(--top-space);
}
.t-space{
	top: var(--top-space);
}
#first-menu{
	position: relative;
	z-index: 1;
}
#second-menu{
	position: relative;
}

#second-menu .second-menu-container{
	position: absolute;
	top: -100px;
	left: 0;
	right:0;
}
#second-menu.expanded .second-menu-container{
	top: 0px;
}
.bg-secondary{
background-color: #EBEBEB;
}
.bg-light{
background-color: #F3F3F3!important;
}
.bgp-left{
	background-position: left!important;
}
.icon-livraison{
height: 35px;
width: 58px;
background-image: url("data:image/svg+xml,%3Csvg id='delivery-car' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58.709 35.143'%3E%3Cpath id='Path_42' data-name='Path 42' d='M22.962,62.075h-6.1a.992.992,0,1,1,0-1.985h6.1a.992.992,0,0,1,0,1.985Z' transform='translate(-6.204 -32.866)' fill='%236b6b6b'/%3E%3Cpath id='Path_43' data-name='Path 43' d='M56.677,62.075H43.352a.992.992,0,1,1,0-1.985H56.677a.992.992,0,1,1,0,1.985Z' transform='translate(-15.169 -32.866)' fill='%236b6b6b'/%3E%3Cpath id='Path_44' data-name='Path 44' d='M65.806,48.149H61.03a.992.992,0,1,1,0-1.985h3.8V38.477a3.063,3.063,0,0,0-1.323-2.527l-3.043-2.058a1.085,1.085,0,0,1-.271-.278L52.972,22.453a3.308,3.308,0,0,0-2.805-1.528H22.492a.992.992,0,1,1,0-1.985H50.166a5.293,5.293,0,0,1,4.472,2.435l7.112,10.989L64.6,34.309a5.048,5.048,0,0,1,2.223,4.168v8.68a.992.992,0,0,1-1.012.992Z' transform='translate(-8.11 -18.94)' fill='%236b6b6b'/%3E%3Cpath id='Path_45' data-name='Path 45' d='M31.788,65.2A6.708,6.708,0,1,1,38.5,58.488,6.708,6.708,0,0,1,31.788,65.2Zm0-11.432a4.724,4.724,0,1,0,4.724,4.724,4.724,4.724,0,0,0-4.724-4.724Z' transform='translate(-9.321 -30.054)' fill='%236b6b6b'/%3E%3Cpath id='Path_46' data-name='Path 46' d='M69.178,65.2a6.708,6.708,0,1,1,6.708-6.708A6.708,6.708,0,0,1,69.178,65.2Zm0-11.432A4.724,4.724,0,1,0,73.9,58.488a4.724,4.724,0,0,0-4.724-4.724Z' transform='translate(-21.974 -30.054)' fill='%236b6b6b'/%3E%3Cpath id='Path_47' data-name='Path 47' d='M72.509,34.064h-16.1a.992.992,0,0,1-.992-.992V19.932a.992.992,0,0,1,.992-.992H61.48a5.61,5.61,0,0,1,4.73,2.574l7.132,11.022a.986.986,0,0,1-.834,1.528ZM57.4,32.079H70.683l-6.14-9.487a3.632,3.632,0,0,0-3.063-1.667H57.4Z' transform='translate(-19.589 -18.94)' fill='%236b6b6b'/%3E%3Cpath id='Path_48' data-name='Path 48' d='M22.636,31.875H12.262a.992.992,0,1,1,0-1.985H22.636a.992.992,0,1,1,0,1.985Z' transform='translate(-4.648 -22.646)' fill='%236b6b6b'/%3E%3Cpath id='Path_49' data-name='Path 49' d='M14.578,42.755H2.252a.992.992,0,1,1,0-1.985H14.578a.992.992,0,1,1,0,1.985Z' transform='translate(-1.26 -26.328)' fill='%236b6b6b'/%3E%3Cpath id='Path_50' data-name='Path 50' d='M15.376,51.855h-7.4a.992.992,0,1,1,0-1.985h7.4a.992.992,0,1,1,0,1.985Z' transform='translate(-3.196 -29.407)' fill='%236b6b6b'/%3E%3C/svg%3E%0A");
}
.icon-payment{
height: 35px;
width: 52px;
background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 51.639 41.311'%3E%3Cpath id='Path_51' data-name='Path 51' d='M52.491,7.705,42.163,3.574a1.033,1.033,0,0,0-.768,0L31.066,7.705a1.033,1.033,0,0,0-.649.958V19.339a11.421,11.421,0,0,0,5.517,9.745l5.313,3.187a1.033,1.033,0,0,0,1.062,0l4.633-2.78V41.058a1.7,1.7,0,0,1-1.694,1.694H5.259a1.7,1.7,0,0,1-1.694-1.694v-23.1H27.32a1.033,1.033,0,1,0,0-2.066H3.566V13.456a1.7,1.7,0,0,1,1.694-1.694H27.32a1.033,1.033,0,1,0,0-2.066H5.259A3.761,3.761,0,0,0,1.5,13.456v27.6a3.761,3.761,0,0,0,3.759,3.759H45.249a3.761,3.761,0,0,0,3.759-3.759V28.08a11.421,11.421,0,0,0,4.131-8.746V8.664a1.033,1.033,0,0,0-.648-.958ZM51.074,19.339a9.34,9.34,0,0,1-4.515,7.973l-4.78,2.869L37,27.312a9.34,9.34,0,0,1-4.515-7.973V9.362l9.3-3.718,9.3,3.718Z' transform='translate(-1.5 -3.5)' fill='%236b6b6b'/%3E%3Cpath id='Path_52' data-name='Path 52' d='M20.264,11.31A1.033,1.033,0,0,0,18.8,12.77l2.755,2.753a1.033,1.033,0,0,0,1.46,0l5.509-5.509a1.033,1.033,0,0,0-1.462-1.46l-4.778,4.78Z' transform='translate(16.614 1.562)' fill='%236b6b6b'/%3E%3Cpath id='Path_53' data-name='Path 53' d='M5.533,19.5a1.033,1.033,0,1,0,0,2.066H13.8a1.033,1.033,0,1,0,0-2.066Z' transform='translate(1.697 13.549)' fill='%236b6b6b'/%3E%3C/svg%3E%0A");
}
.icon-help{
height: 35px;
width: 42px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 42.311 42.311'%3E%3Cg id='help_4_' data-name='help (4)' transform='translate(0.5 0.5)'%3E%3Cg id='Group_75' data-name='Group 75' transform='translate(19.829 28.918)'%3E%3Cg id='Group_74' data-name='Group 74'%3E%3Cpath id='Path_54' data-name='Path 54' d='M246.586,358.4a.826.826,0,1,0,.826.826A.827.827,0,0,0,246.586,358.4Z' transform='translate(-245.76 -358.4)' fill='%236b6b6b' stroke='%236b6b6b' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_77' data-name='Group 77' transform='translate(19.003 28.092)'%3E%3Cg id='Group_76' data-name='Group 76'%3E%3Ccircle id='Ellipse_5' data-name='Ellipse 5' cx='1.652' cy='1.652' r='1.652' fill='%236b6b6b' stroke='%236b6b6b' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_79' data-name='Group 79'%3E%3Cg id='Group_78' data-name='Group 78'%3E%3Cpath id='Path_55' data-name='Path 55' d='M20.656,0A20.656,20.656,0,1,0,41.311,20.656,20.678,20.678,0,0,0,20.656,0Zm0,39.659a19,19,0,1,1,19-19A19.025,19.025,0,0,1,20.656,39.659Z' fill='%236b6b6b' stroke='%236b6b6b' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_81' data-name='Group 81' transform='translate(14.872 9.915)'%3E%3Cg id='Group_80' data-name='Group 80'%3E%3Cpath id='Path_56' data-name='Path 56' d='M195.794,127.629a5.784,5.784,0,0,0-11.473,1.043.826.826,0,1,0,1.652,0,4.133,4.133,0,1,1,6.122,3.621,5.21,5.21,0,0,0-2.817,4.642v1.652a.825.825,0,1,0,1.649,0v-1.8a3.536,3.536,0,0,1,1.963-3.05A5.811,5.811,0,0,0,195.794,127.629Z' transform='translate(-184.321 -122.889)' fill='%236b6b6b' stroke='%236b6b6b' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-facebook-white{
width:19px;
height:35px;
background-image: url("data:image/svg+xml,%3Csvg id='_x30_1._Facebook' xmlns='http://www.w3.org/2000/svg' width='18.963' height='35.155' viewBox='0 0 18.963 35.155'%3E%3Cpath id='Icon_11_' d='M33.68,29.943H29.324c-.7,0-.924-.264-.924-.924V23.7c0-.7.264-.924.924-.924H33.68V18.9a9.773,9.773,0,0,1,1.188-4.972,7.3,7.3,0,0,1,3.916-3.256,9.789,9.789,0,0,1,3.388-.572h4.312c.616,0,.88.264.88.88V16c0,.616-.264.88-.88.88-1.188,0-2.376,0-3.564.044a1.589,1.589,0,0,0-1.8,1.8c-.044,1.32,0,2.6,0,3.96h5.1c.7,0,.968.264.968.968v5.324c0,.7-.22.924-.968.924h-5.1V44.243c0,.748-.22,1.012-1.012,1.012H34.6c-.66,0-.924-.264-.924-.924V29.943Z' transform='translate(-28.4 -10.1)' fill='%23ebebeb'/%3E%3C/svg%3E%0A");
}
.icon-facebook-white{
	--ratio: 19/35;
width:calc(24px * var(--ratio));
height:24px;
background-image: url("data:image/svg+xml,%3Csvg id='_x30_1._Facebook' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.963 35.155'%3E%3Cpath id='Icon_11_' d='M33.68,29.943H29.324c-.7,0-.924-.264-.924-.924V23.7c0-.7.264-.924.924-.924H33.68V18.9a9.773,9.773,0,0,1,1.188-4.972,7.3,7.3,0,0,1,3.916-3.256,9.789,9.789,0,0,1,3.388-.572h4.312c.616,0,.88.264.88.88V16c0,.616-.264.88-.88.88-1.188,0-2.376,0-3.564.044a1.589,1.589,0,0,0-1.8,1.8c-.044,1.32,0,2.6,0,3.96h5.1c.7,0,.968.264.968.968v5.324c0,.7-.22.924-.968.924h-5.1V44.243c0,.748-.22,1.012-1.012,1.012H34.6c-.66,0-.924-.264-.924-.924V29.943Z' transform='translate(-28.4 -10.1)' fill='%23ebebeb'/%3E%3C/svg%3E%0A");
}
.icon-instagram-white{
	
width:24px;
height:24px;
background-image: url("data:image/svg+xml,%3Csvg id='instagram_3_' data-name='instagram (3)' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.155 35.155'%3E%3Cpath id='Path_116' data-name='Path 116' d='M108.4,84.1H94.959A10.866,10.866,0,0,0,84.1,94.959V108.4a10.866,10.866,0,0,0,10.859,10.859H108.4A10.866,10.866,0,0,0,119.255,108.4V94.959A10.879,10.879,0,0,0,108.4,84.1Zm6.943,24.3a6.956,6.956,0,0,1-6.943,6.943H94.959a6.956,6.956,0,0,1-6.943-6.943V94.959a6.956,6.956,0,0,1,6.943-6.943H108.4a6.956,6.956,0,0,1,6.943,6.943Z' transform='translate(-84.1 -84.1)' fill='%23ebebeb'/%3E%3Cpath id='Path_117' data-name='Path 117' d='M177.088,168.1a8.988,8.988,0,1,0,8.988,8.988A9,9,0,0,0,177.088,168.1Zm0,14.448a5.46,5.46,0,1,1,5.46-5.46A5.466,5.466,0,0,1,177.088,182.548Z' transform='translate(-159.511 -159.511)' fill='%23ebebeb'/%3E%3Ccircle id='Ellipse_12' data-name='Ellipse 12' cx='1.524' cy='1.524' r='1.524' transform='matrix(0.987, -0.16, 0.16, 0.987, 25.261, 6.813)' fill='%23ebebeb'/%3E%3C/svg%3E%0A");
}
.icon-tik-tok-white{
	--ratio: 31/35;
width:calc(24px * var(--ratio));
height:24px;
background-image: url("data:image/svg+xml,%3Csvg id='tik-tok' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.886 35.155'%3E%3Cpath id='Path_115' data-name='Path 115' d='M62.292,9.192A8.858,8.858,0,0,1,56.94,7.4a8.878,8.878,0,0,1-3.368-5.352A8.925,8.925,0,0,1,53.4.39h-5.74V16.075l-.007,8.591a5.2,5.2,0,1,1-3.569-4.93V13.908a11.3,11.3,0,0,0-1.655-.122,11.007,11.007,0,0,0-8.271,3.7,10.787,10.787,0,0,0,.487,14.874,11.2,11.2,0,0,0,1.037.906,11.008,11.008,0,0,0,6.747,2.281,11.3,11.3,0,0,0,1.655-.122,10.97,10.97,0,0,0,6.129-3.065,10.746,10.746,0,0,0,3.224-7.648l-.03-12.829a14.545,14.545,0,0,0,8.9,3.024V9.191s-.015,0-.017,0Z' transform='translate(-31.423 -0.39)' fill='%23ebebeb'/%3E%3C/svg%3E%0A");
}
.icon-36x36{
	height: 36px;
	width: 36px;
}
.icon-search{
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg id='Group_2609' data-name='Group 2609' xmlns='http://www.w3.org/2000/svg' width='25.169' height='25.169' viewBox='0 0 25.169 25.169'%3E%3Cg id='_x32_-Magnifying_Glass'%3E%3Cpath id='Path_20' data-name='Path 20' d='M31.762,30.727l-5.719-5.719a11.008,11.008,0,1,0-1.035,1.035l5.719,5.719a.732.732,0,0,0,1.035-1.035Zm-20.7-6.211A9.516,9.516,0,1,1,17.787,27.3a9.455,9.455,0,0,1-6.729-2.787Z' transform='translate(-6.808 -6.808)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-customer{
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg id='user_5_' data-name='user (5)' xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='Group_207' data-name='Group 207'%3E%3Cpath id='Path_114' data-name='Path 114' d='M21.339,16.161a12.452,12.452,0,0,0-4.75-2.979,7.227,7.227,0,1,0-8.178,0A12.52,12.52,0,0,0,0,25H1.953a10.547,10.547,0,1,1,21.094,0H25A12.419,12.419,0,0,0,21.339,16.161ZM12.5,12.5a5.273,5.273,0,1,1,5.273-5.273A5.279,5.279,0,0,1,12.5,12.5Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-icon{
	position: relative;
	background-size: 20px 20px;
background-image: url("data:image/svg+xml,%3Csvg id='shopping-bag_6_' data-name='shopping-bag (6)' xmlns='http://www.w3.org/2000/svg' width='23.895' height='28.229' viewBox='0 0 23.895 28.229'%3E%3Cg id='Group_6' data-name='Group 6' transform='translate(0)'%3E%3Cg id='ngicon'%3E%3Cpath id='Path_13' data-name='Path 13' d='M420.067,282.385h-1.829a2.41,2.41,0,0,0-2.4,2.238l-1.18,16.525a2.409,2.409,0,0,0,2.4,2.581h19.075a2.409,2.409,0,0,0,2.4-2.581l-1.18-16.525a2.41,2.41,0,0,0-2.4-2.238h-1.816v-.344A6.541,6.541,0,0,0,426.6,275.5a6.428,6.428,0,0,0-6.541,6.541c0,.114.009.229.013.344Zm13.069,2.066v5.164a1.033,1.033,0,1,1-2.066,0v-5.164H422.12v5.164a1.033,1.033,0,1,1-2.066,0s.089-2.413.06-5.164h-1.876a.344.344,0,0,0-.343.319l-1.181,16.525a.344.344,0,0,0,.344.369h19.075a.344.344,0,0,0,.344-.369L435.3,284.77a.344.344,0,0,0-.343-.319Zm-2.066-2.066v-.344a4.475,4.475,0,1,0-8.951,0v.344Z' transform='translate(-414.648 -275.5)' fill='%23fff' fill-rule='evenodd'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.cart-icon .count{
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-radius: 8px;
	padding: 2px 4px;
	position: absolute;
	right: -4px;
	top: -2px;
	background-color: #FFEBC4;
	color: #000;
}
.blur-modal {
        backdrop-filter: blur(3px);
        --bs-modal-border-color: transparent;
        --bs-modal-bg: transparent;
		    background-color: #00000094;
}
.dgwt-wcas-search-wrapp{
	max-width: 100%!important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
    background: transparent;
	padding: 0;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
	top: 11px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    background: transparent!important;
    border-color: #ffffff4f!important;
    color: white;
	    padding: 13px 24px 13px 60px!important;
}
.dgwt-wcas-suggestions-wrapp{
    background: transparent !important;
    border: 1px solid #ffffff4f !important;
    border-radius: 8px !important;
    margin-top: 12px !important;
 }
 .dgwt-wcas-suggestion-selected{
    background-color: #eeeeee40;
}
.modal-backdrop{
	z-index: inherit;
}
.g-1px>*{
border-right:1px solid #EBEBEB;
border-bottom:1px solid #EBEBEB;
}
.g-1px{
border-left:1px solid #EBEBEB;
border-top:1px solid #EBEBEB;
}
#filters-container{
	margin-left: -20%;
}
#filters-container.expanded{
	margin-left: 0%;
}

.nav-links {
    display:flex;
    width: 100%;
}
.nav-links a{
	color: #666;
	text-decoration: none;
}
.nav-links .current{
	color: #000;
	font-weight: bold;
}
.nav-links .prev{
    width:auto;
    margin-right: auto;
}
.nav-links .next{
    width: auto;
    margin-left: auto;
}
.page-numbers{
    display:block;
    width: 36px;
	text-align: center;
}
.btn-filter-products{
	 padding: 16px 42px 16px 16px;
	background-position: center right 16px;
background-repeat: no-repeat;
background-color: white;
color: black;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.278' height='21.045' viewBox='0 0 26.278 21.045'%3E%3Cpath id='filter_5_' data-name='filter (5)' d='M.821,55.225H14.192a3.419,3.419,0,0,0,6.639,0h4.626a.821.821,0,1,0,0-1.642H20.831a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642Zm16.69-2.6A1.777,1.777,0,1,1,15.734,54.4,1.779,1.779,0,0,1,17.511,52.626Zm-16.69,9.7H5.448a3.419,3.419,0,0,0,6.639,0H25.457a.821.821,0,1,0,0-1.642H12.086a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642Zm7.946-2.6A1.777,1.777,0,1,1,6.99,61.506,1.779,1.779,0,0,1,8.767,59.729Zm16.69,8.059H20.831a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642H14.192a3.419,3.419,0,0,0,6.639,0h4.626a.821.821,0,1,0,0-1.642Zm-7.946,2.6a1.777,1.777,0,1,1,1.777-1.777A1.779,1.779,0,0,1,17.511,70.387Z' transform='translate(0 -50.984)'/%3E%3C/svg%3E%0A");
}
.orderby{
	padding: 16px 36px 16px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
background-repeat: no-repeat;
	background-position: center right 16px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.548' height='8.481' viewBox='0 0 15.548 8.481'%3E%3Cpath id='Down_Arrow_3_' d='M27.774,48.48a.7.7,0,0,1-.5-.207l-7.067-7.067a.707.707,0,0,1,1-1l6.568,6.568,6.568-6.568a.707.707,0,0,1,1,1l-7.067,7.067A.7.7,0,0,1,27.774,48.48Z' transform='translate(-20 -40)' fill='%236b6b6b'/%3E%3C/svg%3E%0A");

}
.orderby option:checked,.orderby option:hover{
	color: #fff;
	background-color: #000;
}
.orderby option{
	padding-block: 12px;
}
 @media (min-width: 992px) {
.btn-filter-products{
padding: 16px 76px 16px 16px;
}
	 .orderby{
		 padding: 16px 56px 16px 16px;}
}
.btn-filter-products.expanded{
color: white;
background-color: black;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.278' height='21.045' viewBox='0 0 26.278 21.045'%3E%3Cpath id='filter_5_' data-name='filter (5)' d='M.821,55.225H14.192a3.419,3.419,0,0,0,6.639,0h4.626a.821.821,0,1,0,0-1.642H20.831a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642Zm16.69-2.6A1.777,1.777,0,1,1,15.734,54.4,1.779,1.779,0,0,1,17.511,52.626Zm-16.69,9.7H5.448a3.419,3.419,0,0,0,6.639,0H25.457a.821.821,0,1,0,0-1.642H12.086a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642Zm7.946-2.6A1.777,1.777,0,1,1,6.99,61.506,1.779,1.779,0,0,1,8.767,59.729Zm16.69,8.059H20.831a3.419,3.419,0,0,0-6.639,0H.821a.821.821,0,0,0,0,1.642H14.192a3.419,3.419,0,0,0,6.639,0h4.626a.821.821,0,1,0,0-1.642Zm-7.946,2.6a1.777,1.777,0,1,1,1.777-1.777A1.779,1.779,0,0,1,17.511,70.387Z' transform='translate(0 -50.984)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media (max-width: 991px){
	.btn{
		padding: 12px 24px;
	}
	.quantity .input-box{
		width: 40px;
	}
	#filters-container{
	margin-left: 0%;
	height: 0px;
	opacity: 0;
	overflow: scroll;
}
#filters-container.expanded{
	margin-left: 0%;
	height: 130px;
	opacity: 1;
}
}
.widget-title.wpc-filter-title{
	font-weight: bold;
}
.wpc-filters-range-inputs .ui-slider .ui-slider-handle{
	width: 16px!important;
	height: 16px!important;
	top: -8px!important;
}
#product-listing .ajax-add-to-cart{
	width: 44px;
	height: 44px;
	background-color: #fff;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 30 30'%3E%3Cg id='Group_2609' data-name='Group 2609' transform='translate(-611.5 -1111.5)'%3E%3Cline id='Line_19' data-name='Line 19' x2='30' transform='translate(611.5 1126.5)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cline id='Line_20' data-name='Line 20' y2='30' transform='translate(626.5 1111.5)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#filters-container ol,#filters-container ul{
	padding-left: 0;
}
body.theme-erosgaia.woocommerce-account.logged-in .woocommerce{
    display: flex;
	align-items: start;
}
body.theme-erosgaia.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1.5rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
}
body.theme-erosgaia.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
    width:auto;
	    flex-grow: 1;
    margin-left:36px;
	    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1.5rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
}

.pulsing{
	background: grey;
}
.added{
	background-color: rgb(57, 59, 57);
}

.section-half-sticky {
    /* display: grid; */
    grid-template-columns: 50% 50%;
}


.information-block {
    display: grid;
}
.information-block>div>div{
    position: sticky;
    top: 136px;
}

.icon-wishlist{
	display: block;
	height: 36px;
	width: 36px;
	background-size: 18px 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_22' data-name='Layer 22' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.869 26.615'%3E%3Cpath id='Path_74' data-name='Path 74' d='M28.866,29.472C28.626,24.684,24.484,20.256,20,20H19.99a7.044,7.044,0,0,0-4.736,1.572l-.032.026-.783.663-.781-.665-.032-.026a7.624,7.624,0,0,0-1.608-.978A6.823,6.823,0,0,0,8.89,20H8.878C4.4,20.256.251,24.683.014,29.47v.011a9.751,9.751,0,0,0,.234,2.558l.005.022a15.872,15.872,0,0,0,.926,2.508,21.982,21.982,0,0,0,4.948,5.962,67.464,67.464,0,0,0,5.445,4.388l.024.017,1.948,1.383a1.547,1.547,0,0,0,1.792,0l1.949-1.384.024-.017c1.461-1.1,2.615-1.967,3.718-2.884.56-.465,1.125-.959,1.727-1.5a22.053,22.053,0,0,0,4.939-5.945,9.564,9.564,0,0,0,.683-1.653c.083-.257.146-.477.184-.616.025-.089.05-.182.069-.277h0a9.77,9.77,0,0,0,.235-2.556s0-.006,0-.01ZM26.52,31.71a1.047,1.047,0,0,1,.02-.133A1.222,1.222,0,0,0,26.52,31.71Zm.087.523a1.058,1.058,0,0,0,.082.151A1.067,1.067,0,0,1,26.606,32.232Zm-.064-.669v.008a9.771,9.771,0,0,1-.73,1.988c-.006.011-.012.021-.017.032a20.047,20.047,0,0,1-4.483,5.353c-.585.532-1.111.99-1.654,1.441-1.061.882-2.193,1.734-3.626,2.811L14.44,44.327,12.848,43.2a65.585,65.585,0,0,1-5.279-4.251,20.132,20.132,0,0,1-4.474-5.336,13.925,13.925,0,0,1-.761-2.057,7.482,7.482,0,0,1-.18-1.976C2.342,25.881,5.6,22.339,9,22.138a4.7,4.7,0,0,1,2.15.41,5.5,5.5,0,0,1,1.141.694l1.459,1.24a1.071,1.071,0,0,0,1.389,0l1.459-1.24a4.852,4.852,0,0,1,3.291-1.1c3.394.2,6.653,3.742,6.841,7.437A7.493,7.493,0,0,1,26.543,31.563Z' transform='translate(-0.005 -19.99)' fill='%23ebebeb'/%3E%3C/svg%3E%0A");
}
.volume-btn,.play-btn{
	border: none;
	padding: 0;
	background-color: transparent;
	position: absolute;
	width: 40px;
	height: 40px;
	bottom: 3rem;
	right: 40px;
	z-index: 1;
}
.play-btn{
	right: 100px;
}
.play-btn .play-icon,.play-btn .pause-icon,.volume-btn .volume-on,.volume-btn .volume-off{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.play-btn .play-icon{
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath id='Path_1039' data-name='Path 1039' d='M20,0A20,20,0,1,0,40,20,19.989,19.989,0,0,0,20,0Zm7.206,22.22-9.4,5.43a2.565,2.565,0,0,1-3.847-2.22V14.57a2.564,2.564,0,0,1,3.847-2.22l9.4,5.431a2.563,2.563,0,0,1,0,4.44Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.play-btn .pause-icon{
	display: none;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath id='Path_1036' data-name='Path 1036' d='M20,0A20,20,0,1,0,40,20,20.007,20.007,0,0,0,20,0ZM17.5,26.06c0,.96-.4,1.34-1.42,1.34h-2.6c-1.02,0-1.42-.38-1.42-1.34V13.94c0-.96.4-1.34,1.42-1.34h2.58c1.02,0,1.42.38,1.42,1.34V26.06Zm10.56,0c0,.96-.4,1.34-1.42,1.34H24.06c-1.02,0-1.42-.38-1.42-1.34V13.94c0-.96.4-1.34,1.42-1.34h2.58c1.02,0,1.42.38,1.42,1.34Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.volume-btn .volume-on{
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath id='Path_1038' data-name='Path 1038' d='M20,0A20,20,0,1,0,40,20,20,20,0,0,0,20,0Zm5.011,19.885V20c0,.583-.038,1.609-.093,2.785l0,.06a31.481,31.481,0,0,1-.3,3.71,3.336,3.336,0,0,1-1.231,2.3,3.243,3.243,0,0,1-.81.413,3.145,3.145,0,0,1-2.344-.25,21.287,21.287,0,0,1-2.776-1.633,9.17,9.17,0,0,1-1.819-1.375l-4.045,4.045a.792.792,0,1,1-1.119-1.119l2.872-2.871A5.437,5.437,0,0,1,11.06,25.7a4.177,4.177,0,0,1-1.821-1.713,6.256,6.256,0,0,1-.532-2.716L8.7,21.132C8.674,20.744,8.66,20.36,8.66,20s.014-.745.038-1.133l.009-.137a6.257,6.257,0,0,1,.532-2.716A4.177,4.177,0,0,1,11.06,14.3a7.016,7.016,0,0,1,2.968-.366H14.2a6.1,6.1,0,0,0,.941-.033,2.365,2.365,0,0,0,.559-.168,6.011,6.011,0,0,0,.8-.49l.281-.185a32.008,32.008,0,0,1,3.2-1.96,3.346,3.346,0,0,1,2.593-.364,3.214,3.214,0,0,1,.811.413,3.139,3.139,0,0,1,1.177,2.029,11.974,11.974,0,0,1,.2,1.465l4.694-4.694a.791.791,0,1,1,1.119,1.119l-5.847,5.846A9.7,9.7,0,0,1,25.011,19.885Zm2.876,2.724a5.5,5.5,0,0,1-.213.666c-.031.077-.059.139-.08.184-.011.023-.02.042-.028.057l-.01.019,0,.007v0h0a.791.791,0,1,1-1.388-.758l0-.011c.008-.015.021-.045.04-.091a3.926,3.926,0,0,0,.15-.471A9.006,9.006,0,0,0,26.6,20a9.635,9.635,0,0,0-.177-1.95.791.791,0,1,1,1.55-.322A11.209,11.209,0,0,1,28.18,20a10.74,10.74,0,0,1-.293,2.614Zm2.61,2.5a8.119,8.119,0,0,1-.6,1.26c-.086.142-.159.25-.214.329-.027.039-.05.069-.068.092l-.022.028-.008.01,0,0h0a.791.791,0,1,1-1.219-1.008l0,0,.011-.014.021-.03c.031-.044.081-.118.145-.223a6.546,6.546,0,0,0,.484-1.014A12.631,12.631,0,0,0,29.76,20a12.019,12.019,0,0,0-.908-4.95A.792.792,0,0,1,30.3,14.4a13.567,13.567,0,0,1,1.05,5.6,14.289,14.289,0,0,1-.848,5.115Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.volume-btn .volume-off{
	display: none;
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Layer_1' data-name='Layer 1'%3E%3Cpath id='Path_1037' data-name='Path 1037' d='M20,0A20,20,0,1,0,40,20,20,20,0,0,0,20,0Zm4.211,22.9c-.146,3.353-.219,5.033-1.182,5.753a2.381,2.381,0,0,1-.6.328c-1.113.4-2.439-.528-5.091-2.392a6.454,6.454,0,0,0-1.384-.846c-.077-.029-.157-.054-.237-.076a6.179,6.179,0,0,0-1.591-.105c-2.253,0-3.38,0-4.234-.72a3.553,3.553,0,0,1-.468-.489c-.694-.894-.715-1.938-.758-4.028,0-.11,0-.218,0-.323s0-.213,0-.323c.043-2.09.064-3.134.757-4.028a3.582,3.582,0,0,1,.468-.489c.853-.72,1.98-.72,4.234-.72a6.151,6.151,0,0,0,1.591-.105q.12-.033.237-.076a6.483,6.483,0,0,0,1.384-.847c2.65-1.865,3.978-2.8,5.091-2.392a2.381,2.381,0,0,1,.6.33c.962.721,1.035,2.4,1.182,5.754.054,1.241.09,2.3.09,2.9S24.265,21.655,24.211,22.9Zm3.716-.147a6.061,6.061,0,0,1-.211.7c-.031.082-.058.147-.08.194-.011.024-.02.044-.028.059l-.01.021,0,.008v0h0l-.139-.082.139.083a.755.755,0,0,1-1.064.324.861.861,0,0,1-.309-1.123l0-.012c.007-.016.02-.05.039-.1a4.283,4.283,0,0,0,.15-.5A10.325,10.325,0,0,0,26.65,20a10.1,10.1,0,0,0-.236-2.337,4.3,4.3,0,0,0-.15-.5c-.018-.05-.032-.08-.039-.1l0-.011a.867.867,0,0,1,.309-1.124.758.758,0,0,1,1.064.324h0v0l0,.008.01.021c.008.016.017.035.027.059.021.05.05.112.08.194a6.092,6.092,0,0,1,.211.7,11.676,11.676,0,0,1,.285,2.75A11.9,11.9,0,0,1,27.927,22.75Zm2.579,2.636a8.8,8.8,0,0,1-.6,1.329c-.084.15-.157.265-.211.346-.028.04-.05.073-.067.1l-.022.03L29.6,27.2l0,0h0l-.2-.173.2.175a.75.75,0,0,1-1.1.106.872.872,0,0,1-.1-1.17l0,0c.006-.007.017-.022.032-.046.031-.047.08-.124.143-.235a7.14,7.14,0,0,0,.479-1.069A14.118,14.118,0,0,0,29.779,20a14.112,14.112,0,0,0-.73-4.787,7.14,7.14,0,0,0-.479-1.069c-.062-.111-.112-.188-.143-.235-.015-.024-.027-.038-.032-.046l0-.005.1-1.17a.75.75,0,0,1,1.1.106h0l0,0,.008.01.022.029c.017.024.04.057.067.1.054.082.127.2.211.346a8.8,8.8,0,0,1,.6,1.329A15.847,15.847,0,0,1,31.339,20a15.884,15.884,0,0,1-.833,5.391ZM29.533,12.85l-.028.025Zm-.133.118-.05.043Zm0,14.063-.058-.05Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.custom-video-player-overlay{
	position: absolute;
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	opacity: .5;
}
:root {
  --swiper-wrapper-transition-timing-function: ease-in-out;
}
.flyout-cart-body .blockUI.blockOverlay {
    background:white!important;
}
.woocommerce-Input,.input-text{
    display:block;
    padding: 12px!important;
    height:48px;
    width: 100%!important;
}
.woocommerce-form-row label, .woocommerce-address-fields label{
   margin-bottom: 8px; 
   font-weight: bold;
}
.password-input{
   position: relative;
}
.show-password-input{
   position:absolute;
   bottom:0;
   right:0;
   height: 48px;
   width: 48px;
   background-size: 24px;
   background-position: center;
   background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4.4955 7.44088C3.54724 8.11787 2.77843 8.84176 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C13.2958 19 14.4799 18.8108 15.5523 18.4977L13.8895 16.8349C13.2936 16.9409 12.6638 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366C4.23754 10.2097 4.99526 9.50784 5.93214 8.87753L4.4955 7.44088Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M8.53299 11.4784C8.50756 11.6486 8.49439 11.8227 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5C12.1716 15.5 12.3458 15.4868 12.516 15.4614L8.53299 11.4784Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M15.4661 12.4471L11.5473 8.52829C11.6937 8.50962 11.8429 8.5 11.9944 8.5C13.9274 8.5 15.4944 10.067 15.4944 12C15.4944 12.1515 15.4848 12.3007 15.4661 12.4471Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M18.1118 15.0928C19.0284 14.4702 19.7715 13.7805 20.3413 13.1634C20.9657 12.4872 20.9657 11.5128 20.3413 10.8366C18.8117 9.18002 16.0331 7 12 7C11.3594 7 10.7505 7.05499 10.1732 7.15415L8.50483 5.48582C9.5621 5.1826 10.7272 5 12 5C16.8112 5 20.0833 7.60905 21.8107 9.47978C23.1426 10.9222 23.1426 13.0778 21.8107 14.5202C21.2305 15.1486 20.476 15.8603 19.5474 16.5284L18.1118 15.0928Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath d='M2.00789 3.42207C1.61736 3.03155 1.61736 2.39838 2.00789 2.00786C2.39841 1.61733 3.03158 1.61733 3.4221 2.00786L22.0004 20.5862C22.391 20.9767 22.391 21.6099 22.0004 22.0004C21.6099 22.3909 20.9767 22.3909 20.5862 22.0004L2.00789 3.42207Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");}
.show-password-input.display-password{
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9944 15.5C13.9274 15.5 15.4944 13.933 15.4944 12C15.4944 10.067 13.9274 8.5 11.9944 8.5C10.0614 8.5 8.49439 10.067 8.49439 12C8.49439 13.933 10.0614 15.5 11.9944 15.5ZM11.9944 13.4944C11.1691 13.4944 10.5 12.8253 10.5 12C10.5 11.1747 11.1691 10.5056 11.9944 10.5056C12.8197 10.5056 13.4888 11.1747 13.4888 12C13.4888 12.8253 12.8197 13.4944 11.9944 13.4944Z' fill='%23ffffff'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5C7.18879 5 3.9167 7.60905 2.1893 9.47978C0.857392 10.9222 0.857393 13.0778 2.1893 14.5202C3.9167 16.391 7.18879 19 12 19C16.8112 19 20.0833 16.391 21.8107 14.5202C23.1426 13.0778 23.1426 10.9222 21.8107 9.47978C20.0833 7.60905 16.8112 5 12 5ZM3.65868 10.8366C5.18832 9.18002 7.9669 7 12 7C16.0331 7 18.8117 9.18002 20.3413 10.8366C20.9657 11.5128 20.9657 12.4872 20.3413 13.1634C18.8117 14.82 16.0331 17 12 17C7.9669 17 5.18832 14.82 3.65868 13.1634C3.03426 12.4872 3.03426 11.5128 3.65868 10.8366Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); 
}
.woocommerce-form-login__submit,.woocommerce-address-fields [type="submit"]{
   margin-top:8px;
   display: block;
   padding:18px;
   width: 100%!important;
}
form.woocommerce-form.woocommerce-form-login.login {
    max-width: 100%;
    width: 500px;
    margin: auto;
}
@container(min-width: 700px) {
    .wc-block-checkout__billing-fields .wc-block-components-address-form,.wc-block-checkout__shipping-fields .wc-block-components-address-form {
        gap: 24px;
	}
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
display: flex;
padding:0;
list-style:"";
margin-bottom:24px!important;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details>li{
    text-align:center;
    padding: 24px;
    border: 1px solid #eee;
    flex-grow: 1;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align:center;
    font-size: 36px;
}
.woocommerce-order>p{
    text-align:center;
}
.woocommerce-order {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px
}
.woocommerce-order>*{
    width: 100%;
}
.woocommerce-order-details, .woocommerce-customer-details{
    width: calc(33% - 24px);
    padding: 24px;
    border: 1pt solid #eee;
}
h2.woocommerce-order-details__title,h2.woocommerce-column__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
    padding: 6px;
}

section.woocommerce-customer-details {
    line-height: 2;
}
.woocommerce-Address {
    width: 100%;
}

.scroll-snap {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: visible;
}
.scroll-snap .snap-section {
  position: absolute;
}
.snap-section {
    position: relative;
    width: 100%;
  height: 100%;
}

.tinv-wishlist a:not(.button):not(.social) {
    color: #977306;
    text-decoration: underline;
    font-family: inherit;
}
 @media (max-width: 991px) {
#second-menu button#btn-menu{
	display: none;
}
	 #mega-menu-wrap-primary .mega-menu-toggle{
		 position: fixed;
		 top: 56px;
	 }
	 body.theme-erosgaia.woocommerce-account.logged-in .woocommerce{
    display: flex;
	flex-wrap: wrap;
	align-items: start;
}
body.theme-erosgaia.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1.5rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
}
body.theme-erosgaia.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
    width:auto;
	    flex-grow: 1;
    margin-left:0px;
	margin-top: 16px;
	    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1.5rem !important;
    border-radius: var(--bs-border-radius-xl) !important;
}
}

@media (max-width: 767px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }
	thead{
		display:none;
	}
}