@charset "UTF-8";
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
/*
	Table of Contents
	-----------------------------------------

	Mobimax icons
	Enovathemes icons
	Auto icons
	Font Awesome Free 5.8.1
	Plyr
	General
	Photoswip
	Vc corrections
	Header
	Title section
	Forms
	Search/404
	Widgets
	Site loaders
	One page bullets
	Posts
	Filter
	Navigation
	Elements
	Effects

*/
.vc_clearfix:after, .vc_column-inner::after, .vc_el-clearfix, .vc_row:after {
  clear: both;
}

.vc_row:after, .vc_row:before {
  content: " ";
  display: table;
}

/* Auto icons 383
---------------*/
@font-face {
  font-family: "auto";
  src: url("../fonts/auto.ttf?cxmn12") format("truetype"), url("../fonts/auto.woff?cxmn12") format("woff"), url("../fonts/auto.svg?cxmn12#auto") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=enova-auto-], [class*=" enova-auto-"],
.yith-wcwl-add-to-wishlist a:before,
.loop-product .woosc-btn:before,
.custom-product .woosc-btn:before,
.star-rating:before,
.star-rating span:before,
.comment-form-rating a:after,
.woosc-btn.header-icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "auto" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.enova-hard {
  font-weight: 900;
}

.enova-auto-accelerator:before {
  content: "꤀";
}

.enova-auto-air-conditioner:before {
  content: "ꤗ";
}

.enova-auto-air-conditioner1:before {
  content: "ꤘ";
}

.enova-auto-air-conditioner2:before {
  content: "ꤙ";
}

.enova-auto-air-conditioner-1:before {
  content: "ꤚ";
}

.enova-auto-air-conditioner-2:before {
  content: "ꤛ";
}

.enova-auto-air-conditioner-3:before {
  content: "ꤜ";
}

.enova-auto-air-conditioner-4:before {
  content: "ꤝ";
}

.enova-auto-air-filter:before {
  content: "ꤞ";
}

.enova-auto-air-filter1:before {
  content: "ꤟ";
}

.enova-auto-air-filter-1:before {
  content: "ꤠ";
}

.enova-auto-air-filter-2:before {
  content: "ꤡ";
}

.enova-auto-air-pump:before {
  content: "ꤪ";
}

.enova-auto-airbag:before {
  content: "꤫";
}

.enova-auto-alloy-wheel:before {
  content: "꤬";
}

.enova-auto-alloy-wheel-1:before {
  content: "꤭";
}

.enova-auto-alloy-wheel-2:before {
  content: "꤮";
}

.enova-auto-alloy-wheel-3:before {
  content: "꤯";
}

.enova-auto-alloy-wheel-4:before {
  content: "ꤰ";
}

.enova-auto-alloy-wheel-5:before {
  content: "ꤱ";
}

.enova-auto-alloy-wheel-6:before {
  content: "ꤲ";
}

.enova-auto-alloy-wheel-7:before {
  content: "ꤳ";
}

.enova-auto-alloy-wheel-8:before {
  content: "ꤴ";
}

.enova-auto-alloy-wheel-9:before {
  content: "ꤵ";
}

.enova-auto-antenna:before {
  content: "ꤼ";
}

.enova-auto-antenna1:before {
  content: "ꤽ";
}

.enova-auto-antenna-1:before {
  content: "ꤾ";
}

.enova-auto-automatic-transmission:before {
  content: "ꥇ";
}

.enova-auto-automatic-transmission1:before {
  content: "ꥈ";
}

.enova-auto-automotive:before {
  content: "ꥉ";
}

.enova-auto-automotive-1:before {
  content: "ꥊ";
}

.enova-auto-automotive-2:before {
  content: "ꥋ";
}

.enova-auto-automotive-3:before {
  content: "ꥌ";
}

.enova-auto-battery:before {
  content: "꥓";
}

.enova-auto-brake-pad:before {
  content: "ꥬ";
}

.enova-auto-brake-pad1:before {
  content: "ꥭ";
}

.enova-auto-brake-pedal:before {
  content: "ꥮ";
}

.enova-auto-break:before {
  content: "ꥯ";
}

.enova-auto-break-1:before {
  content: "ꥰ";
}

.enova-auto-break-2:before {
  content: "ꥱ";
}

.enova-auto-break-3:before {
  content: "ꥲ";
}

.enova-auto-bumper:before {
  content: "ꦇ";
}

.enova-auto-bumper1:before {
  content: "ꦈ";
}

.enova-auto-car:before {
  content: "ꦙ";
}

.enova-auto-car1:before {
  content: "ꦚ";
}

.enova-auto-car2:before {
  content: "ꦛ";
}

.enova-auto-car-1:before {
  content: "ꦜ";
}

.enova-auto-car-19:before {
  content: "ꦝ";
}

.enova-auto-car-10:before {
  content: "ꦞ";
}

.enova-auto-car-11:before {
  content: "ꦟ";
}

.enova-auto-car-12:before {
  content: "ꦠ";
}

.enova-auto-car-13:before {
  content: "ꦡ";
}

.enova-auto-car-14:before {
  content: "ꦢ";
}

.enova-auto-car-15:before {
  content: "ꦣ";
}

.enova-auto-car-16:before {
  content: "ꦤ";
}

.enova-auto-car-17:before {
  content: "ꦥ";
}

.enova-auto-car-18:before {
  content: "ꦦ";
}

.enova-auto-car-2:before {
  content: "ꦧ";
}

.enova-auto-car-21:before {
  content: "ꦨ";
}

.enova-auto-car-3:before {
  content: "ꦩ";
}

.enova-auto-car-31:before {
  content: "ꦪ";
}

.enova-auto-car-4:before {
  content: "ꦫ";
}

.enova-auto-car-41:before {
  content: "ꦬ";
}

.enova-auto-car-5:before {
  content: "ꦭ";
}

.enova-auto-car-51:before {
  content: "ꦮ";
}

.enova-auto-car-6:before {
  content: "ꦯ";
}

.enova-auto-car-61:before {
  content: "ꦰ";
}

.enova-auto-car-7:before {
  content: "ꦱ";
}

.enova-auto-car-8:before {
  content: "ꦲ";
}

.enova-auto-car-9:before {
  content: "꦳";
}

.enova-auto-car-door:before {
  content: "ꦴ";
}

.enova-auto-car-key:before {
  content: "ꦵ";
}

.enova-auto-car-key-1:before {
  content: "ꦶ";
}

.enova-auto-car-light:before {
  content: "ꦷ";
}

.enova-auto-car-lights:before {
  content: "ꦸ";
}

.enova-auto-car-lights-1:before {
  content: "ꦹ";
}

.enova-auto-car-lights-2:before {
  content: "ꦺ";
}

.enova-auto-car-parts:before {
  content: "ꦻ";
}

.enova-auto-car-parts1:before {
  content: "ꦼ";
}

.enova-auto-car-parts-1:before {
  content: "ꦽ";
}

.enova-auto-car-parts-110:before {
  content: "ꦾ";
}

.enova-auto-car-parts-10:before {
  content: "ꦿ";
}

.enova-auto-car-parts-101:before {
  content: "꧀";
}

.enova-auto-car-parts-11:before {
  content: "꧁";
}

.enova-auto-car-parts-111:before {
  content: "꧂";
}

.enova-auto-car-parts-12:before {
  content: "꧃";
}

.enova-auto-car-parts-121:before {
  content: "꧄";
}

.enova-auto-car-parts-13:before {
  content: "꧅";
}

.enova-auto-car-parts-131:before {
  content: "꧆";
}

.enova-auto-car-parts-14:before {
  content: "꧇";
}

.enova-auto-car-parts-141:before {
  content: "꧈";
}

.enova-auto-car-parts-15:before {
  content: "꧉";
}

.enova-auto-car-parts-151:before {
  content: "꧊";
}

.enova-auto-car-parts-16:before {
  content: "꧋";
}

.enova-auto-car-parts-161:before {
  content: "꧌";
}

.enova-auto-car-parts-17:before {
  content: "꧍";
}

.enova-auto-car-parts-171:before {
  content: "꧎";
}

.enova-auto-car-parts-18:before {
  content: "ꧏ";
}

.enova-auto-car-parts-181:before {
  content: "꧐";
}

.enova-auto-car-parts-19:before {
  content: "꧑";
}

.enova-auto-car-parts-191:before {
  content: "꧒";
}

.enova-auto-car-parts-2:before {
  content: "꧓";
}

.enova-auto-car-parts-210:before {
  content: "꧔";
}

.enova-auto-car-parts-20:before {
  content: "꧕";
}

.enova-auto-car-parts-201:before {
  content: "꧖";
}

.enova-auto-car-parts-21:before {
  content: "꧗";
}

.enova-auto-car-parts-211:before {
  content: "꧘";
}

.enova-auto-car-parts-22:before {
  content: "꧙";
}

.enova-auto-car-parts-221:before {
  content: "꧚";
}

.enova-auto-car-parts-23:before {
  content: "꧛";
}

.enova-auto-car-parts-231:before {
  content: "꧜";
}

.enova-auto-car-parts-24:before {
  content: "꧝";
}

.enova-auto-car-parts-241:before {
  content: "꧞";
}

.enova-auto-car-parts-25:before {
  content: "꧟";
}

.enova-auto-car-parts-251:before {
  content: "ꧠ";
}

.enova-auto-car-parts-26:before {
  content: "ꧡ";
}

.enova-auto-car-parts-261:before {
  content: "ꧢ";
}

.enova-auto-car-parts-27:before {
  content: "ꧣ";
}

.enova-auto-car-parts-271:before {
  content: "ꧤ";
}

.enova-auto-car-parts-28:before {
  content: "ꧥ";
}

.enova-auto-car-parts-281:before {
  content: "ꧦ";
}

.enova-auto-car-parts-29:before {
  content: "ꧧ";
}

.enova-auto-car-parts-291:before {
  content: "ꧨ";
}

.enova-auto-car-parts-3:before {
  content: "ꧩ";
}

.enova-auto-car-parts-31:before {
  content: "ꧪ";
}

.enova-auto-car-parts-30:before {
  content: "ꧫ";
}

.enova-auto-car-parts-311:before {
  content: "ꧬ";
}

.enova-auto-car-parts-32:before {
  content: "ꧭ";
}

.enova-auto-car-parts-33:before {
  content: "ꧮ";
}

.enova-auto-car-parts-34:before {
  content: "ꧯ";
}

.enova-auto-car-parts-35:before {
  content: "꧰";
}

.enova-auto-car-parts-36:before {
  content: "꧱";
}

.enova-auto-car-parts-37:before {
  content: "꧲";
}

.enova-auto-car-parts-38:before {
  content: "꧳";
}

.enova-auto-car-parts-39:before {
  content: "꧴";
}

.enova-auto-car-parts-4:before {
  content: "꧵";
}

.enova-auto-car-parts-41:before {
  content: "꧶";
}

.enova-auto-car-parts-40:before {
  content: "꧷";
}

.enova-auto-car-parts-411:before {
  content: "꧸";
}

.enova-auto-car-parts-42:before {
  content: "꧹";
}

.enova-auto-car-parts-43:before {
  content: "ꧺ";
}

.enova-auto-car-parts-44:before {
  content: "ꧻ";
}

.enova-auto-car-parts-45:before {
  content: "ꧼ";
}

.enova-auto-car-parts-46:before {
  content: "ꧽ";
}

.enova-auto-car-parts-47:before {
  content: "ꧾ";
}

.enova-auto-car-parts-48:before {
  content: "꧿";
}

.enova-auto-car-parts-49:before {
  content: "ꨀ";
}

.enova-auto-car-parts-5:before {
  content: "ꨁ";
}

.enova-auto-car-parts-51:before {
  content: "ꨂ";
}

.enova-auto-car-parts-50:before {
  content: "ꨃ";
}

.enova-auto-car-parts-511:before {
  content: "ꨄ";
}

.enova-auto-car-parts-6:before {
  content: "ꨅ";
}

.enova-auto-car-parts-61:before {
  content: "ꨆ";
}

.enova-auto-car-parts-7:before {
  content: "ꨇ";
}

.enova-auto-car-parts-71:before {
  content: "ꨈ";
}

.enova-auto-car-parts-8:before {
  content: "ꨉ";
}

.enova-auto-car-parts-81:before {
  content: "ꨊ";
}

.enova-auto-car-parts-9:before {
  content: "ꨋ";
}

.enova-auto-car-parts-91:before {
  content: "ꨌ";
}

.enova-auto-car-wheel:before {
  content: "ꨍ";
}

.enova-auto-catalytic-converter:before {
  content: "ꨎ";
}

.enova-auto-chassis:before {
  content: "ꨏ";
}

.enova-auto-condenser:before {
  content: "ꨤ";
}

.enova-auto-condenser1:before {
  content: "ꨥ";
}

.enova-auto-construction-and-tools:before {
  content: "ꨦ";
}

.enova-auto-construction-and-tools-1:before {
  content: "ꨧ";
}

.enova-auto-construction-and-tools-2:before {
  content: "ꨨ";
}

.enova-auto-construction-and-tools-3:before {
  content: "ꨩ";
}

.enova-auto-construction-and-tools-4:before {
  content: "ꨪ";
}

.enova-auto-conveyor:before {
  content: "ꨫ";
}

.enova-auto-damper:before {
  content: "ꨴ";
}

.enova-auto-dashboard:before {
  content: "ꩃ";
}

.enova-auto-dashboard-1:before {
  content: "ꩄ";
}

.enova-auto-dashboard-2:before {
  content: "ꩅ";
}

.enova-auto-dashboard-3:before {
  content: "ꩆ";
}

.enova-auto-dashboard-4:before {
  content: "ꩇ";
}

.enova-auto-decibels:before {
  content: "ꩈ";
}

.enova-auto-disc-car:before {
  content: "꩙";
}

.enova-auto-door:before {
  content: "꩚";
}

.enova-auto-door1:before {
  content: "꩛";
}

.enova-auto-door-1:before {
  content: "꩜";
}

.enova-auto-drive:before {
  content: "꩝";
}

.enova-auto-engine:before {
  content: "ꩱ";
}

.enova-auto-engine-1:before {
  content: "ꩲ";
}

.enova-auto-engine-oil:before {
  content: "ꩳ";
}

.enova-auto-exhaust:before {
  content: "ꩴ";
}

.enova-auto-exhaust1:before {
  content: "ꩵ";
}

.enova-auto-exhaust-1:before {
  content: "ꩶ";
}

.enova-auto-exhaust-11:before {
  content: "꩷";
}

.enova-auto-exhaust-2:before {
  content: "꩸";
}

.enova-auto-exhaust-21:before {
  content: "꩹";
}

.enova-auto-exhaust-3:before {
  content: "ꩺ";
}

.enova-auto-exhaust-4:before {
  content: "ꩻ";
}

.enova-auto-exhaust-5:before {
  content: "ꩼ";
}

.enova-auto-exhaust-6:before {
  content: "ꩽ";
}

.enova-auto-exhaust-pipe:before {
  content: "ꩾ";
}

.enova-auto-exhaust-pipe-1:before {
  content: "ꩿ";
}

.enova-auto-fender:before {
  content: "ꪀ";
}

.enova-auto-fender1:before {
  content: "ꪁ";
}

.enova-auto-fog-light:before {
  content: "ꪠ";
}

.enova-auto-frontal-part-of-old-car:before {
  content: "ꪧ";
}

.enova-auto-frost:before {
  content: "ꪨ";
}

.enova-auto-frost-1:before {
  content: "ꪩ";
}

.enova-auto-gas-station:before {
  content: "ꪪ";
}

.enova-auto-gearshift:before {
  content: "ꪫ";
}

.enova-auto-gearshift-1:before {
  content: "ꪬ";
}

.enova-auto-grid:before {
  content: "ꪭ";
}

.enova-auto-grid1:before {
  content: "ꪮ";
}

.enova-auto-grid-1:before {
  content: "ꪯ";
}

.enova-auto-guard:before {
  content: "ꪰ";
}

.enova-auto-headlights:before {
  content: "꫖";
}

.enova-auto-headlights1:before {
  content: "꫗";
}

.enova-auto-hood:before {
  content: "ꫵ";
}

.enova-auto-hood1:before {
  content: "꫶";
}

.enova-auto-indicators:before {
  content: "ꬌ";
}

.enova-auto-info:before {
  content: "ꬑ";
}

.enova-auto-information:before {
  content: "ꬒ";
}

.enova-auto-light:before {
  content: "ꭐ";
}

.enova-auto-light-bulb:before {
  content: "ꭑ";
}

.enova-auto-light-bulb1:before {
  content: "ꭒ";
}

.enova-auto-mechanic:before {
  content: "ꭠ";
}

.enova-auto-metal:before {
  content: "꭬";
}

.enova-auto-mirror:before {
  content: "꭮";
}

.enova-auto-mirror1:before {
  content: "꭯";
}

.enova-auto-mirror-1:before {
  content: "ꭰ";
}

.enova-auto-mirror-11:before {
  content: "ꭱ";
}

.enova-auto-mirror-2:before {
  content: "ꭲ";
}

.enova-auto-motor:before {
  content: "ꭹ";
}

.enova-auto-motor-1:before {
  content: "ꭺ";
}

.enova-auto-motor-2:before {
  content: "ꭻ";
}

.enova-auto-navigator:before {
  content: "ꭼ";
}

.enova-auto-oil:before {
  content: "ꮊ";
}

.enova-auto-oil-1:before {
  content: "ꮋ";
}

.enova-auto-oil-filter:before {
  content: "ꮌ";
}

.enova-auto-oil-gauge:before {
  content: "ꮍ";
}

.enova-auto-oil-gauge1:before {
  content: "ꮎ";
}

.enova-auto-oil-gauge-1:before {
  content: "ꮏ";
}

.enova-auto-parking:before {
  content: "ꮕ";
}

.enova-auto-parking-1:before {
  content: "ꮖ";
}

.enova-auto-parking-2:before {
  content: "ꮗ";
}

.enova-auto-part:before {
  content: "ꮘ";
}

.enova-auto-pedal:before {
  content: "ꮙ";
}

.enova-auto-pipe:before {
  content: "ꮮ";
}

.enova-auto-pipe-1:before {
  content: "\ebaf";
}

.enova-auto-piston:before {
  content: "ꮰ";
}

.enova-auto-plug:before {
  content: "ꮱ";
}

.enova-auto-porsche:before {
  content: "ꮹ";
  color: #484c57;
}

.enova-auto-race:before {
  content: "ꯁ";
}

.enova-auto-race-1:before {
  content: "ꯂ";
}

.enova-auto-radiator:before {
  content: "ꯃ";
}

.enova-auto-radiator1:before {
  content: "ꯄ";
}

.enova-auto-radiator2:before {
  content: "ꯅ";
}

.enova-auto-rear-view-mirror:before {
  content: "ꯆ";
}

.enova-auto-rear-view-mirror-1:before {
  content: "ꯇ";
}

.enova-auto-repair:before {
  content: "ꯎ";
}

.enova-auto-seat:before {
  content: "ꯒ";
}

.enova-auto-seat1:before {
  content: "ꯓ";
}

.enova-auto-seat-1:before {
  content: "ꯔ";
}

.enova-auto-seat-belt:before {
  content: "ꯕ";
}

.enova-auto-seatbelt:before {
  content: "ꯖ";
}

.enova-auto-seatbelt1:before {
  content: "ꯗ";
}

.enova-auto-shock:before {
  content: "ꯘ";
}

.enova-auto-spare:before {
  content: "ꯥ";
}

.enova-auto-spare-part:before {
  content: "ꯦ";
}

.enova-auto-spark:before {
  content: "ꯧ";
}

.enova-auto-spark-plug:before {
  content: "ꯨ";
}

.enova-auto-spark-plug1:before {
  content: "ꯩ";
}

.enova-auto-spark-plug2:before {
  content: "ꯪ";
}

.enova-auto-speed:before {
  content: "꯫";
}

.enova-auto-speed-1:before {
  content: "꯬";
}

.enova-auto-speedometer:before {
  content: "꯭";
}

.enova-auto-spoiler:before {
  content: "꯮";
}

.enova-auto-spoiler-1:before {
  content: "꯯";
}

.enova-auto-spoiler-2:before {
  content: "꯰";
}

.enova-auto-start:before {
  content: "꯱";
}

.enova-auto-starter:before {
  content: "꯲";
}

.enova-auto-steal:before {
  content: "꯳";
}

.enova-auto-steering:before {
  content: "꯴";
}

.enova-auto-steering-wheel:before {
  content: "꯵";
}

.enova-auto-steering-wheel-1:before {
  content: "꯶";
}

.enova-auto-suspension:before {
  content: "갅";
}

.enova-auto-tailpipe:before {
  content: "갓";
}

.enova-auto-temperature:before {
  content: "갔";
}

.enova-auto-timing-belt:before {
  content: "갡";
}

.enova-auto-tire:before {
  content: "갢";
}

.enova-auto-tire1:before {
  content: "갣";
}

.enova-auto-tool:before {
  content: "갧";
}

.enova-auto-turbine:before {
  content: "갼";
}

.enova-auto-tyre:before {
  content: "걍";
}

.enova-auto-warning:before {
  content: "겘";
}

.enova-auto-warning-1:before {
  content: "겙";
}

.enova-auto-wheel:before {
  content: "겚";
}

.enova-auto-wheel1:before {
  content: "겛";
}

.enova-auto-wheel-1:before {
  content: "겜";
}

.enova-auto-wheel-11:before {
  content: "겝";
}

.enova-auto-window:before {
  content: "겞";
}

.enova-auto-window1:before {
  content: "겟";
}

.enova-auto-window2:before {
  content: "겠";
}

.enova-auto-window-1:before {
  content: "겡";
}

.enova-auto-windshield:before {
  content: "겢";
}

.enova-auto-windshield-1:before {
  content: "겣";
}

.enova-auto-worlwide:before {
  content: "겭";
}

.enova-auto-heart:before {
  content: "겮";
}

.enova-auto-reload:before {
  content: "겯";
}

.enova-auto-rate-star-button:before {
  content: "궭";
}

.yith-wcwl-add-to-wishlist a:before {
  content: "겮";
}

.loop-product .woosc-btn:before,
.custom-product .woosc-btn:before,
.woosc-btn.header-icon:before {
  content: "겯";
}

.woosc-btn.header-icon:before {
  font-size: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #bdbdbd;
  transition: color 300ms ease-out, background-color 300ms ease-out;
}

.woosc-btn.header-icon:hover:before {
  color: #212121;
}

.woosc-btn.header-icon a {
  display: none;
}

.star-rating:before,
.star-rating span:before {
  content: "궭궭궭궭궭";
}

.comment-form-rating a:after {
  content: "궭";
}

.comment-form-rating a.star-2:after {
  content: "궭궭";
}

.comment-form-rating a.star-3:after {
  content: "궭궭궭";
}

.comment-form-rating a.star-4:after {
  content: "궭궭궭궭";
}

.comment-form-rating a.star-5:after {
  content: "궭궭궭궭궭";
}

.demo-icon-pack {
  margin: 0 auto;
  display: grid;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-template-columns: repeat(10, 10fr) !important;
}

.demo-icon-pack span {
  background-color: #f5f5f5;
  position: relative;
  font-size: 48px;
  line-height: 48px;
  padding: 12px;
  text-align: center;
  color: #000000;
  will-change: transform;
  transform: translateY(0);
  cursor: pointer;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 300ms ease-out, background-color 300ms ease-out;
}

.demo-icon-pack span:before {
  display: inline-block;
  width: 48px;
  text-align: right;
}

.demo-icon-pack span:hover {
  background-color: #f0f0f0;
}

.demo-icon-pack span.active {
  box-shadow: inset 0 0 0 1px #000000;
}

.demo-icon-pack span:after {
  content: "Copied!";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
  width: 72px;
  height: 32px;
  line-height: 32px !important;
  font-size: 14px !important;
  background-color: #000000 !important;
  color: #ffffff !important;
  text-align: center;
  display: block;
  opacity: 0;
  transform: translateY(0);
}

.demo-icon-pack span.active:after {
  animation-name: ShowIconName;
  animation-duration: 300ms;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes ShowIconName {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-16px);
    opacity: 1;
  }
}
/* Enovathemes icons
---------------*/
@font-face {
  font-family: "enova";
  src: url("../fonts/enova.eot?rdy977");
  src: url("../fonts/enova.eot?rdy977#iefix") format("embedded-opentype"), url("../fonts/enova.ttf?rdy977") format("truetype"), url("../fonts/enova.woff?rdy977") format("woff"), url("../fonts/enova.svg?rdy977#enova") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ien-], [class*=" ien-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "enova" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
}

.ien-earrow-1:before {
  content: "\e900";
}

.ien-earrow-2:before {
  content: "\e901";
}

.ien-earrow-3:before {
  content: "\e902";
}

.ien-earrow-4:before {
  content: "\e903";
}

.ien-earrow-5:before {
  content: "\e904";
}

.ien-earrow-6:before {
  content: "\e905";
}

.ien-earrow-7:before {
  content: "\e906";
}

.ien-earrow-8:before {
  content: "\e907";
}

.ien-earrow-9:before {
  content: "\e908";
}

.ien-earrow-10:before {
  content: "\e909";
}

.ien-earrow-11:before {
  content: "\e90a";
}

.ien-earrow-12:before {
  content: "\e90b";
}

.ien-earrow-13:before {
  content: "\e90c";
}

.ien-earrow-14:before {
  content: "\e90d";
}

.ien-eclose-1:before {
  content: "\e90e";
}

.ien-eclose-2:before {
  content: "\e90f";
}

.ien-eclose-3:before {
  content: "\e910";
}

.ien-eclose-4:before {
  content: "\e911";
}

.ien-eclose-5:before {
  content: "\e912";
}

.ien-eclose-6:before {
  content: "\e913";
}

.ien-eclose-7:before {
  content: "\e914";
}

.ien-eclose-8:before {
  content: "\e915";
}

.ien-eclose-9:before {
  content: "\e916";
}

.ien-eclose-10:before {
  content: "\e917";
}

.ien-eclose-11:before {
  content: "\e918";
}

.ien-eclose-12:before {
  content: "\e919";
}

.ien-ecart-1:before {
  content: "\e91a";
}

.ien-ecart-2:before {
  content: "\e91b";
}

.ien-ecart-3:before {
  content: "\e91c";
}

.ien-ecart-4:before {
  content: "\e91d";
}

.ien-ecart-5:before {
  content: "\e91e";
}

.ien-ecart-6:before {
  content: "\e91f";
}

.ien-ecart-7:before {
  content: "\e920";
}

.ien-ecart-8:before {
  content: "\e921";
}

.ien-ecart-9:before {
  content: "\e922";
}

.ien-ecart-10:before {
  content: "\e923";
}

.ien-ecart-11:before {
  content: "\e924";
}

.ien-ecart-12:before {
  content: "\e925";
}

.ien-ecart-13:before {
  content: "\e926";
}

.ien-ecart-14:before {
  content: "\e927";
}

.ien-ecart-15:before {
  content: "\e928";
}

.ien-ecart-16:before {
  content: "\e929";
}

.ien-ecart-17:before {
  content: "\e92a";
}

.ien-ecart-18:before {
  content: "\e92b";
}

.ien-ecart-19:before {
  content: "\e92c";
}

.ien-ecart-20:before {
  content: "\e92d";
}

.ien-ecart-21:before {
  content: "\e92e";
}

.ien-ecart-22:before {
  content: "\e92f";
}

.ien-ecart-23:before {
  content: "\e930";
}

.ien-ecart-24:before {
  content: "\e931";
}

.ien-ecart-25:before {
  content: "\e932";
}

.ien-ecart-26:before {
  content: "\e933";
}

.ien-ecart-27:before {
  content: "\e934";
}

.ien-ecart-28:before {
  content: "\e935";
}

.ien-ecart-29:before {
  content: "\e936";
}

.ien-ecart-30:before {
  content: "\e937";
}

.ien-ecart-31:before {
  content: "\e938";
}

.ien-ecart-32:before {
  content: "\e939";
}

.ien-ecart-33:before {
  content: "\e93a";
}

.ien-ecart-34:before {
  content: "\e93b";
}

.ien-ecart-35:before {
  content: "\e93c";
}

.ien-ecart-36:before {
  content: "\e93d";
}

.ien-ecart-37:before {
  content: "\e93e";
}

.ien-ecart-38:before {
  content: "\e93f";
}

.ien-ecart-39:before {
  content: "\e940";
}

.ien-ecart-40:before {
  content: "\e941";
}

.ien-ecart-41:before {
  content: "\e942";
}

.ien-ecart-42:before {
  content: "\e943";
}

.ien-ecart-43:before {
  content: "\e944";
}

.ien-esearch-1:before {
  content: "\e945";
}

.ien-esearch-2:before {
  content: "\e946";
}

.ien-esearch-3:before {
  content: "\e947";
}

.ien-esearch-4:before {
  content: "\e948";
}

.ien-esearch-5:before {
  content: "\e949";
}

.ien-esearch-6:before {
  content: "\e94a";
}

.ien-esearch-7:before {
  content: "\e94b";
}

.ien-esearch-8:before {
  content: "\e94c";
}

.ien-esearch-9:before {
  content: "\e94d";
}

.ien-esearch-10:before {
  content: "\e94e";
}

.ien-esearch-11:before {
  content: "\e94f";
}

.ien-esearch-12:before {
  content: "\e950";
}

.ien-esearch-13:before {
  content: "\e951";
}

.ien-esearch-14:before {
  content: "\e952";
}

.ien-esearch-15:before {
  content: "\e953";
}

.ien-esearch-16:before {
  content: "\e954";
}

.ien-esearch-17:before {
  content: "\e955";
}

.ien-esearch-18:before {
  content: "\e956";
}

.ien-esearch-19:before {
  content: "\e957";
}

.ien-esearch-20:before {
  content: "\e958";
}

.ien-emenu-1:before {
  content: "\e959";
}

.ien-emenu-2:before {
  content: "\e95a";
}

.ien-emenu-3:before {
  content: "\e95b";
}

.ien-emenu-4:before {
  content: "\e95c";
}

.ien-emenu-5:before {
  content: "\e95d";
}

.ien-emenu-6:before {
  content: "\e95e";
}

.ien-emenu-7:before {
  content: "\e95f";
}

.ien-emenu-8:before {
  content: "\e960";
}

.ien-euser-1:before {
  content: "\e961";
}

.ien-euser-2:before {
  content: "\e962";
}

.ien-euser-3:before {
  content: "\e963";
}

.ien-euser-4:before {
  content: "\e964";
}

.ien-euser-5:before {
  content: "\e965";
}

.ien-euser-6:before {
  content: "\e966";
}

.ien-euser-7:before {
  content: "\e967";
}

.ien-euser-8:before {
  content: "\e968";
}

.ien-euser-9:before {
  content: "\e969";
}

.ien-euser-10:before {
  content: "\e96a";
}

.ien-euser-11:before {
  content: "\e96b";
}

.ien-euser-12:before {
  content: "\e96c";
}

.ien-euser-13:before {
  content: "\e96d";
}

.ien-euser-14:before {
  content: "\e96e";
}

.ien-euser-15:before {
  content: "\e96f";
}

.ien-euser-16:before {
  content: "\e970";
}

.ien-euser-17:before {
  content: "\e971";
}

.ien-plus-1:before {
  content: "\e981";
}

.ien-plus-2:before {
  content: "\e982";
}

.ien-plus-3:before {
  content: "\e983";
}

.ien-plus-4:before {
  content: "\e984";
}

.ien-plus-5:before {
  content: "\e985";
}

.ien-plus-6:before {
  content: "\e986";
}

.ien-plus-7:before {
  content: "\e987";
}

.ien-plus-8:before {
  content: "\e988";
}

.ien-instagram:before {
  content: "沈";
}

.ien-twitter:before {
  content: "拾";
}

.ien-youtube:before {
  content: "若";
}

.ien-facebook:before {
  content: "掠";
}

.ien-pinterest:before {
  content: "略";
}

.ien-vk:before {
  content: "亮";
}

.ien-github:before {
  content: "兩";
}

.ien-skype:before {
  content: "凉";
}

.ien-vimeo:before {
  content: "梁";
}

.ien-dribbble:before {
  content: "糧";
}

.ien-behance:before {
  content: "良";
}

.ien-tripadvisor:before {
  content: "諒";
}

.ien-email:before {
  content: "量";
}

.ien-linkedin:before {
  content: "勵";
}

.ien-google:before {
  content: "呂";
}

/* Icon font
---------------*/
.menu-item .arrow-down,
.shop_table .product-thumbnail .image-container:before,
.wpml-ls-item-toggle:after,
.overlay-read-more,
.enovathemes-navigation .next:before,
.enovathemes-navigation .prev:before,
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before,
.flex-prev,
.flex-next,
.slick-prev,
.slick-next,
.owl-prev,
.owl-next,
#to-top,
.nivo-lightbox-nav,
.nivo-lightbox-close,
.widget_calendar caption a,
#searchsubmit + .search-icon,
.widget_product_search form button:before,
.widget_nav_menu ul li a .toggle,
.widget_product_categories ul li a .toggle,
.widget_instagram ul li a:before,
.widget_flickr ul li a:before,
.widget_et_recent_entries .post-thumbnail a:before,
.widget_products .product_list_widget > li .product-image .image-container a:before,
.widget_recently_viewed_products .product_list_widget > li .product-image .image-containera a:before,
.widget_recent_reviews .product_list_widget > li .product-image .image-container a:before,
.widget_top_rated_products .product_list_widget > li .product-image .image-container a:before,
.yith-woocompare-widget ul.products-list li .remove:before,
.woocommerce-product-gallery__trigger,
#yith-quick-view-close:before,
.et-link:after,
.et-accordion .toggle-ind:before,
.popup-banner-toggle:before,
.tagline-toggle:before,
.product-image .image-container a:before,
.et-breadcrumbs > *:before,
#cboxClose:before,
.currency-switcher .highlighted-currency:after,
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "enova" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Arrow
---------------*/
.menu-item .arrow-down:before,
.wpml-ls-item-toggle:after,
.enovathemes-navigation .next:before,
.enovathemes-navigation .prev:before,
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before,
.flex-prev:before,
.flex-next:before,
.slick-prev:before,
.slick-next:before,
.owl-prev:before,
.owl-next:before,
#to-top:before,
.nivo-lightbox-nav:before,
.widget_calendar caption a:before,
.widget_nav_menu ul li a .toggle:before,
.widget_product_categories ul li a .toggle:before,
.et-link:after,
.et-breadcrumbs > *:before,
.currency-switcher .highlighted-currency:after,
.et-accordion .toggle-ind:before {
  content: "\e903";
}

.mobile-menu .menu-item .arrow-down:before {
  content: "\e900";
}

.flex-prev:before,
.slick-prev:before,
.owl-prev:before,
.enovathemes-navigation .prev:before,
.woocommerce-pagination .prev:before,
.nivo-lightbox-prev:before,
.widget_calendar caption a.prev:before {
  transform: rotate(180deg);
  position: relative;
  display: block;
}

#to-top:before {
  transform: rotate(-90deg);
  position: relative;
  display: block;
}

/* Close
---------------*/
.hbe-toggle[data-close-icon=ien-eclose-1].active:before {
  content: "\e90e" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-2].active:before {
  content: "\e90f" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-3].active:before {
  content: "\e910" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-4].active:before {
  content: "\e911" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-5].active:before {
  content: "\e912" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-6].active:before {
  content: "\e913" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-7].active:before {
  content: "\e914" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-8].active:before {
  content: "\e915" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-9].active:before {
  content: "\e916" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-10].active:before {
  content: "\e917" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-11].active:before {
  content: "\e918" !important;
}

.hbe-toggle[data-close-icon=ien-eclose-12].active:before {
  content: "\e919" !important;
}

.nivo-lightbox-close:before,
#yith-quick-view-close:before,
.popup-banner-toggle:before,
.tagline-toggle:before,
.yith-woocompare-widget ul.products-list li .remove:before,
#cboxClose:before,
.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
  content: "\e912" !important;
}

/* Plus
---------------*/
.shop_table .product-thumbnail .image-container:before,
.overlay-read-more:before,
.widget_instagram ul li a:before,
.widget_flickr ul li a:before,
.widget_et_recent_entries .post-thumbnail a:before,
.widget_products .product_list_widget > li .product-image .image-container a:before,
.widget_recently_viewed_products .product_list_widget > li .product-image .image-container a:before,
.widget_recent_reviews .product_list_widget > li .product-image .image-container a:before,
.widget_top_rated_products .product_list_widget > li .product-image .image-container a:before {
  content: "\e986";
}

/* Search
---------------*/
#searchsubmit + .search-icon:before,
.widget_product_search form button:before,
.woocommerce-product-gallery__trigger:before {
  content: "\e953";
}

/* Font Awesome Free 5.8.1
---------------*/
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../fonts/fa-regular-400.eot);
  src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.widget_categories ul li a:after,
.widget_pages ul li a:after,
.widget_archive ul li a:after,
.widget_meta ul li a:after,
.widget_layered_nav ul li a:after,
.widget_rating_filter ul li a:after,
.user-vehicle-list li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f00c" !important;
}

/* General
---------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: block;
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #FFAB00;
  color: #212121;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 700;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "201C" "201D" "2018" "2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

#page-links .post-page-numbers + .post-page-numbers {
  margin-left: 8px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  overflow: hidden;
}

::-moz-selection {
  background: #CFD8DC; /* WebKit/Blink Browsers */
  color: #263238;
}

::selection {
  background: #CFD8DC; /* WebKit/Blink Browsers */
  color: #263238;
}

::-moz-selection {
  background: #CFD8DC; /* Gecko Browsers */
  color: #263238;
}

.footer ::-moz-selection {
  color: #ffffff;
}

.footer ::selection {
  color: #ffffff;
}

.footer ::-moz-selection {
  color: #ffffff;
}

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

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

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

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-200 {
  font-weight: 200 !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

#page-links > a {
  margin-bottom: 24px !important;
}

hr {
  clear: both;
}

.wp-block-coblocks-social__button {
  color: #ffffff !important;
}

.vc_row.background-position-left-bottom, .background-position-left-bottom, .background-position-left-bottom > .vc_column-inner {
  background-position: left bottom !important;
}

.vc_row.background-position-left-center, .background-position-left-center, .background-position-left-center > .vc_column-inner {
  background-position: left center !important;
}

.vc_row.background-position-right-bottom, .background-position-right-bottom, .background-position-right-bottom > .vc_column-inner {
  background-position: right bottom !important;
}

.vc_row.background-position-right-center, .background-position-right-center, .background-position-right-center > .vc_column-inner {
  background-position: right center !important;
}

.vc_row.background-repeat-x, .background-repeat-x, .background-repeat-x > .vc_column-inner {
  background-repeat: repeat-x !important;
}

.vc_row.background-repeat-y, .background-repeat-y, .background-repeat-y > .vc_column-inner {
  background-repeat: repeat-y !important;
}

span.br {
  display: block;
}

figcaption {
  line-height: 22px !important;
}

.wp-block-image figcaption {
  margin-top: 1.5em !important;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw !important;
  width: 100vw !important;
}

.alignwide:not(.is-provider-twitter) {
  margin-left: calc(-42.5vw + 50%);
  margin-right: calc(-42.5vw + 50%);
  max-width: 85vw !important;
  width: 85vw !important;
}

.wp-block-pullquote.alignfull,
.wp-block-columns.alignfull {
  margin-left: calc(-47.5vw + 50%);
  margin-right: calc(-47.5vw + 50%);
  max-width: 95vw !important;
  width: 95vw !important;
}

.blog-content .post-content *.alignwide,
.blog-content .post-content *.alignfull {
  max-width: 840px !important;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-latest-posts {
  list-style: inside !important;
}

.wp-block-latest-posts.is-grid {
  list-style: none !important;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover p {
  font-size: 24px !important;
  line-height: 32px !important;
  padding: 24px !important;
}

.yith-wcwl-share, input[name=wishlist_name], .edit-title-buttons {
  display: none !important;
}

/* Owl Carousel
---------------*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-nav > *,
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: block;
  text-align: center;
  transition: all 300ms ease-out;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #f5f5f5;
  color: #212121 !important;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 !important;
  min-width: 0;
}

.owl-carousel .owl-nav > *,
.owl-carousel .owl-dots {
  opacity: 0;
}

.owl-carousel:hover .owl-nav > *,
.owl-carousel:hover .owl-dots,
.related-posts .owl-nav > *,
.nav-visibility-always.owl-carousel .owl-nav > *,
.nav-visibility-always.owl-carousel .owl-dots {
  opacity: 1;
}

.navigation-only-bullets .owl-nav > *,
.navigation-only-arrows .owl-dots {
  opacity: 0 !important;
}

.owl-carousel .owl-nav > *:hover,
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  color: #ffffff !important;
}

.owl-carousel .owl-nav > .owl-next,
.slick-slider .slick-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 0;
  transition: all 300ms ease-out;
  line-height: 10px;
}

.et-testimonial-container.owl-carousel .owl-dots {
  margin-top: 24px;
}

.owl-carousel .owl-dots > * {
  display: inline-block;
  transition: all 300ms ease-out;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 6px;
  background-color: #BDBDBD;
}

.owl-carousel .owl-dots > *:first-child {
  margin-left: 0;
}

.owl-carousel .owl-dots > *:last-child {
  margin-right: 0;
}

.navigation-only-arrows .owl-dots {
  display: none;
}

.navigation-only-dottes .owl-nav {
  display: none;
}

.arrows-pos-top-right.owl-carousel,
.arrows-pos-top-left.owl-carousel {
  padding-top: 48px;
}

.arrows-pos-bottom-right.owl-carousel,
.arrows-pos-bottom-left.owl-carousel {
  padding-bottom: 24px;
}

.bullets-pos-top-right.owl-carousel,
.bullets-pos-top-left.owl-carousel {
  padding-top: 42px;
}

.bullets-pos-bottom-right.owl-carousel,
.bullets-pos-bottom-left.owl-carousel {
  padding-bottom: 18px;
}

.arrows-pos-top-right.owl-carousel .owl-nav > *,
.arrows-pos-bottom-right.owl-carousel .owl-nav > *,
.arrows-pos-top-left.owl-carousel .owl-nav > *,
.arrows-pos-bottom-left.owl-carousel .owl-nav > * {
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.arrows-pos-top-right.owl-carousel .owl-nav > .owl-next,
.arrows-pos-bottom-right.owl-carousel .owl-nav > .owl-next,
.arrows-pos-top-left.owl-carousel .owl-nav > .owl-next,
.arrows-pos-bottom-left.owl-carousel .owl-nav > .owl-next {
  margin-left: 8px;
}

.arrows-pos-top-right.owl-carousel .owl-nav,
.arrows-pos-bottom-right.owl-carousel .owl-nav,
.bullets-pos-top-right.owl-carousel .owl-dots,
.bullets-pos-bottom-right.owl-carousel .owl-dots {
  position: absolute !important;
  top: 0;
  right: 12px;
}

.arrows-pos-top-right.owl-carousel .owl-nav,
.arrows-pos-bottom-left.owl-carousel .owl-nav,
.bullets-pos-top-left.owl-carousel .owl-dots,
.bullets-pos-bottom-left.owl-carousel .owl-dots {
  position: absolute !important;
  bottom: 0;
  right: 12px;
}

.arrows-pos-top-left.owl-carousel .owl-nav {
  right: auto;
  left: 12px;
  position: absolute !important;
  top: 0;
}

.arrows-pos-bottom-left.owl-carousel .owl-nav {
  right: auto;
  left: 12px;
  position: absolute !important;
  bottom: 0;
}

.arrows-pos-top-right.owl-carousel[data-gap="0"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="0"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="0"] .owl-dots {
  right: 0px;
}

.arrows-pos-top-right.owl-carousel[data-gap="2"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="2"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="2"] .owl-dots {
  right: 1px;
}

.arrows-pos-top-right.owl-carousel[data-gap="4"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="4"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="4"] .owl-dots {
  right: 2px;
}

.arrows-pos-top-right.owl-carousel[data-gap="8"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="8"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="8"] .owl-dots {
  right: 4px;
}

.arrows-pos-top-right.owl-carousel[data-gap="16"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="16"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="16"] .owl-dots {
  right: 8px;
}

.arrows-pos-top-right.owl-carousel[data-gap="24"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="24"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="24"] .owl-dots {
  right: 12px;
}

.arrows-pos-top-right.owl-carousel[data-gap="32"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="32"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="32"] .owl-dots {
  right: 16px;
}

.arrows-pos-top-right.owl-carousel[data-gap="40"] .owl-nav,
.bullets-pos-top-right.owl-carousel[data-gap="40"] .owl-dots,
.bullets-pos-bottom-right.owl-carousel[data-gap="40"] .owl-dots {
  right: 20px;
}

.arrows-pos-top-left.owl-carousel[data-gap="0"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="0"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="0"] .owl-dots {
  left: 0px;
}

.arrows-pos-top-left.owl-carousel[data-gap="2"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="2"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="2"] .owl-dots {
  left: 1px;
}

.arrows-pos-top-left.owl-carousel[data-gap="4"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="4"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="4"] .owl-dots {
  left: 2px;
}

.arrows-pos-top-left.owl-carousel[data-gap="8"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="8"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="8"] .owl-dots {
  left: 4px;
}

.arrows-pos-top-left.owl-carousel[data-gap="16"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="16"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="16"] .owl-dots {
  left: 8px;
}

.arrows-pos-top-left.owl-carousel[data-gap="24"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="24"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="24"] .owl-dots {
  left: 12px;
}

.arrows-pos-top-left.owl-carousel[data-gap="32"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="32"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="32"] .owl-dots {
  left: 16px;
}

.arrows-pos-top-left.owl-carousel[data-gap="40"] .owl-nav,
.bullets-pos-top-left.owl-carousel[data-gap="40"] .owl-dots,
.bullets-pos-bottom-left.owl-carousel[data-gap="40"] .owl-dots {
  left: 20px;
}

.bullets-pos-top-right.owl-carousel .owl-dots,
.bullets-pos-bottom-right.owl-carousel .owl-dots,
.bullets-pos-top-left.owl-carousel .owl-dots,
.bullets-pos-bottom-left.owl-carousel .owl-dots {
  position: absolute;
}

.bullets-pos-bottom-right .owl-dots,
.bullets-pos-top-right .owl-dots {
  text-align: right;
}

.bullets-pos-bottom-left .owl-dots,
.bullets-pos-top-left .owl-dots {
  text-align: left;
}

/* Nivolightbox
---------------*/
.nivo-lightbox-content, .nivo-lightbox-overlay {
  height: 100%;
  width: 100%;
}

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  margin: 0 auto;
  text-align: center;
  height: 100%;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  transition: all 300ms ease-out;
  position: absolute;
  top: 50%;
  left: 0;
  color: #ffffff;
}

.nivo-lightbox-next {
  transition: all 300ms ease-out;
  position: absolute;
  top: 50%;
  right: 0;
  color: #ffffff;
}

.nivo-lightbox-close {
  transition: all 300ms ease-out;
  position: absolute;
  color: #ffffff !important;
  right: 0;
  top: 0;
}

.nivo-lightbox-prev,
.nivo-lightbox-next,
.nivo-lightbox-close {
  width: 56px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  color: #212121 !important;
  background-color: #ffffff;
  opacity: 1;
}

.nivo-lightbox-prev:hover,
.nivo-lightbox-next:hover,
.nivo-lightbox-close:hover {
  color: #ffffff !important;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale {
  transition: all 300ms ease-out;
}

.nivo-lightbox-wrap {
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0.8);
}

.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: scale(1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.nivo-lightbox-overlay {
  background: #000000;
}

.nivo-lightbox-nav {
  top: 50%;
}

.nivo-lightbox-close:hover {
  opacity: 1;
  color: #ffffff !important;
}

.nivo-lightbox-title {
  background: #000;
  color: #fff;
  padding: 8px 16px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000000000000000000;
}

.nivo-lightbox-image img {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.nivo-lightbox-content.nivo-lightbox-loading {
  background: url(images/loading.gif) 50% 50% no-repeat;
}

.nivo-lightbox-close {
  display: block;
}

/* Slick carousel
---------------*/
.slick-list,
.slick-slider,
.slick-track {
  position: relative !important;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: move;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
  transform: none !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
  border: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  transform: translate(0, -50%) !important;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0 !important;
  margin: 0 !important;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
}

.slick-slider button.slick-prev,
.slick-slider button.slick-next {
  padding: 0 !important;
  margin: 0 !important;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  position: relative;
  text-align: center;
  line-height: inherit;
}

.slick-prev:before {
  left: -1px;
}

.slick-next:before {
  right: -1px;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(60px);
}

.slick-slider:hover .slick-dots {
  transform: translateY(0);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px !important;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  min-width: 0;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  text-indent: -90000em;
  box-shadow: none !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-thumbnail-navigation .slick-track {
  margin: 0 auto;
}

.slick-thumbnail-navigation ul {
  margin-left: -2px;
  margin-right: -2px;
}

.slick-thumbnail-navigation li {
  margin: 0px;
  padding: 4px 2px 0 2px;
  cursor: pointer;
  opacity: 0.2;
  transition: all 300ms ease-out;
  outline: none;
}

.slick-thumbnail-navigation li.slick-current,
.slick-thumbnail-navigation li:hover {
  opacity: 1;
}

/* Tipso
---------------*/
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 0px;
  z-index: 99;
  padding: 24px;
}

.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
  border-color: #000 transparent transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.bottom > .tipso_arrow {
  border-color: transparent transparent #000;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
  border-color: transparent transparent transparent #000;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
  border-color: transparent #000 transparent transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}

.tipso_bubble.right,
.tipso_bubble.left {
  text-align: left;
}

.css-animated {
  animation-duration: 300ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes tipsoFadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
}
.fadeOutDown {
  animation-name: tipsoFadeOutDown;
}

@keyframes tipsoFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: tipsoFadeInDown;
}

@keyframes tipsoFadeOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
}
.tipso_bubble.fadeOutLeft {
  animation-name: tipsoFadeOutLeft;
}

@keyframes tipsoFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tipso_bubble.fadeInLeft {
  animation-name: tipsoFadeInLeft;
}

@keyframes tipsoFadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
}
.tipso_bubble.fadeOutRight {
  animation-name: tipsoFadeOutRight;
}

@keyframes tipsoFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.tipso_bubble.fadeInRight {
  animation-name: tipsoFadeInRight;
}

@keyframes tipsoFadeOutTop {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
}
.fadeOutTop {
  animation-name: tipsoFadeOutTop;
}

@keyframes tipsoFadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInTop {
  animation-name: tipsoFadeInTop;
}

.et-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

*, :after, :before {
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  position: static;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-moz-images-in-menus: 0) {
  body {
    font-weight: 300 !important;
  }
}
body {
  margin: 0;
  min-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

iframe, object, embed {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

figure {
  max-width: 100%;
  margin: 0;
}

.wp-block-audio {
  margin-bottom: 24px;
}

figure > a,
figure > a:hover {
  color: transparent !important;
}

.vp-player-layout {
  top: 0 !important;
  bottom: 0 !important;
}

.mejs-container {
  width: 100% !important;
}

.mejs-overlay-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 75px !important;
  height: 75px !important;
  margin: -37.5px 0 0 -37.5px !important;
  background: url(images/video_icon.png) no-repeat !important;
}

.mejs-overlay-play {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.wp-video-shortcode,
.wp-video {
  width: 100% !important;
  height: auto !important;
}

.wp-video-shortcode .mejs-mediaelement {
  position: relative !important;
  height: auto !important;
}

.wp-video-shortcode .mejs-poster {
  background-size: cover;
}

.mejs-button,
.mejs-currenttime,
.mejs-duration {
  word-wrap: inherit;
}

.header .mejs-button > button {
  height: 17px !important;
  margin: 12px 6px !important;
  width: 17px !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

tr, th, td {
  padding: 8px 8px;
}

th {
  color: #212121;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background-color: #f5f5f5;
}

td {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

pre {
  display: block;
  font-family: monospace !important;
  white-space: pre-wrap;
  margin: 1em 0;
  background-color: #f5f5f5;
  padding: 16px !important;
  border-radius: 4px;
}

code {
  background-color: #f5f5f5;
  padding: 12px !important;
  display: inline-block;
  vertical-align: baseline;
  font-family: Menlo, Consolas, monaco, monospace;
  border-radius: 4px;
}

pre code {
  padding: 0 !important;
  margin: 0 !important;
}

ul, ol {
  list-style-position: inside;
}

ul li, ol li {
  padding: 2px 0;
}

ul ul, ol ol {
  margin-left: 24px;
}

a {
  text-decoration: none;
  outline: 0;
}

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

a {
  transition: color 300ms ease-out;
  color: #000000;
}

abbr[title], dfn[title] {
  cursor: help;
}

ins, mark {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

strong, b {
  font-weight: 700;
}

del + ins {
  margin-left: 4px;
}

.footer strong, .footer b {
  font-weight: 700;
}

var, address {
  font-style: normal;
}

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

sup {
  top: -8px;
}

sub {
  bottom: -4px;
}

p, q, pre, address, hr, code, samp, dl, ol, ul, li ul, li ol, form, table, fieldset, menu, kbd, samp {
  margin: 0 0 24px 0;
  padding: 0;
}

dl dd {
  margin-left: 24px;
}

dl {
  padding: 24px;
  border: 1px solid #e0e0e0;
}

dl dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
}

dl dd {
  margin: 0 0 0 116px;
  padding: 0 0 4px;
  font-size: 18px;
  line-height: 32px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 24px;
}

#single-post-page .post-content ul li ul,
#single-post-page .post-content ol li ol,
.page-template-default .page-content ul li ul,
.page-template-default .page-content ol li ol,
.comment-content ul li ul,
.comment-content ol li ol {
  padding-left: 32px !important;
}

.page-template-default .post-comments-area {
  padding-top: 48px;
}

.gallery {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 32px;
  margin-left: -4px;
  margin-right: -4px;
}

.gallery > .gallery-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 4px;
}

.gallery.gallery-columns-1 > .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 > .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 > .gallery-item {
  width: 33.3333333333%;
}

.gallery.gallery-columns-4 > .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-5 > .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-6 > .gallery-item {
  width: 33.3333333333%;
}

.gallery.gallery-columns-7 > .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-8 > .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-9 > .gallery-item {
  width: 33.3333333333%;
}

.gallery.gallery-columns-10 > .gallery-item {
  width: 50%;
}

.forcefullwidth_wrapper_tp_banner {
  overflow: hidden;
}

.mejs-controls .mejs-button button {
  line-height: 1em !important;
  padding: 0px !important;
  text-align: center !important;
  font-size: 1em !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  transform: none !important;
  box-shadow: none !important;
  min-width: 0;
}

.post-video {
  position: relative;
}

.post-video .wp-video {
  width: 100% !important;
}

.post-video .mejs-mediaelement {
  position: relative !important;
  height: auto !important;
}

.post-video .wp-video-shortcode {
  height: auto !important;
  width: 100% !important;
}

.post-audio .mejs-container,
.post-audio .mejs-container .mejs-controls,
.post-audio .mejs-embed,
.post-audio .mejs-embed body {
  width: 100%;
}

.post-video .mejs-poster {
  background-size: cover;
}

.flex-mod {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.flex-mod iframe,
.flex-mod object,
.flex-mod embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.soundcloud iframe {
  max-width: 100%;
}

.wp-video-shortcode,
.wp-audio-shortcode {
  max-width: 100% !important;
  height: auto;
}

img + p:empty, p:empty {
  display: none !important;
}

img + br {
  height: 1px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  margin: 0;
}

img[class*=wp-image],
.wp-caption {
  margin-bottom: 24px;
}

.wp-block-media-text__media img[class*=wp-image],
.wp-block-media-text__media .wp-caption {
  margin-bottom: 0;
}

.wp-block-gallery img,
.wp-block-image img {
  margin-bottom: 0;
}

.wp-caption img,
.image-container img,
.gallery-icon img {
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em !important;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0 !important;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em !important;
}

.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0 !important;
}

.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.wp-caption.aligncenter img {
  display: inline-block !important;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em !important;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0 !important;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.et-image.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.et-image.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.et-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

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

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

.page-content > p,
.post-content > p {
  margin-bottom: 24px;
}

p.has-large-font-size {
  line-height: 1.25em;
}

#gen-wrap {
  position: relative;
  left: 0;
}

#gen-wrap,
#wrap {
  height: 100%;
}

#wrap, #wrap.full {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  background-color: #ffffff;
}

.layout-boxed:not(.sidebar-navigation) #wrap {
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
}

#to-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 24px;
  display: block;
  transition: all 300ms ease-out;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08);
}

#to-top.animate {
  visibility: visible;
  opacity: 1;
}

#to-top:before {
  width: inherit;
  height: inherit;
  position: absolute;
  display: block;
}

::-webkit-input-placeholder {
  color: #616161;
}

:-moz-placeholder {
  color: #616161;
}

::-moz-placeholder {
  color: #616161;
}

:-ms-input-placeholder {
  color: #616161;
}

.footer {
  position: relative;
  z-index: 78;
}

.footer.sticky-true {
  overflow: hidden;
  z-index: -101;
}

.footer[data-sticky=true].active {
  opacity: 1;
  visibility: visible;
}

.container,
.wpml-ls-statics-post_translations {
  width: 93.75%;
  max-width: 93.75%;
  margin: 0 auto 0 auto;
  position: relative;
}

.container-full {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 0 auto;
  position: relative;
}

.stretch_row_content > .container {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

#et-content {
  position: relative;
  z-index: 78;
  background-color: #ffffff;
  /*overflow: hidden;*/
}

#et-content.zindex {
  z-index: 100;
}

#et-content.padding-true {
  padding: 0 0 48px 0;
}

.woocommerce-page #et-content.padding-true {
  padding: 0 !important;
}

.container.page-full-width {
  width: 100% !important;
  max-width: 100% !important;
}

.wp-caption {
  display: inline-block;
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
  text-align: center;
  padding: 8px;
  color: #777777;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.bypostauthor {
  position: relative;
}

.et-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.et-footer-menu li {
  padding: 0 16px;
  margin: 0;
  display: inline-block;
}

.et-footer-menu li:first-child {
  padding-left: 0;
}

.et-footer-menu li:last-child {
  padding-right: 0;
}

/* Slider
---------------*/
.tp-dottedoverlay {
  background-attachment: scroll;
  background-repeat: repeat;
  background-position: left top;
}

/* Photoswip
---------------*/
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
  display: none;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BDBDBD;
}

.pswp__caption__center {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 8px 16px;
}

.pswp__caption--empty {
  display: none;
}

.pswp__caption--fake {
  visibility: hidden;
}

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  background: url(images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__img--placeholder {
  display: none !important;
}

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp.carousel .pswp__bg,
.pswp.carousel .pswp__zoom-wrap {
  transition: none !important;
}

.pswp__container,
.pswp__zoom-wrap {
  backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pp_pic_holder, .pp_overlay {
  display: none !important;
}

/* Vc corrections
---------------*/
.enovathemes .vc_row {
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
  width: 100%;
}

.enovathemes .vc_row .container {
  z-index: 5;
}

.vc_row.vc_row-flex > .container,
.vc_row.vc_row-flex > .container > .vc_vc_column {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.vc_row.vc_row-o-columns-stretch > .container,
.vc_row.vc_row-o-columns-stretch > .container > .vc_vc_column {
  align-content: stretch;
}

.vc_row.vc_row-o-columns-top > .container,
.vc_row.vc_row-o-columns-top > .container > .vc_vc_column {
  align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom > .container,
.vc_row.vc_row-o-columns-bottom > .container > .vc_vc_column {
  align-content: flex-end;
}

.vc_row.vc_row-o-columns-middle > .container,
.vc_row.vc_row-o-columns-middle > .container > .vc_vc_column {
  align-content: center;
}

.vc_row.vc_row-flex > .container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .container > .vc_vc_column > .vc_column_container > .vc_column-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.vc_row.vc_row-o-equal-height > .container > .vc_column_container,
.vc_row.vc_row-o-equal-height > .container > .vc_vc_column > .vc_column_container {
  align-items: stretch;
}

.vc_row.vc_row-flex > .container > .vc_column_container,
.vc_row.vc_row-flex > .container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .container > .vc_vc_column_inner > .vc_column_container {
  display: flex;
}

.vc_row.vc_row-o-content-top > .container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .container > .vc_vc_column_inner > .vc_column_container {
  align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom > .container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  justify-content: flex-end;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .container > .vc_vc_column_inner > .vc_column_container {
  align-items: flex-end;
}

.vc_row.vc_row-o-content-middle > .container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  justify-content: center;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .container > .vc_vc_column_inner > .vc_column_container {
  align-items: center;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .container > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .container > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .container > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section,
.vc_row-has-fill + .vc_vc_row > .vc_row > .container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_general.vc_cta3.vc_cta3-icons-on-border.vc_cta3-icons-top.vc_cta3-icon-size-xl.vc_cta3-icons-in-box .vc_cta3_content-container {
  padding-top: 0;
}

.compose-mode .vc_element .vc_element-container,
.view-mode .vc_element .vc_element-container {
  min-height: 28px !important;
}

.compose-mode .vc_controls > div {
  line-height: 28px !important;
}

.vc_column_container {
  z-index: 2;
}

.compose-mode .vc_control-btn-append {
  line-height: 1px !important;
}

.compose-mode .vc_element.vc_hold-hover > .wpb_row > .container > .vc_element:before,
.compose-mode .vc_element.vc_hover > .wpb_row > .container > .vc_element:before,
.compose-mode .vc_element:hover > .wpb_row > .container > .vc_element:before,
.view-mode .vc_element.vc_hold-hover > .wpb_row > .container > .vc_element:before,
.view-mode .vc_element.vc_hover > .wpb_row > .container > .vc_element:before,
.view-mode .vc_element:hover > .wpb_row > .container > .vc_element > .vc_column_container > :before,
.compose-mode .vc_element.vc_et_vertical_align_top:hover:before,
.compose-mode .vc_element.vc_et_vertical_align_middle:hover:before,
.compose-mode .vc_element.vc_et_vertical_align_bottom:hover:before,
.compose-mode .vc_element.vc_et_align_container:hover:before,
.compose-mode .vc_element.vc_et_header_sidebar_container:hover:before,
.compose-mode .vc_element.vc_et_header_mobile_container:hover:before,
.compose-mode .vc_element.vc_et_header_modal_container:hover:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px dashed #ebebeb;
  outline: 1px dashed rgba(125, 125, 125, 0.4);
}

.compose-mode .vc_element.vc_hold-hover > .wpb_row > .container > .vc_element:after,
.compose-mode .vc_element.vc_hover > .wpb_row > .container > .vc_element:after,
.compose-mode .vc_element:hover > .wpb_row > .container > .vc_element:after,
.view-mode .vc_element.vc_hold-hover > .wpb_row > .container > .vc_element:after,
.view-mode .vc_element.vc_hover > .wpb_row > .container > .vc_element:after,
.view-mode .vc_element:hover > .wpb_row > .container > .vc_element:after {
  clear: both;
}

.view-mode .vc_element.vc_hold-hover > .wpb_row > .container > .vc_element:before,
.view-mode .vc_element.vc_hover > .wpb_row > .container > .vc_element:before,
.view-mode .vc_element:hover > .wpb_row > .container > .vc_element:before {
  outline: 0;
}

.compose-mode.vc_sorting .wpb_row > .container > .vc_element:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px dashed #ebebeb;
  outline: 1px dashed rgba(125, 125, 125, 0.4);
}

.compose-mode.vc_sorting .wpb_row > .container > .vc_element:after {
  clear: both;
}

.vc_empty-placeholder {
  margin-bottom: 0 !important;
  margin-top: 30px !important;
  border-bottom: 1px dashed rgba(125, 125, 125, 0.4);
}

.vc_empty-element > .vc_column-inner,
.compose-mode .vc_element.vc_empty .vc_empty-element,
.view-mode .vc_element.vc_empty .vc_empty-element {
  min-height: 28px !important;
}

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

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

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

.vc_row.vc-parallax,
.vc_row.vc-video-bg,
.vc_row.vc-fixed-bg,
.wpb_column.vc-parallax,
.wpb_column.vc-fixed-bg,
.wpb_column.vc-video-bg {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.compose-mode .vc-parallax .vc_controls > .vc_controls-out-tl,
.compose-mode .vc-video-bg .vc_controls > .vc_controls-out-tl,
.compose-mode .vc-fixed-bg .vc_controls > .vc_controls-out-tl {
  top: 1px !important;
}

.compose-mode .vc-parallax .vc_control-btn-append,
.compose-mode .vc-video-bg .vc_control-btn-append,
.compose-mode .vc-fixed-bg .vc_control-btn-append {
  top: 0 !important;
}

.vc-parallax .parallax-container {
  top: 0 !important;
  left: 0 !important;
  min-height: 100% !important;
  width: 100% !important;
  height: 140% !important;
  z-index: -1000;
  overflow: hidden;
  max-width: none;
  position: absolute;
  background-size: cover !important;
  background-position: center top;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform: translateY(0px);
}

.wpb_column.vc_col-lg-4.vc-parallax .parallax-container,
.wpb_column.vc_col-lg-3.vc-parallax .parallax-container,
.wpb_column.vc_col-lg-2.vc-parallax .parallax-container {
  height: 150% !important;
}

.vc-fixed-bg .fixed-container {
  top: -70px;
  left: 0;
  width: 100%;
  z-index: -1;
  max-width: none;
  position: absolute;
  background-attachment: fixed;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.vc-video-bg .video-container,
.vc-video-bg .video-container-overlay,
.vc-video-bg .video-container-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: auto;
  min-width: 100%;
  height: 80vh;
  z-index: -1000;
}

.vc-video-bg.vc-parallax .video-container {
  transform: translateY(0);
  top: -5px;
  height: 80vh !important;
  width: auto !important;
}

.vc-video-bg .video-container-placeholder {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.vc-video-parallax .video-container {
  min-height: 150% !important;
  transform: translateY(0px);
}

.vc-animated-bg .animated-container {
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-position: 0 0;
  background-repeat: repeat !important;
  background-size: auto !important;
}

.vc-animated-bg .wpb_column {
  z-index: 1;
}

.vc_row .gradient {
  display: block;
  width: 100%;
  height: 25%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.vc_row .top-gradient {
  top: 0;
}

.vc_row .bottom-gradient {
  bottom: 0;
}

.vc_row .grid-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-repeat: repeat;
  background-position: left top;
}

.wpb_text_column {
  position: relative;
}

.enovathemes .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.enovathemes .wpb_button,
.enovathemes .wpb_content_element {
  margin-bottom: 0;
}

.enovathemes ul.wpb_thumbnails-fluid > li {
  margin-bottom: 32px;
}

.compose-mode .vc_vc_section > .vc_controls > .vc_controls-out-tl {
  left: -1px !important;
}

.compose-mode .vc_et_testimonial_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_client_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_person_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_carousel .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_accordion .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_tab .vc_controls > .vc_controls-out-tl {
  display: none;
}

.compose-mode .vc_et_banner .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_ad .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_header_sidebar_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_header_mobile_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_header_modal_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_align_container .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_vertical_align_top .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_vertical_align_middle .vc_controls > .vc_controls-out-tl,
.compose-mode .vc_et_vertical_align_bottom .vc_controls > .vc_controls-out-tl,
.vc_element[data-tag=et_icon_box_container] .vc_controls-out-tl,
.vc_element[data-tag=et_step_box_container] .vc_controls-out-tl,
.vc_element[data-tag=et_make_container] .vc_controls-out-tl,
.vc_element[data-tag=et_carousel] .vc_controls-out-tl,
.vc_element[data-tag=et_testimonial_container] .vc_controls-out-tl,
.vc_element[data-tag=et_megamenu_tab_item] .vc_controls-out-tl,
.vc_element[data-tag=et_animate_box] .vc_controls-out-tl {
  left: auto !important;
  right: -1px !important;
}

.vc_et_button,
.vc_et_icon,
.vc_et_gap_inline {
  display: inline-block !important;
}

*[data-animation-delay="50"], [data-animation-delay="50"] .curtain {
  animation-delay: 50ms !important;
}

*[data-animation-delay="100"], [data-animation-delay="100"] .curtain {
  animation-delay: 100ms !important;
}

*[data-animation-delay="150"], [data-animation-delay="150"] .curtain {
  animation-delay: 150ms !important;
}

*[data-animation-delay="200"], [data-animation-delay="200"] .curtain {
  animation-delay: 200ms !important;
}

*[data-animation-delay="250"], [data-animation-delay="250"] .curtain {
  animation-delay: 250ms !important;
}

*[data-animation-delay="300"], [data-animation-delay="300"] .curtain {
  animation-delay: 300ms !important;
}

*[data-animation-delay="350"], [data-animation-delay="350"] .curtain {
  animation-delay: 350ms !important;
}

*[data-animation-delay="400"], [data-animation-delay="400"] .curtain {
  animation-delay: 400ms !important;
}

*[data-animation-delay="450"], [data-animation-delay="450"] .curtain {
  animation-delay: 450ms !important;
}

*[data-animation-delay="500"], [data-animation-delay="500"] .curtain {
  animation-delay: 500ms !important;
}

*[data-animation-delay="550"], [data-animation-delay="550"] .curtain {
  animation-delay: 550ms !important;
}

*[data-animation-delay="600"], [data-animation-delay="600"] .curtain {
  animation-delay: 600ms !important;
}

*[data-animation-delay="650"], [data-animation-delay="650"] .curtain {
  animation-delay: 650ms !important;
}

*[data-animation-delay="700"], [data-animation-delay="700"] .curtain {
  animation-delay: 700ms !important;
}

*[data-animation-delay="750"], [data-animation-delay="750"] .curtain {
  animation-delay: 750ms !important;
}

*[data-animation-delay="800"], [data-animation-delay="800"] .curtain {
  animation-delay: 800ms !important;
}

*[data-animation-delay="850"], [data-animation-delay="850"] .curtain {
  animation-delay: 850ms !important;
}

*[data-animation-delay="900"], [data-animation-delay="900"] .curtain {
  animation-delay: 900ms !important;
}

*[data-animation-delay="950"], [data-animation-delay="950"] .curtain {
  animation-delay: 950ms !important;
}

*[data-animation-delay="1000"], [data-animation-delay="100"] .curtain {
  animation-delay: 1000ms !important;
}

*[data-animation-delay="1050"], [data-animation-delay="1050"] .curtain {
  animation-delay: 1050ms !important;
}

*[data-animation-delay="1100"], [data-animation-delay="1100"] .curtain {
  animation-delay: 1100ms !important;
}

*[data-animation-delay="1150"], [data-animation-delay="1150"] .curtain {
  animation-delay: 1150ms !important;
}

*[data-animation-delay="1200"], [data-animation-delay="1200"] .curtain {
  animation-delay: 1200ms !important;
}

*[data-animation-delay="1250"], [data-animation-delay="1250"] .curtain {
  animation-delay: 1250ms !important;
}

*[data-animation-delay="1300"], [data-animation-delay="1300"] .curtain {
  animation-delay: 1300ms !important;
}

*[data-animation-delay="1350"], [data-animation-delay="1350"] .curtain {
  animation-delay: 1350ms !important;
}

*[data-animation-delay="1400"], [data-animation-delay="1400"] .curtain {
  animation-delay: 1400ms !important;
}

*[data-animation-delay="1450"], [data-animation-delay="1450"] .curtain {
  animation-delay: 1450ms !important;
}

*[data-animation-delay="1500"], [data-animation-delay="1500"] .curtain {
  animation-delay: 1500ms !important;
}

*[data-animation-delay="1550"], [data-animation-delay="1550"] .curtain {
  animation-delay: 1550ms !important;
}

*[data-animation-delay="1600"], [data-animation-delay="1600"] .curtain {
  animation-delay: 1600ms !important;
}

*[data-animation-delay="1650"], [data-animation-delay="1650"] .curtain {
  animation-delay: 1650ms !important;
}

*[data-animation-delay="1700"], [data-animation-delay="1700"] .curtain {
  animation-delay: 1700ms !important;
}

*[data-animation-delay="1700"], [data-animation-delay="1750"] .curtain {
  animation-delay: 1750ms !important;
}

*[data-animation-delay="1750"], [data-animation-delay="1800"] .curtain {
  animation-delay: 1800ms !important;
}

*[data-animation-delay="1850"], [data-animation-delay="1850"] .curtain {
  animation-delay: 1850ms !important;
}

*[data-animation-delay="1900"], [data-animation-delay="1900"] .curtain {
  animation-delay: 1900ms !important;
}

*[data-animation-delay="1950"], [data-animation-delay="1950"] .curtain {
  animation-delay: 1950ms !important;
}

*[data-animation-delay="2000"], [data-animation-delay="2000"] .curtain {
  animation-delay: 2000ms !important;
}

.bottom-to-top, .wpb_bottom-to-top,
.top-to-bottom, .wpb_top-to-bottom,
.left-to-right, .wpb_left-to-right,
.right-to-left, .wpb_right-to-left,
.wpb_appear {
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1) !important;
  backface-visibility: hidden;
}

.vc_column_container.shadow > .vc_column-inner {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.compose-mode #vc_templates-more-layouts {
  display: none !important;
}

/* Header
---------------*/
.header .wpb_column {
  position: static;
}

.et-desktop .megamenu .wpb_column {
  position: relative;
}

.header {
  display: block;
  width: 100%;
  z-index: 80;
  position: relative;
}

.header.shadow-true,
.header.sticky-true.shadow-sticky-true.active {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.header.transparent-true {
  position: absolute;
  top: 0;
  left: 0;
}

.header .vc_column_container,
.header .vc_column-inner,
.header .wpb_wrapper,
.header .hbe {
  height: inherit;
  line-height: inherit;
}

.et-desktop .megamenu .vc_column_container,
.et-desktop .megamenu .vc_column-inner,
.et-desktop .megamenu .wpb_wrapper {
  height: auto;
  line-height: initial;
}

.header > .vc_row:not(.vc_inner) > .container > .vc_column_container,
.header > .vc_row:not(.vc_inner) > .container > .vc_column_container > .vc_column-inner,
.header > .vc_row:not(.vc_inner) > .vc_column_container,
.header > .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header .vc_column_container > .vc_column-inner > .wpb_wrapper:after {
  clear: both;
  content: "";
  display: table;
}

.header .hbe,
.et-menu-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header .hbe.hide-default-true,
.header.sticky-true.active .hbe.hide-sticky-true {
  display: none;
}

.header.sticky-true.active .hbe.hide-default-true {
  display: inline-block;
}

.header-icon:after {
  display: none !important;
}

.header .hbe-right,
.menu-align-right {
  display: block;
  float: right;
}

.header .hbe-left,
.menu-align-left {
  display: block;
  float: left;
}

.menu-item .arrow-down {
  font-size: 8px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  margin-left: 4px;
  top: -1px;
  display: none;
  z-index: 2;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
}

.mobile-menu .menu-item .arrow-down {
  font-size: 14px;
}

.tl-submenu-ind-true.vertical .et-menu > .menu-item .arrow-down {
  font-size: 12px;
  transform: rotate(0);
  -ms-transform: rotate(0);
  margin-left: 0;
  top: 50%;
  right: 16px;
  position: absolute;
  margin-top: -6px;
}

.tl-submenu-ind-true .header-menu > .menu-item > a:not(:only-child) > .arrow-down,
.sl-submenu-ind-true .header-menu ul > .menu-item > a:not(:only-child) > .arrow-down,
.tl-submenu-ind-true .sidebar-menu > .menu-item > a:not(:only-child) > .arrow-down,
.sl-submenu-ind-true .sidebar-menu ul > .menu-item > a:not(:only-child) > .arrow-down,
.tl-submenu-ind-true .et-menu > .menu-item > a:not(:only-child) > .arrow-down,
.sl-submenu-ind-true .et-menu ul > .menu-item > a:not(:only-child) > .arrow-down {
  display: inline-block;
}

/* et_align_container
---------------*/
.align-container > *:not(.et-gap):not(.et-separator) {
  display: inline-block !important;
  float: none !important;
}

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

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

.align-container.align-center {
  text-align: center;
  float: none;
}

/* sticky_header
---------------*/
.header.sticky-true.active {
  position: fixed;
  top: 0;
  left: 0;
  animation: stickyHeader 0.3s ease-out;
}

.header.sticky-true.active.disable-sticky {
  animation: none !important;
}
@keyframes stickyHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.header.sticky-true + .header-placeholder {
  width: 100%;
  display: none;
}

.header.sticky-true.active.transparent-false + .header-placeholder {
  display: block;
}

.header.sticky-true.active .vc_row.hide-sticky,
.header.sticky-true .vc_row.hide-default {
  display: none;
}

.header.sticky-true.active .vc_row.hide-default {
  display: block;
}

/* et_header_logo
---------------*/
.header-logo a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header-logo img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header.sticky-true.active .header-logo .logo,
.header.sticky-false .header-logo .sticky-logo,
.header.sticky-true .header-logo .sticky-logo {
  display: none;
}

.header.sticky-true.active .header-logo .sticky-logo {
  display: inline-block;
}

/* et_header_menu
---------------*/
.header-menu-container .header-menu,
.sidebar-menu-container .sidebar-menu,
.header-menu-container .sub-menu,
.sidebar-menu-container .sub-menu,
.et-menu-container .et-menu,
.et-menu-container .sub-menu,
.et-header-button .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.et-menu-container.vertical {
  display: block;
}

.header-menu-container .menu-item,
.et-menu-container .menu-item {
  padding: 0;
  position: relative;
  float: left;
  line-height: inherit;
}

.et-menu-container.vertical .menu-item {
  display: block;
  float: none;
}

.header-menu-container > .header-menu > .menu-item:first-child,
.et-menu-container > .et-menu > .menu-item:first-child {
  margin-left: 0 !important;
}

.et-menu-container.vertical > .et-menu > .menu-item:last-child {
  margin-bottom: 0 !important;
}

.header-menu-container > .header-menu > .menu-item > .mi-link,
.sidebar-menu-container > .sidebar-menu > .menu-item > .mi-link,
.et-menu-container > .et-menu > .menu-item > .mi-link {
  transition: color 300ms ease-out, background-color 300ms ease-out;
  line-height: inherit;
  display: block;
  height: 100%;
  position: relative;
  border-radius: 4px;
}

.et-menu-container.vertical > .et-menu > .menu-item > .mi-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-menu .menu-item > .mi-link > span,
.sidebar-menu .menu-item > .mi-link > span,
.et-menu .menu-item > .mi-link > span,
.et-header-button .menu-item > .mi-link > span {
  position: relative;
  z-index: 2;
}

.top-separator-true .header-menu .menu-item.depth-0:before,
.top-separator-true .header-menu .menu-item.depth-0:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
}

.top-separator-true .header-menu .menu-item.depth-0:after {
  left: auto;
  right: 0;
}

.top-separator-true .header-menu .menu-item.depth-0:not(:last-child):after {
  display: none;
}

.header-menu .hi + .txt,
.sidebar-menu .hi + .txt,
.et-menu .hi + .txt,
.et-header-button .hi + .txt {
  margin-left: 4px;
  display: inline-block;
  bottom: -1px;
}

.header-menu .sub-menu .hi,
.sidebar-menu .sub-menu .hi {
  margin-left: 8px;
}

.et-mm > .menu-item > .mi-link .hi,
.et-menu .sub-menu .hi {
  margin-left: 0;
  margin-right: 8px;
}

.header-menu .hi,
.sidebar-menu .hi,
.et-mm > .menu-item > .mi-link .hi,
.et-menu .hi,
.et-header-button .hi {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.header-menu > .menu-item > .mi-link > .label,
.et-menu > .menu-item > .mi-link > .label {
  position: absolute;
  top: 8px;
  left: 50%;
  line-height: 12px;
  font-size: 12px;
  padding: 4px 8px;
  text-transform: none;
  color: #ffffff;
  transform: translateX(-50%);
}

.header-menu > .menu-item > .mi-link > .description,
.et-menu > .menu-item > .mi-link > .description {
  display: none !important;
}

.menu-item > .mi-link > .description {
  display: none;
  font-size: 80%;
  line-height: inherit;
}

.header-menu-container.menu-hover-fill .header-menu > .menu-item > .mi-link > .label,
.et-menu-container.menu-hover-fill .et-menu > .menu-item > .mi-link > .label {
  bottom: auto;
  top: 5%;
}

.header-menu .sub-menu > .menu-item > .mi-link > .label,
.et-header-button .sub-menu > .menu-item > .mi-link > .label,
.sidebar-menu .menu-item > .mi-link > .label,
.et-mm > .menu-item > .mi-link > .label,
.et-menu .sub-menu > .menu-item > .mi-link > .label {
  margin-left: 7px;
  top: -1px;
  vertical-align: middle;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  position: relative;
  border-radius: 0;
  left: 0px !important;
  transform: none !important;
  text-transform: none;
}

.header-menu-container.menu-hover-outline > .header-menu > .menu-item > .mi-link,
.header-menu-container.menu-hover-box > .header-menu > .menu-item > .mi-link,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item > .mi-link,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item > .mi-link,
.et-menu-container.menu-hover-box > .et-menu > .menu-item > .mi-link,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item > .mi-link {
  padding-left: 24px;
  padding-right: 24px;
}

.header-menu-container.menu-hover-outline > .header-menu > .menu-item:hover > .mi-link:after,
.header-menu-container.menu-hover-box > .header-menu > .menu-item:hover > .mi-link:after,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item:hover > .mi-link:after,
.header-menu-container.menu-hover-outline > .header-menu > .menu-item.current-menu-item > .mi-link:after,
.header-menu-container.menu-hover-box > .header-menu > .menu-item.current-menu-item > .mi-link:after,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item.current-menu-item > .mi-link:after,
.header-menu-container.menu-hover-outline > .header-menu > .menu-item.current-menu-parent > .mi-link:after,
.header-menu-container.menu-hover-box > .header-menu > .menu-item.current-menu-parent > .mi-link:after,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item.current-menu-parent > .mi-link:after,
.header-menu-container.menu-hover-outline > .header-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.header-menu-container.menu-hover-box > .header-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.header-menu-container.menu-hover-outline > .header-menu > .menu-item.one-page-active > .mi-link:after,
.header-menu-container.menu-hover-box > .header-menu > .menu-item.one-page-active > .mi-link:after,
.header-menu-container.menu-hover-fill > .header-menu > .menu-item.one-page-active > .mi-link:after,
.sidebar-menu-container.menu-hover-outline > .sidebar-menu > .menu-item:hover > .mi-link:after,
.sidebar-menu-container.menu-hover-box > .sidebar-menu > .menu-item:hover > .mi-link:after,
.sidebar-menu-container.menu-hover-fill > .sidebar-menu > .menu-item:hover > .mi-link:after,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item:hover > .mi-link:after,
.et-menu-container.menu-hover-box > .et-menu > .menu-item:hover > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item:hover > .mi-link:after,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item.current-menu-item > .mi-link:after,
.et-menu-container.menu-hover-box > .et-menu > .menu-item.current-menu-item > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item.current-menu-item > .mi-link:after,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item.current-menu-parent > .mi-link:after,
.et-menu-container.menu-hover-box > .et-menu > .menu-item.current-menu-parent > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item.current-menu-parent > .mi-link:after,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.et-menu-container.menu-hover-box > .et-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.et-menu-container.menu-hover-outline > .et-menu > .menu-item.one-page-active > .mi-link:after,
.et-menu-container.menu-hover-box > .et-menu > .menu-item.one-page-active > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item.one-page-active > .mi-link:after {
  opacity: 1;
}

.header-menu-container.menu-hover-underline > .header-menu > .menu-item:hover > .mi-link .txt:after,
.header-menu-container.menu-hover-overline > .header-menu > .menu-item:hover > .mi-link:after,
.header-menu-container.menu-hover-underline > .header-menu > .menu-item.current-menu-item > .mi-link .txt:after,
.header-menu-container.menu-hover-overline > .header-menu > .menu-item.current-menu-item > .mi-link:after,
.header-menu-container.menu-hover-underline > .header-menu > .menu-item.current-menu-parent > .mi-link .txt:after,
.header-menu-container.menu-hover-overline > .header-menu > .menu-item.current-menu-parent > .mi-link:after,
.header-menu-container.menu-hover-underline > .header-menu > .menu-item.current-menu-ancestor > .mi-link .txt:after,
.header-menu-container.menu-hover-overline > .header-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.header-menu-container.menu-hover-underline > .header-menu > .menu-item.one-page-active > .mi-link .txt:after,
.header-menu-container.menu-hover-overline > .header-menu > .menu-item.one-page-active > .mi-link:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item:hover > .mi-link .txt:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item:hover > .mi-link:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item.current-menu-item > .mi-link .txt:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item.current-menu-item > .mi-link:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item.current-menu-parent > .mi-link .txt:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item.current-menu-parent > .mi-link:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item.current-menu-ancestor > .mi-link .txt:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item.current-menu-ancestor > .mi-link:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item.one-page-active > .mi-link .txt:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item.one-page-active > .mi-link:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: bottom left;
}

.header-menu-container > .header-menu > .menu-item > .mi-link:after,
.header-menu-container > .header-menu > .menu-item > .mi-link .txt:after,
.sidebar-menu-container > .sidebar-menu > .menu-item > .mi-link:after,
.et-menu-container > .et-menu > .menu-item > .mi-link:after,
.et-menu-container > .et-menu > .menu-item > .mi-link .txt:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 40px;
  width: 100%;
  margin-top: -20px;
  transition: border-color 300ms ease-out, background-color 300ms ease-out, opacity 300ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
}

.header-menu-container > .header-menu > .menu-item:hover > .mi-link:after,
.sidebar-menu-container > .sidebar-menu > .menu-item:hover > .mi-link:after,
.et-menu-container > .et-menu > .menu-item:hover > .mi-link:after {
  transition: border-color 300ms ease-out, background-color 300ms ease-out, opacity 300ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.header-menu-container.menu-hover-fill > .header-menu > .menu-item > .mi-link:after,
.sidebar-menu-container.menu-hover-fill > .sidebar-menu > .menu-item > .mi-link:after,
.sidebar-menu-container.menu-hover-outline > .sidebar-menu > .menu-item > .mi-link:after,
.sidebar-menu-container.menu-hover-box > .sidebar-menu > .menu-item > .mi-link:after,
.et-menu-container.menu-hover-fill > .et-menu > .menu-item > .mi-link:after {
  height: calc(100% + 1px);
  margin-top: 0;
  top: 0;
  border-radius: 0;
}

.sidebar-menu-container.menu-hover-outline > .sidebar-menu > .menu-item > .mi-link:after,
.sidebar-menu-container.menu-hover-box > .sidebar-menu > .menu-item > .mi-link:after {
  width: calc(100% - 32px);
  left: 16px;
}

.tl-separator-true.sidebar-menu-container.menu-hover-outline > .sidebar-menu > .menu-item > .mi-link:after,
.tl-separator-true.sidebar-menu-container.menu-hover-box > .sidebar-menu > .menu-item > .mi-link:after {
  width: calc(100% - 80px);
  left: 40px;
}

.header-menu-container.menu-hover-underline > .header-menu > .menu-item > .mi-link .txt:after,
.et-menu-container.menu-hover-underline > .et-menu > .menu-item > .mi-link .txt:after {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  opacity: 1 !important;
  top: 2px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: -1;
  backface-visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
}

.header-menu-container.menu-hover-overline > .header-menu > .menu-item > .mi-link:after,
.et-menu-container.menu-hover-overline > .et-menu > .menu-item > .mi-link:after {
  border-top-width: 4px;
  border-top-style: solid;
  border-radius: 0 !important;
  top: 0;
  margin-top: 0;
  opacity: 1 !important;
  height: 100%;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
}

.menu-item-language img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
}

/* submenu
---------------*/
.header-menu .sub-menu:not(.megamenu-single),
.sidebar-menu .sub-menu:not(.megamenu-single),
.et-menu .sub-menu:not(.megamenu-single),
.et-header-button .megamenu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0px;
  min-width: 256px;
  max-width: 256px;
  padding-top: 24px;
  padding-bottom: 24px;
  list-style: none;
  margin-left: 0;
  display: none;
  text-align: left;
  border-radius: 0 0 4px 4px;
}

.et-menu-container.vertical .et-menu .sub-menu:not(.megamenu-single) {
  top: 0;
  left: 100% !important;
  border-radius: 4px !important;
}

.submenu-appear-from-top .et-menu .sub-menu:not(.megamenu-single) {
  bottom: 100% !important;
  top: auto !important;
  border-radius: 4px !important;
}

.submenu-appear-from-top .et-menu .sub-menu:not(.megamenu-single) .sub-menu {
  bottom: 0 !important;
  top: auto !important;
}

.sidebar-menu .sub-menu:not(.megamenu-single) {
  left: 100%;
  top: -24px;
}

.sidebar-navigation-right .sidebar-menu .sub-menu {
  left: -256px;
}

.header-menu .submenu-left .sub-menu,
.et-menu .submenu-left .sub-menu {
  left: auto !important;
  right: 0 !important;
}

.header-menu .sub-menu .submenu-left .sub-menu,
.et-menu .sub-menu .submenu-left .sub-menu {
  left: -100% !important;
  right: auto !important;
}

.header-menu .sub-menu .sub-menu,
.et-menu .sub-menu .sub-menu {
  left: 256px;
  top: -24px;
}

.header-menu .submenu-left .sub-menu .sub-menu,
.et-menu .submenu-left .sub-menu .sub-menu {
  left: auto !important;
  right: 256px !important;
}

.submenu-shadow-true .header-menu .sub-menu,
.submenu-shadow-true .sidebar-menu .sub-menu,
.submenu-shadow-true .et-menu .sub-menu,
.submenu-shadow-true.et-header-button .megamenu {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.submenu-appear-none .header-menu .sub-menu,
.submenu-appear-none .sidebar-menu .sub-menu,
.submenu-appear-none .et-menu .sub-menu,
.submenu-appear-none.et-header-button .megamenu {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: block;
}

.submenu-appear-none .header-menu .menu-item:hover > .sub-menu,
.submenu-appear-none .sidebar-menu .menu-item:hover > .sub-menu,
.submenu-appear-none .et-menu .menu-item:hover > .sub-menu,
.submenu-appear-none.et-header-button:hover > .megamenu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.submenu-appear-move .header-menu .sub-menu,
.submenu-appear-move .sidebar-menu .sub-menu,
.submenu-appear-move .et-menu .sub-menu,
.submenu-appear-move.et-header-button .megamenu {
  transform: translateY(-24px);
  opacity: 0;
  transition: opacity 100ms ease-out, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
  visibility: hidden;
  display: block;
}

.submenu-appear-move .header-menu .menu-item:hover > .sub-menu,
.submenu-appear-move .sidebar-menu .menu-item:hover > .sub-menu,
.submenu-appear-move .et-menu .menu-item:hover > .sub-menu,
.submenu-appear-move.et-header-button:hover > .megamenu {
  transition: opacity 150ms 300ms ease-out, transform 600ms 300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 2;
}

.submenu-appear-fade .header-menu .sub-menu,
.submenu-appear-fade .sidebar-menu .sub-menu,
.submenu-appear-fade .et-menu .sub-menu,
.submenu-appear-fade.et-header-button .megamenu {
  opacity: 0;
  transition: opacity 100ms ease-out, transform 900ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
  visibility: hidden;
  display: block;
}

.submenu-appear-fade .header-menu .menu-item:hover > .sub-menu,
.submenu-appear-fade .sidebar-menu .menu-item:hover > .sub-menu,
.submenu-appear-fade .et-menu .menu-item:hover > .sub-menu,
.submenu-appear-fade.et-header-button:hover > .megamenu {
  transition: opacity 150ms 300ms ease-out, transform 600ms 300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.submenu-appear-fall .header-menu,
.submenu-appear-fall .sidebar-menu,
.submenu-appear-fall .et-menu,
.submenu-appear-fall.et-header-button {
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
}

.submenu-appear-fall .header-menu .sub-menu,
.submenu-appear-fall .sidebar-menu .sub-menu,
.submenu-appear-fall .et-menu .sub-menu,
.submenu-appear-fall.et-header-button .megamenu {
  display: block;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(-25deg);
  transform-style: preserve-3d;
  transform-origin: top center;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s, visibility 0.1s;
}

.submenu-appear-fall .header-menu .menu-item:hover > .sub-menu,
.submenu-appear-fall .sidebar-menu .menu-item:hover > .sub-menu,
.submenu-appear-fall .et-menu .menu-item:hover > .sub-menu,
.submenu-appear-fall.et-header-button:hover > .megamenu {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  transform: rotateX(0) translateZ(0);
  transition: transform 0.6s 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.1s 0.2s, visibility 0.1s 0.2s;
}

.header-menu .sub-menu .menu-item,
.sidebar-menu .sub-menu .menu-item,
.et-menu .sub-menu .menu-item,
.megamenu-tab .tab-item {
  display: block;
  float: none;
  line-height: 24px;
}

.megamenu-tab .tab-item .txt + .icon {
  font-size: 12px !important;
}

.header-menu .sub-menu .menu-item .mi-link,
.sidebar-menu .menu-item .mi-link,
.et-menu .sub-menu .menu-item .mi-link,
.megamenu-tab .tab-item,
.et-header-button .sub-menu .menu-item .mi-link {
  display: block;
  padding: 8px 29px;
  position: relative;
  backface-visibility: hidden;
  border-radius: 4px;
}

.megamenu-tab .tab-item {
  border-radius: 0;
}

.header-menu .sub-menu .menu-item .mi-link:after,
.sidebar-menu .menu-item .mi-link:after,
.et-menu .sub-menu .menu-item .mi-link:after,
.megamenu-tab .tab-item:after,
.et-header-button .sub-menu .menu-item .mi-link:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  transition: background-color 300ms ease-out, opacity 300ms ease-out, width 150ms ease-out;
  opacity: 0;
  z-index: 1;
  border-radius: inherit;
}

.submenu-hover-line .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link .txt:after,
.submenu-hover-line.et-header-button .sub-menu .menu-item .mi-link .txt:after,
.submenu-hover-line .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link .txt:after,
.submenu-hover-line.mm-container .sub-menu .menu-item .mi-link .txt:after,
.submenu-hover-line .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link .txt:after,
.megamenu-tab.hover-line .tab-item .txt:after {
  display: block;
  position: absolute;
  content: "";
  opacity: 1 !important;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 4px;
  margin-top: 0;
  z-index: -1;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  left: 0;
  transition: border-color 300ms ease-out, background-color 300ms ease-out, opacity 300ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.submenu-hover-dot .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-dot.et-header-button .sub-menu .menu-item .mi-link:after,
.submenu-hover-dot .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-dot.mm-container .sub-menu .menu-item .mi-link:after,
.submenu-hover-dot .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.megamenu-tab.hover-dot .tab-item:after {
  height: 4px;
  width: 4px;
  top: 50%;
  margin-top: -2px;
  left: 16px;
}

.submenu-hover-outline .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-box.et-header-button .sub-menu .menu-item .mi-link:after,
.submenu-hover-outline.et-header-button .sub-menu .menu-item .mi-link:after,
.submenu-hover-box .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-outline .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-box .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-outline.mm-container .sub-menu .menu-item .mi-link:after,
.submenu-hover-box.mm-container .sub-menu .menu-item .mi-link:after,
.submenu-hover-outline .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.submenu-hover-box .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:after,
.megamenu-tab.hover-box .tab-item:after {
  width: calc(100% - 32px);
  left: 16px;
}

.header-menu .sub-menu .menu-item:hover > .mi-link:after,
.et-header-button .sub-menu .menu-item:hover > .mi-link:after,
.sidebar-menu .sub-menu .menu-item:hover > .mi-link:after,
.et-menu .sub-menu .menu-item:hover > .mi-link:after,
.megamenu-tab .tab-item:hover:after,
.megamenu-tab .tab-item.active:after {
  transition: background-color 300ms ease-out, opacity 300ms ease-out, width 600ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
}

.submenu-hover-line .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item:hover > .mi-link .txt:after,
.submenu-hover-line.et-header-button .sub-menu .menu-item:hover > .mi-link .txt:after,
.submenu-hover-line .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item:hover > .mi-link .txt:after,
.submenu-hover-line.mm-container .sub-menu .menu-item:hover > .mi-link .txt:after,
.submenu-hover-line .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item:hover > .mi-link .txt:after,
.megamenu-tab.hover-line .tab-item:hover .txt:after,
.megamenu-tab.hover-line .tab-item.active .txt:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: bottom left;
}

.header-menu .sub-menu .menu-item .arrow-down,
.sidebar-menu .menu-item > .mi-link > .arrow-down,
.et-menu .sub-menu .menu-item .arrow-down {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
}

.header-menu .sub-menu .menu-item:hover > .mi-link > .arrow-down,
.sidebar-menu .menu-item:hover > .mi-link > .arrow-down,
.et-menu .sub-menu .menu-item:hover > .mi-link > .arrow-down {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

/* separator-true
---------------*/
.separator-true .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:before,
.separator-true .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:before,
.separator-true.mm-container .sub-menu .menu-item .mi-link:before,
.et-mm > .menu-item > .mi-link:before,
.tl-separator-true .sidebar-menu > .menu-item > .mi-link:before,
.separator-true .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  content: "";
  height: 1px;
  width: calc(100% - 32px);
  opacity: 0.15;
}

.tl-separator-true .sidebar-menu > .menu-item:last-child > .mi-link:before {
  display: none;
}

.tl-separator-true .sidebar-menu > .menu-item > .mi-link:before {
  left: 40px;
  width: calc(100% - 80px);
}

.tl-separator-true .sidebar-menu > .menu-item > .mi-link > .arrow-down {
  right: 56px;
}

.separator-true .header-menu > .menu-item:not(.mm-true) .sub-menu > .menu-item:last-child > .mi-link:before,
.separator-true .sidebar-menu > .menu-item:not(.mm-true) .sub-menu > .menu-item:last-child > .mi-link:before,
.separator-true.mm-container .sub-menu > .menu-item:last-child > .mi-link:only-child:before,
.tl-separator-true .sidebar-menu > .menu-item:last-child > .mi-link:only-child:before,
.separator-true .et-menu > .menu-item:not(.mm-true) .sub-menu > .menu-item:last-child > .mi-link:before {
  display: none;
}

.separator-true.mm-container .sub-menu > .menu-item:last-child > .mi-link:before {
  display: block;
}

.separator-true .header-menu > .menu-item:not(.mm-true) .sub-menu,
.separator-true .sidebar-menu > .menu-item:not(.mm-true) .sub-menu,
.separator-true.mm-container .sub-menu,
.separator-true .et-menu > .menu-item:not(.mm-true) .sub-menu {
  padding-top: 12px;
  padding-bottom: 12px;
}

.separator-true .header-menu > .menu-item:not(.mm-true) .sub-menu .sub-menu,
.separator-true .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .sub-menu,
.separator-true .et-menu > .menu-item:not(.mm-true) .sub-menu .sub-menu {
  top: -12px;
}

.separator-true.submenu-appear-from-top .et-menu > .menu-item:not(.mm-true) .sub-menu .sub-menu {
  bottom: -12px !important;
}

.separator-true .header-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link,
.separator-true .sidebar-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link,
.separator-true.mm-container .sub-menu .menu-item .mi-link,
.tl-separator-true .sidebar-menu > .menu-item > .mi-link,
.separator-true .et-menu > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link {
  padding: 12px 32px;
}

.tl-separator-true .sidebar-menu > .menu-item > .mi-link {
  padding: 12px 56px;
}

.tl-separator-true.separator-false .sidebar-menu > .menu-item > .sub-menu {
  top: -20px;
}

.tl-separator-true.separator-true .sidebar-menu > .menu-item > .sub-menu {
  top: -12px;
}

/* megamenu
---------------*/
.header-menu .menu-item[data-width="100"],
.et-menu .menu-item[data-width="100"] {
  position: static !important;
}

.megamenu .arrow-down {
  display: none !important;
}

.header-menu > .mm-true > .megamenu,
.sidebar-menu > .mm-true > .megamenu,
.et-menu > .mm-true > .megamenu,
.et-header-button .megamenu {
  left: 0;
  padding: 0 !important;
  height: 0;
  overflow: hidden;
}

.header-menu > .mm-true:hover > .megamenu,
.sidebar-menu > .mm-true:hover > .megamenu,
.et-menu > .mm-true:hover > .megamenu,
.et-header-button:hover .megamenu {
  height: auto;
}

.sidebar-menu > .mm-true > .megamenu {
  left: 100% !important;
}

.submenu-left > .megamenu {
  left: auto;
  right: 0;
}

.sidebar-navigation-right .sidebar-menu .megamenu {
  left: auto !important;
  right: 100% !important;
}

.et-mm {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  margin: 0;
  padding: 0;
}

.et-mm > .menu-item {
  padding-bottom: 16px;
}

.separator-true.mm-container .et-mm > .menu-item {
  padding-bottom: 8px;
}

.mm-container.column-6 .et-mm > .menu-item {
  width: 16.6666666667%;
}

.mm-container.column-5 .et-mm > .menu-item {
  width: 20%;
}

.mm-container.column-4 .et-mm > .menu-item {
  width: 25%;
}

.mm-container.column-3 .et-mm > .menu-item {
  width: 33.2121213%;
}

.mm-container.column-2 .et-mm > .menu-item {
  width: 50%;
}

.mm-container.column-1 .et-mm > .menu-item {
  width: 100%;
}

.megamenu[data-position=left] {
  left: 0 !important;
  right: auto !important;
}

.megamenu[data-position=right] {
  right: 0 !important;
  left: auto !important;
}

.megamenu[data-position=center] {
  right: auto !important;
  left: 50% !important;
}

.megamenu .sub-menu {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  -ms-transform: none !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  min-width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  visibility: visible !important;
  z-index: 1 !important;
  margin-bottom: 16px !important;
}

.et-mm > .menu-item > .mi-link:before {
  opacity: 1;
}

.separator-true.mm-container .et-mm > .menu-item > .mi-link:before {
  height: 2px;
}

.et-mm > .menu-item > .mi-link:after {
  display: none !important;
}

.et-mm > .menu-item > .mi-link {
  margin-bottom: 8px;
}

.separator-true.mm-container .et-mm > .menu-item > .mi-link {
  margin-bottom: 0;
}

.et-mm .sub-menu .sub-menu {
  padding: 0 0 0 24px !important;
}

/* megamenu tab
---------------*/
.megamenu-tab {
  position: relative;
  display: table;
  width: 100%;
  max-width: 100%;
}

.megamenu-tab .tabset,
.megamenu-tab .tabs-container {
  display: table-cell;
  vertical-align: top;
}

.megamenu-tab .tabs-container {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  max-width: 100%;
}

.megamenu-tab.small .tabset {
  width: 23%;
  min-width: 282px;
}

.megamenu-tab.small .tabs-container {
  width: 77%;
}

.megamenu-tab.medium .tabset {
  width: 28%;
  min-width: 336px;
}

.megamenu-tab.medium .tabs-container {
  width: 72%;
}

.megamenu-tab.large .tabset {
  width: 33.3333333333%;
  min-width: 400px;
}

.megamenu-tab.large .tabs-container {
  width: 66.6666666667%;
}

.megamenu-tab .tab-content {
  display: none;
  opacity: 1;
  transition: none !important;
  transform: none !important;
}

.megamenu-tab .tab-content.active {
  display: block !important;
}

.megamenu-tab .tabset {
  padding: 24px 0;
}

.megamenu-tab .tab-item {
  padding: 12px 24px;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.megamenu-tab .tab-item span {
  position: relative;
  z-index: 2;
}

.megamenu-tab .arrow {
  display: none;
}

.megamenu-tab .tab-item.active .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 16px 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}

.megamenu-tab.hover-dot .tab-item:after {
  left: 24px;
}

.megamenu-tab.hover-outline .tab-item {
  padding: 16px 32px;
  margin: 1px 32px 0 32px;
}

.megamenu-tab.hover-outline .tab-item.active .arrow {
  right: -32px;
}

.megamenu-tab.large.hover-outline .tab-item {
  margin: 1px 48px 0 48px;
}

.megamenu-tab.large.hover-outline .tab-item.active .arrow {
  right: -48px;
}

.megamenu-tab .tab-item .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-right: 12px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  top: -1px;
}

.megamenu-tab .tab-item .txt + .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  margin-right: 0;
}

/* hbe_icon_element
---------------*/
.hbe-icon-element {
  position: relative;
}

.hbe-toggle {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: color 300ms ease-out, background-color 300ms ease-out;
  position: relative;
  border-radius: 4px;
}

.size-small > .hbe-toggle {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}

.size-small > .hbe-toggle.active,
.close-size-small.hbe .hbe-toggle.active {
  font-size: 14px;
}

.size-medium > .hbe-toggle {
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
}

.size-medium > .hbe-toggle.active,
.close-size-medium.hbe .hbe-toggle.active {
  font-size: 16px;
}

.size-large > .hbe-toggle {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}

.size-large > .hbe-toggle.active,
.close-size-large.hbe .hbe-toggle.active {
  font-size: 18px;
}

.hbe-toggle:before {
  position: relative;
}

.hbe-toggle.active:before {
  left: 0 !important;
}

/* et_search_toggle
---------------*/
.header-search .search-toggle:before {
  left: 1px;
}

.header-search .search-box {
  display: none;
  padding: 11px;
  position: absolute;
  top: 100%;
  right: 0;
}

.box-align-right .search-box {
  right: auto;
  left: 0;
}

.header-search .search-box.active {
  display: block;
}

.search-box {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.header-search .search-form {
  position: relative;
  width: 256px;
}

.header-search .search-form,
.header-search .search-form fieldset,
.header-search .search-form input {
  margin: 0 !important;
  line-height: initial;
}

.header-search .search-form input[type=submit],
.header-search .search-form input[type=text],
.header-search .search-form .search-icon {
  height: 48px;
}

.header-search .search-form input[type=text] {
  padding-right: 72px;
  border: none !important;
}

.header-search .search-form input[type=submit] {
  width: 48px;
  min-width: 0 !important;
  text-indent: -900em;
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent !important;
  box-shadow: none !important;
}

.header-search .search-form .search-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  transition: all 300ms ease-out;
}

.header-search .search-form input[type=submit]:hover + .search-icon {
  opacity: 0.7;
}

/* et_cart_toggle
---------------*/
.header-cart {
  width: auto !important;
  height: auto !important;
}

.header-cart .cart-toggle {
  padding-left: 48px;
}

.header-cart .cart-toggle:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  font-size: 32px;
  line-height: 32px;
  width: 48px;
  height: 32px;
}

.header-cart .cart-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 40px);
  height: 100%;
  z-index: 2;
}

.header-cart .cart-toggle.active:before {
  font-size: 22px;
  left: 2px !important;
  margin-top: -16px;
}

.header-cart .cart-contents {
  display: block;
  text-align: left;
  line-height: 18px;
  font-size: 12px;
  position: relative;
  /*z-index: -1;*/
}

.header-cart .cart-contents .cart-title {
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.header-cart .cart-contents .cart-info:before {
  content: "|";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 4px 0 0;
}

.header-cart .cart-box {
  display: none;
  padding: 24px;
  position: absolute;
  top: 100%;
  right: 0;
  line-height: initial;
}

.box-align-right .cart-box {
  right: auto;
  left: 0;
}

.cart-box {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.header-cart .cart-box .product_list_widget > li:not(:last-child):before,
.header-cart .cart-box .woocommerce-mini-cart__total:before {
  opacity: 0.1;
}

.header-cart .cart-box.active {
  display: block;
}

/* et_search_form
---------------*/
.header-search-form .search-form {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  height: 56px;
}

.header-search-form .search-form fieldset,
.header-search-form .search-form input[type=text] {
  height: inherit !important;
}

.header-search-form .search-form input[type=text]#s {
  padding: 0 48px 0 16px !important;
}

.header-search-form .search-form input[type=submit]:hover + .search-icon {
  opacity: 1;
}

/* et_woo_search_form
---------------*/
.header-woo-search-form,
.header-woo-search-form .dgwt-wcas-search-wrapp,
.header-woo-search-form form,
.header-woo-search-form input {
  max-width: 100%;
}

.header-woo-search-form .dgwt-wcas-search-wrapp {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  height: 48px;
}

.header-woo-search-form .dgwt-wcas-sf-wrapp,
.header-woo-search-form .dgwt-wcas-search-form,
.header-woo-search-form .dgwt-wcas-search-form input[type=search],
.header-woo-search-form .dgwt-wcas-search-submit {
  height: inherit !important;
  border-radius: 4px !important;
}

.header-woo-search-form input[type=search] {
  padding: 0 48px 0 16px !important;
  border-width: 2px !important;
  border-style: solid;
}

.header-woo-search-form .dgwt-wcas-search-submit {
  opacity: 1 !important;
  border-radius: 0 4px 4px 0 !important;
}

.header-woo-search-form .dgwt-wcas-search-submit:before {
  display: none !important;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  background-image: none !important;
  text-align: center;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before {
  display: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0 !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-width: 48px;
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 99;
  pointer-events: initial !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 16px !important;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #fff !important;
}

/* et_login_toggle
---------------*/
.header-login .login-toggle {
  width: auto;
  padding: 0 16px 0 12px;
}

.header-login .login-title {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  margin-left: 8px;
}

.logged-in .login-title.login,
.login-title.logout {
  display: none;
}

.logged-in .login-title.logout {
  display: inline-block;
}

.header-login .widget_reglog {
  display: none;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 24px;
  line-height: 24px;
  width: 256px;
}

.box-align-right .widget_reglog {
  right: auto;
  left: 0;
}

.header-login .widget_reglog.active {
  display: block;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.header-login .widget_reglog form,
.header-login .widget_reglog .login-submit {
  margin-bottom: 0;
}

.header-login .widget_reglog form .input {
  border: none;
}

.header-login .widget_reglog form .button {
  margin-bottom: 0;
}

.login-toggle:before {
  display: inline-block;
}

.size-small > .login-toggle:before {
  width: 16px;
}

.size-medium > .login-toggle:before {
  width: 20px;
}

.size-large > .login-toggle:before {
  width: 24px;
}

.header-login .widget_reglog a:not(.button) {
  transition: all 200ms ease-out;
}

.header-login .widget_reglog a:not(.button):hover {
  opacity: 0.7;
}

.my-account-buttons {
  margin-top: 16px;
}

.my-account-buttons a {
  width: 100%;
}

/* et_language_switcher
---------------*/
.language-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 24px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 16px 0;
}

.language-switcher ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.language-switcher ul li {
  margin: 0;
  padding: 0;
}

.box-align-right.language-switcher-wrapper ul {
  right: 0;
  left: auto;
}

.box-align-center.language-switcher-wrapper ul {
  left: 50%;
  margin-left: -25%;
}

.language-switcher ul.active {
  display: block;
}

.language-switcher ul li a {
  padding: 2px 16px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  display: block;
  transition: all 300ms ease-out;
}

.language-switcher ul li a > * {
  display: inline-block;
  vertical-align: middle;
}

.language-switcher ul li a > img {
  margin-right: 8px;
}

.language-switcher .wpml-ls-legacy-list-horizontal li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.language-switcher .wpml-ls-legacy-list-horizontal li:last-child {
  margin-right: 0;
}

.language-switcher .wpml-ls-legacy-list-horizontal a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.language-switcher .wpml-ls-legacy-list-vertical li {
  position: relative;
  display: block;
}

.language-switcher.size-small .wpml-ls-legacy-list-vertical li,
.language-switcher.size-small .wpml-ls-legacy-list-horizontal a {
  height: 32px;
  line-height: 32px;
}

.language-switcher.size-medium .wpml-ls-legacy-list-vertical li,
.language-switcher.size-medium .wpml-ls-legacy-list-horizontal a {
  height: 36px;
  line-height: 36px;
}

.language-switcher.size-large .wpml-ls-legacy-list-vertical li,
.language-switcher.size-large .wpml-ls-legacy-list-horizontal a {
  height: 40px;
  line-height: 40px;
}

.wpml-ls-item-toggle:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  position: relative;
  transform: rotate(90deg);
  font-size: 12px;
}

.language-switcher ul {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

/* et_currency_switcher
---------------*/
.currency-switcher {
  position: relative;
}

.currency-switcher .currency-toggle {
  cursor: pointer;
  top: -1px;
}

.currency-switcher .currency-list {
  display: none;
  margin: -1px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 24px;
  width: 256px;
  padding: 16px 0;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.box-align-right.currency-switcher .currency-list {
  right: 0;
  left: auto;
}

.box-align-center.currency-switcher .currency-list {
  left: 50%;
  margin-left: -25%;
}

.currency-switcher .currency-list.active {
  display: block;
}

.currency-switcher .currency-list a {
  display: block;
  padding: 2px 16px;
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
  transition: all 200ms ease-out;
}

.currency-switcher .highlighted-currency {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 8px;
}

.currency-switcher .highlighted-currency:after {
  font-size: 10px;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  transform: rotate(90deg);
  margin-left: 4px;
}

/* et_header_social_links
---------------*/
.header-social-links {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.header-social-links a {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.header-social-links a,
.et-social-links a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  vertical-align: top;
  transition: all 300ms ease-out;
}

.et-social-links a {
  margin-bottom: 4px;
  border-radius: 4px;
}

.shadow-true.et-social-links a {
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08);
}

.header-social-links a:last-child,
.et-social-links a:last-child {
  margin-right: 0 !important;
}

.header-social-links.styling-original-true a,
.et-social-links.styling-original-true a {
  color: #ffffff !important;
  margin-right: 4px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  transform-origin: 0 100%;
}

.header-social-links.styling-original-true a:hover,
.et-social-links.styling-original-true a:hover {
  transform: translateY(-8px);
}

.header-social-links.styling-original-true a.ien-youtube, .et-social-links.styling-original-true a.ien-youtube {
  background-color: #bb0000;
}

.header-social-links.styling-original-true a.ien-vk, .et-social-links.styling-original-true a.ien-vk {
  background-color: #4a76a8;
}

.header-social-links.styling-original-true a.ien-tripadvisor, .et-social-links.styling-original-true a.ien-tripadvisor {
  background-color: #00a680;
}

.header-social-links.styling-original-true a.ien-google, .et-social-links.styling-original-true a.ien-google {
  background-color: #dd4b39;
}

.header-social-links.styling-original-true a.ien-facebook, .et-social-links.styling-original-true a.ien-facebook {
  background-color: #3b5998;
}

.header-social-links.styling-original-true a.ien-instagram, .et-social-links.styling-original-true a.ien-instagram {
  background-color: #bc2a8d;
}

.header-social-links.styling-original-true a.ien-twitter, .et-social-links.styling-original-true a.ien-twitter {
  background-color: #00aced;
}

.header-social-links.styling-original-true a.ien-vimeo, .et-social-links.styling-original-true a.ien-vimeo {
  background-color: #1ab7ea;
}

.header-social-links.styling-original-true a.ien-dribbble, .et-social-links.styling-original-true a.ien-dribbble {
  background-color: #ea4c89;
}

.header-social-links.styling-original-true a.ien-behance, .et-social-links.styling-original-true a.ien-behance {
  background-color: #0057ff;
}

.header-social-links.styling-original-true a.ien-github, .et-social-links.styling-original-true a.ien-github {
  background-color: #2ebc4f;
}

.header-social-links.styling-original-true a.ien-skype, .et-social-links.styling-original-true a.ien-skype {
  background-color: #00b4f5;
}

.header-social-links.styling-original-true a.ien-linkedin, .et-social-links.styling-original-true a.ien-linkedin {
  background-color: #007bb6;
}

.header-social-links.styling-original-true a.ien-pinterest, .et-social-links.styling-original-true a.ien-pinterest {
  background-color: #cb2027;
}

.header-social-links.styling-original-true a.ien-email, .et-social-links.styling-original-true a.ien-email {
  background-color: #424242;
}

.header-social-links.size-small > a {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}

.header-social-links.size-medium > a,
.et-social-links a {
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
}

.header-social-links.size-large > a {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}

/* header-icon
---------------*/
/*.hicon {
	vertical-align: top;
}*/
span.hicon {
  cursor: default !important;
}

/* et_header_button
---------------*/
.et-header-button > a {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 0;
  top: -1px;
}

.et-header-button ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.et-header-button.submenu-toggle-click .sub-menu,
.et-header-button.submenu-toggle-click:hover .sub-menu {
  display: none;
  transform: none !important;
}

.et-header-button.submenu-toggle-click .sub-menu.active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  z-index: 2 !important;
  height: auto !important;
}

/* et_header_vertical_separator
---------------*/
.header-vertical-separator .line {
  vertical-align: middle;
  display: inline-block;
}

/* mobile header
---------------*/
.mobile-container-overlay,
.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: left 0ms ease-out, opacity 300ms 50ms ease-out;
}

.mobile-container-overlay.active,
.sidebar-overlay.active {
  left: 0;
  opacity: 1;
}

.mobile-container {
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9999999;
  backface-visibility: hidden;
}

.header.sticky-true.active .mobile-container {
  transition: none !important;
}

.mobile-container-overlay.active + .mobile-container,
.header.sticky-true.active .mobile-container-overlay.active + .mobile-container {
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.mobile-container.effect-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.mobile-container.effect-right {
  top: 0;
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.mobile-container.effect-top {
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.mobile-container-overlay.active + .mobile-container.effect-left {
  top: 0;
  transform: translateX(0);
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.3);
}

.mobile-container-overlay.active + .mobile-container.effect-right {
  top: 0;
  transform: translateX(0);
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.3);
}

.mobile-container-overlay.active + .mobile-container.effect-top {
  transform: translateY(0);
  opacity: 1;
}

.mobile-container .header-logo .logo {
  display: block !important;
}

.mobile-container .header-logo .sticky-logo {
  display: none !important;
}

.mobile-container .hbe {
  height: auto !important;
  line-height: initial !important;
}

/* mobile menu
---------------*/
.mobile-menu-container {
  display: block;
  width: 100%;
}

.mobile-menu-container.text-align-left {
  text-align: left;
}

.mobile-menu-container.text-align-right {
  text-align: right;
}

.mobile-menu-container.text-align-center {
  text-align: center;
}

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-menu li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.mobile-menu li a {
  display: block;
  padding: 12px 16px;
  line-height: 24px;
  position: relative;
  transition: all 300ms ease-out;
}

.mobile-menu li ul li a {
  padding-left: 24px !important;
  opacity: 0.8;
}

.mobile-menu-container.text-align-right .mobile-menu .menu-item-has-children > a {
  padding: 12px 36px 12px 16px;
}

.mobile-menu li a:after,
.mobile-menu > li:last-child:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

.mobile-menu > li:last-child:after {
  top: auto;
  bottom: 0;
}

.mobile-menu ul {
  margin-bottom: 0;
  display: none;
  position: relative;
}

.mobile-menu .menu-item-has-children > a > .arrow-down {
  display: block;
  position: absolute;
  width: auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  margin-left: 0;
  z-index: 5;
  transform: rotate(0deg);
}

.mobile-menu-container.text-align-center .mobile-menu .menu-item-has-children > a > .arrow-down {
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 0;
  margin-top: 0;
  margin-left: 8px;
}

.mobile-menu .menu-item-has-children > a > .arrow-down.active {
  transform: rotate(90deg);
}

/* modal container
   ---------------*/
.modal-container {
  width: 100%;
  height: 100%;
  cursor: default;
  position: fixed;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 9999999;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header.sticky-true.active .modal-container {
  transition: none !important;
}

.modal-container.active,
.header.sticky-true.active .modal-container.active {
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.modal-container.effect-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.modal-container.effect-right {
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.modal-container.effect-top {
  top: 0;
  left: 0;
  transform: translateY(-100%);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.modal-container.effect-center {
  top: 0;
  left: 0;
  transform: scale(0.3);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
}

.modal-container.effect-left.active {
  top: 0;
  transform: translateX(0);
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.3);
}

.modal-container.effect-right.active {
  top: 0;
  transform: translateX(0);
  box-shadow: -1px 0 8px rgba(0, 0, 0, 0.3);
}

.modal-container.effect-top.active {
  transform: translateY(0);
  opacity: 1;
}

.modal-container.effect-center.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal-container .header-logo .logo {
  display: block !important;
}

.modal-container .header-logo .sticky-logo {
  display: none !important;
}

.modal-container .hbe {
  height: auto !important;
  line-height: initial !important;
}

.modal-container-content {
  max-width: 100%;
  width: 100%;
}

.modal-container-close {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 5;
}

/* modal menu
---------------*/
.modal-menu-container {
  display: block;
  width: 100%;
}

.modal-menu-container.text-align-left {
  text-align: left;
}

.modal-menu-container.text-align-right {
  text-align: right;
}

.modal-menu-container.text-align-center {
  text-align: center;
}

.modal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal-menu li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
}

.modal-menu li a {
  display: block;
  padding: 16px 24px;
  line-height: 24px;
  position: relative;
  transition: all 300ms ease-out;
}

.modal-menu-container.text-align-right .modal-menu .menu-item-has-children > a {
  padding: 16px 48px 16px 24px;
}

.modal-menu li a:after,
.modal-menu > li:last-child:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
}

.modal-menu > li:last-child:after {
  top: auto;
  bottom: 0;
}

.modal-menu ul {
  margin-bottom: 0;
  display: none;
  position: relative;
}

.modal-menu .menu-item-has-children > a > .arrow-down {
  display: block;
  position: absolute;
  width: auto;
  height: 24px;
  font-size: 40%;
  line-height: 24px;
  text-align: center;
  right: 24px;
  top: 50%;
  margin-top: -12px;
  margin-left: 0;
  z-index: 5;
  transform: rotate(0deg);
}

.modal-menu-container.text-align-center .modal-menu .menu-item-has-children > a > .arrow-down {
  display: inline-block;
  position: relative;
  width: auto;
  height: 24px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 0;
  margin-top: 0;
  margin-left: 8px;
}

.modal-menu .menu-item-has-children > a > .arrow-down.active {
  transform: rotate(90deg);
}

/* sidebar-navigation
---------------*/
.sidebar-navigation .hbe {
  height: auto;
}

.sidebar-navigation .header.side-true {
  width: 320px;
  max-width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.5s;
  backface-visibility: hidden;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.sidebar-navigation-right .header.side-true {
  left: auto;
  right: 0;
  box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.1);
}

.sidebar-navigation .header.side-true .vc_column_container,
.sidebar-navigation .header.side-true .vc_column-inner,
.sidebar-navigation .header.side-true .wpb_wrapper,
.sidebar-navigation .header.side-true .hbe {
  max-width: 100% !important;
}

.sidebar-navigation #wrap {
  padding-left: 320px;
}

.sidebar-navigation-right #wrap {
  padding-left: 0;
  padding-right: 320px;
}

.sidebar-container {
  width: inherit;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar-container > .snva {
  width: 100%;
  display: block;
}

.sidebar-container > .vertical-align-top {
  align-self: flex-start;
}

.sidebar-container > .vertical-align-middle {
  align-self: center;
}

.sidebar-container > .vertical-align-bottom {
  align-self: flex-end;
}

.sidebar-navigation .header.side-true > .vc_row,
.sidebar-navigation .header.side-true > .vc_row > .container,
.sidebar-navigation .header.side-true > .vc_row > .container > .wpb_column,
.sidebar-navigation .header.side-true > .vc_row > .container > .wpb_column > .vc_column-inner,
.sidebar-navigation .header.side-true > .vc_row > .container > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.sidebar-navigation .header.side-true .container {
  width: 100%;
  max-width: 100%;
}

.sidebar-menu-container {
  width: 100%;
}

.sidebar-menu-container .menu-item {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.sidebar-menu .menu-item.megamenu-static,
.sidebar-menu-container {
  position: static !important;
}

.tl-text-align-left .sidebar-menu > .menu-item,
.sub-text-align-left .sidebar-menu .sub-menu .menu-item {
  text-align: left;
}

.tl-text-align-center .sidebar-menu > .menu-item,
.sub-text-align-center .sidebar-menu .sub-menu .menu-item {
  text-align: center;
}

.tl-text-align-right .sidebar-menu > .menu-item,
.sub-text-align-right .sidebar-menu .sub-menu .menu-item {
  text-align: right;
}

.tl-text-align-right .sidebar-menu > .menu-item > .mi-link > .arrow-down,
.sub-text-align-right .sidebar-menu .sub-menu .menu-item > .mi-link > .arrow-down {
  right: auto;
  left: 32px;
}

.tl-text-align-center .sidebar-menu > .menu-item > .mi-link > .arrow-down,
.sub-text-align-center .sidebar-menu .sub-menu .menu-item > .mi-link > .arrow-down {
  left: 0;
  right: 0;
  margin-left: 8px;
  margin-top: 0;
  top: 0;
  vertical-align: middle;
  position: relative;
}

.sidebar-navigation-right .tl-text-align-center .sidebar-menu > .menu-item > .mi-link > .arrow-down,
.sidebar-navigation-right .sub-text-align-center .sidebar-menu .sub-menu .menu-item > .mi-link > .arrow-down {
  margin-left: 0;
  margin-right: 8px;
}

.tl-text-align-right .sidebar-menu > .menu-item:hover > .mi-link > .arrow-down,
.sub-text-align-right .sidebar-menu .sub-menu .menu-item:hover > .mi-link > .arrow-down,
.sidebar-navigation-right .tl-text-align-center .sidebar-menu > .menu-item:hover > .mi-link > .arrow-down,
.sidebar-navigation-right .sub-text-align-center .sidebar-menu .sub-menu .menu-item:hover > .mi-link > .arrow-down {
  transform: rotate(180deg);
}

/* default header
   ---------------*/
.header .vc-row-default {
  height: 96px;
}

.header .vc-row-default .hbe {
  line-height: 96px;
}

.header.sticky-true.active .vc-row-default {
  height: 96px;
}

.header.sticky-true.active .vc-row-default .hbe {
  line-height: 96px;
}

#header-logo-default .logo {
  max-height: 26px;
}

#header-logo-default .sticky-logo {
  max-height: 26px;
}

#header-logo-default {
  margin: 0px 72px 0px 0px;
}

#header-menu-default > .menu-item.depth-0 {
  margin-left: 40px;
}

.vc-row-default .container,
#title-section-default .container {
  display: block !important;
}

#header-menu-default > .menu-item.depth-0 > .mi-link {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Montserrat";
}

#header-menu-default > .menu-item.depth-0:hover > .mi-link,
#header-menu-default > .menu-item.depth-0.current-menu-item > .mi-link,
#header-menu-default > .menu-item.depth-0.current-menu-parent > .mi-link,
#header-menu-default > .menu-item.depth-0.current-menu-ancestor > .mi-link,
#header-menu-default > .menu-item.depth-0.one-page-active > .mi-link {
  color: #000000;
}

#header-menu-default .sub-menu {
  background-color: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

#header-menu-default > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link:before {
  background-color: #bdbdbd;
}

#header-menu-default > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link {
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  font-family: "Montserrat";
}

#header-menu-default > .menu-item:not(.mm-true) .sub-menu .menu-item .mi-link .txt:after {
  background-color: #e05c0b;
  box-shadow: none;
}

#header-menu-default .sub-menu:not(.megamenu-single):not(.megamenu),
#header-menu-default .et-menu .sub-menu:not(.megamenu-single):not(.megamenu) {
  margin-top: 0;
}

#header-menu-default > .menu-item:not(.mm-true) .sub-menu .menu-item:hover > .mi-link {
  color: #000000;
}

#header-menu-container-default {
  margin: 0px 0px 0px 0px;
}

/* default mobile header
---------------*/
#et-mobile-default {
  height: 88px;
  background-color: #ffffff;
}

#et-mobile-default > .container {
  height: inherit;
}

#et-mobile-default .hbe {
  line-height: 88px;
}

#et-mobile-default .logo {
  max-width: 171px;
  max-height: 26px;
}

#et-mobile-default .mobile-toggle {
  color: #bdbdbd;
}

#et-mobile-default .mobile-toggle:hover {
  color: #212121;
}

#et-mobile-default .mobile-container {
  color: #616161;
  background-color: #ffffff;
  padding: 48px 24px 48px 24px;
}

#et-mobile-default .mobile-close {
  color: #bdbdbd;
  background-color: transparent;
  box-shadow: none;
}

#et-mobile-default .mobile-close :hover {
  color: #212121;
  box-shadow: none;
}

#et-mobile-default .mobile-container-close {
  margin: -18px 0px 0px 0px;
}

#mobile-menu-default > .menu-item > a {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: none;
  font-family: "Montserrat";
}

#mobile-menu-default > .menu-item > a:hover {
  color: #000000;
}

#mobile-menu-default .menu-item > a:after,
#mobile-menu-default > .menu-item:last-child:after {
  background-color: #eeeeee;
}

#mobile-menu-default > .menu-item .sub-menu .menu-item > a {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: none;
  font-family: "Montserrat";
}

#mobile-menu-default > .menu-item .sub-menu .menu-item > a:hover {
  color: #000000;
}

#et-mobile-default .mobile-menu-container {
  margin: 32px 0px 32px 0px;
}

/* default footer
---------------*/
#et-footer-default {
  width: 100%;
  background-color: #212121;
  text-align: center;
  color: #bdbdbd;
  padding: 32px 24px 28px 24px;
}

/* default title section
---------------*/
#title-section-default {
  padding: 24px 0 24px 0;
  position: relative;
  z-index: 78;
  background: #f5f5f5;
  margin-bottom: 48px;
}

#title-section-default .et-gap {
  height: 8px;
}

#title-section-default .title-section-title {
  font-size: 32px;
  line-height: 48px;
}

/* Title section
---------------*/
.tse {
  position: relative;
  clear: both;
}

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

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

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

.tse.align-left {
  float: left;
}

.tse.align-right {
  float: right;
}

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

.tse > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/* Breadcrumbs
---------------*/
.et-breadcrumbs {
  padding: 0px;
  display: inline-block;
  word-break: break-word;
}

.et-breadcrumbs > * {
  transition: all 0.3s ease-out;
  position: relative;
}

.et-breadcrumbs a {
  position: relative;
  color: inherit !important;
}

.et-breadcrumbs a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  content: "";
  bottom: 0;
  left: 0px;
  z-index: -1;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transition: all 300ms ease-out;
  transition: background-color 300ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-breadcrumbs a:not(:first-child):after {
  width: calc(100% - 32px) !important;
  left: 32px;
}

.et-breadcrumbs a:hover:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: bottom left;
}

.et-breadcrumbs > *:before {
  display: inline-block;
  top: 50%;
  font-size: 10px;
  line-height: 16px;
  width: 32px;
  text-align: center;
  position: relative;
  vertical-align: middle;
}

.et-breadcrumbs > *:first-child:before {
  display: none;
}

.et-breadcrumbs > *:first-child {
  margin-left: 0px;
}

/* Forms
---------------*/
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  clear: both;
}

fieldset {
  border: none;
}

textarea, select[size], select[multiple] {
  height: auto;
}

textarea {
  min-height: 100px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: 400;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0;
  display: inline-block;
}

textarea, select,
input[type=date], input[type=datetime],
input[type=datetime-local], input[type=email],
input[type=month], input[type=number],
input[type=password], input[type=search],
input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week], input[type=file],
.select2-container--default .select2-selection--single {
  display: block;
  outline: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: left;
  max-width: 100%;
  width: 100%;
  position: relative;
  backface-visibility: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: color 300ms ease-out, background-color 300ms ease-out, box-shadow 300ms ease-out, border-color 300ms ease-out;
  height: 48px;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px 12px 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

textarea {
  line-height: 28px;
  backface-visibility: hidden;
  transition: all 300ms ease-out !important;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.et-button,
input[type=button],
input[type=reset],
input[type=submit],
button:not(.plyr__control, .button-default),
.single_add_to_cart_button,
.product .button,
.yith-woocompare-widget a.compare,
.yith-woocompare-widget a.clear-all,
.added_to_cart,
.post-read-more,
.comment-reply-link,
.product-quick-view,
.woocommerce-mini-cart__buttons > a,
.checkout-button,
.return-to-shop a,
.wishlist_table .yith-wcqv-button,
.wishlist_table .product-add-to-cart a,
.woocommerce-button,
#page-links > a,
.edit-link a,
.et-ajax-loader,
.menu-logo-true .header-button,
.woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce-message .button,
.widget_tag_cloud .tagcloud a,
.post-tags a,
.widget_product_tag_cloud .tagcloud a,
.post-tags-single a {
  display: inline-block;
  margin-bottom: 4px;
  outline: 0;
  border: none;
  position: relative;
  backface-visibility: hidden;
  transition: color 300ms ease-out, background-color 300ms ease-out, box-shadow 300ms ease-out;
  z-index: 1;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  line-height: 24px;
  text-align: center !important;
  text-transform: uppercase;
  border-radius: 4px;
}

.et-button {
  overflow: hidden;
  vertical-align: top;
  z-index: 1;
}

.edit-link a {
  margin-bottom: 0;
  margin-top: 16px;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*	sizes
---------------*/
.et-button.small,
.shop_table .woocommerce-button,
.yith-woocompare-widget a.compare,
.yith-woocompare-widget a.clear-all,
.added_to_cart,
.post-read-more,
.comment-reply-link,
.wishlist_table .yith-wcqv-button,
.wishlist_table .product-add-to-cart a,
.woocommerce-button,
#page-links > a,
.edit-link a,
.shop_table .woocommerce-button,
.woocommerce .wishlist_table td.product-add-to-cart a,
.widget_tag_cloud .tagcloud a,
.post-tags a,
.widget_product_tag_cloud .tagcloud a,
.post-tags-single a,
.woocommerce-message .button {
  padding: 4px 12px 4px 12px !important;
  font-size: 12px !important;
  line-height: 24px !important;
}

.et-button.medium,
.product .button,
.product .added_to_cart,
.woocommerce-mini-cart__buttons > a,
.widget_price_filter .price_label,
.widget_price_filter .button,
.full #loop-posts .post-read-more {
  padding: 8px 16px 8px 16px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.product .button,
.product .added_to_cart {
  padding: 8px 15px 8px 15px !important;
}

.et-button.large {
  padding: 12px 24px 12px 24px !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

/* Search/404
---------------*/
.search-results-title {
  font-size: 120%;
  margin-bottom: 48px;
  max-width: 720px;
}

.search-posts .search-term {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.search-posts .post-title a {
  color: #212121;
}

.search-posts .post-title + .search-button {
  margin-top: 0 !important;
}

.search-posts .post-excerpt {
  margin: 0 !important;
}

.tech-page-search-form {
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin: 0 0 24px 0;
}

.tech-page-search-form.search404 {
  margin: 0;
}

.error404 #et-content {
  height: 100vh;
  display: flex;
  align-items: center;
}

.message404 {
  text-align: center;
}

.error404-default-title {
  font-size: 114px;
  margin: 0px;
  padding: 0px;
  color: #212121;
  line-height: 96px;
  text-align: center;
}

.error404-default-title > span {
  position: relative;
  transform: rotate(180deg);
  transform-origin: 50%;
  display: inline-block;
  top: -7px;
}

.error404-default-subtitle {
  padding: 0px;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
}

.error404-default-description {
  text-align: center;
  margin: 0;
}

.error404-button {
  margin-top: 16px;
}

/* Widgets
---------------*/
.widget {
  margin-bottom: 32px;
}

.shop-top-widgets .widget {
  margin-bottom: 24px;
}

.megamenu .widget {
  margin-bottom: 0 !important;
}

.widget_title,
.widgettitle {
  font-size: 14px !important;
  line-height: 28px !important;
  text-align: left !important;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  margin-bottom: 32px;
}

.widget_title:before,
.widget_title:after,
.widgettitle:before,
.widgettitle:after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 0;
  display: block;
  height: 2px;
  background-color: #e0e0e0;
  width: 48px;
  z-index: 3;
}

.widget_title:after,
.widgettitle:after {
  height: 1px;
  width: 100%;
  bottom: -10px;
  z-index: 2;
}

.widget_title a {
  color: inherit !important;
}

.widget h6 {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px !important;
}

.widget_title img {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
  width: auto;
  visibility: visible !important;
  opacity: 1 !important;
}

.widget_title .image-preloader {
  display: none;
}

.widget_recent_entries li a {
  display: block;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_recent_comments ul li {
  display: block;
  position: relative;
}

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_schedule ul li,
.widget_layered_nav ul li,
.yith-woocompare-widget ul.products-list li,
.widget_rating_filter ul li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 300ms ease-out;
  width: 100%;
  padding: 2px 0 2px 24px;
}

.widget_pages ul li ul li {
  box-shadow: none !important;
  background-color: transparent !important;
  border-bottom: none !important;
}

.widget_categories ul ul,
.widget_pages ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_schedule ul ul,
.widget_layered_nav ul ul {
  margin-left: 24px !important;
}

.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_schedule ul li:last-child,
.widget_layered_nav ul li:last-child,
.yith-woocompare-widget ul.products-list li:last-child {
  border-bottom: none !important;
}

.widget_schedule ul li {
  padding: 8px 16px !important;
  background-color: #f5f5f5;
}

.widget_schedule ul li:nth-child(2n+2) {
  background-color: transparent;
  color: inherit;
}

.widget_schedule ul li:nth-child(2n+1) {
  color: #616161;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_schedule ul li,
.widget_layered_nav ul li a,
.widget_product_categories ul li a,
.widget_rating_filter ul li a {
  display: inline-block;
  position: relative;
  outline: 0;
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before,
.widget_layered_nav ul li a:before,
.widget_rating_filter ul li a:before,
.widget_categories ul li a:after,
.widget_pages ul li a:after,
.widget_archive ul li a:after,
.widget_meta ul li a:after,
.widget_layered_nav ul li a:after,
.widget_rating_filter ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #e0e0e0;
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -8px;
  transition: all 200ms ease-out;
}

.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before {
  border-radius: 500px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}

.widget_categories ul li a:after,
.widget_pages ul li a:after,
.widget_archive ul li a:after,
.widget_meta ul li a:after,
.widget_layered_nav ul li a:after,
.widget_rating_filter ul li a:after {
  box-shadow: none;
  opacity: 0;
  font-size: 10px;
  line-height: 16px;
  left: -23px;
  text-align: center;
}

.widget_layered_nav ul li:hover a:after,
.widget_layered_nav ul li.chosen a:after,
.widget_rating_filter ul li:hover a:after,
.widget_rating_filter ul li.chosen a:after {
  opacity: 1;
}

.widget_categories ul li:hover a:after,
.widget_pages ul li:hover a:after,
.widget_archive ul li:hover a:after,
.widget_meta ul li:hover a:after {
  opacity: 0;
}

.widget_et_recent_entries .post {
  width: 100%;
  display: table;
  vertical-align: top;
  background-color: #ffffff;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
}

.widget_et_recent_entries .post:last-child {
  border-bottom: none !important;
}

.widget_et_recent_entries .post-thumbnail {
  width: 72px;
  height: 72px;
  min-width: 56px;
  display: table-cell;
  vertical-align: top;
  padding-top: 4px;
}

.widget_et_recent_entries .post-body {
  height: auto !important;
  padding: 0 0 0 16px !important;
  background-color: transparent !important;
  display: table-cell;
  vertical-align: top;
}

.widget_et_recent_entries .post.format-aside .post-body,
.widget_et_recent_entries .post.format-link .post-body,
.widget_et_recent_entries .post.format-quote .post-body,
.widget_et_recent_entries .post.format-status .post-body {
  background-color: transparent !important;
  padding: 0 0 0 16px !important;
}

.widget_et_recent_entries .post-title {
  margin-bottom: 0;
}

.widget_et_recent_entries .post-date {
  color: #9E9E9E;
  line-height: 1.2em;
  margin-top: 8px;
}

.widget_nav_menu,
.widget_product_categories {
  border-radius: 4px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.widget_nav_menu .widget_title:before,
.widget_product_categories .widget_title:before {
  display: none;
}

.widget_nav_menu .widget_title:after,
.widget_product_categories .widget_title:after {
  bottom: -16px;
}

.widget_nav_menu ul li,
.widget_product_categories ul li {
  padding: 0 !important;
  position: relative;
}

.widget_nav_menu ul li a,
.widget_product_categories ul li a {
  display: block;
  position: relative;
  outline: 0;
  padding: 4px 0 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.widget_nav_menu ul li ul li a,
.widget_product_categories ul li ul li a {
  line-height: 22px !important;
}

.widget_nav_menu ul li a + ul li ul li a,
.widget_product_categories ul li a + ul li ul li a {
  padding-left: 16px !important;
  font-size: 14px !important;
}

.widget_nav_menu ul li a + ul li:before,
.widget_product_categories ul li a + ul li:before {
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  content: "";
  display: block;
  top: 0;
  left: -16px;
  position: absolute;
}

.widget_nav_menu ul li a + ul li ul li:before,
.widget_product_categories ul li a + ul li ul li:before {
  display: none !important;
}

.widget_nav_menu ul li a + ul li ul li a:before,
.widget_product_categories ul li a + ul li ul li a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #c0c0c0;
  left: 0;
}

.widget_nav_menu > div > ul > li > ul,
.widget_product_categories > ul > li > ul {
  display: none;
  padding: 0 0 0 32px !important;
}

.widget_nav_menu ul ul,
.widget_product_categories ul ul {
  display: none;
}

.widget_nav_menu ul li a .toggle,
.widget_product_categories ul li a .toggle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 8px;
  text-align: right;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 300ms ease-out;
  transform-origin: center;
}

.widget_nav_menu ul ul li a .toggle,
.widget_product_categories ul ul li a .toggle {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.megamenu .widget_nav_menu ul li a .toggle,
.megamenu .widget_product_categories ul li a .toggle {
  display: none;
}

.widget_nav_menu ul li a .toggle:before,
.widget_product_categories ul li a .toggle:before {
  position: relative;
  display: inline-block;
}

.widget_nav_menu ul li a.animate .toggle:before,
.widget_product_categories ul li a.animate .toggle:before {
  transform: rotate(90deg);
}

.widget_product_categories .count {
  margin-left: 4px;
}

.recentcomments a {
  color: inherit !important;
}

.widget_schedule ul li {
  display: block;
}

.widget_schedule ul li > * {
  display: inline-block;
  vertical-align: middle;
}

.widget_schedule .hours {
  float: right;
}

.widget_calendar {
  width: 100%;
}

.widget_calendar table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none !important;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: middle;
}

.widget_calendar th {
  font-weight: normal;
  text-align: center;
  padding: 4px;
  background-color: transparent;
}

.widget_calendar th:first-child {
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #e0e0e0;
}

.widget_calendar th:last-child {
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #e0e0e0;
}

.widget_calendar td {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  text-align: center;
  text-decoration: none;
  padding: 4px;
}

.widget_calendar td a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.widget_calendar td#today {
  font-weight: 700;
}

.widget_calendar caption {
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  border-bottom: none;
  width: 100% !important;
  padding: 4px;
  position: relative;
}

.widget_calendar caption a {
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}

.widget_calendar a.prev {
  left: 2px;
}

.widget_calendar a.next {
  right: 2px;
}

.widget_reglog form + a {
  margin-top: 16px;
  display: block;
}

.widget_reglog p:last-child {
  margin-bottom: 0;
  margin-top: 8px;
}

.search-form form,
.search-form fieldset,
.search-form input,
.widget_search form,
.widget_search fieldset,
.widget_search input,
.widget_product_search form,
.widget_product_search fieldset,
.widget_product_search input {
  position: relative;
  margin: 0 !important;
}

.widget_product_search label {
  display: none;
}

input[type=text]#s,
.widget_product_search input[type=search] {
  outline: 0;
  display: block;
  margin: 0 !important;
  padding-right: 64px !important;
}

form #searchsubmit,
.widget_product_search form button {
  width: 48px !important;
  height: 48px !important;
  min-width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  background: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  display: block !important;
  text-indent: -9000000px !important;
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;
  margin-top: -24px !important;
}

form #searchsubmit + .search-icon,
.widget_product_search form button:before {
  font-size: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -24px;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  color: #616161 !important;
}

.widget_product_search form button:before {
  text-indent: 0 !important;
}

.widget_search input[type=submit]:hover + .search-icon,
.widget_product_search form button:hover:before {
  opacity: 0.8;
}

.widget_instagram ul li,
.widget_flickr ul li {
  float: left;
  margin: 0;
  padding: 4px;
}

.widget_instagram ul li a,
.widget_flickr ul li a,
.widget_et_recent_entries .post-thumbnail a {
  position: relative;
  display: block;
}

.widget_instagram ul li a img,
.widget_flickr ul li a img {
  display: block;
}

.widget_instagram ul,
.widget_flickr ul {
  margin-left: -4px;
  margin-right: -4px;
}

.widget_flickr:after {
  content: "";
  display: table;
  clear: both;
}

.widget_instagram ul li a:before,
.widget_flickr ul li a:before,
.widget_products .product_list_widget > li > a .image-container:before,
.widget_recently_viewed_products .product_list_widget > li a .image-container:before,
.widget_recent_reviews .product_list_widget > li a .image-container:before,
.widget_top_rated_products .product_list_widget > li a .image-container:before,
.widget_shopping_cart_content .product_list_widget > li .image-container:before,
.shop_table .product-thumbnail .image-container:before,
.widget_et_recent_entries .post-thumbnail a:before,
.widget_products .product_list_widget > li .product-image .image-container a:before,
.widget_recently_viewed_products .product_list_widget > li .product-image .image-container a:before,
.widget_recent_reviews .product_list_widget > li .product-image .image-container a:before,
.widget_top_rated_products .product_list_widget > li .product-image .image-container a:before {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  margin: -12px 0 0 -12px !important;
  font-size: 15px;
  display: block;
  color: #ffffff !important;
  opacity: 0;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  z-index: 5;
}

.widget_instagram ul li a:after,
.widget_flickr ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 300ms ease-out;
  z-index: 2;
}

.widget_instagram ul li a:hover:before,
.widget_flickr ul li a:hover:before,
.widget_instagram ul li a:hover:after,
.widget_flickr ul li a:hover:after {
  opacity: 1;
}

.widget_tag_cloud .tagcloud a,
.post-tags a,
.widget_product_tag_cloud .tagcloud a,
.post-tags-single a {
  text-decoration: none;
  display: inline-block;
  line-height: 100%;
  font-size: 12px !important;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  position: relative;
  color: #616161 !important;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  background-color: #f5f5f5;
  margin-left: 0;
  margin-bottom: 4px;
}

.header .widget_tag_cloud .tagcloud a,
.header .post-tags a,
.header .widget_product_tag_cloud .tagcloud a,
.header .post-tags-single a {
  margin-left: 4px;
}

.post-tags-single a {
  margin-left: 8px;
  margin-bottom: 8px;
}

.widget_tag_cloud .tagcloud a:hover,
.post-tags a:hover,
.widget_product_tag_cloud .tagcloud a:hover,
.post-tags-single a:hover {
  color: #212121 !important;
  box-shadow: inset 0 0 0 1px #212121;
}

.widget_icl_lang_sel_widget img {
  vertical-align: middle;
  top: -1px;
  margin-right: 8px;
}

.widget_icl_lang_sel_widget li {
  padding: 0 !important;
  position: relative;
}

.widget_icl_lang_sel_widget li a {
  padding: 9px 24px !important;
  display: block;
  position: relative;
  outline: 0;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #e0e0e0;
}

.widget_icl_lang_sel_widget .toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  color: inherit;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  margin-top: -16px;
  text-align: center;
}

.wpml-ls-legacy-list-horizontal .toggle,
.wpml-ls-legacy-list-vertical .toggle {
  display: none;
}

.widget_icl_lang_sel_widget li ul {
  display: none;
  background-color: transparent !important;
}

.widget_icl_lang_sel_widget li ul li a,
.wpml-ls-legacy-list-horizontal li:not(:first-child) a,
.wpml-ls-legacy-list-vertical li:not(:first-child) a {
  border-top: none !important;
}

.widget_fast_contact_widget form,
.widget_fast_contact_widget form div,
.widget_mailchimp div {
  position: relative;
  width: 100%;
}

.widget_mailchimp .mailchimp-form {
  padding: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.widget_fast_contact_widget textarea {
  height: 90px !important;
  min-height: 90px !important;
}

.widget_fast_contact_widget .alert,
.widget_mailchimp .alert {
  box-shadow: none !important;
  padding: 0 !important;
}

.widget_fast_contact_widget .alert:not(.final),
.widget_mailchimp .alert:not(.final) {
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px !important;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms ease-out;
  transform: translateY(40px);
  opacity: 0;
  z-index: -1;
}

.widget_fast_contact_widget input,
.widget_mailchimp input {
  z-index: 3;
}

.widget_fast_contact_widget input[name=email] + .alert:not(.final) {
  transition: transform 700ms 100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms 100ms ease-out;
}

.widget_fast_contact_widget textarea[name=message] + .alert:not(.final) {
  transition: transform 700ms 150ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms 150ms ease-out;
}

.widget_fast_contact_widget .visible.alert:not(.final),
.widget_mailchimp .visible.alert:not(.final) {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

.widget_fast_contact_widget .final,
.widget_mailchimp .final {
  display: none;
}

.mailchimp-description {
  font-weight: 600;
  line-height: 24px;
}

.visible.final,
.visible.sending {
  display: block !important;
}

.enovathemes-contact-form-submit-error {
  margin-top: 20px !important;
}

.send-div {
  position: relative;
}

.widget_fast_contact_widget .sending,
.widget_mailchimp .sending {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  right: 0;
  z-index: 15;
  display: none;
}

.widget_fast_contact_widget .sending:before,
.widget_mailchimp .sending:before {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-left: 2px solid rgba(0, 0, 0, 0.4);
  display: block;
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  left: 50%;
  font-size: 10px;
  margin: -12px 0 0 -12px;
  animation: contact-form-loading 0.3s infinite linear;
}

.widget_fast_contact_widget .sending:before,
.widget_fast_contact_widget .sending:after,
.widget_mailchimp .sending:before,
.widget_mailchimp .sending:after {
  border-radius: 240px;
  width: 24px;
  height: 24px;
}
@keyframes contact-form-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* woo_search_form
---------------*/
.widget-area .dgwt-wcas-search-wrapp {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  height: 48px;
}

.widget-area .dgwt-wcas-sf-wrapp,
.widget-area .dgwt-wcas-search-form,
.widget-area .dgwt-wcas-search-form input[type=search],
.widget-area .dgwt-wcas-search-submit {
  height: inherit !important;
  border-radius: 4px !important;
}

.widget-area input[type=search] {
  padding: 0 48px 0 16px !important;
  border-width: 2px !important;
  border-style: solid;
}

.widget-area .dgwt-wcas-search-submit {
  opacity: 1 !important;
  border-radius: 0 4px 4px 0 !important;
}

.widget-area .dgwt-wcas-search-submit:before {
  display: none !important;
}

.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
  background-image: none !important;
  text-align: center;
}

.dgwt-wcas-is-details .dgwt-wcas-si {
  width: 48px;
}

.dgwt-wcas-st,
.dgwt-wcas-pd-rest .product-title {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.dgwt-wcas-sp .woocommerce-Price-amount,
.dgwt-wcas-pd-price .woocommerce-Price-amount {
  font-weight: 700;
}

.dgwt-wcas-sp del {
  opacity: 1 !important;
}

.dgwt-wcas-sp del .woocommerce-Price-amount,
.dgwt-wcas-pd-price del .woocommerce-Price-amount {
  color: #616161;
  font-weight: 400 !important;
  opacity: 1 !important;
}

.dgwt-wcas-pd-image, .dgwt-wcas-tpd-image {
  padding: 0 !important;
  border: none !important;
}

.dgwt-wcas-pd-image img, .dgwt-wcas-tpd-image img {
  border: 1px solid #e0e0e0;
}

.dgwt-wcas-pd-addtc {
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}

.dgwt-wcas-pd-addtc > .quantity {
  max-width: 146px !important;
}

.dgwt-wcas-pd-addtc input {
  margin: 0 !important;
  height: 40px !important;
}

.woocommerce .dgwt-wcas-pd-rating .star-rating {
  margin-bottom: 4px !important;
}

/* Mailchimp
----------------*/
.widget_mailchimp form {
  margin-bottom: 0;
  position: relative;
}

.et-mailchimp-form > div:nth-child(2) .alert:not(.final) {
  transition: transform 700ms 100ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms 100ms ease-out;
}

.et-mailchimp-form > div:nth-child(3) .alert:not(.final) {
  transition: transform 700ms 150ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms 150ms ease-out;
}

.et-mailchimp-form > div:nth-child(4) .alert:not(.final) {
  transition: transform 700ms 200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms 200ms ease-out;
}

/* Woocommerce
----------------*/
.woocommerce-widget-layered-nav-dropdown,
.widget_price_filter form {
  margin-bottom: 0 !important;
}

.widget_price_filter .price_slider_wrapper {
  padding-top: 10px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  top: -6px;
  box-shadow: none;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -14px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 4px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 4px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #e0e0e0;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_price_filter .price_label,
.widget_price_filter .button {
  display: inline-block !important;
  margin-bottom: 0;
}

.widget_price_filter .price_label {
  font-weight: 600 !important;
  padding-right: 0 !important;
}

.widget_products .product_list_widget,
.widget_recently_viewed_products .product_list_widget,
.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_rating_filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li,
.widget_recent_reviews .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li {
  position: relative;
  display: block;
  margin: 0;
  min-height: 72px;
  background-color: #ffffff;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

.widget_shopping_cart .product_list_widget > li {
  padding: 0 24px 8px 0 !important;
  margin: 0 0 8px 0 !important;
  position: relative;
}

.widget_shopping_cart .product_list_widget > li:not(:last-child):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #e0e0e0;
}

.cart-box .widget_shopping_cart .product_list_widget > li:not(:last-child):before {
  border: none !important;
}

.widget_products .product_list_widget > li:last-child,
.widget_recently_viewed_products .product_list_widget > li:last-child,
.widget_recent_reviews .product_list_widget > li:last-child,
.widget_top_rated_products .product_list_widget > li:last-child,
.widget_shopping_cart .product_list_widget > li:last-child {
  margin: 0 !important;
  border: none !important;
}

.widget_products .product_list_widget > li:first-child,
.widget_recently_viewed_products .product_list_widget > li:first-child,
.widget_recent_reviews .product_list_widget > li:first-child,
.widget_top_rated_products .product_list_widget > li:first-child,
.widget_shopping_cart .product_list_widget > li:first-child {
  margin-top: 0 !important;
}

.widget_products .product_list_widget > li,
.widget_recently_viewed_products .product_list_widget > li,
.widget_recent_reviews .product_list_widget > li,
.widget_top_rated_products .product_list_widget > li {
  display: table;
  width: 100%;
}

.widget_products .product_list_widget > li > *,
.widget_recently_viewed_products .product_list_widget > li > *,
.widget_recent_reviews .product_list_widget > li > *,
.widget_top_rated_products .product_list_widget > li > * {
  display: table-cell;
  vertical-align: baseline;
}

.widget_products .product_list_widget > li > .product-image,
.widget_recently_viewed_products .product_list_widget > li > .product-image,
.widget_recent_reviews .product_list_widget > li > .product-image,
.widget_top_rated_products .product_list_widget > li > .product-image {
  position: relative;
  bottom: -2px;
}

.widget_products .product_list_widget > li > .product-image,
.widget_recently_viewed_products .product_list_widget > li > .product-image,
.widget_recent_reviews .product_list_widget > li > .product-image,
.widget_top_rated_products .product_list_widget > li > .product-image,
.widget_products .product_list_widget > li > .product-image .image-container,
.widget_recently_viewed_products .product_list_widget > li > .product-image .image-container,
.widget_recent_reviews .product_list_widget > li > .product-image .image-container,
.widget_top_rated_products .product_list_widget > li > .product-image .image-container {
  max-width: 72px;
  width: 72px;
}

.widget_products .product_list_widget > li > .product-body,
.widget_recently_viewed_products .product_list_widget > li > .product-body,
.widget_recent_reviews .product_list_widget > li > .product-body,
.widget_top_rated_products .product_list_widget > li > .product-body {
  padding-left: 16px;
}

.widget_products .product_list_widget > li .product-image .image-container a,
.widget_recently_viewed_products .product_list_widget > li .product-image .image-containera a,
.widget_recent_reviews .product_list_widget > li .product-image .image-container a,
.widget_top_rated_products .product_list_widget > li .product-image .image-container a {
  display: block;
  position: relative;
}

.widget_products .product_list_widget .product-title,
.widget_recently_viewed_products .product_list_widget .product-title,
.widget_recent_reviews .product_list_widget .product-title,
.widget_top_rated_products .product_list_widget .product-title {
  margin-bottom: 0;
}

.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_products .star-rating {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
}

.widget_layered_nav_filters li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 4px 6px 0 !important;
  position: relative;
}

.widget_layered_nav_filters li a {
  display: block;
  text-decoration: none;
  line-height: 100%;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  position: relative;
  padding: 10px 12px 10px 12px !important;
}

.woocommerce-loop-category__title.post-title {
  border: none !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  text-transform: uppercase;
}

.woocommerce-loop-category__title.post-title a {
  font-weight: 700 !important;
}

.small .product-category .woocommerce-loop-category__title.post-title,
.medium .product-category .woocommerce-loop-category__title.post-title {
  font-size: 14px !important;
}

.woocommerce-loop-category__title mark {
  background: transparent;
  color: inherit;
  display: inline-block;
  padding: 0px;
  border-radius: 0px;
  font-weight: inherit;
  text-decoration: inherit;
  margin: 0;
}

.widget_rating_filter a:not(.button),
.widget_rating_filter a:not(.button):hover {
  color: inherit !important;
}

.widget_rating_filter span {
  display: inline-block;
  vertical-align: inherit;
  margin: 0;
}

.woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 16px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none !important;
}

.woocommerce-widget-layered-nav-list .more {
  font-size: 14px;
  cursor: pointer;
}

.woocommerce-widget-layered-nav-list .more:after {
  content: " +";
}

.woocommerce-widget-layered-nav-list .more.active:after {
  content: " -";
}

.woocommerce-widget-layered-nav-list .toggle-box {
  display: none;
  margin-left: 0 !important;
}

.yith-woocompare-widget ul.products-list li:not(.list_empty) {
  padding: 10px 16px !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.yith-woocompare-widget ul.products-list li:last-child {
  padding: 10px 16px !important;
  border-bottom: none !important;
}

.widget.yith-woocompare-widget ul.products-list li .remove {
  color: inherit !important;
  background-color: transparent !important;
  font-size: 0 !important;
  left: auto;
  right: 8px;
  top: 50% !important;
  margin-top: -8px !important;
}

.yith-woocompare-widget ul.products-list li .remove:before {
  font-size: 8px;
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: inherit;
}

.yith-woocompare-widget ul.products-list li .title {
  text-transform: initial;
  font-size: inherit;
  font-weight: inherit;
}

.yith-woocompare-widget a.compare {
  border-radius: 0;
  float: none;
}

.yith-woocompare-widget a.clear-all,
.yith-woocompare-widget a.compare {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 24px;
}

.yith-woocompare-widget a.clear-all + a.compare {
  margin-left: 3px;
}

/* Car filter
----------------*/
.car-filter,
.vin-decoder {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.car-filter button[type=reset] {
  display: none;
}

.vin-decoder div {
  position: relative;
}

.vin-decoder .widget_title:after,
.vin-decoder .widget_title:before {
  display: none;
}

.vin-decoder .widget_title {
  margin: 0;
}

.car-filter .car-filter-description,
.vin-decoder .widget_title {
  border-radius: 4px 4px 0 0;
  padding: 16px 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.car-filter form,
.vin-decoder form {
  border-radius: 0 0 4px 4px;
  padding: 24px 24px 16px 24px;
  overflow: hidden;
  position: relative;
}

.car-filter form.loading:after,
.add-vehicle form.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 15;
}

.car-filter form.loading:before,
.add-vehicle form.loading:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: rgba(0, 0, 0, 0.7) transparent rgba(0, 0, 0, 0.7) transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  z-index: 16;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vin-decoder form {
  padding: 24px;
}

.add-vehicle form,
.vin-decoder form {
  margin: 0;
}

.car-filter form select,
.car-filter form input,
.add-vehicle form select,
.add-vehicle form input,
.vin-decoder form input {
  margin-bottom: 8px;
  width: 100%;
}

.car-filter form input[type=submit],
.add-vehicle form input[type=submit],
.vin-decoder form input[type=submit] {
  height: 48px;
}

.add-vehicle form input[type=submit],
.vin-decoder form input[type=submit] {
  margin-bottom: 0 !important;
}

.vin-label {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.vin-label .vin-text {
  margin-bottom: 8px;
  display: inline-block;
}

.vertical-vin-text {
  padding: 0 8px;
  position: relative;
  z-index: 5;
}

.car-filter.vertical .vin-label {
  position: relative;
}

.car-filter.vertical .vin-label:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  margin-left: -100%;
  margin-top: -4px;
  height: 1px;
  display: block;
  content: "";
  z-index: 3;
}

.car-filter.horizontal .vertical-vin-text {
  display: none;
}

.car-filter.vertical .horizontal-vin-text {
  display: none;
}

.car-filter.depth-make .model,
.car-filter.depth-make .year,
.car-filter.depth-make .trim,
.car-filter.depth-model .year,
.car-filter.depth-model .trim,
.add-vehicle.depth-make .model,
.add-vehicle.depth-make .year,
.add-vehicle.depth-make .trim,
.add-vehicle.depth-model .year,
.add-vehicle.depth-model .trim {
  display: none;
}

.filter-holder {
  position: relative;
}

.filter-holder input,
.filter-holder select {
  position: relative;
  z-index: 3;
}

.car-filter .alert,
.add-vehicle .alert,
.vin-decoder .alert {
  position: absolute;
  bottom: 100%;
  transform: translateY(50%);
  left: 4px;
  background-color: #ffffff;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 22px;
  color: #212121;
  text-align: left;
  margin: 0;
  opacity: 0;
  z-index: 2;
}

.car-filter.vertical .alert {
  left: 0;
}

.car-filter .vin .alert,
.vin-decoder .alert {
  min-width: 163px;
}

.car-filter .vin .example,
.vin-decoder .alert .example {
  font-size: 12px;
  line-height: 22px;
  min-width: 207px;
}

.car-filter .alert.active,
.add-vehicle .alert.active,
.vin-decoder .alert.active {
  opacity: 1;
  z-index: 15;
  transform: translateY(0);
  transition: opacity 200ms ease-out, transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.car-filter form select[name=model] + .alert.active,
.add-vehicle form select[name=model] + .alert.active {
  transition-delay: 50ms;
}

.car-filter form select[name=year] + .alert.active,
.add-vehicle form select[name=year] + .alert.active {
  transition-delay: 100ms;
}

.car-filter form select[name=trim] + .alert.active,
.add-vehicle form select[name=trim] + .alert.active {
  transition-delay: 150ms;
}

.car-filter form select option[data-active=true],
.add-vehicle form select option[data-active=true] {
  display: block;
}

.atts-holder span:not(.default) {
  display: inline-block;
  vertical-align: baseline;
  padding: 4px 16px;
  border-radius: 4px;
  background-color: #f5f5f5;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.atts-holder span:only-child {
  display: none !important;
}

#loop-categories .product-category[data-active=false] {
  display: none;
}

.widget .vin-result li {
  padding: 4px 8px !important;
  margin: 0 4px;
  float: left;
  width: calc(50% - 8px);
  font-size: 14px;
  line-height: 24px;
}

.widget_vin_decoder_widget .vin-result li {
  margin: 0;
  width: 100%;
}

.widget .vin-result li:nth-child(4n+1),
.widget .vin-result li:nth-child(4n+2) {
  background-color: #f5f5f5;
}

.widget_vin_decoder_widget .vin-result li:nth-child(4n+1),
.widget_vin_decoder_widget .vin-result li:nth-child(4n+2) {
  background-color: #ffffff;
}

.widget_vin_decoder_widget .vin-result li:nth-child(2n+2) {
  background-color: #f5f5f5;
}

.widget .vin-result li span {
  font-weight: 600;
}

.vin-result-wrapper {
  margin-top: 20px;
}

.widget .vin-result {
  padding: 16px 8px !important;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.widget_vin_decoder_widget .vin-result {
  margin-top: 16px;
}

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

.user-vehicle-list.scroll-list {
  max-height: 280px;
  overflow-y: scroll;
}

.user-vehicle-list li {
  padding: 2px 0 !important;
  position: relative;
}

.user-vehicle-list li:first-child {
  padding-top: 0 !important;
}

.user-vehicle-list li:last-child {
  padding-bottom: 0 !important;
}

.user-vehicle-list li a {
  display: block;
  padding: 16px 16px 16px 56px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #212121;
  transition: box-shadow 200ms ease-out, opacity 200ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  transform: translateX(0);
  opacity: 1;
}

.user-vehicle-list li.new a {
  opacity: 0;
  transform: translateX(24px);
}

.user-vehicle-list li a:before {
  content: "\f1b9" !important;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 12px;
  left: 8px;
  color: #bdbdbd;
}

.user-vehicle-list li a:hover,
.user-vehicle-list li a.active {
  box-shadow: inset 0 0 0 1px #c0c0c0;
}

.user-vehicle-list li a span {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.user-vehicle-list li a h6 {
  font-weight: 700;
  margin-bottom: 0;
}

.add-more-vehicle {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  display: none !important;
}

.add-more-vehicle.visible {
  display: block !important;
}

.add-more-vehicle.active {
  margin-bottom: 8px;
}

.add-more-vehicle.visible + div {
  display: none;
}

.add-vehicle h5 {
  margin-bottom: 0;
}

.add-vehicle h5 + p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.add-vehicle .remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  font-size: 10px;
  color: #f95759;
  position: absolute;
  top: 12px;
  right: 8px;
  cursor: pointer;
  opacity: 0;
  transition: all 200ms ease-out;
  z-index: 5;
}

.user-vehicle-list li:first-child .remove {
  top: 8px;
}

.user-vehicle-list li:last-child .remove {
  top: 10px;
}

.user-vehicle-list li:hover .remove {
  opacity: 1;
}

.user-vehicle-list li:hover .remove:hover {
  background-color: #f95759 !important;
  color: #ffffff !important;
}

.save-vehicle {
  position: relative;
  margin-bottom: 16px;
  display: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #212121;
  transition: all 200ms ease-out;
}

.save-vehicle.visible {
  display: inline-block;
}

.save-vehicle:before {
  background-color: #212121;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  transition: all 200ms ease-out;
}

.save-vehicle:hover {
  opacity: 0.5;
}

.vehicle-header {
  display: none;
}

.vehicle-header.visible {
  display: block;
}

.add-vehicle {
  position: relative;
}

.add-vehicle .load {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99;
}

.add-vehicle .load:before {
  content: "";
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  left: 50%;
  position: absolute;
  display: block;
  border: 1px solid #e0e0e0;
  border-left-color: #bdbdbd;
  animation-name: loader-spin;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.et-header-button .nicescroll-rails-hr {
  display: none !important;
}

.vin-result-btn {
  margin-top: 8px;
  margin-bottom: 0;
}

/* Site loaders
/*-------------*/
.site-loading {
  top: 0;
  left: 0;
  z-index: 9999999999999;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  transition: opacity 300ms 500ms ease-out;
}

.site-loading.animate {
  opacity: 0;
}

.site-loading-bar {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: transparent;
  z-index: 1;
  top: 0;
  left: 0;
}

.site-loading-bar:after {
  position: relative;
  width: 0;
  height: inherit;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  animation: loadingBar 0.7s ease-out 0.1s forwards;
  z-index: 2;
}

@keyframes loadingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.site-loading-content {
  text-align: center;
  width: 100%;
}

/* One page bullets
---------------*/
.bullets-container {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  visibility: hidden;
  opacity: 0;
}

.bullets-container.animate {
  visibility: visible;
  opacity: 1;
}

.bullets-container ul {
  list-style: none;
  margin: 0;
  padding: 16px 8px;
  border-radius: 0;
}

.bullets-container ul li {
  margin: 0;
  padding: 0;
}

.bullets-container ul li a {
  position: relative;
  text-align: center;
}

.bullets-container ul li a:after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 24px;
  margin: 0 auto 4px auto;
}

.bullets-container ul li:last-child a:after {
  display: none;
}

.bullets-container ul li a .tooltip {
  display: block;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  padding: 6px 8px;
  top: 50%;
  right: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  transform: translate(-24px, -50%);
  text-indent: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

.bullets-container ul li a:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}

/* Posts
---------------*/
.blog-layout,
.blog-layout-single,
.product-layout,
.product-layout-single {
  padding-top: 0;
  padding-bottom: 72px;
}

.product-layout-single {
  padding-top: 24px;
}

.post-message {
  padding: 24px;
  background-color: #f5f5f5;
  text-align: center;
  color: #9e9e9e;
  max-width: 92%;
  width: 92%;
  margin: 0 auto;
}

.post-message.warning {
  background: #fef6df;
  color: #f2ab2e;
}

.blog-layout-list .enovathemes-navigation {
  margin-top: 48px !important;
}

/* Post box
---------------*/
.chess .loop-posts {
  margin: 0 !important;
}

.loop-posts .post .post-inner {
  overflow: initial;
}

.grid .loop-posts .post .post-inner-wrapper,
.et-shortcode-posts .post .post-inner-wrapper,
.related-posts .post .post-inner-wrapper,
.loop-product .product .post-inner-wrapper,
body:not(.addon-active) ul.products .post-inner-wrapper{
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 0.5);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vc_column_container.grid .loop-posts .post .post-inner-wrapper > .vc_column-inner,.vc_column_container
.et-shortcode-posts .post .post-inner-wrapper > .vc_column-inner,.vc_column_container
.related-posts .post .post-inner-wrapper > .vc_column-inner,.vc_column_container
.loop-product .product .post-inner-wrapper > .vc_column-inner,
body.vc_column_container:not(.addon-active) ul.products .post-inner-wrapper > .vc_column-inner {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-list.grid .loop-posts .post .post-inner-wrapper .icon,.et-icon-list
.et-shortcode-posts .post .post-inner-wrapper .icon,.et-icon-list
.related-posts .post .post-inner-wrapper .icon,.et-icon-list
.loop-product .product .post-inner-wrapper .icon,
body.et-icon-list:not(.addon-active) ul.products .post-inner-wrapper .icon {
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-box-container.grid .loop-posts .post .post-inner-wrapper,.et-icon-box-container
.et-shortcode-posts .post .post-inner-wrapper,.et-icon-box-container
.related-posts .post .post-inner-wrapper,.et-icon-box-container
.loop-product .product .post-inner-wrapper,
body.et-icon-box-container:not(.addon-active) ul.products .post-inner-wrapper {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-box-container.grid .loop-posts .post .post-inner-wrapper.no-border,.et-icon-box-container
.et-shortcode-posts .post .post-inner-wrapper.no-border,.et-icon-box-container
.related-posts .post .post-inner-wrapper.no-border,.et-icon-box-container
.loop-product .product .post-inner-wrapper.no-border,
body.et-icon-box-container:not(.addon-active) ul.products .post-inner-wrapper.no-border {
  padding: 0;
}

.grid .loop-posts .post .post-inner-wrapper:hover,
.et-shortcode-posts .post .post-inner-wrapper:hover,
.related-posts .post .post-inner-wrapper:hover,
.loop-product .product .post-inner-wrapper:hover,
body:not(.addon-active) ul.products .post-inner-wrapper:hover{
  border-color: rgb(243 244 246 / 1);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.chess .loop-posts .post .post-inner {
  padding: 0 !important;
}

.grid #loop-posts .post .post-body,
.et-shortcode-posts .post .post-body,
.chess .loop-posts .post .post-body,
.related-posts .post .post-body,
.loop-product .product .post-body,
.custom-product .post-body,
.related-product .product .post-body,
body:not(.addon-active) ul.products .product .post-body {
  padding: 16px;
  background-color: #ffffff;
}

#loop-posts .post .post-body,
.related-posts .post .post-body,
.et-shortcode-posts .post .post-body {
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.chess .loop-posts .post .post-body {
  box-shadow: none;
  overflow: hidden;
  display: flex;
  width: 100%;
  align-items: center;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.chess .loop-posts .post .post-body:before {
  width: 48px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
  margin-left: -24px;
}

.chess .loop-posts .post:nth-child(2n+2) .post-body:before {
  bottom: auto;
  top: 0;
}

.chess .loop-posts .post .post-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  margin-left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 24px 0 24px;
  border-color: #ffffff transparent transparent transparent;
}

.chess .loop-posts .post:nth-child(2n+2) .post-image:before {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}

.loop-product .product-category .post-body {
  padding: 24px;
}

.loop-posts > .post:first-child,
.loop-posts > .post:first-child .post-inner {
  padding-top: 0 !important;
}

.list .loop-posts .post,
.full .loop-posts .post {
  width: 100% !important;
}

.loop-posts .post-inner,
body:not(.addon-active) ul.products .post-inner {
  position: relative;
}

.loop-posts .post-body,
body:not(.addon-active) ul.products .post-body {
  position: relative;
}

.grid .loop-posts .sticky .post-body {
  overflow: hidden;
}

.grid .loop-posts .sticky .post-body:before {
  display: block;
  width: 128px;
  height: 128px;
  line-height: 128px;
  opacity: 0.05;
  content: "";
  position: absolute;
  right: 40px;
  bottom: -32px;
  transform: rotate(-15deg);
  background: url(images/sticky.svg) no-repeat left top;
  background-size: 128px 128px;
}

.post-body-inner-wrap {
  position: relative;
}

#loop-posts .post-title,
#loop-posts .post-title a,
.et-shortcode-posts .post-title,
.et-shortcode-posts .post-title a {
  color: #212121;
  margin-bottom: 0;
}

#loop-posts .post-title,
.et-shortcode-posts .post-title,
.related-posts .post .post-title {
  font-size: 18px;
  line-height: 26px;
}

.post-title-section .post-date-inline {
  margin-bottom: 0;
}

.post-meta {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  position: relative;
  letter-spacing: 0;
  color: #212121;
}

.post-meta > * {
  display: inline-block;
  vertical-align: baseline;
}

.full #loop-posts .format-link .post-meta,
.full #loop-posts .format-link .post-meta > *,
.full #loop-posts .format-link .post-meta > a {
  color: #ffffff !important;
}

.post-meta a {
  color: inherit !important;
}

.blog-layout-list .post-body {
  vertical-align: top;
}

.blog-layout-full .post-body .post-body-inner-wrap {
  padding: 40px;
}

.blog-layout-list .post-body {
  padding: 24px 32px;
}

.blog-layout-full .post-body .post-excerpt,
.blog-layout-list .post-body .post-excerpt {
  font-size: 18px;
  line-height: 32px;
}

.post-body .post-excerpt {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  line-height: 24px;
}

.post-title i {
  font-size: 70%;
  vertical-align: middle;
  display: inline;
}

/* Post media
---------------*/
.post-date-side {
  border-radius: 4px;
  padding: 12px 14px;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 15;
}

.full #loop-posts .post-date-side {
  padding: 14px 16px;
}

.post-date-side > * {
  display: block;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2em;
}

.post-date-side > span:first-child {
  font-size: 18px;
}

.full #loop-posts .post-date-side > span:first-child {
  font-size: 22px;
}

.post-date-side > span:last-child {
  font-size: 12px;
  text-transform: uppercase;
}

.full #loop-posts .post-date-side > span:last-child {
  font-size: 14px;
}

.post-image,
.post-media {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.post-audio {
  margin-bottom: 24px;
}

.post-audio,
.post-video {
  overflow: visible;
}

.post-image > a {
  display: block;
  height: 100%;
  width: 100%;
}

.post-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.post-image-overlay > .post-image-overlay-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  transition: all 500ms 250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.post-image-overlay > .overlay-read-more,
.post-image-overlay > .post-image-overlay-content > .overlay-read-more {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  font-size: 17px;
  cursor: pointer;
}

.post-image-overlay-content .post-title {
  color: #ffffff;
  font-size: 32px;
}

.post-image-overlay > .post-image-overlay-content > .overlay-read-more {
  position: relative;
  margin: 0;
  display: inline-block;
  top: auto;
  left: auto;
  vertical-align: middle;
}

.post-image-overlay > .overlay-read-more:before,
.post-image-overlay > .post-image-overlay-content > .overlay-read-more:before {
  width: 100%;
  height: 100%;
  display: block;
}

.post-image-overlay > .overlay-read-more:hover,
.post-image-overlay > .post-image-overlay-content > .overlay-read-more:hover {
  color: #ffffff;
}

.post-media ul {
  list-style: none;
  margin: 0;
}

.post-media ul li {
  margin: 0;
  padding: 0;
}

.post-media .flex-control-nav {
  padding: 0 0 15px 0;
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 75;
  backface-visibility: hidden;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

.post-media:hover .flex-control-nav {
  bottom: -16px;
}

.post-media .flex-control-nav li {
  display: inline-block;
  padding: 0 7px;
}

.post-media .flex-control-nav li a,
.slick-dots li button {
  display: block;
  text-indent: -9000em;
  width: 10px;
  height: 10px;
  border-radius: 10px !important;
  outline: 0;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
  background-color: #ffffff;
}

.post-media .flex-direction-nav {
  padding: 0;
  margin: 0;
}

.owl-nav {
  position: static !important;
  height: 48px;
}

.arrows-pos-default .owl-nav,
.et-instagram .owl-nav,
.et-gallery .owl-nav {
  height: 0 !important;
}

.post-media .flex-direction-nav li,
.product-gallery .slick-prev,
.product-gallery .slick-next,
.et-gallery .slick-prev,
.et-gallery .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: -72px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 16px !important;
  z-index: 75;
  backface-visibility: hidden;
  transition: left 500ms cubic-bezier(0.19, 1, 0.22, 1), right 500ms cubic-bezier(0.19, 1, 0.22, 1), background-color 300ms ease-out !important;
  display: block;
  outline: 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  color: #212121 !important;
  padding: 0 !important;
  min-width: 0 !important;
  overflow: hidden;
}

.post-media .flex-direction-nav li:hover,
.product-gallery .slick-prev:hover,
.product-gallery .slick-next:hover,
.et-gallery .slick-prev:hover,
.et-gallery .slick-next:hover {
  color: #ffffff !important;
  border-radius: 4px;
}

.post-media .flex-direction-nav li a {
  color: inherit;
  line-height: inherit;
  width: inherit;
  height: inherit;
  display: block;
  transition: background-color 300ms ease-out, color 300ms ease-out !important;
}

.post-media .flex-direction-nav .flex-nav-next,
.product-gallery .slick-next,
.et-gallery .slick-next {
  left: auto;
  right: -72px;
}

.post-media:hover .flex-direction-nav .flex-nav-prev,
.product-gallery:hover .slick-prev,
.et-gallery:hover .slick-prev {
  left: 48px;
}

.post-media:hover .flex-direction-nav .flex-nav-next,
.product-gallery:hover .slick-next,
.et-gallery:hover .slick-next {
  left: auto;
  right: 48px;
}

.post-gallery-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-gallery-navigation ul li {
  cursor: pointer;
}

.post-gallery-navigation ul li img {
  backface-visibility: hidden;
  transition: all 300ms ease-out;
  opacity: 0.2;
}

.post-gallery-navigation ul li.flex-active-slide img,
.post-gallery-navigation ul li:hover img {
  opacity: 1;
}

/* Post read more
---------------*/
.post-read-more,
.comment-reply-link {
  margin-bottom: 0;
  margin-top: 16px;
}

.comment-reply-link {
  margin-top: 0 !important;
}

/* Format corrections
---------------*/
.post-sticky {
  padding: 6px 8px 6px 8px;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 15;
}

.format-aside .post-title i {
  font-size: 80%;
}

.blog-layout-list .post-sticky {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.full #loop-posts .et-item-inner {
  overflow: initial !important;
  padding-bottom: 48px;
}

.full #loop-posts .format-link .post-body-inner {
  color: #ffffff;
}

.full #loop-posts .format-link .post-title {
  margin-bottom: 0 !important;
}

.full .format-aside .post-body,
.single-post-page > .format-aside .post-body {
  z-index: 5;
  position: relative;
}

.full .format-aside .post-body,
.full .format-link .post-body,
.full .format-quote .post-body {
  border: none !important;
}

.full .format-link .post-link {
  display: block;
  position: relative;
  color: #ffffff;
}

.full .format-link .post-title {
  color: #ffffff !important;
}

.full #loop-posts .format-quote .post-excerpt,
.full #loop-posts .format-status .post-excerpt,
.single-post-page > .format-quote .post-content > p,
.single-post-page > .format-status .post-content > p {
  font-size: 24px !important;
  line-height: 40px !important;
  margin-bottom: 0;
}

.full #loop-posts .format-status .post-excerpt,
.single-post-page > .format-status .post-excerpt {
  position: relative;
}

.full #loop-posts .format-aside .post-excerpt > p:last-child,
.full #loop-posts .format-quote .post-excerpt > p:last-child,
.full #loop-posts .format-status .post-excerpt > p:last-child,
.single-post-page > .format-aside .post-excerpt > p:last-child,
.single-post-page > .format-quote .post-excerpt > p:last-child,
.single-post-page > .format-status .post-excerpt > p:last-child {
  margin-bottom: 0 !important;
}

.full .format-quote .post-excerpt {
  position: relative;
}

.full .format-quote .post-excerpt:before,
.full .format-quote .post-excerpt:after {
  font-size: 72px;
  letter-spacing: 0.5px;
  content: '"';
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  transform: translateY(12px);
  margin-right: 8px;
  color: #000000;
  opacity: 0.1;
}

.full .format-quote .post-excerpt:after {
  transform: rotate(180deg) translateY(12px);
  margin-left: 8px;
  margin-right: 0;
}

.full .format-quote .post-quote-author,
.full .format-status .post-status-author,
.single-post-page > .format-quote .post-quote-author,
.single-post-page > .format-status .post-status-author {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  padding-top: 16px;
  color: #9e9e9e;
}

.full #loop-posts .format-status .post-body {
  padding: 0 !important;
}

/* Single post
---------------*/
.single-post-page > .post.format-chat > .post-inner > .post-body:first-child,
.single-post-page > .post.format-standard > .post-inner > .post-body:first-child,
.single-post-page > .post.format-video > .post-inner > .post-body:first-child,
.single-post-page > .post.format-audio > .post-inner > .post-body:first-child {
  padding-top: 0 !important;
}

.single-post-page > .post.format-quote > .post-inner > .post-body > .post-body-inner,
.single-post-page > .post.format-status > .post-inner > .post-body > .post-body-inner,
.single-post-page > .post.format-link > .post-inner > .post-body > .post-body-inner,
.single-post-page > .post.format-aside > .post-inner > .post-body > .post-body-inner {
  position: relative;
}

.single-post-page > .post.format-aside > .post-inner > .post-body > .post-body-inner .post-content {
  font-size: 18px;
  line-height: 32px;
}

.post-title-section {
  text-align: left;
  margin-bottom: 24px !important;
}

.single-post-page > .post .post-body {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
}

.single-post-page > .post .post-body .post-content {
  font-size: 18px;
  line-height: 32px;
}

.single-post-page > .post .post-body .post-content > *:last-child {
  margin-bottom: 0 !important;
}

.single-post-page > .post .post-body .post-content .chat {
  margin-left: auto;
  margin-right: auto;
}

.single-post-page > .post > .post-inner .post-media {
  margin-bottom: 32px;
}

.preloader-active .single-post-page > .post > .post-inner .post-content img[class*=wp-image] {
  opacity: 0;
  transition: all 200ms 200ms ease-out;
}

.single-post-page > .post > .post-inner .post-media.animate,
.single-post-page > .post > .post-inner .post-content img[class*=wp-image].animate {
  opacity: 1;
}

.post-tags-single {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin-top: 24px;
}

.post-tags-single a:last-child {
  margin-right: 0 !important;
}

.post-social-share {
  display: block;
  margin: 32px auto 0 auto;
  width: 200px;
  position: static;
}

.post-social-share > .social-links > a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
  color: #ffffff;
}

.post-social-share > .social-links > a:hover {
  color: #ffffff !important;
  background-color: #212121;
}

.post-social-share > .social-links > .post-facebook-share {
  background-color: #3b5998;
}

.post-social-share > .social-links > .post-twitter-share {
  background-color: #00aced;
}

.post-social-share > .social-links > .post-pinterest-share {
  background-color: #cb2027;
}

.post-social-share > .social-links > .post-linkedin-share {
  background-color: #007bb6;
}

.single-post-page > .post + .post-single-navigation {
  margin-top: 0 !important;
  border-top: none !important;
}

.post-author-box {
  margin-top: 32px !important;
  padding: 32px 32px 16px 32px;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px #e0e0e0;
}

.post-author-box > * {
  display: table-cell;
  vertical-align: top;
}

.post-author-info {
  padding-left: 40px;
  top: -8px;
  position: relative;
}

.post-author-gavatar {
  width: 72px;
  height: 72px;
  position: relative;
}

.post-author-gavatar img,
.comment-gavatar img,
.commentlist .avatar {
  border-radius: 0px;
}

.post-author-gavatar img,
.post-author-description p {
  margin-bottom: 0;
}

.post-author-title {
  margin-top: 0;
  margin-bottom: 4px !important;
}

.post-author-title a {
  transition: all 300ms;
}

.post-author-description {
  color: #616161;
}

.related-posts-wrapper {
  margin-top: 56px !important;
}

.related-posts {
  position: static !important;
}

.related-posts-title,
.comment-reply-title,
.comments-title,
.upsells > h4,
.crosssells > h4,
.related > h4,
#reply-title {
  font-weight: 700;
}

.related-posts-title,
.comment-reply-title,
.comments-title,
.upsells > h4,
.crosssells > h4,
.related > h4 {
  margin-bottom: 24px !important;
  font-size: 24px !important;
  position: relative;
}

.related-posts-title {
  margin-bottom: 32px;
}

.related-posts-title:before,
.comment-reply-title:before,
.comments-title:before,
.upsells > h4:before,
.crosssells > h4:before,
.related > h4:before {
  width: 4px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}

.related-posts > .post {
  float: left;
}

.related-posts .post .post-title {
  margin: 0;
}

.related-posts .post .post-title a {
  color: #212121;
}

.related-posts .owl-controls {
  position: absolute;
  top: 10px;
  right: 0;
}

.related-posts-wrapper {
  position: relative;
}

.related-posts .owl-nav {
  position: absolute !important;
  top: -4px;
  right: 0;
}

.related-posts .owl-nav > * {
  position: static;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition: all 300ms ease-out;
  transform: none;
}

.related-posts .owl-next {
  margin-left: 10px;
}

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

ul.chat li {
  margin: 0;
  padding: 0 0 20px 0;
}

ul.chat li > * {
  display: inline-block;
  margin: 0;
  color: #777777 !important;
}

ul.chat li > p {
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 2px;
  font-size: 16px;
  line-height: 24px;
}

ul.chat li > span {
  padding-right: 10px;
  color: #212121 !important;
}

ul.chat li:nth-child(2n+2):after {
  content: "";
  display: table;
  clear: both;
}

ul.chat li:nth-child(2n+2) > * {
  float: right;
  text-align: right;
}

ul.chat li:nth-child(2n+2) > span {
  padding-left: 10px;
  padding-right: 0;
}

ul.chat li:nth-child(2n+2) > p {
  background-color: #cfe6fe;
  color: #114071 !important;
}

/* Comment form
---------------*/
.post-comments-section {
  margin-top: 72px !important;
}

.post-comments-area {
  position: relative;
}

/*.post-comments-area #respond {
	margin:24px 0 24px 0;
}*/
.post-comments-area .comment-navigation {
  margin: 24px 0;
}

.post-comments-area .comment-navigation > * {
  display: inline-block;
  vertical-align: middle;
}

.post-comments-area .comment-navigation > * > a {
  display: block;
  transition: all 300ms ease-out;
}

.post-comments-area .comment-navigation > .nav-previous > a {
  margin-right: 24px;
}

.post-comments-area #respond #reply-title small {
  display: block;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}

.post-comments-area #respond form,
.post-comments-area #respond .form-submit,
.post-comments-area #respond .form-submit input[type=submit] {
  margin-bottom: 0;
}

.post-comments-area #respond form {
  margin-bottom: 24px;
}

.post-comments-area .comment-form-author,
.post-comments-area .comment-form-email,
.post-comments-area .comment-form-url,
.post-comments-area .respond-textarea {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.post-comments-area .comment-form-author input,
.post-comments-area .comment-form-email input,
.post-comments-area .comment-form-url input,
.post-comments-area .respond-textarea textarea {
  width: 100%;
}

/* Comment list
---------------*/
.comment-list {
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.comment-list ul.children {
  margin: 0;
  list-style: none;
}

.comment-list .comment,
.commentlist .review {
  max-width: 100%;
  position: relative;
}

.comment-list .comment #respond,
.commentlist .review #respond {
  margin-bottom: 72px;
}

.comment-list .comment .comment-body,
.commentlist .review {
  display: block;
  position: relative;
  padding: 0;
  padding-left: 96px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.comment-list .comment .comment-body:after {
  content: "";
  display: table;
  clear: both;
}

.comment-list .comment-gavatar,
.comment-list .comment-content,
.commentlist .review .avatar,
.commentlist .review .comment-text {
  display: block;
}

.comment-list .comment-gavatar,
.commentlist .review .avatar {
  position: absolute;
  top: 8px;
  left: 0;
}

.post-author-ind {
  position: absolute;
  top: 90px;
  left: 0;
  width: 72px;
  text-align: center;
  line-height: 16px;
}

.comment-list .comment-content,
.commentlist .review .comment-text {
  max-width: 100%;
  padding: 0;
  position: relative;
}

.commentlist .review .comment-text {
  position: relative;
  width: 100%;
}

.commentlist .review .comment-text .star-rating {
  position: absolute;
  top: 12px;
  right: 0;
}

.comment-list .comment .comment-gavatar,
.commentlist .review .avatar {
  width: 72px;
  height: 72px;
}

.commentlist .review .avatar {
  max-width: none;
}

.comment-list .comment .comment-text p:last-child,
.commentlist .review .description p:last-child {
  margin-bottom: 0;
}

.comment-author a {
  color: inherit;
}

.comment-meta .comment-author,
.woocommerce-review__author {
  margin-bottom: 0px;
}

.woocommerce-review__author {
  display: block;
}

.comment-meta .comment-author cite {
  font-style: inherit;
}

.comment-meta .comment-author cite a,
cite a {
  color: inherit;
}

.comment-meta .comment-author span {
  display: inline-block;
  padding: 8px 10px;
  font-size: 70%;
  text-transform: none !important;
  vertical-align: middle;
  position: relative;
  top: -2px;
  line-height: 70%;
}

.comment-meta .comment-date-time {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 10px;
}

.comment-meta .comment-date-time a {
  color: inherit;
}

.comment-meta {
  padding-right: 80px;
}

.review .meta {
  margin-bottom: 0;
}

.comment-meta .replay {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
  margin-bottom: 16px;
}

.comment-reply-link {
  margin: 0;
}

.comment-content .edit-link a a {
  margin: 10px 0px 0 0;
}

.post-author-info-title a {
  color: inherit;
  transition: all 300ms;
}

.comment-list .pingback {
  padding: 4px 0;
}

.comment-list .pingback + .comment {
  margin-top: 48px;
}

.comment-list .pingback .comment-content .comment-edit-link {
  margin-top: 0 !important;
  padding: 0 8px !important;
  min-width: 0;
}

.comment-list .pingback .comment-content .edit-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-65%);
}

.comment-list .pingback .comment-content {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 8px 56px 16px 0 !important;
  position: relative;
}

.comment-list .pingback .comment-content:after {
  content: "";
  display: table;
  clear: both;
}

/* Filter
---------------*/
.enovathemes-filter {
  position: relative;
  width: 50% !important;
  display: block !important;
  text-align: left !important;
  margin-bottom: 0 !important;
  float: left;
}

.enovathemes-filter > .container {
  max-width: 100% !important;
}

.enovathemes-filter .filter-toggle {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 0 56px 0 16px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px 0 0 4px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.enovathemes-filter .filter-toggle > span {
  display: block;
  font-size: 22px;
  position: absolute;
  top: -1px;
  right: 6px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.enovathemes-filter .filter-toggle.active > span {
  font-size: 18px;
}

.enovathemes-filter .filter-toggle.active > span:before {
  content: "\e910" !important;
}

.enovathemes-filter .catalog-container {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  background-color: #ffffff;
  border-radius: 0 4px 4px 4px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 32px 16px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.enovathemes-filter .catalog-container.active {
  z-index: 100000000000000000000;
  transition: opacity 150ms ease-out;
  opacity: 1;
  visibility: visible;
}

.enovathemes-filter .filter-toggle.active {
  z-index: 100000000000000000000;
  border-radius: 4px 4px 0 0;
}

.enovathemes-filter .catalog-container + .catalog-overlay {
  opacity: 0;
  transition: opacity 150ms ease-out;
}

.enovathemes-filter .catalog-container.active + .catalog-overlay {
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.enovathemes-filter ul,
.shop-cat-list,
.shop-cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-cat-list-filter {
  margin-bottom: 24px;
}

.shop-cat-list {
  padding: 16px;
}

.shop-cat-list-wrapper {
  display: none;
  border-bottom: 1px solid #e0e0e0;
}

.shop-cat-list-title {
  padding: 10px 16px;
  margin-bottom: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  position: relative;
  cursor: pointer;
}

.shop-cat-list-title span {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

.shop-cat-list-title span:before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  margin-top: -1px;
  position: absolute;
  transition: opacity 50ms ease-out, transform 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.shop-cat-list-title span:after {
  width: 2px;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  transition: opacity 50ms 50ms ease-out, transform 150ms cubic-bezier(0.19, 1, 0.22, 1);
}

.shop-cat-list-title.active span:after,
.shop-cat-list-title.active span:before {
  transform: rotate(360deg);
}

.shop-cat-list-title.active span:after {
  opacity: 0;
}

.enovathemes-filter ul li,
.shop-cat-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}

.enovathemes-filter ul li a,
.shop-cat-list li a {
  margin: 0;
  display: block;
  padding: 4px 16px;
  line-height: 22px;
}

.shop-cat-list li a {
  padding: 4px 0;
}

.enovathemes-filter .filter-wrapper .catalog-container > ul,
.shop-cat-list {
  display: grid;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.enovathemes-filter.column-5 .filter-wrapper .catalog-container > ul,
.shop-cat-list.column-5 {
  grid-template-columns: repeat(5, 5fr);
}

.enovathemes-filter.column-4 .filter-wrapper .catalog-container > ul,
.shop-cat-list.column-4 {
  grid-template-columns: repeat(4, 4fr);
}

.enovathemes-filter.column-3 .filter-wrapper .catalog-container > ul,
.shop-cat-list.column-3 {
  grid-template-columns: repeat(3, 3fr);
}

.enovathemes-filter.column-2 .filter-wrapper .catalog-container > ul,
.shop-cat-list.column-2 {
  grid-template-columns: repeat(2, 2fr);
}

.enovathemes-filter.column-1 .filter-wrapper .catalog-container > ul,
.shop-cat-list.column-1 {
  grid-template-columns: repeat(1, 1fr);
}

.filter-wrapper .catalog-container > ul > li,
.shop-cat-list li {
  align-items: flex-start;
}

.filter-wrapper .catalog-container > ul > li > a,
.shop-cat-list > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.filter-wrapper .catalog-container > ul ul ul,
.shop-cat-list > ul ul ul {
  padding-left: 24px;
  font-size: 14px;
}

.woocommerce-before-shop-loop.filter .woocommerce-result-count,
.woocommerce-before-shop-loop.filter .woocommerce-ordering {
  float: right !important;
  line-height: 26px;
}

.woocommerce-before-shop-loop.filter .woocommerce-ordering {
  padding-right: 24px;
  margin-right: 24px;
  position: relative;
}

.woocommerce-before-shop-loop.filter .woocommerce-ordering:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: 24px;
  background-color: #e0e0e0;
}

.woocommerce-before-shop-loop.filter .woocommerce-ordering select {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0 !important;
  width: 150px !important;
  min-width: 0 !important;
  font-weight: 600;
}

/* Woocommerce
---------------*/
.woocommerce-store-notice.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  padding: 24px;
  color: #ffffff !important;
  text-align: center;
  margin: 0;
}

.woocommerce-store-notice.demo_store a {
  color: #ffffff !important;
}

.woocommerce-before-shop-loop {
  text-align: left;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 24px;
}

.woocommerce-before-shop-loop.filter {
  padding: 0;
}

.woocommerce .term-description {
  padding-bottom: 48px;
}

.woocommerce-before-shop-loop > * {
  display: block;
  vertical-align: middle;
  margin: 0;
}

.woocommerce-result-count {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
  display: inline-block !important;
}

.woocommerce-result-count:only-child {
  transform: none !important;
  top: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce-ordering > select {
  margin-bottom: 0;
}

#loop-categories + #loop-products {
  margin-top: 24px;
  padding-top: 48px;
}

#loop-categories + #loop-products:before {
  width: calc(100% - 24px);
  height: 1px;
  content: "";
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 12px;
}

#loop-products > .ajax-scroll-overlay {
  background-color: #ffffff;
}

.loop-product,
ul.products,
.loop-product-category {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.loop-product li,
ul.products li,
.loop-product-category li,
.custom-product {
  display: block;
  text-align: left !important;
  padding: 0;
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery > * {
  transition: all 300ms ease-out !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.product-image-gallery > .visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.product-image-gallery > img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
}

.product .onsale {
  position: absolute;
  left: 12px !important;
  top: 12px !important;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  min-width: 56px;
  z-index: 1;
  text-align: center;
  display: table;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.product .onsale > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
}

.product .post-inner {
  overflow: visible !important;
}

.product .post-body-inner,
.product .post-body-inner-wrap {
  position: static;
}

.product .post-body-inner:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin-bottom: 16px;
}

.product .price,
.widget .woocommerce-Price-amount {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.product .price {
  display: block;
}

.cart-data .woocommerce-Price-amount {
  display: inline;
}

.product .price del,
.widget.woocommerce del {
  font-size: 80%;
  color: #bdbdbd !important;
}

.widget.woocommerce del {
  font-size: 14px !important;
  display: inline-block;
}

.widget.woocommerce del + ins {
  display: inline-block;
}

.widget.woocommerce del .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}

.product .button,
.product .added_to_cart {
  position: relative;
  text-align: center !important;
}

.dgwt-wcas-product-details .added_to_cart {
  margin-top: 0 !important;
}

.product .woosc-btn {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-indent: -9000em;
  position: absolute;
  background-color: transparent !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1;
}

.woosc-btn.header-icon {
  font-size: 0;
  text-indent: initial;
}

.product .summary .woosc-btn {
  position: relative;
  width: auto;
  text-indent: 0;
  display: inline-block;
  margin-top: 8px !important;
  padding: 0 16px !important;
  background-color: #f5f5f5 !important;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.product .woosc-btn:before {
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: inherit;
  color: #212121;
  z-index: 2;
  transition: all 300ms ease-out;
}

.product .summary .woosc-btn:hover {
  color: #212121 !important;
}

.product .summary .woosc-btn:before {
  width: auto;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent !important;
  margin-right: 8px;
  top: -1px;
}

.product .woosc-btnwoosc-btn:hover:before,
.product .woosc-btnwoosc-btn.added:before,
.product .summary .woosc-btnwoosc-btn:hover,
.product .summary .woosc-btnwoosc-btn.added {
  background-color: #212121 !important;
  color: #ffffff !important;
}

.product .summary .woosc-btn:hover:before,
.product .summary .woosc-btn.added:before {
  background-color: transparent !important;
}

.product .woosc-btn:after {
  display: none !important;
}

.product .button:hover,
.added_to_cart:hover {
  background-color: #212121;
}

.post-body .yith-wcqv-button {
  display: none;
}

.product .post-title,
.product .post-title a {
  color: #212121;
  font-weight: 500;
}

.small .product .post-title {
  font-size: 14px !important;
  line-height: 20px !important;
}

.product .product-quick-view {
  position: absolute !important;
  left: 50%;
  top: 50%;
  width: 100% !important;
  max-width: 186px;
  height: auto !important;
  text-align: center;
  transition: all 300ms ease-out !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  z-index: 15;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  opacity: 0;
  text-transform: none;
  border-radius: 0;
  font-weight: 400 !important;
}

.overlay-fade .product .product-quick-view,
.overlay-fade-zoom .product .product-quick-view,
.overlay-move .product .product-quick-view,
.overlay-fade-zoom-extreme .product .product-quick-view {
  display: none;
}

.product .product-quick-view:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.post-image:hover .product-quick-view {
  opacity: 1;
}

.transform .product .post-image {
  overflow: hidden !important;
}

/* Woocommerce add_to_wishlist
---------------*/
.loop-product .yith-wcwl-add-to-wishlist,
.custom-product .yith-wcwl-add-to-wishlist,
.loop-product .woosc-btn,
.custom-product .woosc-btn {
  margin: 0 !important;
  height: 24px;
  width: 24px;
  line-height: 24px;
  position: absolute !important;
  top: 16px;
  right: 16px;
  z-index: 2;
  opacity: 0;
  transform: translateY(16px);
  transition: none !important;
}

.summary .yith-wcwl-add-to-wishlist {
  width: auto !important;
}

.loop-product .product:hover .yith-wcwl-add-to-wishlist,
.custom-product .product:hover .yith-wcwl-add-to-wishlist,
.loop-product .product:hover .woosc-btn,
.custom-product .product:hover .woosc-btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 100ms ease-out, transform 600ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.loop-product .woosc-btn,
.custom-product .woosc-btn {
  background: none !important;
  background-color: transparent !important;
  top: 16px;
}

.yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist .ajax-loading,
.yith-wcwl-add-to-wishlist .active .ajax-loading {
  display: none !important;
}

.yith-wcwl-add-to-wishlist a,
.loop-product .woosc-btn,
.custom-product .woosc-btn {
  display: block !important;
  text-align: center;
  position: relative;
  transition: all 300ms ease-out;
  color: #bdbdbd !important;
  text-indent: -9000em;
  padding: 0 !important;
}

.yith-wcwl-add-to-wishlist a span {
  display: inline-block;
}

.yith-wcwl-add-to-wishlist a svg {
  display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: block !important;
}

.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist a:after,
.loop-product .woosc-btn:before,
.custom-product .woosc-btn:before {
  height: 24px;
  width: 24px;
  line-height: 24px;
}

.loop-product .woosc-btn:before,
.custom-product .woosc-btn:before {
  color: #bdbdbd !important;
}

.yith-wcwl-add-to-wishlist a:before,
.loop-product .woosc-btn:before,
.custom-product .woosc-btn:before {
  display: block;
  text-indent: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}

.yith-wcwl-add-to-wishlist a:after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  content: "";
  visibility: hidden;
}

.yith-wcwl-add-to-wishlist a.active:after {
  visibility: visible;
}

.yith-wcwl-add-to-wishlist a.active:before {
  visibility: hidden;
}

.product-layout-single .summary .yith-wcwl-add-to-wishlist a {
  text-align: left;
  display: inline-block !important;
  padding-left: 32px !important;
  text-indent: 0 !important;
  width: auto !important;
  margin-top: 8px !important;
  color: #616161 !important;
}

.product-layout-single .summary .yith-wcwl-add-to-wishlist a:hover {
  background-color: transparent !important;
}

#yith-wcwl-popup-message {
  text-align: center !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 24px !important;
  min-width: 200px;
  border-radius: 0 !important;
  margin-left: -100px !important;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%);
  z-index: 10000000000000000000000000000;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
}

.wishlist_table .yith-wcqv-button {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce table.wishlist_table tfoot td {
  display: none;
}

.product .post-body .woosc-btn {
  display: none !important;
}

/* Woocommerce AJAX add to cart
---------------*/
.post-inner-wrapper {
  position: relative;
}

.ajax_add_to_cart.added {
  display: none !important;
}

.added_to_cart {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.ajax-add-to-cart-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  display: none;
  background-color: #ffffff;
}

.ajax-add-to-cart-loading.active {
  display: block;
}

.ajax-add-to-cart-loading .circle-loader,
.yith-wcwl-add-to-wishlist a:after {
  display: block;
  border: 1px solid #bdbdbd;
  animation-name: loader-spin;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.yith-wcwl-add-to-wishlist a:after {
  border: 1px solid #eeeeee;
}

.ajax-add-to-cart-loading .circle-loader,
.ajax-add-to-cart-loading .circle-loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  left: 50%;
  position: absolute;
}

.ajax-add-to-cart-loading .load-complete {
  animation: none;
  transition: border 500ms ease-out;
}

.ajax-add-to-cart-loading .checkmark {
  display: none;
}

.ajax-add-to-cart-loading .load-complete .checkmark {
  display: block;
}

.ajax-add-to-cart-loading .checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.ajax-add-to-cart-loading .checkmark:after {
  opacity: 1;
  height: 24px;
  width: 16px;
  transform-origin: left top;
  content: "";
  left: 10px;
  top: 21px;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 16px;
    opacity: 1;
  }
  40% {
    height: 24px;
    width: 16px;
    opacity: 1;
  }
  100% {
    height: 24px;
    width: 16px;
    opacity: 1;
  }
}
/* Woocommerce Quick view
---------------*/
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: none !important;
  transform: translateY(0) !important;
}

#yith-quick-view-content .product.type-product:not(tr) {
  display: flex;
  align-content: center;
}

#yith-quick-view-content .product.type-product:not(tr):after {
  content: "";
  display: table;
  clear: both;
}

#yith-quick-view-content .product-status {
  top: 0 !important;
  left: 0 !important;
}

#yith-quick-view-close {
  top: 0px !important;
  right: 8px !important;
  border: none !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px !important;
  text-indent: -9000em;
  text-align: center;
  transition: none;
}

#yith-quick-view-close:before {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  text-indent: 0;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  width: inherit;
  height: inherit;
  line-height: inherit;
}

#yith-quick-view-content .summary {
  position: relative;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  left: 50% !important;
  top: 50% !important;
  position: absolute !important;
  display: block !important;
}

#yith-quick-view-modal .woocommerce-product-gallery {
  max-width: 600px;
  width: 100%;
  margin-bottom: 0 !important;
}

/* Woocommerce compare
---------------*/
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  display: none !important;
}

#cboxClose {
  background: none !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 48px !important;
  bottom: -48px;
  background-color: #ffffff !important;
  transition: all 300ms ease-out;
}

#cboxClose:before {
  display: block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  color: #212121 !important;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  text-indent: 0 !important;
}

#cboxClose:hover:before {
  color: #ffffff !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table thead tr th {
  text-transform: none !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr:hover td {
  background-color: #ffffff !important;
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-close {
  padding: 10px !important;
}

/* Woocommerce minicart
---------------*/
.cart-box {
  display: none;
  position: absolute;
  width: 320px;
  height: auto;
  padding: 24px;
  right: 0px;
  z-index: 15;
  opacity: 1;
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
}

.cart-box.scroll-cart .cart_list {
  max-height: 300px;
  overflow-y: scroll;
}

.cart-box .widget_shopping_cart_content > p:only-child {
  margin-bottom: 0;
}

.logopos-right .cart-box,
.menupos-right .cart-box {
  left: 0px;
  right: auto;
}

.cart-box.active {
  display: block;
}

.cart-box .widget_shopping_cart {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.cart-box .widget_shopping_cart .widgettitle {
  display: none !important;
}

.woocommerce-mini-cart-info {
  margin: 0 !important;
}

.woocommerce-mini-cart__total {
  padding-bottom: 24px;
  margin-bottom: 24px !important;
  padding-top: 24px;
  position: relative;
}

.woocommerce-mini-cart__total:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.cart-box .woocommerce-mini-cart__total:before {
  border: none !important;
}

.widget_shopping_cart li {
  position: relative;
  margin: 0 0 10px 0 !important;
  padding: 0 0 10px 0 !important;
}

.widget_shopping_cart .cart-product-body {
  position: relative;
  display: table;
  vertical-align: top;
  width: 100%;
}

.widget_shopping_cart .cart-product-image,
.widget_shopping_cart .cart-product-content {
  display: table-cell;
  vertical-align: top;
}

.widget_shopping_cart .cart-product-image {
  padding-top: 4px;
  width: 72px;
  height: 72px;
}

.widget_shopping_cart .cart-product-image img {
  border: 1px solid #e0e0e0;
}

.widget_shopping_cart .cart-product-content {
  padding-left: 16px;
  padding-right: 8px;
}

.widget_shopping_cart .cart-product-title {
  margin: 0 0 2px 0 !important;
  font-family: inherit;
  line-height: inherit;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px !important;
}

.widget_shopping_cart .cart-product-data {
  padding-top: 4px;
}

.widget_shopping_cart .cart-product-title a {
  color: inherit;
  transition: all 300ms ease-out;
}

.widget_shopping_cart .cart-product-title:hover > a {
  opacity: 0.7;
}

.widget_shopping_cart .cart_list li .remove,
.yith-woocompare-widget ul.products-list li .remove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px !important;
  text-align: center;
  position: absolute;
  top: 0px !important;
  right: 0;
  display: block;
  transition: all 300ms ease-out;
}

.widget_shopping_cart .cart_list li .remove:hover,
.yith-woocompare-widget ul.products-list li .remove:hover {
  opacity: 0.7;
}

.widget_shopping_cart .cart-data {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px;
  font-weight: 600;
}

.widget_shopping_cart .cart-data li {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  vertical-align: top;
}

.widget_shopping_cart .cart-data li > * {
  padding: 0 !important;
  display: inline-block;
}

.widget_shopping_cart .cart-data li > .attribute {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 12px;
}

.widget_shopping_cart .quantity {
  display: block;
}

/* Woocommerce cart/checkout...
---------------*/
.shop_table .image-container,
.shop_table .image-container img {
  max-width: 144px !important;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
}

.shop_table .product-remove,
.shop_table .product-thumbnail,
.shop_table .product-price,
.shop_table .product-subtotal,
.shop_table th,
.woocommerce-orders-table {
  text-align: center;
}

.cart_totals th,
.woocommerce-checkout-review-order-table th,
.woocommerce-table--order-details th,
.customer_details th {
  text-align: left;
}

.woocommerce-cart-form__contents tbody tr:last-child {
  background-color: transparent !important;
}

.shop_table .product-quantity input {
  margin: 0 auto !important;
  max-width: 88px;
  padding: 8px !important;
}

.shop_table .variation,
.wc-item-meta {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}

.wc-item-meta li {
  padding: 0;
}

.shop_table .variation > dt,
.wc-item-meta strong {
  text-transform: capitalize;
  padding-left: 16px;
}

.wc-item-meta strong {
  padding-left: 0;
}

.shop_table .variation > dt:first-child {
  padding-left: 0;
}

.shop_table .variation > * {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}

.shop_table .variation p,
.wc-item-meta li p {
  margin: 0;
  display: inline-block;
}

.wc-item-meta li p {
  padding-left: 16px;
}

.shop_table .product-remove a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 24px;
  transition: all 300ms ease-out;
}

.shop_table input[name=update_cart],
.shop_table .coupon input[name=apply_coupon] {
  margin: 0 !important;
}

.shop_table td.actions {
  padding: 24px 0 0 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.shop_table .coupon {
  padding: 24px;
  margin-bottom: 48px;
}

.shop_table .product-thumbnail img {
  transition: all 200ms 0ms ease-out !important;
  max-width: 150px;
}

.shop_table .product-thumbnail a:hover img {
  opacity: 0.7 !important;
}

.select2-container .select2-selection--single {
  height: 48px !important;
  position: relative;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px !important;
  width: 24px !important;
  position: absolute !important;
  top: 50% !important;
  margin-top: -12px !important;
  right: 0 !important;
}

.wc_payment_methods,
#shipping_method {
  list-style: none;
  margin: 0 0 32px 0;
  padding: 0;
  width: 100%;
}

.wc_payment_methods > li,
#shipping_method > li {
  margin: 0;
  padding: 24px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0;
}

#shipping_method > li {
  padding: 0;
}

.wc_payment_methods label,
.wc_payment_methods input[name=payment_method],
#shipping_method > li label,
#shipping_method > li input[name=payment_method] {
  display: inline-block !important;
  vertical-align: top;
}

.wc_payment_methods label,
#shipping_method > li label {
  padding-left: 8px;
}

.wc_payment_methods img {
  width: auto !important;
  display: block !important;
}

.woocommerce-order-overview {
  list-style: none;
  margin: 0;
  padding: 0 0 32px 0;
}

.woocommerce-order-overview li {
  padding: 8px !important;
}

.woocommerce-page address {
  padding: 16px 24px;
}

.shop_table .product-name > a:not(.yith-wcqv-button) {
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
}

.shop_table .product-name .button {
  margin: 8px 0 0 0 !important;
  display: block;
  max-width: 120px;
}

.woocommerce-page .wishlist-title {
  display: none;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
}

.woocommerce .wishlist_table .dateadded {
  display: inline-block;
  padding-bottom: 16px;
}

.woocommerce .wishlist_table .ajax_add_to_cart.added {
  display: none !important;
}

.wishlist_table .ajax_add_to_cart + .product .button {
  margin-right: 0 !important;
}

.woocommerce-MyAccount-navigation {
  padding: 24px !important;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  margin-bottom: 32px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  position: relative;
  background-color: #ffffff;
  padding: 2px 0 !important;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-weight: 600 !important;
}

.shop_table .woocommerce-button {
  margin: 0 !important;
}

.shop_table .coupon label {
  display: none;
}

input[name=coupon_code] {
  max-width: 320px;
  height: 40px;
  display: inline-block;
}

.shop_table button[name=update_cart] {
  float: right;
}

#ship-to-different-address {
  margin-bottom: 36px;
}

/* Woocommerce single
---------------*/
.product .single-product-wrapper {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  font-size: 0;
}

.woocommerce-product-gallery__trigger:before {
  font-size: 16px;
}

.product .summary .price {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-weight: 600 !important;
}

.product .summary .price del {
  font-size: 14px !important;
  line-height: 26px !important;
}

.product .summary .price ins {
  font-size: inherit !important;
  margin-left: 4px;
  display: inline-block;
  vertical-align: baseline;
}

.product .summary .product_title {
  margin-top: 0 !important;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.woocommerce-product-details__short-description {
  font-size: 18px;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0;
}

.product .summary form.variations_form.cart,
.product .summary form.cart {
  width: 100%;
  margin: 24px auto 24px auto;
  overflow-x: hidden !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product .summary table {
  width: auto;
}

.product .summary table input {
  margin: 0 !important;
}

.product .summary .quantity input {
  text-align: center;
  height: 44px;
}

.product .summary .quantity input,
.product .summary .quantity button {
  vertical-align: top;
  display: inline-block;
}

.product .summary table.variations {
  margin-top: 10px;
  margin-bottom: 0;
  width: auto;
}

.product .summary table.variations tr {
  padding: 0;
}

.product .summary table.variations th,
.product .summary table.variations td {
  padding: 0;
  vertical-align: text-top;
  background: transparent;
  border: none;
}

.product .summary table.variations td {
  text-align: left;
  border: none;
}

.product .summary table.variations label,
.product .summary table.variations input,
.product .summary table.variations select {
  margin: 0;
}

.product .summary table.variations label {
  padding-right: 16px;
  display: inline-block;
}

.product .summary table.variations input,
.product .summary table.variations select {
  width: 256px;
  max-width: 100%;
  margin-bottom: 16px;
}

.product .summary table.variations select {
  display: inline-block;
}

.product .summary table.variations .reset_variations {
  vertical-align: middle;
  margin-left: 8px;
  display: inline-block;
}

.product .summary .product_meta {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 26px;
}

.product_meta > * {
  display: block;
}

.product .summary .post-social-share {
  float: none !important;
  margin: 24px 0 0 0 !important;
  width: auto !important;
  position: relative !important;
}

.product .summary .post-social-share > .social-links > a {
  margin-bottom: 6px !important;
  margin-right: 6px !important;
  display: inline-block !important;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}

.product .summary .post-social-share > .social-links > a:hover {
  color: #ffffff !important;
  background-color: #212121;
}

.product .summary .stock {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 0.5rem;
}

.product .summary .in-stock {
  color: #53c95f;
  margin-bottom: 0;
}

.product .stock-level span {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.product .single-product-progress,
.product .stock-level {
  max-width: 280px !important;
}

.product .single-product-progress .track {
  background-color: #f5f5f5;
}

.product .summary .et-timer {
  text-align: left;
}

.product .summary .et-timer div {
  padding: 0 12px !important;
  min-width: 48px;
}

.product .summary .et-timer li:first-child div {
  padding-left: 0 !important;
}

.product .summary .et-timer li:last-child div {
  padding-right: 0 !important;
}

.product .summary .et-timer .timer-count {
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  min-width: 64px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #212121;
  position: relative;
}

.product .summary .et-timer .timer-count:before {
  display: block;
  width: 4px;
  height: 100%;
  content: ":";
  position: absolute;
  top: 0;
  right: -14px;
  text-align: center;
}

.product .summary .et-timer li:last-child .timer-count:before {
  display: none;
}

.product .summary .et-timer .timer-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #212121;
}

.single-product-wrapper .onsale {
  width: 80px !important;
  height: 80px !important;
  border-radius: 80px !important;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  top: 15% !important;
  left: auto !important;
  right: 55% !important;
}

.single-product-wrapper .onsale-inner {
  display: inline-block;
  vertical-align: middle;
}

form.cart {
  margin: 0;
}

form.cart .quantity input {
  margin-bottom: 0;
  width: 80px;
  text-align: center;
}

form.cart .quantity,
form.cart button {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top;
  min-height: 44px;
}

.woocommerce-product-gallery,
.product .single-product-wrapper .summary {
  position: relative;
  margin-bottom: 48px !important;
}

.product .single-product-wrapper .summary {
  padding: 24px;
  background-color: rgb(249 250 251 / 0.25);
}

.product .single-product-wrapper .summary:hover{
  background-color: rgb(249 250 251 / 0.75);
}

.product .single-product-wrapper .summary{
  border-width: 1px;
  border-color: rgb(243 244 246 / 0.5);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.vc_column_container.product .single-product-wrapper .summary > .vc_column-inner {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-list.product .single-product-wrapper .summary .icon {
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-box-container.product .single-product-wrapper .summary {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-box-container.product .single-product-wrapper .summary.no-border {
  padding: 0;
}

.product .single-product-wrapper .summary:hover{
  border-color: rgb(243 244 246 / 1);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.product .single-product-wrapper .summary {
  border-radius: 4px;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 4px;
}

.woocommerce-product-gallery__wrapper {
  max-width: none !important;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 48px;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 32px;
  font-size: 16px;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-out;
  text-align: center;
  z-index: 5;
  overflow: hidden;
}

#yith-quick-view-content .woocommerce-product-gallery__trigger {
  right: 16px;
}

.woocommerce-product-gallery__trigger:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.woocommerce-product-gallery__trigger img {
  display: none !important;
}

.woocommerce-product-gallery .flex-control-nav {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.woocommerce-product-gallery .flex-control-nav li {
  display: inline-block;
  margin-top: 4px;
  margin-right: 8px;
  cursor: pointer;
}

.product .single_add_to_cart_button {
  position: relative;
  backface-visibility: hidden;
  overflow: hidden;
}

.product .single_add_to_cart_button:hover {
  color: #ffffff !important;
}

.product .single_add_to_cart_button:after {
  height: 100% !important;
  bottom: 0 !important;
  left: 0 !important;
  backface-visibility: hidden;
}

.single-title-wrapper{
  margin-bottom: 1.25rem;
}

.single-title-wrapper > * {
  margin-bottom: 0;
  display: inline-block !important;
  vertical-align: middle;
}

.single-title-wrapper > .onsale {
  position: static;
  margin-right: 16px;
}

.related-products {
  padding-top: 72px;
  border-top: 1px solid #e0e0e0;
}

.related-products + .related-products {
  margin-top: 48px;
}

.upsells .et-item-set:not(.effect-none) .et-item-inner,
.crosssells .et-item-set:not(.effect-none) .et-item-inner,
.related .et-item-set:not(.effect-none) .et-item-inner {
  opacity: 1;
}

.woocommerce-product-gallery .flex-control-nav li img {
  box-shadow: 0 0 0 1px #e0e0e0;
}

.timer-label {
  margin-bottom: 0;
  font-weight: 600;
}

.woocommerce-product-details__short-description + .timer-label {
  padding-top: 16px;
}

.woocommerce-variation-add-to-cart {
  padding-top: 8px;
}

/* Woocommerce rating
---------------*/
.star-rating {
  overflow: hidden;
  position: relative;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  width: 60px;
  color: #ffd800;
  transition: all 0.3s ease-out;
  margin: 0 0 24px 0;
}

.widget .star-rating {
  color: #ffd800;
}

.comment-text .star-rating {
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  width: 100px;
}

.star-rating-wrap {
  line-height: 12px;
  margin-bottom: 8px;
}

.star-rating-wrap strong {
  display: none;
}

.star-rating-wrap > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.star-rating-wrap > span {
  font-size: 12px;
  line-height: 12px;
  margin-left: 4px;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 12px;
  display: block;
}

.comment-text .star-rating span {
  padding-top: 20px;
}

.star-rating:before {
  color: #eeeeee;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}

.star-rating span:before {
  top: 0;
  position: absolute;
  left: 0;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
}

.product .summary .woocommerce-product-rating .star-rating {
  margin-bottom: 0px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  width: 100px;
}

.product .summary .woocommerce-product-rating .star-rating span {
  padding-top: 20px;
}

.comment-form-rating {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-form-rating p,
.comment-form-rating label {
  margin: 0;
  vertical-align: middle;
}

.comment-form-rating p {
  margin: 16px 0 0 0;
}

.comment-form-rating select {
  display: none !important;
}

.comment-form-rating a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  color: #FFAB00;
  transition: all 0.3s;
  text-indent: -9000em;
  display: inline-block;
  margin-right: 24px;
  position: relative;
}

.comment-form-rating .star-2 {
  width: 48px;
}

.comment-form-rating .star-3 {
  width: 72px;
}

.comment-form-rating .star-4 {
  width: 96px;
}

.comment-form-rating .star-5 {
  width: 120px;
}

.comment-form-rating a:after {
  color: #ffd800;
  top: 0;
  left: 0;
  position: absolute;
  text-transform: none;
  font-size: inherit;
  line-height: inherit;
  text-indent: 0;
  transition: all 0.3s ease-out;
}

.comment-form-rating a:hover:after,
.comment-form-rating a.active:after {
  color: #212121;
}

.summary .woocommerce-product-rating {
  margin-bottom: 16px;
}

/* Woocommerce tabs
---------------*/
.woocommerce-tabs {
  width: 100%;
  margin-top: 0;
}

.woocommerce-tabs > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-tabs .tabs {
  position: relative;
}

.woocommerce-tabs .tabs li {
  padding: 0;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 0;
}

.woocommerce-tabs .tabs li:last-child {
  margin-right: 0;
}

.woocommerce-tabs .tabs li a {
  display: inline-block;
  padding: 12px 24px 12px 24px !important;
  min-height: 48px;
  text-transform: uppercase !important;
  font-size: 14px !important;
  line-height: 24px !important;
  background-color: #f5f5f5;
  border-radius: 4px;
  transition: all 300ms ease-out;
}

.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
  color: #ffffff !important;
}

.woocommerce-Tabs-panel {
  padding: 32px 0;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: left;
}

.woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel h2 {
  text-align: center;
  display: none;
}

.woocommerce-Tabs-panel .shop_attributes {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce-Tabs-panel table {
  width: 100% !important;
}

.woocommerce-Tabs-panel .shop_attributes tr {
  padding: 0;
}

.woocommerce-Tabs-panel .shop_attributes th {
  font-weight: 600 !important;
}

.woocommerce-Tabs-panel .shop_attributes th,
.woocommerce-Tabs-panel .shop_attributes td {
  vertical-align: middle;
  border: 1px solid #e0e0e0;
}

.woocommerce-Tabs-panel .shop_attributes td p {
  margin: 0;
}

/* Woocommerce reviews
---------------*/
.woocommerce-Tabs-panel .commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-Tabs-panel .comment-notes {
  margin-top: 15px;
}

/* Woocommerce reletated
---------------*/
.related-products .product .post-inner {
  position: relative;
}

.related-products .loop-product .post-title {
  min-height: 45px;
  max-height: 45px;
}

/* Woocommerce pages
---------------*/
.shop_table td,
.shop_table tfoot th,
.cart_totals th,
.customer_details th,
.woocommerce-checkout-review-order-table th,
.wc_payment_method,
.woocommerce-order-overview li,
.woocommerce-page address,
.woocommerce table.wishlist_table tbody td {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  line-height: 24px;
}

.wc_payment_methods > li,
.woocommerce-order-overview li {
  margin-top: -1px !important;
}

.shop_table thead,
.shop_table thead th {
  background-color: #f5f5f5 !important;
}

.shop_table thead th,
.woocommerce table.wishlist_table thead th {
  color: #212121;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.woocommerce-MyAccount-navigation li a {
  color: #616161 !important;
}

.shop_table tbody tr,
.woocommerce-order-overview li,
.woocommerce-page address {
  background-color: #ffffff;
  color: #616161;
}

.shop_table tbody tr:nth-child(2n+2),
.woocommerce-order-overview li:nth-child(2n+2) {
  background-color: #ffffff;
}

.shop_table .product-remove a {
  background-color: #616161;
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px !important;
}

.my-account:not(.logged-in) h2 {
  text-align: center;
}

.woocommerce-form-login {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.my-account .woocommerce h2 {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce table.wishlist_table tbody td {
  padding: 8px;
  max-width: 240px;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #D50000;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #4CAF50;
}

/* Navigation
---------------*/
.enovathemes-navigation,
.woocommerce-pagination {
  text-align: center;
  position: relative;
  text-align: left;
}

.enovathemes-navigation > .page-numbers,
.woocommerce-pagination > .page-numbers {
  border-top: 1px solid #e0e0e0;
  list-style: none;
  margin: 0;
  margin-top: 24px;
  padding: 24px 0 0 0;
  display: block;
  z-index: 5;
  position: relative;
}

.enovathemes-navigation > .page-numbers > *,
.woocommerce-pagination > .page-numbers > * {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.enovathemes-navigation a,
.enovathemes-navigation .current,
.woocommerce-pagination a,
.woocommerce-pagination .current {
  margin: 0 8px 8px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #616161;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  border-radius: 4px;
  text-align: center;
  outline: 0;
  position: relative;
  overflow: hidden;
  transition: all 300ms ease-out;
}

.enovathemes-navigation.default-page-template a,
.enovathemes-navigation.default-page-template .current,
.woocommerce-pagination.default-page-template a,
.woocommerce-pagination.default-page-template .current,
.woocommerce-pagination a,
.woocommerce-pagination .current {
  margin: 0 4px 4px 0;
}

.enovathemes-navigation a:hover,
.enovathemes-navigation .current,
.woocommerce-pagination a:hover,
.woocommerce-pagination .current {
  color: #ffffff;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  font-size: 0;
}

.enovathemes-navigation .next:before,
.enovathemes-navigation .prev:before,
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 12px;
}

.ajax-container {
  position: relative;
  margin-top: 48px;
  text-align: center;
}

.et-ajax-error {
  display: none;
}

.et-ajax-loader {
  cursor: pointer;
  background-color: #f5f5f5;
  color: #616161;
  margin-bottom: 0 !important;
}

.et-ajax-loader.disable {
  cursor: default;
}

.et-ajax-loader:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.et-ajax-loader.loading:before {
  display: block;
}

.et-ajax-loader.loading:after,
.ajax-scroll-overlay .ajax-scroll {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  border-radius: 50%;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border: 2px solid #616161;
  animation: ajax-loader 400ms infinite linear;
  z-index: 5;
}
@keyframes ajax-loader {
  100% {
    transform: rotate(360deg);
  }
}
.et-ajax-scroll:before,
.et-ajax-scroll:after,
.et-ajax-scroll {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  animation-fill-mode: both;
  transform-origin: 50% 50%;
  animation: ajax-scroll 1s infinite ease-in-out;
}

.et-ajax-scroll {
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.et-ajax-scroll.loading {
  opacity: 1;
  visibility: visible;
}

.et-ajax-scroll.disable {
  opacity: 0 !important;
  visibility: hidden;
}

.et-ajax-scroll:before {
  left: -40px;
  animation-delay: -0.32s;
}

.et-ajax-scroll:after {
  left: 40px;
}

.et-ajax-scroll:before,
.et-ajax-scroll:after {
  content: "";
  position: absolute;
  top: 0;
}
@keyframes ajax-scroll {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ajax-scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
  z-index: 5;
  text-align: center;
}

.ajax-scroll-overlay .ajax-scroll {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  top: auto;
  left: 0;
  border: none;
  animation: none;
}

.ajax-scroll-overlay .ajax-scroll span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  position: relative;
}

.ajax-scroll-overlay .ajax-scroll span:before {
  display: block;
  width: inherit;
  height: inherit;
  background-color: #f5f5f5;
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
}

.ajax-scroll-overlay .ajax-scroll span,
.ajax-scroll-overlay .ajax-scroll span:before {
  animation-fill-mode: both;
  animation: ajax-scroll-2 0.5s infinite ease-in-out;
}

.ajax-scroll-overlay .ajax-scroll span:first-child:before {
  animation-delay: 100ms;
}

.ajax-scroll-overlay .ajax-scroll span:last-child {
  animation-delay: 200ms;
}

.ajax-scroll-overlay .ajax-scroll span:last-child:before {
  animation-delay: 300ms;
}
@keyframes ajax-scroll-2 {
  0%, 100% {
    background-color: #f5f5f5;
  }
  50% {
    background-color: #e0e0e0;
  }
}
.ajax-scroll-overlay .ajax-scroll span:last-child {
  margin-top: 4px;
}

.ajax-scroll-overlay .ajax-scroll-text {
  padding-bottom: 16px;
}

.ajax-container.hide {
  visibility: hidden;
  opacity: 0;
}

.et-ajax-scroll-status {
  position: absolute;
  top: 0;
  line-height: 16px;
}

.ajax-container.center .et-ajax-scroll-status {
  left: 50%;
  transform: translateX(-50%);
}

/* Single post navigation
---------------*/
.post-single-navigation {
  margin-top: 48px !important;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.post-single-navigation a {
  display: block;
  text-align: center;
  transition: all 300ms;
  font-size: 16px;
  line-height: 16px;
}

.post-single-navigation a[rel=next],
.post-single-navigation a[rel=prev] {
  color: #616161 !important;
}

.post-single-navigation a[rel=next]:hover,
.post-single-navigation a[rel=prev]:hover {
  color: #212121 !important;
}

.post-single-navigation a[rel=prev] {
  float: left;
}

.post-single-navigation a[rel=next] {
  float: right;
}

/* Elements
---------------*/
/* Itemset
---------------*/
.et-item-set[data-gap="2"] {
  margin-left: -1px;
  margin-right: -1px;
}

.et-item-set[data-gap="2"] .et-item {
  padding-left: 1px;
  padding-right: 1px;
  padding-bottom: 2px;
}

.et-item-set[data-gap="4"] {
  margin-left: -2px;
  margin-right: -2px;
}

.et-item-set[data-gap="4"] .et-item {
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 4px;
}

.et-item-set[data-gap="8"] {
  margin-left: -4px;
  margin-right: -4px;
}

.et-item-set[data-gap="8"] .et-item {
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 8px;
}

.et-item-set[data-gap="16"] {
  margin-left: -8px;
  margin-right: -8px;
}

.et-item-set[data-gap="16"] .et-item {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}

.et-item-set[data-gap="24"] {
  margin-left: -12px;
  margin-right: -12px;
}

.et-item-set[data-gap="24"] .et-item {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 24px;
}

.et-item-set[data-gap="32"] {
  margin-left: -16px;
  margin-right: -16px;
}

.et-item-set[data-gap="32"] .et-item {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 32px;
}

.et-item-set[data-gap="40"] {
  margin-left: -20px;
  margin-right: -20px;
}

.et-item-set[data-gap="40"] .et-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="2"] {
  margin-left: -1px;
  margin-right: -1px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="2"] .et-item {
  margin-left: 1px;
  margin-right: 1px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="4"] {
  margin-left: -2px;
  margin-right: -2px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="4"] .et-item {
  margin-left: 2px;
  margin-right: 2px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="8"] {
  margin-left: -4px;
  margin-right: -4px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="8"] .et-item {
  margin-left: 4px;
  margin-right: 4px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="16"] {
  margin-left: -8px;
  margin-right: -8px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="16"] .et-item {
  margin-left: 8px;
  margin-right: 8px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="24"] {
  margin-left: -12px;
  margin-right: -12px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="24"] .et-item {
  margin-left: 12px;
  margin-right: 12px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="32"] {
  margin-left: -16px;
  margin-right: -16px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="32"] .et-item {
  margin-left: 16px;
  margin-right: 16px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="40"] {
  margin-left: -20px;
  margin-right: -20px;
}

.owl-carousel.et-client-container.et-item-set[data-gap="40"] .et-item {
  margin-left: 20px;
  margin-right: 20px;
}

.et-item-set[data-gap="2"] .owl-prev {
  left: -49px;
}

.et-item-set[data-gap="4"] .owl-prev {
  left: -50px;
}

.et-item-set[data-gap="8"] .owl-prev {
  left: -52px;
}

.et-item-set[data-gap="16"] .owl-prev {
  left: -56px;
}

.et-item-set[data-gap="24"] .owl-prev {
  left: -60px;
}

.et-item-set[data-gap="32"] .owl-prev {
  left: -64px;
}

.et-item-set[data-gap="40"] .owl-prev {
  left: -68px;
}

.et-item-set[data-gap="2"] .owl-next {
  right: -49px;
}

.et-item-set[data-gap="4"] .owl-next {
  right: -50px;
}

.et-item-set[data-gap="8"] .owl-next {
  right: -52px;
}

.et-item-set[data-gap="16"] .owl-next {
  right: -56px;
}

.et-item-set[data-gap="24"] .owl-next {
  right: -60px;
}

.et-item-set[data-gap="32"] .owl-next {
  right: -64px;
}

.et-item-set[data-gap="40"] .owl-next {
  right: -68px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="2"] .owl-prev {
  left: 1px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="4"] .owl-prev {
  left: 2px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="8"] .owl-prev {
  left: 4px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="16"] .owl-prev {
  left: 8px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="24"] .owl-prev {
  left: 12px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="32"] .owl-prev {
  left: 16px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="40"] .owl-prev {
  left: 20px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="2"] .owl-next {
  right: 1px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="4"] .owl-next {
  right: 2px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="8"] .owl-next {
  right: 4px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="16"] .owl-next {
  right: 8px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="24"] .owl-next {
  right: 12px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="32"] .owl-next {
  right: 16px;
}

.layout-boxed:not(.sidebar-navigation) .et-item-set[data-gap="40"] .owl-next {
  right: 20px;
}

/* Parallax transform
---------------*/
.etp-parallax[data-parallax=true] {
  z-index: 78;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transform-origin: center;
  float: none;
  position: absolute !important;
  top: 0;
  left: 0;
}

.compose-mode .etp-parallax[data-parallax=true] > * {
  transform: none !important;
}

.etp-parallax[data-parallax=true].alignright {
  left: auto;
  right: 0;
}

/* Typography
---------------*/
/* et-heading
---------------*/
.et-heading,
.et-typeit,
.et-highlight-heading {
  margin-bottom: 0;
  position: relative;
}

.et-heading.text-align-left,
.et-typeit.text-align-left,
.et-highlight-heading.text-align-left {
  text-align: left;
}

.et-heading.text-align-right,
.et-typeit.text-align-right,
.et-highlight-heading.text-align-right {
  text-align: right;
}

.et-heading.text-align-center,
.et-typeit.text-align-center,
.et-highlight-heading.text-align-center {
  text-align: center;
}

.et-heading .text-wrapper,
.et-heading .text,
.et-heading .word,
.et-heading .letter,
.et-typeit .text-wrapper,
.et-highlight-heading .text-wrapper {
  display: inline-block;
  vertical-align: top;
}

.et-heading .text-wrapper,
.et-typeit .text-wrapper,
.et-highlight-heading .text-wrapper {
  position: relative;
}

.et-highlight-heading .text-wrapper {
  padding-left: 16px;
}

.et-highlight-heading .text-wrapper:before {
  content: "";
  display: block;
  width: 4px;
  height: 80%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.et-heading.curtain .text-wrapper {
  overflow: hidden;
}

.letter-direct.et-heading .text-wrapper,
.letter-angle.et-heading .text-wrapper,
.words-direct.et-heading .text-wrapper,
.words-angle.et-heading .text-wrapper {
  opacity: 0;
}

.letter-direct.et-heading.active .text-wrapper,
.letter-angle.et-heading.active .text-wrapper,
.words-direct.et-heading.active .text-wrapper,
.words-angle.et-heading.active .text-wrapper {
  opacity: 1;
}

.et-heading .text.highlight {
  background: none !important;
}

.et-heading .word {
  word-wrap: break-word;
  background: none !important;
}

.et-heading .word.small {
  font-size: 50%;
  line-height: 100%;
  vertical-align: middle;
}

.et-heading .in-block {
  display: inline-block;
  line-height: 1.15em !important;
  vertical-align: baseline !important;
  position: relative;
  top: -2px;
}

.et-heading .letter,
.et-heading.words-direct .word,
.et-heading.words-angle .word {
  opacity: 0;
}

.et-heading.letter-angle .letter,
.et-heading.words-angle .word {
  transform-origin: 0 100%;
}

.et-heading .underline,
.et-heading .box {
  position: relative;
}

.et-heading .small {
  line-height: 0.75em;
  font-size: 35%;
  vertical-align: middle;
}

.et-heading .box.small {
  padding: 0 0.4em 0.2em 0.4em;
  border-radius: 4px;
}

.et-heading .underline .after,
.et-heading .box .after {
  border-radius: inherit;
  content: "";
  display: block;
  width: 102%;
  height: 25%;
  min-height: 2px;
  position: absolute;
  bottom: 0;
  left: -1%;
  z-index: -1;
  backface-visibility: hidden;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transition: transform 600ms 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-heading .underline .after {
  width: 101%;
  left: 0%;
}

.text.highlight .after {
  width: 100% !important;
  left: 0 !important;
}

.et-heading.letter-angle .underline .after,
.et-heading.letter-direct .underline .after,
.et-heading.letter-angle .box .after,
.et-heading.letter-direct .box .after {
  transition-delay: 600ms !important;
}

.et-heading .box .after {
  height: 100%;
  transition: transform 900ms 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-heading .underline.animate .after,
.active.et-heading.letter-angle .underline .after,
.active.et-heading.letter-direct .underline .after,
.et-heading .box.animate .after,
.active.et-heading.letter-angle .box .after,
.active.et-heading.letter-direct .box .after,
.active.et-heading .text.highlight .after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.et-heading .word:empty {
  display: none;
}

/* .direct
---------------*/
.et-heading.words-direct .word.animate {
  animation: animateDirect 600ms cubic-bezier(0.19, 1, 0.22, 1) normal forwards;
}

.et-heading.letter-direct .letter.animate {
  animation: animateDirect 300ms cubic-bezier(0.19, 1, 0.22, 1) normal forwards;
}
@keyframes animateDirect {
  0% {
    transform: translateY(32px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* .angle
---------------*/
.et-heading.words-angle .word.animate {
  backface-visibility: hidden;
  animation: animateAngle 750ms cubic-bezier(0.19, 1, 0.22, 1) normal forwards;
}

.et-heading.letter-angle .letter.animate {
  backface-visibility: hidden;
  animation: animateAngle2 375ms cubic-bezier(0.19, 1, 0.22, 1) normal forwards;
}
@keyframes animateAngle {
  0% {
    transform: translateY(32px) rotate(16deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes animateAngle2 {
  0% {
    transform: translateY(32px) rotate(32deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
/* et-font-size
---------------*/
.et-font-size {
  display: inherit;
}

.et-font-size[data-fontsize="10px"] {
  font-size: 10px !important;
}

.et-font-size[data-fontsize="12px"] {
  font-size: 12px !important;
}

.et-font-size[data-fontsize="14px"] {
  font-size: 14px !important;
}

.et-font-size[data-fontsize="16px"] {
  font-size: 16px !important;
}

.et-font-size[data-fontsize="18px"] {
  font-size: 18px !important;
}

.et-font-size[data-fontsize="20px"] {
  font-size: 20px !important;
}

.et-font-size[data-fontsize="24px"] {
  font-size: 24px !important;
}

.et-font-size[data-fontsize="28px"] {
  font-size: 28px !important;
}

.et-font-size[data-fontsize="32px"] {
  font-size: 32px !important;
}

.et-font-size[data-fontsize="36px"] {
  font-size: 36px !important;
}

.et-font-size[data-fontsize="40px"] {
  font-size: 40px !important;
}

.et-font-size[data-lineheight="10px"] {
  line-height: 10px !important;
}

.et-font-size[data-lineheight="12px"] {
  line-height: 12px !important;
}

.et-font-size[data-lineheight="14px"] {
  line-height: 14px !important;
}

.et-font-size[data-lineheight="16px"] {
  line-height: 16px !important;
}

.et-font-size[data-lineheight="18px"] {
  line-height: 18px !important;
}

.et-font-size[data-lineheight="20px"] {
  line-height: 20px !important;
}

.et-font-size[data-lineheight="24px"] {
  line-height: 24px !important;
}

.et-font-size[data-lineheight="28px"] {
  line-height: 28px !important;
}

.et-font-size[data-lineheight="32px"] {
  line-height: 32px !important;
}

.et-font-size[data-lineheight="36px"] {
  line-height: 36px !important;
}

.et-font-size[data-lineheight="40px"] {
  line-height: 40px !important;
}

.et-font-size[data-lineheight="48px"] {
  line-height: 48px !important;
}

.et-font-size[data-lineheight="56px"] {
  line-height: 56px !important;
}

.et-font-size[data-lineheight="64px"] {
  line-height: 64px !important;
}

.et-font-size[data-lineheight="72px"] {
  line-height: 72px !important;
}

/* et_dropcap
---------------*/
.et-dropcap,
.et-dropcap.empty {
  display: block;
  float: left;
  font-size: 4em;
  line-height: 100%;
  margin: 2px 8px 0 0;
}

.et-dropcap.full {
  color: #fff;
  text-align: center;
  padding: 16px 16px 16px 16px;
  margin: 10px 16px 0 0;
  min-width: 56px;
}

/* et_highlight
---------------*/
.et-highlight {
  padding: 0px;
  color: #fff;
  position: relative;
  z-index: 3;
  display: initial;
  font-weight: 600;
}

.et-highlight.back-active {
  padding: 2px 8px;
}

.et-highlight.border-active:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
}

.et-highlight > :last-child {
  margin-bottom: 0 !important;
}

.et-highlight.tipso_style {
  cursor: help;
}

/* et-blockquote
---------------*/
blockquote, q, .wp-block-quote.is-large {
  quotes: none;
  display: block;
  position: relative;
  padding: 24px;
  margin: 0 0 32px 0;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #212121;
  font-weight: 600;
  border-radius: 4px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote p {
  font-size: 32px !important;
  line-height: 48px !important;
  margin-bottom: 0 !important;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 24px !important;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote p {
  font-size: 32px !important;
  line-height: 48px !important;
  margin-bottom: 0 !important;
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-left: 0 !important;
}

.has-text-color.has-very-dark-gray-color {
  color: #000000 !important;
}

.has-very-dark-gray-color {
  background-color: inherit !important;
  border-left-color: initial !important;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100% !important;
}

.wp-block-pullquote {
  padding: 0 !important;
  border-radius: 4px;
}

.alignfull blockquote, q {
  padding-left: 32px;
  padding-right: 32px;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  margin-top: 16px !important;
  display: block;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  text-align: left;
}

blockquote p br, cite br {
  display: none;
}

blockquote p:only-child {
  margin: 0;
  display: inline;
  position: relative;
}

blockquote p:before, q:before,
blockquote p:after, q:after {
  content: '"';
}

.et-blockquote blockquote {
  margin-bottom: 16px;
}

.et-blockquote {
  display: block;
  width: 100%;
}

.et-blockquote .author {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700 !important;
}

.et-blockquote .title {
  margin-top: -8px;
  font-weight: 600;
}

.et-blockquote .author-info-wrapper {
  text-align: left;
}

.et-blockquote .author-info-wrapper > * {
  display: block;
  margin-bottom: 0;
}

.et-blockquote blockquote,
.et-blockquote .author-info-wrapper > * {
  opacity: 0;
  transform: translateY(32px);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), opacity 300ms ease-out;
}

.et-blockquote .author-info-wrapper > *:first-child {
  transition-delay: 100ms;
}

.et-blockquote .author-info-wrapper > *:nth-child(2) {
  transition-delay: 200ms;
}

.active.et-blockquote blockquote,
.active.et-blockquote .author-info-wrapper > * {
  opacity: 1;
  transform: translateY(0);
}

/* UI
---------------*/
/* et-button
---------------*/
.et-button {
  backface-visibility: unset;
}

.et-button .et-ink {
  z-index: 3;
}

.et-button .text {
  position: relative;
  z-index: 4;
  display: inline-block;
  vertical-align: middle;
}

/*has icon
----------------*/
.et-button .icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 4;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  top: 0.5px;
}

.et-button.small .icon {
  font-size: 16px !important;
  line-height: 16px !important;
}

.et-button.medium .icon {
  font-size: 20px !important;
  line-height: 20px !important;
}

.et-button.large .icon {
  font-size: 24px !important;
  line-height: 24px !important;
}

.et-button.icon-position-left .icon {
  margin-right: 4px;
}

.et-button.icon-position-right .icon {
  margin-left: 4px;
}

.et-button.icon-position-left.medium .icon {
  margin-right: 8px;
}

.et-button.icon-position-right.medium .icon {
  margin-left: 8px;
}

.et-button.icon-position-left.large .icon {
  margin-right: 12px;
}

.et-button.icon-position-right.large .icon {
  margin-left: 12px;
}

.et-button.small.has-icon,
.border-radius-large.et-button.small.has-icon {
  padding: 8px 16px 9px 16px !important;
}

.et-button.medium.has-icon {
  padding: 12px 24px 13px 24px !important;
}

.et-button.large.has-icon {
  padding: 16px 32px 17px 32px !important;
}

.et-button .hover,
.et-button .regular {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  border-radius: inherit;
  transition: all 200ms linear !important;
}

.et-button .regular {
  opacity: 1;
  z-index: 2;
}

.et-button:hover .hover,
.et-header-button:hover .hover {
  opacity: 1;
}

.et-button.hover-fill .hover {
  opacity: 1;
  visibility: visible;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  width: calc(100% + 1px) !important;
  height: calc(100% + 1px) !important;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform-origin: bottom right;
  -ms-transform-origin: bottom right;
}

.et-button.hover-fill .regular {
  opacity: 1;
}

.et-button.hover-fill:hover .hover {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform-origin: bottom left;
}

.et-button.hover-glint > .glint {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-10%, -150%, 0);
  z-index: 5;
}

.et-button.hover-glint:hover > .glint {
  transform: rotate3d(0, 0, 1, 45deg) translate3d(-10%, 350%, 0);
}

.et-button.hover-scale > .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: translate3d(-50%, -50%, 0) scale(0);
  will-change: auto;
  border-radius: 500% !important;
}

.et-button.hover-scale:hover > .hover {
  transform: translate3d(-50%, -50%, 0) scale(1);
}

/* et-separator
---------------*/
.et-separator,
.et-gap,
.et-gap-inline {
  line-height: 0;
}

.et-gap {
  display: block;
}

.et-gap-inline {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

.et-separator .line {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: 1px;
  border-bottom-width: 1px;
}

.et-icon-separator .line,
.et-icon-separator .icon {
  display: inline-block;
  vertical-align: middle;
}

.et-icon-separator .line {
  height: 1px;
  width: 120px;
}

.et-icon-separator .icon.small {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.et-icon-separator .icon.medium {
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.et-icon-separator .icon.large {
  font-size: 56px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
}

.et-icon-separator.left .icon {
  margin-right: 24px;
}

.et-icon-separator.left .left {
  display: none;
}

.et-icon-separator.right .icon {
  margin-left: 24px;
}

.et-icon-separator.right .right {
  display: none;
}

.et-icon-separator.center .icon {
  margin-left: 24px;
  margin-right: 24px;
}

/* Animate
---------------*/
.et-separator.animate-true.horizontal .line {
  width: 0;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-separator.animate-true.horizontal.active .line {
  width: 100%;
}

.et-separatorp.animate-true.vertical .line {
  height: 0;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-separator.animate-true.vertical.active .line {
  height: 100%;
}

/* et-alert
---------------*/
.woocommerce-error {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
}

.alert,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error li,
.cart-empty,
.woocommerce-notice {
  padding: 12px 72px 12px 12px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error li,
.cart-empty,
.woocommerce-notice {
  padding: 12px;
  margin-bottom: 32px;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error li a,
.cart-empty a,
.woocommerce-notice a,
.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error li strong,
.cart-empty strong,
.woocommerce-notice strong {
  color: inherit !important;
}

.woocommerce-message a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-error li a:not(.button),
.cart-empty a:not(.button),
.woocommerce-notice a:not(.button) {
  font-weight: 700;
}

div.wpcf7-response-output {
  border: none !important;
}

.alert.note,
div.wpcf7-response-output {
  color: #9e9e9e;
  box-shadow: inset 0 0 0 1px #9e9e9e;
}

.alert.success,
.woocommerce-message,
.woocommerce-notice,
div.wpcf7-mail-sent-ok {
  color: #4CAF50;
  box-shadow: inset 0 0 0 1px #4CAF50;
}

.woocommerce-message .button {
  margin-right: 16px;
  margin-bottom: 0;
}

.alert.warning,
div.wpcf7-spam-blocked {
  color: #FF9800;
  box-shadow: inset 0 0 0 1px #FF9800;
}

.alert.error,
.woocommerce-error li,
.cart-empty,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #f95759;
  box-shadow: inset 0 0 0 1px #f95759;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  border: 1px solid #f95759;
}

span.wpcf7-not-valid-tip {
  color: #f95759;
}

.alert.information,
.woocommerce-info {
  color: #0073aa;
  box-shadow: inset 0 0 0 1px #0073aa;
}

.alert .close-alert {
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
}

/* et-icon
---------------*/
.et-icon {
  margin: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.et-icon + .et-icon,
.vc_et_icon + .vc_et_icon {
  margin-left: 4px;
}

.et-icon.extra-small {
  font-size: 16px;
  line-height: 16px;
  min-width: 16px;
  min-height: 16px;
}

.et-icon.small {
  font-size: 24px;
  line-height: 24px;
  min-width: 24px;
  min-height: 24px;
}

.et-icon.medium {
  font-size: 40px;
  line-height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.et-icon.large {
  font-size: 64px;
  line-height: 64px;
  min-width: 64px;
  min-height: 64px;
}

.et-icon.large-x {
  font-size: 88px;
  line-height: 88px;
  min-width: 88px;
  min-height: 88px;
}

.et-icon.large-xx {
  font-size: 128px;
  line-height: 128px;
  min-width: 128px;
  min-height: 128px;
}

.full.et-icon.extra-small {
  font-size: 16px;
  width: 32px;
  height: 32px;
}

.full.et-icon.extra-small > * {
  line-height: 32px;
}

.full.et-icon.small {
  font-size: 24px;
  width: 40px;
  height: 40px;
}

.full.et-icon.small > * {
  line-height: 40px;
}

.full.et-icon.medium {
  font-size: 28px;
  width: 48px;
  height: 48px;
}

.full.et-icon.medium > * {
  line-height: 48px;
}

.full.et-icon.large {
  font-size: 32px;
  width: 72px;
  height: 72px;
}

.full.et-icon.large > * {
  line-height: 72px;
}

.full.et-icon.large-x {
  font-size: 40px;
  width: 96px;
  height: 96px;
}

.full.et-icon.large-x > * {
  line-height: 96px;
}

.full.et-icon.large-xx {
  font-size: 64px;
  width: 128px;
  height: 128px;
}

.full.et-icon.large-xx > * {
  line-height: 128px;
}

.full.et-icon .el-icon {
  vertical-align: top;
  margin: 0 !important;
}

.et-icon img {
  max-height: 90%;
  max-width: 100%;
}

/* et-icon-list
---------------*/
.et-icon-list {
  list-style: none;
}

.et-icon-list li {
  padding: 0 !important;
  display: table;
  position: relative;
  width: 100%;
}

.et-icon-list .icon-wrap {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.et-icon-list .icon-wrap + div {
  display: table-cell;
  vertical-align: middle;
}

.et-icon-list.large .icon-wrap {
  vertical-align: top;
  top: 4px;
  position: relative;
}

.et-icon-list.shadow .icon {
  box-shadow: 0px 0 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-list.large .icon-wrap + div {
  vertical-align: top;
}

.et-icon-list .icon > * {
  line-height: inherit;
  font-size: inherit;
}

.et-icon-list.small li {
  margin-bottom: 8px;
}

.et-icon-list.medium li {
  margin-bottom: 24px;
}

.et-icon-list.large li {
  margin-bottom: 40px;
}

.full.et-icon-list.medium li {
  margin-bottom: 28px;
}

.full.et-icon-list.large li {
  margin-bottom: 44px;
}

.et-icon-list li:last-child {
  margin-bottom: 0px !important;
}

.et-icon-list.small > li > div:last-child {
  padding-left: 8px !important;
}

.et-icon-list.medium > li > div:last-child {
  padding-left: 16px !important;
}

.et-icon-list.large > li > div:last-child {
  padding-left: 24px !important;
}

.small.et-icon-list .icon-wrap,
.small.et-icon-list .icon {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
  height: 16px;
}

.medium.et-icon-list .icon-wrap,
.medium.et-icon-list .icon {
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  height: 24px;
}

.large.et-icon-list .icon-wrap,
.large.et-icon-list .icon {
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
}

.full.small.et-icon-list .icon-wrap,
.full.small.et-icon-list .icon {
  font-size: 12px;
  line-height: 24px !important;
  width: 24px;
  height: 24px;
}

.full.medium.et-icon-list .icon-wrap,
.full.medium.et-icon-list .icon {
  font-size: 24px;
  line-height: 48px !important;
  width: 48px;
  height: 48px;
}

.full.large.et-icon-list .icon-wrap,
.full.large.et-icon-list .icon {
  font-size: 32px;
  line-height: 64px !important;
  width: 64px;
  height: 64px;
}

.full.et-icon-list .icon {
  position: relative;
}

/* et-more-box
---------------*/
.et-more-box {
  position: absolute;
  bottom: 0;
  display: block;
}

.et-more-box .nicescroll-rails {
  display: none !important;
}

.et-more-box.left,
.et-more-box.left .et-more-box-icon,
.et-more-box.left .et-more-box-content {
  left: 0;
  right: auto;
}

.et-more-box.right,
.et-more-box.right .et-more-box-icon,
.et-more-box.right .et-more-box-content {
  left: auto;
  right: 0;
}

.et-more-box .et-more-box-icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  z-index: 27;
}

.et-more-box .et-more-box-icon:before,
.et-more-box .et-more-box-icon:after {
  width: 20px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -2px;
}

.et-more-box .et-more-box-icon:after {
  width: 4px;
  height: 20px;
  margin-left: -2px;
  margin-top: -10px;
}

.et-more-box.active .et-more-box-icon:after {
  display: none;
}

.et-more-box .et-more-box-content {
  display: block;
  bottom: 0;
  position: absolute;
  z-index: 26;
  transform: scale(0);
  -ms-transform: scale(0);
  transform-origin: bottom right;
  will-change: transform;
}

.et-more-box.active {
  z-index: 25;
}

.et-more-box.active .et-more-box-content {
  transform: scale(1);
  -ms-transform: scale(1);
  transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1) !important;
}

/* et-accordion
---------------*/
.et-accordion .toggle-title {
  text-align: left;
  cursor: pointer;
  width: 100%;
  margin-bottom: 4px;
  border-radius: 4px;
  position: relative;
  padding: 11px 64px 11px 24px;
  transition: all 300ms ease-out;
  background-color: #f5f5f5;
}

.et-accordion .toggle-title.icon-true {
  padding: 11px 64px 11px 52px;
}

.et-accordion .toggle-title.active {
  margin-bottom: 0;
  color: #ffffff;
}

.et-accordion .toggle-title .toggle-title-tag,
.et-accordion .toggle-title .toggle-ind,
.et-accordion .toggle-title .toggle-icon {
  transition: all 300ms ease-out;
  color: #000000;
}

.et-accordion .toggle-title.active .toggle-title-tag,
.et-accordion .toggle-title.active .toggle-ind,
.et-accordion .toggle-title.active .toggle-icon {
  color: #ffffff !important;
}

.et-accordion .toggle-title .toggle-title-tag {
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.et-accordion .toggle-ind,
.et-accordion .toggle-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -12px;
  cursor: pointer;
}

.et-accordion .toggle-ind {
  left: auto;
  right: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  margin-top: -12px;
  transform: rotate(90deg);
}

.et-accordion .toggle-ind:before {
  display: block;
  position: absolute;
  font-size: 13px;
  line-height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}

.et-accordion .toggle-content {
  padding: 12px;
  position: relative;
}

.et-accordion .toggle-content > :last-child {
  margin-bottom: 0;
}

/* et-tab
---------------*/
.et-tab .tabset {
  position: relative;
  z-index: 20;
  display: inline-block;
}

.tabset .tab {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 8px 24px 8px 24px;
  cursor: pointer;
  position: relative;
  margin-bottom: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.tabset .tab * {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: #000000;
  text-align: center;
}

.tabset .tab.active * {
  color: #ffffff;
}

.tabset .tab .icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}

.tabset .tab .tab-title-tag {
  font-size: 14px;
  text-transform: uppercase;
}

.tabs-container {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding: 24px 0 0 0;
  margin: 0 auto;
}

.tabs-container .tab-content {
  opacity: 0;
  transition: opacity 200ms 300ms ease-out;
}

.tabs-container .tab-content.active {
  opacity: 1;
}

.tabs-container .tab-content > :last-child {
  margin-bottom: 0;
}

.tabs-container .tab-content:not(:first-child) {
  display: none;
}

.et-tab .tabs-container .arrows-pos-top-right.owl-carousel,
.et-tab .tabs-container .arrows-pos-top-left.owl-carousel {
  margin-top: -48px;
}

.et-tab .tabs-container .arrows-pos-top-right.owl-carousel .owl-nav,
.et-tab .tabs-container .arrows-pos-top-left.owl-carousel .owl-nav {
  top: -24px !important;
}

.et-tab .tabs-container .arrows-pos-top-right.owl-carousel .owl-nav > *,
.et-tab .tabs-container .arrows-pos-top-left.owl-carousel .owl-nav > * {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

/* Selfhosted
---------------*/
/* et-icon-box
---------------*/
.et-icon-box-container {
  position: relative;
  display: grid;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
  justify-items: stretch;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1px 0.5px 1px 1px;
}

.no-border.et-icon-box-container {
  grid-row-gap: 0;
  grid-column-gap: 0;
  padding: 0 !important;
}

.et-icon-box-container[data-gap="2"] {
  grid-row-gap: 2px;
  grid-column-gap: 2px;
}

.et-icon-box-container[data-gap="4"] {
  grid-row-gap: 4px;
  grid-column-gap: 4px;
}

.et-icon-box-container[data-gap="6"] {
  grid-row-gap: 6px;
  grid-column-gap: 6px;
}

.et-icon-box-container[data-gap="8"] {
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}

.et-icon-box-container[data-gap="10"] {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.et-icon-box-container[data-gap="12"] {
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}

.et-icon-box-container[data-gap="14"] {
  grid-row-gap: 14px;
  grid-column-gap: 14px;
}

.et-icon-box-container[data-gap="16"] {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.et-icon-box-container[data-gap="18"] {
  grid-row-gap: 18px;
  grid-column-gap: 18px;
}

.et-icon-box-container[data-gap="20"] {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.et-icon-box-container[data-gap="22"] {
  grid-row-gap: 22px;
  grid-column-gap: 22px;
}

.et-icon-box-container[data-gap="24"] {
  grid-row-gap: 24px;
  grid-column-gap: 24px;
}

.et-icon-box-container[data-gap="26"] {
  grid-row-gap: 26px;
  grid-column-gap: 26px;
}

.et-icon-box-container[data-gap="28"] {
  grid-row-gap: 28px;
  grid-column-gap: 28px;
}

.et-icon-box-container[data-gap="30"] {
  grid-row-gap: 30px;
  grid-column-gap: 30px;
}

.et-icon-box-container[data-gap="32"] {
  grid-row-gap: 32px;
  grid-column-gap: 32px;
}

.et-icon-box-container[data-gap="34"] {
  grid-row-gap: 34px;
  grid-column-gap: 34px;
}

.et-icon-box-container[data-gap="36"] {
  grid-row-gap: 36px;
  grid-column-gap: 36px;
}

.et-icon-box-container[data-gap="38"] {
  grid-row-gap: 38px;
  grid-column-gap: 38px;
}

.et-icon-box-container[data-gap="40"] {
  grid-row-gap: 40px;
  grid-column-gap: 40px;
}

.et-icon-box-container[data-gap="42"] {
  grid-row-gap: 42px;
  grid-column-gap: 42px;
}

.et-icon-box-container[data-gap="44"] {
  grid-row-gap: 44px;
  grid-column-gap: 44px;
}

.et-icon-box-container[data-gap="46"] {
  grid-row-gap: 46px;
  grid-column-gap: 46px;
}

.et-icon-box-container[data-gap="48"] {
  grid-row-gap: 48px;
  grid-column-gap: 48px;
}

.et-icon-box-container[data-gap="50"] {
  grid-row-gap: 50px;
  grid-column-gap: 50px;
}

.et-icon-box-container[data-gap="52"] {
  grid-row-gap: 52px;
  grid-column-gap: 52px;
}

.et-icon-box-container[data-gap="54"] {
  grid-row-gap: 54px;
  grid-column-gap: 54px;
}

.et-icon-box-container[data-gap="56"] {
  grid-row-gap: 56px;
  grid-column-gap: 56px;
}

.et-icon-box-container[data-gap="58"] {
  grid-row-gap: 58px;
  grid-column-gap: 58px;
}

.et-icon-box-container[data-gap="60"] {
  grid-row-gap: 60px;
  grid-column-gap: 60px;
}

.et-icon-box-container[data-gap="62"] {
  grid-row-gap: 62px;
  grid-column-gap: 62px;
}

.et-icon-box-container[data-gap="64"] {
  grid-row-gap: 64px;
  grid-column-gap: 64px;
}

.et-icon-box-container[data-gap="66"] {
  grid-row-gap: 66px;
  grid-column-gap: 66px;
}

.et-icon-box-container[data-gap="68"] {
  grid-row-gap: 68px;
  grid-column-gap: 68px;
}

.et-icon-box-container[data-gap="70"] {
  grid-row-gap: 70px;
  grid-column-gap: 70px;
}

.et-icon-box-container[data-gap="72"] {
  grid-row-gap: 72px;
  grid-column-gap: 72px;
}

.et-icon-box-container[data-gap="74"] {
  grid-row-gap: 74px;
  grid-column-gap: 74px;
}

.et-icon-box-container[data-gap="76"] {
  grid-row-gap: 76px;
  grid-column-gap: 76px;
}

.et-icon-box-container[data-gap="78"] {
  grid-row-gap: 78px;
  grid-column-gap: 78px;
}

.et-icon-box-container[data-gap="80"] {
  grid-row-gap: 80px;
  grid-column-gap: 80px;
}

.et-icon-box-container.top .et-icon-box {
  align-items: flex-start;
}

.et-icon-box-container.middle .et-icon-box {
  align-items: center;
}

.et-icon-box-container.bottom .et-icon-box {
  align-items: flex-end;
}

.et-icon-box-container.shadow {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.et-icon-box-container.shadow.no-border {
  padding: 0;
}

.et-icon-box-container.column-2 {
  grid-template-columns: repeat(2, 2fr);
}

.et-icon-box-container.column-3 {
  grid-template-columns: repeat(3, 3fr);
}

.et-icon-box-container.column-4 {
  grid-template-columns: repeat(4, 4fr);
  padding-right: 1px;
}

.browser-internet .et-icon-box-container.column-2 .et-icon-box {
  width: 50%;
}

.browser-internet .et-icon-box-container.column-3 .et-icon-box {
  width: 33.3333333333%;
}

.browser-internet .et-icon-box-container.column-4 .et-icon-box {
  width: 25%;
}

.compose-mode .et-icon-box-container .vc_element .et-icon-box {
  height: 100%;
  width: 100%;
}

.et-icon-box-container.column-2 .et-icon-box-inner {
  max-width: 600px;
}

.et-icon-box-container.column-3 .et-icon-box-inner {
  max-width: 400px;
}

.et-icon-box-container.column-4 .et-icon-box-inner {
  max-width: 300px;
}

.et-icon-box {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  transition: color 150ms ease-out, background-color 150ms ease-out, box-shadow 150ms ease-out;
}

.icon-position-left.et-icon-box,
.icon-position-right.et-icon-box {
  justify-content: flex-start;
}

.et-icon-box.link {
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 300ms ease-out, background-color 300ms ease-out, color 300ms ease-out !important;
}

.et-icon-box {
  position: relative;
  padding: 48px 32px;
}

.et-icon-box-inner {
  position: relative;
  z-index: 2;
}

.et-icon-box a {
  display: block;
}

.et-icon-box.icon-alignment-left {
  text-align: left;
}

.et-icon-box.icon-alignment-center {
  text-align: center;
}

.et-icon-box.icon-alignment-right {
  text-align: right;
}

.et-icon-box.icon-position-left {
  text-align: left;
}

.et-icon-box.icon-position-right {
  text-align: right;
}

.et-icon-box.icon-position-top .et-icon,
.et-icon-box.icon-position-left .et-icon,
.et-icon-box.icon-position-right .et-icon {
  margin-bottom: 16px;
}

.et-icon-box-title br + br {
  display: none !important;
}

.et-icon-box-title {
  margin-bottom: 16px;
}

h4.et-icon-box-title {
  margin-bottom: 12px;
}

h5.et-icon-box-title {
  margin-bottom: 8px;
}

h6.et-icon-box-title {
  margin-bottom: 0;
}

.et-icon-box .et-icon,
.et-icon-box .et-icon-box-title,
.et-icon-box .et-icon-box-content {
  transition: all 200ms ease-out !important;
}

.et-icon-box-content {
  margin-bottom: 0;
}

.et-icon-box .el-icon {
  transition: none;
  font-size: inherit;
  line-height: inherit;
}

.et-icon-box.icon-position-left .et-icon,
.et-icon-box.icon-position-right .et-icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.et-icon-box.icon-position-right .et-icon {
  left: auto !important;
  right: 0 !important;
}

.et-icon-box.icon-position-left .et-icon.small + .et-icon-content {
  padding-left: 48px;
}

.et-icon-box.icon-position-right .et-icon.small + .et-icon-content {
  padding-right: 48px;
}

.et-icon-box.icon-position-left .et-icon.full.small + .et-icon-content {
  padding-left: 64px;
}

.et-icon-box.icon-position-right .et-icon.full.small + .et-icon-content {
  padding-right: 64px;
}

.et-icon-box.icon-position-left .et-icon.medium + .et-icon-content {
  padding-left: 64px;
}

.et-icon-box.icon-position-right .et-icon.medium + .et-icon-content {
  padding-right: 64px;
}

.et-icon-box.icon-position-left .et-icon.full.medium + .et-icon-content {
  padding-left: 72px;
}

.et-icon-box.icon-position-right .et-icon.full.medium + .et-icon-content {
  padding-right: 72px;
}

.et-icon-box.icon-position-left .et-icon.large + .et-icon-content {
  padding-left: 96px;
}

.et-icon-box.icon-position-right .et-icon.large + .et-icon-content {
  padding-right: 96px;
}

.et-icon-box.icon-position-left .et-icon.full.large + .et-icon-content {
  padding-left: 104px;
}

.et-icon-box.icon-position-right .et-icon.full.large + .et-icon-content {
  padding-right: 104px;
}

.et-icon-box.icon-position-left .et-icon.large-x + .et-icon-content {
  padding-left: 128px;
}

.et-icon-box.icon-position-right .et-icon.large-x + .et-icon-content {
  padding-right: 128px;
}

.et-icon-box.icon-position-left .et-icon.full.large-x + .et-icon-content {
  padding-left: 136px;
}

.et-icon-box.icon-position-right .et-icon.full.large-x + .et-icon-content {
  padding-right: 136px;
}

.et-icon-box.icon-position-left .et-icon.large-xx + .et-icon-content {
  padding-left: 164px;
}

.et-icon-box.icon-position-right .et-icon.large-xx + .et-icon-content {
  padding-right: 164px;
}

.et-icon-box.icon-position-left .et-icon.full.large-xx + .et-icon-content {
  padding-left: 172px;
}

.et-icon-box.icon-position-right .et-icon.full.large-xx + .et-icon-content {
  padding-right: 172px;
}

.hover-scale.et-icon-box .et-icon:after {
  content: "";
  transform: translate(-50%, -50%) scale(1.4);
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 0;
}

.hover-scale.et-icon-box .et-icon .el-icon {
  z-index: 5;
  position: relative;
}

.hover-scale.et-icon-box:hover .et-icon:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.hover-glint.et-icon-box .et-icon {
  overflow: hidden;
}

.hover-glint.et-icon-box .et-icon:after {
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 200%;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(300%, -10%, 0);
  z-index: 5;
}

.hover-glint.et-icon-box:hover .et-icon:after {
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(-170%, -10%, 0);
}

.hover-ghost.et-icon-box {
  overflow: hidden;
}

.hover-ghost.et-icon-box .ghost-icon {
  position: absolute;
  bottom: -64px;
  right: -64px;
  width: 256px;
  height: 256px;
  line-height: 256px;
  font-size: 256px;
  opacity: 0.1;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), color 200ms ease-out;
  transform-origin: 0 100%;
}

.hover-ghost.et-icon-box:hover .ghost-icon {
  transform: translate(25%, 25%) rotate(-32deg) scale(2);
}

/* et-makes
---------------*/
.et-make {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 12px 8px 12px 8px;
}

.et-make .et-icon-box-title {
  margin-bottom: 0 !important;
}

.et-make-container.small .et-make .et-icon + .et-icon-content .et-icon-box-title {
  font-size: 15px;
  line-height: 22px;
}

.et-make-container.medium .et-make .et-icon + .et-icon-content .et-icon-box-title {
  font-size: 17px;
  line-height: 24px;
}

.et-make-container.large .et-make .et-icon + .et-icon-content .et-icon-box-title {
  font-size: 21px;
  line-height: 26px;
}

.et-make .et-icon {
  width: auto;
  min-height: 0;
  max-height: 100%;
  margin-bottom: 4px !important;
  overflow: hidden;
}

.et-make .et-icon.no-title {
  margin-bottom: 0 !important;
}

.et-make .et-icon svg {
  height: inherit;
  width: auto;
  position: relative;
}

.et-make .et-icon.rev svg {
  width: inherit;
  height: auto;
  transform: translateY(-12px);
}

.et-make .et-icon svg path {
  transition: all 200ms ease-out !important;
}

.et-make-container.small .et-make .et-icon {
  height: 48px;
}

.et-make-container.medium .et-make .et-icon {
  height: 56px;
}

.et-make-container.large .et-make .et-icon {
  height: 64px;
}

.et-make-container.small .et-make .no-title.et-icon {
  height: 56px;
}

.et-make-container.medium .et-make .no-title.et-icon {
  height: 64px;
}

.et-make-container.large .et-make .no-title.et-icon {
  height: 72px;
}

.et-make-container.small .et-make .et-icon.rev {
  width: 72px;
}

.et-make-container.medium .et-make .et-icon.rev {
  width: 80px;
}

.et-make-container.large .et-make .et-icon.rev {
  width: 88px;
}

.et-make-container.small .et-make .no-title.et-icon.rev {
  width: 80px;
}

.et-make-container.medium .et-make .no-title.et-icon.rev {
  width: 88px;
}

.et-make-container.large .et-make .no-title.et-icon.rev {
  width: 96px;
}

/* et-map
   ---------------*/
.gm-style-iw {
  text-align: center !important;
  max-width: 240px;
}

.map-title {
  margin-bottom: 8px;
  margin-top: 24px;
}

.map-content {
  font-size: 16px !important;
  line-height: 26px !important;
}

.map-image {
  max-width: 240px !important;
  margin-top: 24px;
}

/* et-tagline
   ---------------*/
.et-tagline {
  position: relative;
  display: none;
  width: 100%;
  text-align: center;
  background-attachment: scroll;
  background-position: left top;
  background-repeat: repeat;
}

.et-tagline > .container > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 !important;
}

.et-tagline .tagline-title {
  padding-right: 24px;
}

.et-tagline .tagline-button {
  border-radius: 4px;
}

.et-tagline .tagline-toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.et-tagline .tagline-toggle:hover {
  transform: rotate(90deg);
}

.et-tagline .tagline-toggle:before {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

/* Media
---------------*/
/* et-image
---------------*/
.et-image {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/*curtain*/
.et-image[data-curtain=true],
.et-heading.curtain,
.et-animate-box.curtain {
  overflow: hidden !important;
}

.et-animate-box.curtain,
.et-animate-box.curtain .box-inner-wrapper {
  position: relative;
}

.et-image[data-curtain=true],
.et-animate-box[data-curtain=true] {
  display: block;
}

.et-image[data-curtain=true]:before,
.et-animate-box[data-curtain=true]:before {
  display: none !important;
}

.et-image[data-curtain=true] img,
.et-heading.curtain .text,
.et-animate-box.curtain .content {
  visibility: hidden;
  position: relative;
  transform-origin: center;
}

.et-image[data-curtain=true].active img,
.et-heading.curtain.active .text,
.et-animate-box.curtain.active .content {
  animation: curtainShowMe 7s step-end forwards;
  animation-delay: 1000ms;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.et-image .curtain,
.et-heading.curtain .curtain,
.et-animate-box.curtain .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.et-image.curtain-left .curtain,
.et-heading.curtain-left .curtain,
.et-animate-box.curtain-left .curtain {
  transform: translate(-100%, 0);
}

.et-image.curtain-right .curtain,
.et-heading.curtain-right .curtain,
.et-animate-box.curtain-right .curtain {
  transform: translate(100%, 0);
}

.et-image.curtain-top .curtain,
.et-heading.curtain-top .curtain,
.et-animate-box.curtain-top .curtain {
  transform: translate(0, -100%);
}

.et-image.curtain-bottom .curtain,
.et-heading.curtain-bottom .curtain,
.et-animate-box.curtain-bottom .curtain {
  transform: translate(0, 100%);
}

.et-image.curtain-left.active .curtain,
.et-heading.curtain-left.active .curtain,
.et-animate-box.curtain-left.active .curtain {
  animation: curtainSwipeLeft 1.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.et-image.curtain-right.active .curtain,
.et-heading.curtain-right.active .curtain,
.et-animate-box.curtain-right.active .curtain {
  animation: curtainSwipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.et-image.curtain-top.active .curtain,
.et-heading.curtain-top.active .curtain,
.et-animate-box.curtain-top.active .curtain {
  animation: curtainSwipeTop 1.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.et-image.curtain-bottom.active .curtain,
.et-heading.curtain-bottom.active .curtain,
.et-animate-box.curtain-bottom.active .curtain {
  animation: curtainSwipeBottom 1.5s cubic-bezier(0.6, 0, 0.4, 1);
}

.et-image .curtain:after,
.et-heading.curtain .curtain:after,
.et-animate-box.curtain .curtain:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  content: "";
  display: block;
}

.et-image.curtain-left .curtain:after,
.et-heading.curtain-left .curtain:after,
.et-animate-box.curtain-left .curtain:after {
  left: -100%;
}

.et-image.curtain-right .curtain:after,
.et-heading.curtain-right .curtain:after,
.et-animate-box.curtain-right .curtain:after {
  left: 100%;
}

.et-image.curtain-top .curtain:after,
.et-heading.curtain-top .curtain:after,
.et-animate-box.curtain-top .curtain:after {
  top: -100%;
}

.et-image.curtain-bottom .curtain:after,
.et-heading.curtain-bottom .curtain:after,
.et-animate-box.curtain-bottom .curtain:after {
  top: 100%;
}

.et-image.active .curtain:after,
.et-heading.curtain.active .curtain:after,
.et-animate-box.curtain.active .curtain:after {
  animation: curtaintFadeOut 1.5s ease;
  animation-delay: inherit;
}
@keyframes curtaintFadeOut {
  50%, 60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes curtainSwipeLeft {
  50%, 60% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes curtainSwipeRight {
  50%, 60% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes curtainSwipeTop {
  50%, 60% {
    transform: translate(0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
@keyframes curtainSwipeBottom {
  50%, 60% {
    transform: translate(0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
@keyframes curtainShowMe {
  from {
    visibility: hidden;
  }
  60% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
/* et-gallery
---------------*/
.et-gallery {
  text-align: center;
  position: relative;
}

.et-gallery.owl-carousel .owl-stage-outer {
  position: relative !important;
}

.et-gallery.carousel-thumbs {
  overflow: hidden;
  height: auto !important;
  position: relative !important;
}

.et-gallery .et-gallery-item .et-item-inner,
.et-gallery.grid .image-container {
  overflow: initial;
}

.et-gallery.grid .image-preloader:before {
  display: none;
}

.et-gallery.grid[data-columns="1"] .et-gallery-item,
.et-gallery.grid[data-columns="1"] .grid-sizer {
  width: 100%;
}

.et-gallery.grid[data-columns="2"] .et-gallery-item,
.et-gallery.grid[data-columns="2"] .grid-sizer {
  width: 50%;
}

.et-gallery.grid[data-columns="3"] .et-gallery-item,
.et-gallery.grid[data-columns="3"] .grid-sizer {
  width: 33.3333333333%;
}

.et-gallery.grid[data-columns="4"] .et-gallery-item,
.et-gallery.grid[data-columns="4"] .grid-sizer {
  width: 25%;
}

.et-gallery.grid[data-columns="5"] .et-gallery-item,
.et-gallery.grid[data-columns="5"] .grid-sizer {
  width: 20%;
}

.et-gallery.grid[data-columns="6"] .et-gallery-item,
.et-gallery.grid[data-columns="6"] .grid-sizer {
  width: 16.6666666667%;
}

.et-gallery.grid[data-columns="7"] .et-gallery-item,
.et-gallery.grid[data-columns="7"] .grid-sizer {
  width: 14.2857142857%;
}

.et-gallery.grid[data-columns="8"] .et-gallery-item,
.et-gallery.grid[data-columns="8"] .grid-sizer {
  width: 12.5%;
}

.et-gallery.grid[data-columns="9"] .et-gallery-item,
.et-gallery.grid[data-columns="9"] .grid-sizer {
  width: 11.1111111111%;
}

.et-gallery.grid[data-columns="10"] .et-gallery-item,
.et-gallery.grid[data-columns="10"] .grid-sizer {
  width: 10%;
}

.et-gallery ul {
  list-style: none;
  margin-bottom: 0 !important;
}

.et-gallery .carousel-navs {
  display: inline-block !important;
  max-width: 100%;
  position: relative !important;
}

.et-gallery .carousel-thumbs li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.et-gallery .carousel-thumbs li img {
  margin: 0 auto;
}

.et-gallery .carousel-navs li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  max-width: 150px;
}

.et-gallery[data-gap="2"] .carousel-navs li {
  max-width: 152px;
}

.et-gallery[data-gap="4"] .carousel-navs li {
  max-width: 154px;
}

.et-gallery[data-gap="8"] .carousel-navs li {
  max-width: 158px;
}

.et-gallery[data-gap="16"] .carousel-navs li {
  max-width: 166px;
}

.et-gallery[data-gap="24"] .carousel-navs li {
  max-width: 174px;
}

.et-gallery[data-gap="32"] .carousel-navs li {
  max-width: 182px;
}

.et-gallery[data-gap="40"] .carousel-navs li {
  max-width: 190px;
}

/* Post based shortcodes
---------------*/
.et-woo-products,
.et-shortcode-posts {
  padding: 0 !important;
  position: relative;
}

.loop-posts.owl-carousel .post {
  width: 100% !important;
}

.loop-posts.owl-carousel .owl-prev {
  left: -56px;
}

.loop-posts.owl-carousel .owl-next {
  right: -56px;
}

.layout-boxed:not(.sidebar-navigation) .loop-posts.owl-carousel .owl-prev {
  left: 12px;
}

.layout-boxed:not(.sidebar-navigation) .loop-posts.owl-carousel .owl-next {
  right: 12px;
}

/* woo-single-product
---------------*/
.woo-single-product {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
  padding: 0;
  margin: 0 !important;
}

.woo-single-product .woocommerce-product-gallery__wrapper,
.woo-single-product .flex-viewport {
  max-height: 320px !important;
}

.woo-single-product .product {
  padding-bottom: 0 !important;
}

.woo-single-product .single-product-wrapper {
  padding-top: 0 !important;
}

.woo-single-product .flex-control-nav {
  text-align: center !important;
}

.woo-single-product .woocommerce-product-gallery,
.woo-single-product .product .single-product-wrapper .summary {
  margin-bottom: 0 !important;
}

.woo-single-product .product .single-product-wrapper .summary {
  box-shadow: none;
}

.woo-single-product .product .woocommerce-product-rating,
.woo-single-product .product .woocommerce-product-details__short-description,
.woo-single-product .product .yith-wcwl-add-to-wishlist,
.woo-single-product .product .product_meta {
  display: none;
}

.woo-single-product.arrows-pos-bottom-right.owl-carousel[data-gap="0"] .owl-nav,
.woo-single-product.bullets-pos-bottom-right.owl-carousel[data-gap="0"] .owl-dots {
  bottom: 12px !important;
  right: 12px !important;
  top: auto !important;
}

/* Infographics
---------------*/
/* Other
---------------*/
/* et-gap
---------------*/
.et-gap {
  clear: both;
}

.et-gap-inline {
  display: inline-block;
  vertical-align: middle;
}

.compose-mode .vc_et_gap {
  border: 1px dashed #eeeeee;
  position: relative;
  display: block;
}

.compose-mode .vc_et_gap:before {
  content: "gap";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  display: block;
  width: 100%;
  height: 28px;
  color: #e0e0e0;
  text-align: center;
}

/* Effects
---------------*/
/* Lazy load
---------------*/
.lazy-load {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 300ms ease-out;
}

.lazy-load.lazy {
  opacity: 0;
  visibility: hidden;
}

/* Preloader
/*-------------*/
.image-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}

.image-preloader {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms 0ms ease-out;
  background-color: #ffffff;
}

.owl-carousel .image-preloader,
.slick-slider .image-preloader,
.widget_shopping_cart .cart-product-image .image-preloader,
.shop_table .image-preloader {
  display: none !important;
}

.single-post-page .post-media .image-preloader {
  transition: all 100ms 500ms ease-out;
}

.widget .image-preloader {
  z-index: 50 !important;
}

.shown .image-preloader,
.animate .image-preloader {
  opacity: 0 !important;
  visibility: hidden !important;
}

.shown .image-preloader:before,
.animate .image-preloader:before {
  opacity: 0;
}

.image-preloader:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 30px;
  margin: -15px 0 0 -15px;
  transition: opacity 200ms 300ms ease-out;
  animation: preloader 400ms infinite linear;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #616161;
  border-left: 2px solid #616161;
  color: #616161;
}

.widget .image-preloader:before,
.gallery .image-preloader:before {
  display: none !important;
}

.gallery .image-container {
  overflow: initial;
}

@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Grid animation
---------------*/
.et-item-set .et-item-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.et-item-set:not(.effect-none) .et-item-inner {
  opacity: 0;
}

.no-js .et-item-set .et-item-inner,
.no-cssanimations .et-item-set .et-item-inner {
  opacity: 1;
}

.et-item-set.effect-none .appended .et-item-inner {
  opacity: 0;
}

/* Effect 1: opacity */
.et-item-set.effect-fadeIn .et-item-inner.animate,
.et-item-set.effect-fadeIn .et-item-inner.shown,
.et-item-set.effect-none .appended .et-item-inner {
  animation: etFadeIn 400ms 200ms ease forwards;
}

@keyframes etFadeIn {
  100% {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
.et-item-set.effect-moveUp .et-item-inner.animate,
.et-item-set.effect-moveUp .et-item-inner.shown {
  transform: translateY(20%);
  animation: etmoveUp 400ms ease forwards;
}

@keyframes etmoveUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Overlay/caption
---------------*/
/*.overlay-none
---------------*/
.overlay-none .overlay-hover .post-image-overlay,
.overlay-none .overlay-hover:hover .post-image-overlay {
  display: none;
}

.overlay-none .overlay-hover img,
.overlay-none .overlay-hover:hover img {
  transform: none !important;
  opacity: 1;
  visibility: visible;
}

/*.transform
---------------*/
.transform .overlay-hover,
.transform .post-inner,
.transform .post-image,
.et-video .modal-video-poster {
  overflow: visible !important;
}

.transform .gallery-transform-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 15;
}

.transform .overlay-hover .post-image-overlay {
  display: none;
}

.transform .image-container,
.transform .product > .post-inner > .overlay-hover,
.et-icon-box.hover-transform,
.et-image.link,
.et-gallery.grid .et-gallery-item a img,
.et-video .modal-video-poster {
  transform: translateY(0);
  transition: transform 600ms cubic-bezier(0.19, 1, 0.22, 1), box-shadow 300ms ease-out;
  backface-visibility: hidden;
}

.transform .product > .post-inner > .overlay-hover .image-container {
  transform: none;
  transition: none;
  backface-visibility: unset;
}

.transform .overlay-hover:hover .image-container,
.transform .product > .post-inner > .overlay-hover:hover,
.et-icon-box.hover-transform:hover,
.et-gallery.grid .et-gallery-item a img:hover,
.et-video .modal-video-poster:hover {
  transform: translateY(-16px);
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
}

.transform .product > .post-inner > .overlay-hover:hover .image-container {
  transform: none;
  box-shadow: none;
}

/*.overlay-fade
---------------*/
.overlay-fade .overlay-hover .post-image-overlay {
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.overlay-fade .overlay-hover:hover .post-image-overlay {
  opacity: 1;
}

/*.overlay-fall
---------------*/
.overlay-fall .overlay-hover .post-image-overlay {
  opacity: 0;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(90%, 0);
}

.overlay-fall .overlay-hover:hover .post-image-overlay {
  opacity: 1;
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
  transform: translate(0, 0);
}

.overlay-fall .overlay-hover img {
  transform: translate(0, 0);
}

.overlay-fall .overlay-hover:hover img {
  transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(-10%, 0);
}

/*.overlay-fade-zoom
---------------*/
.overlay-fade-zoom .overlay-hover .post-image-overlay {
  opacity: 0;
  transition: all 200ms ease-out;
}

.overlay-fade-zoom .overlay-hover:hover .post-image-overlay {
  opacity: 1;
}

.overlay-fade-zoom .overlay-hover img {
  transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.overlay-fade-zoom .overlay-hover:hover img {
  transform: scale(1.15, 1.15);
}

/*.overlay-fade-zoom-extreme
---------------*/
.overlay-fade-zoom-extreme .overlay-hover .post-image-overlay {
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.overlay-fade-zoom-extreme .overlay-hover:hover .post-image-overlay {
  opacity: 1;
}

.overlay-fade-zoom-extreme .overlay-hover img {
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.overlay-fade-zoom-extreme .overlay-hover:hover img {
  transform: scale3d(1.7, 1.7, 1);
}

/*.overlay-move
---------------*/
.overlay-move .overlay-hover .post-image-overlay {
  opacity: 1;
  left: -100%;
  top: -100%;
}

/*.caption-up
---------------*/
.caption-up .overlay-hover .post-body,
.caption-up-image .overlay-hover .post-body {
  backface-visibility: hidden;
  transform: translateY(100%);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.caption-up .overlay-hover:hover .post-body,
.caption-up-image .overlay-hover:hover .post-body {
  transform: translateY(0);
}

/*.caption-up-image
---------------*/
.caption-up-image .overlay-hover .image-container {
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

.caption-up-image .overlay-hover:hover .image-container {
  transform: translateY(-30px);
}

/* Material
---------------*/
.material {
  overflow: hidden;
  outline: 0;
  border: none;
}

.et-ink {
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  transform: scale(0);
}

.et-ink.click {
  animation: materialClick 0.35s linear;
}
@keyframes materialClick {
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* Max-width: 320px
---------------*/
@media only screen and (max-width: 320px) {
  .text320-align-center {
    text-align: center !important;
  }
  .text320-align-left {
    text-align: left !important;
  }
  .text320-align-right {
    text-align: right !important;
  }
  .header-search-modal {
    width: 100%;
  }
  .header-search-modal form {
    width: 92%;
    height: 56px;
  }
  .header-search-modal input[type=text] {
    width: 100%;
    height: 56px;
    padding-right: 56px;
    line-height: 56px;
  }
  .header-search-modal input[type=submit] {
    width: 56px;
    height: 56px;
  }
  .header-search-modal input[type=submit] + .search-icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
  }
  .enovathemes-contact-form-submit {
    position: relative !important;
  }
}
/* Max-width: 374px
---------------*/
@media only screen and (max-width: 374px) {
  /* timer
  ---------------*/
  .et-timer,
  .et-timer ul {
    display: block !important;
  }
  .et-timer li {
    max-width: 70% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 auto 0 auto !important;
  }
}
/* Max-width: 479px
---------------*/
@media only screen and (max-width: 479px) {
  .hide479 {
    display: none !important;
  }
  .disable479.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text479-align-center {
    text-align: center !important;
  }
  .text479-align-left {
    text-align: left !important;
  }
  .text479-align-right {
    text-align: right !important;
  }
  .overflow-x {
    overflow-x: scroll !important;
  }
  .demo-icon-pack {
    grid-template-columns: repeat(2, 2fr) !important;
  }
  input[type=button],
  input[type=reset],
  input[type=submit],
  button:not(.dgwt-wcas-search-submit):not(.plyr__control):not(.slick-arrow):not(.woosc-btn):not(.cky-btn-revisit),
  #product-ajax-loader {
    width: 100%;
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* Header cart
  ---------------*/
  .header-cart {
    position: static !important;
  }
  .header-cart .cart-box {
    right: auto;
    left: 50%;
    margin-left: -160px;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-480-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-480-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-480-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-480-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-480-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-480-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-480-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-480-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-480-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-480-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-480-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-480-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-480-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-480-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-480-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-480-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-480-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-480-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-480-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-480-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-480-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-480-right="50"] {
    padding-right: 50% !important;
  }
  .modal-container {
    display: block !important;
  }
  textarea, select, input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=file] {
    width: 100%;
  }
  /* Posts
  ---------------*/
  .blog-layout-list .post-image {
    min-width: 100%;
    max-width: 100%;
  }
  .blog-layout-full #loop-posts .post .post-body,
  .blog-layout-list #loop-posts .post .post-body {
    padding: 24px;
  }
  .blog-layout-full #loop-posts .post .post-title,
  .blog-layout-list #loop-posts .post .post-title {
    margin-bottom: 16px;
  }
  .post-author-box {
    padding: 24px;
  }
  .full .format-aside .post-body,
  .full .format-link .post-body,
  .full .format-quote .post-body,
  .single-post-page > .format-aside .post-body,
  .single-post-page > .format-link .post-body,
  .single-post-page > .format-quote .post-body {
    padding: 0 0 48px 0 !important;
  }
  .full .format-aside .post-body-inner,
  .full .format-link .post-body-inner,
  .full .format-quote .post-body-inner,
  .single-post-page > .format-aside .post-content,
  .single-post-page > .format-quote .post-content {
    padding: 32px !important;
  }
  .blog-layout-full .post-body .post-body-inner-wrap {
    padding-bottom: 48px;
  }
  /* Products
  ---------------*/
  .loop-product,
  body:not(.addon-active) ul.products {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .loop-product .product .post-inner,
  body:not(.addon-active) ul.products .post-inner {
    padding-bottom: 12px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .loop-product.arrows-pos-top-right.owl-carousel .owl-nav,
  .loop-product.arrows-pos-bottom-right.owl-carousel .owl-nav,
  .loop-product.bullets-pos-top-right.owl-carousel .owl-dots,
  .loop-product.bullets-pos-bottom-right.owl-carousel .owl-dots {
    right: 6px;
  }
  .loop-product.arrows-pos-top-left.owl-carousel .owl-nav,
  .loop-product.arrows-pos-bottom-left.owl-carousel .owl-nav,
  .loop-product.bullets-pos-top-left.owl-carousel .owl-dots,
  .loop-product.bullets-pos-bottom-left.owl-carousel .owl-dots {
    left: 6px;
  }
  .product .button,
  .product .added_to_cart {
    padding: 4px 11px 4px 11px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  #loop-categories + #loop-products {
    margin-top: 38px;
  }
  #loop-categories + #loop-products:before {
    width: calc(100% - 12px);
    left: 6px;
  }
  #reviews form, #reviews .form-submit {
    margin-bottom: 0;
  }
  .related-products {
    padding-top: 24px;
  }
  .shop_attributes {
    margin-bottom: 0;
  }
  /* et-separator
  ---------------*/
  .et-icon-separator .line {
    max-width: 25%;
  }
  /* et-pricing-table
     ---------------*/
  .et-pricing-table .price {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .et-pricing-table .currency {
    bottom: 0 !important;
  }
  /* et-carousel
  ---------------*/
  .et-item-set[data-gap="0"] .owl-prev {
    left: 0;
  }
  .et-item-set[data-gap="2"] .owl-prev {
    left: 1px;
  }
  .et-item-set[data-gap="4"] .owl-prev {
    left: 2px;
  }
  .et-item-set[data-gap="8"] .owl-prev {
    left: 4px;
  }
  .et-item-set[data-gap="16"] .owl-prev {
    left: 8px;
  }
  .et-item-set[data-gap="24"] .owl-prev {
    left: 12px;
  }
  .et-item-set[data-gap="32"] .owl-prev {
    left: 16px;
  }
  .et-item-set[data-gap="40"] .owl-prev {
    left: 20px;
  }
  .et-item-set[data-gap="0"] .owl-next {
    right: 0;
  }
  .et-item-set[data-gap="2"] .owl-next {
    right: 1px;
  }
  .et-item-set[data-gap="4"] .owl-next {
    right: 2px;
  }
  .et-item-set[data-gap="8"] .owl-next {
    right: 4px;
  }
  .et-item-set[data-gap="16"] .owl-next {
    right: 8px;
  }
  .et-item-set[data-gap="24"] .owl-next {
    right: 12px;
  }
  .et-item-set[data-gap="32"] .owl-next {
    right: 16px;
  }
  .et-item-set[data-gap="40"] .owl-next {
    right: 20px;
  }
  /* et-counter
  ---------------*/
  .et-counter.size-large,
  .et-circle-progress.large {
    width: 240px !important;
    height: 240px !important;
  }
  /* et-icon-box
  ---------------*/
  .et-icon-box.icon-position-left .et-icon.large,
  .et-icon-box.icon-position-right .et-icon.large,
  .et-icon-box.icon-position-left .et-icon.large-x,
  .et-icon-box.icon-position-right .et-icon.large-x,
  .et-icon-box.icon-position-left .et-icon.large-xx,
  .et-icon-box.icon-position-right .et-icon.large-xx {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto;
  }
  .et-icon-box.icon-position-left .et-icon.large + .et-icon-content {
    padding-left: 0 !important;
  }
  .et-icon-box.icon-position-right .et-icon.large + .et-icon-content {
    padding-right: 0 !important;
  }
  .et-icon-box.icon-position-left .et-icon.large-x + .et-icon-content {
    padding-left: 0 !important;
  }
  .et-icon-box.icon-position-right .et-icon.large-x + .et-icon-content {
    padding-right: 0 !important;
  }
  .et-icon-box.icon-position-left .et-icon.large-xx + .et-icon-content {
    padding-left: 0 !important;
  }
  .et-icon-box.icon-position-right .et-icon.large-xx + .et-icon-content {
    padding-right: 0 !important;
  }
  /* et-mailchimp
  ---------------*/
  .et-mailchimp input[type=text] {
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .et-mailchimp .send-div {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-top: 8px !important;
  }
}
/* Min-width: 480px
---------------*/
@media only screen and (min-width: 480px) {
  .hide480 {
    display: none !important;
  }
  .disable480.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}
/* Min-width: 480px & max-width: 767px
---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hide480-768 {
    display: none !important;
  }
  .disable480-768.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text480-767-align-center {
    text-align: center !important;
  }
  .text480-767-align-left {
    text-align: left !important;
  }
  .text480-767-align-right {
    text-align: right !important;
  }
  .demo-icon-pack {
    grid-template-columns: repeat(5, 5fr) !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-480-768-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-480-768-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-480-768-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-480-768-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-480-768-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-480-768-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-480-768-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-480-768-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-480-768-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-480-768-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-480-768-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-480-768-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-480-768-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-480-768-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-480-768-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-480-768-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-480-768-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-480-768-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-480-768-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-480-768-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-480-768-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-480-768-right="50"] {
    padding-right: 50% !important;
  }
  /* Posts
  ----------------*/
  .list #loop-posts .post .post-body,
  .blog-layout-list .post .post-body {
    padding: 48px 48px 56px 48px;
  }
  .blog-layout-full #loop-posts .post .post-title {
    max-width: 100%;
  }
  .full .format-aside .post-body,
  .full .format-link .post-body,
  .full .format-quote .post-body,
  .single-post-page > .format-aside .post-body,
  .single-post-page > .format-link .post-body,
  .single-post-page > .format-quote .post-body {
    padding: 0 0 64px 0 !important;
  }
  .full .format-aside .post-body-inner,
  .full .format-link .post-body-inner,
  .full .format-quote .post-body-inner {
    padding: 48px !important;
  }
  .full .format-quote .post-body-inner:after {
    top: -16px;
  }
  .full .format-quote .post-body-inner:before {
    bottom: -16px;
  }
  /* Products
  ---------------*/
  .loop-product,
  body:not(.addon-active) ul.products {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .loop-product .product .post-inner,
  body:not(.addon-active) ul.products .post-inner {
    padding-bottom: 16px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .woocommerce-product-gallery .flex-control-nav li {
    width: 72px;
  }
  .woocommerce-product-gallery .flex-control-nav li:last-child,
  .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0;
  }
  #loop-categories + #loop-products {
    margin-top: 32px;
  }
  #loop-categories + #loop-products:before {
    width: calc(100% - 16px);
    left: 8px;
  }
  .product .summary .et-timer .timer-count {
    min-width: 68px !important;
  }
  .product .summary .et-timer li {
    width: auto !important;
  }
  /* et-separator
  ---------------*/
  .et-icon-separator .line {
    max-width: 35%;
  }
}
/* Min-width: 639px
---------------*/
@media only screen and (max-width: 639px) {
  .text639-align-center {
    text-align: center !important;
  }
  .text639-align-left {
    text-align: left !important;
  }
  .text639-align-right {
    text-align: right !important;
  }
}
/* Min-width: 640px and max-width 767px
---------------*/
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .text640-767-align-center {
    text-align: center !important;
  }
  .text640-767-align-left {
    text-align: left !important;
  }
  .text640-767-align-right {
    text-align: right !important;
  }
}
/* Max-width: 767px
---------------*/
@media only screen and (max-width: 767px) {
  #gen-wrap,
  #wrap {
    overflow-x: hidden;
  }
  .hide767 {
    display: none !important;
  }
  .disable767.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text767-align-center {
    text-align: center !important;
  }
  .text767-align-left {
    text-align: left !important;
  }
  .text767-align-right {
    text-align: right !important;
  }
  .vc-video-bg .video-container-placeholder {
    display: block;
  }
  .vc_row.background-cover-767 {
    background-size: cover !important;
  }
  .blog-layout, .blog-layout-single, .product-layout, .product-layout-single {
    padding-bottom: 24px;
  }
  .vc-parallax .parallax-container {
    height: 200% !important;
  }
  .ajax-container {
    margin-top: 12px;
  }
  /* Header
  ---------------*/
  .et-desktop.mobile-false, .et-desktop.mobile-false + .header-placeholder {
    display: none !important;
  }
  .et-mobile.mobile-false, .et-mobile.mobile-false + .header-placeholder {
    display: none !important;
  }
  .mobile-hide-important:not(.single-header) .et-mobile, .mobile-hide-important:not(.single-header) .et-mobile + .header-placeholder {
    display: none !important;
  }
  /* Page title section
  ---------------*/
  .tse.mobile-align-left {
    float: left !important;
  }
  .tse.mobile-align-right {
    float: right !important;
  }
  .tse.mobile-align-center {
    text-align: center !important;
    float: none !important;
  }
  /* mobile-font
  ---------------*/
  [data-mobile-font="14px"] {
    font-size: 14px !important;
  }
  [data-mobile-font="15px"] {
    font-size: 15px !important;
  }
  [data-mobile-font="16px"] {
    font-size: 16px !important;
  }
  [data-mobile-font="17px"] {
    font-size: 17px !important;
  }
  [data-mobile-font="18px"] {
    font-size: 18px !important;
  }
  [data-mobile-font="19px"] {
    font-size: 19px !important;
  }
  [data-mobile-font="20px"] {
    font-size: 20px !important;
  }
  [data-mobile-font="21px"] {
    font-size: 21px !important;
  }
  [data-mobile-font="22px"] {
    font-size: 22px !important;
  }
  [data-mobile-font="23px"] {
    font-size: 23px !important;
  }
  [data-mobile-font="24px"] {
    font-size: 24px !important;
  }
  [data-mobile-font="25px"] {
    font-size: 25px !important;
  }
  [data-mobile-font="26px"] {
    font-size: 26px !important;
  }
  [data-mobile-font="27px"] {
    font-size: 27px !important;
  }
  [data-mobile-font="28px"] {
    font-size: 28px !important;
  }
  [data-mobile-font="29px"] {
    font-size: 29px !important;
  }
  [data-mobile-font="30px"] {
    font-size: 30px !important;
  }
  [data-mobile-font="31px"] {
    font-size: 31px !important;
  }
  [data-mobile-font="32px"] {
    font-size: 32px !important;
  }
  [data-mobile-font="33px"] {
    font-size: 33px !important;
  }
  [data-mobile-font="34px"] {
    font-size: 34px !important;
  }
  [data-mobile-font="35px"] {
    font-size: 35px !important;
  }
  [data-mobile-font="36px"] {
    font-size: 36px !important;
  }
  [data-mobile-font="37px"] {
    font-size: 37px !important;
  }
  [data-mobile-font="38px"] {
    font-size: 38px !important;
  }
  [data-mobile-font="39px"] {
    font-size: 39px !important;
  }
  [data-mobile-font="40px"] {
    font-size: 40px !important;
  }
  [data-mobile-font="41px"] {
    font-size: 41px !important;
  }
  [data-mobile-font="42px"] {
    font-size: 42px !important;
  }
  [data-mobile-font="43px"] {
    font-size: 43px !important;
  }
  [data-mobile-font="44px"] {
    font-size: 44px !important;
  }
  [data-mobile-font="45px"] {
    font-size: 45px !important;
  }
  [data-mobile-font="46px"] {
    font-size: 46px !important;
  }
  [data-mobile-font="47px"] {
    font-size: 47px !important;
  }
  [data-mobile-font="48px"] {
    font-size: 48px !important;
  }
  [data-mobile-font="49px"] {
    font-size: 49px !important;
  }
  [data-mobile-font="50px"] {
    font-size: 50px !important;
  }
  [data-mobile-font="51px"] {
    font-size: 51px !important;
  }
  [data-mobile-font="52px"] {
    font-size: 52px !important;
  }
  [data-mobile-font="53px"] {
    font-size: 53px !important;
  }
  [data-mobile-font="54px"] {
    font-size: 54px !important;
  }
  [data-mobile-font="55px"] {
    font-size: 55px !important;
  }
  [data-mobile-font="56px"] {
    font-size: 56px !important;
  }
  [data-mobile-font="57px"] {
    font-size: 57px !important;
  }
  [data-mobile-font="58px"] {
    font-size: 58px !important;
  }
  [data-mobile-font="59px"] {
    font-size: 59px !important;
  }
  [data-mobile-font="60px"] {
    font-size: 60px !important;
  }
  [data-mobile-font="61px"] {
    font-size: 61px !important;
  }
  [data-mobile-font="62px"] {
    font-size: 62px !important;
  }
  [data-mobile-font="63px"] {
    font-size: 63px !important;
  }
  [data-mobile-font="64px"] {
    font-size: 64px !important;
  }
  [data-mobile-font="65px"] {
    font-size: 65px !important;
  }
  [data-mobile-font="66px"] {
    font-size: 66px !important;
  }
  [data-mobile-font="67px"] {
    font-size: 67px !important;
  }
  [data-mobile-font="68px"] {
    font-size: 68px !important;
  }
  [data-mobile-font="69px"] {
    font-size: 69px !important;
  }
  [data-mobile-font="70px"] {
    font-size: 70px !important;
  }
  [data-mobile-font="71px"] {
    font-size: 71px !important;
  }
  [data-mobile-font="72px"] {
    font-size: 72px !important;
  }
  [data-mobile-line-height="14px"] {
    line-height: 14px !important;
  }
  [data-mobile-line-height="15px"] {
    line-height: 15px !important;
  }
  [data-mobile-line-height="16px"] {
    line-height: 16px !important;
  }
  [data-mobile-line-height="17px"] {
    line-height: 17px !important;
  }
  [data-mobile-line-height="18px"] {
    line-height: 18px !important;
  }
  [data-mobile-line-height="19px"] {
    line-height: 19px !important;
  }
  [data-mobile-line-height="20px"] {
    line-height: 20px !important;
  }
  [data-mobile-line-height="21px"] {
    line-height: 21px !important;
  }
  [data-mobile-line-height="22px"] {
    line-height: 22px !important;
  }
  [data-mobile-line-height="23px"] {
    line-height: 23px !important;
  }
  [data-mobile-line-height="24px"] {
    line-height: 24px !important;
  }
  [data-mobile-line-height="25px"] {
    line-height: 25px !important;
  }
  [data-mobile-line-height="26px"] {
    line-height: 26px !important;
  }
  [data-mobile-line-height="27px"] {
    line-height: 27px !important;
  }
  [data-mobile-line-height="28px"] {
    line-height: 28px !important;
  }
  [data-mobile-line-height="29px"] {
    line-height: 29px !important;
  }
  [data-mobile-line-height="30px"] {
    line-height: 30px !important;
  }
  [data-mobile-line-height="31px"] {
    line-height: 31px !important;
  }
  [data-mobile-line-height="32px"] {
    line-height: 32px !important;
  }
  [data-mobile-line-height="33px"] {
    line-height: 33px !important;
  }
  [data-mobile-line-height="34px"] {
    line-height: 34px !important;
  }
  [data-mobile-line-height="35px"] {
    line-height: 35px !important;
  }
  [data-mobile-line-height="36px"] {
    line-height: 36px !important;
  }
  [data-mobile-line-height="37px"] {
    line-height: 37px !important;
  }
  [data-mobile-line-height="38px"] {
    line-height: 38px !important;
  }
  [data-mobile-line-height="39px"] {
    line-height: 39px !important;
  }
  [data-mobile-line-height="40px"] {
    line-height: 40px !important;
  }
  [data-mobile-line-height="41px"] {
    line-height: 41px !important;
  }
  [data-mobile-line-height="42px"] {
    line-height: 42px !important;
  }
  [data-mobile-line-height="43px"] {
    line-height: 43px !important;
  }
  [data-mobile-line-height="44px"] {
    line-height: 44px !important;
  }
  [data-mobile-line-height="45px"] {
    line-height: 45px !important;
  }
  [data-mobile-line-height="46px"] {
    line-height: 46px !important;
  }
  [data-mobile-line-height="47px"] {
    line-height: 47px !important;
  }
  [data-mobile-line-height="48px"] {
    line-height: 48px !important;
  }
  [data-mobile-line-height="49px"] {
    line-height: 49px !important;
  }
  [data-mobile-line-height="50px"] {
    line-height: 50px !important;
  }
  [data-mobile-line-height="51px"] {
    line-height: 51px !important;
  }
  [data-mobile-line-height="52px"] {
    line-height: 52px !important;
  }
  [data-mobile-line-height="53px"] {
    line-height: 53px !important;
  }
  [data-mobile-line-height="54px"] {
    line-height: 54px !important;
  }
  [data-mobile-line-height="55px"] {
    line-height: 55px !important;
  }
  [data-mobile-line-height="56px"] {
    line-height: 56px !important;
  }
  [data-mobile-line-height="57px"] {
    line-height: 57px !important;
  }
  [data-mobile-line-height="58px"] {
    line-height: 58px !important;
  }
  [data-mobile-line-height="59px"] {
    line-height: 59px !important;
  }
  [data-mobile-line-height="60px"] {
    line-height: 60px !important;
  }
  [data-mobile-line-height="61px"] {
    line-height: 61px !important;
  }
  [data-mobile-line-height="62px"] {
    line-height: 62px !important;
  }
  [data-mobile-line-height="63px"] {
    line-height: 63px !important;
  }
  [data-mobile-line-height="64px"] {
    line-height: 64px !important;
  }
  [data-mobile-line-height="65px"] {
    line-height: 65px !important;
  }
  [data-mobile-line-height="66px"] {
    line-height: 66px !important;
  }
  [data-mobile-line-height="67px"] {
    line-height: 67px !important;
  }
  [data-mobile-line-height="68px"] {
    line-height: 68px !important;
  }
  [data-mobile-line-height="69px"] {
    line-height: 69px !important;
  }
  [data-mobile-line-height="70px"] {
    line-height: 70px !important;
  }
  [data-mobile-line-height="71px"] {
    line-height: 71px !important;
  }
  [data-mobile-line-height="72px"] {
    line-height: 72px !important;
  }
  [data-mobile-line-height="73px"] {
    line-height: 73px !important;
  }
  [data-mobile-line-height="74px"] {
    line-height: 74px !important;
  }
  [data-mobile-line-height="75px"] {
    line-height: 75px !important;
  }
  [data-mobile-line-height="76px"] {
    line-height: 76px !important;
  }
  [data-mobile-line-height="77px"] {
    line-height: 77px !important;
  }
  [data-mobile-line-height="78px"] {
    line-height: 78px !important;
  }
  [data-mobile-line-height="79px"] {
    line-height: 79px !important;
  }
  [data-mobile-line-height="80px"] {
    line-height: 80px !important;
  }
  /* mobile-text-align
  ---------------*/
  .mobile-text-align-left {
    text-align: left !important;
  }
  .mobile-text-align-right {
    text-align: right !important;
  }
  .mobile-text-align-center {
    text-align: center !important;
  }
  /* Posts
  ---------------*/
  .small .loop-posts .post,
  .medium .loop-posts .post,
  .large .loop-posts .post,
  .small .loop-posts .grid-sizer,
  .medium .loop-posts .grid-sizer,
  .large .loop-posts .grid-sizer {
    width: 100%;
  }
  .fluid-masonry .loop-posts .post {
    width: 100% !important;
  }
  .post-meta:before {
    height: 100%;
    top: 0;
    margin-top: 0;
  }
  .chess .loop-posts {
    box-shadow: none;
  }
  .chess .loop-posts .post {
    margin-bottom: 40px;
  }
  .blog-layout-list .post-inner {
    padding-bottom: 24px;
  }
  .commentlist .review {
    display: block;
    position: relative;
    padding: 0 0 24px 0;
  }
  .commentlist .review .comment-text {
    padding: 0;
  }
  .comment-list .comment .comment-body {
    display: block;
    padding: 32px;
  }
  .comment-list .comment-gavatar,
  .comment-list .comment-content,
  .commentlist .avatar {
    display: block;
    padding: 0;
  }
  .comment-list .comment-gavatar,
  .commentlist .avatar {
    margin: 0 auto 8px auto;
    position: static !important;
  }
  .bypostauthor .comment-gavatar {
    margin: 0 auto 20px auto;
  }
  .post-author-ind {
    display: block;
    width: 72px;
    margin: 0 auto 20px auto;
    position: static !important;
  }
  .commentlist .review .comment-text .star-rating {
    position: relative;
    margin: 0 auto 8px auto;
    top: 0;
    left: 0;
  }
  .comment-form-rating .stars {
    display: none !important;
  }
  .comment-form-rating select {
    display: block !important;
    margin-top: 16px;
  }
  .comment-meta,
  .commentlist .review .meta {
    margin-bottom: 16px;
    padding-right: 0;
    text-align: center;
  }
  .comment-meta .replay,
  .comment .edit-link {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
  }
  .comment .edit-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .comment-meta .comment-author span {
    margin: 5px auto 5px auto;
    display: block;
    width: 50%;
  }
  .post-author-info {
    padding-left: 0;
  }
  .post-author-box > * {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .post-author-gavatar {
    top: 0;
    position: relative;
    margin-bottom: 25px;
  }
  .post-single-navigation.mob-hide-true {
    display: none;
  }
  .full #loop-posts .format-quote .post-excerpt,
  .full #loop-posts .format-status .post-excerpt,
  .single-post-page > .format-quote .post-excerpt,
  .single-post-page > .format-status .post-excerpt {
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 0.5px;
  }
  .full .format-quote .post-body-inner:before,
  .single-post-page > .format-quote .post-body-inner:before,
  .full .format-quote .post-body-inner:after,
  .single-post-page > .format-quote .post-body-inner:after {
    bottom: -16px;
  }
  .full .format-quote .post-body-inner:after,
  .single-post-page > .format-quote .post-body-inner:after {
    top: -16px;
  }
  .single-post-page > .post > .post-inner .post-media {
    margin-bottom: 40px !important;
  }
  .blog-layout-full .post-body .post-body-inner-wrap {
    padding: 0;
  }
  .related-posts .post .post-inner {
    padding: 0 !important;
  }
  .post-single-navigation {
    margin-top: 24px !important;
  }
  /* Widgets
  ---------------*/
  .widget {
    margin-bottom: 24px;
  }
  .widget .columns-mob-1.flickr-image-list li,
  .widget .columns-mob-1.instagram-image-list li {
    width: 100%;
  }
  .widget .columns-mob-2.flickr-image-list li,
  .widget .columns-mob-2.instagram-image-list li {
    width: 50%;
  }
  .widget .columns-mob-3.flickr-image-list li,
  .widget .columns-mob-3.instagram-image-list li {
    width: 33.3333333333%;
  }
  .widget .columns-mob-4.flickr-image-list li,
  .widget .columns-mob-4.instagram-image-list li {
    width: 25%;
  }
  .widget .columns-mob-5.flickr-image-list li,
  .widget .columns-mob-5.instagram-image-list li {
    width: 20%;
  }
  .widget .columns-mob-6.flickr-image-list li,
  .widget .columns-mob-6.instagram-image-list li {
    width: 16.6666666667%;
  }
  .widget .columns-mob-7.flickr-image-list li,
  .widget .columns-mob-7.instagram-image-list li {
    width: 14.2857142857%;
  }
  .widget .columns-mob-8.flickr-image-list li,
  .widget .columns-mob-8.instagram-image-list li {
    width: 12.5%;
  }
  .widget .columns-mob-9.flickr-image-list li,
  .widget .columns-mob-9.instagram-image-list li {
    width: 11.1111111111%;
  }
  .widget .columns-mob-10.flickr-image-list li,
  .widget .columns-mob-10.instagram-image-list li {
    width: 10%;
  }
  /* Car filter
  ---------------*/
  .car-filter form,
  .vin-decoder form {
    padding: 12px 12px 4px 12px;
    overflow: initial;
  }
  .vin-decoder form {
    padding: 12px;
  }
  .shop-cat-list-wrapper {
    max-height: 320px;
    overflow-y: scroll;
  }
  .shop-cat-list {
    grid-row-gap: 8px;
    grid-column-gap: 8px;
  }
  .atts-holder .default {
    display: block;
  }
  /* Products
  ---------------*/
  .loop-product .post .post-inner-wrapper {
    width: 100%;
    display: table;
  }
  .loop-product .product .post-image-overlay {
    display: none;
  }
  .loop-product .product img {
    transform: none !important;
  }
  .loop-product .post .post-body-inner:before,
  .product-quick-view {
    display: none !important;
  }
  .loop-product .yith-wcwl-add-to-wishlist,
  .custom-product .yith-wcwl-add-to-wishlist,
  .loop-product .woosc-btn,
  .custom-product .woosc-btn {
    opacity: 1;
    transform: none;
  }
  .loop-product .yith-wcwl-add-to-wishlist,
  .custom-product .yith-wcwl-add-to-wishlist {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .loop-product .woosc-btn,
  .custom-product .woosc-btn {
    top: auto;
    bottom: 0;
    right: auto;
    left: 32px;
  }
  .loop-product .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .shop_table td,
  .shop_table tr,
  .shop_table tfoot th,
  .cart_totals th,
  .customer_details th,
  .woocommerce-checkout-review-order-table th,
  .wc_payment_method,
  .woocommerce-order-overview li,
  .woocommerce-page address,
  .woocommerce table.wishlist_table tbody td {
    padding: 8px;
  }
  .shop_table.cart td,
  .shop_table.cart tr,
  .shop_table.cart tfoot th {
    padding: 8px;
    display: block;
    width: 100%;
    max-width: 100% !important;
  }
  .shop_table .product-name .button,
  .wishlist_table .product-add-to-cart a {
    max-width: 100%;
    width: 100%;
  }
  .shop_table.cart th,
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart tr td:not(:last-child) {
    border-bottom: 0;
  }
  .shop_table.cart tr:not(:last-child) {
    padding-bottom: 24px;
  }
  .shop_table.cart tr {
    padding: 0;
  }
  .shop_table.cart .product-quantity input {
    max-width: 100%;
  }
  .shop_table input[type=button],
  .shop_table input[type=reset],
  .shop_table input[type=submit],
  .shop_table button {
    width: auto !important;
  }
  .woocommerce-message a:last-child,
  .woocommerce-info a:last-child,
  .woocommerce-error li a:last-child,
  .cart-empty a:last-child,
  .woocommerce-notice a:last-child {
    display: block !important;
    margin: 0 auto 16px auto !important;
  }
  .shop_table .product-name > a {
    font-size: inherit;
    line-height: inherit;
  }
  .product .summary table.variations {
    text-align: center;
  }
  .product .summary table.variations,
  .product .summary table.variations tbody,
  .product .summary table.variations th,
  .product .summary table.variations tr,
  .product .summary table.variations td {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .product .summary table.variations label {
    padding-right: 0;
    padding-bottom: 8px;
    text-align: left;
    display: block;
  }
  .product .summary table.variations select,
  .product .summary table.variations input {
    min-width: 100%;
  }
  .woocommerce-tabs .tabs li.active a {
    z-index: 5;
  }
  form.cart .quantity,
  form.cart button {
    width: 100%;
  }
  form.cart .quantity input {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  .woocommerce-tabs .tabs li,
  .woocommerce-tabs .tabs li a {
    display: block;
    text-align: left;
    margin: 0;
  }
  .woocommerce-tabs .tabs li {
    margin-bottom: 4px;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 100% !important;
    height: 100% !important;
    top: 0% !important;
    left: 0% !important;
  }
  #yith-quick-view-content div.summary {
    padding: 24px 6.6% !important;
  }
  .woocommerce-product-gallery__trigger {
    right: 16px;
  }
  .product .summary table.variations input,
  .product .summary table.variations select {
    margin-bottom: 0;
  }
  .product .summary .quantity input {
    margin-bottom: 12px;
  }
  .product .summary table.variations .reset_variations {
    line-height: 16px;
  }
  .product .summary .button {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }
  .woocommerce-product-gallery, .product .single-product-wrapper .summary {
    margin-bottom: 24px !important;
  }
  .product .summary .et-timer li {
    max-width: 100% !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .product .single-product-progress, .product .stock-level {
    max-width: 100% !important;
  }
  .single-product-wrapper .onsale {
    top: 48px !important;
    left: 24px !important;
    right: auto !important;
  }
  .woocommerce-product-gallery .flex-control-nav li {
    margin-right: 8px;
    width: 53px;
  }
  .woo-single-product .woocommerce-product-gallery .flex-control-nav li {
    width: 48px;
  }
  .woocommerce-product-gallery .flex-control-nav li:last-child,
  .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0;
  }
  .product .single-product-wrapper .summary,
  .woo-single-product .product .single-product-wrapper .woocommerce-product-gallery {
    padding: 12px;
  }
  .product .summary .et-timer li {
    width: 50% !important;
  }
  .product .summary .et-timer li:nth-child(3) div {
    padding-left: 0 !important;
  }
  .product .summary .et-timer li:nth-child(2) div {
    padding-right: 0 !important;
  }
  .product .summary .et-timer li:nth-child(2) span:before {
    display: none !important;
  }
  .loop-product .product .price,
  body:not(.addon-active) ul.products .product .price,
  .widget .woocommerce-Price-amount {
    font-size: 16px;
  }
  .woo-single-product.owl-carousel {
    padding-bottom: 32px !important;
  }
  .shop_table .coupon, .shop_table button {
    display: block;
    float: none !important;
    margin-top: 0;
  }
  .shop_table .coupon {
    padding: 0;
    margin-bottom: 48px;
  }
  .col2-set {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #customer_details {
    padding: 16px;
    margin-bottom: 32px;
  }
  .form-row {
    margin-bottom: 0;
  }
  /* car filter
  ---------------*/
  .car-filter .alert,
  .vin-decoder .alert {
    left: 0;
  }
  .widget .vin-result li {
    margin: 0;
    float: none;
    width: 100%;
  }
  .widget .vin-result li:nth-child(4n+1),
  .widget .vin-result li:nth-child(4n+2) {
    background-color: #ffffff;
  }
  .widget .vin-result li:nth-child(even) {
    background-color: #f5f5f5 !important;
  }
  /* Filter
  ---------------*/
  .enovathemes-filter {
    width: 100% !important;
    max-width: 100% !important;
    float: none;
  }
  .enovathemes-filter .filter-toggle {
    width: 100%;
    border-radius: 4px 4px 0 0;
    text-align: left;
  }
  .enovathemes-filter .catalog-container {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
  .enovathemes-filter .filter-wrapper .catalog-container > ul,
  .shop-cat-list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .woocommerce-before-shop-loop.filter .woocommerce-result-count,
  .woocommerce-before-shop-loop.filter .woocommerce-ordering {
    float: none !important;
    display: block;
  }
  .woocommerce-before-shop-loop.filter .woocommerce-result-count {
    padding-left: 8px !important;
    padding-right: 8px !important;
    margin-top: 16px;
  }
  .woocommerce-before-shop-loop.filter .woocommerce-ordering {
    margin-right: 0 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .woocommerce-before-shop-loop.filter .woocommerce-ordering:after {
    display: none;
  }
  .woocommerce-before-shop-loop.filter .woocommerce-ordering select {
    width: 100% !important;
  }
  /* et-client
  ---------------*/
  .grid.et-client-container[data-columns="3"],
  .grid.et-client-container[data-columns="5"] {
    grid-template-columns: repeat(1, 1fr);
  }
  .browser-internet .grid.et-client-container[data-columns="3"] .et-client,
  .browser-internet .grid.et-client-container[data-columns="5"] .et-client {
    width: 100%;
  }
  .grid.et-client-container[data-columns="2"],
  .grid.et-client-container[data-columns="4"],
  .grid.et-client-container[data-columns="6"] {
    grid-template-columns: repeat(2, 2fr);
  }
  .browser-internet .grid.et-client-container[data-columns="2"] .et-client,
  .browser-internet .grid.et-client-container[data-columns="4"] .et-client,
  .browser-internet .grid.et-client-container[data-columns="6"] .et-client {
    width: 50%;
  }
  .grid.et-client-container[data-columns="3"],
  .grid.et-client-container[data-columns="5"],
  .grid.et-client-container[data-columns="6"] {
    width: 100%;
  }
  .border-true.et-client-container .plus,
  .border-true.et-client-container .plus {
    display: none !important;
  }
  /* et-icon-box
  ---------------*/
  .et-icon-box-container.column-2,
  .et-icon-box-container.column-3,
  .et-icon-box-container.column-4,
  .et-icon-box-container.column-5,
  .et-icon-box-container.column-6,
  .et-icon-box-container.column-7 {
    grid-template-columns: repeat(1, 1fr);
  }
  .browser-internet .et-icon-box-container.column-2 .et-icon-box,
  .browser-internet .et-icon-box-container.column-3 .et-icon-box,
  .browser-internet .et-icon-box-container.column-4 .et-icon-box,
  .browser-internet .et-icon-box-container.column-5 .et-icon-box,
  .browser-internet .et-icon-box-container.column-6 .et-icon-box,
  .browser-internet .et-icon-box-container.column-7 .et-icon-box {
    width: 100%;
  }
  .et-icon-box.icon-position-right .et-icon.large + .et-icon-content,
  .et-icon-box.icon-position-right .et-icon.large-x + .et-icon-content,
  .et-icon-box.icon-position-left .et-icon.large + .et-icon-content,
  .et-icon-box.icon-position-left .et-icon.large-x + .et-icon-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* et-step-box
  ---------------*/
  .et-step-box-container.column-2,
  .et-step-box-container.column-3,
  .et-step-box-container.column-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .et-step-box-container.column-1 .et-step-box:nth-child(2n+2),
  .compose-mode .et-step-box-container.column-1 .vc_element:nth-child(2n+2) .et-step-box {
    margin-left: 0;
  }
  /* et-testimonials
  ---------------*/
  .et-testimonial .author-content-wrapper {
    width: 100%;
    display: table;
    position: relative;
    top: 0;
  }
  .et-testimonial .author-info-wrapper {
    position: relative;
  }
  .et-testimonial .author-content-wrapper > * {
    display: table-cell;
    vertical-align: top;
  }
  .et-testimonial .author-image {
    max-width: 72px;
    width: 72px;
  }
  /* et-gallery
  ---------------*/
  .et-gallery.grid[data-columns="6"] .et-gallery-item,
  .et-gallery.grid[data-columns="6"] .grid-sizer,
  .et-gallery.grid[data-columns="9"] .et-gallery-item,
  .et-gallery.grid[data-columns="9"] .grid-sizer {
    width: 33.3333333333%;
  }
  .et-gallery.grid[data-columns="7"] .et-gallery-item,
  .et-gallery.grid[data-columns="7"] .grid-sizer,
  .et-gallery.grid[data-columns="10"] .et-gallery-item,
  .et-gallery.grid[data-columns="10"] .grid-sizer {
    width: 20%;
  }
  .et-gallery.grid[data-columns="4"] .et-gallery-item,
  .et-gallery.grid[data-columns="4"] .grid-sizer,
  .et-gallery.grid[data-columns="8"] .et-gallery-item,
  .et-gallery.grid[data-columns="8"] .grid-sizer {
    width: 50%;
  }
  .et-item-set[data-gap="2"] {
    margin-left: -1px;
    margin-right: -1px;
  }
  .et-item-set[data-gap="2"] .et-item {
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 2px;
  }
  .et-item-set[data-gap="4"] {
    margin-left: -2px;
    margin-right: -2px;
  }
  .et-item-set[data-gap="4"] .et-item {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
  }
  .et-item-set[data-gap="8"] {
    margin-left: -4px;
    margin-right: -4px;
  }
  .et-item-set[data-gap="8"] .et-item {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
  }
  .et-item-set[data-gap="16"] {
    margin-left: -8px;
    margin-right: -8px;
  }
  .et-item-set[data-gap="16"] .et-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
  }
  .et-gallery[data-gap="24"],
  .et-gallery[data-gap="32"],
  .et-gallery[data-gap="40"] {
    margin-left: -8px;
    margin-right: -8px;
  }
  .et-gallery[data-gap="24"] .et-gallery-item,
  .et-gallery[data-gap="32"] .et-gallery-item,
  .et-gallery[data-gap="40"] .et-gallery-item {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
  }
  .compose-mode .et-gallery.grid[data-columns="6"],
  .compose-mode .et-gallery.grid[data-columns="9"] {
    grid-template-columns: repeat(3, 33.3333333333%);
  }
  .compose-mode .et-gallery.grid[data-columns="7"],
  .compose-mode .et-gallery.grid[data-columns="10"] {
    grid-template-columns: repeat(5, 20%);
  }
  .compose-mode .et-gallery.grid[data-columns="4"],
  .compose-mode .et-gallery.grid[data-columns="8"] {
    grid-template-columns: repeat(2, 50%);
  }
  /* et-tabs
  ---------------*/
  .et-tab .tabset {
    display: block;
  }
  .tabset .tab {
    margin-bottom: 4px;
    padding-left: 32px;
    padding-right: 32px;
    text-align: left;
  }
  .tabs-container .arrows-pos-top-right.owl-carousel,
  .tabs-container .arrows-pos-top-left.owl-carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 48px !important;
  }
  .et-tab .tabs-container .arrows-pos-top-right.owl-carousel .owl-nav,
  .et-tab .tabs-container .arrows-pos-top-left.owl-carousel .owl-nav {
    top: auto !important;
    bottom: 0 !important;
  }
  /* et-blockquote
  ---------------*/
  .et-blockquote .author-image {
    display: none;
  }
  .et-blockquote .author-wrapper {
    padding-left: 0;
  }
  /* et-mailchimp
  ---------------*/
  .et-mailchimp .et-mailchimp-form > *:not(.alert) {
    display: block;
    margin-right: 0;
  }
  /* et-pricing-table
  ---------------*/
  .et-pricing-table.highlight-true .pricing-table-inner {
    padding: 64px 48px;
    top: 0;
  }
  /* et-banner
  ---------------*/
  .et-popup-banner-wrapper[data-mob=true],
  .et-banner[data-mob=false] {
    display: none;
  }
  /* timer
  ---------------*/
  .et-timer,
  .et-timer ul {
    display: block !important;
  }
  .et-timer li {
    max-width: 50%;
  }
  /* popup
  ---------------*/
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, -15%, 0);
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(0, -15%, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fadeOutRight {
    from {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      transform: translate3d(0, -15%, 0);
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translate3d(0, -15%, 0);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  /* et-makes
  ---------------*/
  .et-make-container.column-2,
  .et-make-container.column-3,
  .et-make-container.column-4,
  .et-make-container.column-5,
  .et-make-container.column-6,
  .et-make-container.column-7,
  .et-make-container.column-8 {
    grid-template-columns: repeat(2, 2fr) !important;
  }
  .browser-internet .et-make-container.column-2 .et-item,
  .browser-internet .et-make-container.column-3 .et-item,
  .browser-internet .et-make-container.column-4 .et-item,
  .browser-internet .et-make-container.column-5 .et-item,
  .browser-internet .et-make-container.column-6 .et-item,
  .browser-internet .et-make-container.column-7 .et-item,
  .browser-internet .et-make-container.column-8 .et-item {
    width: 50%;
  }
  /* Post based shortcodes
  ---------------*/
  .loop-posts.owl-carousel .owl-prev {
    left: 6px;
  }
  .loop-posts.owl-carousel .owl-next {
    right: 6px;
  }
  .et-shortcode-posts .loop-posts.owl-carousel .owl-prev {
    left: 11px;
  }
  .et-shortcode-posts .loop-posts.owl-carousel .owl-next {
    right: 11px;
  }
  .related .loop-posts.owl-carousel .owl-prev {
    transform: none !important;
    top: auto !important;
    bottom: 8px !important;
    right: 54px !important;
    left: auto !important;
    opacity: 1 !important;
  }
  .related .loop-posts.owl-carousel .owl-next {
    transform: none !important;
    top: auto !important;
    bottom: 8px !important;
    right: 6px !important;
    opacity: 1 !important;
  }
}
/* Min-width: 768px
---------------*/
@media only screen and (min-width: 768px) {
  .hide768 {
    display: none !important;
  }
  .disable768.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .vc-video-bg .video-container {
    width: 170%;
    height: auto;
  }
  .wpb_column.vc-video-bg .video-container {
    width: 190% !important;
    height: auto !important;
    left: 50%;
    margin-left: -50% !important;
  }
  .gallery.gallery-columns-1 > .gallery-item {
    width: 100%;
  }
  .gallery.gallery-columns-2 > .gallery-item {
    width: 50%;
  }
  .gallery.gallery-columns-3 > .gallery-item {
    width: 33.3333333333%;
  }
  .gallery.gallery-columns-4 > .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 > .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 > .gallery-item {
    width: 16.6666666667%;
  }
  .gallery.gallery-columns-7 > .gallery-item {
    width: 14.2857142857%;
  }
  .gallery.gallery-columns-8 > .gallery-item {
    width: 12.5%;
  }
  .gallery.gallery-columns-9 > .gallery-item {
    width: 11.1111111111%;
  }
  .gallery.gallery-columns-10 > .gallery-item {
    width: 10%;
  }
  .text768-align-center {
    text-align: center !important;
  }
  .text768-align-left {
    text-align: left !important;
  }
  .text768-align-right {
    text-align: right !important;
  }
  .container,
  .wpml-ls-statics-post_translations,
  .header-menu > .mm-true > ul {
    width: 93.75%;
    max-width: 93.75%;
  }
  /* Row/column
  ---------------*/
  .vc_row.vc_column-gap-0 > .vc_column_container,
  .vc_row.vc_column-gap-0 > .container > .vc_column_container,
  .vc_row.vc_column-gap-0 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-0 > .container > .vc_element > .vc_column_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.vc_column-gap-2 > .vc_column_container,
  .vc_row.vc_column-gap-2 > .container > .vc_column_container,
  .vc_row.vc_column-gap-2 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-2 > .container > .vc_element > .vc_column_container {
    padding-left: 1px;
    padding-right: 1px;
  }
  .vc_row.vc_column-gap-4 > .vc_column_container,
  .vc_row.vc_column-gap-4 > .container > .vc_column_container,
  .vc_row.vc_column-gap-4 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-4 > .container > .vc_element > .vc_column_container {
    padding-left: 2px;
    padding-right: 2px;
  }
  .vc_row.vc_column-gap-8 > .vc_column_container,
  .vc_row.vc_column-gap-8 > .container > .vc_column_container,
  .vc_row.vc_column-gap-8 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-8 > .container > .vc_element > .vc_column_container {
    padding-left: 4px;
    padding-right: 4px;
  }
  .vc_row.vc_column-gap-16 > .vc_column_container,
  .vc_row.vc_column-gap-16 > .container > .vc_column_container,
  .vc_row.vc_column-gap-16 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-16 > .container > .vc_element > .vc_column_container {
    padding-left: 8px;
    padding-right: 8px;
  }
  .vc_row.vc_column-gap-24 > .vc_column_container,
  .vc_row.vc_column-gap-24 > .container > .vc_column_container,
  .vc_row.vc_column-gap-24 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-24 > .container > .vc_element > .vc_column_container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .vc_row.vc_column-gap-32 > .vc_column_container,
  .vc_row.vc_column-gap-32 > .container > .vc_column_container,
  .vc_row.vc_column-gap-32 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-32 > .container > .vc_element > .vc_column_container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vc_row.vc_column-gap-40 > .vc_column_container,
  .vc_row.vc_column-gap-40 > .container > .vc_column_container,
  .vc_row.vc_column-gap-40 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-40 > .container > .vc_element > .vc_column_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vc_row.vc_column-gap-48 > .vc_column_container,
  .vc_row.vc_column-gap-48 > .container > .vc_column_container,
  .vc_row.vc_column-gap-48 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-48 > .container > .vc_element > .vc_column_container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .vc_row.vc_column-gap-56 > .vc_column_container,
  .vc_row.vc_column-gap-56 > .container > .vc_column_container,
  .vc_row.vc_column-gap-56 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-56 > .container > .vc_element > .vc_column_container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .vc_row.vc_column-gap-64 > .vc_column_container,
  .vc_row.vc_column-gap-64 > .container > .vc_column_container,
  .vc_row.vc_column-gap-64 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-64 > .container > .vc_element > .vc_column_container {
    padding-left: 32px;
    padding-right: 32px;
  }
  .vc_row.vc_column-gap-72 > .vc_column_container,
  .vc_row.vc_column-gap-72 > .container > .vc_column_container,
  .vc_row.vc_column-gap-72 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-72 > .container > .vc_element > .vc_column_container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .vc_row.vc_column-gap-80 > .vc_column_container,
  .vc_row.vc_column-gap-80 > .container > .vc_column_container,
  .vc_row.vc_column-gap-80 > .vc_element > .vc_column_container,
  .vc_row.vc_column-gap-80 > .container > .vc_element > .vc_column_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .vc_row.vc_column-gap-2 {
    margin-left: -1px !important;
    margin-right: -1px !important;
    width: calc(100% + 2px);
  }
  .vc_row.vc_column-gap-4 {
    margin-left: -2px !important;
    margin-right: -2px !important;
    width: calc(100% + 4px);
  }
  .vc_row.vc_column-gap-8 {
    margin-left: -4px !important;
    margin-right: -4px !important;
    width: calc(100% + 8px);
  }
  .vc_row.vc_column-gap-16 {
    margin-left: -8px !important;
    margin-right: -8px !important;
    width: calc(100% + 16px);
  }
  .vc_row.vc_column-gap-24 {
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px);
  }
  .vc_row.vc_column-gap-32 {
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: calc(100% + 32px);
  }
  .vc_row.vc_column-gap-40 {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px);
  }
  .vc_row.vc_column-gap-48 {
    margin-left: -24px !important;
    margin-right: -24px !important;
    width: calc(100% + 48px);
  }
  .vc_row.vc_column-gap-56 {
    margin-left: -28px !important;
    margin-right: -28px !important;
    width: calc(100% + 56px);
  }
  .vc_row.vc_column-gap-64 {
    margin-left: -32px !important;
    margin-right: -32px !important;
    width: calc(100% + 64px);
  }
  .vc_row.vc_column-gap-72 {
    margin-left: -36px !important;
    margin-right: -36px !important;
    width: calc(100% + 72px);
  }
  .vc_row.vc_column-gap-80 {
    margin-left: -40px !important;
    margin-right: -40px !important;
    width: calc(100% + 80px);
  }
  .vc_row.vc_column-gap-2 .grid-overlay {
    width: calc(100% - 2px);
    left: 1px;
  }
  .vc_row.vc_column-gap-4 .grid-overlay {
    width: calc(100% - 4px);
    left: 2px;
  }
  .vc_row.vc_column-gap-8 .grid-overlay {
    width: calc(100% - 8px);
    left: 4px;
  }
  .vc_row.vc_column-gap-16 .grid-overlay {
    width: calc(100% - 16px);
    left: 8px;
  }
  .vc_row.vc_column-gap-24 .grid-overlay {
    width: calc(100% - 24px);
    left: 12px;
  }
  .vc_row.vc_column-gap-32 .grid-overlay {
    width: calc(100% - 32px);
    left: 16px;
  }
  .vc_row.vc_column-gap-40 .grid-overlay {
    width: calc(100% - 40px);
    left: 20px;
  }
  .vc_row.vc_column-gap-48 .grid-overlay {
    width: calc(100% - 48px);
    left: 24px;
  }
  .vc_row.vc_column-gap-56 .grid-overlay {
    width: calc(100% - 56px);
    left: 28px;
  }
  .vc_row.vc_column-gap-64 .grid-overlay {
    width: calc(100% - 64px);
    left: 32px;
  }
  .vc_row.vc_column-gap-72 .grid-overlay {
    width: calc(100% - 72px);
    left: 36px;
  }
  .vc_row.vc_column-gap-80 .grid-overlay {
    width: calc(100% - 80px);
    left: 40px;
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-2 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-2 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-2 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-2 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-2 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-2 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-2 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-2 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-2 > .container > .vc_element > .vc_column_container > :before {
    left: 1px;
    width: calc(100% - 2px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-4 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-4 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-4 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-4 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-4 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-4 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-4 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-4 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-4 > .container > .vc_element > .vc_column_container > :before {
    left: 2px;
    width: calc(100% - 4px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-8 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-8 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-8 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-8 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-8 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-8 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-8 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-8 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-8 > .container > .vc_element > .vc_column_container > :before {
    left: 4px;
    width: calc(100% - 8px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-16 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-16 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-16 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-16 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-16 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-16 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-16 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-16 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-16 > .container > .vc_element > .vc_column_container > :before {
    left: 8px;
    width: calc(100% - 16px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-24 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-24 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-24 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-24 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-24 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-24 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-24 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-24 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-24 > .container > .vc_element > .vc_column_container > :before {
    left: 12px;
    width: calc(100% - 24px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-32 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-32 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-32 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-32 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-32 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-32 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-32 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-32 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-32 > .container > .vc_element > .vc_column_container > :before {
    left: 16px;
    width: calc(100% - 32px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-40 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-40 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-40 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-40 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-40 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-40 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-40 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-40 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-40 > .container > .vc_element > .vc_column_container > :before {
    left: 20px;
    width: calc(100% - 40px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-48 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-48 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-48 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-48 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-48 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-48 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-48 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-48 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-48 > .container > .vc_element > .vc_column_container > :before {
    left: 24px;
    width: calc(100% - 48px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-56 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-56 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-56 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-56 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-56 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-56 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-56 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-56 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-56 > .container > .vc_element > .vc_column_container > :before {
    left: 28px;
    width: calc(100% - 56px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-64 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-64 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-64 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-64 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-64 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-64 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-64 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-64 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-64 > .container > .vc_element > .vc_column_container > :before {
    left: 32px;
    width: calc(100% - 64px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-72 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-72 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-72 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-72 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-72 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-72 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-72 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-72 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-72 > .container > .vc_element > .vc_column_container > :before {
    left: 36px;
    width: calc(100% - 72px);
  }
  .compose-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-80 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-80 > .container > .vc_element:before,
  .compose-mode .vc_element:hover > .wpb_row.vc_column-gap-80 > .container > .vc_element:before,
  .compose-mode .vc_element.vc_hold-hover > .vc_inner.vc_column-gap-80 > .vc_element:before,
  .compose-mode .vc_element.vc_hover > .vc_inner.vc_column-gap-80 > .vc_element:before,
  .compose-mode .vc_element:hover > .vc_inner.vc_column-gap-80 > .vc_element:before,
  .view-mode .vc_element.vc_hold-hover > .wpb_row.vc_column-gap-80 > .container > .vc_element:before,
  .view-mode .vc_element.vc_hover > .wpb_row.vc_column-gap-80 > .container > .vc_element:before,
  .view-mode .vc_element:hover > .wpb_row.vc_column-gap-80 > .container > .vc_element > .vc_column_container > :before {
    left: 40px;
    width: calc(100% - 80px);
  }
  .wpb_row.vc_column-gap-4 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-4 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 1px;
  }
  .wpb_row.vc_column-gap-8 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-8 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 3px;
  }
  .wpb_row.vc_column-gap-16 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-16 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 7px;
  }
  .wpb_row.vc_column-gap-24 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-24 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 11px;
  }
  .wpb_row.vc_column-gap-32 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-32 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 15px;
  }
  .wpb_row.vc_column-gap-40 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-40 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 19px;
  }
  .wpb_row.vc_column-gap-48 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-48 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 23px;
  }
  .wpb_row.vc_column-gap-56 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-56 > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 27px;
  }
  .wpb_row.vc_column-gap-64 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-64 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 31px;
  }
  .wpb_row.vc_column-gap-72 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-72 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 35px;
  }
  .wpb_row.vc_column-gap-80 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl,
  .vc_inner.vc_column-gap-80 > .container > .vc_element > .vc_column_container + .vc_controls > .vc_controls-out-tl {
    left: 39px;
  }
  .compose-mode .vc_element.vc_empty:not(.vc_sorting-over) .vc_empty-element:after,
  .view-mode .vc_element.vc_empty:not(.vc_sorting-over) .vc_empty-element:after,
  .vc_add-element-not-empty-button {
    font-size: 12px !important;
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
    vertical-align: top;
  }
  .mobile-container {
    max-width: 320px;
  }
  /* Posts
  ---------------*/
  .blog-layout .loop-posts .post {
    float: left;
  }
  .chess .loop-posts .post,
  .chess .loop-posts .grid-sizer {
    width: 50%;
  }
  .chess .loop-posts .post .post-body {
    height: 352px;
  }
  .chess .loop-posts .post .post-excerpt {
    display: none;
  }
  .comment-list ul.children {
    position: relative;
    margin-left: 48px;
  }
  .comment-list ul.children .comment:before {
    content: "";
    display: block;
    position: absolute;
    left: 128px;
    top: -48px;
    height: 48px;
    width: 2px;
    background-color: #e0e0e0;
  }
  .blog-layout-list .post-image-wrapper + .post-body {
    padding-left: 48px;
  }
  .blog-layout-list .post-inner {
    position: relative;
    display: table;
    width: 100%;
  }
  .blog-layout-list .post-image,
  .blog-layout-list .post-body {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .blog-layout-list .post-image {
    width: 50%;
  }
  .blog-layout-list .post-body {
    width: 50%;
  }
  .blog-content #single-post-page > .post > .post-inner > .post-body,
  .blog-content .related-posts-wrapper,
  .blog-content .post-comments-section,
  .blog-content #single-post-page .post-title-section,
  .blog-content #single-post-page .post-author-box,
  .blog-content #single-post-page .post-single-navigation {
    margin: 0 auto;
    max-width: 100%;
  }
  .blog-layout-list .post-inner {
    padding-bottom: 48px;
  }
  .blog-layout-list #loop-posts .post:first-child .post-inner {
    padding-top: 0;
  }
  .full .format-aside .post-body,
  .full .format-link .post-body,
  .full .format-quote .post-body {
    max-width: 100% !important;
    padding-top: 0 !important;
  }
  .blog-layout-full #loop-posts .post .post-title {
    margin-bottom: 16px;
  }
  .blog-layout-list .post-image-wrapper {
    transform: translateY(8px);
  }
  .comment-list .comment .comment,
  .commentlist .review .comment {
    margin-left: 32px;
  }
  /* Products
  ---------------*/
  .woocommerce-product-gallery .flex-control-nav {
    text-align: left;
  }
  .woocommerce-MyAccount-navigation {
    width: 30%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .woocommerce-MyAccount-content {
    width: 70%;
    padding-left: 24px;
  }
  .woocommerce-MyAccount-navigation {
    float: left;
  }
  .woocommerce-MyAccount-content {
    float: right;
  }
  .woocommerce-before-shop-loop {
    text-align: left;
  }
  .woocommerce-before-shop-loop > * {
    display: inline-block;
    margin: 0;
  }
  .woocommerce-result-count {
    float: right;
    top: -50%;
    transform: translateY(50%);
    padding-right: 16px;
  }
  .product .single-product-wrapper > *:not(.onsale) {
    width: 50%;
  }
  .product .single-product-wrapper .summary {
    padding: 24px;
  }
  .product .single-product-wrapper .woocommerce-product-gallery {
    padding-right: 24px;
  }
  .product .single-product-wrapper {
    display: flex;
  }
  .shop_table .coupon {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 70%;
  }
  /*list layoyt
  ---------------*/
  .list .loop-product .product,
  .list .product-content .loop-product .product {
    width: 100% !important;
  }
  .list .loop-product .post .post-inner-wrapper {
    width: 100%;
    display: table;
  }
  .list .loop-product .post .post-image,
  .list .loop-product .post .post-body {
    display: table-cell;
    vertical-align: middle;
  }
  .list .loop-product .post .post-body:before {
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-color: #e0e0e0;
  }
  .list .loop-product .product .post-body-inner:before {
    display: none;
  }
  .list .loop-product .yith-wcwl-add-to-wishlist,
  .list .custom-product .yith-wcwl-add-to-wishlist,
  .list .loop-product .woosc-btn,
  .list .custom-product .woosc-btn {
    right: 0;
    top: 0;
  }
  .list .loop-product .woosc-btn,
  .list .custom-product .woosc-btn {
    top: 36px;
  }
  .small.list .loop-product .post .post-image {
    width: 150px;
  }
  .small.list .loop-product .post .post-inner-wrapper {
    padding: 24px;
  }
  .small.list .loop-product .post .post-body {
    padding: 0 0 0 48px !important;
  }
  .small.list .loop-product .post .post-body:before {
    left: 24px;
  }
  .medium.list .loop-product .post .post-image {
    width: 220px;
  }
  .medium.list .loop-product .post .post-inner-wrapper {
    padding: 32px;
  }
  .medium.list .loop-product .post .post-body {
    padding: 0 0 0 64px !important;
  }
  .medium.list .loop-product .post .post-body:before {
    left: 32px;
  }
  .large.list .loop-product .post .post-image {
    width: 282px;
  }
  .large.list .loop-product .post .post-inner-wrapper {
    padding: 40px;
  }
  .large.list .loop-product .post .post-body {
    padding: 0 0 0 80px !important;
  }
  .large.list .loop-product .post .post-body:before {
    left: 40px;
  }
  /* et-instagram
  ---------------*/
  .et-instagram.grid[data-columns="2"] {
    grid-template-columns: repeat(2, 2fr);
  }
  .et-instagram.grid[data-columns="3"] {
    grid-template-columns: repeat(3, 3fr);
  }
  .et-instagram.grid[data-columns="4"] {
    grid-template-columns: repeat(2, 2fr);
  }
  .et-instagram.grid[data-columns="5"] {
    grid-template-columns: repeat(2, 2fr);
  }
  .et-instagram.grid[data-columns="6"] {
    grid-template-columns: repeat(3, 3fr);
  }
  /* et-timer
  ---------------*/
  .et-timer ul > li {
    width: auto;
    display: inline-block;
  }
  /* et-tabs
  ---------------*/
  .tabset .tab {
    width: auto;
    margin-right: 4px;
  }
  .center-true .tabset {
    text-align: center;
    width: 100%;
  }
  .center-true .tabset .tab {
    padding: 16px 32px 16px 32px;
  }
  .vertical .tabset {
    width: 35%;
    float: left;
  }
  .vertical .tabs-container {
    width: 65%;
    float: left;
    padding: 0 0 0 24px;
  }
  .vertical .tabset .tab {
    padding: 16px 24px 16px 24px;
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
    text-align: left;
  }
  .vertical .tabset .tab .tab-title-tag,
  .center-true .tabset .tab .tab-title-tag {
    font-size: 16px;
  }
  .vertical .tabset .tab .icon,
  .center-true .tabset .tab .icon {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
  }
  .tabset .tab:last-child {
    margin-right: 0;
  }
  .vertical .tabset .tab:last-child {
    margin-bottom: 0;
  }
  .vertical .tabset .tab:before {
    width: 3px;
    height: 0;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .vertical .tabset .tab.active:before {
    width: 4px;
    height: 100%;
  }
  /* et-makes
  ---------------*/
  .et-make-container.column-3 {
    grid-template-columns: repeat(3, 3fr) !important;
  }
  .et-make-container.column-4 {
    grid-template-columns: repeat(4, 4fr) !important;
  }
  .et-make-container.column-5 {
    grid-template-columns: repeat(5, 5fr) !important;
  }
  .et-make-container.column-6 {
    grid-template-columns: repeat(6, 6fr) !important;
  }
  .et-make-container.column-7 {
    grid-template-columns: repeat(6, 6fr) !important;
  }
  .et-make-container.column-8 {
    grid-template-columns: repeat(4, 4fr) !important;
  }
  .browser-internet .et-make-container.column-3 .et-item {
    width: 33.3333333333% !important;
  }
  .browser-internet .et-make-container.column-4 .et-item {
    width: 25% !important;
  }
  .browser-internet .et-make-container.column-5 .et-item {
    width: 20% !important;
  }
  .browser-internet .et-make-container.column-6 .et-item {
    width: 16.6666666667% !important;
  }
  .browser-internet .et-make-container.column-7 .et-item {
    width: 16.6666666667% !important;
  }
  .browser-internet .et-make-container.column-8 .et-item {
    width: 25% !important;
  }
  /* woo-single-product
  ---------------*/
  .woo-single-product {
    padding: 24px !important;
  }
  .woo-single-product .product .single-product-wrapper .summary {
    padding: 0 0 0 24px;
    border-left: 1px solid #e0e0e0;
  }
  .woo-single-product .woocommerce-product-gallery .flex-control-nav li {
    max-width: 53px;
  }
  .woo-single-product.arrows-pos-bottom-right.owl-carousel[data-gap="0"] .owl-nav,
  .woo-single-product.bullets-pos-bottom-right.owl-carousel[data-gap="0"] .owl-dots {
    bottom: 40px !important;
    right: 40px !important;
    top: auto !important;
  }
}
/* Min-width: 768px and max-width: 1023px
---------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide768-1024 {
    display: none !important;
  }
  .disable768-1024.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text768-1023-align-center {
    text-align: center !important;
  }
  .text768-1023-align-left {
    text-align: left !important;
  }
  .text768-1023-align-right {
    text-align: right !important;
  }
  .demo-icon-pack {
    grid-template-columns: repeat(5, 5fr) !important;
  }
  /* Header
  ---------------*/
  .et-desktop.tablet-portrait-false, .et-desktop.tablet-portrait-false + .header-placeholder {
    display: none !important;
  }
  .et-mobile.tablet-portrait-false, .et-mobile.tablet-portrait-false + .header-placeholder {
    display: none !important;
  }
  .tablet-portrait-hide-important:not(.single-header) .et-mobile, .tablet-portrait-hide-important:not(.single-header) .et-mobile + .header-placeholder {
    display: none !important;
  }
  /* Page title section
  ---------------*/
  .tse.tablet-align-left {
    float: left !important;
  }
  .tse.tablet-align-right {
    float: right !important;
  }
  .tse.tablet-align-center {
    text-align: center !important;
    float: none !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-768-1024-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-768-1024-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-768-1024-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-768-1024-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-768-1024-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-768-1024-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-768-1024-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-768-1024-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-768-1024-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-768-1024-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-768-1024-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-768-1024-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-768-1024-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-768-1024-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-768-1024-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-768-1024-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-768-1024-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-768-1024-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-768-1024-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-768-1024-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-768-1024-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-768-1024-right="50"] {
    padding-right: 50% !important;
  }
  /* tablet-font
  ---------------*/
  [data-tablet-portrait-font="14px"] {
    font-size: 14px !important;
  }
  [data-tablet-portrait-font="15px"] {
    font-size: 15px !important;
  }
  [data-tablet-portrait-font="16px"] {
    font-size: 16px !important;
  }
  [data-tablet-portrait-font="17px"] {
    font-size: 17px !important;
  }
  [data-tablet-portrait-font="18px"] {
    font-size: 18px !important;
  }
  [data-tablet-portrait-font="19px"] {
    font-size: 19px !important;
  }
  [data-tablet-portrait-font="20px"] {
    font-size: 20px !important;
  }
  [data-tablet-portrait-font="21px"] {
    font-size: 21px !important;
  }
  [data-tablet-portrait-font="22px"] {
    font-size: 22px !important;
  }
  [data-tablet-portrait-font="23px"] {
    font-size: 23px !important;
  }
  [data-tablet-portrait-font="24px"] {
    font-size: 24px !important;
  }
  [data-tablet-portrait-font="25px"] {
    font-size: 25px !important;
  }
  [data-tablet-portrait-font="26px"] {
    font-size: 26px !important;
  }
  [data-tablet-portrait-font="27px"] {
    font-size: 27px !important;
  }
  [data-tablet-portrait-font="28px"] {
    font-size: 28px !important;
  }
  [data-tablet-portrait-font="29px"] {
    font-size: 29px !important;
  }
  [data-tablet-portrait-font="30px"] {
    font-size: 30px !important;
  }
  [data-tablet-portrait-font="31px"] {
    font-size: 31px !important;
  }
  [data-tablet-portrait-font="32px"] {
    font-size: 32px !important;
  }
  [data-tablet-portrait-font="33px"] {
    font-size: 33px !important;
  }
  [data-tablet-portrait-font="34px"] {
    font-size: 34px !important;
  }
  [data-tablet-portrait-font="35px"] {
    font-size: 35px !important;
  }
  [data-tablet-portrait-font="36px"] {
    font-size: 36px !important;
  }
  [data-tablet-portrait-font="37px"] {
    font-size: 37px !important;
  }
  [data-tablet-portrait-font="38px"] {
    font-size: 38px !important;
  }
  [data-tablet-portrait-font="39px"] {
    font-size: 39px !important;
  }
  [data-tablet-portrait-font="40px"] {
    font-size: 40px !important;
  }
  [data-tablet-portrait-font="41px"] {
    font-size: 41px !important;
  }
  [data-tablet-portrait-font="42px"] {
    font-size: 42px !important;
  }
  [data-tablet-portrait-font="43px"] {
    font-size: 43px !important;
  }
  [data-tablet-portrait-font="44px"] {
    font-size: 44px !important;
  }
  [data-tablet-portrait-font="45px"] {
    font-size: 45px !important;
  }
  [data-tablet-portrait-font="46px"] {
    font-size: 46px !important;
  }
  [data-tablet-portrait-font="47px"] {
    font-size: 47px !important;
  }
  [data-tablet-portrait-font="48px"] {
    font-size: 48px !important;
  }
  [data-tablet-portrait-font="49px"] {
    font-size: 49px !important;
  }
  [data-tablet-portrait-font="50px"] {
    font-size: 50px !important;
  }
  [data-tablet-portrait-font="51px"] {
    font-size: 51px !important;
  }
  [data-tablet-portrait-font="52px"] {
    font-size: 52px !important;
  }
  [data-tablet-portrait-font="53px"] {
    font-size: 53px !important;
  }
  [data-tablet-portrait-font="54px"] {
    font-size: 54px !important;
  }
  [data-tablet-portrait-font="55px"] {
    font-size: 55px !important;
  }
  [data-tablet-portrait-font="56px"] {
    font-size: 56px !important;
  }
  [data-tablet-portrait-font="57px"] {
    font-size: 57px !important;
  }
  [data-tablet-portrait-font="58px"] {
    font-size: 58px !important;
  }
  [data-tablet-portrait-font="59px"] {
    font-size: 59px !important;
  }
  [data-tablet-portrait-font="60px"] {
    font-size: 60px !important;
  }
  [data-tablet-portrait-font="61px"] {
    font-size: 61px !important;
  }
  [data-tablet-portrait-font="62px"] {
    font-size: 62px !important;
  }
  [data-tablet-portrait-font="63px"] {
    font-size: 63px !important;
  }
  [data-tablet-portrait-font="64px"] {
    font-size: 64px !important;
  }
  [data-tablet-portrait-font="65px"] {
    font-size: 65px !important;
  }
  [data-tablet-portrait-font="66px"] {
    font-size: 66px !important;
  }
  [data-tablet-portrait-font="67px"] {
    font-size: 67px !important;
  }
  [data-tablet-portrait-font="68px"] {
    font-size: 68px !important;
  }
  [data-tablet-portrait-font="69px"] {
    font-size: 69px !important;
  }
  [data-tablet-portrait-font="70px"] {
    font-size: 70px !important;
  }
  [data-tablet-portrait-font="71px"] {
    font-size: 71px !important;
  }
  [data-tablet-portrait-font="72px"] {
    font-size: 72px !important;
  }
  [data-tablet-portrait-line-height="14px"] {
    line-height: 14px !important;
  }
  [data-tablet-portrait-line-height="15px"] {
    line-height: 15px !important;
  }
  [data-tablet-portrait-line-height="16px"] {
    line-height: 16px !important;
  }
  [data-tablet-portrait-line-height="17px"] {
    line-height: 17px !important;
  }
  [data-tablet-portrait-line-height="18px"] {
    line-height: 18px !important;
  }
  [data-tablet-portrait-line-height="19px"] {
    line-height: 19px !important;
  }
  [data-tablet-portrait-line-height="20px"] {
    line-height: 20px !important;
  }
  [data-tablet-portrait-line-height="21px"] {
    line-height: 21px !important;
  }
  [data-tablet-portrait-line-height="22px"] {
    line-height: 22px !important;
  }
  [data-tablet-portrait-line-height="23px"] {
    line-height: 23px !important;
  }
  [data-tablet-portrait-line-height="24px"] {
    line-height: 24px !important;
  }
  [data-tablet-portrait-line-height="25px"] {
    line-height: 25px !important;
  }
  [data-tablet-portrait-line-height="26px"] {
    line-height: 26px !important;
  }
  [data-tablet-portrait-line-height="27px"] {
    line-height: 27px !important;
  }
  [data-tablet-portrait-line-height="28px"] {
    line-height: 28px !important;
  }
  [data-tablet-portrait-line-height="29px"] {
    line-height: 29px !important;
  }
  [data-tablet-portrait-line-height="30px"] {
    line-height: 30px !important;
  }
  [data-tablet-portrait-line-height="31px"] {
    line-height: 31px !important;
  }
  [data-tablet-portrait-line-height="32px"] {
    line-height: 32px !important;
  }
  [data-tablet-portrait-line-height="33px"] {
    line-height: 33px !important;
  }
  [data-tablet-portrait-line-height="34px"] {
    line-height: 34px !important;
  }
  [data-tablet-portrait-line-height="35px"] {
    line-height: 35px !important;
  }
  [data-tablet-portrait-line-height="36px"] {
    line-height: 36px !important;
  }
  [data-tablet-portrait-line-height="37px"] {
    line-height: 37px !important;
  }
  [data-tablet-portrait-line-height="38px"] {
    line-height: 38px !important;
  }
  [data-tablet-portrait-line-height="39px"] {
    line-height: 39px !important;
  }
  [data-tablet-portrait-line-height="40px"] {
    line-height: 40px !important;
  }
  [data-tablet-portrait-line-height="41px"] {
    line-height: 41px !important;
  }
  [data-tablet-portrait-line-height="42px"] {
    line-height: 42px !important;
  }
  [data-tablet-portrait-line-height="43px"] {
    line-height: 43px !important;
  }
  [data-tablet-portrait-line-height="44px"] {
    line-height: 44px !important;
  }
  [data-tablet-portrait-line-height="45px"] {
    line-height: 45px !important;
  }
  [data-tablet-portrait-line-height="46px"] {
    line-height: 46px !important;
  }
  [data-tablet-portrait-line-height="47px"] {
    line-height: 47px !important;
  }
  [data-tablet-portrait-line-height="48px"] {
    line-height: 48px !important;
  }
  [data-tablet-portrait-line-height="49px"] {
    line-height: 49px !important;
  }
  [data-tablet-portrait-line-height="50px"] {
    line-height: 50px !important;
  }
  [data-tablet-portrait-line-height="51px"] {
    line-height: 51px !important;
  }
  [data-tablet-portrait-line-height="52px"] {
    line-height: 52px !important;
  }
  [data-tablet-portrait-line-height="53px"] {
    line-height: 53px !important;
  }
  [data-tablet-portrait-line-height="54px"] {
    line-height: 54px !important;
  }
  [data-tablet-portrait-line-height="55px"] {
    line-height: 55px !important;
  }
  [data-tablet-portrait-line-height="56px"] {
    line-height: 56px !important;
  }
  [data-tablet-portrait-line-height="57px"] {
    line-height: 57px !important;
  }
  [data-tablet-portrait-line-height="58px"] {
    line-height: 58px !important;
  }
  [data-tablet-portrait-line-height="59px"] {
    line-height: 59px !important;
  }
  [data-tablet-portrait-line-height="60px"] {
    line-height: 60px !important;
  }
  [data-tablet-portrait-line-height="61px"] {
    line-height: 61px !important;
  }
  [data-tablet-portrait-line-height="62px"] {
    line-height: 62px !important;
  }
  [data-tablet-portrait-line-height="63px"] {
    line-height: 63px !important;
  }
  [data-tablet-portrait-line-height="64px"] {
    line-height: 64px !important;
  }
  [data-tablet-portrait-line-height="65px"] {
    line-height: 65px !important;
  }
  [data-tablet-portrait-line-height="66px"] {
    line-height: 66px !important;
  }
  [data-tablet-portrait-line-height="67px"] {
    line-height: 67px !important;
  }
  [data-tablet-portrait-line-height="68px"] {
    line-height: 68px !important;
  }
  [data-tablet-portrait-line-height="69px"] {
    line-height: 69px !important;
  }
  [data-tablet-portrait-line-height="70px"] {
    line-height: 70px !important;
  }
  [data-tablet-portrait-line-height="71px"] {
    line-height: 71px !important;
  }
  [data-tablet-portrait-line-height="72px"] {
    line-height: 72px !important;
  }
  [data-tablet-portrait-line-height="73px"] {
    line-height: 73px !important;
  }
  [data-tablet-portrait-line-height="74px"] {
    line-height: 74px !important;
  }
  [data-tablet-portrait-line-height="75px"] {
    line-height: 75px !important;
  }
  [data-tablet-portrait-line-height="76px"] {
    line-height: 76px !important;
  }
  [data-tablet-portrait-line-height="77px"] {
    line-height: 77px !important;
  }
  [data-tablet-portrait-line-height="78px"] {
    line-height: 78px !important;
  }
  [data-tablet-portrait-line-height="79px"] {
    line-height: 79px !important;
  }
  [data-tablet-portrait-line-height="80px"] {
    line-height: 80px !important;
  }
  /* Posts
  ---------------*/
  .grid #loop-posts .post .post-body,
  .et-shortcode-posts .post .post-body,
  .medium .loop-product .product .post-body,
  .related-posts .post .post-body {
    padding: 24px 24px 24px 24px;
  }
  .chess .loop-posts .post .post-body {
    padding: 48px;
  }
  .medium .loop-product .product-category .post-body {
    padding: 24px;
  }
  .blog-layout-list .post-image {
    min-width: 200px !important;
    max-width: 100%;
  }
  .chess .loop-posts .post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
  .fluid-masonry .loop-posts .post {
    width: 50% !important;
  }
  /* Widgets
  ---------------*/
  .widget .columns-tablet-1.flickr-image-list li,
  .widget .columns-tablet-1.instagram-image-list li {
    width: 100%;
  }
  .widget .columns-tablet-2.flickr-image-list li,
  .widget .columns-tablet-2.instagram-image-list li {
    width: 50%;
  }
  .widget .columns-tablet-3.flickr-image-list li,
  .widget .columns-tablet-3.instagram-image-list li {
    width: 33.3333333333%;
  }
  .widget .columns-tablet-4.flickr-image-list li,
  .widget .columns-tablet-4.instagram-image-list li {
    width: 25%;
  }
  .widget .columns-tablet-5.flickr-image-list li,
  .widget .columns-tablet-5.instagram-image-list li {
    width: 20%;
  }
  .widget .columns-tablet-6.flickr-image-list li,
  .widget .columns-tablet-6.instagram-image-list li {
    width: 16.6666666667%;
  }
  .widget .columns-tablet-7.flickr-image-list li,
  .widget .columns-tablet-7.instagram-image-list li {
    width: 14.2857142857%;
  }
  .widget .columns-tablet-8.flickr-image-list li,
  .widget .columns-tablet-8.instagram-image-list li {
    width: 12.5%;
  }
  .widget .columns-tablet-9.flickr-image-list li,
  .widget .columns-tablet-9.instagram-image-list li {
    width: 11.1111111111%;
  }
  .widget .columns-tablet-10.flickr-image-list li,
  .widget .columns-tablet-10.instagram-image-list li {
    width: 10%;
  }
  /* Products
  ---------------*/
  .woocommerce-product-gallery .flex-control-nav li {
    width: 59px;
  }
  .woocommerce-product-gallery .flex-control-nav li:last-child,
  .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0;
  }
  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 600px !important;
    height: 85% !important;
    top: 7.5% !important;
    left: 50% !important;
    margin-left: -300px !important;
  }
  .product .summary .et-timer li {
    width: 50%;
  }
  .product .summary .et-timer li:nth-child(3) div {
    padding-left: 0 !important;
  }
  .product .summary .et-timer li:nth-child(2) div {
    padding-right: 0 !important;
  }
  .product .summary .et-timer li:nth-child(2) span:before {
    display: none !important;
  }
  /* Filter
  ---------------*/
  .enovathemes-filter {
    width: 30% !important;
  }
  .enovathemes-filter .catalog-container {
    width: 333%;
  }
  .enovathemes-filter.column-3 .filter-wrapper .catalog-container > ul,
  .enovathemes-filter.column-5 .filter-wrapper .catalog-container > ul,
  .shop-cat-list.column-2,
  .shop-cat-list.column-3,
  .shop-cat-list.column-4,
  .shop-cat-list.column-5 {
    grid-template-columns: repeat(3, 3fr);
  }
  .enovathemes-filter.column-2 .filter-wrapper .catalog-container > ul,
  .enovathemes-filter.column-4 .filter-wrapper .catalog-container > ul {
    grid-template-columns: repeat(2, 2fr);
  }
  /* et-icon-box
  ---------------*/
  .et-icon-box-container.column-3,
  .et-icon-box-container.column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .et-icon-box-container.column-4 {
    grid-template-columns: repeat(2, 2fr);
  }
  .browser-internet .et-icon-box-container.column-2 .et-icon-box,
  .browser-internet .et-icon-box-container.column-3 .et-icon-box {
    width: 100%;
  }
  .browser-internet .et-icon-box-container.column-4 .et-icon-box {
    width: 50%;
  }
  /* et-client
  ---------------*/
  .grid.et-client-container[data-columns="5"] .et-client {
    min-height: 130px;
  }
  .grid.et-client-container[data-columns="6"] {
    grid-template-columns: repeat(3, 3fr);
  }
  .browser-internet .grid.et-client-container[data-columns="6"] .et-client {
    width: 33.3333333333%;
  }
  /* et-step-box
  ---------------*/
  .et-step-box-container.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .et-step-box-container.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* et-blockquote
  ---------------*/
  blockquote, q {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  /* et-separator
  ---------------*/
  .et-icon-separator .line {
    max-width: 35%;
  }
  /* et-pricing-table
     ---------------*/
  .et-pricing-table .price {
    font-size: 32px;
    line-height: 32px;
  }
  .et-pricing-table .currency {
    bottom: 0;
  }
  /* et-person
  ---------------*/
  .et-person .person-content {
    padding: 32px;
  }
  /* et-banner
  ---------------*/
  .et-popup-banner-wrapper[data-tablet=true],
  .et-banner[data-tablet=false] {
    display: none;
  }
  /* et-instagram
  ---------------*/
  .et-instagram.grid[data-columns="3"] .feed-item-description,
  .et-instagram.grid[data-columns="6"] .feed-item-description {
    display: none;
  }
  .et-instagram.grid[data-columns="3"] .post-image-overlay-content p:first-child,
  .et-instagram.grid[data-columns="6"] .post-image-overlay-content p:first-child {
    margin-bottom: 0;
  }
}
/* Min-width: 768px and max-width: 1279px
---------------*/
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* tablet-text-align
  ---------------*/
  .tablet-text-align-left {
    text-align: left !important;
  }
  .tablet-text-align-right {
    text-align: right !important;
  }
  .tablet-text-align-center {
    text-align: center !important;
  }
}
/* Max-width: 1023px
---------------*/
@media only screen and (max-width: 1023px) {
  .text1023-align-center {
    text-align: center !important;
  }
  .text1023-align-left {
    text-align: left !important;
  }
  .text1023-align-right {
    text-align: right !important;
  }
  /* Post
  ---------------*/
  .sidebar-toggle {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 8px;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
  }
  .sidebar-toggle.inside {
    float: right;
  }
  .layout-sidebar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    max-width: 320px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    padding: 12px !important;
    z-index: 9999999999999;
    background-color: #ffffff;
    overflow-y: scroll;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1) !important;
  }
  .layout-sidebar.active {
    transform: translateX(0);
  }
  .inner-wrapper-sticky {
    position: static !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
  /* Page
  ---------------*/
  .mob-page-title-text-align-center.rich-header {
    text-align: center !important;
  }
  .mob-page-title-text-align-left.rich-header {
    text-align: left !important;
  }
  .mob-page-title-text-align-right.rich-header {
    text-align: right !important;
  }
  .mob-page-title-text-align-left.rich-header .rh-title {
    float: left;
  }
  .mob-page-title-text-align-left.rich-header .et-breadcrumbs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
    margin-top: 0 !important;
  }
  .mob-page-title-text-align-right.rich-header {
    float: right;
  }
  .mob-page-title-text-align-right.rich-header .et-breadcrumbs {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
    margin-top: 0 !important;
  }
  .mob-page-title-text-align-left.rich-header .rh-title > :only-child {
    margin-bottom: 0 !important;
  }
  /* Products
  ---------------*/
  #yith-quick-view-content .product.type-product {
    display: block;
  }
  #yith-quick-view-content .product.type-product:not(tr) {
    display: block !important;
  }
  #yith-quick-view-content div.woocommerce-product-gallery,
  #yith-quick-view-content div.summary {
    width: 100% !important;
    opacity: 1 !important;
    float: none !important;
  }
  #yith-quick-view-content div.summary {
    padding: 56px 6.6%;
  }
  .related-products .owl-nav > .owl-prev {
    left: 12px;
  }
  .related-products .owl-nav > .owl-next {
    right: 12px;
  }
  /* et-icon-box
  ---------------*/
  .et-icon-box.icon-alignment-right,
  .et-icon-box.icon-position-right {
    text-align: left;
  }
  .et-icon-box.icon-position-left .et-icon,
  .et-icon-box.icon-position-right .et-icon {
    position: absolute;
    top: 4px;
    left: 0 !important;
    right: auto !important;
  }
  .et-icon-box.icon-position-left .et-icon.small + .et-icon-content,
  .et-icon-box.icon-position-right .et-icon.small + .et-icon-content {
    padding-left: 48px;
    padding-right: 0;
  }
  .et-icon-box.icon-position-left .et-icon.full.small + .et-icon-content,
  .et-icon-box.icon-position-right .et-icon.full.small + .et-icon-content {
    padding-left: 64px;
    padding-right: 0;
  }
  .et-icon-box.icon-position-left .et-icon.large + .et-icon-content,
  .et-icon-box.icon-position-right .et-icon.large + .et-icon-content {
    padding-left: 96px;
    padding-right: 0;
  }
  .et-icon-box.icon-position-left .et-icon.large-x + .et-icon-content,
  .et-icon-box.icon-position-right .et-icon.large-x + .et-icon-content {
    padding-left: 128px;
    padding-right: 0;
  }
  /* et-banner
  ---------------*/
  .et-banner .tagline-title {
    padding-right: 0;
    padding-bottom: 16px;
  }
}
/* Min-width: 1024px
---------------*/
@media only screen and (min-width: 1024px) {
  .hide1024 {
    display: none !important;
  }
  .disable1024.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text1024-align-center {
    text-align: center !important;
  }
  .text1024-align-left {
    text-align: left !important;
  }
  .text1024-align-right {
    text-align: right !important;
  }
  .vc-video-bg .video-container {
    width: 150%;
  }
  /* Page
  ---------------*/
  .page-title-text-align-left.rich-header .rh-title {
    float: left;
  }
  .page-title-text-align-left.rich-header .et-breadcrumbs {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
    margin-top: 0 !important;
  }
  .page-title-text-align-right.rich-header .rh-title {
    float: right;
  }
  .page-title-text-align-right.rich-header .et-breadcrumbs {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    backface-visibility: hidden;
    margin-top: 0 !important;
  }
  .page-title-text-align-left.rich-header .rh-title > :only-child {
    margin-bottom: 0 !important;
  }
  /* Posts
  ---------------*/
  .grid #loop-posts .post .post-body,
  .et-shortcode-posts .post .post-body,
  .chess .loop-posts .post .post-body,
  .related-posts .post .post-body {
    padding: 24px;
  }
  .medium .loop-product .product .post-body {
    padding: 0 32px 32px 32px;
  }
  .small .loop-product .product-category .post-body,
  .medium .loop-product .product-category .post-body {
    padding: 24px;
  }
  .chess .loop-posts .post .post-body {
    height: 240px;
  }
  .chess .blog-content #loop-posts .post .post-body {
    height: 353px;
    padding: 48px;
  }
  .list .blog-content .loop-posts .post,
  .full .blog-content .loop-posts .post,
  .list .loop-product .product,
  .list .product-content .loop-product .product {
    width: 100% !important;
  }
  .blog-layout-list .post-image {
    width: 40%;
  }
  .blog-layout-list .post-body {
    width: 60%;
  }
  .layout-sidebar {
    width: 25%;
  }
  .layout-sidebar-left .layout-sidebar {
    padding-right: 24px;
  }
  .layout-sidebar-right .layout-sidebar {
    padding-left: 24px;
  }
  .layout-sidebar-left .blog-sidebar {
    padding-right: 64px;
  }
  .layout-sidebar-right .blog-sidebar {
    padding-left: 64px;
  }
  .blog-sidebar:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    left: 32px;
  }
  .layout-sidebar-left .blog-sidebar:before {
    left: auto;
    right: 32px;
  }
  .layout-content {
    width: 75%;
  }
  .layout-sidebar-left .layout-sidebar,
  .layout-sidebar-right .layout-content {
    float: left;
  }
  .layout-sidebar-left .layout-content,
  .layout-sidebar-right .layout-sidebar {
    float: right;
  }
  .blog-sidebar {
    width: 30%;
    position: relative;
  }
  .blog-content {
    width: 70%;
  }
  /* Products
  ---------------*/
  .woocommerce:after {
    content: "";
    display: table;
    clear: both;
  }
  #yith-quick-view-modal .yith-wcqv-main {
    overflow: hidden !important;
  }
  #yith-quick-view-content div.woocommerce-product-gallery,
  #yith-quick-view-content div.summary {
    width: 50% !important;
    opacity: 1 !important;
    float: none !important;
  }
  .wishlist_table .yith-wcqv-button {
    margin-left: 8px;
  }
  #yith-quick-view-content div.summary {
    padding: 32px !important;
    border-left: 1px solid #e0e0e0;
    overflow-y: scroll;
  }
  .large.list-column-2 .product-content .loop-product .product,
  .large.list-column-2 .product-content .loop-product .grid-sizer {
    width: 100% !important;
  }
  .single-product-thumbnails-left .woocommerce-product-gallery .flex-viewport {
    margin-left: 72px;
  }
  .single-product-thumbnails-left .woocommerce-product-gallery .flex-control-nav {
    position: absolute;
    top: 0;
    left: 0;
  }
  .woo-single-product.single-product-thumbnails-left .woocommerce-product-gallery .flex-control-nav {
    top: 1px;
    left: 1px;
  }
  .single-product-thumbnails-left .woocommerce-product-gallery .flex-control-nav li {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
    max-width: 56px;
  }
  .product-content .related-products #loop-products .owl-nav {
    position: absolute !important;
    top: -40px;
    right: 13px;
  }
  .product-content .related-products .owl-nav > * {
    opacity: 1;
    position: static !important;
    display: inline-block;
    vertical-align: middle;
  }
  .product-content .related-products .owl-nav > .owl-next {
    margin-left: 8px;
  }
  .product .single-product-wrapper .summary {
    padding: 32px;
  }
  .product .single-product-wrapper .woocommerce-product-gallery {
    padding-right: 32px;
  }
  .woocommerce-cart-form {
    width: 65%;
    float: left;
    margin-top: 12px;
  }
  .cart-collaterals {
    width: calc(35% - 40px);
    float: right;
  }
  /* Widgets
  ---------------*/
  .widget .columns-desk-1.flickr-image-list li,
  .widget .columns-desk-1.instagram-image-list li {
    width: 100%;
  }
  .widget .columns-desk-2.flickr-image-list li,
  .widget .columns-desk-2.instagram-image-list li {
    width: 50%;
  }
  .widget .columns-desk-3.flickr-image-list li,
  .widget .columns-desk-3.instagram-image-list li {
    width: 33.3333333333%;
  }
  .widget .columns-desk-4.flickr-image-list li,
  .widget .columns-desk-4.instagram-image-list li {
    width: 25%;
  }
  .widget .columns-desk-5.flickr-image-list li,
  .widget .columns-desk-5.instagram-image-list li {
    width: 20%;
  }
  .widget .columns-desk-6.flickr-image-list li,
  .widget .columns-desk-6.instagram-image-list li {
    width: 16.6666666667%;
  }
  .widget .columns-desk-7.flickr-image-list li,
  .widget .columns-desk-7.instagram-image-list li {
    width: 14.2857142857%;
  }
  .widget .columns-desk-8.flickr-image-list li,
  .widget .columns-desk-8.instagram-image-list li {
    width: 12.5%;
  }
  .widget .columns-desk-9.flickr-image-list li,
  .widget .columns-desk-9.instagram-image-list li {
    width: 11.1111111111%;
  }
  .widget .columns-desk-10.flickr-image-list li,
  .widget .columns-desk-10.instagram-image-list li {
    width: 10%;
  }
  /* Car filter
  ----------------*/
  .car-filter.horizontal form > div {
    display: table;
    padding: 0 4px;
    margin-left: -8px;
    margin-right: -8px;
    width: 100%;
  }
  .car-filter.horizontal form > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 4px;
    width: 20%;
  }
  .car-filter.horizontal.vin-true form > div > div {
    width: 16%;
  }
  .car-filter.horizontal.vin-true form > div > .vin-label {
    width: 4%;
  }
  /* et-instagram
  ---------------*/
  .et-instagram.grid[data-columns="4"] {
    grid-template-columns: repeat(4, 4fr);
  }
  .et-instagram.grid[data-columns="5"] {
    grid-template-columns: repeat(5, 5fr);
  }
  .et-instagram.grid[data-columns="6"] {
    grid-template-columns: repeat(3, 3fr);
  }
  /* et-tabs
  ---------------*/
  .vertical .tabset {
    width: 20%;
  }
  .vertical .tabs-container {
    width: 80%;
  }
  /* woo-single-product
  ---------------*/
  .woo-single-product {
    padding: 40px !important;
  }
  .woo-single-product .product .single-product-wrapper .summary {
    padding: 0 0 0 32px;
  }
  .woo-single-product .woocommerce-product-gallery .flex-control-nav li {
    max-width: 64px;
  }
  .woo-single-product .woocommerce-product-gallery__wrapper,
  .woo-single-product .flex-viewport {
    max-height: 528px !important;
  }
}
/* Min-width: 1024px and max-width: 1279px
---------------*/
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .hide1024-1280 {
    display: none !important;
  }
  .disable1024-1280.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .text1024-1279-align-center {
    text-align: center !important;
  }
  .text1024-1279-align-left {
    text-align: left !important;
  }
  .text1024-1279-align-right {
    text-align: right !important;
  }
  /* Header
  ---------------*/
  .et-desktop.tablet-landscape-false, .et-desktop.tablet-landscape-false + .header-placeholder {
    display: none !important;
  }
  .et-mobile.tablet-landscape-false, .et-mobile.tablet-landscape-false + .header-placeholder {
    display: none !important;
  }
  .tablet-landscape-hide-important:not(.single-header) .et-mobile, .tablet-landscape-hide-important:not(.single-header) .et-mobile + .header-placeholder {
    display: none !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-1024-1280-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-1024-1280-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-1024-1280-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-1024-1280-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-1024-1280-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-1024-1280-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-1024-1280-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-1024-1280-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-1024-1280-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-1024-1280-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-1024-1280-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-1024-1280-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-1024-1280-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-1024-1280-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-1024-1280-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-1024-1280-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-1024-1280-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-1024-1280-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-1024-1280-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-1024-1280-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-1024-1280-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-1024-1280-right="50"] {
    padding-right: 50% !important;
  }
  /* tablet-font
  ---------------*/
  [data-tablet-landscape-font="14px"] {
    font-size: 14px !important;
  }
  [data-tablet-landscape-font="15px"] {
    font-size: 15px !important;
  }
  [data-tablet-landscape-font="16px"] {
    font-size: 16px !important;
  }
  [data-tablet-landscape-font="17px"] {
    font-size: 17px !important;
  }
  [data-tablet-landscape-font="18px"] {
    font-size: 18px !important;
  }
  [data-tablet-landscape-font="19px"] {
    font-size: 19px !important;
  }
  [data-tablet-landscape-font="20px"] {
    font-size: 20px !important;
  }
  [data-tablet-landscape-font="21px"] {
    font-size: 21px !important;
  }
  [data-tablet-landscape-font="22px"] {
    font-size: 22px !important;
  }
  [data-tablet-landscape-font="23px"] {
    font-size: 23px !important;
  }
  [data-tablet-landscape-font="24px"] {
    font-size: 24px !important;
  }
  [data-tablet-landscape-font="25px"] {
    font-size: 25px !important;
  }
  [data-tablet-landscape-font="26px"] {
    font-size: 26px !important;
  }
  [data-tablet-landscape-font="27px"] {
    font-size: 27px !important;
  }
  [data-tablet-landscape-font="28px"] {
    font-size: 28px !important;
  }
  [data-tablet-landscape-font="29px"] {
    font-size: 29px !important;
  }
  [data-tablet-landscape-font="30px"] {
    font-size: 30px !important;
  }
  [data-tablet-landscape-font="31px"] {
    font-size: 31px !important;
  }
  [data-tablet-landscape-font="32px"] {
    font-size: 32px !important;
  }
  [data-tablet-landscape-font="33px"] {
    font-size: 33px !important;
  }
  [data-tablet-landscape-font="34px"] {
    font-size: 34px !important;
  }
  [data-tablet-landscape-font="35px"] {
    font-size: 35px !important;
  }
  [data-tablet-landscape-font="36px"] {
    font-size: 36px !important;
  }
  [data-tablet-landscape-font="37px"] {
    font-size: 37px !important;
  }
  [data-tablet-landscape-font="38px"] {
    font-size: 38px !important;
  }
  [data-tablet-landscape-font="39px"] {
    font-size: 39px !important;
  }
  [data-tablet-landscape-font="40px"] {
    font-size: 40px !important;
  }
  [data-tablet-landscape-font="41px"] {
    font-size: 41px !important;
  }
  [data-tablet-landscape-font="42px"] {
    font-size: 42px !important;
  }
  [data-tablet-landscape-font="43px"] {
    font-size: 43px !important;
  }
  [data-tablet-landscape-font="44px"] {
    font-size: 44px !important;
  }
  [data-tablet-landscape-font="45px"] {
    font-size: 45px !important;
  }
  [data-tablet-landscape-font="46px"] {
    font-size: 46px !important;
  }
  [data-tablet-landscape-font="47px"] {
    font-size: 47px !important;
  }
  [data-tablet-landscape-font="48px"] {
    font-size: 48px !important;
  }
  [data-tablet-landscape-font="49px"] {
    font-size: 49px !important;
  }
  [data-tablet-landscape-font="50px"] {
    font-size: 50px !important;
  }
  [data-tablet-landscape-font="51px"] {
    font-size: 51px !important;
  }
  [data-tablet-landscape-font="52px"] {
    font-size: 52px !important;
  }
  [data-tablet-landscape-font="53px"] {
    font-size: 53px !important;
  }
  [data-tablet-landscape-font="54px"] {
    font-size: 54px !important;
  }
  [data-tablet-landscape-font="55px"] {
    font-size: 55px !important;
  }
  [data-tablet-landscape-font="56px"] {
    font-size: 56px !important;
  }
  [data-tablet-landscape-font="57px"] {
    font-size: 57px !important;
  }
  [data-tablet-landscape-font="58px"] {
    font-size: 58px !important;
  }
  [data-tablet-landscape-font="59px"] {
    font-size: 59px !important;
  }
  [data-tablet-landscape-font="60px"] {
    font-size: 60px !important;
  }
  [data-tablet-landscape-font="61px"] {
    font-size: 61px !important;
  }
  [data-tablet-landscape-font="62px"] {
    font-size: 62px !important;
  }
  [data-tablet-landscape-font="63px"] {
    font-size: 63px !important;
  }
  [data-tablet-landscape-font="64px"] {
    font-size: 64px !important;
  }
  [data-tablet-landscape-font="65px"] {
    font-size: 65px !important;
  }
  [data-tablet-landscape-font="66px"] {
    font-size: 66px !important;
  }
  [data-tablet-landscape-font="67px"] {
    font-size: 67px !important;
  }
  [data-tablet-landscape-font="68px"] {
    font-size: 68px !important;
  }
  [data-tablet-landscape-font="69px"] {
    font-size: 69px !important;
  }
  [data-tablet-landscape-font="70px"] {
    font-size: 70px !important;
  }
  [data-tablet-landscape-font="71px"] {
    font-size: 71px !important;
  }
  [data-tablet-landscape-font="72px"] {
    font-size: 72px !important;
  }
  [data-tablet-landscape-line-height="14px"] {
    line-height: 14px !important;
  }
  [data-tablet-landscape-line-height="15px"] {
    line-height: 15px !important;
  }
  [data-tablet-landscape-line-height="16px"] {
    line-height: 16px !important;
  }
  [data-tablet-landscape-line-height="17px"] {
    line-height: 17px !important;
  }
  [data-tablet-landscape-line-height="18px"] {
    line-height: 18px !important;
  }
  [data-tablet-landscape-line-height="19px"] {
    line-height: 19px !important;
  }
  [data-tablet-landscape-line-height="20px"] {
    line-height: 20px !important;
  }
  [data-tablet-landscape-line-height="21px"] {
    line-height: 21px !important;
  }
  [data-tablet-landscape-line-height="22px"] {
    line-height: 22px !important;
  }
  [data-tablet-landscape-line-height="23px"] {
    line-height: 23px !important;
  }
  [data-tablet-landscape-line-height="24px"] {
    line-height: 24px !important;
  }
  [data-tablet-landscape-line-height="25px"] {
    line-height: 25px !important;
  }
  [data-tablet-landscape-line-height="26px"] {
    line-height: 26px !important;
  }
  [data-tablet-landscape-line-height="27px"] {
    line-height: 27px !important;
  }
  [data-tablet-landscape-line-height="28px"] {
    line-height: 28px !important;
  }
  [data-tablet-landscape-line-height="29px"] {
    line-height: 29px !important;
  }
  [data-tablet-landscape-line-height="30px"] {
    line-height: 30px !important;
  }
  [data-tablet-landscape-line-height="31px"] {
    line-height: 31px !important;
  }
  [data-tablet-landscape-line-height="32px"] {
    line-height: 32px !important;
  }
  [data-tablet-landscape-line-height="33px"] {
    line-height: 33px !important;
  }
  [data-tablet-landscape-line-height="34px"] {
    line-height: 34px !important;
  }
  [data-tablet-landscape-line-height="35px"] {
    line-height: 35px !important;
  }
  [data-tablet-landscape-line-height="36px"] {
    line-height: 36px !important;
  }
  [data-tablet-landscape-line-height="37px"] {
    line-height: 37px !important;
  }
  [data-tablet-landscape-line-height="38px"] {
    line-height: 38px !important;
  }
  [data-tablet-landscape-line-height="39px"] {
    line-height: 39px !important;
  }
  [data-tablet-landscape-line-height="40px"] {
    line-height: 40px !important;
  }
  [data-tablet-landscape-line-height="41px"] {
    line-height: 41px !important;
  }
  [data-tablet-landscape-line-height="42px"] {
    line-height: 42px !important;
  }
  [data-tablet-landscape-line-height="43px"] {
    line-height: 43px !important;
  }
  [data-tablet-landscape-line-height="44px"] {
    line-height: 44px !important;
  }
  [data-tablet-landscape-line-height="45px"] {
    line-height: 45px !important;
  }
  [data-tablet-landscape-line-height="46px"] {
    line-height: 46px !important;
  }
  [data-tablet-landscape-line-height="47px"] {
    line-height: 47px !important;
  }
  [data-tablet-landscape-line-height="48px"] {
    line-height: 48px !important;
  }
  [data-tablet-landscape-line-height="49px"] {
    line-height: 49px !important;
  }
  [data-tablet-landscape-line-height="50px"] {
    line-height: 50px !important;
  }
  [data-tablet-landscape-line-height="51px"] {
    line-height: 51px !important;
  }
  [data-tablet-landscape-line-height="52px"] {
    line-height: 52px !important;
  }
  [data-tablet-landscape-line-height="53px"] {
    line-height: 53px !important;
  }
  [data-tablet-landscape-line-height="54px"] {
    line-height: 54px !important;
  }
  [data-tablet-landscape-line-height="55px"] {
    line-height: 55px !important;
  }
  [data-tablet-landscape-line-height="56px"] {
    line-height: 56px !important;
  }
  [data-tablet-landscape-line-height="57px"] {
    line-height: 57px !important;
  }
  [data-tablet-landscape-line-height="58px"] {
    line-height: 58px !important;
  }
  [data-tablet-landscape-line-height="59px"] {
    line-height: 59px !important;
  }
  [data-tablet-landscape-line-height="60px"] {
    line-height: 60px !important;
  }
  [data-tablet-landscape-line-height="61px"] {
    line-height: 61px !important;
  }
  [data-tablet-landscape-line-height="62px"] {
    line-height: 62px !important;
  }
  [data-tablet-landscape-line-height="63px"] {
    line-height: 63px !important;
  }
  [data-tablet-landscape-line-height="64px"] {
    line-height: 64px !important;
  }
  [data-tablet-landscape-line-height="65px"] {
    line-height: 65px !important;
  }
  [data-tablet-landscape-line-height="66px"] {
    line-height: 66px !important;
  }
  [data-tablet-landscape-line-height="67px"] {
    line-height: 67px !important;
  }
  [data-tablet-landscape-line-height="68px"] {
    line-height: 68px !important;
  }
  [data-tablet-landscape-line-height="69px"] {
    line-height: 69px !important;
  }
  [data-tablet-landscape-line-height="70px"] {
    line-height: 70px !important;
  }
  [data-tablet-landscape-line-height="71px"] {
    line-height: 71px !important;
  }
  [data-tablet-landscape-line-height="72px"] {
    line-height: 72px !important;
  }
  [data-tablet-landscape-line-height="73px"] {
    line-height: 73px !important;
  }
  [data-tablet-landscape-line-height="74px"] {
    line-height: 74px !important;
  }
  [data-tablet-landscape-line-height="75px"] {
    line-height: 75px !important;
  }
  [data-tablet-landscape-line-height="76px"] {
    line-height: 76px !important;
  }
  [data-tablet-landscape-line-height="77px"] {
    line-height: 77px !important;
  }
  [data-tablet-landscape-line-height="78px"] {
    line-height: 78px !important;
  }
  [data-tablet-landscape-line-height="79px"] {
    line-height: 79px !important;
  }
  [data-tablet-landscape-line-height="80px"] {
    line-height: 80px !important;
  }
  /* Posts
  ---------------*/
  .blog-layout-list .blog-content .post-image {
    min-width: 200px !important;
    max-width: 100%;
  }
  .chess.blog-content #loop-posts .post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
  /* Products
  ---------------*/
  .woocommerce-product-gallery .flex-control-nav li {
    max-width: 81px;
  }
  .product-content .woocommerce-product-gallery .flex-control-nav li {
    max-width: 58px;
  }
  .woocommerce-product-gallery .flex-control-nav li:last-child,
  .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0;
  }
  .slick-thumbnail-navigation ul li {
    max-width: 121px;
  }
  .small.list .product-content .loop-product .product,
  .small.list .product-content .loop-product .grid-sizer,
  .small.list.column-2 .product-content .loop-product .product,
  .small.list.column-2 .product-content .loop-product .grid-sizer {
    width: 100% !important;
  }
  .product-content .product .summary table.variations input,
  .product-content .product .summary table.variations select {
    width: 243px;
  }
  .product-content .product .summary .et-timer li {
    width: 50%;
  }
  .product-content .product .summary .et-timer li:nth-child(3) div {
    padding-left: 0 !important;
  }
  .product-content .product .summary .et-timer li:nth-child(2) div {
    padding-right: 0 !important;
  }
  .product-content .product .summary .et-timer li:nth-child(2) span:before {
    display: none !important;
  }
  /* Filter
  ---------------*/
  .layout-content .enovathemes-filter {
    width: 40% !important;
  }
  .layout-content .enovathemes-filter .catalog-container {
    width: 250%;
  }
  .layout-content .enovathemes-filter.column-3 .filter-wrapper .catalog-container > ul,
  .layout-content .enovathemes-filter.column-5 .filter-wrapper .catalog-container > ul,
  .shop-cat-list.column-3,
  .shop-cat-list.column-5 {
    grid-template-columns: repeat(3, 3fr);
  }
  .layout-content .enovathemes-filter.column-2 .filter-wrapper .catalog-container > ul,
  .layout-content .enovathemes-filter.column-4 .filter-wrapper .catalog-container > ul,
  .shop-cat-list.column-2,
  .shop-cat-list.column-4 {
    grid-template-columns: repeat(2, 2fr);
  }
  /* et-icon-box
  ---------------*/
  .et-icon-box-container.column-4 {
    grid-template-columns: repeat(2, 2fr);
  }
  .browser-internet .et-icon-box-container.column-4 .et-icon-box {
    width: 25%;
  }
  /* et-step-box
  ---------------*/
  .et-step-box-container.column-4 {
    grid-template-columns: repeat(2, 2fr);
  }
  .browser-internet .et-step-box-container.column-4 .et-step-box {
    width: 25%;
  }
  /* et-pricing-table
     ---------------*/
  .et-pricing-table .price {
    font-size: 48px;
    line-height: 48px;
  }
  .et-pricing-table .currency {
    bottom: -2px;
  }
  .vc_col-sm-3 .et-pricing-table .price,
  .vc_col-lg-3 .et-pricing-table .price,
  .vc_col-md-3 .et-pricing-table .price,
  .vc_col-sm-3 .et-pricing-table .currency,
  .vc_col-lg-3 .et-pricing-table .currency,
  .vc_col-md-3 .et-pricing-table .currency {
    font-size: 28px;
    line-height: 28px;
  }
  .vc_col-sm-3 .et-pricing-table .currency,
  .vc_col-lg-3 .et-pricing-table .currency,
  .vc_col-md-3 .et-pricing-table .currency {
    bottom: -1px;
  }
}
/* Max-width: 1279px
---------------*/
@media only screen and (max-width: 1279px) {
  .text1279-align-center {
    text-align: center !important;
  }
  .text1279-align-left {
    text-align: left !important;
  }
  .text1279-align-right {
    text-align: right !important;
  }
  .header-mobile {
    position: relative;
    z-index: 79;
  }
  .fullscreen-menu {
    height: 480px;
    padding: 30px 0;
  }
  .logo-modal {
    display: none;
  }
  .fullscreen-modal-close {
    top: 0;
    right: 0;
  }
  .zoomImg {
    display: none !important;
  }
  .sidebar-navigation #wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-container,
  .modal-container {
    overflow-y: scroll;
  }
  /* Post
  ---------------*/
  .post-social-share {
    display: block;
    margin: 0 0 16px 0;
    width: 200px !important;
    position: static !important;
  }
  .post-social-share > .social-links > a {
    margin-right: 8px;
  }
}
/* Min-width: 1280px
---------------*/
@media only screen and (min-width: 1280px) {
  .hide1280 {
    display: none !important;
  }
  .disable1280.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .layout-container-wide > .container,
  .product-container-wide > .container {
    width: 100% !important;
    max-width: 100% !important;
  }
  .text1280-align-center {
    text-align: center !important;
  }
  .text1280-align-left {
    text-align: left !important;
  }
  .text1280-align-right {
    text-align: right !important;
  }
  .container,
  .wpml-ls-statics-post_translations,
  .header-menu > .mm-true > ul {
    max-width: 1200px;
  }
  .vc-video-bg .video-container {
    width: 100%;
  }
  .vc-video-bg.vc-parallax .video-container {
    transform: translateY(0);
    top: -5px;
    height: 120vh !important;
    width: auto !important;
  }
  /* Boxed layout
  ---------------*/
  .layout-boxed:not(.sidebar-navigation) #wrap {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
  /* Row/column
  ---------------*/
  .vc_row.vc_column-gap-2 > .container {
    max-width: 1202px;
  }
  .vc_row.vc_column-gap-4 > .container {
    max-width: 1204px;
  }
  .vc_row.vc_column-gap-8 > .container {
    max-width: 1208px;
  }
  .vc_row.vc_column-gap-16 > .container {
    max-width: 1216px;
  }
  .vc_row.vc_column-gap-24 > .container {
    max-width: 1224px;
  }
  .vc_row.vc_column-gap-32 > .container {
    max-width: 1232px;
  }
  .vc_row.vc_column-gap-40 > .container {
    max-width: 1240px;
  }
  .vc_row.vc_column-gap-48 > .container {
    max-width: 1248px;
  }
  .vc_row.vc_column-gap-56 > .container {
    max-width: 1256px;
  }
  .vc_row.vc_column-gap-64 > .container {
    max-width: 1264px;
  }
  .vc_row.vc_column-gap-72 > .container {
    max-width: 1272px;
  }
  .vc_row.vc_column-gap-80 > .container {
    max-width: 1280px;
  }
  /* Header
  ---------------*/
  .et-desktop.desktop-false, .et-desktop.desktop-false + .header-placeholder {
    display: none !important;
  }
  .et-mobile.desktop-false, .et-mobile.desktop-false + .header-placeholder {
    display: none !important;
  }
  .detected .et-mobile.desktop-false,
  .detected .et-mobile.desktop-false.sticky-true.transparent-false.active + .header-placeholder {
    display: block !important;
  }
  .desktop-hide-important:not(.single-header) .et-mobile, .desktop-hide-important:not(.single-header) .et-mobile + .header-placeholder {
    display: none !important;
  }
  /* Posts
  ---------------*/
  .shop-content .loop-product {
    margin-left: -12px;
    margin-right: -12px;
  }
  .shop-content .loop-product .product .post-inner {
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .medium.grid #loop-posts .post .post-body,
  .chess .loop-posts .post .post-body {
    padding: 40px 40px 48px 40px;
  }
  .large .loop-product .product .post-body {
    padding: 0 40px 40px 40px;
  }
  .chess .loop-posts .post .post-body {
    height: 300px;
  }
  .chess .blog-content #loop-posts .post .post-body {
    height: 224px;
    padding: 24px;
  }
  .chess .loop-posts .post .post-excerpt {
    display: block;
  }
  .chess .blog-content #loop-posts .post .post-excerpt {
    display: none;
  }
  .medium .loop-product .product-category .post-body {
    padding: 24px;
  }
  .medium.grid .blog-content #loop-posts .post .post-body {
    padding: 32px 32px 40px 32px;
  }
  .layout-container-wide .navigation-wraper,
  .product-container-wide .navigation-wraper {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-layout-list #loop-posts .post .post-title,
  .blog-layout-list .post .post-title {
    max-width: 70%;
  }
  .blog-layout-list .blog-content #loop-posts .post .post-title,
  .blog-layout-list .blog-content .post .post-title {
    max-width: 100%;
  }
  .blog-layout-list .post-image {
    width: 30%;
  }
  .blog-layout-list .post-body {
    width: 70%;
  }
  .post-social-share {
    float: left;
    margin: 0 !important;
    width: 40px;
    position: static;
  }
  .post-social-share:not(.static) {
    position: absolute;
  }
  .admin-bar .post-social-share.is_stuck {
    padding-top: 32px;
  }
  .single-post-page.social-links-true > .post .post-body-inner {
    margin-left: 72px;
  }
  .post-social-share > .social-links > a {
    margin-bottom: 8px;
    display: block;
  }
  .post-social-share > .social-links > a:last-child {
    margin-bottom: 0;
  }
  /* Products
  ---------------*/
  .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  .woocommerce-MyAccount-content {
    width: 80%;
  }
  .large .loop-product .product .post-title {
    font-size: 20px;
  }
  .large:not(.list) .loop-product .product .post-body-inner {
    text-align: center;
  }
  .large .loop-product .product .button,
  .large .loop-product .product .added_to_cart {
    margin: 16px auto 0 auto;
  }
  .large .loop-product .product .post-body-inner:before {
    margin-bottom: 32px;
  }
  .medium.list.column-2 .loop-product .product,
  .medium.list.column-2 .product-content .loop-product .product,
  .medium.list.column-2 .loop-product .grid-sizer,
  .medium.list.column-2 .product-content .loop-product .grid-sizer,
  .small.list.column-2 .loop-product .product,
  .small.list.column-2 .product-content .loop-product .product,
  .small.list.column-2 .loop-product .grid-sizer,
  .small.list.column-2 .product-content .loop-product .grid-sizer {
    width: 50% !important;
  }
  .medium.list.column-2 .product-content .loop-product .product,
  .medium.list.column-2 .product-content .product-content .loop-product .product,
  .medium.list.column-2 .product-content .loop-product .grid-sizer,
  .medium.list.column-2 .product-content .product-content .loop-product .grid-sizer,
  .small.list.column-1 .product-content .loop-product .product,
  .small.list.column-1 .loop-product .grid-sizer,
  .small.list.column-1 .product-content .loop-product .grid-sizer {
    width: 100% !important;
  }
  .woocommerce-product-gallery .flex-control-nav li:last-child,
  .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0;
  }
  .product-content .woocommerce-product-gallery .flex-control-nav li {
    max-width: 77px !important;
  }
  .product-content .woocommerce-product-gallery .flex-control-nav li:not(:last-child) {
    margin-right: 8px !important;
  }
  .product-content .woocommerce-product-gallery .flex-control-nav li:nth-child(5n+5) {
    margin-right: 0 !important;
  }
  .woo-single-product .product {
    min-height: 459px;
  }
  .woocommerce-cart-form {
    width: 70%;
  }
  .cart-collaterals {
    width: calc(30% - 40px);
  }
  /* et-instagram
  ---------------*/
  .et-instagram.grid[data-columns="6"] {
    grid-template-columns: repeat(6, 6fr);
  }
  /* et-makes
  ---------------*/
  .et-make-container.column-7 {
    grid-template-columns: repeat(7, 7fr) !important;
  }
  .et-make-container.column-8 {
    grid-template-columns: repeat(8, 8fr) !important;
  }
  .browser-internet .et-make-container.column-7 .et-item {
    width: 14.2857142857% !important;
  }
  .browser-internet .et-make-container.column-8 .et-item {
    width: 12.5% !important;
  }
  /* et-banner
  ---------------*/
  .et-popup-banner-wrapper[data-desktop=true],
  .et-banner[data-desktop=true] {
    display: none;
  }
}
/* Min-width: 1280px and max-width 1367px
---------------*/
@media only screen and (min-width: 1280px) and (max-width: 1367px) {
  .hide1280-1366 {
    display: none !important;
  }
  .disable1280-1366.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .sidebar-menu > .mm-true > .megamenu {
    max-width: 960px !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-1280-1366-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-1280-1366-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-1280-1366-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-1280-1366-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-1280-1366-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-1280-1366-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-1280-1366-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-1280-1366-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-1280-1366-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-1280-1366-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-1280-1366-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-1280-1366-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-1280-1366-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-1280-1366-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-1280-1366-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-1280-1366-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-1280-1366-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-1280-1366-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-1280-1366-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-1280-1366-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-1280-1366-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-1280-1366-right="50"] {
    padding-right: 50% !important;
  }
}
/* Min-width: 1366px and max-width 1599px
---------------*/
@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .hide1366-1600 {
    display: none !important;
  }
  .disable1366-1600.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  .sidebar-menu > .mm-true > .megamenu {
    max-width: 1024px !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-1366-1600-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-1366-1600-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-1366-1600-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-1366-1600-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-1366-1600-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-1366-1600-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-1366-1600-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-1366-1600-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-1366-1600-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-1366-1600-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-1366-1600-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-1366-1600-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-1366-1600-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-1366-1600-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-1366-1600-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-1366-1600-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-1366-1600-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-1366-1600-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-1366-1600-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-1366-1600-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-1366-1600-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-1366-1600-right="50"] {
    padding-right: 50% !important;
  }
}
/* Min-width: 1600px
---------------*/
@media only screen and (min-width: 1600px) {
  .hide1600 {
    display: none !important;
  }
  .disable1600.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}
/* Min-width: 1600px and max 1919
---------------*/
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .hide1600-1920 {
    display: none;
  }
  .disable1600-1920.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  /* Responsive column padding
  ---------------*/
  .vc_column-inner[data-1600-1920-left="0"] {
    padding-left: 0 !important;
  }
  .vc_column-inner[data-1600-1920-left="5"] {
    padding-left: 5% !important;
  }
  .vc_column-inner[data-1600-1920-left="10"] {
    padding-left: 10% !important;
  }
  .vc_column-inner[data-1600-1920-left="15"] {
    padding-left: 15% !important;
  }
  .vc_column-inner[data-1600-1920-left="20"] {
    padding-left: 20% !important;
  }
  .vc_column-inner[data-1600-1920-left="25"] {
    padding-left: 25% !important;
  }
  .vc_column-inner[data-1600-1920-left="30"] {
    padding-left: 30% !important;
  }
  .vc_column-inner[data-1600-1920-left="35"] {
    padding-left: 35% !important;
  }
  .vc_column-inner[data-1600-1920-left="40"] {
    padding-left: 40% !important;
  }
  .vc_column-inner[data-1600-1920-left="45"] {
    padding-left: 45% !important;
  }
  .vc_column-inner[data-1600-1920-left="50"] {
    padding-left: 50% !important;
  }
  .vc_column-inner[data-1600-1920-right="0"] {
    padding-right: 0 !important;
  }
  .vc_column-inner[data-1600-1920-right="5"] {
    padding-right: 5% !important;
  }
  .vc_column-inner[data-1600-1920-right="10"] {
    padding-right: 10% !important;
  }
  .vc_column-inner[data-1600-1920-right="15"] {
    padding-right: 15% !important;
  }
  .vc_column-inner[data-1600-1920-right="20"] {
    padding-right: 20% !important;
  }
  .vc_column-inner[data-1600-1920-right="25"] {
    padding-right: 25% !important;
  }
  .vc_column-inner[data-1600-1920-right="30"] {
    padding-right: 30% !important;
  }
  .vc_column-inner[data-1600-1920-right="35"] {
    padding-right: 35% !important;
  }
  .vc_column-inner[data-1600-1920-right="40"] {
    padding-right: 40% !important;
  }
  .vc_column-inner[data-1600-1920-right="45"] {
    padding-right: 45% !important;
  }
  .vc_column-inner[data-1600-1920-right="50"] {
    padding-right: 50% !important;
  }
}
/* Min-width: 1920px
---------------*/
@media only screen and (min-width: 1920px) {
  .hide1920 {
    display: none !important;
  }
  .disable1920.etp-parallax[data-parallax=true] {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}
/* IE10+ ONLY
---------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rich-header .parallax-container, .vc-parallax .parallax-container {
    z-index: 1;
  }
  .vc-parallax .wpb_wrapper {
    z-index: 2;
    position: relative;
  }
  .rich-header .rh-content {
    z-index: 2;
  }
  .custom-font-family {
    font-family: inherit !important;
  }
  #wrap.active {
    transform: none !important;
  }
  .image-container img {
    width: 100%;
  }
  .megamenu-tab .et-icon-box-content ul li, .megamenu-tab .et-icon-list li, .megamenu-tab .mi-link, .megamenu-tab .tagcloud {
    line-height: 20px;
  }
  .arrows-pos-top-right.owl-carousel .owl-nav {
    top: -8px;
  }
  .et-icon-box-container, .grid.et-client-container {
    display: table;
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 1px;
  }
  .et-icon-box-container[data-gap="0"].no-border {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .et-icon-box-container[data-gap="2"] {
    border-spacing: 2px;
    margin-left: -2px !important;
    margin-right: -2px !important;
    width: calc(100% + 4px);
  }
  .et-icon-box-container[data-gap="4"] {
    border-spacing: 4px;
    margin-left: -4px !important;
    margin-right: -4px !important;
    width: calc(100% + 8px);
  }
  .et-icon-box-container[data-gap="6"] {
    border-spacing: 6px;
    margin-left: -6px !important;
    margin-right: -6px !important;
    width: calc(100% + 12px);
  }
  .et-icon-box-container[data-gap="8"] {
    border-spacing: 8px;
    margin-left: -8px !important;
    margin-right: -8px !important;
    width: calc(100% + 16px);
  }
  .et-icon-box-container[data-gap="10"] {
    border-spacing: 10px;
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px);
  }
  .et-icon-box-container[data-gap="12"] {
    border-spacing: 12px;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px);
  }
  .et-icon-box-container[data-gap="14"] {
    border-spacing: 14px;
    margin-left: -14px !important;
    margin-right: -14px !important;
    width: calc(100% + 28px);
  }
  .et-icon-box-container[data-gap="16"] {
    border-spacing: 16px;
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: calc(100% + 32px);
  }
  .et-icon-box-container[data-gap="18"] {
    border-spacing: 18px;
    margin-left: -18px !important;
    margin-right: -18px !important;
    width: calc(100% + 36px);
  }
  .et-icon-box-container[data-gap="20"] {
    border-spacing: 20px;
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px);
  }
  .et-icon-box-container[data-gap="22"] {
    border-spacing: 22px;
    margin-left: -22px !important;
    margin-right: -22px !important;
    width: calc(100% + 44px);
  }
  .et-icon-box-container[data-gap="24"] {
    border-spacing: 24px;
    margin-left: -24px !important;
    margin-right: -24px !important;
    width: calc(100% + 48px);
  }
  .et-icon-box-container[data-gap="26"] {
    border-spacing: 26px;
    margin-left: -26px !important;
    margin-right: -26px !important;
    width: calc(100% + 52px);
  }
  .et-icon-box-container[data-gap="28"] {
    border-spacing: 28px;
    margin-left: -28px !important;
    margin-right: -28px !important;
    width: calc(100% + 56px);
  }
  .et-icon-box-container[data-gap="30"] {
    border-spacing: 30px;
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: calc(100% + 60px);
  }
  .et-icon-box-container[data-gap="32"] {
    border-spacing: 32px;
    margin-left: -32px !important;
    margin-right: -32px !important;
    width: calc(100% + 64px);
  }
  .et-icon-box-container[data-gap="34"] {
    border-spacing: 34px;
    margin-left: -34px !important;
    margin-right: -34px !important;
    width: calc(100% + 68px);
  }
  .et-icon-box-container[data-gap="36"] {
    border-spacing: 36px;
    margin-left: -36px !important;
    margin-right: -36px !important;
    width: calc(100% + 72px);
  }
  .et-icon-box-container[data-gap="38"] {
    border-spacing: 38px;
    margin-left: -38px !important;
    margin-right: -38px !important;
    width: calc(100% + 76px);
  }
  .et-icon-box-container[data-gap="40"] {
    border-spacing: 40px;
    margin-left: -40px !important;
    margin-right: -40px !important;
    width: calc(100% + 80px);
  }
  .et-icon-box-container[data-gap="42"] {
    border-spacing: 42px;
    margin-left: -42px !important;
    margin-right: -42px !important;
    width: calc(100% + 84px);
  }
  .et-icon-box-container[data-gap="44"] {
    border-spacing: 44px;
    margin-left: -44px !important;
    margin-right: -44px !important;
    width: calc(100% + 88px);
  }
  .et-icon-box-container[data-gap="46"] {
    border-spacing: 46px;
    margin-left: -46px !important;
    margin-right: -46px !important;
    width: calc(100% + 92px);
  }
  .et-icon-box-container[data-gap="48"] {
    border-spacing: 48px;
    margin-left: -48px !important;
    margin-right: -48px !important;
    width: calc(100% + 96px);
  }
  .et-icon-box-container[data-gap="50"] {
    border-spacing: 50px;
    margin-left: -50px !important;
    margin-right: -50px !important;
    width: calc(100% + 100px);
  }
  .et-icon-box-container[data-gap="52"] {
    border-spacing: 52px;
    margin-left: -52px !important;
    margin-right: -52px !important;
    width: calc(100% + 104px);
  }
  .et-icon-box-container[data-gap="54"] {
    border-spacing: 54px;
    margin-left: -54px !important;
    margin-right: -54px !important;
    width: calc(100% + 108px);
  }
  .et-icon-box-container[data-gap="56"] {
    border-spacing: 56px;
    margin-left: -56px !important;
    margin-right: -56px !important;
    width: calc(100% + 112px);
  }
  .et-icon-box-container[data-gap="58"] {
    border-spacing: 58px;
    margin-left: -58px !important;
    margin-right: -58px !important;
    width: calc(100% + 116px);
  }
  .et-icon-box-container[data-gap="60"] {
    border-spacing: 60px;
    margin-left: -60px !important;
    margin-right: -60px !important;
    width: calc(100% + 120px);
  }
  .et-icon-box-container[data-gap="62"] {
    border-spacing: 62px;
    margin-left: -62px !important;
    margin-right: -62px !important;
    width: calc(100% + 124px);
  }
  .et-icon-box-container[data-gap="64"] {
    border-spacing: 64px;
    margin-left: -64px !important;
    margin-right: -64px !important;
    width: calc(100% + 128px);
  }
  .et-icon-box-container[data-gap="66"] {
    border-spacing: 66px;
    margin-left: -66px !important;
    margin-right: -66px !important;
    width: calc(100% + 132px);
  }
  .et-icon-box-container[data-gap="68"] {
    border-spacing: 68px;
    margin-left: -68px !important;
    margin-right: -68px !important;
    width: calc(100% + 136px);
  }
  .et-icon-box-container[data-gap="70"] {
    border-spacing: 70px;
    margin-left: -70px !important;
    margin-right: -70px !important;
    width: calc(100% + 140px);
  }
  .et-icon-box-container[data-gap="72"] {
    border-spacing: 72px;
    margin-left: -72px !important;
    margin-right: -72px !important;
    width: calc(100% + 144px);
  }
  .et-icon-box-container[data-gap="74"] {
    border-spacing: 74px;
    margin-left: -74px !important;
    margin-right: -74px !important;
    width: calc(100% + 148px);
  }
  .et-icon-box-container[data-gap="76"] {
    border-spacing: 76px;
    margin-left: -76px !important;
    margin-right: -76px !important;
    width: calc(100% + 152px);
  }
  .et-icon-box-container[data-gap="78"] {
    border-spacing: 78px;
    margin-left: -78px !important;
    margin-right: -78px !important;
    width: calc(100% + 156px);
  }
  .et-icon-box-container[data-gap="80"] {
    border-spacing: 80px;
    margin-left: -80px !important;
    margin-right: -80px !important;
    width: calc(100% + 160px);
  }
  .grid.et-client-container[data-gap="2"] {
    border-spacing: 2px;
    margin-left: -2px !important;
    margin-right: -2px !important;
    width: calc(100% + 4px);
  }
  .grid.et-client-container[data-gap="4"] {
    border-spacing: 4px;
    margin-left: -4px !important;
    margin-right: -4px !important;
    width: calc(100% + 8px);
  }
  .grid.et-client-container[data-gap="8"] {
    border-spacing: 8px;
    margin-left: -8px !important;
    margin-right: -8px !important;
    width: calc(100% + 16px);
  }
  .grid.et-client-container[data-gap="16"] {
    border-spacing: 16px;
    margin-left: -16px !important;
    margin-right: -16px !important;
    width: calc(100% + 32px);
  }
  .grid.et-client-container[data-gap="24"] {
    border-spacing: 24px;
    margin-left: -24px !important;
    margin-right: -24px !important;
    width: calc(100% + 48px);
  }
  .grid.et-client-container[data-gap="32"] {
    border-spacing: 32px;
    margin-left: -32px !important;
    margin-right: -32px !important;
    width: calc(100% + 64px);
  }
  .grid.et-client-container[data-gap="40"] {
    border-spacing: 40px;
    margin-left: -40px !important;
    margin-right: -40px !important;
    width: calc(100% + 80px);
  }
  .et-icon-box-container .row-wrap, .et-step-box-container .row-wrap, .grid.et-client-container .row-wrap {
    display: table-row;
  }
  .et-icon-box-container.top .et-icon-box {
    vertical-align: top;
  }
  .et-icon-box-container.middle .et-icon-box, .grid.et-client-container .et-client {
    vertical-align: middle;
  }
  .et-icon-box-container.bottom .et-icon-box {
    vertical-align: bottom;
  }
  .et-icon-box-container.column-4 {
    padding-right: 0 !important;
  }
  .et-icon-box-container .et-icon-box, .et-step-box-container .et-step-box, .grid.et-client-container .et-client {
    display: table-cell;
  }
  .et-make-container.small .et-make .et-icon {
    height: 48px;
    max-width: 48px;
  }
  .et-make-container.medium .et-make .et-icon {
    height: 56px;
    max-width: 56px;
  }
  .et-make-container.large .et-make .et-icon {
    height: 64px;
    max-width: 64px;
  }
  .et-make-container.small .et-make .no-title.et-icon {
    height: 56px;
    max-width: 56px;
  }
  .et-make-container.medium .et-make .no-title.et-icon {
    height: 64px;
    max-width: 64px;
  }
  .et-make-container.large .et-make .no-title.et-icon {
    height: 72px;
    max-width: 72px;
  }
  .et-make-container.small .et-make .et-icon.rev {
    width: 88px;
    max-width: 88px;
  }
  .et-make-container.medium .et-make .et-icon.rev {
    width: 80px;
    max-width: 80px;
  }
  .et-make-container.large .et-make .et-icon.rev {
    width: 88px;
    max-width: 88px;
  }
  .et-make-container.small .et-make .no-title.et-icon.rev {
    width: 80px;
    max-width: 80px;
  }
  .et-make-container.medium .et-make .no-title.et-icon.rev {
    width: 88px;
    max-width: 88px;
  }
  .et-make-container.large .et-make .no-title.et-icon.rev {
    width: 96px;
    max-width: 96px;
  }
  .et-make .et-icon.rev svg {
    transform: none;
  }
  .owl-carousel [data-parallax=true].etp-parallax {
    transform: none !important;
    -ms-transform: none !important;
    position: relative !important;
  }
  .grid.et-client-container .et-client img {
    max-width: 150px;
  }
  .et-step-box-container {
    display: table;
    width: 100%;
  }
  .et-step-box-container.column-2 .et-step-box {
    width: 50%;
  }
  .et-step-box-container.column-3 .et-step-box {
    width: 33.3333333333%;
  }
  .et-step-box-container.column-4 .et-step-box {
    width: 25%;
  }
}
.loop-product .product .post-inner-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.grid .loop-posts,
.et-shortcode-posts .loop-posts,
.related-posts,
.loop-product,
body:not(.addon-active) ul.products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px){
  .grid .loop-posts,
.et-shortcode-posts .loop-posts,
.related-posts,
.loop-product,
body:not(.addon-active) ul.products{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .grid .loop-posts,
.et-shortcode-posts .loop-posts,
.related-posts,
.loop-product,
body:not(.addon-active) ul.products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.grid .loop-posts .grid-sizer,
.et-shortcode-posts .loop-posts .grid-sizer,
.related-posts .grid-sizer,
.loop-product .grid-sizer,
body:not(.addon-active) ul.products .grid-sizer {
  display: none;
}
.grid .loop-posts li,
.et-shortcode-posts .loop-posts li,
.related-posts li,
.loop-product li,
body:not(.addon-active) ul.products li{
  display: flex;
  height: 100%;
}
.woocommerce-Tabs-panel--description .grid .loop-posts li,.woocommerce-Tabs-panel--description 
.et-shortcode-posts .loop-posts li,.woocommerce-Tabs-panel--description 
.related-posts li,.woocommerce-Tabs-panel--description 
.loop-product li,.woocommerce-Tabs-panel--description 
body:not(.addon-active) ul.products li {
  display: block;
}
.gizmo-bot-avatar.grid .loop-posts li,.gizmo-bot-avatar
.et-shortcode-posts .loop-posts li,.gizmo-bot-avatar
.related-posts li,.gizmo-bot-avatar
.loop-product li,
body.gizmo-bot-avatar:not(.addon-active) ul.products li {
  display: block;
}
.grid .loop-posts li .post-inner-wrapper,
.et-shortcode-posts .loop-posts li .post-inner-wrapper,
.related-posts li .post-inner-wrapper,
.loop-product li .post-inner-wrapper,
body:not(.addon-active) ul.products li .post-inner-wrapper{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.woocommerce-Tabs-panel--description .grid .loop-posts li .post-inner-wrapper,.woocommerce-Tabs-panel--description 
.et-shortcode-posts .loop-posts li .post-inner-wrapper,.woocommerce-Tabs-panel--description 
.related-posts li .post-inner-wrapper,.woocommerce-Tabs-panel--description 
.loop-product li .post-inner-wrapper,.woocommerce-Tabs-panel--description 
body:not(.addon-active) ul.products li .post-inner-wrapper {
  display: block;
}
.gizmo-bot-avatar.grid .loop-posts li .post-inner-wrapper,.gizmo-bot-avatar
.et-shortcode-posts .loop-posts li .post-inner-wrapper,.gizmo-bot-avatar
.related-posts li .post-inner-wrapper,.gizmo-bot-avatar
.loop-product li .post-inner-wrapper,
body.gizmo-bot-avatar:not(.addon-active) ul.products li .post-inner-wrapper {
  display: block;
}
.grid .loop-posts li .post-body-inner-wrap,
.et-shortcode-posts .loop-posts li .post-body-inner-wrap,
.related-posts li .post-body-inner-wrap,
.loop-product li .post-body-inner-wrap,
body:not(.addon-active) ul.products li .post-body-inner-wrap {
  display: grid;
  height: 100%;
}
.grid .loop-posts li .post-body-inner,
.et-shortcode-posts .loop-posts li .post-body-inner,
.related-posts li .post-body-inner,
.loop-product li .post-body-inner,
body:not(.addon-active) ul.products li .post-body-inner{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce-Tabs-panel--description .grid .loop-posts li .post-body-inner,.woocommerce-Tabs-panel--description 
.et-shortcode-posts .loop-posts li .post-body-inner,.woocommerce-Tabs-panel--description 
.related-posts li .post-body-inner,.woocommerce-Tabs-panel--description 
.loop-product li .post-body-inner,.woocommerce-Tabs-panel--description 
body:not(.addon-active) ul.products li .post-body-inner {
  display: block;
}
.gizmo-bot-avatar.grid .loop-posts li .post-body-inner,.gizmo-bot-avatar
.et-shortcode-posts .loop-posts li .post-body-inner,.gizmo-bot-avatar
.related-posts li .post-body-inner,.gizmo-bot-avatar
.loop-product li .post-body-inner,
body.gizmo-bot-avatar:not(.addon-active) ul.products li .post-body-inner {
  display: block;
}
.grid .loop-posts li .post-body,
.et-shortcode-posts .loop-posts li .post-body,
.related-posts li .post-body,
.loop-product li .post-body,
body:not(.addon-active) ul.products li .post-body{
  flex: 1 1 0%;
}
.grid .loop-posts li .post-title,
.et-shortcode-posts .loop-posts li .post-title,
.related-posts li .post-title,
.loop-product li .post-title,
body:not(.addon-active) ul.products li .post-title {
  margin-bottom: auto;
}
.grid .loop-posts li .star-rating-wrap,
.et-shortcode-posts .loop-posts li .star-rating-wrap,
.related-posts li .star-rating-wrap,
.loop-product li .star-rating-wrap,
body:not(.addon-active) ul.products li .star-rating-wrap {
  margin-top: 16px;
}
.grid .loop-posts.owl-carousel,
.et-shortcode-posts .loop-posts.owl-carousel,
.related-posts.owl-carousel,
.loop-product.owl-carousel,
body:not(.addon-active) ul.products.owl-carousel{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid .loop-posts .owl-stage,
.et-shortcode-posts .loop-posts .owl-stage,
.related-posts .owl-stage,
.loop-product .owl-stage,
body:not(.addon-active) ul.products .owl-stage {
  display: flex;
}
.grid .loop-posts .owl-stage li.et-item,
.et-shortcode-posts .loop-posts .owl-stage li.et-item,
.related-posts .owl-stage li.et-item,
.loop-product .owl-stage li.et-item,
body:not(.addon-active) ul.products .owl-stage li.et-item{
  gap: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid .loop-posts li.et-item,
.et-shortcode-posts .loop-posts li.et-item,
.related-posts li.et-item,
.loop-product li.et-item,
body:not(.addon-active) ul.products li.et-item{
  display: flex;
  flex-direction: column;
}
.woocommerce-Tabs-panel--description .grid .loop-posts li.et-item,.woocommerce-Tabs-panel--description 
.et-shortcode-posts .loop-posts li.et-item,.woocommerce-Tabs-panel--description 
.related-posts li.et-item,.woocommerce-Tabs-panel--description 
.loop-product li.et-item,.woocommerce-Tabs-panel--description 
body:not(.addon-active) ul.products li.et-item {
  display: block;
}
.gizmo-bot-avatar.grid .loop-posts li.et-item,.gizmo-bot-avatar
.et-shortcode-posts .loop-posts li.et-item,.gizmo-bot-avatar
.related-posts li.et-item,.gizmo-bot-avatar
.loop-product li.et-item,
body.gizmo-bot-avatar:not(.addon-active) ul.products li.et-item {
  display: block;
}
.grid .loop-posts li.et-item > div,
.et-shortcode-posts .loop-posts li.et-item > div,
.related-posts li.et-item > div,
.loop-product li.et-item > div,
body:not(.addon-active) ul.products li.et-item > div {
  flex: 1;
}
.grid .loop-posts li.et-item .post-inner,
.et-shortcode-posts .loop-posts li.et-item .post-inner,
.related-posts li.et-item .post-inner,
.loop-product li.et-item .post-inner,
body:not(.addon-active) ul.products li.et-item .post-inner{
  height: 100%;
}
.grid .loop-posts .image-container img,
.et-shortcode-posts .loop-posts .image-container img,
.related-posts .image-container img,
.loop-product .image-container img,
body:not(.addon-active) ul.products .image-container img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 600/370;
  -o-object-fit: contain;
     object-fit: contain;
}

.price-vat-message{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.price .price-vat-message{
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.stock.out-of-stock{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.woocommerce-variation-price .price-vat-message {
  margin-top: 0;
}

.product .product-unavailable + .onsale {
  top: 32px !important;
}

.footer__logo img {
  max-width: 300px;
}

.bg-footer-gray {
  background-color: #212121 !important;
  padding-top: 48px;
}

.car-filter-description{
  --tw-text-opacity: 1;
  color: rgb(0 127 205 / var(--tw-text-opacity));
}

.header-menu-container .header-menu {
  margin-left: -20px;
}

.language-switcher .language-toggle.hbe-toggle:not(.active)::before {
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
}

.header.et-mobile > div:first-child {
  z-index: 10;
}
.header.et-mobile.disable-sticky > div:first-child {
  z-index: -1;
}

.widget .product-categories .cat-parent.current-cat-parent > .children {
  display: block;
}

@media (max-width: 767px) {
  .shop_table.cart tr.woocommerce-cart-form__cart-item {
    display: grid;
    position: relative;
    grid-template-areas: "product-thumbnail product-name" "product-thumbnail product-price" "product-thumbnail product-quantity" "product-thumbnail product-subtotal";
    grid-template-columns: 120px 1fr;
    row-gap: 8px;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item td {
    text-align: left;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    text-align: center;
    border: 0;
    padding: 0;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-thumbnail {
    grid-area: product-thumbnail;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100%;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-name {
    grid-area: product-name;
    border: 0;
    padding: 0 40px 0 0;
    font-size: 14px !important;
    line-height: 18px !important;
    min-height: 24px;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-name a {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-price {
    grid-area: product-price;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    font-size: 14px;
    border: 0;
    padding: 0;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-price::before {
    content: attr(data-title);
    font-weight: 500;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-quantity {
    grid-area: product-quantity;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border: 0;
    padding: 0;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-quantity input {
    height: 32px;
    width: 48px;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-quantity::before {
    content: attr(data-title);
    font-weight: 500;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-subtotal {
    grid-area: product-subtotal;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 8px 0;
  }
  .shop_table.cart tr.woocommerce-cart-form__cart-item .product-subtotal::before {
    content: attr(data-title);
    font-weight: 500;
  }
}
abbr[title], dfn[title] {
  text-decoration: none;
  border-bottom: none;
}

.woocommerce-privacy-policy-text a {
  text-decoration: underline;
}

a.woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .woocommerce-checkout #wc-stripe-express-checkout-button-separator,
  .woocommerce-checkout > .StripeElement{
    grid-column: span 2 / span 2;
  }
}
.woocommerce-checkout .__PrivateStripeElement iframe {
  max-width: 100% !important;
  min-width: auto !important;
}
.woocommerce-checkout #wc-stripe-express-checkout-button-separator {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs {
  height: 0;
  width: 0;
  position: absolute;
}
.woocommerce-checkout .woocommerce-billing-fields h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce-shipping-methods label {
  font-size: 14px;
  line-height: 22px;
}

.woocommerce-shipping-totals .woocommerce-shipping-calculator,
.woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 14px;
}

.order-notes-highlighted label {
  font-weight: 600;
  color: #0073aa;
}
.order-notes-highlighted textarea {
  border-color: #0073aa;
}
.order-notes-highlighted textarea::-moz-placeholder {
  color: rgba(0, 115, 170, 0.6);
}
.order-notes-highlighted textarea::placeholder {
  color: rgba(0, 115, 170, 0.6);
}

.woocommerce-Tabs-panel--description .responsive-table {
  display: block !important;
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
}
.woocommerce-Tabs-panel--description .flex {
  display: block !important;
}

.gizmo-bot-avatar.flex {
  display: block !important;
}

.show-password-input {
  display: none !important;
}

@media (min-width: 768px) {
  #customer_login.u-columns {
    display: flex;
    gap: 1rem;
  }
  #customer_login.u-columns > * {
    flex: 1;
  }
}
#customer_login.u-columns .woocommerce-form-login {
  width: 100%;
  max-width: 100%;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-bottom-\[12px\]{
  bottom: -12px;
}

.left-0{
  left: 0px;
}

.left-\[10px\]{
  left: 10px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[10px\]{
  top: 10px;
}

.top-\[8px\]{
  top: 8px;
}

.z-10{
  z-index: 10;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.-mx-\[12px\]{
  margin-left: -12px;
  margin-right: -12px;
}

.-mb-\[12px\]{
  margin-bottom: -12px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[-24px\]{
  margin-bottom: -24px;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-\[20px\]{
  margin-top: 20px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-\[32px\]{
  height: 32px;
}

.h-full{
  height: 100%;
}

.max-h-\[208px\]{
  max-height: 208px;
}

.max-h-\[224px\]{
  max-height: 224px;
}

.w-48{
  width: 12rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[330px\]{
  max-width: 330px;
}

.max-w-\[360px\]{
  max-width: 360px;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-\[8px\]{
  gap: 8px;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.bg-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgb(0 127 205 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-\[12px\]{
  padding: 12px;
}

.px-\[4px\]{
  padding-left: 4px;
  padding-right: 4px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pl-\[3px\]{
  padding-left: 3px;
}

.pr-3{
  padding-right: 0.75rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.leading-\[12px\]{
  line-height: 12px;
}

.leading-\[20px\]{
  line-height: 20px;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-1{
  --tw-text-opacity: 1;
  color: rgb(0 127 205 / var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group.is-loading .group-\[\.is-loading\]\:block{
  display: block;
}

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .lg\:hidden{
    display: none;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
}

.\[\&_\.term-description\]\:pb-0 .term-description{
  padding-bottom: 0px;
}

.\[\&_p\]\:mb-0 p{
  margin-bottom: 0px;
}

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