@charset "UTF-8";
/*!
Theme Name:   Artfusy
Theme URI:    http://demo2.pavothemes.com/artfusy/
Author:       Pavothemes
Author URI:   http://pavothemes.com/
Description:  Artfusy is an exquisitely designed WordPress theme that's tailor-made for handmade and crafts shops. Its customizable layout and comprehensive features allow store owners to effortlessly showcase their products and create an unforgettable online shopping experience for their customers...
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  artfusy
Tags:         Handmade, Crafts, WordPress Theme, E-commerce, WooCommerce, Responsive Design, Creative, Unique, Artisanal, Modern, Elegant, User-friendly, SEO optimized, Product showcase, Online store
*/
/* Text meant only for screen readers. */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
	1.1 Typography
	1.2 Global styles
2.0 Header
	2.1 Main Naivgation
	2.2 Vertical Naivgation
	2.3 Mega menu
3.0 Main content area
	3.1 Content (posts etc)
4.0 Footer
5.0 Alignment
6.0 Accessiblity
7.0 Clearing
8.0 Tables
9.0 404 Styles
10.0 Comments
11.0 Forms
12.0 Media
	12.1 Galleries
13.0 Captions
14.0 Pagination
15.0 Widgets
16.0 Layout
17.0 Utilities
18.0 Slick Carousel
19.0 Icons
--------------------------------------------------------------*/
/*-------------------------------------------------------------
1.0 Normalize
normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
  text-shadow: none;
  color: #fff;
  background: var(--e-global-color-primary);
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: var(--e-global-color-secondary);
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-------------------------------------------------------------
1.1 Typography
--------------------------------------------------------------*/
:root {
  --e-global-color-primary: #FF6E81;
  --e-global-color-secondary: #000000;
  --e-global-color-text: #666666;
  --e-global-color-accent: #000000;
  --e-global-color-lighter: #808080;
  --e-global-color-dark: #000000;
  --e-global-color-border: #E5E5E5;
  --e-global-typography-primary-font-family: Noto Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-primary-font-weight: 700;
  --e-global-typography-primary-text-transform: none;
  --e-global-typography-primary-font-style: normal;
  --e-global-typography-primary-text-decoration: none;
  --e-global-typography-primary-letter-spacing: 0;
  --e-global-typography-primary-line-height: 1.3;
  --e-global-typography-secondary-font-family: Artfusy, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-secondary-text-transform: none;
  --e-global-typography-secondary-font-style: normal;
  --e-global-typography-secondary-text-decoration: none;
  --e-global-typography-secondary-letter-spacing: 0;
  --e-global-typography-secondary-line-height: 1.3;
  --e-global-typography-text-size: 16px;
  --e-global-typography-text-font-family: Noto Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-text-transform: none;
  --e-global-typography-text-font-style: normal;
  --e-global-typography-text-text-decoration: none;
  --e-global-typography-text-letter-spacing: 0;
  --e-global-typography-text-line-height: 1.5;
  --e-global-typography-accent-font-family: Noto Sans, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  --e-global-typography-accent-font-weight: 500;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-accent-font-style: normal;
  --e-global-typography-accent-text-decoration: none;
  --e-global-typography-accent-letter-spacing: 0.1em;
  --e-global-typography-accent-line-height: 1.2;
  --e-global-container-width: 1290px;
  --grid-column-gap: 30px;
  --grid-row-gap: 30px;
  --e-global-column-to-show: 4;
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
  font-size: var(--e-global-typography-text-size);
  text-rendering: optimizeLegibility;
}

select {
  color: initial;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
  padding: 1em 0 0;
}

h1,
.alpha {
  font-size: 60px;
  font-size: 3.75rem;
}

h2,
.beta {
  font-size: 48px;
  font-size: 3rem;
}

h3,
.gamma {
  font-size: 36px;
  font-size: 2.25rem;
}

h4,
.delta {
  font-size: 26px;
  font-size: 1.625rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.alpha,
.beta,
.gamma,
.delta {
  display: block;
}

p + h2, p + header h2, p + h3, p + h4,
ul + h2,
ul + header h2,
ul + h3,
ul + h4,
ol + h2,
ol + header h2,
ol + h3,
ol + h4,
table + h2,
table + header h2,
table + h3,
table + h4,
blockquote + h2,
blockquote + header h2,
blockquote + h3,
blockquote + h4,
form + h2,
form + header h2,
form + h3,
form + h4 {
  margin-top: 1em;
}

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

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1em 3em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: var(--e-global-typography-primary-font-weight);
}

dd {
  margin: 0 0 1.41577975em;
}

b,
strong {
  font-weight: var(--e-global-typography-primary-font-weight);
}

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

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 25px;
  color: var(--e-global-color-secondary);
  padding: 0 30px;
  border: none;
  letter-spacing: 1px;
  margin-left: 60px;
  margin-bottom: 30px;
  border-left: 4px solid var(--e-global-color-primary);
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 15px;
    padding: 0 15px;
  }
}
blockquote p {
  position: relative;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 1em;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote span {
  font-weight: var(--e-global-typography-secondary-font-weight);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: var(--e-global-color-text);
}

address {
  margin: 0 0 1em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618034em;
  padding: 1.618034em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407797364em;
}

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

mark,
ins {
  text-decoration: none;
  font-weight: var(--e-global-typography-primary-font-weight);
  background: transparent;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41577975em;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 4px;
}

a {
  color: var(--e-global-color-secondary);
  text-decoration: none;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--e-global-color-primary);
  text-decoration: none;
}

:focus {
  outline: none;
}

.artfusy-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

.hidden {
  display: none !important;
}

/*-------------------------------------------------------------
1.2 Global styles
--------------------------------------------------------------*/
*, *:after, *:before {
  box-sizing: border-box;
}

body.loading {
  position: relative;
}
body.loading::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 999999;
  color: #fff;
}
body.loading:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}

.site {
  overflow-x: hidden;
}

.site-content,
.header-widget-region {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyloaded {
  transition: all 0.3s !important;
}

#page .site-content {
  margin-top: 80px;
  margin-bottom: 100px;
  z-index: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #page .site-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.elementor-page #page .site-content {
  padding-left: 0;
  padding-right: 0;
}
body.elementor-page #page .site-content, body.page-template-template-homepage #page .site-content, body.home:not(.blog) #page .site-content {
  margin-top: 0;
  margin-bottom: 0;
}
body.single-product #page .site-content {
  margin-top: 30px;
}
body.home #page .artfusy-breadcrumb, body.error404 #page .artfusy-breadcrumb {
  display: none;
}

@keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-webkit-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-o-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@-ms-keyframes mf-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
/*-------------------------------------------------------------
1.3 Grid
--------------------------------------------------------------*/
.col-full {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--e-global-container-width);
}
.col-full::before, .col-full::after {
  content: "";
  display: table;
}
.col-full::after {
  clear: both;
}
.col-full [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
  margin-bottom: 0;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--e-global-container-width);
}
.header-container::before, .header-container::after {
  content: "";
  display: table;
}
.header-container::after {
  clear: both;
}

.d-none {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1290px;
}
@media (min-width: 768px) and (max-width: 1290px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}

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

[class*=" column-"], [class^=column-] {
  padding-left: 15px;
  padding-right: 15px;
}

.column-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.column-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.column-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.column-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.column-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.column-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.column-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.column-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

@media (min-width: 768px) {
  .column-tablet-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-tablet-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-tablet-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-tablet-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-tablet-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-tablet-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-tablet-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-tablet-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .column-desktop-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .column-desktop-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .column-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .column-desktop-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .column-desktop-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .column-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .column-desktop-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .column-desktop-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .column-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .column-desktop-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .column-desktop-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .column-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
.site-header {
  background-position: center center;
  position: relative;
  z-index: 996;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
  display: block;
  margin-bottom: 0;
}
.site-header .widget {
  margin-bottom: 0;
}
.site-header [data-elementor-type=wp-post],
.site-header [data-elementor-type=wp-page] {
  width: 100vw;
  margin-left: 50%;
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-main {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-main {
    min-height: 80px;
    justify-content: space-between;
  }
}

.site-branding {
  margin-bottom: 0;
  display: block;
  clear: both;
}
.site-branding .custom-logo-link + .site-branding-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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.site-branding .custom-logo-link + .site-branding-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  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;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.site-branding img {
  height: auto;
}
.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}
.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}
.site-branding .logo {
  margin: 0;
}

.site-header-account {
  position: relative;
}
@media (max-width: 1024px) {
  .site-header-account {
    display: none;
  }
}
.site-header-account > a {
  white-space: nowrap;
  display: block;
}
.site-header-account .login-form-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin-bottom: 0;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 15px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right .account-wrap:before {
  left: 20px;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown.justify .account-wrap:before {
  right: 50%;
  transform: translateX(50%) rotate(45deg);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--e-global-color-lighter);
  font-size: 14px;
  font-size: 0.875rem;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  color: var(--e-global-color-secondary);
}
.site-header-account .account-dropdown a.lostpass-link {
  text-decoration: underline dotted;
}
.site-header-account .account-dropdown label {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.site-header-account .account-dropdown p {
  margin-bottom: 15px;
}
.site-header-account .account-dropdown input, .site-header-account .account-dropdown button {
  line-height: normal !important;
  border-width: 1px;
  padding: 15px;
  width: 100%;
}
.site-header-account .account-dropdown button {
  text-transform: uppercase;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.site-header-account .account-dropdown .login-form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.site-header-account .account-dropdown .login-form-bottom {
  text-align: right;
}
.site-header-account .account-dropdown .artfusy-login-form-ajax {
  margin-bottom: 5px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 20px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--e-global-color-text);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  padding: 7px 30px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--e-global-color-primary);
  background-color: rgba(0, 0, 0, 0.035);
}

