/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box;
}
*::selection {
  background-color: #007C91;
  color: #ffffff;
}
*:focus-visible {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #6C757D;
  background-color: #F2F4F8;
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 1.1;
}
body.overflow-hidden {
  overflow: hidden;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 1795px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.section-padding {
  padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}

.site-header {
  height: 110px;
  display: flex;
  align-items: center;
  background-color: #1C2541;
}
@media (max-width: 1199px) {
  .site-header {
    height: auto;
    padding: 10px 0;
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.site-header-logo {
  display: inline-flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .site-header-logo {
    position: relative;
    transform: unset;
    left: unset;
    top: unset;
    z-index: 21;
  }
}
.site-header-logo img {
  height: 70px;
  width: auto;
}
@media (max-width: 1199px) {
  .site-header-logo img {
    height: 50px;
  }
}

.site-header-right {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.header-account-link {
  margin-right: 30px;
  transition: 0.8s ease;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .header-account-link {
    margin-right: 20px;
  }
}
.header-account-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: 0.6s ease;
}
.header-account-link:hover::before {
  width: 100%;
}

.header-cart a {
  color: #ffffff;
  display: flex;
}
.header-cart a .icon-cart {
  font-size: 28px;
  color: #ffffff;
  display: inline-flex;
}
@media (max-width: 767px) {
  .header-cart a .icon-cart {
    font-size: 20px;
  }
}
.header-cart a .woocommerce-Price-amount {
  margin-left: 5px;
}
.header-cart a span:nth-child(2) {
  transform: translate(-2px, 8px);
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .header-cart a span:nth-child(2) {
    display: none;
  }
}

.site-header-right {
  position: relative;
}
@media (max-width: 1199px) {
  .site-header-right {
    z-index: 21;
  }
}

@media (max-width: 1199px) {
  .site-header-navigation {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 20;
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #1C2541, rgba(28, 37, 65, 0.7));
    padding: 140px 50px 50px;
    display: flex;
    justify-content: center;
    transition: 0.8s ease;
    transform: translateX(-100%);
  }
  .site-header-navigation.active {
    transform: none;
  }
}

#header-menu {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1199px) {
  #header-menu {
    flex-direction: column;
    align-items: center;
  }
}
#header-menu li {
  list-style: none;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  #header-menu li {
    margin: 0 0 20px;
  }
  #header-menu li:last-of-type {
    margin-bottom: 0;
  }
}
#header-menu li:last-of-type {
  margin-right: 0;
}
#header-menu li:hover > a::before, #header-menu li.current-menu-item > a::before {
  width: 100%;
}
#header-menu li a {
  transition: 0.8s ease;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1199px) {
  #header-menu li a {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #header-menu li a {
    font-size: 20px;
  }
}
#header-menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: 0.6s ease;
}
@media (max-width: 1199px) {
  #header-menu li a::before {
    height: 2px;
  }
}

.menu-toggle {
  display: none;
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 12;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}
.menu-toggle.active span:nth-child(1) {
  transform: translateY(-1px) rotate(45deg);
  top: 50%;
}
.menu-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(-45deg);
  top: 50%;
  width: 100%;
}
.menu-toggle span {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: 0.8s ease;
}
.menu-toggle span:nth-child(1) {
  top: 13px;
}
.menu-toggle span:nth-child(2) {
  width: 80%;
  top: calc(100% - 13px);
}

.site-footer {
  background-color: #1C2541;
}

.site-footer-payments {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 40px;
  padding: 10px 0;
}
.site-footer-payments img {
  margin-right: 5px;
}
.site-footer-payments img:last-of-type {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .site-footer-logo img {
    height: 60px;
    width: auto;
  }
}

.site-footer-copy {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid rgba(215, 206, 199, 0.3);
  font-size: 14px;
}

.site-footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
@media (max-width: 1024px) {
  .site-footer-inner {
    padding: 20px 0;
  }
}

.site-footer-col {
  width: 25%;
}
@media (max-width: 1024px) {
  .site-footer-col {
    width: 100%;
    text-align: center;
    padding: 30px 0;
  }
}

.site-footer-title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.site-footer-menu {
  padding: 0;
  margin: 0;
}
.site-footer-menu li {
  list-style: none;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.site-footer-menu li:last-of-type {
  margin-bottom: 0;
}
.site-footer-menu li:hover a::before, .site-footer-menu li.current-menu-item a::before {
  width: 100%;
}
.site-footer-menu li a {
  color: #ffffff;
  position: relative;
}
.site-footer-menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #ffffff;
  transition: 0.6s ease;
}

.kundenservice-text.kundenservice-text p {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 15px;
}
.kundenservice-text.kundenservice-text p:last-of-type {
  margin-bottom: 0;
}

.site-footer-soc a {
  display: inline-flex;
  font-size: 20px;
  margin-right: 10px;
  transition: 0.6s ease;
  color: #ffffff;
}
.site-footer-soc a:hover {
  color: #6C757D;
}
.site-footer-soc a:last-of-type {
  margin-right: 0;
}
.site-footer-soc a span {
  display: inline-flex;
}

.global-info {
  background-color: #007C91;
  color: #ffffff;
}

