@charset "UTF-8";
:root {
  /*===================================================================================*/
  /* Base Template */
  /*===================================================================================*/
  --base-font-family-1: ddt, sans-serif;
  --base-font-weight-ultralight-font-family-1: 100;
  --base-font-weight-extralight-font-family-1: 200;
  --base-font-weight-light-font-family-1: 300;
  --base-font-weight-regular-font-family-1: 400;
  --base-font-weight-medium-font-family-1: 500;
  --base-font-weight-bold-font-family-1: 700;
  --base-font-weight-heavy-font-family-1: 700;
  --base-font-family-2: ddt, sans-serif;
  --base-font-weight-ultralight-font-family-2: 100;
  --base-font-weight-extralight-font-family-2: 200;
  --base-font-weight-light-font-family-2: 300;
  --base-font-weight-regular-font-family-2: 400;
  --base-font-weight-medium-font-family-2: 500;
  --base-font-weight-bold-font-family-2: 700;
  --base-font-weight-heavy-font-family-2: 700;
  --base-font-size: 16px;
  --base-text-scale-ratio: 2px;
  --base-text-scale-ratio-media-screen: 2px;
  --base-text-scale-ratio-accessibility: 2px;
  /*===================================================================================*/
  /* Font Sizes */
  /*===================================================================================*/
  --font-family-body: var(--base-font-family-1);
  --font-size-body: var(--base-font-size);
  --line-height-body: 1.5;
  --font-weight-body: var(--base-font-weight-light-font-family-1);
  /* smalltext */
  --font-size-smalltext: calc(var(--font-size-body) - var(--base-text-scale-ratio));
  --line-height-smalltext: 1.5;
  --font-size-xsmalltext: calc(var(--font-size-body) - var(--base-text-scale-ratio) - var(--base-text-scale-ratio));
  --line-height-xsmalltext: 1.5;
  --font-size-xxsmalltext: calc(var(--font-size-body) - var(--base-text-scale-ratio) - var(--base-text-scale-ratio) - var(--base-text-scale-ratio));
  --line-height-xxsmalltext: 1.5;
  /* forms */
  --font-family-label-forms: var(--base-font-family-1);
  --font-size-label-forms: calc(var(--font-size-body) - 0px);
  --line-height-label-forms: 1.5;
  --font-weight-label-forms: var(--base-font-weight-bold-font-family-1);
  --font-size-label-forms-small: calc(var(--font-size-body) - 1px);
  --line-height-label-forms-small: 1.5;
  --font-weight-label-forms-small: var(--base-font-weight-light-font-family-1);
  --font-size-label-icon: calc(var(--font-size-body) - 2px);
  --font-family-form-control: var(--base-font-family-1);
  --font-size-form-control: calc(var(--font-size-body) - 1px);
  --line-height-form-control: 1.5;
  --font-weight-form-control: var(--base-font-weight-light-font-family-1);
  /* headings */
  --font-family-heading: var(--base-font-family-2);
  --line-height-heading: 1.5;
  --font-weight-heading: var(--base-font-weight-bold-font-family-2);
  --font-size-h6: calc(var(--font-size-body) + var(--base-text-scale-ratio));
  --line-height-h6: 1.5;
  --font-size-h5: calc(var(--font-size-h6) + var(--base-text-scale-ratio));
  --line-height-h5: 1.5;
  --font-size-h4: calc(var(--font-size-h5) + var(--base-text-scale-ratio));
  --line-height-h4: 1.5;
  --font-size-h3: calc(var(--font-size-h4) + var(--base-text-scale-ratio));
  --line-height-h3: 1.5;
  --font-size-h2: calc(var(--font-size-h3) + var(--base-text-scale-ratio));
  --line-height-h2: 1.5;
  --font-size-h1: calc(var(--font-size-h2) + var(--base-text-scale-ratio));
  --line-height-h1: 1.5;
  /* menu */
  --font-family-ammenu-level1-li: var(--base-font-family-2);
  --font-family-ammenu-level2-li: var(--base-font-family-2);
  --font-family-ammenu-level3-li: var(--base-font-family-2);
  --font-family-ammenu-level4-li: var(--base-font-family-2);
  --font-family-ammenu-mobile-heading: var(--base-font-family-2);
  --font-family-ammenu-mobile-footer: var(--base-font-family-2);
  --font-size-ammenu-desktop-level1-li: calc(var(--font-size-body) - 1px);
  --line-height-ammenu-desktop-level1-li: 1;
  --font-weight-ammenu-desktop-level1-li: var(--base-font-weight-bold-font-family-2);
  --font-size-ammenu-desktop-level2-li: calc(var(--font-size-body) - 2px);
  --line-height-ammenu-desktop-level2-li: 1.5;
  --font-weight-ammenu-desktop-level2-li: var(--base-font-weight-bold-font-family-2);
  --font-size-ammenu-desktop-level3-li: calc(var(--font-size-body) - 3px);
  --line-height-ammenu-desktop-level3-li: 1.5;
  --font-weight-ammenu-desktop-level3-li: var(--base-font-weight-regular-font-family-2);
  --font-size-ammenu-desktop-level4-li: calc(var(--font-size-body) - 4px);
  --line-height-ammenu-desktop-level4-li: 1.5;
  --font-weight-ammenu-desktop-level4-li: var(--base-font-weight-light-font-family-2);
  --font-size-ammenu-mobile-level1-li: calc(var(--font-size-body) + 2px);
  --line-height-ammenu-mobile-level1-li: 1;
  --font-weight-ammenu-mobile-level1-li: var(--base-font-weight-bold-font-family-2);
  --font-size-ammenu-mobile-level2-li: calc(var(--font-size-body) - 0px);
  --line-height-ammenu-mobile-level2-li: 1.5;
  --font-weight-ammenu-mobile-level2-li: var(--base-font-weight-regular-font-family-2);
  --font-size-ammenu-mobile-level3-li: calc(var(--font-size-body) - 1px);
  --line-height-ammenu-mobile-level3-li: 1.5;
  --font-weight-ammenu-mobile-level3-li: var(--base-font-weight-regular-font-family-2);
  --font-size-ammenu-mobile-level4-li: calc(var(--font-size-body) - 2px);
  --line-height-ammenu-mobile-level4-li: 1.5;
  --font-weight-ammenu-mobile-level4-li: var(--base-font-weight-light-font-family-2);
  --font-size-ammenu-mobile-heading: calc(var(--font-size-body) - 2px);
  --line-height-ammenu-mobile-heading: 1.5;
  --font-weight-ammenu-mobile-heading: var(--base-font-weight-light-font-family-2);
  --font-size-ammenu-mobile-footer: calc(var(--font-size-body) - 2px);
  --line-height-ammenu-mobile-footer: 1.5;
  --font-weight-ammenu-mobile-footer: var(--base-font-weight-light-font-family-2);
  /* page title */
  --font-family-page-title: var(--base-font-family-2);
  --font-size-page-title: calc(var(--font-size-body) + 13px);
  --line-height-page-title: 1.5;
  --font-weight-page-title: var(--base-font-weight-bold-font-family-2);
  /* breadcrumb */
  --font-family-breadcrumb: var(--base-font-family-1);
  --font-size-breadcrumb: calc(var(--font-size-body) - 1px);
  --line-height-breadcrumb: 1;
  --font-weight-breadcrumb: var(--base-font-weight-light-font-family-1);
  /* footer */
  --font-family-footer: var(--base-font-family-1);
  --font-size-footer: calc(var(--font-size-body) - 2px);
  --line-height-footer: 1.5;
  --font-weight-footer: var(--base-font-weight-light-font-family-1);
  --font-size-footercopyright: calc(var(--font-size-body) - 3px);
  --line-height-footercopyright: 1.5;
  --font-weight-footercopyright: var(--base-font-weight-regular-font-family-1);
  --font-size-footer-heading: calc(var(--font-size-body) + 2px);
  --line-height-footer-heading: 1.5;
  --font-weight-footer-heading: var(--base-font-weight-regular-font-family-1);
  --font-size-footer-form-control: calc(var(--font-size-body) - 2px);
  --line-height-footer-form-control: 1.5;
  --font-weight-footer-form-control: 300;
  --font-size-footer-label-forms-small: calc(var(--font-size-body) - 4px);
  --line-height-footer-label-forms-small: 1.5;
  --font-weight-footer-label-forms-small: 400;
  /* pagination */
  --font-size-pagination: calc(var(--font-size-body) - 4px);
  --line-height-pagination: 1;
  --font-weight-pagination: 700;
  /* search */
  --font-size-form-control-searchoverlay: calc(var(--font-size-body) + 10px);
  --line-height-form-control-searchoverlay: 1.5;
  --font-weight-form-control-searchoverlay: var(--base-font-weight-light-font-family-1);
  /* heading style */
  --font-family-heading-style: var(--base-font-family-2);
  --font-size-font-heading-style-0: calc(var(--font-size-body) + 25px);
  --line-height-font-heading-style-0: 1.5;
  --font-weight-font-heading-style-0: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-1: calc(var(--font-size-body) + 13px);
  --line-height-font-heading-style-1: 1.5;
  --font-weight-font-heading-style-1: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-2: calc(var(--font-size-body) + 11px);
  --line-height-font-heading-style-2: 1.5;
  --font-weight-font-heading-style-2: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-3: calc(var(--font-size-body) + 9px);
  --line-height-font-heading-style-3: 1.5;
  --font-weight-font-heading-style-3: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-4: calc(var(--font-size-body) + 7px);
  --line-height-font-heading-style-4: 1.5;
  --font-weight-font-heading-style-4: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-5: calc(var(--font-size-body) + 5px);
  --line-height-font-heading-style-5: 1.5;
  --font-weight-font-heading-style-5: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-6: calc(var(--font-size-body) + 3px);
  --line-height-font-heading-style-6: 1.5;
  --font-weight-font-heading-style-6: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-7: calc(var(--font-size-body) + 1px);
  --line-height-font-heading-style-7: 1.5;
  --font-weight-font-heading-style-7: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-8: calc(var(--font-size-body) - 1px);
  --line-height-font-heading-style-8: 1.5;
  --font-weight-font-heading-style-8: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-9: calc(var(--font-size-body) - 3px);
  --line-height-font-heading-style-9: 1.5;
  --font-weight-font-heading-style-9: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-10: calc(var(--font-size-body) - 5px);
  --line-height-font-heading-style-10: 1.5;
  --font-weight-font-heading-style-10: var(--base-font-weight-bold-font-family-2);
  --font-size-font-heading-style-11: calc(var(--font-size-body) - 7px);
  --line-height-font-heading-style-11: 1.5;
  --font-weight-font-heading-style-11: var(--base-font-weight-bold-font-family-2);
  /* text style */
  --font-family-text-style: var(--base-font-family-1);
  --font-size-font-text-style-0: calc(var(--font-size-body) + 30px);
  --line-height-font-text-style-0: 1.5;
  --font-weight-font-text-style-0: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-1: calc(var(--font-size-body) + 13px);
  --line-height-font-text-style-1: 1.5;
  --font-weight-font-text-style-1: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-2: calc(var(--font-size-body) + 11px);
  --line-height-font-text-style-2: 1.5;
  --font-weight-font-text-style-2: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-3: calc(var(--font-size-body) + 9px);
  --line-height-font-text-style-3: 1.5;
  --font-weight-font-text-style-3: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-4: calc(var(--font-size-body) + 7px);
  --line-height-font-text-style-4: 1.5;
  --font-weight-font-text-style-4: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-5: calc(var(--font-size-body) + 5px);
  --line-height-font-text-style-5: 1.5;
  --font-weight-font-text-style-5: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-6: calc(var(--font-size-body) + 3px);
  --line-height-font-text-style-6: 1.5;
  --font-weight-font-text-style-6: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-7: calc(var(--font-size-body) + 1px);
  --line-height-font-text-style-7: 1.5;
  --font-weight-font-text-style-7: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-8: calc(var(--font-size-body) - 1px);
  --line-height-font-text-style-8: 1.5;
  --font-weight-font-text-style-8: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-9: calc(var(--font-size-body) - 3px);
  --line-height-font-text-style-9: 1.5;
  --font-weight-font-text-style-9: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-10: calc(var(--font-size-body) - 5px);
  --line-height-font-text-style-10: 1.5;
  --font-weight-font-text-style-10: var(--base-font-weight-light-font-family-1);
  --font-size-font-text-style-11: calc(var(--font-size-body) - 7px);
  --line-height-font-text-style-11: 1.5;
  --font-weight-font-text-style-11: var(--base-font-weight-light-font-family-1);
  /* buttons */
  --font-family-button: var(--base-font-family-2);
  --font-size-button: calc(var(--font-size-body) - 4px);
  --line-height-button: 1;
  --font-weight-button: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-second: calc(var(--font-size-body) - 4px);
  --line-height-btn-second: 1;
  --font-weight-btn-second: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-footer: calc(var(--font-size-body) - 4px);
  --line-height-btn-footer: 1;
  --font-weight-btn-footer: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-mainfb: calc(var(--font-size-body) - 4px);
  --line-height-btn-mainfb: 1;
  --font-weight-btn-mainfb: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-maingo: calc(var(--font-size-body) - 4px);
  --line-height-btn-maingo: 1;
  --font-weight-btn-maingo: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-slider: calc(var(--font-size-body) - 4px);
  --line-height-btn-slider: 1;
  --font-weight-btn-slider: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-products-addtocart: calc(var(--font-size-body) - 4px);
  --line-height-btn-products-addtocart: 1;
  --font-weight-btn-products-addtocart: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-wishlist: calc(var(--font-size-body) - 4px);
  --line-height-btn-wishlist: 1;
  --font-weight-btn-wishlist: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-checkout: calc(var(--font-size-body) - 4px);
  --line-height-btn-checkout: 1;
  --font-weight-btn-checkout: var(--base-font-weight-bold-font-family-2);
  --font-size-buttonline: calc(var(--font-size-body) - 1px);
  --line-height-buttonline: 1;
  --font-weight-buttonline: var(--base-font-weight-bold-font-family-2);
  --font-size-bordered-button: calc(var(--font-size-body) - 4px);
  --line-height-bordered-button: 1;
  --font-weight-bordered-button: var(--base-font-weight-bold-font-family-2);
  --font-size-icon-button: calc(var(--font-size-body) - 4px);
  --line-height-icon-button: 1;
}
@media screen and (max-width: 991px) {
  :root {
    --font-size-font-heading-style-0: calc(var(--font-size-body) + 15px);
    --line-height-font-heading-style-0: 1.5;
    --font-weight-font-heading-style-0: var(--base-font-weight-bold-font-family-2);
  }
}
@media screen and (max-width: 991px) {
  :root {
    --font-size-font-text-style-0: calc(var(--font-size-body) + 15px);
    --line-height-font-text-style-0: 1.5;
    --font-weight-font-text-style-0: var(--base-font-weight-light-font-family-1);
  }
}

@media screen and (min-width: 1px) {
  :root.font-xsm {
    --font-size-body: calc(var(--base-font-size) - var(--base-text-scale-ratio-accessibility) * 2);
    --line-height-body: 1.5;
  }

  :root.font-sm {
    --font-size-body: calc(var(--base-font-size) - var(--base-text-scale-ratio-accessibility));
    --line-height-body: 1.5;
  }

  :root.font-l {
    --font-size-body: calc(var(--base-font-size) + var(--base-text-scale-ratio-accessibility));
    --line-height-body: 1.5;
  }

  :root.font-xl {
    --font-size-body: calc(var(--base-font-size) + var(--base-text-scale-ratio-accessibility) * 2);
    --line-height-body: 1.5;
  }
}
@media screen and (max-width: 991px) {
  :root {
    /*===================================================================================*/
    /* Template */
    /*===================================================================================*/
    --base-font-size: 15px !important;
    --line-height-body: 1.5 !important;
  }
}
@media screen and (max-width: 576px) {
  :root {
    /*===================================================================================*/
    /* Template */
    /*===================================================================================*/
    --base-font-size: 14px !important;
    --line-height-body: 1.5 !important;
  }
}
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: var(--font-family-body);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
  font-weight: var(--font-weight-body);
  color: var(--theme-color-body);
  background-color: var(--theme-background-color-body);
  background-position: center;
  background-repeat: repeat;
  background-size: unset;
  display: block;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  -o-user-select: initial !important;
  user-select: initial !important;
}

body.btnwhiteblack,
body.btnblackwhite,
body.btnblueyellow {
  background-image: unset;
}

body.menu-opened {
  overflow: hidden;
}

body.search-opened {
  overflow: hidden;
}

body.loader-opened {
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--theme-color-body);
  text-decoration: none;
}

a:hover {
  color: var(--theme-color-body-hover);
  text-decoration: none;
  outline: 0;
}

a:active {
  color: var(--theme-color-body);
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: var(--theme-color-body);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-heading);
  line-height: var(--line-height-heading);
  font-weight: var(--font-weight-heading);
  margin-top: 0px;
  margin-bottom: 10px;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
}

h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
}

h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}

h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}

h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}

.smalltext {
  font-size: var(--font-size-smalltext);
  line-height: var(--line-height-smalltext);
}

.xsmalltext {
  font-size: var(--font-size-xsmalltext);
  line-height: var(--line-height-xsmalltext);
}

.xxsmalltext {
  font-size: var(--font-size-xxsmalltext);
  line-height: var(--line-height-xxsmalltext);
}

img {
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

::-moz-selection {
  color: var(--theme-color-selection);
  background: var(--theme-background-color-selection) !important;
  text-shadow: none;
}

::selection {
  color: var(--theme-color-selection);
  background: var(--theme-background-color-selection) !important;
  text-shadow: none;
}

::-webkit-selection {
  color: var(--theme-color-selection);
  background: var(--theme-background-color-selection) !important;
  text-shadow: none;
}

::-moz-selection {
  color: var(--theme-color-selection);
  background: var(--theme-background-color-selection) !important;
  text-shadow: none;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid var(--theme-border-color-body);
}

@media screen and (max-width: 1299px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
}
.hidden {
  display: none;
}

b, strong {
  font-weight: var(--base-font-weight-bold-font-family-1);
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*===================================================================================*/
/* Paddings - Margins */
/*===================================================================================*/
.bottom-padding-xlarge {
  padding-bottom: 60px;
}

.bottom-padding-large {
  padding-bottom: 50px;
}

.bottom-padding-medium {
  padding-bottom: 40px;
}

.bottom-padding-small {
  padding-bottom: 30px;
}

.bottom-padding-xsmall {
  padding-bottom: 20px;
}

.bottom-padding-xxsmall {
  padding-bottom: 10px;
}

.bottom-padding-no {
  padding-bottom: 0px;
}

.top-padding-xlarge {
  padding-top: 60px;
}

.top-padding-large {
  padding-top: 50px;
}

.top-padding-medium {
  padding-top: 40px;
}

.top-padding-small {
  padding-top: 30px;
}

.top-padding-xsmall {
  padding-top: 20px;
}

.top-padding-xxsmall {
  padding-top: 10px;
}

.top-padding-no {
  padding-top: 0px;
}

.left-padding-xlarge {
  padding-left: 60px;
}

.left-padding-large {
  padding-left: 50px;
}

.left-padding-medium {
  padding-left: 40px;
}

.left-padding-small {
  padding-left: 30px;
}

.left-padding-xsmall {
  padding-left: 20px;
}

.left-padding-xxsmall {
  padding-left: 10px;
}

.left-padding-no {
  padding-left: 0px;
}

.right-padding-xlarge {
  padding-right: 60px;
}

.right-padding-large {
  padding-right: 50px;
}

.right-padding-medium {
  padding-right: 40px;
}

.right-padding-small {
  padding-right: 30px;
}

.right-padding-xsmall {
  padding-right: 20px;
}

.right-padding-xxsmall {
  padding-right: 10px;
}

.right-padding-no {
  padding-right: 0px;
}

.bottom-margin-xlarge {
  margin-bottom: 60px;
}

.bottom-margin-large {
  margin-bottom: 50px;
}

.bottom-margin-medium {
  margin-bottom: 40px;
}

.bottom-margin-small {
  margin-bottom: 30px;
}

.bottom-margin-xsmall {
  margin-bottom: 20px;
}

.bottom-margin-xxsmall {
  margin-bottom: 10px;
}

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

.top-margin-xlarge {
  margin-top: 60px;
}

.top-margin-large {
  margin-top: 50px;
}

.top-margin-medium {
  margin-top: 40px;
}

.top-margin-small {
  margin-top: 30px;
}

.top-margin-xsmall {
  margin-top: 20px;
}

.top-margin-xxsmall {
  margin-top: 10px;
}

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

.left-margin-xlarge {
  margin-left: 60px;
}

.left-margin-large {
  margin-left: 50px;
}

.left-margin-medium {
  margin-left: 40px;
}

.left-margin-small {
  margin-left: 30px;
}

.left-margin-xsmall {
  margin-left: 20px;
}

.left-margin-xxsmall {
  margin-left: 10px;
}

.left-margin-no {
  margin-left: 0px;
}

.right-margin-xlarge {
  margin-right: 60px;
}

.right-margin-large {
  margin-right: 50px;
}

.right-margin-medium {
  margin-right: 40px;
}

.right-margin-small {
  margin-right: 30px;
}

.right-margin-xsmall {
  margin-right: 20px;
}

.right-margin-xxsmall {
  margin-right: 10px;
}

.right-margin-no {
  margin-right: 0px;
}

/*===================================================================================*/
/* Font Heading Styles */
/*===================================================================================*/
.font-heading-style-0 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-0);
  line-height: var(--line-height-font-heading-style-0);
  font-weight: var(--font-weight-font-heading-style-0);
}