@media (max-width: 1024px) {
  .site-header-search {
    display: none;
  }
}
.site-header-search > a {
  white-space: nowrap;
  display: block;
}
.site-header-search > a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
}
.site-header-search > a:hover i {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  .site-header-wishlist {
    display: none;
  }
}
.site-header-wishlist .header-wishlist {
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .site-header-cart.header-cart-mobile {
    display: none;
  }
}
.site-header-cart.header-cart-mobile .cart-contents:before {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .count {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  top: 10px;
  right: -10px;
  letter-spacing: 0;
  color: var(--e-global-color-secondary);
}
.site-header-cart.header-cart-mobile .amount {
  display: none;
}
.site-header-cart.header-cart-mobile + .menu-mobile-nav-button {
  order: -1;
}

@media (max-width: 1023px) {
  .header-group-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.header-group-action .site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.header-group-action .site-header-account a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-account a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist a i {
  font-size: 20px;
  font-size: 1.25rem;
  color: var(--e-global-color-secondary);
}
.header-group-action .site-header-wishlist a:hover i {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-wishlist .count {
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.header-group-action .site-header-cart .cart-contents:before {
  font-size: 22px;
  font-size: 1.375rem;
  color: var(--e-global-color-secondary);
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.header-group-action .site-header-cart .cart-contents:hover:before {
  color: var(--e-global-color-primary);
}
.header-group-action .site-header-cart .count {
  display: inline-flex;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: -3px;
  right: -3px;
  color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--e-global-color-primary);
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.header-group-action .site-header-cart .woocommerce-Price-amount {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  margin-left: 10px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .bg-header-1 {
    background-color: var(--e-global-color-primary);
  }
}

.header-1 {
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
@media (max-width: 1023px) {
  .header-1 .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header-1 .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-1 .header-right .header-group-action.left {
  justify-content: flex-start;
}
.header-1 .header-right .header-group-action.center {
  justify-content: center;
}
.header-1 .header-right .header-group-action > div {
  position: relative;
  text-align: center;
}
.header-1 .header-right .header-group-action > div > a {
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-1 .header-right .header-group-action > div:not(:last-child) {
  margin-right: 20px;
}
.header-1 .header-right .header-group-action .site-search {
  width: 100%;
}
.header-1 .header-right .header-group-action .site-search .widget_product_search {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header-1 .site-branding {
    text-align: left;
    margin-right: 35px;
  }
}
.header-1 .site-branding img {
  width: 126px;
}
@media (max-width: 1120px) {
  .header-1 .order-wrap {
    display: none;
  }
}

.search-popup-active {
  overflow: hidden;
}

.site-search-popup-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0, 0.35, 0.25, 1), visibility 0.3s cubic-bezier(0, 0.35, 0.25, 1);
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
}
.site-search-popup.active {
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.active .site-search-popup-wrap .site-search {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out 0.3s, visibility 0.3s ease-in-out 0.3s;
}
.site-search-popup.active + .site-search-popup-overlay {
  opacity: 0.5;
  visibility: visible;
  pointer-events: auto;
}
.site-search-popup.fadein {
  -webkit-animation: cover_search_fade_in 0.3s ease both;
  animation: cover_search_fade_in 0.3s ease both;
}
.site-search-popup.fadeout {
  -webkit-animation: cover_search_fade_out 0.3s ease both;
  animation: cover_search_fade_out 0.3s ease both;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 7px 70px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  right: 15px;
  top: 5px;
  order: 2;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 5px;
    right: 15px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover {
  color: var(--e-global-color-primary);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.site-search-popup .site-search-popup-wrap form:before {
  display: none;
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.site-search-popup .site-search-popup-wrap .site-search input.search-field {
  font-size: 24px;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.site-search-popup .site-search-popup-wrap .site-search input[type=submit],
.site-search-popup .site-search-popup-wrap .site-search button[type=submit] {
  font-size: 0px;
  font-size: 0rem;
  padding-left: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}

@-webkit-keyframes opal-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes opal-draw {
  0%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  42% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  43% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.artfusy-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .artfusy-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .artfusy-mobile-nav {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .artfusy-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .artfusy-mobile-nav {
    top: 46px;
  }
}
.artfusy-mobile-nav .search-form {
  margin-top: 1em;
}
.artfusy-mobile-nav .artfusy-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .artfusy-mobile-nav .artfusy-social ul li a:before {
  color: #fff;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--e-global-color-border);
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.artfusy-mobile-nav .artfusy-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.artfusy-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
}
.artfusy-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.artfusy-mobile-nav .mobile-nav-tabs ul li {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.artfusy-mobile-nav .mobile-nav-tabs ul li i {
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-right: 10px;
}
.artfusy-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.artfusy-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.artfusy-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.artfusy-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.artfusy-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
}
.artfusy-mobile-nav .mobile-menu-tab.active {
  display: block;
}

.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 22px;
  right: 24px;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 99;
  color: var(--e-global-color-secondary);
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: var(--e-global-color-secondary);
}

.artfusy-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .artfusy-overlay {
  visibility: visible;
  opacity: 1;
}

.artfusy-info-button,
.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: var(--e-global-color-secondary);
}
@media (min-width: 1024px) {
  .artfusy-info-button,
.menu-mobile-nav-button {
    display: none;
  }
}
.artfusy-info-button .artfusy-icon,
.menu-mobile-nav-button .artfusy-icon {
  display: flex;
  flex-direction: column;
}
.artfusy-info-button .artfusy-icon > span,
.menu-mobile-nav-button .artfusy-icon > span {
  display: inline-block;
  height: 2px;
  width: 18px;
  margin-bottom: 4px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-secondary);
}
.artfusy-info-button .artfusy-icon > span:last-child,
.menu-mobile-nav-button .artfusy-icon > span:last-child {
  margin-bottom: 0;
}
.artfusy-info-button .artfusy-icon .icon-2,
.menu-mobile-nav-button .artfusy-icon .icon-2 {
  width: 12px;
}
.artfusy-info-button .artfusy-icon .icon-3,
.menu-mobile-nav-button .artfusy-icon .icon-3 {
  width: 18px;
}
.artfusy-info-button:hover .artfusy-icon > span,
.menu-mobile-nav-button:hover .artfusy-icon > span {
  background-color: var(--e-global-color-primary);
}
.artfusy-info-button:hover .artfusy-icon .icon-2,
.menu-mobile-nav-button:hover .artfusy-icon .icon-2 {
  width: 18px;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

/*-------------------------------------------------------------
2.1 Main Naivgation
--------------------------------------------------------------*/
/**
 * General Menu Styles
 */
button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 4px;
  background-image: none;
  padding: 0.6180339845em 0.875em 0.6180339845em;
  font-size: 0.875em;
  max-width: 120px;
}

.menu-badge {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  text-transform: unset;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: auto;
}
.primary-navigation .menu > .menu-item > a .menu-badge {
  position: absolute;
  top: -7px;
  left: 1.1em;
}

.toggled button.menu-toggle::before, .toggled button.menu-toggle::after {
  transform: rotate(45deg);
}
.toggled button.menu-toggle::after {
  transform: rotate(-45deg);
}
.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: var(--e-global-color-primary);
}

.main-navigation {
  position: relative;
}
.main-navigation::before, .main-navigation::after {
  content: "";
  display: table;
}
.main-navigation::after {
  clear: both;
}
.main-navigation div.menu {
  display: none;
}
.main-navigation div.menu:last-child {
  display: block;
}
.main-navigation .menu {
  clear: both;
}
.main-navigation ul {
  margin-left: 0;
  list-style: none;
}
.main-navigation ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  text-align: left;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
.main-navigation li.menu-item {
  position: relative;
  z-index: 9;
}
.main-navigation li.menu-item.current-menu-parent > a, .main-navigation li.menu-item.current-menu-item > a, .main-navigation li.menu-item.current-menu-ancestor > a {
  color: var(--e-global-color-primary);
}
.main-navigation li.menu-item.current-menu-parent > a:after, .main-navigation li.menu-item.current-menu-item > a:after, .main-navigation li.menu-item.current-menu-ancestor > a:after {
  color: var(--e-global-color-primary);
}
.main-navigation li.menu-item:hover {
  z-index: 99;
}
.main-navigation li.menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
}
.main-navigation ul.menu {
  list-style: none;
  margin-bottom: 0;
}
.main-navigation ul.menu > li.menu-item {
  display: inline-block;
}
.main-navigation ul.menu > li.menu-item > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  padding: 2.8em 0 2.7em;
  margin: 0 0.72em;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a, .main-navigation ul.menu > li.menu-item.page_item_has_children > a, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.main-navigation ul.menu > li.menu-item.has-mega-menu > a:after, .main-navigation ul.menu > li.menu-item.page_item_has_children > a:after, .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.main-navigation ul.menu > li.menu-item > ul {
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.main-navigation ul.menu > li.menu-item:hover > ul {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-navigation ul.menu > li.menu-item:hover > a {
  color: var(--e-global-color-primary);
}
.main-navigation ul.menu > li.menu-item:hover > a:after {
  color: var(--e-global-color-primary);
}
.main-navigation ul.sub-menu {
  min-width: 240px;
  background-color: #fff;
  padding: 28px 0 32px;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-size: 1rem;
}
.main-navigation ul.sub-menu li.menu-item.has-mega-menu > a:after, .main-navigation ul.sub-menu li.menu-item.page_item_has_children > a:after, .main-navigation ul.sub-menu li.menu-item.menu-item-has-children > a:after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.main-navigation ul.sub-menu li.menu-item > a {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0 36px;
}
.main-navigation ul.sub-menu li.menu-item:not(:last-child) {
  margin-bottom: 10px;
}

.mobile-navigation,
.mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul,
.mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item,
.mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a,
.mobile-navigation-categories ul > li.menu-item > a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid;
  border-bottom-color: var(--e-global-color-border);
  color: var(--e-global-color-secondary);
  font-weight: var(--e-global-typography-secondary-font-weight);
}
.mobile-navigation ul > li.menu-item > a i,
.mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item > a > span,
.mobile-navigation-categories ul > li.menu-item > a > span {
  display: inline-block;
  position: relative;
}
.mobile-navigation ul > li.menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item > a > span:before {
  content: none;
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  background-color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item > a span.text-link,
.mobile-navigation-categories ul > li.menu-item > a span.text-link {
  display: block;
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item > a span.text-link i,
.mobile-navigation-categories ul > li.menu-item > a span.text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 3px;
}
.mobile-navigation ul > li.menu-item span.more-link,
.mobile-navigation-categories ul > li.menu-item span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.mobile-navigation ul > li.menu-item span.more-link i,
.mobile-navigation-categories ul > li.menu-item span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.mobile-navigation ul > li.menu-item span.more-link i.left,
.mobile-navigation-categories ul > li.menu-item span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item span.more-link i.right,
.mobile-navigation-categories ul > li.menu-item span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.mobile-navigation ul > li.menu-item.current-menu-parent > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-item > a > span:before, .mobile-navigation ul > li.menu-item.current-menu-ancestor > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-parent > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-item > a > span:before,
.mobile-navigation-categories ul > li.menu-item.current-menu-ancestor > a > span:before {
  width: 100%;
}
.mobile-navigation ul > li.menu-item button::after,
.mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a,
.mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
  display: none;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  text-transform: unset;
  font-weight: var(--e-global-typography-text-font-weight);
  padding: 4px 0 4px 13px;
  border-bottom: none;
  line-height: 24px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a:hover,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item > a:hover {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item a {
  color: var(--e-global-color-primary);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 8px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu > li.menu-item ul.sub-menu {
  margin-left: 15px;
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 7px 0;
}
.mobile-navigation ul button::after,
.mobile-navigation-categories ul button::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation ul button.toggled-on::after,
.mobile-navigation-categories ul button.toggled-on::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 17px 0;
  line-height: 1;
  width: 30px;
  text-align: right;
  border: none;
  color: var(--e-global-color-secondary);
}
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
  border: none;
  background-color: transparent;
  color: var(--e-global-color-secondary);
}

.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

/*-------------------------------------------------------------
2.2 Vertical Naivgation
--------------------------------------------------------------*/
.vertical-navigation {
  position: relative;
  height: 100%;
  max-width: 300px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: var(--e-global-color-primary);
}
.vertical-navigation .vertical-navigation-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .artfusy-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  color: #ffffff;
  position: relative;
}
.vertical-navigation .vertical-navigation-header .artfusy-icon::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 12px;
  font-size: 0.75rem;
  transition: transform 0.2s;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  position: relative;
  display: flex;
  align-items: center;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
  display: flex;
  flex-direction: column;
  margin-right: 13px;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span {
  display: inline-block;
  height: 2px;
  width: 18px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background-color: #ffffff;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon > span:last-child {
  margin-bottom: 0;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
  width: 12px;
}
.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
  width: 18px;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  padding: 16px 0 30px;
}
.vertical-navigation .vertical-menu .menu > li {
  padding: 0 20px;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.73rem 0;
  color: var(--e-global-color-lighter);
  font-weight: var(--e-global-typography-text-font-weight);
  border-bottom: 1px dashed var(--e-global-color-border);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link {
  display: block;
  padding-top: 5px;
  padding-left: 30px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1.2857142857;
  color: var(--e-global-color-secondary);
}
.vertical-navigation .vertical-menu .menu > li > a .text-link i {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-bottom: 3px;
}
.vertical-navigation .vertical-menu li.menu-item-has-children > a:after, .vertical-navigation .vertical-menu li.has-mega-menu > a:after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: auto;
  padding-left: 5px;
}
.vertical-navigation .vertical-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
  z-index: 99;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  left: -9999em;
  z-index: -1;
  top: -1px;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border: 1px solid var(--e-global-color-border);
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 0 30px;
}
.vertical-navigation ul.menu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
  color: var(--e-global-color-text);
  border-bottom: 1px solid var(--e-global-color-border);
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu .sub-menu.mega-menu > li {
  padding: 0;
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li > a {
  position: relative;
  color: var(--e-global-color-text);
  font-size: 16px;
  font-size: 1rem;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 26px;
  font-size: 1.625rem;
  margin-right: 20px;
  color: var(--e-global-color-lighter);
}
.vertical-navigation ul.menu > li span.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 1;
  text-transform: capitalize;
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li span.more-link i {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li span.more-link i.left {
  margin-right: 7px;
  width: 12px;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li span.more-link i.right {
  margin-left: 0;
  order: 15;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--e-global-color-primary);
}
.vertical-navigation ul.menu > li:hover span.more-link i.left {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
.vertical-navigation ul.menu > li:hover span.more-link i.right {
  width: 12px;
  opacity: 1;
  margin-left: 7px;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--e-global-color-secondary);
}
.vertical-navigation ul.menu > li.current-menu-item > a:after {
  color: var(--e-global-color-primary);
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
  margin-right: 0;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
  width: 18px;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
  display: none;
}
.vertical-style-2 .vertical-navigation .vertical-navigation-header .artfusy-icon {
  display: none;
}

/*-------------------------------------------------------------
2.3 Mega Menu
--------------------------------------------------------------*/
.has-mega-menu.has-fullwidth {
  position: static !important;
}
.has-mega-menu.has-fullwidth .mega-fullwidth {
  width: 100%;
  left: 0;
  right: 0;
}
.has-mega-menu.has-containerwidth .mega-fullwidth {
  width: var(--e-global-container-width);
}
.has-mega-menu.sub-menu-left {
  position: static !important;
}
.vertical-navigation .has-mega-menu {
  position: static !important;
}
.vertical-navigation .has-mega-menu .mega-menu {
  padding: 0 !important;
}
.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
  min-width: unset;
}

.mega-menu.sub-menu {
  padding: 0;
  background: #fff;
}
.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.mega-menu.mega-stretchwidth {
  width: 100vw;
}

.single-artfusy_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
  font-weight: var(--e-global-typography-text-font-weight);
}
.single-artfusy_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
  color: var(--e-global-color-text);
}
.single-artfusy_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
  color: var(--e-global-color-primary);
}

.header-side .main-navigation ul.menu {
  margin-left: -30px;
  margin-right: -30px;
}
.header-side .main-navigation ul ul.sub-menu {
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 100% !important;
  max-height: 100vh;
  overflow-y: auto;
}
.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
  left: 0 !important;
  max-width: 100% !important;
}
.header-side .has-mega-menu.sub-menu-left {
  position: relative !important;
}

/*-------------------------------------------------------------
3.0 Main content area
--------------------------------------------------------------*/
.site-content {
  outline: none;
}

/*-------------------------------------------------------------
3.1 Content (post etc)
--------------------------------------------------------------*/
.hentry strong,
.hentry th,
.hentry dt {
  color: var(--e-global-color-secondary);
}

.entry-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 14px;
}
.entry-title a:hover {
  color: var(--e-global-color-primary);
}
.entry-title::before {
  margin-right: 0.5407797364em;
}

.entry-header h1.entry-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.page-header h1.page-title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 45px;
}

.post-thumbnail {
  margin-bottom: 30px;
  position: relative;
  padding-top: 63.415%;
}
.post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post-thumbnail .categories-link {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}
.post-thumbnail .posted-on-square {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 3;
}

.posted-on-square a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
.posted-on-square a b {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: var(--e-global-typography-primary-font-weight);
  display: block;
  line-height: 1;
}

.entry-meta {
  margin-bottom: 13px;
}

.entry-meta-inner {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  color: var(--e-global-color-lighter);
  font-size: 13px;
  font-size: 0.8125rem;
}
.entry-meta-inner > div {
  margin-bottom: 5px;
}
.entry-meta-inner > div.categories-link {
  margin-bottom: 0;
}
.entry-meta-inner a {
  display: inline-block;
  color: var(--e-global-color-lighter);
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-meta-inner a:hover {
  color: var(--e-global-color-primary);
}
.entry-meta-inner .meta-reply,
.entry-meta-inner .posted-on,
.entry-meta-inner .post-author {
  display: flex;
  align-items: center;
  margin-right: 11px;
}
.entry-meta-inner .meta-reply > *,
.entry-meta-inner .posted-on > *,
.entry-meta-inner .post-author > * {
  line-height: 22px;
}
.entry-meta-inner .meta-reply a {
  color: var(--e-global-color-secondary);
}
.entry-meta-inner .meta-reply a:hover {
  color: var(--e-global-color-primary);
}
.entry-meta-inner .posted-on {
  order: 3;
}
.entry-meta-inner .posted-on:after {
  position: relative;
  right: -5px;
  font-size: 14px;
  top: 0;
}
.entry-meta-inner .meta-reply {
  order: 4;
}
.entry-meta-inner .meta-reply:after {
  position: relative;
  right: -5px;
  font-size: 14px;
  top: 0;
}
.entry-meta-inner .post-author {
  order: 1;
}
.entry-meta-inner .categories-link a:hover {
  color: #fff;
}
.entry-meta-inner .post-author a {
  color: var(--e-global-color-secondary);
  order: 1;
}
.entry-meta-inner .post-author a:hover {
  color: var(--e-global-color-primary);
}

.entry-excerpt {
  color: var(--e-global-color-text);
}

.categories-link {
  order: 1;
  margin-right: 5px;
}
.categories-link a {
  color: #fff;
  font-weight: var(--e-global-typography-secondary-font-weight);
  display: inline-block;
  padding: 3px 10px;
  background-color: #84C8BB;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.categories-link a:hover {
  background-color: var(--e-global-color-primary);
}

.more-link-wrap {
  margin: 37px 0px 0;
}
@media (max-width: 1200px) {
  .more-link-wrap {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .more-link-wrap {
    margin: -1rem 0;
  }
}
@media (max-width: 475px) {
  .more-link-wrap {
    margin: -1rem 0 1rem;
  }
}

a.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  color: var(--e-global-color-secondary);
  background-color: transparent;
  border: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  padding: 0 0 8px 0;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.1em;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 1px 57px 0 0;
}
a.more-link i {
  color: var(--e-global-color-secondary);
  font-size: 20px;
  font-size: 1.25rem;
}
a.more-link:hover i {
  color: var(--e-global-color-primary);
}
a.more-link:focus {
  color: var(--e-global-color-primary);
}
a.more-link:focus i {
  color: var(--e-global-color-primary);
}
a.more-link:focus:before {
  background-color: var(--e-global-color-primary);
}
a.more-link:before {
  content: "";
  position: absolute;
  -ms-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  -moz-transition: all 0.22s ease;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
  right: 45px;
  top: 50%;
  width: 13px;
  height: 2px;
  background: none;
  transform: translate(0px, -50%);
}
a.more-link:after {
  content: "";
  position: absolute;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  margin: auto;
  top: 0;
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
  -ms-transform: rotate(45deg) translate(0, 0);
  -o-transform: rotate(45deg) translate(0, 0);
  -moz-transform: rotate(45deg) translate(0, 0);
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
a.more-link:hover {
  -ms-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  color: var(--e-global-color-primary);
}
a.more-link:hover:before {
  background: currentColor;
  transform: translate(8px, -50%);
}
a.more-link:hover:after {
  -ms-transform: rotate(45deg) translate(3px, -3px);
  -o-transform: rotate(45deg) translate(3px, -3px);
  -moz-transform: rotate(45deg) translate(3px, -3px);
  -webkit-transform: rotate(45deg) translate(3px, -3px);
  transform: rotate(45deg) translate(3px, -3px);
}

.tags-links {
  color: var(--e-global-color-text);
  font-size: 12px;
  font-size: 0.75rem;
}
.tags-links a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 22px;
  color: var(--e-global-color-lighter);
  padding: 5px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  border-color: var(--e-global-color-border);
  text-transform: capitalize;
}
.tags-links a:hover {
  color: #fff;
  text-decoration: unset;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

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

.single .byline, .group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 10px;
}

.single-content .entry-header .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .single-content .entry-header .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.single-content .entry-header .entry-meta {
  margin-bottom: 30px;
}
.single-content .entry-taxonomy {
  display: none;
}
.single-content .nav-links {
  display: flex;
}
@media (max-width: 567px) {
  .single-content .nav-links {
    display: block;
  }
}
.single-content .nav-links > div {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.single-content .nav-links .nav-previous {
  justify-content: flex-start;
  margin-right: auto;
}
.single-content .nav-links .nav-previous a:before {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-content .nav-links .nav-next {
  justify-content: flex-end;
  margin-left: auto;
}
.single-content .nav-links .nav-next a:after {
  font-size: 30px;
  font-size: 1.875rem;
}
.single-content .comment-box {
  padding-bottom: 60px;
  border-bottom: 1px dashed var(--e-global-color-border);
}
.single-content .comment-list-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
}

.post-inner .post-thumbnail {
  overflow: hidden;
  border-radius: 4px;
  text-align: center;
}
.post-inner .post-thumbnail img {
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-inner:hover .post-thumbnail img {
  border-radius: 4px;
  transform: scale(1.05);
}

.single-post .hentry .entry-content > *:not(.elementor),
.single-post .hentry .entry-header > *:not(.elementor),
.page .hentry .entry-content > *:not(.elementor),
.page .hentry .entry-header > *:not(.elementor) {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .artfusy-social-share {
  padding: 10px 0;
}
.single-post .artfusy-social-share a {
  color: var(--e-global-color-secondary);
}
.single-post .artfusy-social-share a:hover {
  color: var(--e-global-color-primary);
}
.single-post.artfusy-full-width-content .entry-header {
  text-align: center;
}
.single-post.artfusy-full-width-content .entry-content .content-full-width {
  max-width: 100%;
}
.single-post .entry-content .content-full-width::before, .single-post .entry-content .content-full-width::after {
  content: "";
  display: table;
}
.single-post .entry-content .content-full-width::after {
  clear: both;
}
.single-post .entry-content .content-full-width > img:last-child {
  margin-left: 0;
  margin-right: 0;
}
.single-post .entry-content ul {
  list-style-position: inside;
}
.single-post .entry-content ul li::marker {
  color: var(--e-global-color-primary);
}

article.article-default {
  margin-bottom: 20px;
  position: relative;
  border-bottom: none;
}
article.article-default:last-of-type {
  padding-bottom: 0;
  margin-bottom: 35px;
  border-bottom: none;
}

.search form.search-form label,
.post-password-form label {
  vertical-align: middle;
}
.search form.search-form input[type=submit],
.post-password-form input[type=submit] {
  vertical-align: middle;
}

.post-password-form input {
  height: 50px;
}
@media (max-width: 480px) {
  .post-password-form input[type=password] {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

.blog-style-list {
  --grid-row-gap: 0;
}

@media (min-width: 768px) {
  .blog-style-list article.article-default {
    margin-bottom: 60px;
    position: relative;
    border-bottom: none;
  }
  .blog-style-list article.article-default:last-of-type {
    padding-bottom: 0;
    margin-bottom: 35px;
    border-bottom: none;
  }
  .blog-style-list article.article-default .post-inner .post-thumbnail {
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
  }
  .blog-style-list article.article-default .post-inner .post-thumbnail img {
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .blog-style-list article.article-default .post-inner:hover .post-thumbnail img {
    border-radius: 4px;
    transform: scale(1.05);
  }
}
.blog-style-grid .column-item {
  margin-bottom: 45px;
}
.blog-style-grid .post-thumbnail {
  margin-bottom: 20px;
}
.blog-style-grid .entry-content {
  display: flex;
  flex-direction: column;
}
.blog-style-grid .entry-title {
  font-size: 24px;
  line-height: 30px;
}
.blog-style-grid .excerpt-content {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.6em;
}
.blog-style-grid .more-link-wrap {
  margin: 15px 0px 0;
}

.list-items {
  margin: 0;
  padding: 0;
}
.list-items li {
  list-style: none;
  display: flex;
  align-items: center;
}
.list-items li:not(:last-child) {
  margin-bottom: 8px;
}
.list-items li i {
  margin-right: 10px;
  font-size: 1.2em;
}

a.remove {
  display: block;
  width: 1.618034em;
  height: 1.618034em;
  line-height: 1.618;
  font-weight: var(--e-global-typography-text-font-weight);
  text-indent: -9999px;
  position: relative;
}
a.remove::before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--e-global-color-lighter);
  line-height: 1.618;
  text-indent: 0;
  text-align: center;
}

/*-------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.artfusy-footer-builder .site-footer {
  padding-top: 0;
}

.copyright-bar {
  color: var(--e-global-color-lighter);
  padding: 1.618034em 15px;
  min-height: 105px;
  border-top: 1px solid var(--e-global-color-border);
  display: flex;
  align-items: center;
}
.copyright-bar .site-info {
  text-align: center;
}
.copyright-bar .site-info a.site-url:not(.button) {
  color: var(--e-global-color-secondary);
}
.copyright-bar .site-info a.site-url:not(.button):hover {
  color: var(--e-global-color-primary);
}

@media (max-width: 1024px) {
  [data-elementor-type=footer] {
    margin-bottom: 60px;
  }
}

.scrollup {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  padding: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #84C8BB;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .scrollup {
    opacity: 0 !important;
    pointer-events: none;
  }
}
.scrollup .scrollup-icon {
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all 10000ms ease;
  border: 1px dashed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scrollup .scrollup-icon:before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
.scrollup .scrollup-label {
  font-weight: bold;
  margin-top: 5px;
  display: none;
}
.scrollup:hover {
  background-color: var(--e-global-color-primary);
}
.scrollup.activate {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------------------------------------------------
5.0 Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.25em;
  margin-bottom: 1.25em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.25em;
  margin-bottom: 1.25em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.25em;
}

/*-------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
.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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  color: #21759b;
  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;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-------------------------------------------------------------
7.0 Clearing
--------------------------------------------------------------*/
.clear::before, .clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
  content: "";
  display: table;
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
  clear: both;
}

/*-------------------------------------------------------------
8.0 Tables
--------------------------------------------------------------*/
table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table caption {
  padding: 1em 0;
  font-weight: var(--e-global-typography-primary-font-weight);
}
table td,
table th {
  padding: 1em 1.41577975em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table th {
  font-weight: var(--e-global-typography-text-font-weight);
}
table thead th {
  padding: 1.41577975em;
  vertical-align: middle;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--e-global-color-border);
}
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

/*-------------------------------------------------------------
9.0 404 Styles
--------------------------------------------------------------*/
.error404 #page {
  position: relative;
}
.error404 .breadcrumb-wrap {
  display: none;
}
.error404 .site-content {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #F8F6F4;
}
.error404 .site-content .col-full {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .error404 .site-content {
    padding: 85px 0 100px;
  }
}
.error404 .page-header {
  text-align: center;
}
.error404 .page-header .img-404 {
  margin-bottom: 0;
}
.error404 .page-header .img-404 img {
  display: inline-block;
}
.error404 .page-content .widget_search {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.error404 .page-content .widget_search form .search-field {
  background-color: transparent;
  border-color: var(--e-global-color-secondary);
}
.error404 .error-404 {
  text-align: center;
  padding: 109px 15px 143px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
.error404 .error-subtitle {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .error404 .error-subtitle {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.error404 .error-text {
  color: var(--e-global-color-lighter);
  font-size: 15px;
  font-size: 0.9375rem;
  @inclute typo(text);
  margin: 0 auto 51px;
  text-align: center;
  max-width: 390px;
}
.error404 .error-text a {
  color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.error404 .error-text a:hover, .error404 .error-text a:focus {
  text-decoration: underline;
}
.error404 .error-button a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 4px;
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  white-space: nowrap;
  padding: 18px 40px;
  color: #fff;
  letter-spacing: 0.1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.error404 .error-button a i {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.error404 .error-button a:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.error404.right-sidebar .content-area, .error404.left-sidebar .content-area {
  width: 100%;
  display: block;
}

/*-------------------------------------------------------------
10.0 Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 58px;
}
#comments .comment-form p {
  margin-bottom: 1em;
}
#comments .comment-form .form-submit {
  margin-top: 20px;
}
#comments .comment-form .form-submit button {
  padding: 18px 57px 18px 35px;
  position: relative;
}
#comments .comment-form .form-submit button span:before {
  content: "";
  position: absolute;
  -ms-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  -moz-transition: all 0.22s ease;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
  right: 45px;
  top: 50%;
  width: 13px;
  height: 2px;
  background: none;
  transform: translate(0px, -50%);
}
#comments .comment-form .form-submit button span:after {
  content: "";
  position: absolute;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 0;
  margin: auto;
  top: 0;
  right: 40px;
  width: 8px;
  height: 8px;
  border-top: 0.125rem solid;
  border-right: 0.125rem solid;
  transform: rotate(45deg) translate(0px, 0px);
}
#comments .comment-form .form-submit button:hover {
  -ms-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -o-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -moz-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  -webkit-transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
  transition: all, 0.45s, cubic-bezier(0.65, 0, 0.076, 1);
}
#comments .comment-form .form-submit button:hover span:before {
  background: currentColor;
  transform: translate(8px, -50%);
}
#comments .comment-form .form-submit button:hover span:after {
  transform: rotate(45deg) translate(3px, -3px);
}
#comments .comment-form .comment-form-url {
  display: none;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
  margin-bottom: 20px;
}
#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input {
  width: 100%;
}
#comments .comment-form .comment-notes {
  padding-bottom: 5px;
}
#comments .comment-form .comment-notes, #comments .comment-form .logged-in-as,
#comments .comment-form .comment-form-cookies-consent,
#comments .comment-form .comment-form-comment {
  margin-bottom: 30px;
}
#comments .comment-form .comment-notes a, #comments .comment-form .logged-in-as a,
#comments .comment-form .comment-form-cookies-consent a,
#comments .comment-form .comment-form-comment a {
  text-decoration: underline;
  color: var(--e-global-color-text);
}
#comments .comment-form .comment-notes a:hover, #comments .comment-form .logged-in-as a:hover,
#comments .comment-form .comment-form-cookies-consent a:hover,
#comments .comment-form .comment-form-comment a:hover {
  color: var(--e-global-color-primary);
}
#comments .comments-title {
  font-size: 32px;
  font-size: 2rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  margin-bottom: 23px;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
  padding: 0 10px;
  order: -1;
}
@media (min-width: 1024px) {
  #comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#comments .comment-notes {
  flex: 0 0 100%;
  max-width: 100%;
  order: -1;
}
#comments .comment-form-comment {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-form-cookies-consent {
  flex: 0 0 100%;
  max-width: 100%;
}
#comments .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
}
#comments .comment-list .depth-1:first-of-type > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#comments .comment-list .comment-body {
  margin-top: 19px;
  display: flex;
  flex-wrap: wrap;
}
#comments .comment-list .comment-body::before, #comments .comment-list .comment-body::after {
  content: "";
  display: table;
}
#comments .comment-list .comment-body::after {
  clear: both;
}
#comments .comment-list .comment-author {
  display: none;
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-author {
    display: block;
  }
}
#comments .comment-list .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 23px;
  margin-top: 10px;
}
#comments .comment-list .comment-content {
  width: 100%;
  border-radius: 4px;
  position: relative;
  background-color: #f7f7f7;
  padding: 16px 40px;
}
#comments .comment-list .comment-content:after {
  width: 15px;
  border-radius: 2px;
  height: 15px;
  background-color: #f7f7f7;
  position: absolute;
  left: -7px;
  top: 35px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 1024px) {
  #comments .comment-list .comment-content {
    width: calc(100% - 83px);
  }
}
#comments .comment-list .comment-content .comment-text {
  margin-bottom: 8px;
}
#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
#comments .comment-list .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
#comments .comment-list .comment-meta {
  margin-right: 10px;
}
#comments .comment-list .comment-meta a.comment-date {
  color: var(--e-global-color-text);
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  margin-bottom: 3px;
  display: block;
}
#comments .comment-list .comment-meta a.comment-date:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .comment-meta .comment-author {
  display: inline-block;
  margin-right: 6px;
}
#comments .comment-list .comment-meta cite {
  color: var(--e-global-color-secondary);
  font-style: normal;
  clear: both;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  letter-spacing: 1px;
  padding-bottom: 3px;
}
#comments .comment-list .comment-meta cite a {
  color: var(--e-global-color-secondary);
}
#comments .comment-list .comment-meta cite a:hover {
  color: var(--e-global-color-primary);
}
#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
  content: none;
}
#comments .comment-list .reply {
  position: absolute;
  top: 25px;
  right: 40px;
}
#comments .comment-list .reply::before, #comments .comment-list .reply::after {
  content: "";
  display: table;
}
#comments .comment-list .reply::after {
  clear: both;
}
#comments .comment-list .reply a {
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: var(--e-global-color-primary);
  display: inline-block;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  padding: 6px 12px;
  border-radius: 4px;
}
#comments .comment-list .reply a:before {
  margin-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-top: -5px;
}
#comments .comment-list .reply a:last-child {
  margin-right: 0;
}
#comments .comment-list .reply a.comment-edit-link {
  margin-left: 4px;
}
#comments .comment-list .reply a.comment-edit-link::before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
#comments .comment-list .reply a:hover {
  background-color: #84C8BB;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .comment-list #respond {
  padding: 20px 1.618034em 15px;
  background-color: rgba(0, 0, 0, 0.0125);
  margin: 10px 0 10px auto;
  border-radius: 2px;
  border: 1px solid var(--e-global-color-border);
  width: 100%;
}
@media (min-width: 1024px) {
  #comments .comment-list #respond {
    width: calc(100% - 80px);
  }
}
#comments .bypostauthor {
  font-size: inherit;
}
#comments .bypostauthor > .comment-body cite::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
#comments blockquote {
  margin-left: 0;
}
#comments table th,
#comments table td {
  border: 1px solid;
  border-color: var(--e-global-color-border);
}

#commentform {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#commentform > p, #commentform .comment-form-rating {
  padding: 0 10px;
  width: 100%;
}

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

#respond {
  clear: both;
  position: relative;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 910px;
}
#respond .comment-form-cookies-consent label {
  color: var(--e-global-color-text);
}
#respond .form-submit,
#respond form {
  margin-bottom: 0;
}
#respond label {
  color: var(--e-global-color-secondary);
}
#respond #reply-title {
  color: var(--e-global-color-secondary);
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 5px;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
  transition: transform, ease, 0.3s;
}
.sticky #respond #cancel-comment-reply-link:before {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  display: block;
}

@media only screen and (max-width: 1200px) {
  #comments {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  #comments .comment-list .comment-content {
    padding: 40px 20px;
  }
  #comments .comment-list .comment-content .reply {
    position: relative;
    left: 0px;
    width: fit-content;
  }
}
/*-------------------------------------------------------------
11.0 Forms
--------------------------------------------------------------*/
form {
  margin-bottom: 1.618034em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-disable */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
  /* stylelint-enable */
}

/* Button Outline */
.button-outline {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 4px;
  color: var(--e-global-color-secondary);
  background-color: transparent;
  border: 1px solid var(--e-global-color-border);
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
  padding: 13px 29px;
  letter-spacing: 0.1em;
}
.button-outline i {
  margin: -3px 0 0 3px;
  color: #43464E;
  letter-spacing: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.button-outline:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  color: #fff;
}
.button-outline:hover i {
  color: #fff;
}
.button-outline.loading {
  opacity: 0.5;
}
.button-outline.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
.button-outline.disabled, .button-outline:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.button-outline.disabled:hover, .button-outline:disabled:hover {
  opacity: 0.5 !important;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.elementor-button {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-accent-font-family);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  font-style: var(--e-global-typography-accent-font-style);
  text-decoration: var(--e-global-typography-accent-text-decoration);
  line-height: var(--e-global-typography-accent-line-height);
  letter-spacing: var(--e-global-typography-accent-letter-spacing);
  border-radius: 4px;
  background-color: var(--e-global-color-secondary);
  border: 1px solid var(--e-global-color-secondary);
  white-space: nowrap;
  padding: 18px 40px;
  color: #fff;
  letter-spacing: 0.1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i,
.button i,
.elementor-button i {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.elementor-button:hover {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after,
.button::after,
.elementor-button::after {
  display: none;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.elementor-button:hover {
  color: #fff;
  border-color: var(--e-global-color-primary);
  background-color: var(--e-global-color-primary);
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.elementor-button.loading {
  opacity: 0.5;
}
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.elementor-button.small {
  padding: 0.5407797364em 0.875em;
  font-size: 0.875em;
}
button.disabled, button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.elementor-button.disabled,
.elementor-button:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
button.disabled:hover, button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.elementor-button.disabled:hover,
.elementor-button:disabled:hover {
  opacity: 0.5 !important;
}
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.elementor-button.loading {
  position: relative;
}
button.loading::after,
input[type=button].loading::after,
input[type=reset].loading::after,
input[type=submit].loading::after,
.button.loading::after,
.elementor-button.loading::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  animation: fa-spin 0.75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: block;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819660059em;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  color: var(--e-global-color-text);
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=search]::placeholder {
  color: #A3A7B6;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
  padding: 15px 16px;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: var(--e-global-color-border);
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  border-radius: 3px;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 13px;
  font-size: 0.8125rem;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
  border-color: var(--e-global-color-primary);
}

select {
  padding: 0.813em 28px 0.813em 1.25em;
}
select:not([size]):not([multiple]) {
  color: var(--e-global-color-text);
  background-color: #ffffff;
  border: 1px solid;
  border-color: var(--e-global-color-border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 16px 10px;
  border-radius: 3px;
}

.select2-container .selection {
  position: relative;
}
.select2-container .select2-dropdown {
  border-color: var(--e-global-color-border);
}
.select2-container.select2-container--default {
  text-align: left;
}
.select2-container.select2-container--default .select2-selection--single {
  border-color: var(--e-global-color-border);
  height: 52px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 16px;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  width: 16px;
  height: 12px;
  position: static;
  margin: 0;
  display: block;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 1.25em;
  padding-right: 30px;
  color: var(--e-global-color-text);
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

label {
  font-weight: var(--e-global-typography-text-font-weight);
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618034em;
  padding-top: 1em;
  margin: 0;
  margin-bottom: 1.618034em;
  margin-top: 1.618034em;
  border-color: var(--e-global-color-border);
}
fieldset legend {
  font-weight: var(--e-global-typography-primary-font-weight);
  color: var(--e-global-color-secondary);
  padding: 0.6180339845em 1em;
  margin-left: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*-------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

/*-------------------------------------------------------------
12.1 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.41577975em;
}
.gallery::before, .gallery::after {
  content: "";
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery .gallery-item {
  float: left;
}
.gallery .gallery-item .gallery-icon a {
  display: block;
}
.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}
.gallery .gallery-item .gallery-caption {
  margin: 10px 0;
  text-align: center;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

/*-------------------------------------------------------------
12.2 Embeds
--------------------------------------------------------------*/
embed,
iframe,
object,
video {
  max-width: 100%;
}

/*-------------------------------------------------------------
13.0 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-style: italic;
  border-bottom: 2px dashed var(--e-global-color-border);
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

/*-------------------------------------------------------------
14.0 Pagination
--------------------------------------------------------------*/
nav.navigation {
  clear: both;
}
nav.navigation::before, nav.navigation::after {
  content: "";
  display: table;
}
nav.navigation::after {
  clear: both;
}

.woocommerce-pagination {
  margin-top: 45px;
}

.pagination,
.woocommerce-pagination {
  clear: both;
  margin-top: 40px;
}
.pagination ul.page-numbers::before, .pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after {
  content: "";
  display: table;
}
.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: 8px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: var(--e-global-color-text);
  background-color: #f5f5f5;
}
.pagination .page-numbers li .page-numbers.current, .pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
.pagination .page-numbers li .page-numbers.next, .pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li .page-numbers.prev i,
.woocommerce-pagination .page-numbers li .page-numbers.prev i {
  font-size: 18px;
  font-size: 1.125rem;
}
.pagination .page-numbers li .page-numbers.prev span,
.woocommerce-pagination .page-numbers li .page-numbers.prev span {
  display: none;
}
.pagination .page-numbers li .page-numbers.next i,
.woocommerce-pagination .page-numbers li .page-numbers.next i {
  font-size: 18px;
  font-size: 1.125rem;
}
.pagination .page-numbers li .page-numbers.next span,
.woocommerce-pagination .page-numbers li .page-numbers.next span {
  display: none;
}

ul.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  margin-right: 10px;
}
ul.pagination li .page-numbers {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
ul.pagination li .page-numbers.current, ul.pagination li .page-numbers:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}
ul.pagination li .page-numbers.next, ul.pagination li .page-numbers.prev {
  width: auto;
  display: flex;
  align-items: center;
}
ul.pagination li .page-numbers.next:hover, ul.pagination li .page-numbers.prev:hover {
  color: var(--e-global-color-primary);
  background-color: transparent;
}
ul.pagination li .page-numbers.prev {
  margin-right: 20px;
}
ul.pagination li .page-numbers.prev i {
  margin-right: 9px;
}
ul.pagination li .page-numbers.next {
  margin-left: 20px;
}
ul.pagination li .page-numbers.next i {
  margin-left: 9px;
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  transform: rotateY(180deg);
}

.page-links {
  padding-top: 20px;
}
.page-links > * {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--e-global-typography-accent-font-weight);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  color: var(--e-global-color-secondary);
  background-color: transparent;
}
.page-links > *.current, .page-links > *:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

nav.post-navigation {
  border-style: dashed;
  border-width: 1px 0px 1px 0px;
  border-color: var(--e-global-color-border);
  margin-top: 21px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  padding-top: 30px;
  padding-bottom: 30px;
}
nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
  display: flex;
  align-items: center;
  color: var(--e-global-color-secondary);
}
nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
  color: var(--e-global-color-primary);
}
nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
  object-fit: cover;
  width: 108px;
  height: 68px;
  display: none;
  border-radius: 4px;
}
@media (min-width: 768px) {
  nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    display: block;
  }
}
nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  line-height: 1.5;
}
nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
  display: flex;
  color: var(--e-global-color-text);
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  align-content: center;
  align-items: center;
}
nav.post-navigation .nav-previous {
  float: left;
  width: 48%;
  padding-right: 15px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-previous {
    width: 50%;
  }
}
nav.post-navigation .nav-previous img {
  margin-right: 15px;
}
nav.post-navigation .nav-previous .reader-text {
  justify-content: flex-start;
}
nav.post-navigation .nav-previous .reader-text:before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 5px;
  line-height: 5px;
}
nav.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 48%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  nav.post-navigation .nav-next {
    width: 50%;
  }
}
nav.post-navigation .nav-next img {
  margin-left: 15px;
}
nav.post-navigation .nav-next .reader-text {
  justify-content: flex-end;
}
nav.post-navigation .nav-next .reader-text:after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 5px;
  line-height: 5px;
}

/*-------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  display: none;
}
@media (min-width: 1024px) {
  #secondary {
    display: block;
  }
}
#secondary .widget_block,
#secondary .widget {
  margin-bottom: 3.25rem;
}
#secondary .widget_block:last-child,
#secondary .widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget .wp-block-group {
  position: relative;
}
.widget.widget_product_search .widget-title,
.widget.widget_product_search .widgettitle, .widget.widget_search .widget-title,
.widget.widget_search .widgettitle {
  transform: none;
}
.widget.widget_product_search .widget-title span,
.widget.widget_product_search .widgettitle span, .widget.widget_search .widget-title span,
.widget.widget_search .widgettitle span {
  padding: 0;
}
.widget.widget_product_search .wp-block-search__input,
.widget.widget_product_search .search-field, .widget.widget_search .wp-block-search__input,
.widget.widget_search .search-field {
  border-bottom: 1px dashed var(--e-global-color-border);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 13px;
  border-radius: 0;
}
.widget.widget_product_search .wp-block-search__input:hover,
.widget.widget_product_search .search-field:hover, .widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .search-field:hover {
  border-color: var(--e-global-color-primary);
  background-color: #fff;
}
.widget.widget_product_search .wp-block-search__inside-wrapper:before, .widget.widget_search .wp-block-search__inside-wrapper:before {
  font-size: 1.125rem;
  color: var(--e-global-color-secondary);
}
.widget.widget_product_search .wp-block-search__inside-wrapper:hover, .widget.widget_search .wp-block-search__inside-wrapper:hover {
  color: var(--e-global-color-primary);
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container > h2,
.widget_block .widget-title,
.widget_block .widgettitle,
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title,
.widget .widgettitle {
  font-size: 24px;
  font-size: 1.5rem;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--e-global-color-border);
  margin-bottom: 1.5rem;
}
.widget_block.widget_search .wp-block-search__label,
.widget_block.widget_search .wp-block-group__inner-container > h2,
.widget_block.widget_search .widget-title,
.widget_block.widget_search .widgettitle,
.widget.widget_search .wp-block-search__label,
.widget.widget_search .wp-block-group__inner-container > h2,
.widget.widget_search .widget-title,
.widget.widget_search .widgettitle {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget_block .wp-block-search__label,
.widget .wp-block-search__label {
  display: none;
}
.widget_block .widget-search .search-submit,
.widget .widget-search .search-submit {
  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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.widget_block .widget-search .search-submit:focus,
.widget .widget-search .search-submit:focus {
  background-color: #f1f1f1;
  color: #21759b;
  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;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.widget_block.widget_recent_entries,
.widget.widget_recent_entries {
  counter-reset: section;
  padding-top: 3px;
}
.widget_block.widget_recent_entries .widget-content .post-date,
.widget.widget_recent_entries .widget-content .post-date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: var(--e-global-color-lighter);
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.widget_block.widget_recent_entries .widget-content li,
.widget.widget_recent_entries .widget-content li {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.widget_block.widget_recent_entries .widget-content li:last-child,
.widget.widget_recent_entries .widget-content li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail,
.widget.widget_recent_entries .recent-posts-thumbnail {
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.widget_block.widget_recent_entries .recent-posts-thumbnail img,
.widget.widget_recent_entries .recent-posts-thumbnail img {
  margin-right: 12px;
  width: 108px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
}
.widget_block.widget_recent_entries .recent-posts-info,
.widget.widget_recent_entries .recent-posts-info {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.widget_block.widget_recent_entries .post-title,
.widget.widget_recent_entries .post-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--e-global-color-secondary);
  margin-bottom: 0;
}
.widget_block.widget_recent_entries .post-title a,
.widget.widget_recent_entries .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--e-global-color-secondary);
}
.widget_block.widget_recent_entries .post-title a:hover,
.widget.widget_recent_entries .post-title a:hover {
  text-decoration: none;
  color: var(--e-global-color-primary);
}
.widget_block ul,
.widget ul {
  margin-left: 0;
  list-style: none;
}
.widget_block ul li,
.widget ul li {
  list-style: none;
  margin-bottom: 0.375em;
}
.widget_block ul .children,
.widget ul .children {
  margin-top: 0.375em;
}
.widget_block ul ul,
.widget ul ul {
  margin-left: 1.41577975em;
  margin-top: 0.375em;
}
.widget_block.widget_rss .rss-date,
.widget.widget_rss .rss-date {
  font-style: italic;
  display: block;
  margin: 0 0 0.7em;
}
.widget_block.widget_rss .widget-title .rsswidget,
.widget.widget_rss .widget-title .rsswidget {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
}
.widget_block.widget_rss .rss-date,
.widget_block.widget_rss cite,
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
  color: var(--e-global-color-secondary);
}
.widget_block.widget_rss li,
.widget.widget_rss li {
  margin-bottom: 1em;
}
.widget_block.widget_rss li a.rsswidget,
.widget.widget_rss li a.rsswidget {
  text-decoration: underline;
  line-height: 1.41577975em;
}

.wpml-ls.wpml-ls-legacy-list-vertical li, .wpml-ls.wpml-ls-legacy-list-horizontal li {
  margin-bottom: 1em;
}
.wpml-ls.wpml-ls-legacy-list-vertical a, .wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls.wpml-ls-legacy-list-horizontal a {
  padding-right: 0.875em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click, .wpml-ls.wpml-ls-legacy-dropdown {
  width: 100%;
}
.wpml-ls.wpml-ls-legacy-dropdown-click a, .wpml-ls.wpml-ls-legacy-dropdown a {
  padding: 1em 1.41577975em;
  border-color: var(--e-global-color-border);
  background-color: var(--background);
}
.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after, .wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: 1em;
}
.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: 0;
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  margin-bottom: 0;
}
.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
  margin-top: 1em;
  margin-bottom: 0;
}
.wpml-ls-statics-footer li a {
  color: var(--e-global-color-text);
}
.wpml-ls-statics-footer li a:hover {
  color: var(--e-global-color-primary);
}

.widget.widget_tag_cloud .tagcloud a, .widget.widget_tag_cloud .wp-block-tag-cloud a, .widget.widget_product_tag_cloud .tagcloud a, .widget.widget_product_tag_cloud .wp-block-tag-cloud a {
  display: inline-block;
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  text-transform: var(--e-global-typography-text-text-transform);
  font-style: var(--e-global-typography-text-font-style);
  text-decoration: var(--e-global-typography-text-text-decoration);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  font-size: 13px !important;
  color: var(--e-global-color-lighter);
  padding: 2px 11px;
  margin-bottom: 5px;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px;
  border-color: var(--e-global-color-border);
  text-transform: capitalize;
}
.widget.widget_tag_cloud .tagcloud a:not(:last-child):after, .widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after, .widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after, .widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after {
  display: none;
  content: ".";
  margin: -8px 8px 0;
  vertical-align: middle;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover, .widget.widget_product_tag_cloud .tagcloud a:hover, .widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
  color: #fff;
  text-decoration: unset;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  color: var(--e-global-color-lighter);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
  color: var(--e-global-color-secondary);
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before {
  opacity: 1 !important;
}
.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
  color: var(--e-global-color-primary);
}

.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form:before,
.widget_product_search form:before,
.site-search form:before {
  font-size: 16px;
  font-size: 1rem;
  color: var(--e-global-color-secondary);
}
.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
  width: 100%;
  padding-right: 55px;
  flex: 1;
  border: none;
}
.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  border: none;
  padding: 0;
}
.widget_search form input[type=submit]:hover, .widget_search form input[type=submit]:focus, .widget_search form input[type=submit]:active,
.widget_search form button[type=submit]:hover,
.widget_search form button[type=submit]:focus,
.widget_search form button[type=submit]:active,
.widget_product_search form input[type=submit]:hover,
.widget_product_search form input[type=submit]:focus,
.widget_product_search form input[type=submit]:active,
.widget_product_search form button[type=submit]:hover,
.widget_product_search form button[type=submit]:focus,
.widget_product_search form button[type=submit]:active,
.site-search form input[type=submit]:hover,
.site-search form input[type=submit]:focus,
.site-search form input[type=submit]:active,
.site-search form button[type=submit]:hover,
.site-search form button[type=submit]:focus,
.site-search form button[type=submit]:active {
  background: transparent;
}

.widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
}

.widget_search:not(.widget_block) form:before,
.widget_product_search form:before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -50%);
  z-index: 1;
  height: 52px;
  width: auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding-bottom: 13px;
  font-size: 20px;
  font-size: 1.25rem;
}

.wp-block-search::before {
  display: none;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  position: relative;
  width: 80px;
  margin: 0 0 0 15px;
  text-align: right;
  color: var(--e-global-color-secondary);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  z-index: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--e-global-color-primary);
}

.site-search form {
  margin-bottom: 0;
}

.widget_categories form,
.widget_text form {
  margin: 0;
}
.widget_categories p,
.widget_text p {
  margin: 0;
}

.widget.widget_block ul, .widget.widget_block ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol,
.widget_product_brands ul,
.widget_product_brands ol,
.widget_pages ul,
.widget_pages ol,
.widget_categories ul,
.widget_categories ol,
.widget_archive ul,
.widget_archive ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_links ul,
.widget_links ol,
.widget_product_categories ul,
.widget_product_categories ol,
.widget_layered_nav ul,
.widget_layered_nav ol,
.widget_meta ul,
.widget_meta ol,
.widget_layered_nav_filters ul,
.widget_layered_nav_filters ol {
  margin-bottom: 0;
}
.widget.widget_block ul li, .widget.widget_block ol li,
.wp-block-archives-list ul li,
.wp-block-archives-list ol li,
.widget_product_brands ul li,
.widget_product_brands ol li,
.widget_pages ul li,
.widget_pages ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_archive ul li,
.widget_archive ol li,
.widget_recent_comments ul li,
.widget_recent_comments ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li,
.widget_links ul li,
.widget_links ol li,
.widget_product_categories ul li,
.widget_product_categories ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_meta ul li,
.widget_meta ol li,
.widget_layered_nav_filters ul li,
.widget_layered_nav_filters ol li {
  list-style: none;
}
.widget.widget_block ul li:hover, .widget.widget_block ol li:hover,
.wp-block-archives-list ul li:hover,
.wp-block-archives-list ol li:hover,
.widget_product_brands ul li:hover,
.widget_product_brands ol li:hover,
.widget_pages ul li:hover,
.widget_pages ol li:hover,
.widget_categories ul li:hover,
.widget_categories ol li:hover,
.widget_archive ul li:hover,
.widget_archive ol li:hover,
.widget_recent_comments ul li:hover,
.widget_recent_comments ol li:hover,
.widget_nav_menu ul li:hover,
.widget_nav_menu ol li:hover,
.widget_links ul li:hover,
.widget_links ol li:hover,
.widget_product_categories ul li:hover,
.widget_product_categories ol li:hover,
.widget_layered_nav ul li:hover,
.widget_layered_nav ol li:hover,
.widget_meta ul li:hover,
.widget_meta ol li:hover,
.widget_layered_nav_filters ul li:hover,
.widget_layered_nav_filters ol li:hover {
  color: var(--e-global-color-primary);
}
.widget.widget_block ul a, .widget.widget_block ol a,
.wp-block-archives-list ul a,
.wp-block-archives-list ol a,
.widget_product_brands ul a,
.widget_product_brands ol a,
.widget_pages ul a,
.widget_pages ol a,
.widget_categories ul a,
.widget_categories ol a,
.widget_archive ul a,
.widget_archive ol a,
.widget_recent_comments ul a,
.widget_recent_comments ol a,
.widget_nav_menu ul a,
.widget_nav_menu ol a,
.widget_links ul a,
.widget_links ol a,
.widget_product_categories ul a,
.widget_product_categories ol a,
.widget_layered_nav ul a,
.widget_layered_nav ol a,
.widget_meta ul a,
.widget_meta ol a,
.widget_layered_nav_filters ul a,
.widget_layered_nav_filters ol a {
  color: var(--e-global-color-text);
}
.widget.widget_block ul a .count,
.widget.widget_block ul a .cat-count, .widget.widget_block ol a .count,
.widget.widget_block ol a .cat-count,
.wp-block-archives-list ul a .count,
.wp-block-archives-list ul a .cat-count,
.wp-block-archives-list ol a .count,
.wp-block-archives-list ol a .cat-count,
.widget_product_brands ul a .count,
.widget_product_brands ul a .cat-count,
.widget_product_brands ol a .count,
.widget_product_brands ol a .cat-count,
.widget_pages ul a .count,
.widget_pages ul a .cat-count,
.widget_pages ol a .count,
.widget_pages ol a .cat-count,
.widget_categories ul a .count,
.widget_categories ul a .cat-count,
.widget_categories ol a .count,
.widget_categories ol a .cat-count,
.widget_archive ul a .count,
.widget_archive ul a .cat-count,
.widget_archive ol a .count,
.widget_archive ol a .cat-count,
.widget_recent_comments ul a .count,
.widget_recent_comments ul a .cat-count,
.widget_recent_comments ol a .count,
.widget_recent_comments ol a .cat-count,
.widget_nav_menu ul a .count,
.widget_nav_menu ul a .cat-count,
.widget_nav_menu ol a .count,
.widget_nav_menu ol a .cat-count,
.widget_links ul a .count,
.widget_links ul a .cat-count,
.widget_links ol a .count,
.widget_links ol a .cat-count,
.widget_product_categories ul a .count,
.widget_product_categories ul a .cat-count,
.widget_product_categories ol a .count,
.widget_product_categories ol a .cat-count,
.widget_layered_nav ul a .count,
.widget_layered_nav ul a .cat-count,
.widget_layered_nav ol a .count,
.widget_layered_nav ol a .cat-count,
.widget_meta ul a .count,
.widget_meta ul a .cat-count,
.widget_meta ol a .count,
.widget_meta ol a .cat-count,
.widget_layered_nav_filters ul a .count,
.widget_layered_nav_filters ul a .cat-count,
.widget_layered_nav_filters ol a .count,
.widget_layered_nav_filters ol a .cat-count {
  color: var(--e-global-color-text);
}
.widget.widget_block ul a:focus, .widget.widget_block ul a:hover, .widget.widget_block ol a:focus, .widget.widget_block ol a:hover,
.wp-block-archives-list ul a:focus,
.wp-block-archives-list ul a:hover,
.wp-block-archives-list ol a:focus,
.wp-block-archives-list ol a:hover,
.widget_product_brands ul a:focus,
.widget_product_brands ul a:hover,
.widget_product_brands ol a:focus,
.widget_product_brands ol a:hover,
.widget_pages ul a:focus,
.widget_pages ul a:hover,
.widget_pages ol a:focus,
.widget_pages ol a:hover,
.widget_categories ul a:focus,
.widget_categories ul a:hover,
.widget_categories ol a:focus,
.widget_categories ol a:hover,
.widget_archive ul a:focus,
.widget_archive ul a:hover,
.widget_archive ol a:focus,
.widget_archive ol a:hover,
.widget_recent_comments ul a:focus,
.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:focus,
.widget_recent_comments ol a:hover,
.widget_nav_menu ul a:focus,
.widget_nav_menu ul a:hover,
.widget_nav_menu ol a:focus,
.widget_nav_menu ol a:hover,
.widget_links ul a:focus,
.widget_links ul a:hover,
.widget_links ol a:focus,
.widget_links ol a:hover,
.widget_product_categories ul a:focus,
.widget_product_categories ul a:hover,
.widget_product_categories ol a:focus,
.widget_product_categories ol a:hover,
.widget_layered_nav ul a:focus,
.widget_layered_nav ul a:hover,
.widget_layered_nav ol a:focus,
.widget_layered_nav ol a:hover,
.widget_meta ul a:focus,
.widget_meta ul a:hover,
.widget_meta ol a:focus,
.widget_meta ol a:hover,
.widget_layered_nav_filters ul a:focus,
.widget_layered_nav_filters ul a:hover,
.widget_layered_nav_filters ol a:focus,
.widget_layered_nav_filters ol a:hover {
  color: var(--e-global-color-primary);
}
.widget.widget_block ul a:focus .count,
.widget.widget_block ul a:focus .cat-count, .widget.widget_block ul a:hover .count,
.widget.widget_block ul a:hover .cat-count, .widget.widget_block ol a:focus .count,
.widget.widget_block ol a:focus .cat-count, .widget.widget_block ol a:hover .count,
.widget.widget_block ol a:hover .cat-count,
.wp-block-archives-list ul a:focus .count,
.wp-block-archives-list ul a:focus .cat-count,
.wp-block-archives-list ul a:hover .count,
.wp-block-archives-list ul a:hover .cat-count,
.wp-block-archives-list ol a:focus .count,
.wp-block-archives-list ol a:focus .cat-count,
.wp-block-archives-list ol a:hover .count,
.wp-block-archives-list ol a:hover .cat-count,
.widget_product_brands ul a:focus .count,
.widget_product_brands ul a:focus .cat-count,
.widget_product_brands ul a:hover .count,
.widget_product_brands ul a:hover .cat-count,
.widget_product_brands ol a:focus .count,
.widget_product_brands ol a:focus .cat-count,
.widget_product_brands ol a:hover .count,
.widget_product_brands ol a:hover .cat-count,
.widget_pages ul a:focus .count,
.widget_pages ul a:focus .cat-count,
.widget_pages ul a:hover .count,
.widget_pages ul a:hover .cat-count,
.widget_pages ol a:focus .count,
.widget_pages ol a:focus .cat-count,
.widget_pages ol a:hover .count,
.widget_pages ol a:hover .cat-count,
.widget_categories ul a:focus .count,
.widget_categories ul a:focus .cat-count,
.widget_categories ul a:hover .count,
.widget_categories ul a:hover .cat-count,
.widget_categories ol a:focus .count,
.widget_categories ol a:focus .cat-count,
.widget_categories ol a:hover .count,
.widget_categories ol a:hover .cat-count,
.widget_archive ul a:focus .count,
.widget_archive ul a:focus .cat-count,
.widget_archive ul a:hover .count,
.widget_archive ul a:hover .cat-count,
.widget_archive ol a:focus .count,
.widget_archive ol a:focus .cat-count,
.widget_archive ol a:hover .count,
.widget_archive ol a:hover .cat-count,
.widget_recent_comments ul a:focus .count,
.widget_recent_comments ul a:focus .cat-count,
.widget_recent_comments ul a:hover .count,
.widget_recent_comments ul a:hover .cat-count,
.widget_recent_comments ol a:focus .count,
.widget_recent_comments ol a:focus .cat-count,
.widget_recent_comments ol a:hover .count,
.widget_recent_comments ol a:hover .cat-count,
.widget_nav_menu ul a:focus .count,
.widget_nav_menu ul a:focus .cat-count,
.widget_nav_menu ul a:hover .count,
.widget_nav_menu ul a:hover .cat-count,
.widget_nav_menu ol a:focus .count,
.widget_nav_menu ol a:focus .cat-count,
.widget_nav_menu ol a:hover .count,
.widget_nav_menu ol a:hover .cat-count,
.widget_links ul a:focus .count,
.widget_links ul a:focus .cat-count,
.widget_links ul a:hover .count,
.widget_links ul a:hover .cat-count,
.widget_links ol a:focus .count,
.widget_links ol a:focus .cat-count,
.widget_links ol a:hover .count,
.widget_links ol a:hover .cat-count,
.widget_product_categories ul a:focus .count,
.widget_product_categories ul a:focus .cat-count,
.widget_product_categories ul a:hover .count,
.widget_product_categories ul a:hover .cat-count,
.widget_product_categories ol a:focus .count,
.widget_product_categories ol a:focus .cat-count,
.widget_product_categories ol a:hover .count,
.widget_product_categories ol a:hover .cat-count,
.widget_layered_nav ul a:focus .count,
.widget_layered_nav ul a:focus .cat-count,
.widget_layered_nav ul a:hover .count,
.widget_layered_nav ul a:hover .cat-count,
.widget_layered_nav ol a:focus .count,
.widget_layered_nav ol a:focus .cat-count,
.widget_layered_nav ol a:hover .count,
.widget_layered_nav ol a:hover .cat-count,
.widget_meta ul a:focus .count,
.widget_meta ul a:focus .cat-count,
.widget_meta ul a:hover .count,
.widget_meta ul a:hover .cat-count,
.widget_meta ol a:focus .count,
.widget_meta ol a:focus .cat-count,
.widget_meta ol a:hover .count,
.widget_meta ol a:hover .cat-count,
.widget_layered_nav_filters ul a:focus .count,
.widget_layered_nav_filters ul a:focus .cat-count,
.widget_layered_nav_filters ul a:hover .count,
.widget_layered_nav_filters ul a:hover .cat-count,
.widget_layered_nav_filters ol a:focus .count,
.widget_layered_nav_filters ol a:focus .cat-count,
.widget_layered_nav_filters ol a:hover .count,
.widget_layered_nav_filters ol a:hover .cat-count {
  color: var(--e-global-color-priamry);
}

.widget_archive select {
  margin-bottom: 0;
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.wp-block-archives li,
.wp-block-categories li {
  list-style: none;
  margin-bottom: 0.6180339845em;
}
.widget_nav_menu li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.wp-block-archives li a,
.wp-block-categories li a {
  position: relative;
  display: inline-flex;
}
.widget_nav_menu li a .archive-name,
.widget_nav_menu li a .cat-name,
.widget_pages li a .archive-name,
.widget_pages li a .cat-name,
.widget_categories li a .archive-name,
.widget_categories li a .cat-name,
.widget_archive li a .archive-name,
.widget_archive li a .cat-name,
.wp-block-archives li a .archive-name,
.wp-block-archives li a .cat-name,
.wp-block-categories li a .archive-name,
.wp-block-categories li a .cat-name {
  margin-right: 4px;
  position: relative;
}

.widget-area .widget_categories select,
.widget-area .widget_archive select {
  margin-bottom: 0;
}
.widget-area .widget_categories .cat-count,
.widget-area .widget_categories .archive-count,
.widget-area .widget_archive .cat-count,
.widget-area .widget_archive .archive-count {
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-lighter);
}
.widget-area .widget_categories a,
.widget-area .widget_archive a {
  display: flex;
}
.widget-area .widget_categories a:before,
.widget-area .widget_archive a:before {
  display: none;
}
.widget-area .widget_categories a:focus, .widget-area .widget_categories a:hover,
.widget-area .widget_archive a:focus,
.widget-area .widget_archive a:hover {
  color: var(--e-global-color-primary);
}

.widget_recent_comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
.widget_recent_comments a {
  text-decoration: underline;
}

.wp-block-latest-comments__comment {
  line-height: 1.7;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  line-height: 1.7;
}
.wp-block-latest-comments__comment a {
  text-decoration: underline;
}
.wp-block-latest-comments__comment a:hover {
  color: var(--e-global-color-secondary);
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
  padding: 0.236em;
  text-align: center;
}
.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
  background-color: var(--e-global-color-secondary);
  color: #fff;
}

.widget_recent_entries ul ul.children {
  margin: 0.6180339845em 0 0 0;
}

.artfusy-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
  font-size: 1.41577975em;
}

.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav ul {
  margin-left: 0;
}
.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav ul li {
  padding-left: 1.618034em;
}
.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav ul li::before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  margin-right: 0.5407797364em;
  display: block;
  float: left;
  opacity: 0.35;
  margin-left: -1.618034em;
  width: 1em;
}
.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav ul li .children {
  margin-left: 0;
}
.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav li::before {
  content: "";
}
.artfusy-canvas-filter .artfusy-canvas-filter-wrap .widget_layered_nav .chosen::before {
  content: "";
}

.widget_calendar caption, .wp-block-calendar caption {
  padding: 7px 0;
  background: var(--e-global-color-primary);
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td, .wp-block-calendar table th, .wp-block-calendar table td {
  text-align: center;
  border: 1px solid;
  border-color: var(--e-global-color-border);
}
.widget_calendar table th, .wp-block-calendar table th {
  background: #ddd;
  color: var(--e-global-color-secondary);
}

.widget .widget_tag_cloud {
  margin-bottom: 18px;
}

/*--------------------------------------------------------------
16.0 Layout
--------------------------------------------------------------*/
/**
 * Strictly Layout Styles
 */
.woocommerce-page .ship_address .gift-form label::after,
.woocommerce-page .no_shipping_address .gift-form label::after {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-left: 0.5407797364em;
}
.woocommerce-page .ship_address .modify-address-button::before,
.woocommerce-page .no_shipping_address .modify-address-button::before {
  font-family: "artfusy-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-right: 0.5407797364em;
}
.woocommerce-page .addresses + .addresses header.title a::before {
  content: "";
}

@media (min-width: 1024px) {
  /**
  * Menus
  *
  * 1 - We have to use a `left` declaration so that dropdowns are revealed when tabbed.
  */
  .menu-toggle,
.main-navigation.toggled div.menu {
    display: none;
  }

  .primary-navigation {
    display: block;
  }

  .instagram-widget .instagram-picture, .instagram-widget .instagram-box-title {
    order: unset !important;
  }

  .site-content::before, .site-content::after {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }

  [class*=artfusy-sidebar-] .content-area {
    width: calc(100% - 380px);
    float: right;
  }
  .artfusy-sidebar-left .content-area {
    float: right;
  }
  .artfusy-sidebar-right .content-area {
    float: left;
  }

  [class*=artfusy-sidebar-] .widget-area {
    width: 300px;
    float: left;
  }
  .artfusy-sidebar-left .widget-area {
    float: left;
  }
  .artfusy-sidebar-right .widget-area {
    float: right;
  }

  .left-sidebar .content-area {
    float: left;
  }
  .left-sidebar .widget-area {
    float: right;
  }

  .artfusy-content-width-wide .elementor-section.elementor-section-boxed > .elementor-container,
.artfusy-content-width-wide .col-full {
    max-width: 100%;
  }
  .artfusy-content-width-wide #page .site-content,
.artfusy-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,
.artfusy-content-width-wide .elementor-section.elementor-section-boxed {
    padding-left: 80px;
    padding-right: 80px;
  }
  .artfusy-content-width-wide .e-con {
    --container-max-width: 100%;
  }

  .woocommerce-page.artfusy-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .artfusy-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }

  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407797364em !important;
    display: inline-block;
  }

  /**
   * Full width & homepage template
   */
  .page-template-template-fullwidth-php .content-area,
.elementor_library-template-default .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /**
   * Comments
   */
  .comment-list::before, .comment-list::after {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list #respond .comment-form-author,
.comment-list #respond .comment-form-email,
.comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    border: 1px solid var(--e-global-color-border);
  }
  .comment-list ol.children {
    margin-left: 80px;
    list-style: none;
  }

  #respond .comment-form-comment {
    clear: both;
  }

  /**
   * Primary Navigation
   */
  .artfusy-primary-navigation {
    clear: both;
  }
  .artfusy-primary-navigation::before, .artfusy-primary-navigation::after {
    content: "";
    display: table;
  }
  .artfusy-primary-navigation::after {
    clear: both;
  }

  /**
   * 404 Styles
   */
  .error404 .fourohfour-columns-2 .col-1 {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }

  .wpml-ls-statics-footer {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpml-ls-statics-footer::before, .wpml-ls-statics-footer::after {
    content: "";
    display: table;
  }
  .wpml-ls-statics-footer::after {
    clear: both;
  }
  .wpml-ls-statics-footer:after {
    content: " ";
    display: block;
    clear: both;
  }

  .copyright-bar .artfusy-social {
    text-align: left;
    margin: 0;
  }
  .copyright-bar .site-info {
    margin: 0;
  }
  .copyright-bar .logo-brands img {
    margin-left: auto;
    margin-right: 0;
  }
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  display: inline-block;
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
  font-size: 14px;
  line-height: 36px;
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover {
  color: var(--e-global-color-primary);
}
.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
  color: var(--e-global-color-primary);
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
  margin: 0px;
}
.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
  background-color: var(--e-global-color-primary);
  width: 0%;
}

/*--------------------------------------------------------------
17.0 Utilities
--------------------------------------------------------------*/
.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

.justify-content-start {
  justify-content: flex-start;
}

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

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

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

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

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

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

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

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

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

/*--------------------------------------------------------------
19.0 Icons
--------------------------------------------------------------*/
.artfusy-social-share {
  font-size: 14px;
  font-size: 0.875rem;
}
.artfusy-social-share .social-share-header {
  color: var(--e-global-color-text);
}
.artfusy-social-share a {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--e-global-color-text);
}
.artfusy-social-share a:hover {
  color: var(--e-global-color-primary);
}
.artfusy-social-share a span {
  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;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.artfusy-social-share a span:focus {
  background-color: #f1f1f1;
  color: #21759b;
  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;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.single-product .artfusy-social-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 22px;
}
.single-product .artfusy-social-share .social-share-header {
  display: block;
  margin-right: 18px;
}
.single-product .artfusy-social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  padding: 0;
  margin-right: 10px;
  color: #ffffff;
  background-color: var(--e-global-color-primary);
}
.single-product .artfusy-social-share a.social-facebook {
  background-color: #3B5998;
}
.single-product .artfusy-social-share a.social-twitter {
  background-color: #1DA1F2;
}
.single-product .artfusy-social-share a.social-linkedin {
  background-color: #0077B5;
}
.single-product .artfusy-social-share a.social-google {
  background-color: #787C80;
}
.single-product .artfusy-social-share a.social-pinterest {
  background-color: #E60023;
}
.single-product .artfusy-social-share a i {
  font-size: 12px;
  font-size: 0.75rem;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.artfusy-av-overlay {
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  cursor: wait;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99998;
}

.artfusy-av {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 15px #000;
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  padding: 20px;
  text-align: center;
  width: 580px;
  z-index: 99999;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .artfusy-av {
    padding: 80px;
  }
}
.artfusy-av h2 {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 36px;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.artfusy-av img {
  margin: 0 auto 20px;
}
.artfusy-av p {
  box-sizing: border-box;
}
.artfusy-av p:last-child {
  margin-bottom: 0;
}
.artfusy-av p strong {
  color: var(--e-global-color-primary);
}
.artfusy-av .artfusy-av-description {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--e-global-color-secondary);
  margin-bottom: 30px;
}
.artfusy-av .artfusy-av-copy {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: var(--e-global-typography-secondary-font-family);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  line-height: var(--e-global-typography-secondary-line-height);
  letter-spacing: var(--e-global-typography-secondary-letter-spacing);
  color: var(--e-global-color-secondary);
  margin-bottom: 1.2rem;
}
.artfusy-av button.yes {
  background-color: var(--e-global-color-primary);
  margin-left: 0;
  margin-right: 1%;
}
.artfusy-av button.yes:hover {
  background-color: var(--e-global-color-secondary);
}
.artfusy-av .errors {
  box-sizing: border-box;
  color: #ff1f1f;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 20px 0;
}
.artfusy-av .errors ul,
.artfusy-av .errors li {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
.artfusy-av .errors li span {
  background: #ebebeb;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 7px;
  color: #ff1f1f;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 14px;
  line-height: 13px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 14px;
}
.artfusy-av .fields {
  box-sizing: border-box;
  clear: both;
  margin: 10px 0 10px 0;
}
@media (max-width: 500px) {
  .artfusy-av {
    box-sizing: border-box;
    margin-left: 1px;
    margin-right: 20px;
    width: auto;
  }
  .artfusy-av img {
    max-width: 100%;
    max-height: 200px;
  }
  .artfusy-av button {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .artfusy-av button.no,
.artfusy-av button.yes {
    margin-left: 0;
    margin-right: 0;
  }
}

.overflow-to-left .artfusy-swiper {
  overflow: visible;
  clip-path: inset(-100% 0 -100% -100%);
}

.overflow-to-right .artfusy-swiper {
  overflow: visible;
  clip-path: inset(-100% -100% -100% 0);
}

.elementor-element .artfusy-swiper-wrapper {
  overflow: visible;
}
.elementor-element .artfusy-swiper-wrapper .swiper-slide {
  width: calc((100% - ((var(--e-global-column-to-show) - 1) * var(--grid-column-gap))) / var(--e-global-column-to-show));
  margin-right: var(--grid-column-gap);
}
.elementor-element .artfusy-swiper-wrapper.swiper .elementor-swiper-button {
  display: flex;
  min-width: 1em;
  min-height: 1em;
  font-size: 16px;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  color: var(--e-global-color-accent);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  align-items: center;
  justify-content: center;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .elementor-element .artfusy-swiper-wrapper.swiper .elementor-swiper-button {
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.elementor-element .artfusy-swiper-wrapper.swiper .elementor-swiper-button:hover {
  background-color: var(--e-global-color-primary);
  color: #fff;
}
@media (min-width: 768px) {
  .elementor-element .artfusy-swiper-wrapper.swiper .elementor-swiper-button-prev {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .elementor-element .artfusy-swiper-wrapper.swiper .elementor-swiper-button-next {
    right: -30px;
  }
}
.elementor-element .artfusy-swiper-wrapper.swiper .swiper-pagination-bullet:hover {
  opacity: 1;
}

.elementor-pagination-style-2 .swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: 0 10px;
}
.elementor-pagination-style-2 .swiper-pagination-bullet {
  background-color: var(--e-global-color-text);
  cursor: pointer;
  border-radius: 20px;
  width: 6px;
  height: 6px;
  position: relative;
}
.elementor-pagination-style-2 .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  border: 1px solid;
  padding: 5px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  top: -5px;
  left: -5px;
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .elementor-pagination-style-2 .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev {
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}



/*# sourceMappingURL=style.css.map */