.global-info-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.global-info-inner p {
  font-size: 20px !important;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-whatsapp:before, .icon-twitter:before, .icon-tik-tok:before, .icon-play:before, .icon-pin:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-facebook:before, .icon-close:before, .icon-clock:before, .icon-cart:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-right-long:before, .icon-arrow-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right-long:before {
  content: "\e002";
}

.icon-arrow-right:before {
  content: "\e003";
}

.icon-calendar:before {
  content: "\e004";
}

.icon-cart:before {
  content: "\e005";
}

.icon-clock:before {
  content: "\e006";
}

.icon-close:before {
  content: "\e007";
}

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

.icon-fb:before {
  content: "\e009";
}

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

.icon-link:before {
  content: "\e00b";
}

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

.icon-pin:before {
  content: "\e00d";
}

.icon-play:before {
  content: "\e00e";
}

.icon-tik-tok:before {
  content: "\e00f";
}

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

.icon-whatsapp:before {
  content: "\e011";
}

.icon-zoom:before {
  content: "\e012";
}

.section-title {
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  width: 100%;
  margin: 0 auto 60px;
  max-width: 600px;
  position: relative;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title.center {
  text-align: center;
}
.section-title.no-decor {
  margin: 0 0 30px;
}
.section-title.no-decor::before {
  display: none;
}
.section-title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: #D7CEC7;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease 0.1s;
}
.section-title.in-viewport::before {
  width: 100px;
}

.entry-content h2 {
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  margin: 40px auto 20px;
}
.entry-content h2:first-of-type {
  margin-top: 0;
}
.entry-content h3 {
  font-size: clamp(1.5rem, 1.4393rem + 0.2589vw, 1.75rem);
  margin: 40px auto 20px;
}
.entry-content h3:first-of-type {
  margin-top: 0;
}
.entry-content p {
  font-size: clamp(0.9375rem, 0.9223rem + 0.0647vw, 1rem);
  line-height: 1.5;
  margin-bottom: 20px;
}
.entry-content p:first-of-type {
  margin-top: 0;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
.entry-content ul, .entry-content ol {
  padding: 0 0 0 30px;
  margin: 20px 0;
}
.entry-content ul li, .entry-content ol li {
  font-size: clamp(0.9375rem, 0.9223rem + 0.0647vw, 1rem);
  line-height: 1.5;
}
.entry-content a {
  text-decoration: underline;
  transition: 0.6s ease;
}
.entry-content a:hover {
  color: #D7CEC7;
}

h1, h2, h3, h4, h5, h6 {
  color: #1C2541;
  line-height: 1;
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #D7CEC7;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.image-wrapper::before {
  position: absolute;
  content: "";
  inset: 0;
  transition: 0.8s ease 0.1s;
}
.image-wrapper.black::before {
  background-color: #1C2541;
}
.image-wrapper.white::before {
  background-color: #ffffff;
}
.image-wrapper.in-viewport::before {
  transform: translateY(-100%);
}

.btn-primary {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  padding: 0 35px;
  color: #ffffff;
  line-height: 1;
  transition: color 0.3s ease;
}
@media (max-width: 480px) {
  .btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.btn-primary:hover {
  color: #007C91;
}
.btn-primary:hover::before {
  transform: scale(0.7);
  opacity: 0;
}
.btn-primary:hover::after {
  inset: 0;
  opacity: 1;
  visibility: visible;
}
.btn-primary .inner {
  display: inline-flex;
  align-items: center;
}
.btn-primary .icon {
  margin-left: 15px;
  font-size: 18px;
  display: inline-flex;
  transform: translateY(1px);
}
.btn-primary::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background-color: #007C91;
  pointer-events: none;
  transition: 0.3s ease;
}
.btn-primary::after {
  position: absolute;
  content: "";
  z-index: -1;
  border: 2px solid #007C91;
  inset: -10px;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}

.btn-primary--white {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 13px;
  padding: 0 35px;
  color: #1C2541;
  line-height: 1;
  transition: color 0.3s ease;
}
@media (max-width: 480px) {
  .btn-primary--white {
    width: 100%;
    justify-content: center;
  }
}
.btn-primary--white:hover {
  color: #ffffff;
}
.btn-primary--white:hover::before {
  transform: scale(0.7);
  opacity: 0;
}
.btn-primary--white:hover::after {
  inset: 0;
  opacity: 1;
  visibility: visible;
}
.btn-primary--white .inner {
  display: inline-flex;
  align-items: center;
}
.btn-primary--white .icon {
  margin-left: 15px;
  font-size: 18px;
  display: inline-flex;
  transform: translateY(-1px);
}
.btn-primary--white::before {
  position: absolute;
  z-index: -1;
  content: "";
  inset: 0;
  background-color: #ffffff;
  pointer-events: none;
  transition: 0.3s ease;
}
.btn-primary--white::after {
  position: absolute;
  content: "";
  z-index: -1;
  border: 2px solid #ffffff;
  inset: -10px;
  opacity: 0;
  backface-visibility: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
}

.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 35px;
  color: #ffffff;
  background-color: #007C91;
  line-height: 1;
  transition: 0.6s ease;
}
@media (max-width: 480px) {
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
.btn-secondary:hover {
  background-color: #D7CEC7;
}

.btn-link {
  position: relative;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.48px;
  transition: color 0.6s ease;
}
.btn-link:hover {
  color: #007C91;
}
.btn-link:hover::before {
  background-color: #007C91;
}
.btn-link::before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1C2541;
  transition: background-color 0.6s ease;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-hero {
  overflow: hidden;
}

.home-hero-slide-inner {
  position: relative;
  width: 100%;
  height: 760px;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  .home-hero-slide-inner {
    height: auto;
    padding: 200px 0;
  }
}
@media (max-width: 991px) {
  .home-hero-slide-inner {
    padding: 0;
    flex-direction: column;
  }
}
.home-hero-slide-inner .container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .home-hero-slide-inner .container {
    justify-content: center;
  }
}

.home-hero-slide-image-wrapper {
  position: absolute;
  overflow: hidden;
  inset: 0;
}
@media (max-width: 991px) {
  .home-hero-slide-image-wrapper {
    position: relative;
    width: 100%;
  }
  .home-hero-slide-image-wrapper::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
}

.home-hero-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transform: scale(1.2);
  backface-visibility: hidden;
  will-change: transform;
  transition: all 1s ease 0.2s;
}
@media (max-width: 991px) {
  .home-hero-slide-image.desktop {
    display: noen;
  }
}