.font-heading-style-1 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-1);
  line-height: var(--line-height-font-heading-style-1);
  font-weight: var(--font-weight-font-heading-style-1);
}

.font-heading-style-2 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-2);
  line-height: var(--line-height-font-heading-style-2);
  font-weight: var(--font-weight-font-heading-style-2);
}

.font-heading-style-3 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-3);
  line-height: var(--line-height-font-heading-style-3);
  font-weight: var(--font-weight-font-heading-style-3);
}

.font-heading-style-4 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-4);
  line-height: var(--line-height-font-heading-style-4);
  font-weight: var(--font-weight-font-heading-style-4);
}

.font-heading-style-5 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-5);
  line-height: var(--line-height-font-heading-style-5);
  font-weight: var(--font-weight-font-heading-style-5);
}

.font-heading-style-6 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-6);
  line-height: var(--line-height-font-heading-style-6);
  font-weight: var(--font-weight-font-heading-style-6);
}

.font-heading-style-7 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-7);
  line-height: var(--line-height-font-heading-style-7);
  font-weight: var(--font-weight-font-heading-style-7);
}

.font-heading-style-8 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-8);
  line-height: var(--line-height-font-heading-style-8);
  font-weight: var(--font-weight-font-heading-style-8);
}

.font-heading-style-9 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-9);
  line-height: var(--line-height-font-heading-style-9);
  font-weight: var(--font-weight-font-heading-style-9);
}

.font-heading-style-10 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-10);
  line-height: var(--line-height-font-heading-style-10);
  font-weight: var(--font-weight-font-heading-style-10);
}

.font-heading-style-11 {
  font-family: var(--font-family-heading-style);
  font-size: var(--font-size-font-heading-style-11);
  line-height: var(--line-height-font-heading-style-11);
  font-weight: var(--font-weight-font-heading-style-11);
}

/*===================================================================================*/
/* Font Text Styles */
/*===================================================================================*/
.font-text-style-0 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-0);
  line-height: var(--line-height-font-text-style-0);
  font-weight: var(--font-weight-font-text-style-0);
}

.font-text-style-1 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-1);
  line-height: var(--line-height-font-text-style-1);
  font-weight: var(--font-weight-font-text-style-1);
}

.font-text-style-2 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-2);
  line-height: var(--line-height-font-text-style-2);
  font-weight: var(--font-weight-font-text-style-2);
}

.font-text-style-3 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-3);
  line-height: var(--line-height-font-text-style-3);
  font-weight: var(--font-weight-font-text-style-3);
}

.font-text-style-4 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-4);
  line-height: var(--line-height-font-text-style-4);
  font-weight: var(--font-weight-font-text-style-4);
}

.font-text-style-5 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-5);
  line-height: var(--line-height-font-text-style-5);
  font-weight: var(--font-weight-font-text-style-5);
}

.font-text-style-6 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-6);
  line-height: var(--line-height-font-text-style-6);
  font-weight: var(--font-weight-font-text-style-6);
}

.font-text-style-7 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-7);
  line-height: var(--line-height-font-text-style-7);
  font-weight: var(--font-weight-font-text-style-7);
}

.font-text-style-8 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-8);
  line-height: var(--line-height-font-text-style-8);
  font-weight: var(--font-weight-font-text-style-8);
}

.font-text-style-9 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-9);
  line-height: var(--line-height-font-text-style-9);
  font-weight: var(--font-weight-font-text-style-9);
}

.font-text-style-10 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-10);
  line-height: var(--line-height-font-text-style-10);
  font-weight: var(--font-weight-font-text-style-10);
}

.font-text-style-11 {
  font-family: var(--font-family-text-style);
  font-size: var(--font-size-font-text-style-11);
  line-height: var(--line-height-font-text-style-11);
  font-weight: var(--font-weight-font-text-style-11);
}

/*===================================================================================*/
/* Slider Shadow Remove */
/*===================================================================================*/
.tp-caption.boxshadow,
.boxshadow {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Cookies */
/*===================================================================================*/
.cc_container {
  font-family: var(--font-family-body) !important;
  font-size: var(--font-size-smalltext) !important;
  line-height: var(--line-height-smalltext) !important;
  font-weight: var(--font-weight-body) !important;
  color: var(--theme-color-black) !important;
  background: var(--theme-background-color-white) !important;
  padding: 10px 15px 10px 15px !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row;
}

.cc_container a,
.cc_container a:visited {
  color: var(--theme-color-black) !important;
  text-decoration: underline !important;
}

.cc_container .cc_message {
  padding: 0px !important;
  margin: 0px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  order: 1;
  width: 100% !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: var(--theme-color-white) !important;
  background-color: var(--theme-background-color-black) !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  text-decoration: none !important;
}

.cc_container .cc_btn {
  padding: 15px 15px 15px 15px !important;
  display: block !important;
  width: auto !important;
  margin-left: 10px !important;
  float: right !important;
  max-width: none !important;
  font-size: inherit !important;
  line-height: 1 !important;
  order: 2;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  color: var(--theme-color-black) !important;
  background-color: var(--theme-background-color-white) !important;
}

/*=================================================================================== */
/* Buttons */
/*=================================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: 14px 20px 14px 20px;
  font-family: var(--font-family-button);
  font-size: var(--font-size-button);
  line-height: var(--line-height-button);
  font-weight: var(--font-weight-button);
  border-radius: 0px;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 12px 18px 12px 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    padding: 10px 16px 10px 16px;
  }
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/*=================================================================================== */
.btn.btn-main,
.btn.btn-main:visited {
  color: var(--theme-color-button);
  background: var(--theme-background-color-button);
  border: 1px solid var(--theme-border-color-button);
  letter-spacing: 1px;
  border-radius: 25px !important;
  border-radius: 25px !important;
  font-size: var(--font-size-button);
  line-height: var(--line-height-button);
  font-weight: var(--font-weight-button);
}

.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active,
.btn.btn-main.disabled,
.btn.btn-main[disabled] {
  color: var(--theme-color-button-hover);
  background: var(--theme-background-color-button-hover);
  border: 1px solid var(--theme-border-color-button-hover);
}

.btn.btn-main svg,
.btn.btn-main:visited svg,
.btn.btn-main i,
.btn.btn-main:visited i,
.btn.btn-main em,
.btn.btn-main:visited em {
  color: var(--theme-color-button);
  fill: var(--theme-color-button);
}

.btn.btn-main:hover svg,
.btn.btn-main:focus svg,
.btn.btn-main:active svg,
.btn.btn-main.disabled svg,
.btn.btn-main[disabled] svg,
.btn.btn-main:hover i,
.btn.btn-main:focus i,
.btn.btn-main:active i,
.btn.btn-main.disabled i,
.btn.btn-main[disabled] i,
.btn.btn-main:hover em,
.btn.btn-main:focus em,
.btn.btn-main:active em,
.btn.btn-main.disabled em,
.btn.btn-main[disabled] em {
  color: var(--theme-color-button-hover);
  fill: var(--theme-color-button-hover);
}

/*=================================================================================== */
.btn.btn-second,
.btn.btn-second:visited {
  color: var(--theme-color-btn-second);
  background: var(--theme-background-color-btn-second);
  border: 1px solid var(--theme-border-color-btn-second);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-second);
  line-height: var(--line-height-btn-second);
  font-weight: var(--font-weight-btn-second);
}

.btn.btn-second:hover,
.btn.btn-second:focus,
.btn.btn-second:active,
.btn.btn-second.disabled,
.btn.btn-second[disabled] {
  color: var(--theme-color-btn-second-hover);
  background: var(--theme-background-color-btn-second-hover);
  border: 1px solid var(--theme-border-color-btn-second-hover);
}

.btn.btn-second svg,
.btn.btn-second:visited svg,
.btn.btn-second i,
.btn.btn-second:visited i,
.btn.btn-second em,
.btn.btn-second:visited em {
  color: var(--theme-color-btn-second);
  fill: var(--theme-color-btn-second);
}

.btn.btn-second:hover svg,
.btn.btn-second:focus svg,
.btn.btn-second:active svg,
.btn.btn-second.disabled svg,
.btn.btn-second[disabled] svg,
.btn.btn-second:hover i,
.btn.btn-second:focus i,
.btn.btn-second:active i,
.btn.btn-second.disabled i,
.btn.btn-second[disabled] i,
.btn.btn-second:hover em,
.btn.btn-second:focus em,
.btn.btn-second:active em,
.btn.btn-second.disabled em,
.btn.btn-second[disabled] em {
  color: var(--theme-color-btn-second-hover);
  fill: var(--theme-color-btn-second-hover);
}

/*=================================================================================== */
.btn.btn-footer,
.btn.btn-footer:visited {
  color: var(--theme-color-btn-footer);
  background: var(--theme-background-color-btn-footer);
  border: 1px solid var(--theme-border-color-btn-footer);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-footer);
  line-height: var(--line-height-btn-footer);
  font-weight: var(--font-weight-btn-footer);
}

.btn.btn-footer:hover,
.btn.btn-footer:focus,
.btn.btn-footer:active,
.btn.btn-footer.disabled,
.btn.btn-footer[disabled] {
  color: var(--theme-color-btn-footer-hover);
  background: var(--theme-background-color-btn-footer-hover);
  border: 1px solid var(--theme-border-color-btn-footer-hover);
}

.btn.btn-footer svg,
.btn.btn-footer:visited svg,
.btn.btn-footer i,
.btn.btn-footer:visited i,
.btn.btn-footer em,
.btn.btn-footer:visited em {
  color: var(--theme-color-btn-footer);
  fill: var(--theme-color-btn-footer);
}

.btn.btn-footer:hover svg,
.btn.btn-footer:focus svg,
.btn.btn-footer:active svg,
.btn.btn-footer.disabled svg,
.btn.btn-footer[disabled] svg,
.btn.btn-footer:hover i,
.btn.btn-footer:focus i,
.btn.btn-footer:active i,
.btn.btn-footer.disabled i,
.btn.btn-footer[disabled] i,
.btn.btn-footer:hover em,
.btn.btn-footer:focus em,
.btn.btn-footer:active em,
.btn.btn-footer.disabled em,
.btn.btn-footer[disabled] em {
  color: var(--theme-color-btn-footer-hover);
  fill: var(--theme-color-btn-footer-hover);
}

/*=================================================================================== */
.btn.btn-mainfb,
.btn.btn-mainfb:visited {
  color: var(--theme-color-btn-mainfb);
  background: var(--theme-background-color-btn-mainfb);
  border: 1px solid var(--theme-border-color-btn-mainfb);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-mainfb);
  line-height: var(--line-height-btn-mainfb);
  font-weight: var(--font-weight-btn-mainfb);
}

.btn.btn-mainfb:hover,
.btn.btn-mainfb:focus,
.btn.btn-mainfb:active,
.btn.btn-mainfb.disabled,
.btn.btn-mainfb[disabled] {
  color: var(--theme-color-btn-mainfb-hover);
  background: var(--theme-background-color-btn-mainfb-hover);
  border: 1px solid var(--theme-border-color-btn-mainfb-hover);
}

.btn.btn-mainfb svg,
.btn.btn-mainfb:visited svg,
.btn.btn-mainfb i,
.btn.btn-mainfb:visited i,
.btn.btn-mainfb em,
.btn.btn-mainfb:visited em {
  color: var(--theme-color-btn-mainfb);
  fill: var(--theme-color-btn-mainfb);
}

.btn.btn-mainfb:hover svg,
.btn.btn-mainfb:focus svg,
.btn.btn-mainfb:active svg,
.btn.btn-mainfb.disabled svg,
.btn.btn-mainfb[disabled] svg,
.btn.btn-mainfb:hover i,
.btn.btn-mainfb:focus i,
.btn.btn-mainfb:active i,
.btn.btn-mainfb.disabled i,
.btn.btn-mainfb[disabled] i,
.btn.btn-mainfb:hover em,
.btn.btn-mainfb:focus em,
.btn.btn-mainfb:active em,
.btn.btn-mainfb.disabled em,
.btn.btn-mainfb[disabled] em {
  color: var(--theme-color-btn-mainfb-hover);
  fill: var(--theme-color-btn-mainfb-hover);
}

/*=================================================================================== */
.btn.btn-maingo,
.btn.btn-maingo:visited {
  color: var(--theme-color-btn-maingo);
  background: var(--theme-background-color-btn-maingo);
  border: 1px solid var(--theme-border-color-btn-maingo);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-maingo);
  line-height: var(--line-height-btn-maingo);
  font-weight: var(--font-weight-btn-maingo);
}

.btn.btn-maingo:hover,
.btn.btn-maingo:focus,
.btn.btn-maingo:active,
.btn.btn-maingo.disabled,
.btn.btn-maingo[disabled] {
  color: var(--theme-color-btn-maingo-hover);
  background: var(--theme-background-color-btn-maingo-hover);
  border: 1px solid var(--theme-border-color-btn-maingo-hover);
}

.btn.btn-maingo svg,
.btn.btn-maingo:visited svg,
.btn.btn-maingo i,
.btn.btn-maingo:visited i,
.btn.btn-maingo em,
.btn.btn-maingo:visited em {
  color: var(--theme-color-btn-maingo);
  fill: var(--theme-color-btn-maingo);
}

.btn.btn-maingo:hover svg,
.btn.btn-maingo:focus svg,
.btn.btn-maingo:active svg,
.btn.btn-maingo.disabled svg,
.btn.btn-maingo[disabled] svg,
.btn.btn-maingo:hover i,
.btn.btn-maingo:focus i,
.btn.btn-maingo:active i,
.btn.btn-maingo.disabled i,
.btn.btn-maingo[disabled] i,
.btn.btn-maingo:hover em,
.btn.btn-maingo:focus em,
.btn.btn-maingo:active em,
.btn.btn-maingo.disabled em,
.btn.btn-maingo[disabled] em {
  color: var(--theme-color-btn-maingo-hover);
  fill: var(--theme-color-btn-maingo-hover);
}

/*=================================================================================== */
.btn.btn-slider,
.btn.btn-slider:visited {
  color: var(--theme-color-btn-slider);
  background: var(--theme-background-color-btn-slider);
  border: 1px solid var(--theme-border-color-btn-slider);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-slider);
  line-height: var(--line-height-btn-slider);
  font-weight: var(--font-weight-btn-slider);
}

.btn.btn-slider:hover,
.btn.btn-slider:focus,
.btn.btn-slider:active,
.btn.btn-slider.disabled,
.btn.btn-slider[disabled] {
  color: var(--theme-color-btn-slider-hover);
  background: var(--theme-background-color-btn-slider-hover);
  border: 1px solid var(--theme-border-color-btn-slider-hover);
}

.btn.btn-slider svg,
.btn.btn-slider:visited svg,
.btn.btn-slider i,
.btn.btn-slider:visited i,
.btn.btn-slider em,
.btn.btn-slider:visited em {
  color: var(--theme-color-btn-slider);
  fill: var(--theme-color-btn-slider);
}

.btn.btn-slider:hover svg,
.btn.btn-slider:focus svg,
.btn.btn-slider:active svg,
.btn.btn-slider.disabled svg,
.btn.btn-slider[disabled] svg,
.btn.btn-slider:hover i,
.btn.btn-slider:focus i,
.btn.btn-slider:active i,
.btn.btn-slider.disabled i,
.btn.btn-slider[disabled] i,
.btn.btn-slider:hover em,
.btn.btn-slider:focus em,
.btn.btn-slider:active em,
.btn.btn-slider.disabled em,
.btn.btn-slider[disabled] em {
  color: var(--theme-color-btn-slider-hover);
  fill: var(--theme-color-btn-slider-hover);
}

/*=================================================================================== */
.btn.btn-products-addtocart,
.btn.btn-products-addtocart:visited {
  color: var(--theme-color-btn-products-addtocart) !important;
  background: var(--theme-background-color-btn-products-addtocart);
  border: 1px solid var(--theme-border-color-btn-products-addtocart);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-products-addtocart);
  line-height: var(--line-height-btn-products-addtocart);
  font-weight: var(--font-weight-btn-products-addtocart);
}

.btn.btn-products-addtocart:hover,
.btn.btn-products-addtocart:focus,
.btn.btn-products-addtocart:active,
.btn.btn-products-addtocart.disabled,
.btn.btn-products-addtocart[disabled] {
  color: var(--theme-color-btn-products-addtocart-hover) !important;
  background: var(--theme-background-color-btn-products-addtocart-hover);
  border: 1px solid var(--theme-border-color-btn-products-addtocart-hover);
}

.btn.btn-products-addtocart svg,
.btn.btn-products-addtocart:visited svg,
.btn.btn-products-addtocart i,
.btn.btn-products-addtocart:visited i,
.btn.btn-products-addtocart em,
.btn.btn-products-addtocart:visited em {
  color: var(--theme-color-btn-products-addtocart) !important;
  fill: var(--theme-color-btn-products-addtocart);
}

.btn.btn-products-addtocart:hover svg,
.btn.btn-products-addtocart:focus svg,
.btn.btn-products-addtocart:active svg,
.btn.btn-products-addtocart.disabled svg,
.btn.btn-products-addtocart[disabled] svg,
.btn.btn-products-addtocart:hover i,
.btn.btn-products-addtocart:focus i,
.btn.btn-products-addtocart:active i,
.btn.btn-products-addtocart.disabled i,
.btn.btn-products-addtocart[disabled] i,
.btn.btn-products-addtocart:hover em,
.btn.btn-products-addtocart:focus em,
.btn.btn-products-addtocart:active em,
.btn.btn-products-addtocart.disabled em,
.btn.btn-products-addtocart[disabled] em {
  color: var(--theme-color-btn-products-addtocart-hover) !important;
  fill: var(--theme-color-btn-products-addtocart-hover);
}

.btn .addtocartloader {
  display: none !important;
}

.btn .addtocartloader.view {
  display: inline-block !important;
}

/*=================================================================================== */
.btn.btn-wishlist,
.btn.btn-wishlist:visited {
  color: var(--theme-color-btn-wishlist) !important;
  background: var(--theme-background-color-btn-wishlist);
  border: 0px solid var(--theme-border-color-btn-wishlist);
  letter-spacing: 0px;
  border-radius: 0px;
  font-size: var(--font-size-btn-wishlist);
  line-height: var(--line-height-btn-wishlist);
  font-weight: var(--font-weight-btn-wishlist);
  padding: 2px 2px 2px 2px;
}

.btn.btn-wishlist:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0);
}

.btn.btn-wishlist:hover,
.btn.btn-wishlist:focus,
.btn.btn-wishlist:active,
.btn.btn-wishlist.disabled,
.btn.btn-wishlist[disabled] {
  color: var(--theme-color-btn-wishlist-hover) !important;
  background: var(--theme-background-color-btn-wishlist-hover);
  border: 0px solid var(--theme-border-color-btn-wishlist-hover);
}

.btn.btn-wishlist svg,
.btn.btn-wishlist:visited svg,
.btn.btn-wishlist i,
.btn.btn-wishlist:visited i,
.btn.btn-wishlist em,
.btn.btn-wishlist:visited em {
  color: var(--theme-color-btn-wishlist) !important;
  fill: var(--theme-color-btn-wishlist);
}

.btn.btn-wishlist:hover svg,
.btn.btn-wishlist:focus svg,
.btn.btn-wishlist:active svg,
.btn.btn-wishlist.disabled svg,
.btn.btn-wishlist[disabled] svg,
.btn.btn-wishlist:hover i,
.btn.btn-wishlist:focus i,
.btn.btn-wishlist:active i,
.btn.btn-wishlist.disabled i,
.btn.btn-wishlist[disabled] i,
.btn.btn-wishlist:hover em,
.btn.btn-wishlist:focus em,
.btn.btn-wishlist:active em,
.btn.btn-wishlist.disabled em,
.btn.btn-wishlist[disabled] em {
  color: var(--theme-color-btn-wishlist-hover) !important;
  fill: var(--theme-color-btn-wishlist-hover);
}

.btn.btn-wishlistn i,
.btn.btn-wishlist em,
.btn.btn-wishlist svg {
  margin-left: 0px;
  margin-right: 0px;
}

.btn.btn-wishlist.wishlist-added,
.btn.btn-wishlist.wishlist-added i,
.btn.btn-wishlist.wishlist-added em,
.btn.btn-wishlist.wishlist-added svg {
  color: var(--theme-color-btn-wishlist-added) !important;
  fill: var(--theme-color-btn-wishlist-added) !important;
}

.btn.btn-wishlist .wishlist_icon svg {
  fill: none;
}

.btn.btn-wishlist.wishlist-added .wishlist_icon svg {
  fill: currentColor;
}

