@charset "UTF-8";
:root {
  /*===================================================================================*/
  /* Base Template */
  /*===================================================================================*/
  --base-font-family-1: sofia-pro, 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: 900;
  --base-font-family-2: sofia-pro, 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: 900;
  --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-bold-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) - 2px);
  --line-height-button: 1;
  --font-weight-button: var(--base-font-weight-bold-font-family-2);
  --font-size-btn-second: calc(var(--font-size-body) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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) - 2px);
  --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 {
  -webkit-box-sizing: border-box;
  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);
  color: #fff;
}

.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 {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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: 16px 20px 16px 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;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 14px 18px 14px 18px;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    padding: 12px 16px 12px 16px;
  }
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
          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: 0px;
  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: 2px;
  border-radius: 10px;
  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;
  -webkit-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 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-light);
  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: "";
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-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-light);
}

.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 {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

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

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

.buttonline:hover .buttonline_lines:after {
  -webkit-transform: translateY(101%);
          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);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  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;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  background-color: var(--theme-background-color-bordered-button-dark);
}

a.bordered-button:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 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%;
  -webkit-transform: scale3d(1.1, 1, 1);
  transform: scale3d(1.1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  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 {
  -webkit-transform: scale3d(1, 1, 1);
  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;
}

/*=================================================================================== */
/* 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;
  -webkit-transition: all 0.25s;
  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;
  -webkit-transition: all 0.25s;
  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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.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::-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] {
  -webkit-box-sizing: border-box;
          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: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
          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);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
          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);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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;
  -webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.4);
}

/*=================================================================================== */
/* Header Inner Top */
/*=================================================================================== */
.headermenu_inner_top {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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-white);
  background: -webkit-gradient(linear, left top, left bottom, from(#00407f), to(#0054a6));
  background: linear-gradient(to bottom, #00407f 0%, #0054a6 100%);
  /* Left Logo - Right Menu */
  /* Hidden Top */
}

body.headermenu_inner_top_opened .headermenu_inner_top {
  /* Hidden Top */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: unset;
}

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

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

/*=================================================================================== */
/* Top Box */
/*=================================================================================== */
#headermenu #top-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================================================================== */
/* Top Box Info */
/*=================================================================================== */
#headermenu #top-box .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10px 0px 10px;
  min-height: 32px;
  float: right;
  background: #0081ff;
}

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

#headermenu.absolute:not(.scrollmenu) #top-box .info,
#headermenu.absolute:not(.scrollmenu) #top-box .info a {
  color: inherit;
}

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

#headermenu #top-box .info span {
  margin: 0px 5px 0px 5px;
}

/*=================================================================================== */
/* Top Box Nav */
/*=================================================================================== */
#top-box .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: inherit;
}

#top-box .nav .nav-link:focus,
#top-box .nav .nav-link:hover,
#top-box .show > .nav-link {
  text-decoration: none;
  color: inherit;
}

#top-box .nav .nav-link svg {
  width: auto;
  height: 22px;
  margin-right: 4px;
  fill: currentColor;
}

#top-box .dropdown-toggle::after {
  display: inline-block;
  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: inherit;
  background-color: var(--theme-background-color-white);
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.25);
}

#top-box .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 10px;
  clear: both;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  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: inherit;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  /* Left Logo - Right Menu */
  height: 120px;
}

#headermenu.scrollmenu .headermenu_inner_logo {
  height: 80px;
}

/*=================================================================================== */
/* Logo */
/*=================================================================================== */
#headermenu .logo {
  position: relative;
  width: 120px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  /* Left Logo - Right Menu */
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  #headermenu .logo {
    width: 90px;
    left: auto;
  }
}
#headermenu.scrollmenu .logo {
  width: 90px;
}

@media screen and (max-width: 991px) {
  #headermenu.scrollmenu .logo {
    width: 90px;
  }
}
#headermenu .logo #logoimage {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  z-index: 1;
}

.headermenu_icons .header-icon {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 15px;
}