.home-hero-slide-image-mobile {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transform: scale(1.2);
  backface-visibility: hidden;
  will-change: transform;
  transition: all 1s ease 0.2s;
}
@media (max-width: 991px) {
  .home-hero-slide-image-mobile {
    display: block !important;
  }
}

.js-home-hero-slider {
  position: relative;
}
.js-home-hero-slider .slick-current .home-hero-slide-image {
  transform: scale(1);
}
.js-home-hero-slider .slick-current .home-hero-slide-content {
  opacity: 1;
  transform: none;
}
.js-home-hero-slider .slick-dots {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.js-home-hero-slider .slick-dots li {
  list-style: none;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 10px;
  cursor: pointer;
  border: 1px solid #1C2541;
  margin-right: 10px;
  transition: 0.6s ease;
}
.js-home-hero-slider .slick-dots li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #D7CEC7;
  transform: translateX(-100%);
}
.js-home-hero-slider .slick-dots li:last-of-type {
  margin-right: 0;
}
.js-home-hero-slider .slick-dots li.slick-active::before {
  transform: translateX(0);
  transition: transform 4s linear;
}
.js-home-hero-slider .slick-dots li button {
  display: none;
}

.home-hero-slide-content {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.3s;
}
@media (max-width: 991px) {
  .home-hero-slide-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 40px;
    margin-top: -150px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-hero-slide-content {
    margin-top: -120px;
  }
}
@media (max-width: 575px) {
  .home-hero-slide-content {
    margin-top: -90px;
  }
}
.home-hero-slide-content h1, .home-hero-slide-content h2 {
  font-size: clamp(2rem, 1.5146rem + 2.0712vw, 4rem);
  margin: 0 0 20px;
}

.home-hero-text {
  margin-bottom: 30px;
}
.home-hero-text p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .home-hero-text p {
    font-size: 16px;
  }
}

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