/*=================================================================================== */
.btn.btn-checkout,
.btn.btn-checkout:visited {
  color: var(--theme-color-btn-checkout);
  background: var(--theme-background-color-btn-checkout);
  border: 1px solid var(--theme-border-color-btn-checkout);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-checkout);
  line-height: var(--line-height-btn-checkout);
  font-weight: var(--font-weight-btn-checkout);
}

.btn.btn-checkout:hover,
.btn.btn-checkout:focus,
.btn.btn-checkout:active,
.btn.btn-checkout.disabled,
.btn.btn-checkout[disabled] {
  color: var(--theme-color-btn-checkout-hover);
  background: var(--theme-background-color-btn-checkout-hover);
  border: 1px solid var(--theme-border-color-btn-checkout-hover);
}

.btn.btn-checkout svg,
.btn.btn-checkout:visited svg,
.btn.btn-checkout i,
.btn.btn-checkout:visited i,
.btn.btn-checkout em,
.btn.btn-checkout:visited em {
  color: var(--theme-color-btn-checkout);
  fill: var(--theme-color-btn-checkout);
}

.btn.btn-checkout:hover svg,
.btn.btn-checkout:focus svg,
.btn.btn-checkout:active svg,
.btn.btn-checkout.disabled svg,
.btn.btn-checkout[disabled] svg,
.btn.btn-checkout:hover i,
.btn.btn-checkout:focus i,
.btn.btn-checkout:active i,
.btn.btn-checkout.disabled i,
.btn.btn-checkout[disabled] i,
.btn.btn-checkout:hover em,
.btn.btn-checkout:focus em,
.btn.btn-checkout:active em,
.btn.btn-checkout.disabled em,
.btn.btn-checkout[disabled] em {
  color: var(--theme-color-btn-checkout-hover);
  fill: var(--theme-color-btn-checkout-hover);
}

/*=================================================================================== */
.buttonline {
  display: inline-block;
  padding: 15px 30px;
  font-family: var(--font-family-button);
  font-size: var(--font-size-buttonline);
  line-height: var(--line-height-buttonline);
  font-weight: var(--font-weight-buttonline);
}

.buttonline.buttonline_outline {
  position: relative;
  color: var(--theme-color-buttonline-light);
  overflow: hidden;
  background-color: var(--theme-background-color-buttonline-none);
}

.buttonline.buttonline_outline.buttonline_black {
  color: var(--theme-color-buttonline-dark);
  background-color: var(--theme-background-color-buttonline-none);
}

.buttonline.buttonline_outline:before, .buttonline.buttonline_outline:after, .buttonline.buttonline_outline .buttonline_lines:before, .buttonline.buttonline_outline .buttonline_lines:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-background-color-buttonline-light);
  content: "";
  transition: transform 400ms;
}

.buttonline_black.buttonline.buttonline_outline:before, .buttonline_black.buttonline.buttonline_outline:after, .buttonline_black.buttonline.buttonline_outline .buttonline_lines:before, .buttonline_black.buttonline.buttonline_outline .buttonline_lines:after {
  background-color: var(--theme-background-color-buttonline-dark);
}

.buttonline.buttonline_outline:before {
  top: auto;
  bottom: 0;
}

.buttonline.buttonline_outline .buttonline_lines {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.buttonline.buttonline_outline .buttonline_lines:before, .buttonline.buttonline_outline .buttonline_lines:after {
  width: 1px;
  height: 100%;
}

.buttonline.buttonline_outline .buttonline_lines:after {
  left: auto;
  right: 0;
}

.buttonline:hover:before {
  transform: translateX(-101%);
}

.buttonline:hover:after {
  transform: translateX(101%);
}

.buttonline:hover .buttonline_lines:before {
  transform: translateY(-101%);
}

.buttonline:hover .buttonline_lines:after {
  transform: translateY(101%);
}

/*=================================================================================== */
.bordered-button {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-family: var(--font-family-button);
  font-size: var(--font-size-bordered-button);
  line-height: var(--line-height-bordered-button);
  font-weight: var(--font-weight-bordered-button);
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: var(--theme-color-bordered-button-dark);
  background: none;
  border: none;
}

a.bordered-button:hover {
  color: var(--theme-color-bordered-button-light);
  background-color: var(--theme-background-color-bordered-button-dark);
  border-color: var(--theme-background-color-bordered-button-dark);
}

a.bordered-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.3s, opacity 0.3s;
  background-color: var(--theme-background-color-bordered-button-dark);
}

a.bordered-button:hover:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  background-color: var(--theme-background-color-bordered-button-dark);
}

a.bordered-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1.1, 1, 1);
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: var(--theme-background-color-bordered-button-light);
  border: 2px solid;
  border-color: var(--theme-background-color-bordered-button-dark);
}

a.bordered-button:hover:after {
  transform: scale3d(1, 1, 1);
  background-color: var(--theme-background-color-bordered-button-dark);
  border-color: var(--theme-background-color-bordered-button-dark);
}

/*=================================================================================== */
.btn i,
.btn em {
  margin-left: 0px;
  margin-right: 6px;
  font-size: var(--font-size-icon-button);
  line-height: var(--line-height-icon-button);
}

.btn i.iconright,
.btn em.iconright {
  margin-left: 6px;
  margin-right: 0px;
}

/*=================================================================================== */
.btn svg {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-left: 0px;
  margin-right: 6px;
}

.form-horizontal .input-group .btn-outline-secondary {
  color: #fff;
  background: #cd0000;
  border-color: #cd0000;
}

.form-horizontal .input-group .btn-outline-secondary:hover {
  color: #fff;
  background-color: #205380;
  border-color: #205380;
}

.nav.justify-content-end.float-right .languages {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px 0px 12px;
  min-height: 32px;
  float: left;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: var(--base-font-weight-heavy-font-family-1);
  background: #cd0000;
}

.nav.justify-content-end.float-right .lang_inv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px 0px 12px;
  min-height: 32px;
  float: left;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  font-weight: var(--base-font-weight-heavy-font-family-1);
  background: #2fad63;
}

.lang_inv i {
  padding: 0 5px;
}

.nav.justify-content-end.float-right .languages a {
  color: #fff;
}

/*=================================================================================== */
/* Forms */
/*=================================================================================== */
label {
  display: inline-block;
  margin-bottom: 2px;
  font-family: var(--font-family-label-forms);
  font-size: var(--font-size-label-forms);
  line-height: var(--line-height-label-forms);
  font-weight: var(--font-weight-label-forms);
  color: var(--theme-color-laber);
}

legend {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-family: var(--font-family-label-forms);
  font-size: var(--font-size-label-forms);
  line-height: var(--line-height-label-forms);
  color: var(--theme-color-laber);
  white-space: normal;
}

/* custom checkbox */
.form-check-inline.form-check-custom {
  margin-right: 10px;
  cursor: pointer;
  /*display: block;*/
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-right: 6px;
  margin-left: 0;
  z-index: -1;
  margin-right: 0px;
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: var(--theme-background-color-checkbox);
  border: 1px solid var(--theme-border-color-checkbox);
  border-radius: 0px;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  padding: 3px;
  color: var(--theme-color-checkbox);
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-input:checked + .form-check-label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f00c";
  background: var(--theme-background-color-checkbox-checked);
  border: 1px solid var(--theme-border-color-checkbox-checked);
  border-radius: 0px;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  padding: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  color: var(--theme-color-checkbox-checked);
}

.form-group {
  margin-bottom: 10px;
}

.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: var(--font-family-label-forms);
  font-size: var(--font-size-label-forms);
  line-height: var(--line-height-label-forms);
  display: inline-block;
  margin-bottom: 2px;
  font-weight: var(--font-weight-label-forms);
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  font-family: var(--font-family-form-control);
  font-size: var(--font-size-form-control);
  line-height: var(--line-height-form-control);
  font-weight: var(--font-weight-form-control);
  color: var(--theme-color-form-control);
  background-color: var(--theme-background-color-form-control);
  background-clip: padding-box;
  border: 1px solid var(--theme-border-color-form-control);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: var(--theme-background-color-form-control-disabled);
  opacity: 1;
}

.form-control:focus {
  color: var(--theme-color-form-control-focus);
  background-color: var(--theme-background-color-form-control-focus);
  border-color: var(--theme-border-color-form-control-focus);
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: var(--theme-color-form-control);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: var(--theme-color-form-control);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--theme-color-form-control);
  opacity: 1;
}

select.form-control {
  background: url(../../images/assets/arrow_strong_down.svg) var(--theme-background-color-form-control) right no-repeat !important;
  padding-right: 34px !important;
}

.btnwhiteblack select.form-control {
  background: url(../../images/assets/arrow_strong_down_black.svg) var(--theme-background-color-form-control) right no-repeat !important;
}

.btnblackwhite select.form-control {
  background: url(../../images/assets/arrow_strong_down_white.svg) var(--theme-background-color-form-control) right no-repeat !important;
}

.btnblueyellow select.form-control {
  background: url(../../images/assets/arrow_strong_down_yellow.svg) var(--theme-background-color-form-control) right no-repeat !important;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-label {
  margin-bottom: 0;
  font-family: var(--font-family-label-forms);
  font-size: var(--font-size-label-forms-small);
  line-height: var(--line-height-label-forms-small);
  font-weight: var(--font-weight-label-forms-small);
  cursor: pointer;
  padding-left: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.form-check-label em,
.form-check-label i {
  font-size: var(--font-size-label-icon);
  line-height: 1;
  margin-left: 3px;
}

.text-danger {
  font-size: var(--font-size-smalltext);
  line-height: var(--line-height-smalltext);
  color: var(--theme-color-text-danger) !important;
  margin-top: 4px;
}

.alert {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-danger {
  color: var(--theme-color-alert-danger);
  background-color: var(--theme-background-color-alert-danger);
  border-color: var(--theme-border-color-alert-danger);
}

.alert-success {
  color: var(--theme-color-alert-success);
  background-color: var(--theme-background-color-alert-success);
  border-color: var(--theme-border-color-alert-success);
}

.messageQueueError {
  color: var(--theme-color-messageQueueError);
  background-color: var(--theme-background-color-messageQueueError);
  padding: 6px;
  text-align: center;
}

.messageQueueWarning {
  color: var(--theme-color-messageQueueWarning);
  background-color: var(--theme-background-color-messageQueueWarning);
  padding: 6px;
  text-align: center;
}

.messageQueueSuccess {
  color: var(--theme-color-messageQueueWarning);
  background-color: var(--theme-background-color-messageQueueWarning);
  padding: 6px;
  text-align: center;
}

.messageBox {
  text-align: center;
}

.required-symbol {
  font-size: var(--font-size-smalltext);
  line-height: var(--line-height-smalltext);
  color: var(--theme-color-required-symbol);
}

textarea.form-control {
  height: auto;
  /* custom style */
  padding: 8px 10px;
}

.invalid-feedback {
  width: 100%;
  font-size: var(--font-size-smalltext);
  line-height: var(--line-height-smalltext);
  color: var(--theme-color-invalid-feedback) !important;
  margin-top: 4px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--theme-border-color-is-invalid);
  padding-right: inherit;
  background-image: none;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--theme-border-color-is-valid);
  padding-right: inherit;
  background-image: none;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--theme-border-color-is-valid);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--theme-border-color-is-invalid);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--theme-color-is-valid);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--theme-color-is-invalid);
}

/* form validation bug bootstrap form with class was-validated always display invalid feedback message */
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: none;
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/*===================================================================================*/
/* Page */
/*===================================================================================*/
.page {
  position: relative;
  display: block;
  overflow: hidden;
}

/*=================================================================================== */
/* Header */
/*=================================================================================== */
#headermenu {
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: var(--theme-background-color-white);
}

body.amactive #headermenu {
  z-index: 1000;
}

.btnwhiteblack #headermenu, .btnblackwhite #headermenu, .btnblueyellow #headermenu {
  background-image: none;
}

@media screen and (max-width: 991px) {
  #headermenu {
    background-image: none;
  }
}
#headermenu.absolute:not(.scrollmenu) {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

#headermenu.scrollmenu {
  position: fixed;
  top: 0px;
  left: 0px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
}

/*=================================================================================== */
/* Header Inner Top */
/*=================================================================================== */
.headermenu_inner_top {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--base-font-family-1);
  font-size: var(--font-size-smalltext);
  line-height: 1;
  font-weight: var(--base-font-weight-regular-font-family-1);
  color: var(--theme-color-black);
  background: var(--theme-background-color-none);
}

#headermenu.absolute:not(.scrollmenu) .headermenu_inner_top {
  color: var(--theme-color-white);
  background: var(--theme-background-color-theme-1);
}

#headermenu.scrollmenu .headermenu_inner_top {
  display: none;
}

/*=================================================================================== */
/* Top Box */
/*=================================================================================== */
#headermenu #top-box {
  position: relative;
  display: block;
  width: 100%;
  flex: 1 0 auto;
}

/*=================================================================================== */
/* Top Box Info */
/*=================================================================================== */
#headermenu #top-box .info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px 0px 12px;
  min-height: 32px;
  float: left;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: var(--base-font-weight-heavy-font-family-1);
  color: var(--theme-color-white);
  background: var(--theme-background-color-theme-2);
}

@media screen and (max-width: 991px) {
  #headermenu #top-box .info {
    display: none;
  }
}
#headermenu #top-box .info,
#headermenu #top-box .info a,
#headermenu #top-box .info a:hover {
  color: var(--theme-color-white);
}

#headermenu.absolute:not(.scrollmenu) #top-box .info,
#headermenu.absolute:not(.scrollmenu) #top-box .info a,
#headermenu.absolute:not(.scrollmenu) #top-box .info a:hover {
  color: var(--theme-color-white);
}

#headermenu #top-box .info svg {
  width: auto;
  height: 18px;
  margin-right: 5px;
  fill: currentColor;
}

#headermenu.absolute:not(.scrollmenu) #top-box .info svg {
  fill: currentColor;
}

/*=================================================================================== */
/* Top Box Nav */
/*=================================================================================== */
#top-box .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {
  #top-box .nav.float-left {
    display: none;
  }
}
#top-box .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  color: inherit;
  min-height: 32px;
  background: none;
}

#headermenu.absolute:not(.scrollmenu) .nav .nav-link {
  color: var(--theme-color-white);
}

#top-box .nav .nav-link:focus,
#top-box .nav .nav-link:hover,
#top-box .show > .nav-link {
  text-decoration: none;
  color: var(--theme-color-black) !important;
  background: var(--theme-background-color-white);
}

#top-box .dropdown-toggle::after {
  display: none !important;
  margin-left: 4px;
  vertical-align: 3px;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

#top-box .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  margin: 0px 0 0;
  font-size: var(--font-size-xsmalltext);
  line-height: 1;
  font-weight: var(--base-font-weight-light-font-family-1);
  color: var(--theme-color-black);
  background-color: var(--theme-background-color-white);
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
  box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.05);
}

#top-box .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 10px;
  clear: both;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--theme-color-black);
  background-color: transparent;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}

#top-box .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#top-box .dropdown-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#top-box .dropdown-item:focus,
#top-box .dropdown-item:hover {
  color: var(--theme-color-body);
  background-color: var(--theme-background-color-white);
  text-decoration: none;
}

#headermenu .language_dropdown img {
  width: 25px;
  height: auto;
  margin-right: 4px;
}

#headermenu .language_dropdown .dropdown-menu {
  min-width: auto;
}

#top-box .language_dropdown .dropdown-item {
  font-size: var(--font-size-xsmalltext);
}

/*=================================================================================== */
/* Header Inner Logo */
/*=================================================================================== */
.headermenu_inner_logo {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#headermenu.scrollmenu .headermenu_inner_logo {
  display: none;
}

/*=================================================================================== */
/* Logo */
/*=================================================================================== */
#headermenu .logo {
  position: relative;
  width: 200px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  #headermenu .logo {
    width: 100px;
    margin-left: 30%;
  }
}
#headermenu.scrollmenu .logo {
  width: 100px;
}

@media screen and (max-width: 991px) {
  #headermenu.scrollmenu .logo {
    width: 100px;
  }
}
#headermenu .logo #logoimage {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}

#headermenu .logo svg#logoimage {
  fill: var(--theme-color-black);
}

#headermenu.absolute:not(.scrollmenu) .logo svg#logoimage {
  fill: var(--theme-color-white);
}

/*=================================================================================== */
/* Icons */
/*=================================================================================== */
.headermenu_icons {
  position: absolute;
  top: auto;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
}

.headermenu_icons .header-icon {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 15px;
  background: var(--theme-background-color-none);
}

@media screen and (max-width: 991px) {
  .headermenu_icons .header-icon {
    margin: 0px 0px 0px 10px;
  }
}
body.amactive .ammenu-mobile-heading .headermenu_icons .header-icon {
  margin: 0px 0px 0px 15px;
}

.headermenu_icons .header-icon svg {
  display: inline-block;
  width: auto;
  height: 22px;
  fill: var(--theme-color-black);
}

body.amactive .ammenu-mobile-heading .headermenu_icons .header-icon {
  fill: var(--theme-color-black);
}

#headermenu.absolute:not(.scrollmenu) .headermenu_icons .header-icon svg {
  fill: var(--theme-color-white);
}

body.amactive #headermenu.absolute:not(.scrollmenu) .ammenu-mobile-heading .headermenu_icons .header-icon svg {
  fill: var(--theme-color-black);
}

.headermenu_icons .header-icon .basket-item-count {
  position: absolute;
  top: 10px;
  right: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: var(--font-size-xxsmalltext);
  font-weight: var(--base-font-weight-bold-font-family-1);
  text-align: center;
  color: var(--theme-color-white);
  background-color: var(--theme-background-color-theme-3);
}

/*=================================================================================== */
/* Header Inner Menu */
/*=================================================================================== */
.headermenu_inner_menu {
  position: relative;
  width: 100%;
  background: var(--theme-background-color-ammenu-desktop-level1-ul);
  border: 0px solid var(--theme-border-color-ammenu-desktop-level1-ul);
}

@media screen and (max-width: 991px) {
  .headermenu_inner_menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: var(--theme-background-color-ammenu-mobile-level1-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level1-ul);
    transition: left 0.3s ease;
  }

  body.amactive .headermenu_inner_menu {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  #headermenu.absolute:not(.scrollmenu) .headermenu_inner_menu {
    background: none;
  }
}
/*=================================================================================== */
/* ammenu */
/*=================================================================================== */
.ammenu .cl {
  clear: both;
}

.ammenu a:focus {
  outline: none;
}

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

.ammenu:after {
  clear: both;
}

.ammenu .ammenu-click01 {
  display: none;
}

.ammenu .ammenu-click02 {
  display: none;
}

.ammenu .ammenu-click03 {
  display: none;
}