@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,
.headermenu_icons .header-icon a {
  color: var(--theme-color-black);
  background: var(--theme-background-color-none);
}

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

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

.headermenu_icons .header-icon svg {
  display: inline-block;
  width: auto;
  height: 22px;
  fill: currentColor;
}

.headermenu_icons .header-icon .basket-item-count {
  position: absolute;
  top: 10px;
  right: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 Icons Burger */
/*=================================================================================== */
.header-icon_burger_icon ul {
  position: relative;
  width: 22px;
  height: 18px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;
}

.header-icon_burger_icon ul li {
  position: absolute;
  top: 0px;
  left: 0px;
  list-style: none;
  width: 22px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: currentColor;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.header-icon_burger_icon ul li:nth-child(1) {
  top: 1px;
}

.header-icon_burger_icon ul li:nth-child(2) {
  top: 9px;
}

.header-icon_burger_icon ul li:nth-child(3) {
  top: 17px;
}

.header-icon_burger_icon ul.active li:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-icon_burger_icon ul.active li:nth-child(2) {
  opacity: 0;
}

.header-icon_burger_icon ul.active li:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*=================================================================================== */
/* 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: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    z-index: 2;
    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);
    -webkit-transition: left 0.3s ease;
    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) {
  /*=================================================================================== */
  /* menu overlay on hover */
  .ammenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-background-color-black-overlay-light);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    z-index: 0;
    overflow: hidden;
  }
  body.ammenu-overlay-open .ammenu-overlay {
    visibility: visible;
    opacity: 1;
  }
  /*=================================================================================== */
  /* 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;
  }
  .ammenu > ul.ammenu-list {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            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;
    z-index: 1;
  }
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-no-fullwidth {
    left: auto;
    width: 600px;
    -webkit-box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 20px;
  }
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu > .ammenu-megamenu-inner > .container {
    max-width: 1430px;
  }
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-flex > .ammenu-megamenu-inner > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 650px;
    max-width: 900px;
  }
  /*=================================================================================== */
  /* dekstop menu | level3 ul (li / a href are level 2) | ammenu-megamenu */
  /*=================================================================================== */
  /* dekstop menu | level4 ul (li are level 3) | ammenu-megamenu */
  /*=================================================================================== */
  /* dekstop menu | level1 li | ammenu-megamenu - ammenu-submenu */
  /*=================================================================================== */
  /* desktop menu | level2 level3 level4 li | ammenu-submenu */
  /*=================================================================================== */
  /* desktop menu | level2 li / a | ammenu-megamenu */
  /*=================================================================================== */
  /* desktop menu | level3 li / a | ammenu-megamenu */
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-flex > .ammenu-megamenu-inner > .container > .row {
    max-width: 800px;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-flex > .ammenu-megamenu-inner > .container > .row > .col-lg-3 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu.ammenu-megamenu-flex > .ammenu-megamenu-inner > .container > .row > .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu {
    top: 49px;
    left: auto;
    width: auto;
    min-width: 220px;
    padding: 0px 0px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner {
    position: relative;
    padding: 10px 20px 30px 20px;
    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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li {
    position: static;
    display: block;
    width: auto;
    height: var(--height-ammenu-desktop-level1-li);
    padding: 10px 0px 10px 0px;
    margin: 0px 14px 0px 14px;
    float: left;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    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);
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    -webkit-transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background-size 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li:first-child > a {
    border-left: 0px solid var(--theme-border-color-ammenu-desktop-level1-li);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li:last-child > a {
    border-right: 0px solid var(--theme-border-color-ammenu-desktop-level1-li);
  }
}
@media screen and (min-width: 992px) {
  .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);
    background-size: 100% 2px;
  }
}
@media screen and (min-width: 992px) {
  #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);
  }
}
@media screen and (min-width: 992px) {
  #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);
  }
}
@media screen and (min-width: 992px) {
  #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);
  }
}
@media screen and (min-width: 992px) {
  #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);
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:first-child > a {
    border-top: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > ul.ammenu-submenu > li:last-child > a {
    border-bottom: 0px solid var(--theme-border-color-ammenu-desktop-level2-li);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner .ammenu-megamenu-title a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0px 8px 0px;
    margin: 20px 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);
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner .ammenu-megamenu-title a:before {
    position: absolute;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background: var(--theme-border-color-ammenu-desktop-level2-li);
    content: "";
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .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);
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
}
@media screen and (min-width: 992px) {
  .ammenu > ul.ammenu-list > li > .ammenu-megamenu .ammenu-megamenu-inner ul li a {
    position: static;
    display: inline-block;
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 5px 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);
  }
}
@media screen and (min-width: 992px) {
  .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) {
  /*=================================================================================== */
  /* menu overlay on hover */
  .ammenu-overlay {
    display: none;
  }
  /*=================================================================================== */
  /* 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;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 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;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
            flex-grow: 0;
    -ms-flex-negative: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 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;
    -webkit-transition: 0.2s all;
    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;
    -webkit-transform: rotate(0);
    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 {
    -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
    -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
    transition: 0.2s top 0.2s, 0.1s left, 0.4s background-color 0.2s, 0.2s -webkit-transform;
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
    transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s, 0.2s -webkit-transform;
  }
  .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 {
    -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
    -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s -webkit-transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
    transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s, 0.2s -webkit-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 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .amactive .burger.burger-squeeze .burger-lines:after {
    -webkit-transform: rotate(45deg);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 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 {
    -webkit-transform: rotate(180deg) translateY(50%);
    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;
    -webkit-box-flex: 2;
        -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 .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 10px 0px 10px;
}

.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 {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  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);
}

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

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

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

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

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

.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: var(--theme-background-color-white-overlay);
}

.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: var(--theme-background-color-gray) 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);
}

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

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

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

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

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

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

.btnblueyellow .blueimp-gallery-svgasimg > .next {
  background-image: url(../../images/assets/gallery_arrow_next_yellow.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);
}

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

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

.btnblueyellow .blueimp-gallery-svgasimg > .close {
  background-image: url(../../images/assets/gallery_close_yellow.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%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block;
}

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

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: var(--theme-background-color-white);
  }
}
/*===================================================================================*/
/* 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 var(--theme-border-color-body);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photogallery img:hover {
  border: 1px solid var(--theme-border-color-body);
}

/*===================================================================================*/
/* 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: #0054a6;
  background-image: url("../../images/assets/bg_footer.jpg");
  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: 0px solid var(--theme-border-color-footer);
}

#footer .footer-third {
  padding: 30px 0px 0px 0px;
  border-top: 0px 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);
  -webkit-transition: all 0.3s ease;
  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);
  -webkit-transition: all 0.3s ease;
  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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 10px;
}

#footer .footerdataleft {
  display: inline-block;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          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;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          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::-webkit-input-placeholder {
  color: var(--theme-color-footer-form-control);
  opacity: 1;
}

#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::-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--theme-color-white);
  background: #1f6db9;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.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);
  -webkit-transition: all 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*=================================================================================== */
/* 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: -ms-flexbox;
  display: -webkit-box;
  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;
  -webkit-transition: all ease-in-out 0.25s;
  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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-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;
  }
}
/*===================================================================================*/
/* 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%;
}

/*=================================================================================== */
/* 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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  80% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes stack {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  80% {
    -webkit-transform: none;
            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;
    -webkit-transform: translate(var(--glitch-translate));
            transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    -webkit-transform: translate(var(--glitch-translate));
            transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {
    text-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
}
/*=================================================================================== */
/* Seperator */
/*=================================================================================== */
.seperator {
  width: 100px;
  margin: -8px auto;
  position: relative;
  text-align: center;
  color: var(--theme-color-body);
  z-index: 3;
  display: none;
}

.seperator span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: currentColor;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
}