.ttcb-col {
  width: 33.333333%;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  .ttcb-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.ttcb-title {
  margin-bottom: 45px;
}

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

.ttcb-item-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ttcb-item-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ttcb-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ttcb-item-text {
  margin-bottom: 15px;
}

.recent-products-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.recent-products-list-col {
  width: 25%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .recent-products-list-col {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .recent-products-list-col {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.product-item-image {
  overflow: hidden;
  background-color: rgba(28, 37, 65, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.product-item-image::before {
  display: block;
  content: "";
  padding-top: 120%;
}
.product-item-image .btn-secondary {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  bottom: -100%;
}
.product-item-image:hover .btn-secondary {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.product-item-image:hover .product-item-image__link::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.product-item-image:hover .product-item-image__link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.product-item-image__link {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.product-item-image__link img {
  position: absolute;
  left: 50px;
  top: 50px;
  width: calc(100% - 100px) !important;
  height: calc(100% - 100px) !important;
  object-fit: cover;
  object-position: center;
}
.product-item-image__link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-top: 1px solid rgba(28, 37, 65, 0.5);
  border-left: 1px solid rgba(28, 37, 65, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}
.product-item-image__link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(28, 37, 65, 0.5);
  border-right: 1px solid rgba(28, 37, 65, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}

.product-item-title {
  transition: 0.8s ease;
  font-size: 16px;
  margin: 0 0 5px;
  font-family: "Work Sans";
}
.product-item-title:hover {
  color: #6C757D;
}

.product-item-price {
  font-size: 14px;
  color: rgba(28, 37, 65, 0.7);
}
.product-item-price del {
  margin-right: 5px;
  color: rgba(28, 37, 65, 0.5);
}
.product-item-price ins {
  text-decoration: none;
}

.recent-products-cta-wrapper {
  margin-top: 40px;
  text-align: center;
}

.content-image {
  background-color: #1C2541;
  color: #ffffff;
}
.content-image.content-image-white {
  color: #6C757D;
  background-color: transparent;
}
.content-image.content-image-white h1, .content-image.content-image-white h2, .content-image.content-image-white h3, .content-image.content-image-white h4, .content-image.content-image-white h5, .content-image.content-image-white h6 {
  color: #1C2541;
}

.content-image-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.content-image-left {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-left {
    width: 100%;
    order: 2;
    text-align: center;
  }
}

.content-image-right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .content-image-right {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .content-image-right .image-wrapper, .content-image-right img {
    width: 100%;
  }
}

.content-image-cta-wrapper {
  margin-top: 40px;
}

.content-image-text h1, .content-image-text h2, .content-image-text h3, .content-image-text h4, .content-image-text h5, .content-image-text h6 {
  color: #ffffff;
}

.two-image-content-cta {
  text-align: center;
}

.ticc-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ticc-top-image-col {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .ticc-top-image-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ticc-text {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
}
@media (max-width: 991px) {
  .ticc-text {
    margin-top: 10px;
  }
}
.ticc-text p {
  font-size: clamp(1.0625rem, 1.017rem + 0.1942vw, 1.25rem);
}

.ticc-wrapper {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .ticc-wrapper {
    margin-top: 30px;
  }
}

.page-hero {
  overflow: hidden;
}

.page-hero-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: clamp(15.625rem, 11.8325rem + 16.1812vw, 31.25rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero-inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(28, 37, 65, 0.4);
  z-index: 1;
}

.page-hero-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.5rem, 2.1359rem + 1.5534vw, 4rem);
}

.default-content-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.thank-you {
  display: flex;
  align-items: center;
  min-height: 60vh;
}

.thank-you-inner {
  text-align: center;
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
}
.thank-you-inner h1, .thank-you-inner h2, .thank-you-inner h3, .thank-you-inner h4, .thank-you-inner h5 {
  font-size: clamp(2.25rem, 2.0376rem + 0.9061vw, 3.125rem);
  margin: 0 0 40px;
}
.thank-you-inner p {
  line-height: 1.5;
}

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

.team-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-col {
  width: 33.333333%;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .team-col {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .team-col:last-of-type {
    margin-bottom: 0;
  }
}

.team-item-image {
  height: 260px;
  width: 100%;
}
.team-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-item-name {
  margin: 0 0 20px;
}

.team-item-content {
  padding: 25px 20px 15px;
  position: relative;
  height: calc(100% - 260px);
}
.team-item-content.in-viewport::before {
  height: 100%;
  width: 50%;
  opacity: 1;
}
.team-item-content.in-viewport::after {
  height: 100%;
  width: 50%;
  opacity: 1;
}
.team-item-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  opacity: 0;
  height: 0;
  border-bottom: 1px solid rgba(28, 37, 65, 0.3);
  border-left: 1px solid rgba(28, 37, 65, 0.3);
  transition: 1.2s ease;
}
.team-item-content::after {
  position: absolute;
  content: "";
  right: 0;
  opacity: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid rgba(28, 37, 65, 0.3);
  border-right: 1px solid rgba(28, 37, 65, 0.3);
  transition: 1.2s ease;
}

.zig-zag-content {
  max-width: 70%;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .zig-zag-content {
    max-width: unset;
    margin-bottom: 50px;
  }
}
.zig-zag-content:last-of-type {
  margin-bottom: 0;
}
.zig-zag-content:nth-child(even) {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 991px) {
  .zig-zag-content:nth-child(even) {
    margin-left: unset;
    text-align: left;
  }
}
.zig-zag-content:nth-child(even) .section-title {
  margin-left: auto;
}
@media (max-width: 991px) {
  .zig-zag-content:nth-child(even) .section-title {
    margin-left: unset;
  }
}
.zig-zag-content:nth-child(even) .zig-zag-text-text {
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .zig-zag-content:nth-child(even) .zig-zag-text-text {
    padding: 0 0 0 20px;
  }
}
.zig-zag-content:nth-child(even) .zig-zag-text-text::before {
  right: 0;
  left: unset;
}
@media (max-width: 991px) {
  .zig-zag-content:nth-child(even) .zig-zag-text-text::before {
    right: unset;
    left: 0;
  }
}

.zig-zag-text-text {
  position: relative;
  padding-left: 20px;
}
.zig-zag-text-text.in-viewport::before {
  height: 100%;
}
.zig-zag-text-text::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #D7CEC7;
  width: 3px;
  transition: 1.2s ease;
}

.contact-form-inner.contact-form-inner.contact-form-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(28, 37, 65, 0.3);
  padding: 40px;
}
@media (max-width: 991px) {
  .contact-form-inner.contact-form-inner.contact-form-inner {
    padding: 30px 10px;
  }
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_dropzone .dz-message,
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style .frm_dropzone {
  background: transparent;
  width: 100%;
  max-width: unset;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(28, 37, 65, 0.3);
  background-color: transparent;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style input:focus {
  box-shadow: none !important;
  border-color: #D7CEC7 !important;
  background-color: transparent;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style .frm_form_field {
  position: relative;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(28, 37, 65, 0.3);
  background-color: transparent;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style textarea:focus {
  box-shadow: none !important;
  border-color: #D7CEC7 !important;
  background-color: transparent;
}
.contact-form-inner.contact-form-inner.contact-form-inner .with_frm_style .frm_submit {
  display: none;
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_style_formidable-style.with_frm_style .frm_error {
  color: red;
  position: absolute;
  left: 0;
  top: 100%;
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_checkbox span {
  font-size: 13px !important;
  font-style: italic;
  color: rgba(28, 37, 65, 0.7);
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_checkbox span::before {
  position: absolute;
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  min-width: 12px;
  left: 0;
  top: 3px;
  border: 1px solid rgba(28, 37, 65, 0.3);
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_checkbox label {
  padding-left: 20px;
  position: relative;
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_checkbox label input {
  display: none !important;
}
.contact-form-inner.contact-form-inner.contact-form-inner .frm_checkbox label input:checked + span::before {
  background-color: #1C2541;
}
.contact-form-inner.contact-form-inner.contact-form-inner .js-fake-submit {
  width: 100%;
  justify-content: center;
}

.contact-form-text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

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

.tci-list-col {
  width: 33.333333%;
  padding: 15px;
}
@media (max-width: 991px) {
  .tci-list-col {
    width: 100%;
  }
}

.tci-list-item {
  border-radius: 20px;
  border: 2px solid #1C2541;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .tci-list-item {
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    border-width: 1px;
  }
}
.tci-list-item img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .tci-list-item img {
    max-width: 70px;
  }
}

.tci-list-item-text {
  margin-top: 20px;
}
.tci-list-item-text p {
  color: #000000;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .tci-list-item-text p {
    font-size: 16px;
  }
}
.tci-list-item-text p:first-of-type {
  margin-top: 0;
}
.tci-list-item-text p:last-of-type {
  margin-bottom: 0;
}

.woocommerce-message {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .woocommerce-message {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  .woocommerce-message button, .woocommerce-message .button {
    margin-top: 15px !important;
  }
}
.woocommerce-message::before, .woocommerce-message::after {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 35px;
  color: #ffffff;
  border-radius: 0;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  background-color: #D7CEC7;
  color: #ffffff;
}

.woocommerce form .form-row label {
  font-size: 13px !important;
  line-height: 1 !important;
  display: block !important;
  margin-bottom: 3px !important;
}

.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 20px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  margin-bottom: 10px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li:last-of-type {
  margin-bottom: 0;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error::before {
  display: none;
}

.woocommerce form .form-row {
  width: 100%;
}
.woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
  width: calc(50% - 5px);
}
@media (max-width: 767px) {
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
    width: 100%;
  }
}
.woocommerce form .form-row input, .woocommerce form .form-row select, .woocommerce form .form-row textarea {
  border: 1px solid rgba(28, 37, 65, 0.3) !important;
  border-radius: 0 !important;
  color: rgba(28, 37, 65, 0.5) !important;
}
.woocommerce form .form-row input::placeholder, .woocommerce form .form-row select::placeholder, .woocommerce form .form-row textarea::placeholder {
  color: rgba(28, 37, 65, 0.5) !important;
  font-size: 14px;
}
.woocommerce form .form-row textarea {
  min-height: 150px;
  padding: 15px !important;
}
.woocommerce form .form-row input {
  height: 45px !important;
  padding: 0 15px !important;
}

.woocommerce .select2-container .select2-dropdown, .woocommerce .select2-container .select2-selection {
  border-radius: 0;
  border: 1px solid rgba(28, 37, 65, 0.3);
}
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 14px 15px;
  color: rgba(28, 37, 65, 0.5);
  font-size: 14px;
}

.fpd-container fpd-module-qr-code .fpd-qr-code-colors {
  margin-bottom: 5px;
}

#vcardForm {
  margin-top: 20px;
}

fpd-module-qr-code > div {
  display: flex;
  flex-wrap: wrap;
}

fpd-module-qr-code > div .fpd-qr-code-colors {
  width: 100%;
  order: 1;
}

fpd-module-qr-code > div input[type=text] {
  width: 100%;
  order: 2;
}

fpd-module-qr-code > div .fpd-add-qr-code {
  order: 3;
}

.vcard-field {
  position: relative;
  margin-bottom: 20px;
}
.vcard-field input {
  margin-bottom: 0 !important;
}
.vcard-field .error-message {
  position: absolute;
  bottom: -18px;
  font-size: 12px;
  left: 0;
}

.product-additional-info-below-meta a {
  text-decoration: underline;
  color: #007C91;
}

.custom-woo-cart.custom-woo-cart.custom-woo-cart #coupon_code {
  height: 45px;
  width: 200px;
  padding: 4px 15px 0;
}
.custom-woo-cart.custom-woo-cart.custom-woo-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 35px;
  color: #ffffff;
  border-radius: 0;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
.custom-woo-cart.custom-woo-cart.custom-woo-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #D7CEC7;
  color: #ffffff;
}

.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner {
  padding: 70px 0;
  height: 80dvh;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
@media (max-width: 991px) {
  .woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner {
    height: auto;
  }
}
.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner .cart-empty.woocommerce-info {
  background-color: transparent;
  border: unset;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 40px;
}
.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner .cart-empty.woocommerce-info::before {
  display: none;
}
.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner .woocommerce-message {
  display: none;
}
.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner .button.wc-backward {
  position: relative;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 35px;
  color: #ffffff;
  border-radius: 0;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner.woo-custom-cart--empty-inner .button.wc-backward:hover {
  background-color: #D7CEC7;
  color: #ffffff;
}

@media (max-width: 480px) {
  .woocommerce-page table.cart td.actions .coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .woocommerce table.cart td.actions button[name=update_cart] {
    text-align: center !important;
    justify-content: center;
  }
}

#coupon_code {
  padding: 0 15px 2px !important;
  background-color: transparent;
}
@media (max-width: 480px) {
  #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
#coupon_code::placeholder {
  font-size: 14px;
}

@media (max-width: 991px) {
  .woocommerce table.shop_table_responsive tr td .select2-selection__rendered, .woocommerce-page table.shop_table_responsive tr td .select2-selection__rendered {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  button[name=calc_shipping] {
    width: 100%;
    justify-content: center;
  }
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
  width: 120px !important;
}

.woocommerce-checkout-review-order-table .wc-gzd-cart-item-thumbnail {
  display: none !important;
}

.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .custom-checkout-left {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .custom-checkout-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .custom-checkout-right {
  width: calc(50% - 20px);
}
@media (max-width: 991px) {
  .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .custom-checkout-right {
    width: 100%;
  }
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout #customer_details .col-1, .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout #customer_details .col-2 {
  float: none;
  width: 100%;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  border-color: #D7CEC7;
  padding: 20px;
  margin-bottom: 10px;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  text-decoration: underline;
  transition: 0.6s ease;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #D7CEC7;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .checkout_coupon.woocommerce-form-coupon {
  border-radius: 0;
  border: 1px solid rgba(28, 37, 65, 0.3) !important;
  margin-top: 10px !important;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-checkout-review-order-table {
  border-radius: 0;
  border-color: rgba(28, 37, 65, 0.3);
}
@media (max-width: 767px) {
  .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-checkout-review-order-table {
    font-size: 14px;
    word-break: break-all;
  }
}
@media (max-width: 767px) {
  .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-checkout-review-order-table #shipping_method label {
    line-height: 1 !important;
  }
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-checkout-review-order-table th, .custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-checkout-review-order-table td {
  border-color: rgba(28, 37, 65, 0.3);
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout .woocommerce-additional-fields {
  margin-top: 10px;
}
.custom-woo-checkout.custom-woo-checkout.custom-woo-checkout #place_order {
  width: 100%;
  justify-content: center;
}

#payment .input-radio {
  display: none;
}
#payment .input-radio:checked + label::before {
  background-color: #6C757D;
}
#payment .input-radio + label {
  display: flex;
  align-items: center;
}
#payment .input-radio + label::before {
  content: "";
  width: 12px;
  min-width: 12px;
  margin-right: 10px;
  height: 12px;
  display: block;
  border: 1px solid #6C757D;
}
#payment .input-radio + label img {
  margin-left: auto !important;
}

.dhl-preferred-service-data .dhl-preferred-location-types {
  padding: 0;
}
.dhl-preferred-service-data .dhl-preferred-location-types li {
  margin-right: 2px !important;
}
.dhl-preferred-service-data .dhl-preferred-location-types input {
  display: none;
}
.dhl-preferred-service-data .dhl-preferred-location-types input:checked + label {
  background-color: #007C91;
  color: #ffffff;
}
.dhl-preferred-service-data .dhl-preferred-location-types input + label {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #007C91;
}
.dhl-preferred-service-data input[type=text] {
  height: 40px;
  padding: 0 15px 2px;
}
.dhl-preferred-service-data input[type=text]::placeholder {
  font-size: 14px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.2;
  margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li:last-of-type, .woocommerce-cart #payment ul.payment_methods li:last-of-type, .woocommerce-checkout #payment ul.payment_methods li:last-of-type {
  margin-bottom: 0;
}

.wc-gzd-checkbox-placeholder-legal p.checkbox-legal {
  padding-right: 0 !important;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox] {
  display: none !important;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox]:checked + span::before {
  background-color: #6C757D;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox] + span {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox] + span::before {
  content: "";
  width: 12px;
  min-width: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  height: 12px;
  display: block;
  border: 1px solid #6C757D;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox] + span img {
  margin-left: auto !important;
}
.wc-gzd-checkbox-placeholder-legal input[type=checkbox] + span a {
  text-decoration: underline;
}

.woocommerce-notice--success {
  text-align: center !important;
}

.woocommerce-thankyou-order-details {
  border: 1px solid #6C757D !important;
  padding: 0;
  display: flex;
}
@media (max-width: 767px) {
  .woocommerce-thankyou-order-details {
    flex-direction: column;
  }
}
.woocommerce-thankyou-order-details li {
  padding: 10px !important;
  flex: 1;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce-thankyou-order-details li {
    border-right: none !important;
    border-bottom: 1px solid rgba(28, 37, 65, 0.3);
  }
  .woocommerce-thankyou-order-details li:last-of-type {
    border-bottom: none;
  }
}

@media (max-width: 991px) {
  table.woocommerce-table--order-details {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .woocommerce-customer-details {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .woocommerce-customer-details .woocommerce-column--shipping-address {
    margin-top: 20px;
  }
}
.woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0 !important;
}
.woocommerce-customer-details .woocommerce-customer-details--email::before,
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
  display: none;
}

.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner {
    padding: 40px 0;
  }
}
.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-lost-pass-reg-inner {
  min-height: 70vh;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-lost-pass-reg-inner {
    min-height: unset;
  }
}
.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner form {
  border-radius: 0 !important;
}
.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner h2 {
  font-size: clamp(2rem, 1.8846rem + 0.5128vw, 2.5rem);
  line-height: 1;
  margin: 0 0 40px;
}
.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner .woocommerce-form-login__rememberme {
  display: none !important;
}
.woo-custom-login-reg-inner.woo-custom-login-reg-inner.woo-custom-login-reg-inner .woocommerce-LostPassword a {
  color: #D7CEC7;
  text-decoration: underline;
}

.woocommerce-ResetPassword--text {
  font-size: 20px;
  line-height: 1.3;
  color: #1C2541;
}

.woo-custom-login-reg-footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.woocommerce-form-register p {
  font-size: 14px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce.woocommerce.woocommerce.woocommerce button.button {
  margin-right: 0 !important;
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce.woocommerce.woocommerce.woocommerce button.button {
    width: 100%;
    justify-content: center;
  }
}

.woo-custom-myacc-inner {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 70vh;
}
@media (max-width: 991px) {
  .woo-custom-myacc-inner {
    min-height: unset;
    padding: 40px 0;
  }
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation {
  width: 300px;
  float: unset;
}
@media (max-width: 991px) {
  .woo-custom-myacc-inner .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin: 0;
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #1C2541;
  color: #ffffff;
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul li:last-of-type a {
  border-bottom: 1px solid #1C2541;
}
.woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  text-decoration: none;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #1C2541;
  border-bottom: unset;
}
@media (max-width: 991px) {
  .woo-custom-myacc-inner .woocommerce-MyAccount-navigation ul li a {
    height: 40px;
  }
}
.woo-custom-myacc-inner .woocommerce-info {
  border-color: greenyellow;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woo-custom-myacc-inner .woocommerce-info::before, .woo-custom-myacc-inner .woocommerce-info::after {
  display: none;
}
.woo-custom-myacc-inner .woocommerce-info::before {
  display: none;
}
.woo-custom-myacc-inner .woocommerce-info .woocommerce-Button.woocommerce-Button.woocommerce-Button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 35px;
  color: #ffffff;
  border-radius: 0;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
.woo-custom-myacc-inner .woocommerce-info .woocommerce-Button.woocommerce-Button.woocommerce-Button:hover {
  background-color: #D7CEC7;
  color: #ffffff;
}
.woo-custom-myacc-inner .woocommerce-MyAccount-content {
  width: calc(100% - 350px);
}
@media (max-width: 991px) {
  .woo-custom-myacc-inner .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 40px;
  }
}
.woo-custom-myacc-inner .woocommerce-MyAccount-content h2 {
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  margin: 0 0 30px;
}
.woo-custom-myacc-inner .woocommerce-Address {
  border: 1px solid rgba(215, 206, 199, 0.2);
  padding: 20px;
}
@media (max-width: 991px) {
  .woo-custom-myacc-inner .woocommerce-Address {
    margin: 10px 0;
  }
}
.woo-custom-myacc-inner .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.woo-custom-myacc-inner .woocommerce-Address-title h2 {
  margin: 0 0 10px;
}
.woo-custom-myacc-inner .woocommerce-Address-title a {
  text-decoration: underline;
}
.woo-custom-myacc-inner .woocommerce-EditAccountForm fieldset {
  border: 1px solid rgba(215, 206, 199, 0.2);
}
.woo-custom-myacc-inner .woocommerce-EditAccountForm fieldset legend {
  padding: 0 5px;
}
.woo-custom-myacc-inner .woocommerce-EditAccountForm .woocommerce-Button.woocommerce-Button.woocommerce-Button {
  font-size: 16px;
  color: #ffffff;
  height: 45px;
  padding: 0 20px;
  display: inline-flex;
  min-width: 200px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #1C2541;
  align-items: center;
  justify-content: center;
  padding-block: unset;
  padding-inline: unset;
  font-size: 16px;
  transition: 0.6s ease;
}
.woo-custom-myacc-inner .woocommerce-EditAccountForm .woocommerce-Button.woocommerce-Button.woocommerce-Button:hover {
  background-color: #D7CEC7;
  color: #ffffff;
}

.custom-sp-inner div.product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-product-left.single-product-left.single-product-left {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .single-product-left.single-product-left.single-product-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}
.single-product-left.single-product-left.single-product-left .woocommerce-product-gallery {
  float: none;
  width: 100%;
}

.woocommerce-product-details__short-description {
  font-size: clamp(0.9375rem, 0.9223rem + 0.0647vw, 1rem);
  line-height: 1.5;
}
.woocommerce-product-details__short-description ul {
  margin: 20px 0;
  padding-left: 20px;
}

.woocommerce div.product form.cart .reset_variations {
  display: none !important;
}

.single-product-right.single-product-right.single-product-right {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .single-product-right.single-product-right.single-product-right {
    width: 100%;
  }
}
.single-product-right.single-product-right.single-product-right .summary {
  float: none;
  width: 100%;
}
.single-product-right.single-product-right.single-product-right .price {
  font-size: 30px;
  color: #6C757D;
  font-weight: 700;
  font-family: "Work Sans";
  margin: 0;
}
.single-product-right.single-product-right.single-product-right .price ins {
  text-decoration: none;
}
.single-product-right.single-product-right.single-product-right .price del {
  color: rgba(28, 37, 65, 0.7);
  font-family: "Work Sans";
  font-size: 26px;
}
.single-product-right.single-product-right.single-product-right .variations {
  margin: 20px 0;
}
.single-product-right.single-product-right.single-product-right .variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-product-right.single-product-right.single-product-right .variations tr th, .single-product-right.single-product-right.single-product-right .variations tr td {
  line-height: 1 !important;
}
.single-product-right.single-product-right.single-product-right .variations tr label {
  line-height: 1;
  font-family: "Work Sans";
  font-size: 14px;
}
.single-product-right.single-product-right.single-product-right .variations tr select {
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid rgba(28, 37, 65, 0.3);
  height: 40px;
  font-size: 14px;
  color: rgba(28, 37, 65, 0.5);
}

#fpd-start-customizing-button,
#download-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 50px;
  margin: 20px 0;
  min-width: 250px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Work Sans";
  background-color: #007C91;
  line-height: 1;
  transition: 0.6s ease;
}
@media (max-width: 480px) {
  #fpd-start-customizing-button,
  #download-btn {
    width: 100%;
  }
}
#fpd-start-customizing-button:hover,
#download-btn:hover {
  background-color: #D7CEC7;
}

@media (max-width: 480px) {
  .single_add_to_cart_button {
    width: calc(100% - 74px);
    justify-content: center;
  }
}

.woocommerce-breadcrumb.woocommerce-breadcrumb.woocommerce-breadcrumb {
  margin: 0 0 20px !important;
  color: rgba(28, 37, 65, 0.5);
  font-size: 13px !important;
}
.woocommerce-breadcrumb.woocommerce-breadcrumb.woocommerce-breadcrumb a {
  color: #1C2541 !important;
  transition: 0.6s ease;
}
.woocommerce-breadcrumb.woocommerce-breadcrumb.woocommerce-breadcrumb a:hover {
  color: #D7CEC7 !important;
}

.custom-qr-form-wrapper {
  border-top: 1px solid #6C757D;
  border-bottom: 1px solid #6C757D;
  padding: 15px 0;
  margin-bottom: 20px;
}
.custom-qr-form-wrapper button {
  border: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .custom-qr-form-wrapper button {
    width: 100%;
  }
}

.woocommerce .quantity .qty {
  height: 45px;
  border: 1px solid rgba(28, 37, 65, 0.3);
  background-color: transparent;
  border-radius: 0;
  min-width: 70px;
}

input, select, textarea {
  outline: 0;
}

.woocommerce-variation.single_variation {
  margin: 20px 0;
  display: flex;
}

#vcard-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#vcard-form input {
  width: calc(50% - 10px);
  margin-bottom: 15px;
  height: 40px;
  padding: 0 15px 3px;
  border: 1px solid rgba(28, 37, 65, 0.3);
  border-radius: 0;
  font-weight: 400;
}
@media (max-width: 480px) {
  #vcard-form input {
    width: 100%;
  }
}
#vcard-form input::placeholder {
  font-weight: 400;
  font-size: 14px;
}

.custom-qr-form-desc p {
  font-size: 13px;
  line-height: 1.2;
}
.custom-qr-form-desc p:first-of-type {
  margin-top: 0;
}
.custom-qr-form-desc p:last-of-type {
  margin-bottom: 0;
}

.product_meta {
  display: none;
}

.woocommerce.woocommerce.woocommerce.woocommerce button.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 0;
  padding: 0 35px;
  color: #ffffff;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
.woocommerce.woocommerce.woocommerce.woocommerce button.button:hover {
  background-color: #D7CEC7;
}

.single-product-bottom.single-product-bottom.single-product-bottom {
  padding-top: 70px;
  width: 100%;
}
@media (max-width: 991px) {
  .single-product-bottom.single-product-bottom.single-product-bottom {
    padding-top: 30px;
  }
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-bottom: none;
  width: 100%;
}
@media (max-width: 991px) {
  .single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs {
    flex-direction: column;
    text-align: center;
  }
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs::before {
  display: none;
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  letter-spacing: 1px;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none !important;
  background-color: transparent;
}
@media (max-width: 991px) {
  .single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li {
    border-bottom: 1px solid rgba(28, 37, 65, 0.3) !important;
  }
  .single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li:first-of-type {
    border-top: 1px solid rgba(28, 37, 65, 0.3) !important;
  }
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li.active {
  color: #1C2541;
  background-color: transparent;
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li::before, .single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs ul.tabs li a {
  padding: 10px 20px;
  color: rgba(28, 37, 65, 0.5);
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs .panel {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs .panel h2 {
  font-size: clamp(1.5rem, 1.4393rem + 0.2589vw, 1.75rem);
}
.single-product-bottom.single-product-bottom.single-product-bottom .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 45px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 0;
  padding: 0 35px;
  color: #ffffff;
  background-color: #1C2541;
  line-height: 1;
  transition: 0.6s ease;
}
@media (max-width: 480px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
    width: 100%;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  background-color: #D7CEC7;
}

.additional_information_tab {
  display: none !important;
}

.custom-woo-shop-inner {
  display: flex;
  flex-wrap: wrap;
}
.custom-woo-shop-inner .woocommerce-notices-wrapper {
  width: 100%;
}

.custom-woo-sidebar {
  width: 250px;
}
@media (max-width: 991px) {
  .custom-woo-sidebar {
    position: fixed;
    z-index: 22;
    inset: 0;
    width: 100%;
    background-color: rgba(28, 37, 65, 0.5);
    padding-top: 100px;
    display: none;
    justify-content: center;
    align-items: flex-start;
  }
}

.js-filters {
  display: none;
  padding: 0 60px !important;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .js-filters {
    display: inline-flex;
  }
}
@media (max-width: 480px) {
  .js-filters {
    width: 100%;
    justify-content: center;
  }
}

.js-close-filters {
  display: none;
}
@media (max-width: 991px) {
  .js-close-filters {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.custom-woo-products {
  width: calc(100% - 250px);
  padding-left: 40px;
}
@media (max-width: 991px) {
  .custom-woo-products {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .product-categories-widget {
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
    padding: 40px;
    position: relative;
    max-height: 500px;
    overflow-y: auto;
  }
}
.product-categories-widget h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-categories-widget h3::before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  background-color: rgba(28, 37, 65, 0.3);
  bottom: 0;
  width: 30px;
}

.product-categories-widget h3 {
  margin: 0 0 20px;
}
.product-categories-widget .sf-reset,
.product-categories-widget input[type=submit] {
  display: none;
}
.product-categories-widget .searchandfilter ul {
  padding: 0;
}
.product-categories-widget .searchandfilter ul ul {
  display: flex;
  flex-direction: column;
}
.product-categories-widget .searchandfilter ul ul ul {
  padding: 10px 0 10px 20px;
}
.product-categories-widget .searchandfilter label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.product-categories-widget .searchandfilter label.is-checked::after {
  background-color: #6C757D;
}
.product-categories-widget .searchandfilter label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  border: 1px solid #6C757D;
}
.product-categories-widget .searchandfilter label input {
  display: none;
}

.custom-woo-products.custom-woo-products.custom-woo-products ul.products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.custom-woo-products.custom-woo-products.custom-woo-products ul.products li {
  width: 25%;
  margin: 0;
  padding: 10px;
}
@media (max-width: 1199px) {
  .custom-woo-products.custom-woo-products.custom-woo-products ul.products li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .custom-woo-products.custom-woo-products.custom-woo-products ul.products li {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .custom-woo-products.custom-woo-products.custom-woo-products ul.products li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.custom-woo-products.custom-woo-products.custom-woo-products .woocommerce-products-header__title {
  margin: 0 0 40px;
  line-height: 0.8;
}
.custom-woo-products.custom-woo-products.custom-woo-products .woocommerce-ordering {
  margin-bottom: 0;
}
.custom-woo-products.custom-woo-products.custom-woo-products .woocommerce-ordering select {
  border: none;
  color: rgba(28, 37, 65, 0.5);
  font-size: 14px;
  max-width: 160px;
  background-color: transparent;
}
.custom-woo-products.custom-woo-products.custom-woo-products .woocommerce-result-count {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

.custom-woo-shop-before-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .custom-woo-shop-before-products {
    flex-direction: column;
  }
}