/*=================================================================================== */
/* ammenu desktop */
/*=================================================================================== */
@media screen and (min-width: 992px) {
  /*=================================================================================== */
  /* desktop menu | hidden mobile menu | ammenu-megamenu - ammenu-submenu */
  .ammenu-mobile-button {
    display: none;
  }

  /*=================================================================================== */
  /* desktop menu | hidden mobile heading footer | ammenu-megamenu - ammenu-submenu */
  .ammenu-mobile-heading {
    display: none;
  }

  .ammenu-mobile-footer {
    display: none;
  }

  /*=================================================================================== */
  /* desktop menu | level1 ul | ammenu-megamenu - ammenu-submenu */
  .ammenu {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    /* background-color: #272262; */
  }

  .ammenu > ul.ammenu-list {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    text-align: left;
    list-style: none;
  }

  /*=================================================================================== */
  /* desktop menu | level2 ul | ammenu-megamenu */
  /* desktop menu | level2 level3 level4 ul | ammenu-submenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    position: absolute;
    top: 50px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
    opacity: 0;
    visibility: hidden;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu > .ammenu-megamenu-inner > .container {
    max-width: 1430px;
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu {
    top: 50px;
    left: auto;
    width: auto;
    min-width: 220px;
    padding: 0px 0px 0px 0px;
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    top: 0;
    left: 100%;
    width: auto;
    min-width: 220px;
    padding: 0px 0px 0px 0px;
  }

  .ammenu > ul.ammenu-list > li:hover > .ammenu-megamenu,
.ammenu > ul.ammenu-list > li:hover > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:hover > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > ul.ammenu-submenu {
    opacity: 1;
    visibility: visible;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner {
    position: relative;
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    background-color: var(--theme-background-color-ammenu-desktop-level2-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level2-ul);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-desktop-level2-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level2-ul);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-desktop-level3-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level3-ul);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-desktop-level4-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level4-ul);
  }

  /*=================================================================================== */
  /* dekstop menu | level3 ul (li / a href are level 2) | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner .ammenu-megamenu-title {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: var(--theme-background-color-ammenu-desktop-level3-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level3-ul);
  }

  /*=================================================================================== */
  /* dekstop menu | level4 ul (li are level 3) | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner ul {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background-color: var(--theme-background-color-ammenu-desktop-level4-ul);
    border: 0px solid var(--theme-border-color-ammenu-desktop-level4-ul);
  }

  /*=================================================================================== */
  /* dekstop menu | level1 li | ammenu-megamenu - ammenu-submenu */
  .ammenu > ul.ammenu-list > li {
    position: static;
    display: block;
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 12px 0px 12px;
    float: left;
    text-align: center;
  }

  .ammenu > ul.ammenu-list > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 0px 0px;
    height: 50px;
    font-family: var(--font-family-ammenu-level1-li);
    font-size: var(--font-size-ammenu-desktop-level1-li);
    line-height: var(--line-height-ammenu-desktop-level1-li);
    font-weight: var(--font-weight-ammenu-desktop-level1-li);
    text-align: center;
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level1-li);
    background-color: var(--theme-background-color-ammenu-desktop-level1-li);
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li);
  }

  .ammenu > ul.ammenu-list > li:first-child > a {
    border-left: 0px solid var(--theme-border-color-ammenu-desktop-level1-li);
  }

  .ammenu > ul.ammenu-list > li:last-child > a {
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li);
  }

  .ammenu > ul.ammenu-list > li:hover > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level1-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level1-li-hover);
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li-hover);
  }

  #headermenu.absolute:not(.scrollmenu) .ammenu > ul.ammenu-list > li > a {
    color: var(--theme-color-ammenu-desktop-level1-li-absolute);
    background-color: var(--theme-background-color-ammenu-desktop-level1-li-absolute);
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li-absolute);
  }

  #headermenu.absolute:not(.scrollmenu) .ammenu > ul.ammenu-list > li:first-child > a {
    border-left: 0px solid var(--theme-border-color-ammenu-desktop-level1-li-absolute);
  }

  #headermenu.absolute:not(.scrollmenu) .ammenu > ul.ammenu-list > li:last-child > a {
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li-absolute);
  }

  #headermenu.absolute:not(.scrollmenu) .ammenu > ul.ammenu-list > li:hover > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level1-li-absolute-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level1-li-absolute-hover);
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li-absolute-hover);
  }

  /*=================================================================================== */
  /* desktop menu | level2 level3 level4 li | ammenu-submenu */
  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li {
    position: relative;
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level2-li);
    font-size: var(--font-size-ammenu-desktop-level2-li);
    line-height: var(--line-height-ammenu-desktop-level2-li);
    font-weight: var(--font-weight-ammenu-desktop-level2-li);
    color: var(--theme-color-ammenu-desktop-level2-li);
    background-color: var(--theme-background-color-ammenu-desktop-level2-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level3-li);
    font-size: var(--font-size-ammenu-desktop-level3-li);
    line-height: var(--line-height-ammenu-desktop-level3-li);
    font-weight: var(--font-weight-ammenu-desktop-level3-li);
    color: var(--theme-color-ammenu-desktop-level3-li);
    background-color: var(--theme-background-color-ammenu-desktop-level3-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level4-li);
    font-size: var(--font-size-ammenu-desktop-level4-li);
    line-height: var(--line-height-ammenu-desktop-level4-li);
    font-weight: var(--font-weight-ammenu-desktop-level4-li);
    color: var(--theme-color-ammenu-desktop-level4-li);
    background-color: var(--theme-background-color-ammenu-desktop-level4-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level4-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-desktop-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-desktop-level4-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level4-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level2-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level2-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li-hover);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level3-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level3-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level3-li-hover);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-desktop-level4-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level4-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level4-li-hover);
  }

  /*=================================================================================== */
  /* desktop menu | level2 li / a | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner .ammenu-megamenu-title a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    float: none;
    text-align: left;
    font-family: var(--font-family-ammenu-level2-li);
    font-size: var(--font-size-ammenu-desktop-level2-li);
    line-height: var(--line-height-ammenu-desktop-level2-li);
    font-weight: var(--font-weight-ammenu-desktop-level2-li);
    color: var(--theme-color-ammenu-desktop-level2-li);
    background-color: var(--theme-background-color-ammenu-desktop-level2-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner .ammenu-megamenu-title a:hover {
    color: var(--theme-color-ammenu-desktop-level2-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level2-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li-hover);
  }

  /*=================================================================================== */
  /* desktop menu | level3 li / a | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner ul li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner ul li a {
    position: static;
    display: block;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
    font-family: var(--font-family-ammenu-level3-li);
    font-size: var(--font-size-ammenu-desktop-level3-li);
    line-height: var(--line-height-ammenu-desktop-level3-li);
    font-weight: var(--font-weight-ammenu-desktop-level3-li);
    color: var(--theme-color-ammenu-desktop-level3-li);
    background-color: var(--theme-background-color-ammenu-desktop-level3-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level3-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner ul li a:hover {
    color: var(--theme-color-ammenu-desktop-level3-li-hover);
    background-color: var(--theme-background-color-ammenu-desktop-level3-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level3-li-hover);
  }
}
/*=================================================================================== */
/* ammenu mobile */
/*=================================================================================== */
@media screen and (max-width: 991px) {
  /*=================================================================================== */
  /* mobile menu | body | ammenu-megamenu - ammenu-submenu */
  body.amactive {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  /*=================================================================================== */
  /* desktop menu | hidden mobile heading footer | ammenu-megamenu - ammenu-submenu */
  .ammenu-mobile-heading {
    position: static;
    flex-grow: 0;
    flex-shrink: 0;
    height: 54px;
    font-family: var(--font-family-ammenu-mobile-heading);
    font-size: var(--font-size-ammenu-mobile-heading);
    line-height: var(--line-height-ammenu-mobile-heading);
    font-weight: var(--font-weight-ammenu-mobile-heading);
    color: var(--theme-color-ammenu-mobile-heading);
    background-color: var(--theme-background-color-ammenu-mobile-heading);
    border: 0px solid var(--theme-border-color-ammenu-mobile-heading);
  }

  .ammenu-mobile-footer {
    position: static;
    flex-grow: 0;
    flex-shrink: 0;
    height: 80px;
    font-family: var(--font-family-ammenu-mobile-footer);
    font-size: var(--font-size-ammenu-mobile-footer);
    line-height: var(--line-height-ammenu-mobile-footer);
    font-weight: var(--font-weight-ammenu-mobile-footer);
    color: var(--theme-color-ammenu-mobile-footer);
    background-color: var(--theme-background-color-ammenu-mobile-footer);
    border: 0px solid var(--theme-border-color-ammenu-mobile-footer);
  }

  .ammenu-mobile-footer .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ammenu-mobile-footer .row .col-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ammenu-mobile-footer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    text-align: center;
  }

  .ammenu-mobile-footer .col-4:nth-child(2) .ammenu-mobile-footer-box {
    border-left: 1px solid var(--theme-border-color-ammenu-mobile-footer);
    border-right: 1px solid var(--theme-border-color-ammenu-mobile-footer);
  }

  .ammenu-mobile-footer-box .ammenu-mobile-footer-content {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .ammenu-mobile-footer-box .ammenu-mobile-footer-content svg {
    width: 30px;
    fill: currentColor;
    color: var(--theme-color-ammenu-mobile-footer);
  }

  .ammenu-mobile-footer-box .ammenu-mobile-footer-text {
    position: relative;
    width: 100%;
    margin-top: 2px;
    text-align: center;
    color: var(--theme-color-ammenu-mobile-footer);
  }

  /*=================================================================================== */
  /* mobile menu | button | ammenu-megamenu - ammenu-submenu */
  .ammenu-mobile-button {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    z-index: 1001;
    cursor: pointer;
    overflow: hidden;
    color: var(--theme-color-ammenu-mobile-button);
    background-color: var(--theme-background-color-ammenu-mobile-button);
  }

  .burger {
    position: relative;
    width: 3em;
    height: 3em;
    cursor: pointer;
    transition: 0.2s all;
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
  }

  .burger .burger-lines:after {
    top: -1em;
    left: 0;
  }

  .burger .burger-lines:before {
    top: 1em;
    left: 1em;
  }

  .burger:after {
    position: absolute;
    top: -25%;
    left: -25%;
    display: block;
    content: "";
    width: 150%;
    height: 150%;
  }

  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em;
  }

  .burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 0.25em;
    pointer-events: none;
    border-radius: 0.25em;
    transform: rotate(0);
    background-color: var(--theme-color-ammenu-mobile-button);
  }

  .burger .burger-lines:after {
    top: -1em;
    left: 0;
  }

  .burger .burger-lines:before {
    top: 1em;
    left: 1em;
  }

  .burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  }

  .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
    width: 2em;
  }

  .amactive .burger.burger-squeeze .burger-lines, .amactive .burger.burger-squeeze .burger-lines:after, .amactive .burger.burger-squeeze .burger-lines:before {
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  }

  .amactive .burger.burger-squeeze .burger-lines {
    background-color: transparent;
  }

  .amactive .burger.burger-squeeze .burger-lines:before, .amactive .burger.burger-squeeze .burger-lines:after {
    top: 0px;
    left: 0.5em;
  }

  .amactive .burger.burger-squeeze .burger-lines:before {
    transform: rotate(-45deg);
  }

  .amactive .burger.burger-squeeze .burger-lines:after {
    transform: rotate(45deg);
  }

  /*=================================================================================== */
  /* mobile menu | click area and arrow level1 | ammenu-megamenu */
  /* mobile menu | click area and arrow level2 | ammenu-megamenu ammenu-megamenu-subcategories-clickable */
  /* mobile menu | click area and arrow level1 level2 level3 level4 | ammenu-submenu */
  .ammenu > ul.ammenu-list > li > .ammenu-click01,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > .ammenu-click02,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > .ammenu-click02,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > .ammenu-click03 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-click01 > svg,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > .ammenu-click03 > svg {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
  }

  .ammenu > ul.ammenu-list > li.am-li-active > .ammenu-click01 > svg,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col.am-li-active > .ammenu-megamenu-title > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li.am-li-active > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > .ammenu-click03 > svg {
    transform: rotate(180deg) translateY(50%);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-click01 > svg {
    fill: var(--theme-color-ammenu-mobile-level1-arrow);
  }

  .ammenu > ul.ammenu-list > li.am-li-active > .ammenu-click01 > svg,
.ammenu > ul.ammenu-list > li:hover > .ammenu-click01 > svg {
    fill: var(--theme-color-ammenu-mobile-level1-arrow-hover);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > .ammenu-click02 > svg {
    fill: var(--theme-color-ammenu-mobile-level2-arrow);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col.am-li-active > .ammenu-megamenu-title > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title:hover > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li.am-li-active > .ammenu-click02 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:hover > .ammenu-click02 > svg {
    fill: var(--theme-color-ammenu-mobile-level2-arrow-hover);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > .ammenu-click03 > svg {
    fill: var(--theme-color-ammenu-mobile-level3-arrow);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > .ammenu-click03 > svg,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > .ammenu-click03 > svg {
    fill: var(--theme-color-ammenu-mobile-level3-arrow-hover);
  }

  /*=================================================================================== */
  /* mobile menu | level1 ul | ammenu-megamenu - ammenu-submenu */
  .ammenu {
    position: static;
    ms-flex-positive: 2;
    flex-grow: 2;
    overflow-y: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

  .ammenu > ul.ammenu-list {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
  }

  /*=================================================================================== */
  /* mobile menu | level2 ul | ammenu-megamenu */
  /* mobile menu | level3 ul | ammenu-megamenu ammenu-megamenu-subcategories-clickable */
  /* mobile menu | level2 level3 level4 ul | ammenu-submenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
    visibility: hidden;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner {
    position: relative;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: var(--theme-background-color-ammenu-mobile-level2-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level2-ul);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level2-ul);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu > .ammenu-megamenu-inner > .container {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu > .ammenu-megamenu-inner > .container > .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu > .ammenu-megamenu-inner > .container > .row > .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 15px;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-mobile-level2-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level2-ul);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-mobile-level3-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level3-ul);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu {
    background-color: var(--theme-background-color-ammenu-mobile-level4-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level4-ul);
  }

  .ammenu > ul.ammenu-list > li.am-li-active > .ammenu-megamenu {
    display: block;
    visibility: visible;
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level2-ul);
  }

  .ammenu > ul.ammenu-list > li.am-li-active > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner,
.ammenu > ul.ammenu-list > li.am-li-active > ul.ammenu-submenu {
    display: block;
    visibility: visible;
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level2-ul);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col.am-li-active > ul,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li.am-li-active > ul.ammenu-submenu {
    display: block;
    visibility: visible;
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level3-ul);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > ul.ammenu-submenu {
    display: block;
    visibility: visible;
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level4-ul);
  }

  /*=================================================================================== */
  /* mobile menu | level3 ul (li / a href are level 2) | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) .ammenu-megamenu-inner .ammenu-megamenu-title {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: var(--theme-background-color-ammenu-mobile-level3-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level3-ul);
  }

  /*=================================================================================== */
  /* mobile menu | level4 ul (li are level 3) | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) .ammenu-megamenu-inner ul {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
    background-color: var(--theme-background-color-ammenu-mobile-level4-ul);
    border: 0px solid var(--theme-border-color-ammenu-mobile-level4-ul);
  }

  /*=================================================================================== */
  /* mobile menu | level1 li | ammenu-megamenu */
  /* mobile menu | level2 level3 li | ammenu-megamenu ammenu-megamenu-subcategories-clickable */
  /* mobile menu | level1 level2 level3 level4 li | ammenu-submenu */
  .ammenu > ul.ammenu-list > li,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
    white-space: inherit;
    clear: right;
  }

  .ammenu > ul.ammenu-list > li > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    position: static;
    display: block;
    padding: 30px 50px 30px 20px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    padding: 19px 50px 19px 20px;
  }

  .ammenu > ul.ammenu-list > li > a {
    font-family: var(--font-family-ammenu-level1-li);
    font-size: var(--font-size-ammenu-mobile-level1-li);
    line-height: var(--line-height-ammenu-mobile-level1-li);
    font-weight: var(--font-weight-ammenu-mobile-level1-li);
    color: var(--theme-color-ammenu-mobile-level1-li);
    background-color: var(--theme-background-color-ammenu-mobile-level1-li);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level1-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level2-li);
    font-size: var(--font-size-ammenu-mobile-level2-li);
    line-height: var(--line-height-ammenu-mobile-level2-li);
    font-weight: var(--font-weight-ammenu-mobile-level2-li);
    color: var(--theme-color-ammenu-mobile-level2-li);
    background-color: var(--theme-background-color-ammenu-mobile-level2-li);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level2-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level3-li);
    font-size: var(--font-size-ammenu-mobile-level3-li);
    line-height: var(--line-height-ammenu-mobile-level3-li);
    font-weight: var(--font-weight-ammenu-mobile-level3-li);
    color: var(--theme-color-ammenu-mobile-level3-li);
    background-color: var(--theme-background-color-ammenu-mobile-level3-li);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > a {
    font-family: var(--font-family-ammenu-level4-li);
    font-size: var(--font-size-ammenu-mobile-level4-li);
    line-height: var(--line-height-ammenu-mobile-level4-li);
    font-weight: var(--font-weight-ammenu-mobile-level4-li);
    color: var(--theme-color-ammenu-mobile-level4-li);
    background-color: var(--theme-background-color-ammenu-mobile-level4-li);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level4-li);
  }

  .ammenu > ul.ammenu-list > li:first-child > a {
    border-top: 1px solid var(--theme-border-color-ammenu-mobile-level1-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-mobile-level2-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-mobile-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-mobile-level4-li);
  }

  .ammenu > ul.ammenu-list > li:last-child > a {
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level1-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level2-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level3-li);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level4-li);
  }

  .ammenu > ul.ammenu-list > li:hover > a,
.ammenu > ul.ammenu-list > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-mobile-level1-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level1-li-hover);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level1-li-hover);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title:hover > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title.am-li-active > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-mobile-level2-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level2-li-hover);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level2-li-hover);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li:hover > a,
.ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-subcategories-clickable > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li.am-li-active > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-mobile-level3-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level3-li-hover);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level3-li-hover);
  }

  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li:hover > a,
.ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li > ul.ammenu-submenu > li.am-li-active > a {
    text-decoration: none;
    color: var(--theme-color-ammenu-mobile-level4-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level4-li-hover);
    border-bottom: 1px solid var(--theme-border-color-ammenu-mobile-level4-li-hover);
  }

  /*=================================================================================== */
  /* mobile menu | level2 li / a | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 15px 5px 15px;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
    font-family: var(--font-family-ammenu-level2-li);
    font-size: var(--font-size-ammenu-mobile-level2-li);
    line-height: var(--line-height-ammenu-mobile-level2-li);
    font-weight: var(--font-weight-ammenu-mobile-level2-li);
    color: var(--theme-color-ammenu-mobile-level2-li);
    background-color: var(--theme-background-color-ammenu-mobile-level2-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level2-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .am-col > .ammenu-megamenu-title:hover > a {
    color: var(--theme-color-ammenu-mobile-level2-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level2-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level2-li-hover);
  }

  /*=================================================================================== */
  /* mobile menu | level3 li / a | ammenu-megamenu */
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li > a {
    position: static;
    display: block;
    padding: 5px 15px 5px 15px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-decoration: none;
    font-family: var(--font-family-ammenu-level3-li);
    font-size: var(--font-size-ammenu-mobile-level3-li);
    line-height: var(--line-height-ammenu-mobile-level3-li);
    font-weight: var(--font-weight-ammenu-mobile-level3-li);
    color: var(--theme-color-ammenu-mobile-level3-li);
    background-color: var(--theme-background-color-ammenu-mobile-level3-li);
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level3-li);
  }

  .ammenu > ul.ammenu-list > li > .ammenu-megamenu:not(.ammenu-megamenu-subcategories-clickable) > .ammenu-megamenu-inner > .container > .row > .am-col > ul > li:hover > a {
    color: var(--theme-color-ammenu-mobile-level3-li-hover);
    background-color: var(--theme-background-color-ammenu-mobile-level3-li-hover);
    border-bottom: 0px solid var(--theme-border-color-ammenu-mobile-level3-li-hover);
  }
}
/*=================================================================================== */
/* Wrapper Menu */
/*=================================================================================== */
#wrapper-menu {
  display: none;
}

#wrapper-menu.scrollmenu {
  display: block;
}

/*===================================================================================*/
/* Content */
/*===================================================================================*/
#content {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: top right;
  background-repeat: no-repeat;
}

body.btnwhiteblack #content,
body.btnblackwhite #content,
body.btnblueyellow #content {
  background-image: unset;
}

/*=================================================================================== */
/* Page Title */
/*=================================================================================== */
.page-title {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-title.bg {
  background: url(../../images/assets/bg_page_title.png) repeat-x center;
}

body.btnwhiteblack .page-title.bg,
body.btnblackwhite .page-title.bg,
body.btnblueyellow .page-title.bg {
  background: none;
}

.page-title.bg .page-headline::after {
  position: absolute;
  top: 11px;
  width: 46px;
  height: 24px;
  content: url(../../images/assets/image_page_title.svg);
  background: var(--theme-background-color-body);
}

@media screen and (max-width: 991px) {
  .page-title.bg .page-headline::after {
    content: "";
    background: none;
    display: none;
  }
}
body.btnwhiteblack .page-title.bg .page-headline::after,
body.btnblackwhite .page-title.bg .page-headline::after,
body.btnblueyellow .page-title.bg .page-headline::after {
  content: "";
  background: none;
  display: none;
}

.page-title.bg .page-headline::before {
  position: absolute;
  top: 11px;
  width: 46px;
  height: 24px;
  content: url(../../images/assets/image_page_title.svg);
  background: var(--theme-background-color-body);
  margin-left: -46px;
}

@media screen and (max-width: 991px) {
  .page-title.bg .page-headline::before {
    content: "";
    background: none;
    display: none;
  }
}
body.btnwhiteblack .page-title.bg .page-headline::before,
body.btnblackwhite .page-title.bg .page-headline::before,
body.btnblueyellow .page-title.bg .page-headline::before {
  content: "";
  background: none;
  display: none;
}

.page-title .page-headline {
  display: inline-block;
  border-bottom: 0px solid var(--theme-border-color-black);
}

.page-title .page-headline > div {
  margin-bottom: 0px;
}

.page-title.bg .page-headline > div {
  display: inline-block;
  background: var(--theme-background-color-body);
  padding: 0px 0px 0px 0px;
}

.page-title .page-headline > div > h1,
.page-title .page-headline > div > h2 {
  font-family: var(--font-family-page-title);
  font-size: var(--font-size-page-title);
  line-height: var(--line-height-page-title);
  font-weight: var(--font-weight-page-title);
  color: var(--theme-color-body);
  margin: 0px 0px 0px 0px;
}

.page-title.uppercase .page-headline > div > h1,
.page-title.uppercase .page-headline > div > h2 {
  text-transform: uppercase;
}

.page-title.white .page-headline > div > h1,
.page-title.white .page-headline > div > h2 {
  color: var(--theme-color-white);
}

/*===================================================================================*/
/* Breadcrumb */
/*===================================================================================*/
.breadcrumb_box {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: var(--theme-background-color-breadcrumb_box);
  border-bottom: 0px solid var(--theme-border-color-breadcrumb_box);
}

.breadcrumb_box nav {
  position: relative;
  width: 100%;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .breadcrumb_box nav {
    padding: 10px 0px 0px 0px;
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
  font-family: var(--font-family-breadcrumb);
  font-size: var(--font-size-breadcrumb);
  line-height: var(--line-height-breadcrumb);
  font-weight: var(--font-weight-breadcrumb);
  color: var(--theme-color-breadcrumb);
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: none;
}

/* scrollbar */
.breadcrumb::-webkit-scrollbar {
  height: 1px;
}

.breadcrumb::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  outline: 1px solid var(--theme-border-color-black);
}

.breadcrumb > li {
  display: inline-block;
  padding: 0px !important;
}

.breadcrumb > li a {
  color: var(--theme-color-breadcrumb-li);
  transition: all 0.3s ease;
}

.breadcrumb > li:last-child a {
  color: var(--theme-color-breadcrumb-li);
}

.breadcrumb > li a:hover {
  color: var(--theme-color-breadcrumb-li-hover);
}

.breadcrumb > li:last-child a:hover {
  color: var(--theme-color-breadcrumb-li-hover);
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  float: left;
  padding: 0 5px !important;
  color: var(--theme-color-breadcrumb-li) !important;
  content: "/" !important;
}

.breadcrumb-item.active {
  color: var(--theme-color-breadcrumb-li);
}

/*=================================================================================== */
/* blueimp Gallery */
/*=================================================================================== */
.blueimp-gallery {
  background: rgba(255, 255, 255, 0.9);
}

.blueimp-gallery > .indicator {
  display: none;
}

.blueimp-gallery > .play-pause {
  display: none;
}

.blueimp-gallery > .title {
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0 0 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--theme-color-body) !important;
  text-shadow: none;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .blueimp-gallery > .title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.blueimp-gallery-display > .next, .blueimp-gallery-display > .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0px 0px 0px 0px;
  margin-top: -20px;
  background: #222 url(../../images/assets/gallery_arrow_prev.svg) center no-repeat;
  background-color: unset;
  border: 0px;
  border-radius: 0px;
  opacity: 1;
  cursor: pointer;
}