.espa_banner img {
  display: block;
  width: 340px;
}

@media (max-width: 1060px) {
  .espa_banner img {
    display: block;
    width: 240px;
  }
}
.news-roi-title {
  color: var(--theme-color-white);
  background-color: var(--theme-background-color-theme-20);
  padding: 10px 14px 10px 14px;
}

.news-roi-footer .news-box-footer {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.news {
  position: relative;
  width: 100%;
}

.news-box-footer {
  position: relative;
  width: 100%;
}

.news-roi-footer .news-box-footer {
  padding-bottom: 0px;
  border-bottom: 0px;
}

@media screen and (max-width: 576px) {
  .news-box-footer {
    min-height: auto;
  }
}
.news-border {
  border: 1px solid var(--theme-border-color-body);
  padding: 15px;
}

.news-box-footer .news-image {
  position: relative;
  width: 100%;
  background: #fff;
}

.news-box-footer .news-image img {
  position: relative;
  width: 100%;
  height: auto;
}

.news-box-footer .news-image.arthografos img {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .news-box-footer .news-image.arthografos img {
    width: 140px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.news-box-footer .news-content {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.news-box-footer .news-content.news-color {
  padding: 6px 16px 16px 16px;
  background-color: var(--theme-background-color-theme-20);
  color: var(--theme-color-white);
  min-height: 180px;
  border-bottom: 20px solid var(--theme-border-color-theme-18);
}

.news-box-footer .news-content .news-smalltext.smalltext {
  position: relative;
  width: 100%;
  color: var(--theme-color-theme-19);
  font-weight: var(--base-font-weight-regular-font-family-1);
}

.news-box-footer .news-content.news-color .news-smalltext.smalltext {
  color: var(--theme-color-theme-18);
}

.news-box-footer .news-content em,
.news-box-footer .news-content i {
  font-size: 13px;
}

.news-box-footer .news-content .news-title {
  position: relative;
  width: 100%;
}

.news-box-footer .news-content .news-title h2 {
  position: relative;
  width: 100%;
}

.news-box-footer .news-content .news-text {
  position: relative;
  width: 100%;
}

/*===================================================================================*/
/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.sidebar .widget .body .sidebar_filters::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: all 0.2s;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: var(--theme-background-color-white);
  padding: 4px;
  text-align: center;
  border-radius: 50%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* filter plaisio */
.attribute {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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: var(--theme-color-body);
}

/*===================================================================================*/
/* Sidebar Pop Filters */
/*===================================================================================*/
.row_button_filters.sidebar_pop {
  position: fixed;
  left: 0px;
  bottom: 60px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 10;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: var(--theme-background-color-body);
  padding: 30px 30px 30px 30px;
  width: 400px;
}

@media screen and (max-width: 991px) {
  .sidebar.pop {
    width: 250px;
    padding: 20px 20px 20px 20px;
  }
}
body.sidebar_filters-opened .sidebar.pop {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sidebar.pop .sidebar_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 10;
  -webkit-transform: translateX(100%);
          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 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.minicart .minicart_wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 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: var(--font-size-xsmalltext);
  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: var(--theme-color-body);
  background: none;
  border: 0px;
}

#products-load-more-button .page-item.active .page-link {
  z-index: 1;
  color: var(--theme-color-body);
  background: none;
  border: 0px;
}

#products-load-more-button .page-link:hover {
  z-index: 2;
  color: var(--theme-color-body);
  text-decoration: none;
  background: none;
  border: 0px;
}

#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: var(--theme-background-color-moduleRow);
  color: var(--theme-color-moduleRow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver {
  background-color: var(--theme-background-color-moduleRowOver);
  color: var(--theme-color-moduleRowOver);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected {
  background-color: var(--theme-background-color-moduleRowSelected);
  color: var(--theme-color-moduleRowSelected);
}

/* ****** GIFTWRAP ****** */
.moduleRow_giftwrap td,
.moduleRowOver_giftwrap td,
.moduleRowSelected_giftwrap td {
  padding: 8px;
}

.moduleRow_giftwrap {
  background-color: var(--theme-background-color-moduleRow);
  color: var(--theme-color-moduleRow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_giftwrap {
  background-color: var(--theme-background-color-moduleRowOver);
  color: var(--theme-color-moduleRowOver);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_giftwrap {
  background-color: var(--theme-background-color-moduleRowSelected);
  color: var(--theme-color-moduleRowSelected);
}

/* ****** FREECHANGE ****** */
.moduleRow_freechange td,
.moduleRowOver_freechange td,
.moduleRowSelected_freechange td {
  padding: 8px;
}

.moduleRow_freechange {
  background-color: var(--theme-background-color-moduleRow);
  color: var(--theme-color-moduleRow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_freechange {
  background-color: var(--theme-background-color-moduleRowOver);
  color: var(--theme-color-moduleRowOver);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_freechange {
  background-color: var(--theme-background-color-moduleRowSelected);
  color: var(--theme-color-moduleRowSelected);
}

/* ****** SHIPPINGMETHOD ****** */
.moduleRow_shippingmethod td,
.moduleRowOver_shippingmethod td,
.moduleRowSelected_shippingmethod td {
  padding: 8px;
}

.moduleRow_shippingmethod {
  background-color: var(--theme-background-color-moduleRow);
  color: var(--theme-color-moduleRow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_shippingmethod {
  background-color: var(--theme-background-color-moduleRowOver);
  color: var(--theme-color-moduleRowOver);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_shippingmethod {
  background-color: var(--theme-background-color-moduleRowSelected);
  color: var(--theme-color-moduleRowSelected);
}

/* ****** courieroption ****** */
.moduleRow_courieroption td,
.moduleRowOver_courieroption td,
.moduleRowSelected_courieroption td {
  padding: 8px;
}

.moduleRow_courieroption {
  background-color: var(--theme-background-color-moduleRow);
  color: var(--theme-color-moduleRow);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowOver_courieroption {
  background-color: var(--theme-background-color-moduleRowOver);
  color: var(--theme-color-moduleRowOver);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.moduleRowSelected_courieroption {
  background-color: var(--theme-background-color-moduleRowSelected);
  color: var(--theme-color-moduleRowSelected);
}

.moduleselect.form-control {
  padding: 4px 8px;
  border: 1px solid var(--theme-border-color-form-control);
  border-radius: 0px;
}

.moduleselect.form-control:focus {
  border-color: var(--theme-border-color-form-control-focus);
  background-color: var(--theme-background-color-form-control-focus) !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-background-color-black);
  color: var(--theme-color-white);
  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: 0px solid var(--theme-border-color-body);
}

@media screen and (max-width: 991px) {
  .products-box {
    border: 0px;
  }
}
.products-box:hover {
  cursor: pointer;
  border: 0px 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: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-top .products-image {
    width: 100%;
  }
}
.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;
  -webkit-transition: opacity 300ms ease 0s;
  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%;
}

.products-box .products-box-middle .products-box-middle-first-line {
  position: relative;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform-origin: 0 0;
          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);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          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: -webkit-box;
  display: -ms-flexbox;
  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);
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          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;
  border: 0px solid var(--theme-border-color-body);
}

@media only screen and (min-width: 992px) {
  #gallery_product {
    position: relative;
  }
}
#gallery_product img {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid var(--theme-border-color-gray);
}

.product_theme_line {
  position: relative;
  border-top: 1px solid var(--theme-border-color-body);
  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 var(--theme-border-color-body);
}

/* price */
.product_theme_price {
  color: var(--theme-color-body);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid var(--theme-border-color-body);
  float: left;
  min-height: 62px;
}

.product_theme_price-prev {
  color: var(--theme-color-gray);
}

.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 var(--theme-border-color-body);
  float: left;
}

.product_theme_addtocart {
  display: inline-block;
  float: left;
}

.product_theme_approximately {
  font-weight: normal;
  color: var(--theme-color-body);
  font-size: var(--font-size-xsmalltext);
  margin-top: 2px;
  margin-bottom: 4px;
}

.product_theme_description {
  color: var(--theme-color-body);
}

.product_theme_reviews {
  background-color: var(--theme-background-color-white);
}

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

.product_theme_message {
  background: var(--theme-background-color-white);
  padding: 10px;
  font-size: var(--font-size-smalltext);
  color: var(--theme-color-body);
}

.product_theme_tabs .nav-tabs {
  border-bottom: 1px solid var(--theme-border-color-body);
  font-size: var(--font-size-xsmalltext);
  line-height: 1;
  font-weight: var(--base-font-weight-bold-font-family-1);
}

.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: var(--theme-color-black);
  border: 0px;
  border-bottom: 7px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-item.show .nav-link {
  color: var(--theme-color-black);
  background: none;
  border-bottom: 7px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-link.active {
  color: var(--theme-color-black);
  background: none;
  border-bottom: 7px solid var(--theme-border-color-black);
}

.product_theme_tabs .nav-tabs .nav-link:hover {
  color: var(--theme-color-black);
  background: none;
  border-bottom: 7px solid var(--theme-border-color-black);
}

.product_theme_tabs .nav-tabs .nav-link svg {
  width: 18px;
  height: auto;
  margin-bottom: 5px;
  fill: currentColor;
}

.product_theme_tabs .tab-content {
  background: var(--theme-background-color-body);
  padding: 15px;
  border-bottom: 1px solid var(--theme-border-color-gray);
  border-left: 1px solid var(--theme-border-color-gray);
  border-right: 1px solid var(--theme-border-color-gray);
}

.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;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
          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;
  -webkit-transition: all 0.2s;
  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: none;
}

.products_carousel.bg1 .page-title.bg .page-headline > div {
  background: var(--theme-background-color-body);
}

.products_carousel.bg2 {
  background: none;
}

.products_carousel.bg2 .page-title.bg .page-headline > div {
  background: var(--theme-background-color-body);
}

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: 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");*/
}

.btnwhiteblack .products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/assets/arrow_prev_black.svg);
}

.btnblackwhite .products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/assets/arrow_prev_white.svg);
}

.btnblueyellow .products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/assets/arrow_prev_yellow.svg);
}

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

.btnwhiteblack .products_carousel .carousel-control-next-icon {
  background-image: url(../../images/assets/arrow_next_black.svg);
}

.btnblackwhite .products_carousel .carousel-control-next-icon {
  background-image: url(../../images/assets/arrow_next_white.svg);
}

.btnblueyellow .products_carousel .carousel-control-next-icon {
  background-image: url(../../images/assets/arrow_next_yellow.svg);
}

/*=================================================================================== */
/* 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 var(--theme-border-color-body);
  color: var(--theme-color-body);
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prods_loader img {
  width: 40px;
  height: 40px;
  display: none;
}

.prods_loader.showing img {
  display: inline-block;
}

@-webkit-keyframes rota1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rota1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rota2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rota2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.loader_c {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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 {
    -webkit-transform: scale(0.625, 0.625);
            transform: scale(0.625, 0.625);
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes bigin {
  from {
    -webkit-transform: scale(0.625, 0.625);
            transform: scale(0.625, 0.625);
    opacity: 0.1;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes bigout {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
    opacity: 0.1;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@keyframes bigout {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-transform: scale(1.6, 1.6);
            transform: scale(1.6, 1.6);
    opacity: 0.1;
    -webkit-filter: blur(5px);
            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;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transform-style: flat;
          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 {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-active {
  -webkit-box-shadow: none;
          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 * {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  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 {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  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 {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  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 {
  -webkit-box-shadow: 0px 12px 20px 13px black;
          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;
  -webkit-box-shadow: 0px 12px 20px 13px black;
          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: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-shadow: 0px 12px 20px 13px black;
          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;
  -webkit-box-shadow: 0px 12px 20px 13px black;
          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;
  -webkit-box-shadow: 0px 12px 20px 13px black;
          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: -webkit-box;
  display: -ms-flexbox;
  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 */