.blueimp-gallery-display > .prev {
  left: 25px;
}

.blueimp-gallery-display > .next {
  right: 25px;
}

.blueimp-gallery-svgasimg > .prev {
  background-image: url(../../images/assets/gallery_arrow_prev.svg);
}

.blueimp-gallery-svgasimg > .next {
  background-image: url(../../images/assets/gallery_arrow_next.svg);
}

.blueimp-gallery-display > .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: url(../../images/assets/gallery_close.svg) center no-repeat;
  opacity: 1;
  cursor: pointer;
}

.blueimp-gallery-svgasimg > .close {
  background-image: url(../../images/assets/gallery_close.svg);
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  touch-action: pan-y pinch-zoom;
  display: block;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}
/*===================================================================================*/
/* Video carousel css */
/*===================================================================================*/
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-gallery > .slides > .slide > .video-content > iframe,
.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  background: center no-repeat;
  background-size: contain;
}

.blueimp-gallery > .slides > .slide > .video-iframe > .video-cover {
  background-color: var(--theme-color-body);
  background-color: rgba(0, 0, 0, 0.7);
}

.blueimp-gallery > .slides > .slide > .video-content > .video-play {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery-svgasimg > .slides > .slide > .video-content > .video-play {
  background-image: url(../img/video-play.svg);
}

.blueimp-gallery > .slides > .slide > .video-playing > .video-play,
.blueimp-gallery > .slides > .slide > .video-playing > .video-cover {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-loading > .video-play {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery-smil > .slides > .slide > .video-loading > .video-play {
  background-image: url(../img/loading.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > .video-play {
  left: 50%;
  margin-left: -64px;
}

.blueimp-gallery > .slides > .slide > .video-content > .video-play:hover {
  opacity: 1;
}

/*===================================================================================*/
.photogallery img {
  margin: 0px 10px 10px 0px;
  border: 1px solid #eaeaea;
  transition: all 0.3s;
}

.photogallery img:hover {
  border: 1px solid #eaeaea;
}

/*===================================================================================*/
/* Box1 */
/*===================================================================================*/
.box1 {
  position: relative;
  width: 100%;
  padding: 15px;
  background: var(--theme-background-color-box1);
  border: 1px solid var(--theme-border-color-box1);
}

.box1 h6,
.box1 h2,
.box1 h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

/*===================================================================================*/
/* Footer */
/*===================================================================================*/
#footer {
  position: relative;
  width: 100%;
  color: var(--theme-color-footer);
  background-color: var(--theme-background-color-footer);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: var(--font-family-footer);
  font-size: var(--font-size-footer);
  line-height: var(--line-height-footer);
  font-weight: var(--font-weight-footer);
}

.btnwhiteblack #footer,
.btnblackwhite #footer,
.btnblueyellow #footer {
  background-image: unset;
}

#footer .footer-first {
  padding: 30px 0px 0px 0px;
}

#footer .footer-second {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid var(--theme-border-color-footer);
}

#footer .footer-third {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid var(--theme-border-color-footer);
}

#footer .footer-bottom {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid var(--theme-border-color-footer);
}

#footer .widget {
  margin-bottom: 30px !important;
}

#footer a {
  color: var(--theme-color-footer);
  transition: all 0.3s ease;
}

#footer a:hover {
  color: var(--theme-color-footer-hover);
  text-decoration: underline;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer li > a {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 8px;
  color: var(--theme-color-footer);
  transition: all 0.3s ease;
}

#footer li > a:hover {
  color: var(--theme-color-footer-hover);
  text-decoration: underline;
}

#footer li:last-child > a {
  margin-bottom: 0px;
}

#footer .footercopyright {
  color: var(--theme-color-footer);
  margin: 0px;
  font-size: var(--font-size-footercopyright);
  line-height: var(--line-height-footercopyright);
  font-weight: var(--font-weight-footercopyright);
}

@media screen and (max-width: 576px) {
  #footer .footercopyright {
    text-align: left !important;
  }
}
#footer .footercopyright a {
  color: var(--theme-color-footer);
}

#footer .footercopyright a:hover {
  color: var(--theme-color-footer-hover);
  text-decoration: underline;
}

#footer h3 {
  position: relative;
  width: 100%;
  color: var(--theme-color-footer-heading);
  margin-top: 0px;
  font-size: var(--font-size-footer-heading);
  line-height: var(--line-height-footer-heading);
  font-weight: var(--font-weight-footer-heading);
}

#footer img {
  width: auto;
  height: auto;
}

#footer .footerdata {
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  margin-bottom: 10px;
}

#footer .footerdataleft {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 22px;
  font-size: inherit;
  line-height: 1.8;
  text-align: center;
  color: var(--theme-color-footer);
}

#footer .footerdataright {
  display: inline-block;
  flex: 0 1 auto;
  padding-left: 4px;
  color: var(--theme-color-footer);
}

#footer .footerdataright a {
  color: var(--theme-color-footer);
}

#footer .footerdataright a:hover {
  color: var(--theme-color-footer-hover);
}

#footer .form-control {
  display: block;
  width: 100%;
  color: var(--theme-color-footer-form-control);
  background-color: var(--theme-background-color-footer-form-control);
  border: 1px solid var(--theme-border-color-footer-form-control);
  border-radius: 0px;
  font-size: var(--font-size-footer-form-control);
  line-height: var(--line-height-footer-form-control);
  font-weight: var(--font-weight-footer-form-control);
}

#footer .form-control::-moz-placeholder {
  color: var(--theme-color-footer-form-control);
  opacity: 1;
}

#footer .form-control:-ms-input-placeholder {
  color: var(--theme-color-footer-form-control);
  opacity: 1;
}

#footer .form-control::placeholder {
  color: var(--theme-color-footer-form-control);
  opacity: 1;
}

#footer .form-check-label {
  font-size: var(--font-size-footer-label-forms-small);
  line-height: var(--line-height-footer-label-forms-small);
  font-weight: var(--font-weight-footer-label-forms-small);
  color: inherit;
}

#footer .form-check-inline.form-check-custom .form-check-label:before {
  background: var(--theme-background-color-footer-checkbox);
  border: 1px solid var(--theme-border-color-footer-checkbox);
  border-radius: 0px;
  width: 24px;
  height: 24px;
  padding: 3px;
}

/*===================================================================================*/
/* Scroll Top */
/*===================================================================================*/
.scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 12;
}

.amactive .scrolltop {
  display: none !important;
}

.scrolltop .scrolltopicon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--theme-color-white);
  background: var(--theme-background-color-theme-1);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scrolltop .scrolltopicon:hover {
  color: var(--theme-color-white);
  background: var(--theme-background-color-theme-1);
}

.scrolltop .scrolltopicon i,
.scrolltop .scrolltopicon em {
  font-size: 30px;
  line-height: 1;
}

.scrolltop .scrolltopicon img {
  width: 20px;
  height: auto;
}

.scrolltop .scrolltopicon svg {
  width: 20px;
  height: auto;
  fill: var(--theme-color-white);
  transition: all 0.3s ease;
}

.scrolltop .scrolltopicon:hover svg {
  fill: var(--theme-color-white);
}

/*===================================================================================*/
/* Social Icons */
/*===================================================================================*/
.social__container .icon--vimeo::before {
  content: "\f27d";
}

.social__container .social__icon--vimeo {
  background-color: #4dbfe3;
}

.social__container .social__icon--vimeo:hover {
  background-color: #41a2c1;
}

.social__container .icon--twitter::before {
  content: "\f099";
}

.social__container .social__icon--twitter {
  background-color: #32b9e7;
}

.social__container .social__icon--twitter:hover {
  background-color: #2b9dc4;
}

.social__container .icon--facebook::before {
  content: "\f39e";
}

.social__container .social__icon--facebook {
  background-color: #4b70ab;
}

.social__container .social__icon--facebook:hover {
  background-color: #405f91;
}

.social__container .icon--googleplus::before {
  content: "\f0d5";
}

.social__container .social__icon--googleplus {
  background-color: #fa5432;
}

.social__container .social__icon--googleplus:hover {
  background-color: #d5472b;
}

.social__container .icon--pintrest::before {
  content: "\f231";
}

.social__container .social__icon--pintrest {
  background-color: #d63533;
}

.social__container .social__icon--pintrest:hover {
  background-color: #b62d2b;
}

.social__container .icon--linkedin::before {
  content: "\f0e1";
}

.social__container .social__icon--linkedin {
  background-color: #0087be;
}

.social__container .social__icon--linkedin:hover {
  background-color: #0073a2;
}

.social__container .icon--dribble::before {
  content: "\f17d";
}

.social__container .social__icon--dribble {
  background-color: #fc89b1;
}

.social__container .social__icon--dribble:hover {
  background-color: #d67496;
}

.social__container .icon--stumbleupon::before {
  content: "\f1a4";
}

.social__container .social__icon--stumbleupon {
  background-color: #f15d29;
}

.social__container .social__icon--stumbleupon:hover {
  background-color: #cd4f23;
}

.social__container .icon--lastfm::before {
  content: "\f202";
}

.social__container .social__icon--lastfm {
  background-color: #e42124;
}

.social__container .social__icon--lastfm:hover {
  background-color: #c21c1f;
}

.social__container .icon--instagram::before {
  content: "\f16d";
}

.social__container .social__icon--instagram {
  background-color: #6291b2;
}

.social__container .social__icon--instagram:hover {
  background-color: #537b97;
}

.social__container .icon--dropbox::before {
  content: "\f16b";
}

.social__container .social__icon--dropbox {
  background-color: #167ab6;
}

.social__container .social__icon--dropbox:hover {
  background-color: #13689b;
}

.social__container .icon--soundcloud::before {
  content: "\f1be";
}

.social__container .social__icon--soundcloud {
  background-color: #fb740b;
}

.social__container .social__icon--soundcloud:hover {
  background-color: #d56309;
}

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

.social__container .social__icon--behance {
  background-color: #33abdb;
}

.social__container .social__icon--behance:hover {
  background-color: #2b91ba;
}

.social__container .icon--skype::before {
  content: "\f17e";
}

.social__container .social__icon--skype {
  background-color: #00aff0;
}

.social__container .social__icon--skype:hover {
  background-color: #0095cc;
}

.social__container .icon--github::before {
  content: "\f113";
}

.social__container .social__icon--github {
  background-color: #333;
}

.social__container .social__icon--github:hover {
  background-color: #2b2b2b;
}

.social__container .icon--flickr::before {
  content: "\f16e";
}

.social__container .social__icon--flickr {
  background-color: #333;
}

.social__container .social__icon--flickr:hover {
  background-color: #2b2b2b;
}

.social__container .icon--rss::before {
  content: "\f09e";
}

.social__container .social__icon--rss {
  background-color: #fb7629;
}

.social__container .social__icon--rss:hover {
  background-color: #d56423;
}

.social__container .social__item {
  display: inline-block;
  margin-right: 4px;
}

.social__container .social__item a {
  color: var(--theme-color-btn-footer) !important;
  background: var(--theme-background-color-btn-footer) !important;
  border: 1px solid var(--theme-border-color-btn-footer) !important;
}

.social__container .social__item a:hover {
  color: var(--theme-color-btn-footer-hover) !important;
  background: var(--theme-background-color-btn-footer-hover) !important;
  border: 1px solid var(--theme-border-color-btn-footer-hover) !important;
  text-decoration: none !important;
}

.social__container .icon,
.social__container [class^=icon--] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}

.social__container .social__icon,
.social__container [class^=social__icon] {
  font-size: var(--font-size-font-text-style-7);
  color: var(--theme-color-btn-footer);
  text-decoration: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .social__container .social__item a {
  color: var(--theme-color-button) !important;
  background: var(--theme-background-color-button) !important;
  border: 1px solid var(--theme-border-color-button) !important;
}

header .social__container .social__item a:hover {
  color: var(--theme-color-button-hover) !important;
  background: var(--theme-background-color-button-hover) !important;
  border: 1px solid var(--theme-border-color-button-hover) !important;
}

header .social__container .icon,
header .social__container [class^=icon--] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}

header .social__container .social__icon,
header .social__container [class^=social__icon] {
  font-size: var(--font-size-font-text-style-7);
  color: var(--theme-color-btn-footer);
  text-decoration: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=================================================================================== */
/* Site Map */
/*=================================================================================== */
.sitemap,
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap ul {
  margin: 0 0 0 20px;
}

.sitemap li {
  margin: 10px 0 10px 0;
}

.sitemap em {
  font-size: var(--font-size-xxsmalltext);
  margin-right: 5px;
}

/*=================================================================================== */
/* Pagination */
/*=================================================================================== */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
  margin-bottom: 20px;
}

.page-link {
  position: relative;
  display: block;
  padding: 14px 16px;
  margin-left: 10px;
  color: var(--theme-color-pagination);
  background-color: var(--theme-background-color-pagination);
  border: 1px solid var(--theme-border-color-pagination);
  font-size: var(--font-size-pagination);
  line-height: var(--line-height-pagination);
  font-weight: var(--font-weight-pagination);
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: var(--theme-color-pagination-hover);
  background-color: var(--theme-background-color-pagination-hover);
  border: 1px solid var(--theme-border-color-pagination-hover);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: var(--theme-color-pagination-active);
  background-color: var(--theme-background-color-pagination-active);
  border: 1px solid var(--theme-border-color-pagination-active);
}

.page-item .page-link.page-next em {
  margin-left: 8px;
}

.page-item .page-link.page-prev em {
  margin-right: 8px;
}

/*===================================================================================*/
/*  Search */
/*===================================================================================*/
#searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-background-color-searchoverlay);
  color: var(--theme-color-searchoverlay);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all ease-in-out 0.25s;
  z-index: 2000;
  overflow: hidden;
}

#searchoverlay.search-opened {
  visibility: visible;
  opacity: 1;
}

#searchoverlay #searchoverlay-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
}

#searchoverlay #searchoverlay-close svg {
  fill: var(--theme-color-searchoverlay);
}

#searchoverlay #searchoverlay-close:hover {
  opacity: 0.5;
}

#searchoverlay .container {
  max-width: 800px;
}

#searchoverlay label {
  display: none;
}

#searchoverlay .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 30px;
  font-size: var(--font-size-form-control-searchoverlay);
  line-height: var(--line-height-form-control-searchoverlay);
  font-weight: var(--font-weight-form-control-searchoverlay);
  color: var(--theme-color-form-control-searchoverlay);
  background-color: var(--theme-background-color-form-control-searchoverlay);
  background-clip: padding-box;
  border: 0px;
  border-bottom: 1px solid var(--theme-border-color-form-control-searchoverlay);
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/*===================================================================================*/
/*  Voice Recognition */
/*===================================================================================*/
.searchModal-speech-recognition-button {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 30px;
}

.searchModal-speech-recognition-button svg {
  width: 100%;
  height: auto;
  fill: var(--theme-color-form-control-searchoverlay);
}

.talkNowOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-background-color-talkNowOverlay);
  color: var(--theme-color-talkNowOverlay);
  z-index: 3001;
  overflow: hidden;
  display: none;
}

.talkNowOverlay .talkNowCloseButton {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  z-index: 3002;
}

.talkNowOverlay .talkNowCloseButton svg {
  fill: var(--theme-color-talkNowOverlay);
}

.talkNowOverlay .talkNowCenteredContainer {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px;
}

.talkNowOverlay .talkNowCenteredContainer .microphone svg {
  position: absolute;
  top: -30%;
  right: 0px;
  width: 110px;
  height: auto;
  text-align: center;
  fill: var(--theme-color-talkNowOverlay);
}

@media screen and (max-width: 991px) {
  .talkNowOverlay .talkNowCenteredContainer .microphone svg {
    top: 0%;
    right: 0px;
    width: 40px;
    height: auto;
  }
}
.talkNowOverlay .talkNowCenteredContainer .microphone svg.listening {
  fill: #cc0000;
}

.talkNowOverlay .talkNowCenteredContainer .waitingEffect {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  -webkit-animation: textTypedOnce 1.2s linear infinite;
          animation: textTypedOnce 1.2s linear infinite;
}

@-webkit-keyframes textTypedOnce {
  0% {
    width: 0px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 80px;
  }
}

@keyframes textTypedOnce {
  0% {
    width: 0px;
  }
  50% {
    width: 40px;
  }
  100% {
    width: 80px;
  }
}
/*=================================================================================== */
/* Add to cart Modal Popup */
/*=================================================================================== */
.animation-ctn {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 200px;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }
  100% {
    stroke-dashoffset: 960px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }
  100% {
    stroke-dashoffset: 960px;
  }
}
@-webkit-keyframes colored-circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes colored-circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
  display: inline;
}

/* .svg img {
    display: none
} */
.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}

.main-text {
  text-align: center;
  font-size: x-large;
}

.hide {
  display: none;
}

.show {
  display: flex !important;
  align-items: center !important;
}

/*===================================================================================*/
/* addthis */
/*===================================================================================*/
.at-icon-wrapper {
  background: var(--theme-color-theme-1) !important;
}

/*===================================================================================*/
/* Flipmenu Button on the Bottom Right  */
/*===================================================================================*/
.flipmenu-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 12;
}

@media screen and (max-width: 576px) {
  .flipmenu-menu {
    display: none;
  }
}
.flipmenu-menu :focus {
  outline: 0;
}

.flipmenu-menu .flipmenu-btn-icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0px 0px;
  border: 0;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  background: none;
  background-image: url(../../images/assets/stamp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flipmenu-menu .flipmenu-container {
  position: absolute;
  bottom: 90px;
  right: 0;
  visibility: hidden;
}

.flipmenu-menu.flipmenu-menu-open .flipmenu-container {
  visibility: visible;
}

.flipmenu-menu .flipmenu-link {
  position: relative;
  display: block;
  width: 220px;
  margin-bottom: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
}

.flipmenu-menu.flipmenu-menu-open .flipmenu-link {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.flipmenu-menu .flipmenu-link:after {
  content: "";
  display: table;
  clear: both;
}

.flipmenu-menu .flipmenu-content {
  display: table;
  width: 170px;
  height: 48px;
  float: left;
  overflow: hidden;
  margin: 0px 0px 0px 2px;
  padding: 0px 0px;
  background: #ba2409;
  color: #fff;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.flipmenu-menu .flipmenu-link:hover .flipmenu-content {
  background: #093955;
}

.flipmenu-menu .flipmenu-text {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  margin: 0;
  padding: 0 12px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.flipmenu-menu .flipmenu-btn {
  display: inline-block;
  width: 48px;
  height: 48px;
  float: left;
  overflow: hidden;
  margin: 0px 0px;
  padding: 12px 0px;
  background: #093955;
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}

.flipmenu-menu .flipmenu-link:hover .flipmenu-btn {
  background: #093955;
}

/*===================================================================================*/
/* Banners */
/*===================================================================================*/
.banners {
  position: relative;
  width: 100%;
}

.banners .banners_column {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.banners .banners_column .banners_column_image {
  position: relative;
  width: 100%;
}

.banners .banners_column .banners_column_image img {
  width: 100%;
  height: auto;
}

.banners .banners_column .banners_column_inner {
  position: relative;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.banners .banners_column .banners_column_inner .banners_column_inner_title {
  position: relative;
  width: 100%;
  color: #fff;
  background: #30ad63;
  border: 1px solid #30ad63;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 80px;
  text-transform: uppercase;
  display: grid;
}

.banners .banners_column .banners_column_inner .banners_column_inner_title:hover {
  color: #000;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
}

/*=================================================================================== */
/* Buttons https://tympanus.net/codrops/2021/02/17/ideas-for-css-button-hover-animations/ */
/*=================================================================================== */
.buttoneffect {
  pointer-events: auto;
  cursor: pointer;
  background: var(--theme-background-color-button);
  border: none;
  padding: 22px 36px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.buttoneffect::before,
.buttoneffect::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buttoneffect--pan {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  border: 2px solid #000;
  border-radius: 3rem;
  overflow: hidden;
  color: #fff;
}

.buttoneffect--pan span {
  position: relative;
  mix-blend-mode: difference;
}

.buttoneffect--pan::before {
  content: "";
  background: #000;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--pan:hover::before {
  transform: translate3d(0, -100%, 0);
}

.buttoneffect--hyperion {
  font-family: input-mono-narrow, monospace;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border: 1px solid #000;
  overflow: hidden;
  color: #fff;
}

.buttoneffect--hyperion span {
  display: block;
  position: relative;
}

.buttoneffect--hyperion > span {
  overflow: hidden;
}

.buttoneffect--hyperion > span > span {
  overflow: hidden;
  mix-blend-mode: difference;
}

.buttoneffect--hyperion:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
          animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@-webkit-keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}
@-webkit-keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.buttoneffect--hyperion::before {
  content: "";
  background: #000;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
}

.buttoneffect--hyperion:hover::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.buttoneffect--mimas {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  background: #e7e7e7;
}

.buttoneffect--mimas span {
  position: relative;
  mix-blend-mode: difference;
}

.buttoneffect--mimas::before {
  content: "";
  background: #000;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.buttoneffect--mimas:hover::before {
  transform: translate3d(100%, 0, 0);
}

.buttoneffect--atlas {
  font-family: signo, sans-serif;
  font-weight: 500;
}

.buttoneffect--atlas > span {
  display: inline-block;
}

.buttoneffect--atlas:hover > span {
  opacity: 0;
}

.marquee {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.marquee__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  --offset: 1rem;
  --move-initial: calc(-25% + var(--offset));
  --move-final: calc(-50% + var(--offset));
  transform: translate3d(var(--move-initial), 0, 0);
  -webkit-animation: marquee 1s linear infinite;
          animation: marquee 1s linear infinite;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  opacity: 0;
}

.buttoneffect--atlas:hover .marquee__inner {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  opacity: 1;
  transition-duration: 0.4s;
}

.marquee span {
  text-align: center;
  white-space: nowrap;
  font-style: italic;
  padding: 1.5rem 0.5rem;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.buttoneffect--kari {
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-size: 1.25rem;
  border-radius: 50%;
  border: 2px solid #000;
}

.buttoneffect--kari > span {
  display: inline-block;
  transition: opacity 0.1s;
}

.buttoneffect--kari:hover > span {
  opacity: 0;
}

.buttoneffect--kari .marquee {
  transform: rotate(-2.75deg);
}

.buttoneffect--kari:hover .marquee__inner {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  opacity: 1;
  transition-duration: 0.6s;
}

.buttoneffect--pandora {
  background: #000;
  font-weight: 700;
  padding: 0;
  border-radius: 5px;
}

.buttoneffect--pandora span {
  display: block;
  background: #a7a7a7;
  padding: 1.5rem 2rem;
  border: 1px solid #000;
  border-radius: 5px;
  transform: translate3d(-4px, -4px, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--pandora:hover span {
  transform: translate3d(-8px, -8px, 0);
}

.buttoneffect--janus {
  font-family: freight-display-pro, serif;
  font-weight: 900;
  width: 175px;
  height: 120px;
  color: #fff;
  background: none;
}

.buttoneffect--janus::before {
  content: "";
  background: #e6e6e6;
  -webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
  clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
  transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), background 0.5s ease;
}

.buttoneffect--janus:hover::before {
  background: #000;
  -webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
  clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
}

.buttoneffect--janus::after {
  content: "";
  height: 86%;
  width: 97%;
  top: 5%;
  border-radius: 58% 42% 55% 45%/56% 45% 55% 44%;
  border: 1px solid #000;
  transform: rotate(-20deg);
  z-index: -1;
  transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
}

.buttoneffect--janus:hover::after {
  transform: translate3d(0, -5px, 0);
}

.buttoneffect--janus span {
  display: block;
  transition: transform 0.3s ease;
  mix-blend-mode: difference;
}

.buttoneffect--janus:hover span {
  transform: translate3d(0, -10px, 0);
}

.buttoneffect--anthe {
  font-family: bely-display, sans-serif;
  color: #fff;
  background: none;
}

.buttoneffect--anthe::before {
  content: "";
  background: #000;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
  transition: clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.buttoneffect--anthe:hover::before {
  background: #000;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.buttoneffect--anthe span {
  display: block;
  mix-blend-mode: difference;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1);
}

.buttoneffect--anthe:hover span {
  transform: translate3d(-10px, 0, 0);
}

.buttoneffect--pallene {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  border-radius: 0.5rem;
  border: 2px solid #000;
  box-shadow: inset 0 0 0 0px #000;
  transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--pallene:hover {
  color: #e7e7e7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 40px #000;
  transition-delay: 0s, 0s, 0.2s;
}

.buttoneffect--telesto {
  overflow: hidden;
  color: var(--theme-color-btn-slider);
  background: var(--theme-background-color-btn-slider);
  border: 0px solid var(--theme-border-color-btn-slider);
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: var(--font-size-btn-slider);
  line-height: var(--line-height-btn-slider);
  font-weight: var(--font-weight-btn-slider);
  font-family: var(--base-font-family-1);
}

.buttoneffect--telesto span {
  position: relative;
  z-index: 1;
}

.buttoneffect--telesto > span {
  overflow: hidden;
}

.buttoneffect--telesto:hover > span > span {
  -webkit-animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
          animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
  color: var(--theme-color-btn-slider-hover);
}

@-webkit-keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}

@keyframes MoveRightInitial {
  to {
    transform: translate3d(105%, 0, 0);
  }
}
@-webkit-keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes MoveRightEnd {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.buttoneffect--telesto::before,
.buttoneffect--telesto::after {
  content: "";
  background: var(--theme-background-color-btn-slider-hover);
  border: 0px solid var(--theme-border-color-btn-slider-hover);
}

.buttoneffect--telesto::before {
  width: 135%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  transform: translate3d(-100%, 0, 0);
}

.buttoneffect--telesto:hover::before {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--telesto::after {
  width: 105%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--telesto:hover::after {
  transform: translate3d(0, 0, 0);
  transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--calypso {
  overflow: hidden;
  font-family: freight-display-pro, serif;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  color: #fff;
}

.buttoneffect--calypso span {
  display: block;
  position: relative;
  mix-blend-mode: difference;
  z-index: 10;
}

.buttoneffect--calypso:hover span {
  -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
          animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@-webkit-keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.buttoneffect--calypso::before {
  content: "";
  background: #000;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.buttoneffect--calypso:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.buttoneffect--calypso::after {
  content: "";
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.buttoneffect--calypso:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.buttoneffect--skoll {
  overflow: hidden;
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 0;
  font-weight: 500;
}

.buttoneffect--skoll span {
  display: block;
  position: relative;
}

.buttoneffect--skoll > span {
  overflow: hidden;
  mix-blend-mode: difference;
}

.buttoneffect--skoll:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
          animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.buttoneffect--skoll::before {
  content: "";
  background: #000;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--skoll:hover::before {
  transform: translate3d(0, 100%, 0);
}

.buttoneffect--greip {
  overflow: hidden;
  color: #fff;
  font-family: input-mono-narrow, monospace;
  font-weight: 500;
  padding: 1rem 2rem;
}

.buttoneffect--greip span {
  display: block;
  position: relative;
}

.buttoneffect--greip > span {
  overflow: hidden;
  mix-blend-mode: difference;
}

.buttoneffect--greip:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
          animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.buttoneffect--greip::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.2s, -webkit-clip-path 0.2s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.buttoneffect--greip:hover::before {
  transition-duration: 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.buttoneffect--dione {
  background: none;
  font-family: obvia, sans-serif;
  font-weight: 500;
  font-style: italic;
  padding: 1.5rem 3rem;
}

.buttoneffect--dione span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.buttoneffect--dione::before {
  content: "";
  background: #000;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
}

.buttoneffect--dione:hover::before {
  transform: scale3d(0.9, 0.8, 1);
}

.buttoneffect--dione::after {
  content: "";
  border: 1px solid #000;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.7, 1);
  border-radius: 0px;
  transform: scale3d(0.85, 0.65, 1);
}

.buttoneffect--dione:hover::after {
  transform: scale3d(1, 1, 1);
}

.buttoneffect--helene {
  border-radius: 7px;
  border: 1px solid #000;
  font-family: chapman-extended, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.85rem;
  padding: 0 3rem;
  height: 4rem;
}

.buttoneffect--helene::before {
  content: "";
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.5);
  filter: blur(7px);
  border-radius: 7px;
  z-index: -1;
  transform: translate3d(0, 15px, 0);
  transition: transform 0.45s;
}

.buttoneffect--helene:hover::before {
  transform: translate3d(0, 0, 0);
}

.buttoneffect--helene span {
  display: block;
}

.buttoneffect--helene > span {
  height: 100%;
  overflow: hidden;
  line-height: 4rem;
}

.buttoneffect--helene:hover > span > span {
  -webkit-animation: slotMachine 0.15s ease-out forwards 3;
          animation: slotMachine 0.15s ease-out forwards 3;
}

@-webkit-keyframes slotMachine {
  50% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  51% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slotMachine {
  50% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  51% {
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.buttoneffect--rhea {
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
  width: 180px;
  height: 180px;
  color: #000;
  background: none;
}

.buttoneffect--rhea::before {
  content: "";
  z-index: -1;
  background: #e7e7e7;
  -webkit-clip-path: polygon(20% 30%, 0 30%, 0 50%, 0 70%, 20% 70%, 50% 70%, 80% 70%, 100% 70%, 100% 50%, 100% 30%, 80% 30%, 50% 30%);
  clip-path: polygon(20% 30%, 0 30%, 0 50%, 0 70%, 20% 70%, 50% 70%, 80% 70%, 100% 70%, 100% 50%, 100% 30%, 80% 30%, 50% 30%);
  transition: clip-path 0.4s cubic-bezier(0.3, 1, 0.2, 1), -webkit-clip-path 0.4s cubic-bezier(0.3, 1, 0.2, 1), transform 0.4s cubic-bezier(0.3, 1, 0.2, 1), background 0.4s ease;
}

.buttoneffect--rhea:hover::before {
  background: #000;
  transform: scale3d(0.7, 0.7, 1);
  -webkit-clip-path: polygon(30% 10%, 10% 30%, 30% 50%, 10% 70%, 30% 90%, 50% 70%, 70% 90%, 90% 70%, 70% 50%, 90% 30%, 70% 10%, 50% 30%);
  clip-path: polygon(30% 10%, 10% 30%, 30% 50%, 10% 70%, 30% 90%, 50% 70%, 70% 90%, 90% 70%, 70% 50%, 90% 30%, 70% 10%, 50% 30%);
}

.buttoneffect--rhea span {
  display: block;
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.2, 1), opacity 0.05s;
}

.buttoneffect--rhea:hover span {
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  transition-delay: 0s, 0.35s;
}

.buttoneffect--narvi {
  font-weight: bold;
  background: none;
}

.buttoneffect--narvi::before {
  content: "";
  z-index: -1;
  background: #e7e7e7;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 80% 70%, 75% 70%, 0 70%);
  transition: clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-clip-path 0.3s cubic-bezier(0.7, 0, 0.2, 1), transform 0.3s ease;
}

.buttoneffect--narvi:hover::before {
  transform: translate3d(0, -10px, 0);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 85% 70%, 86% 100%, 75% 70%, 0 70%);
}

.buttoneffect--narvi span {
  display: block;
  position: relative;
}

.buttoneffect--narvi > span {
  transition: transform 0.3s;
  transform: translate3d(0, -0.556rem, 0);
  z-index: 1;
  overflow: hidden;
}

.buttoneffect--narvi:hover > span {
  transform: translate3d(0, -1.111rem, 0);
}

.buttoneffect--narvi:hover > span > span {
  -webkit-animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
          animation: MoveUpInitial 0.15s forwards, MoveUpEnd 0.15s forwards 0.15s;
}

.buttoneffect--hati {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid;
  background: none;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  font-style: italic;
}

.buttoneffect--hati:hover {
  background: none;
}

.buttoneffect--hati::before {
  -webkit-animation: rotateIt 10s linear infinite;
          animation: rotateIt 10s linear infinite;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAUElEQVQoU3VPSQ4AMQiS/z/aBiMNNDNeXEBQoDL66dkG52/hzlmsSqMKrAVCoOXuxR3TFVSIIJmzsFvGOMlust3iivmQd/6+3/NlN4paIOEADPIUD/MQvy0AAAAASUVORK5CYII=);
  content: "";
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  z-index: -1;
  opacity: 0;
  transform-origin: 50% 50%;
  transition: opacity 0.3s;
}

@-webkit-keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
.buttoneffect--hati:hover::before {
  opacity: 0.7;
}

.buttoneffect--hati span {
  display: block;
  position: relative;
  z-index: 1;
}

.buttoneffect--bestia {
  font-family: freight-display-pro, serif;
  font-size: 1.15rem;
  color: #fff;
  background: none;
  padding: 0;
}

.buttoneffect--bestia .buttoneffect__bg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  border-radius: 0.85rem;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.buttoneffect--bestia:hover .buttoneffect__bg {
  transform: scale3d(1.2, 1.2, 1);
}

.buttoneffect--bestia .buttoneffect__bg::before,
.buttoneffect--bestia .buttoneffect__bg::after {
  content: "";
  position: absolute;
  background: #000;
}

.buttoneffect--bestia .buttoneffect__bg::before {
  width: 110%;
  height: 0;
  padding-bottom: 110%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}

.buttoneffect--bestia:hover .buttoneffect__bg::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}

.buttoneffect--bestia .buttoneffect__bg::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}

.buttoneffect--bestia:hover .buttoneffect__bg::after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.3s;
}

.buttoneffect--bestia span {
  display: block;
  position: relative;
  padding: 1.5rem 3rem;
  mix-blend-mode: difference;
}

/* Made with the help of Amelia Bellamy-Royds' article "Perfecting Paths for <textPath>": 
https://oreillymedia.github.io/Using_SVG/extras/ch07-textpaths.html */
.buttoneffect--surtur {
  padding: 0;
  background: none;
  -webkit-clip-path: circle(40% at 50% 50%);
  clip-path: circle(40% at 50% 50%);
}

.buttoneffect--surtur:focus-visible {
  background: #443ffc;
}

.textcircle {
  position: relative;
  display: block;
  width: 200px;
}

.textcircle text {
  font-size: 32px;
  text-transform: uppercase;
  fill: #000;
}

.textcircle textPath {
  letter-spacing: 17px;
  /* Firefox needs this */
}

.buttoneffect--surtur:hover .textcircle {
  -webkit-animation: rotateIt 7s linear infinite;
          animation: rotateIt 7s linear infinite;
}

.eye {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

.eye__outer,
.eye__inner,
.eye__lashes-up,
.eye__lashes-down {
  stroke: #000;
  fill: none;
  stroke-width: 1.5px;
}

.eye__lashes-down {
  opacity: 0;
}

.buttoneffect--surtur:hover .eye__lashes-up,
.buttoneffect--surtur:hover .eye__inner,
.buttoneffect--surtur:hover .eye__iris {
  -webkit-animation: blinkHide 2s step-end infinite;
          animation: blinkHide 2s step-end infinite;
}

.buttoneffect--surtur:hover .eye__lashes-down {
  -webkit-animation: blinkShow 2s step-end infinite;
          animation: blinkShow 2s step-end infinite;
}

@-webkit-keyframes blinkHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}

@keyframes blinkHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@-webkit-keyframes blinkShow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}
@keyframes blinkShow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}
.buttoneffect--fenrir {
  background: none;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 120px;
  height: 120px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.progress {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.buttoneffect--fenrir:hover .progress {
  transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 1px;
}

.buttoneffect--fenrir:focus-visible .progress__circle {
  fill: rgba(252, 196, 63, 0.4);
}

.progress__path {
  stroke: #a6a6a6;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.buttoneffect--fenrir:hover .progress__path {
  stroke-dashoffset: 0;
}

@media screen and (min-width: 53em) {
  .frame {
    text-align: left;
    z-index: 100;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    padding: 3rem 3.5rem;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title links" "... ..." "author ...";
  }

  .frame__title-wrap {
    grid-area: title;
  }

  .frame__title {
    margin: 0;
  }

  .frame__tagline {
    position: relative;
    margin-left: 0;
  }

  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end;
    align-self: start;
    justify-content: start;
  }

  .frame__author {
    grid-area: author;
  }

  .frame a {
    pointer-events: auto;
  }
}
/*=================================================================================== */
/* Links https://tympanus.net/Development/LineHoverStyles/ */
/*=================================================================================== */
.linkeffect {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.linkeffect::before,
.linkeffect::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.linkeffect::before {
  content: "";
}

.linkeffect--metis::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.linkeffect--metis:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.linkeffect--io::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.linkeffect--io:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.linkeffect--io::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.linkeffect--io:hover::after {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.linkeffect--thebe::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.linkeffect--thebe:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 2, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.linkeffect--thebe::after {
  content: "";
  top: calc(100% + 4px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
}

.linkeffect--thebe:hover::after {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.linkeffect--leda {
  overflow: hidden;
  line-height: 2;
}

.linkeffect--leda::before {
  height: 2px;
  top: calc(100% - 5px);
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.linkeffect--leda:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.linkeffect--leda::after {
  content: attr(data-text);
  height: 100%;
  top: 0;
  background: none;
  transform-origin: 100% 50%;
  transform: translate3d(150%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.linkeffect--leda:hover::after {
  transform: translate3d(0, 0, 0);
}

.linkeffect--leda span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}

.linkeffect--leda:hover span {
  transform: translate3d(-150%, 0, 0);
}

.linkeffect--ersa {
  padding: 0 10px;
  letter-spacing: 1px;
  text-indent: 1px;
}

.linkeffect--ersa::before {
  top: 50%;
  height: 2px;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.linkeffect--ersa:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.linkeffect--ersa span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}

.linkeffect--ersa:hover span {
  transform: scale3d(1.1, 1.1, 1.1);
}

.linkeffect--elara::before {
  transform-origin: 50% 100%;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.3s;
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.3s;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

.linkeffect--elara:hover::before {
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.linkeffect--elara span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.linkeffect--elara:hover span {
  transform: translate3d(0, -2px, 0);
}

.linkeffect--dia::before,
.linkeffect--dia::after {
  opacity: 0;
  transform-origin: 50% 0%;
  transform: translate3d(0, 3px, 0);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
}

.linkeffect--dia:hover::before,
.linkeffect--dia:hover::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
}

.linkeffect--dia::after {
  content: "";
  top: calc(100% + 4px);
  width: 70%;
  left: 15%;
}

.linkeffect--dia::before,
.linkeffect--dia:hover::after {
  transition-delay: 0.1s;
}

.linkeffect--dia:hover::before {
  transition-delay: 0s;
}

.linkeffect--kale::before {
  height: 10px;
  top: 100%;
  opacity: 0;
}

.linkeffect--kale:hover::before {
  opacity: 1;
  -webkit-animation: lineUp 0.3s ease forwards;
          animation: lineUp 0.3s ease forwards;
}

@-webkit-keyframes lineUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}

@keyframes lineUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.linkeffect--kale::after {
  content: "";
  transition: opacity 0.3s;
  opacity: 0;
  transition-delay: 0s;
}

.linkeffect--kale:hover::after {
  opacity: 1;
  transition-delay: 0.3s;
}

.linkeffect--carpo::before {
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.linkeffect--carpo:hover::before {
  transform: scale3d(1, 1, 1);
}

.linkeffect--carpo::after {
  content: "";
  top: calc(100% + 4px);
  transition: transform 0.3s;
  transform-origin: 100% 50%;
}

.linkeffect--carpo:hover::after {
  transform: scale3d(0, 1, 1);
}

.linkeffect--helike:hover span {
  -webkit-animation: glitchText 0.4s linear;
          animation: glitchText 0.4s linear;
}

@-webkit-keyframes glitchText {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes glitchText {
  0% {
    opacity: 1;
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  10% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  20% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  35% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  60% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  70% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  80% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  90% {
    transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.linkeffect--helike::before {
  height: 2px;
  opacity: 0;
}

.linkeffect--helike:hover::before {
  opacity: 1;
  -webkit-animation: glitchLine 0.4s steps(2, start) forwards;
          animation: glitchLine 0.4s steps(2, start) forwards;
}

@-webkit-keyframes glitchLine {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(0, 4px, 0);
  }
  30% {
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform-origin: 100% 0%;
  }
  40% {
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform-origin: 100% 0%;
  }
  90% {
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform-origin: 0% 50%;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glitchLine {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10% {
    transform: translate3d(10px, 0, 0);
  }
  20% {
    transform: translate3d(0, 4px, 0);
  }
  30% {
    transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
    transform-origin: 100% 0%;
  }
  40% {
    transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
  }
  50% {
    transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
  }
  60% {
    transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
  }
  70% {
    transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
  }
  80% {
    transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
    transform-origin: 100% 0%;
  }
  90% {
    transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
    transform-origin: 0% 50%;
  }
  100% {
    opacity: 1;
  }
}
.linkeffect--mneme::before {
  height: 100%;
  top: 0;
  opacity: 0;
}

.linkeffect--mneme:hover::before {
  opacity: 1;
  -webkit-animation: coverUp 0.3s ease forwards;
          animation: coverUp 0.3s ease forwards;
}

@-webkit-keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}

@keyframes coverUp {
  0% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 0.045, 1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scale3d(1, 1, 1);
  }
  51% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform-origin: 50% 0%;
    transform: scale3d(1, 0.045, 1);
  }
}
.linkeffect--mneme::after {
  content: "";
  transition: opacity 0.3s;
}

.linkeffect--mneme:hover::after {
  opacity: 0;
}

.linkeffect--iocaste {
  overflow: hidden;
  padding: 7px 0;
}

.linkeffect__graphic {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1px;
}

.linkeffect__graphic--slide {
  top: -3px;
  stroke-width: 2px;
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.linkeffect:hover .linkeffect__graphic--slide {
  transform: translate3d(-66.6%, 0, 0);
}

.linkeffect--herse::before {
  display: none;
}

.linkeffect__graphic--stroke path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.linkeffect:hover .linkeffect__graphic--stroke path {
  stroke-dashoffset: 0;
}

/* Trick from https://css-tricks.com/a-trick-that-makes-drawing-svg-lines-way-easier/ */
.linkeffect__graphic--arc {
  top: 73%;
  left: -23%;
}

.linkeffect__graphic--arc path {
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.linkeffect:hover .linkeffect__graphic--arc path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: 0.3s;
}

.linkeffect--carme::before {
  display: none;
}

.linkeffect__graphic--scribble {
  top: 100%;
}

.linkeffect__graphic--scribble path {
  transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.linkeffect:hover .linkeffect__graphic--scribble path {
  transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
  transition-duration: 0.3s;
}

.linkeffect--eirene::before {
  height: 7px;
  border-radius: 20px;
  transform: scale3d(1, 1, 1);
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

.linkeffect--eirene:hover::before {
  transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  transition-duration: 0.4s;
  opacity: 1;
  transform: scale3d(1.2, 0.1, 1);
}

.linkeffect--eirene span {
  transform: translate3d(0, -4px, 0);
  display: inline-block;
  transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
}

.linkeffect--eirene:hover span {
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
  transition-duration: 0.4s;
  transition-delay: 0s;
}

@media screen and (min-width: 53em) {
  .frame {
    text-align: left;
    z-index: 100;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    padding: 3rem 3.5rem;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "title linkeffects" "... ..." "author ...";
  }

  .frame__title-wrap {
    grid-area: title;
  }

  .frame__title {
    margin: 0;
  }

  .frame__tagline {
    position: relative;
    margin-left: 0;
  }

  .frame__linkeffectss {
    grid-area: linkeffectss;
    padding: 0;
    justify-self: end;
    align-self: start;
    justify-content: start;
  }

  .frame__author {
    grid-area: author;
  }

  .frame a {
    pointer-events: auto;
  }
}
/*=================================================================================== */
/* Stack Glitch Effect Css Only */
/*=================================================================================== */
.stack {
  display: inline-grid;
  grid-template-columns: 1fr;
}

.stack span {
  font-weight: inherit;
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: inherit;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  -webkit-clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
          clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(0.46, 0.29, 0, 1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) {
  --glitch-translate: 8px;
}

.stack span:nth-child(even) {
  --glitch-translate: -8px;
}

@-webkit-keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}
@-webkit-keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    transform: none;
  }
}
@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    transform: none;
  }
}
/*=================================================================================== */
/* Seperator */
/*=================================================================================== */
.seperator {
  width: 100px;
  margin: -8px auto;
  position: relative;
  text-align: center;
  color: var(--theme-color-body);
  z-index: 3;
}

.seperator span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: currentColor;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.seperator:before {
  background-color: currentColor;
  height: 1px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
}

.seperator:after {
  background-color: currentColor;
  height: 1px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
}

/*=================================================================================== */
/* Accessibility Panel */
/*=================================================================================== */
.accessibility-button-active {
  position: fixed;
  top: calc(50% - 20px);
  right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  color: var(--theme-color-white);
  background-color: var(--theme-background-color-black);
  cursor: pointer;
  z-index: 900;
}

.accessibility-button-active span {
  position: relative;
  width: 100%;
}

.accessibility-button-active span svg {
  display: inline-block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.accessibility-panel {
  position: fixed;
  left: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  padding: 5px 0px 5px 0px;
  z-index: 900;
  color: var(--theme-color-black);
  background-color: var(--theme-background-color-white);
}

body.accessibility-menu .accessibility-panel {
  display: block;
}

body.amactive .accessibility-panel {
  display: none !important;
}

.accessibility-panel-buttons {
  position: relative;
  width: 100%;
  text-align: center;
}

body.accessibility-menu .accessibility-panel-buttons {
  display: block;
}

.accessibility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin: 5px 5px 5px 5px;
  color: inherit;
  background-color: inherit;
  border: 1px solid var(--theme-border-color-lightgray);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .accessibility-button {
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}
.accessibility-button span {
  position: relative;
  width: 100%;
}

.accessibility-button span svg {
  display: inline-block;
  width: 100%;
  height: auto;
  fill: currentColor;
}

.accessibility-button span.accessibility-button-text {
  font-size: var(--font-size-body);
  line-height: 1;
  font-weight: var(--base-font-weight-bold-font-family-1);
}

#btnbluewhite.accessibility-button {
  color: white;
  background: cyan;
}

#btnwhiteblack.accessibility-button {
  color: black;
  background: white;
}

#btnblackwhite.accessibility-button {
  color: white;
  background: black;
}

#btnblueyellow.accessibility-button {
  color: yellow;
  background: blue;
}

.accessibility-panel-info {
  position: relative;
  width: 100%;
  padding: 15px;
  font-size: var(--font-size-xsmalltext);
  line-height: var(--line-height-xsmalltext);
  font-weight: var(--font-weight-body);
  text-align: left;
  display: none;
}

body.accessibility-menu.btninfo .accessibility-panel-info {
  display: block;
}

/*===================================================================================*/
/* E-COMMERCE */
/*===================================================================================*/
/*===================================================================================*/
/* Sidebar */
/*===================================================================================*/
/* Sidebar classic button */
.row_button_filters.sidebar_classic {
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 9;
  width: 100%;
  text-align: center;
  display: none;
}

@media screen and (max-width: 991px) {
  .row_button_filters.sidebar_classic {
    display: block;
  }

  .sidebar.classic {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .sidebar.classic {
    display: block !important;
  }
}
/* Sidebar classic column */
.sidebar.classic {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}

/* Sidebar box */
.sidebar .widget {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--theme-color-body);
  background-color: var(--theme-background-color-body);
  border: 1px solid var(--theme-border-color-body);
}

/* Sidebar title and arrow row */
.sidebar .widget .bgsidebartitle {
  position: relative;
  width: 100%;
  padding: 15px 38px 15px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  border-bottom: 1px solid var(--theme-border-color-body);
}

/* Sidebar title */
.sidebar .widget .bgsidebartitle .bgsidebartitle_heading {
  position: relative;
  display: inline-block;
}

/* Sidebar arrow */
.sidebar .widget .bgsidebartitle .bgsidebartitle_flex {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: auto;
}

.sidebar .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.sidebar .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow svg {
  width: 100%;
  height: auto;
  fill: currentColor;
}

.sidebar .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_down {
  display: none;
}

.sidebar .widget.hide_widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_down {
  display: inline-block;
}

.sidebar .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_up {
  display: inline-block;
}

.sidebar .widget.hide_widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_up {
  display: none;
}

/* Sidebar body */
.sidebar .widget .body {
  position: relative;
  width: 100%;
  display: inline-flex;
  padding: 15px 20px 15px 15px;
  max-height: 263px;
  overflow: hidden;
}

/* Sidebar body display none */
.sidebar .widget.hide_widget .body {
  display: none !important;
}

/* Sidebar body inline for filters etc */
.sidebar .widget .body .sidebar_filters {
  position: relative;
  width: 100%;
  max-height: 263px;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: none;
}

/* scrollbar */
.sidebar .widget .body .sidebar_filters::-webkit-scrollbar {
  width: 2px;
}

.sidebar .widget .body .sidebar_filters::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.sidebar .widget .body .sidebar_filters::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: var(--theme-color-black);
  outline: 1px solid var(--theme-border-color-black);
}

/* Sidebar row etc */
.sidebar .widget .body .sidebar_filters .filters-row:not(:last-child) {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .widget .body .sidebar_filters .filters-row:last-child {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

/* svg in filters */
.sidebar .widget .body .sidebar_filters .filters-row svg {
  position: relative;
  width: 100%;
  width: 10px;
  height: 10px;
}

/* Filters */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked),
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

/* filter classic label */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label,
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  padding-top: 0px;
  margin-bottom: 0px;
  height: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* filter classic checkbox */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:before,
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--theme-background-color-checkbox);
  border: 1px solid var(--theme-border-color-checkbox);
}

/* filter classic checkbox checked */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after,
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: inherit;
  transition: all 0.2s;
}

/* filter classic checkbox unchecked */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

/* filter classic checkbox checked */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  opacity: 1;
}

/* disabled checkbox */
/* accessibility */
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked:focus + label:before,
.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid var(--theme-color-body);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* filter image label */
.sidebar .widget.colors-filter-container .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label,
.sidebar .widget.colors-filter-container .body .sidebar_filters .filters-row [type=checkbox]:checked + label {
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  padding-top: 0px;
  margin-bottom: 5px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--theme-border-color-body);
  padding: 4px;
  margin-right: 5px;
  float: left;
}

/* filter image background cover */
.sidebar .widget.colors-filter-container .body .sidebar_filters [type=checkbox] + label .color {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* checkbox aspect for images only */
.sidebar .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:before,
.sidebar .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:before {
  display: none;
}

/* filter image check */
.sidebar .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:after,
.sidebar .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  line-height: 1;
  color: inherit;
  transition: all 0.2s;
  background: var(--theme-background-color-white);
  padding: 4px;
  text-align: center;
  border-radius: 50%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* filter plaisio */
.attribute {
  position: relative;
  display: inline-flex;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* filter plaisio label */
.radio-box {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  border: 1px solid var(--theme-border-color-body);
  height: 50px;
  min-width: 50px;
  overflow: hidden;
}

.radio-box:hover {
  cursor: pointer;
}

.radio-box-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-xsmalltext);
  line-height: var(--line-height-xsmalltext);
  font-weight: var(--font-weight-body);
  padding: 10px;
}

/* filter plaisio label checked */
.sidebar .widget .body .sidebar_filters .attribute input:checked + .radio-box-text {
  color: var(--theme-background-color-white);
  background: var(--theme-color-black);
}

/* ?????? */
[type=radio]:checked + .radio-box-text {
  color: var(--theme-color-white);
  background: var(--theme-background-color-black);
}

label.radio-box.out-of-stock:after {
  position: absolute;
  right: 0px;
  bottom: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fb2e01;
}

/*===================================================================================*/
/* Sidebar Pop Filters */
/*===================================================================================*/
.row_button_filters.sidebar_pop {
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 11;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .row_button_filters.sidebar_pop {
    display: block;
  }
}
.sidebar.pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  transition: transform 0.3s;
  z-index: 10;
  transform: translateX(-100%);
  background: var(--theme-background-color-body);
  padding: 30px 30px 30px 30px;
}

@media screen and (max-width: 991px) {
  .sidebar.pop {
    padding: 20px 20px 20px 20px;
  }
}
body.sidebar_filters-opened .sidebar.pop {
  transform: translateX(0);
}

.sidebar.pop .sidebar_wrapper {
  box-sizing: border-box;
  flex-basis: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

/*===================================================================================*/
/* Mini Cart */
/*===================================================================================*/
.minicart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  transition: transform 0.3s;
  z-index: 10;
  transform: translateX(100%);
  background: var(--theme-background-color-body);
  padding: 30px 30px 30px 30px;
}

@media screen and (max-width: 991px) {
  .minicart {
    padding: 20px 20px 20px 20px;
  }
}
body.minicart-opened .minicart {
  transform: translateX(0);
}

.minicart .minicart_wrapper {
  box-sizing: border-box;
  flex-basis: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

/*===================================================================================*/
/* Shopping Card */
/*===================================================================================*/
.quantity {
  position: relative;
  display: inline-block;
}

.le-quantitycard {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 42px;
  background-color: var(--theme-background-color-form-control);
  border: 1px solid var(--theme-border-color-form-control);
}

.le-quantitycard input {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  font-family: var(--font-family-form-control);
  font-size: var(--font-size-form-control);
  line-height: var(--line-height-form-control);
  font-weight: var(--font-weight-form-control);
  color: var(--theme-color-form-control);
  background-color: var(--theme-background-color-form-control);
  border: 0px;
  text-align: center;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  padding: 0px 0px;
  border: 0px;
  z-index: 2;
}

.le-quantitycard .minus {
  left: 0;
}

.le-quantitycard .plus {
  right: 0;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  color: var(--theme-color-black);
  background-color: var(--theme-background-color-lightgray);
}

.le-quantitycard .minus:hover,
.le-quantitycard .plus:hover {
  color: var(--theme-color-black);
  background-color: var(--theme-background-color-lightgray);
}

.le-quantitycard .minus svg,
.le-quantitycard .plus svg {
  width: 14px;
  fill: currentColor;
}

/*===================================================================================*/
/* Products Sort - Pagination */
/*===================================================================================*/
.products-sort {
  position: relative;
  width: 100%;
}

.products-sort label {
  display: none;
}

.products-sort .form-control {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .products-sort .form-control {
    width: 50%;
    max-width: 220px;
    margin-left: 5px;
  }
}
/*===================================================================================*/
/* Products Load More */
/*===================================================================================*/
#products-load-more-button .pagination {
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

#products-load-more-button .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#products-load-more-button .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#products-load-more-button .page-link {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-left: 0px;
  line-height: 1;
  color: #2d2d2d;
  background: #fff;
  border: 0px;
  box-shadow: 0 1px 5px #e5e5e5;
}

#products-load-more-button .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

#products-load-more-button .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

#products-load-more-button .page-link i,
#products-load-more-button .page-link em {
  margin-left: 6px;
}

/*=================================================================================== */
/* Progressbar */
/*=================================================================================== */
.progressbar {
  counter-reset: step;
}

@media screen and (max-width: 991px) {
  .progressbar {
    display: none;
  }
}
.progressbar li {
  position: relative;
  width: 20%;
  list-style-type: none;
  float: left;
  text-align: center;
  font-size: var(--font-size-xsmalltext);
  color: var(--theme-color-progressbar);
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  font-weight: var(--base-font-weight-bold-font-family-1);
  color: var(--theme-color-progressbar-li-before);
  background-color: var(--theme-background-color-progressbar-li-before);
  border: 2px solid var(--theme-border-color-progressbar-li-before);
}

.progressbar li:after {
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  z-index: -1;
  background-color: var(--theme-background-color-progressbar-li-after);
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active,
.progressbar li.active a {
  color: var(--theme-color-progressbar-active);
}

.progressbar li.active:before {
  color: var(--theme-color-progressbar-li-before-active);
  background-color: var(--theme-background-color-progressbar-li-before-active);
  border-color: var(--theme-border-color-progressbar-li-before-active);
}

.progressbar li.active + li:after {
  background-color: var(--theme-background-color-progressbar-li-after-active);
}

/*=================================================================================== */
/* Checkout */
/*=================================================================================== */
.moduleRow td,
.moduleRowOver td,
.moduleRowSelected td {
  padding: 8px;
}

.moduleRow {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
}

/* ****** GIFTWRAP ****** */
.moduleRow_giftwrap td,
.moduleRowOver_giftwrap td,
.moduleRowSelected_giftwrap td {
  padding: 8px;
}

.moduleRow_giftwrap {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_giftwrap {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_giftwrap {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
}

/* ****** FREECHANGE ****** */
.moduleRow_freechange td,
.moduleRowOver_freechange td,
.moduleRowSelected_freechange td {
  padding: 8px;
}

.moduleRow_freechange {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_freechange {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_freechange {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
}

/* ****** SHIPPINGMETHOD ****** */
.moduleRow_shippingmethod td,
.moduleRowOver_shippingmethod td,
.moduleRowSelected_shippingmethod td {
  padding: 8px;
}

.moduleRow_shippingmethod {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_shippingmethod {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_shippingmethod {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
}

/* ****** courieroption ****** */
.moduleRow_courieroption td,
.moduleRowOver_courieroption td,
.moduleRowSelected_courieroption td {
  padding: 8px;
}

.moduleRow_courieroption {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_courieroption {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_courieroption {
  background-color: var(--theme-background-color-theme-3);
  color: #fff;
}

.moduleselect.form-control {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.moduleselect.form-control:focus {
  border-color: #2d2d2d;
  background-color: #fff !important;
}

/*===================================================================================*/
/* Ribbons */
/*===================================================================================*/
.ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  font-size: var(--font-size-xsmalltext);
  line-height: 1;
  font-weight: var(--base-font-weight-bold-font-family-2);
  font-family: var(--base-font-family-2);
}

.ribbon:nth-child(2) {
  margin-top: 34px;
}

.ribbon:nth-child(3) {
  margin-top: 68px;
}

.ribbon:nth-child(4) {
  margin-top: 102px;
}

.ribbon:nth-child(5) {
  margin-top: 136px;
}

.ribbon:nth-child(6) {
  margin-top: 170px;
}

.ribbon:nth-child(7) {
  margin-top: 204px;
}

.ribbon span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-background-color-theme-1);
  color: #fff;
  height: 24px;
  padding: 0px 10px 0px 10px;
}

@media screen and (max-width: 991px) {
  .ribbon span {
    height: 24px;
  }
}
.ribbon.color1 span {
  background-color: var(--theme-background-color-ribbon-1);
  color: var(--theme-color-ribbon-1);
}

.ribbon.color2 span {
  background-color: var(--theme-background-color-ribbon-2);
  color: var(--theme-color-ribbon-2);
}

.ribbon.color3 span {
  background-color: var(--theme-background-color-ribbon-3);
  color: var(--theme-color-ribbon-3);
}

.ribbon.color4 span {
  background-color: var(--theme-background-color-ribbon-4);
  color: var(--theme-color-ribbon-4);
}

.ribbon.color5 span {
  background-color: var(--theme-background-color-ribbon-5);
  color: var(--theme-color-ribbon-5);
}

.ribbon.color6 span {
  background-color: var(--theme-background-color-ribbon-6);
  color: var(--theme-color-ribbon-6);
}

.ribbon.color7 span {
  background-color: var(--theme-background-color-ribbon-7);
  color: var(--theme-color-ribbon-7);
}

.ribbon.color8 span {
  background-color: var(--theme-background-color-ribbon-8);
  color: var(--theme-color-ribbon-8);
}

.ribbon.color9 span {
  background-color: var(--theme-background-color-ribbon-9);
  color: var(--theme-color-ribbon-9);
}

.ribbon.color10 span {
  background-color: var(--theme-background-color-ribbon-10);
  color: var(--theme-color-ribbon-10);
}

/*===================================================================================*/
/* Availability */
/*===================================================================================*/
.availability1 {
  color: var(--theme-color-availability1);
}

.availability2 {
  color: var(--theme-color-availability1);
}

.availability3 {
  color: var(--theme-color-availability1);
}

.availability4 {
  color: var(--theme-color-availability1);
}

.availability5 {
  color: var(--theme-color-availability1);
}

.availability6 {
  color: var(--theme-color-availability1);
}

.availability7 {
  color: var(--theme-color-availability1);
}

.availability_out_of_stock {
  color: var(--theme-color-availability_out_of_stock);
}

/*===================================================================================*/
/* Products Grid */
/*===================================================================================*/
.products-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .products-grid-row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.products-grid-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .products-grid-col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.products-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .products-row {
    margin-right: -1px;
    margin-left: -1px;
  }
}
.products-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .products-col {
    padding-left: 1px;
    padding-right: 1px;
  }
}
/*===================================================================================*/
/* Products Box */
/*===================================================================================*/
.products-box {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: var(--theme-background-color-white);
  border: 1px solid var(--theme-border-color-body);
}

@media screen and (max-width: 991px) {
  .products-box {
    border: 0px;
  }
}
.products-box:hover {
  cursor: pointer;
  border: 1px solid var(--theme-border-color-black);
}

@media screen and (max-width: 991px) {
  .products-box:hover {
    border: 0px;
  }
}
/* ?????? */
.products-box .quickview {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 1;
  display: none;
  background: var(--theme-background-color-black);
  color: var(--theme-color-white);
  padding: 8px 8px 8px 8px;
  line-height: 1;
  display: none !important;
}

.products-box:hover .quickview {
  display: inline-block;
}

.products-box .quickview:hover {
  display: inline-block;
  background: var(--theme-background-color-black);
  color: var(--theme-color-white);
  cursor: pointer;
}

.products-box .products-box-top {
  position: relative;
  width: 100%;
}

.products-box.has-gallery:hover .products-box-top .ribbon {
  display: none;
}

.products-box .products-box-top .products-image {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 290px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-top .products-image {
    width: 60%;
  }
}
.products-box .products-box-top .products-image.products-bg {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.products-box .products-box-top .products-image img {
  position: relative;
  width: 100%;
  height: auto;
  transition: opacity 300ms ease 0s;
}

.products-box:hover .products-box-top .products-image.products-bg img {
  opacity: 0;
}

.products-box .products-box-middle {
  position: relative;
  width: 100%;
  padding: 15px 15px 0px 15px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle {
    padding: 5px 3px 0px 3px;
  }
}
.products-box .products-box-middle .products-box-middle-first-line {
  position: relative;
  width: 100%;
  height: 100px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  border-top: 1px solid var(--theme-border-color-body);
  border-bottom: 1px solid var(--theme-border-color-body);
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-first-line {
    height: 70px;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-name {
  position: relative;
  color: var(--theme-color-body);
  margin: 0px;
}

.products-box:hover .products-box-middle .products-box-middle-first-line .products-name {
  color: var(--theme-color-body-hover);
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-name {
    display: none;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-specifications {
  position: relative;
  width: 100%;
  display: none;
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-specifications {
    display: block;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-specifications-line {
  position: relative;
  width: 100%;
  color: var(--theme-color-body);
  padding: 0px 0px 2px 0px;
}

.products-box .products-box-middle .products-box-middle-second-line {
  position: relative;
  width: 100%;
  min-height: 95px;
  padding: 10px 0px 10px 0px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line {
    min-height: 78px;
  }
}
.products-box .products-box-middle .products-box-middle-second-line .products-desc {
  position: relative;
  color: var(--theme-color-body);
  text-align: left;
  margin-bottom: 2px;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev {
  position: relative;
  display: inline-block;
  float: right;
  color: var(--theme-color-body);
  margin-bottom: 3px;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev:before {
  position: absolute;
  right: 0px;
  bottom: 2px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--theme-color-body);
  transform: rotate(-10deg);
  transform-origin: 0 0;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price {
  position: relative;
  display: inline-block;
  float: right;
  color: var(--theme-color-body);
  margin-bottom: 4px;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
  position: relative;
  display: inline-block;
  float: right;
  padding: 5px 15px 3px 15px;
  line-height: 1;
  background: var(--theme-background-color-black);
  color: var(--theme-color-white);
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
    padding: 5px 15px 3px 15px;
  }
}
.products-box .products-box-bottom {
  position: relative;
  width: 100%;
  text-align: center;
  min-height: 51px;
  padding: 0px 15px 10px 15px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-bottom {
    padding: 0px 5px 0px 5px;
  }
}
.product_wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*===================================================================================*/
/* Products Box Gallery */
/*===================================================================================*/
.gallery_product_external_wrapper {
  position: absolute;
  top: -1px;
  left: -93px;
  background: var(--theme-background-color-white);
  height: calc(100% + 2px);
  flex-flow: column nowrap;
  display: none;
  border-top: 1px solid var(--theme-border-color-black);
  border-bottom: 1px solid var(--theme-border-color-black);
  border-left: 1px solid var(--theme-border-color-black);
  z-index: 1;
}

.products-box:hover .gallery_product_external_wrapper,
.products-box .gallery_product_external_wrapper:hover {
  display: flex;
}

@media screen and (max-width: 991px) {
  .gallery_product_external_wrapper {
    display: none !important;
  }
}
.products-box .gallery_products_box {
  overflow: hidden;
  max-height: calc(100% - 58px);
  flex: 1 0;
  float: left;
  width: 92px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.products-box .gallery_products_box img {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 82px;
  height: auto;
  border: 1px solid var(--theme-border-color-body);
}

.products-box .scroll-btn-up,
.products-box .scroll-btn-down {
  display: block;
  text-align: center;
  padding: 7px;
  height: 29px;
  background: var(--theme-background-color-lightgray);
  color: var(--theme-color-body);
}

.products-box .scroll-btn-up:hover,
.products-box .scroll-btn-down:hover {
  background: var(--theme-background-color-white);
  color: var(--theme-color-body);
}

/*===================================================================================*/
/* Product Page */
/*===================================================================================*/
/* previous next products */
.product_theme_nav {
  position: absolute;
  top: 30vh;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product_theme_nav {
    display: none;
  }
}
.product_theme_nav.prod_nav_next {
  right: 10px;
  background-image: url(../../images/assets/arrow_next.svg);
}

.product_theme_nav.prod_nav_next:hover {
  opacity: 0.5;
}

.product_theme_nav.prod_nav_prev {
  left: 10px;
  background-image: url(../../images/assets/arrow_prev.svg);
}

.product_theme_nav.prod_nav_prev:hover {
  opacity: 0.5;
}

/* product photos */
.product_theme_photo {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .product_theme_photo.thumbnais_exist {
    float: right;
    width: calc(100% - 100px);
  }
}
.product_theme_photo img {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border: 0px solid #ddd;
}

@media only screen and (min-width: 992px) {
  #gallery_product {
    position: relative;
    width: 100px;
    float: left;
  }
}
#gallery_product img {
  position: relative;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0px solid #ddd;
}

.product_theme_title {
  position: relative;
  width: 100%;
}

.product_theme_title h1 {
  font-size: 37px;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .product_theme_title h1 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.product_theme_desc {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.product_theme_line {
  position: relative;
  border-top: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_theme_group_code {
  position: relative;
  width: 100%;
}

.product_theme_group_code img {
  position: relative;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

/* price */
.product_theme_price {
  font-weight: 700;
  color: #2d2d2d;
  font-size: 23px;
  line-height: 1;
  display: inline-block;
  min-height: 40px;
  padding-top: 19px;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #ddd;
  float: left;
  min-height: 62px;
}

@media screen and (max-width: 991px) {
  .product_theme_price {
    font-size: 19px;
  }
}
.product_theme_price-prev {
  font-weight: 700;
  color: #8d8a84;
  font-size: 23px;
}

@media screen and (max-width: 991px) {
  .product_theme_price-prev {
    font-size: 15px;
  }
}
.product_theme_quantity {
  display: inline-block;
  min-height: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  margin-right: 14px;
  border-right: 1px solid #ddd;
  float: left;
}

.product_theme_addtocart {
  display: inline-block;
  float: left;
}

.product_theme_approximately {
  font-weight: normal;
  color: #686256;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.product_theme_description {
  color: #2d2d2d;
}

.product_theme_reviews {
  background-color: rgba(241, 238, 232, 0.7);
}

.product_theme_reviews hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #aba8a2;
}

.product_theme_message {
  background: #666;
  padding: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
}

.product_theme_message i,
.product_theme_message em {
  font-size: 24px;
}

.product_theme_tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs {
    font-size: 13px;
  }
}
.product_theme_tabs .nav-link {
  display: block;
  padding: 8px 14px;
  text-align: center;
}

.product_theme_tabs .nav-tabs .nav-link i,
.product_theme_tabs .nav-tabs .nav-link em {
  font-size: 17px;
  margin-bottom: 8px;
}

.product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
    display: none;
  }
}
.product_theme_tabs .nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #2d2d2d;
  border: 0px;
  border-bottom: 5px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-item.show .nav-link {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-link.active {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid #2d2d2d;
}

.product_theme_tabs .nav-tabs .nav-link:hover {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid #2d2d2d;
}

.product_theme_tabs .nav-tabs .nav-link svg {
  width: 18px;
  height: auto;
  margin-bottom: 5px;
}

.product_theme_tabs .tab-content {
  background: #fff;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.drawer-toggle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #2d2d2d;
  margin-top: 10px;
  cursor: pointer;
}

.product_theme_attributes {
  position: relative;
  width: 100%;
}

.product_theme_attributes legend {
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 2px;
}

.product_theme_desc_color img {
  position: relative;
  width: 80px;
  height: auto;
  margin-right: 5px;
}

/* checkbox aspect for Colors only */
.product_select .colors-filter-container [type=radio]:not(:checked) + label:before,
.product_select .colors-filter-container [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
}

/* checked mark aspect for Colors only */
.product_select .colors-filter-container [type=radio]:checked + label:after {
  /* content: 'âœ”'; */
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 22px;
  color: #313131;
  transition: all 0.2s;
  font-weight: 700;
}

.product_select .colors-filter-container [type=radio]:checked + label .color:not(.checked) {
  display: none;
}

.product_select .colors-filter-container [type=radio]:not(:checked) + label .color.checked {
  display: none;
}

.product_select .colors-filter-container [type=radio] + label .color {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/*=================================================================================== */
/* Products Carousel */
/*=================================================================================== */
.products_carousel {
  position: relative;
  width: 100%;
  padding: 10px 0px 0px 0px;
  margin-bottom: 30px;
  background-size: 100% 100%;
}

.products_carousel.bg1 {
  background: #fff;
}

.products_carousel.bg1 .page-title.bg .page-headline > div {
  background: #fff;
}

.products_carousel.bg2 {
  background: #fff;
}

.products_carousel.bg2 .page-title.bg .page-headline > div {
  background: #fff;
}

.products_carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.products_carousel .carousel-item {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .products_carousel .carousel-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.products_carousel .carousel-control-next,
.products_carousel .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #fff;
  text-align: center;
  opacity: 1;
  background: none;
}

@media screen and (max-width: 991px) {
  .products_carousel .carousel-control-next,
.products_carousel .carousel-control-prev {
    display: none;
  }
}
.products_carousel .carousel-control-next:focus,
.products_carousel .carousel-control-next:hover,
.products_carousel .carousel-control-prev:focus,
.products_carousel .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}

.products_carousel .carousel-control-next-icon,
.products_carousel .carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/assets/arrow_prev.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");*/
}

.products_carousel .carousel-control-next-icon {
  background-image: url(../../images/assets/arrow_next.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");*/
}

/*=================================================================================== */
/* Products Swiper Carousel */
/*=================================================================================== */
.products_swiper_carousel {
  position: relative;
  width: 100%;
}

.products_swiper_carousel.bg1 {
  background: #fff;
}

.products_swiper_carousel.bg2 {
  background: #fff;
}

.products_swiper_carousel .swiper-container {
  max-width: 1640px;
}

/* NECRO EDITED HERE=================================================================*/
/* Used in table rows of cart, as: shopping_cart.php, to indicate not available product. */
.outofstock {
  background-color: red;
}

/*NECRO SLIDER*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_bottom {
  margin: 10px 3px;
  float: left;
}

/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_top {
  margin: 10px 3px;
  float: right;
}

/*Used in web_sidebar.php to style the price slider. */
.necro_price_slider {
  clear: both;
  margin: 5px 15px;
}

/*NECRO SLIDER BUG FIX*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_cancel {
  float: right;
  margin-top: 10px;
}

/*.necro_price_cancel>button{padding:5px 5px; height: 30px;}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  cursor: pointer;
}

/*---- QUANTITY SPINNER -------------------*/
.spinner {
  width: 100px;
}

.spinner input {
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: left !important;
  border: 1px solid #ddd;
  padding: 0px 0px 0px 10px;
}

.productQtySpinner {
  width: 75px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn:focus,
.input-group-btn-vertical > .btn.focus {
  color: initial;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border: 1px solid #ccc6ba;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 0px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}

.input-group-btn-vertical i,
.input-group-btn-vertical em {
  position: absolute;
  top: 3px;
  left: 6px;
}

/*===================================================================================*/
/* Loader */
/*===================================================================================*/
.prods_loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

.prods_loader.showing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prods_loader img {
  width: 40px;
  height: 40px;
  display: none;
}

.prods_loader.showing img {
  display: inline-block;
}

@-webkit-keyframes rota1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rota1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rota2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rota2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.loader_r {
  display: flex;
  flex-wrap: wrap;
}

.loader_c {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  height: 200px;
}

.loader_c > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader_bg-gray {
  background-color: #eee;
}

.loader_rec {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  box-sizing: border-box;
}

.loader_rounded {
  border-radius: 50%;
}

.loader_spinner1 {
  -webkit-animation: rota1 1.5s infinite;
          animation: rota1 1.5s infinite;
  border-color: #666;
}

.loader_spinner2 {
  -webkit-animation: rota1 1s infinite;
          animation: rota1 1s infinite;
  border-bottom-color: #666;
}

.loader_spinner3 {
  -webkit-animation: rota1 1s linear infinite;
          animation: rota1 1s linear infinite;
  border-width: 20px;
  border-top-color: #666;
  border-bottom-color: #666;
}

.loader_spinner4 {
  border-color: transparent;
  border-top-color: #666;
  -webkit-animation: rota1 1s linear infinite;
          animation: rota1 1s linear infinite;
}

.loader_spinner4::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  border: 4px solid #ccc;
  border-top-color: transparent;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-animation: rota2 0.8s infinite;
          animation: rota2 0.8s infinite;
}

.loader_spinner5 {
  -webkit-animation: rota1 1.3s linear infinite;
          animation: rota1 1.3s linear infinite;
  border: #ccc 3px solid;
}

.loader_spinner6 {
  -webkit-animation: rota2 1.3s infinite;
          animation: rota2 1.3s infinite;
  border-color: #666;
  border-width: 3px;
}

@-webkit-keyframes bigin {
  from {
    transform: scale(0.625, 0.625);
    opacity: 0.1;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes bigin {
  from {
    transform: scale(0.625, 0.625);
    opacity: 0.1;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bigout {
  from {
    transform: scale(1, 1);
    opacity: 1;
    filter: blur(0);
  }
  to {
    transform: scale(1.6, 1.6);
    opacity: 0.1;
    filter: blur(5px);
  }
}
@keyframes bigout {
  from {
    transform: scale(1, 1);
    opacity: 1;
    filter: blur(0);
  }
  to {
    transform: scale(1.6, 1.6);
    opacity: 0.1;
    filter: blur(5px);
  }
}
.loader_spinner7 {
  -webkit-animation: bigout 1s linear infinite;
          animation: bigout 1s linear infinite;
}

.loader_spinner8 {
  -webkit-animation: bigin 1s linear infinite;
          animation: bigin 1s linear infinite;
}

.loader_spinner9 {
  -webkit-animation: rota1 1s linear infinite;
          animation: rota1 1s linear infinite;
  border-width: 1px;
}

.loader_spinner9::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #666;
  border-radius: 50%;
}

.loader_spinner9::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: -3.5px;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes bgp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -84px;
  }
}

@keyframes bgp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -84px;
  }
}
.loader_bar {
  width: 64px;
  height: 8px;
}

.loader_bar1 {
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 10px, #000 11px, #000 20px);
  background-size: 200px 8px;
  background-position: 0 center;
  border-radius: 4px;
  -webkit-animation: bgp 1s linear infinite;
          animation: bgp 1s linear infinite;
}

@-webkit-keyframes up {
  50% {
    top: 0;
    background-color: #ccc;
  }
  100% {
    top: -20px;
    background-color: #666;
  }
}

@keyframes up {
  50% {
    top: 0;
    background-color: #ccc;
  }
  100% {
    top: -20px;
    background-color: #666;
  }
}
.loader_dot {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

.loader_wrap1 {
  width: 8px;
  height: 8px;
}

.loader_wrap1 .loader_dot {
  position: absolute;
  -webkit-animation: up 1.2s alternate #111;
          animation: up 1.2s alternate #111;
}

.loader_dot.loader_dot1 {
  left: -20px;
}

.loader_dot.loader_dot2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loader_dot.loader_dot3 {
  right: -20px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/*===================================================================================*/
/* Products AJAXization */
/*===================================================================================*/
.filterKillButton {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  border: 1px solid var(--theme-border-color-body);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .filterKillButton {
    font-size: 12px;
  }
}
.filterKillButton label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .filterKillButton label {
    font-size: 12px;
  }
}
.filterKillButton,
.filterKillButton label {
  display: inline-block;
  cursor: pointer;
}

.hide {
  display: none !important;
}

/*===================================================================================*/
/* Price Slider */
/*===================================================================================*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
               */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
               */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
               * connect elements.
               */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  position: relative;
  height: 100%;
  width: 100%;
  background: var(--theme-color-body);
  border-radius: 50%;
  top: -4px;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
               */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
               * Giving the connect element a border radius causes issues with using transform: scale
               */
.noUi-target {
  background: var(--theme-border-color-body);
  border: 5px solid #fff;
}

.noUi-connect {
  background: var(--theme-color-body);
}

/* Handles and cursors;
               */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 0px;
  cursor: default;
  box-shadow: none;
}

.noUi-active {
  box-shadow: none;
}

/* Handle stripes;
               */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
               */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
               *
               */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
               *
               */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ddd;
  font-size: 10px;
}

/* Markings;
               *
               */
.noUi-marker {
  position: absolute;
  background: #ddd;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
               *
               */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
               *
               */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid var(--theme-border-color-body);
  border-radius: 3px;
  background: #fff;
  color: var(--theme-color-body);
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* ============================= */
/* ==== NoUiSlider ==== */
.noUi-handle:after,
.noUi-handle:before {
  content: unset;
}

.noUi-horizontal {
  height: 12px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -7px;
  left: auto;
}

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -3px;
  width: 15px;
  height: 15px;
}

/* ================= */
.product_theme_line_top {
  border-top: 1px solid #ddd;
  margin: 20px 0px 0px 0px;
}

.product_theme_line_bottom {
  border-top: 1px solid #ddd;
  margin: 0px 0px 20px 0px;
}

.pay-block-container.stick {
  position: fixed;
  z-index: 1006;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  margin: 0px;
  background: white;
}

.pay-block-container.stick.stick-alone {
  box-shadow: 0px 12px 20px 13px black;
}

.product_theme_attributes.stick {
  position: fixed;
  z-index: 1005;
  left: 0px;
  bottom: 62px;
  width: 100vw;
  margin: 0px;
  padding: 0px 15px;
  background: white;
  box-shadow: 0px 12px 20px 13px black;
}

.product_theme_attributes:not(.stick) .button-close-sticky-attributes,
.product_theme_attributes.stick > .row:not(:first-child) .button-close-sticky-attributes {
  display: none;
}

.button-close-sticky-attributes {
  position: absolute;
  top: -10px;
  right: 0px;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 1;
}

.pay-block-container.stick .pay-block {
  display: flex;
}

@media screen and (max-width: 991px) {
  .row.pay-block-container.stick .productQtySpinner {
    width: 35px;
  }

  .scrolltop {
    bottom: 80px;
  }

  .products_listing_extra .products-box-bottom {
    display: none;
  }

  .btn-products-addtocart.product-info-page .button-title {
    display: none;
  }
}
/*===================================================================================*/
/* Sticky Add To Cart */
/*===================================================================================*/
.products-dimension-2 {
  width: 300px;
  font-weight: 800;
  color: black;
}

.pay-block-container.stick {
  position: fixed;
  z-index: 1006;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  margin: 0px;
  padding: 0px 15px;
  background: white;
}

.pay-block-container.stick.stick-alone {
  box-shadow: 0px 12px 20px 13px black;
}

.product_theme_attributes.stick {
  position: fixed;
  z-index: 1005;
  left: 0px;
  bottom: 62px;
  width: 100vw;
  margin: 0px;
  padding: 0px 15px;
  background: white;
  box-shadow: 0px 12px 20px 13px black;
}

.product_theme_attributes:not(.stick) .button-close-sticky-attributes,
.product_theme_attributes.stick > .row:not(:first-child) .button-close-sticky-attributes {
  display: none;
}

.button-close-sticky-attributes {
  position: absolute;
  top: -15px;
  right: 0px;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 1;
}

.product_theme_dimensions.stick {
  position: fixed;
  z-index: 1005;
  left: 0px;
  bottom: 62px;
  width: 100vw;
  margin: 0px;
  padding: 10px 15px;
  background: white;
  box-shadow: 0px 12px 20px 13px black;
}

.product_theme_dimensions:not(.stick) .button-close-sticky-dimensions,
.product_theme_dimensions.stick > .row:not(:first-child) .button-close-sticky-dimensions {
  display: none;
}

.button-close-sticky-dimensions {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 15px 20px;
  cursor: pointer;
  z-index: 1;
}

.pay-block-container.stick .pay-block {
  display: flex;
}

.pay-block-anchor {
  display: block;
}

@media screen and (max-width: 991px) {
  .row.pay-block-container.stick .productQtySpinner {
    width: 35px;
  }

  .scrolltop {
    bottom: 80px;
  }

  .products_listing_extra .products-box-bottom {
    display: none;
  }

  .product_theme_attributes legend {
    font-size: 16px;
    font-weight: bold;
  }

  .product_theme_dimensions legend {
    font-size: 16px;
    font-weight: bold;
  }
}
.stick.product_theme_dimensions label:nth-child(2) {
  width: calc(100% - 100px);
}

.stick.product_theme_dimensions .products-dimension-2 {
  width: calc(100% - 10px);
}

.stick .btn-products-addtocart span {
  display: none;
}/*# sourceMappingURL=style.css.map */