/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.3em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.site-main {
  overflow: hidden;
}

body, html {
  font-size: 10px;
  line-height: 10px;
  scroll-behavior: smooth !important;
}

:root {
  scroll-behavior: smooth !important;
}

@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 992px) {
  .g-m-20 {
    gap: 20px;
  }
}

body, html {
  font-family: "Poppins", sans-serif !important;
}

p {
  line-height: 150%;
  color: #808080;
  font-size: 1.4rem;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

li {
  color: #808080;
}

h1, h2, h3, h4, h5 {
  line-height: 120%;
  color: #343434;
}

.container,
.container-fluid,
.row,
.row > * {
  --bs-gutter-x: 40px!important;
}

.theme-button {
  padding: 16px 40px;
  background: #2C7EE1;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 43px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.theme-button:hover {
  background: rgb(20.7883817427, 77.6099585062, 146.2116182573);
}
.theme-button:hover .img-right {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.theme-button img {
  margin-left: 10px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.theme-button--orange {
  background: #FF8A00;
}
.theme-button--orange:hover {
  background: rgb(204, 110.4, 0);
}
.theme-button--outline-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px 40px;
}
.theme-button--outline-white:hover {
  background: transparent;
  border-color: #FF8A00;
}
.theme-button--outline-white:hover img {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

.site-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1200px) {
  .site-header__content {
    gap: 20px;
  }
}
.site-header .header-phone,
.site-header .header-location {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-header .header-phone {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .site-header .header-phone {
    margin-left: 0;
  }
}
.site-header .header-phone p {
  font-weight: 600;
  font-size: 20px;
  color: #2C7EE1;
}
.site-header .header-phone a {
  text-decoration: none;
}
.site-header .header-location p {
  color: #B3B3B3;
  font-size: 1.2rem;
}
.site-header .header-location a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-logo img {
  width: 92px;
}
@media (min-width: 992px) {
  .site-header .site-logo img {
    width: 157px;
  }
}

.header-search__inner {
  position: relative;
  width: 25vw;
  min-width: 320px;
}
.header-search__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-search__input {
  padding: 10px 0px 10px 45px;
  border: none;
  max-width: 335px;
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}
.header-search__input::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
}
.header-search__input::-moz-placeholder {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
}
.header-search__input:-ms-input-placeholder {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
}
.header-search__input::-ms-input-placeholder {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
}
.header-search__input::placeholder {
  font-size: 1.5rem;
  color: #808080;
  font-weight: 400;
}
.header-search__input:focus {
  outline: none !important;
}
.header-search__button {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: #2C7EE1;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 40px;
  padding-right: 40px;
  outline: #2C7EE1 !important;
  border: none;
}
.header-search__button:hover {
  background: rgb(20.7883817427, 77.6099585062, 146.2116182573);
}
.header-search__results {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  z-index: 50;
}
.header-search__results.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-search__results-list {
  max-height: 360px;
  overflow-y: auto;
}
.header-search__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 16px;
  text-decoration: none;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.header-search__result-item:hover {
  background: #f7f9fc;
}
.header-search__result-image {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  background: #ffffff;
}
.header-search__result-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-search__result-title {
  color: #343434;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
}
.header-search__status, .header-search__empty {
  padding: 16px;
  color: #808080;
  font-size: 1.4rem;
  line-height: 150%;
}
.header-search__view-all {
  display: block;
  padding: 14px 16px;
  border-top: 1px solid #e6e6e6;
  color: #2C7EE1;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.header-search__view-all:hover {
  background: #f7f9fc;
}

.mobile-notification-banner {
  background: #343434;
  padding: 10px 0px;
}
.mobile-notification-banner__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-notification-banner__phone, .mobile-notification-banner__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.mobile-notification-banner__phone p, .mobile-notification-banner__phone a, .mobile-notification-banner__location p, .mobile-notification-banner__location a {
  color: #ffffff;
}
.mobile-notification-banner__phone a {
  text-decoration: none !important;
}
.mobile-notification-banner__phone p {
  font-weight: 600;
  font-size: 1.4rem;
}
.mobile-notification-banner__location p {
  font-weight: 400;
  font-size: 1.2rem;
}

.navbar-toggler-icon {
  background-image: url("../../assets/icons/menu-toggle.svg") !important;
  width: 27px !important;
  height: 24px !important;
  background-size: cover !important;
}

.header-navigation {
  background: #2C7EE1;
}
.header-navigation .navbar {
  padding: 0;
}
@media (min-width: 992px) {
  .header-navigation .navbar-collapse {
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
.header-navigation .main-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .header-navigation .main-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-navigation .main-nav .navbar-nav > li {
  height: 100%;
}
.header-navigation .main-nav .navbar-nav li a {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 25px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-navigation .main-nav .navbar-nav li a:hover {
  color: #191919;
}
.header-navigation .main-nav .navbar-nav .mega-toggle-icon {
  margin-right: 10px;
}
.header-navigation .main-nav .navbar-nav .dropdown-toggle {
  position: relative;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .header-navigation .main-nav .navbar-nav .dropdown-toggle {
    gap: 20px;
    background-color: #4091F5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header-navigation .main-nav .navbar-nav .dropdown-toggle.show:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.header-navigation .main-nav .navbar-nav .dropdown-toggle::after {
  border: none !important;
  background-image: url("../../assets/icons/chevron-down.svg") !important;
  width: 15px;
  height: 15px;
  background-size: cover;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .header-navigation .main-nav .navbar-nav .dropdown-toggle::after {
    right: 20px;
  }
}

.mega-menu {
  padding: 0 20px !important;
  margin-top: 0 !important;
  border: 0 !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #2C7EE1 !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .mega-menu {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    background-color: #4091F5 !important;
    width: 100vw !important;
    padding: 40px !important;
  }
}
.mega-menu__group.open .mega-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu__group.open .mega-menu__toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mega-menu h6 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
@media (min-width: 992px) {
  .mega-menu h6 {
    margin-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 20%;
    padding-right: 0;
    cursor: default;
  }
}
.mega-menu h6 a {
  padding: 0 !important;
}
.mega-menu__title-link {
  color: inherit;
  text-decoration: none;
}
.mega-menu__title-link:hover, .mega-menu__title-link:focus {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .mega-menu__title-link {
    cursor: pointer;
  }
}
.mega-menu__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("../../assets/icons/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 16px;
  border: 0;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  height: 44px;
  margin: -10px -15px -10px 0;
  padding: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .mega-menu__toggle {
    display: none;
  }
}
.mega-menu__group {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .mega-menu__group {
    padding-left: 0;
  }
}
.mega-menu__links {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .mega-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
}
.mega-menu__links a {
  padding: 10px 0 !important;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}
.mega-menu__bottom {
  margin-top: 20px;
}
.mega-menu__bottom h6 {
  margin-bottom: 20px;
}
.mega-menu__bottom a {
  padding: 0 !important;
}
.mega-menu__bottom a h6 {
  cursor: pointer;
}
.mega-menu__brands-label h6 {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mega-menu__brands-label:hover h6 {
  color: #191919;
}
.mega-menu__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsletter-block {
  background: #F7F7F7;
  padding: 40px 0 50px 0;
}
@media (min-width: 992px) {
  .newsletter-block {
    padding: 40px 0;
  }
}
.newsletter-block__content {
  max-width: 400px;
}
.newsletter-block__title {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 8px;
  color: #1A1A1A;
}
.newsletter-block__text {
  font-size: 1.4rem;
  color: #999999;
  font-weight: 400;
  margin-bottom: 0;
}
.newsletter-block__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 992px) {
  .newsletter-block__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
.newsletter-block__form {
  width: 100%;
  max-width: 420px;
}
.newsletter-block__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 46px;
  padding: 0;
  border: 1px solid #e6e6e6;
  position: relative;
}
@media (min-width: 992px) {
  .newsletter-block__input-group {
    overflow: hidden;
  }
}
.newsletter-block__input-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 10px 15px 10px 20px;
  font-size: 1.4rem;
  background: transparent;
}
@media (max-width: 992px) {
  .newsletter-block__input-group input {
    padding: 15px 20px;
  }
}
.newsletter-block__input-group .theme-button {
  padding: 15px 30px;
  border-radius: 43px;
  white-space: nowrap;
  font-weight: 600;
  border: none;
  outline: none;
}
@media (max-width: 992px) {
  .newsletter-block__input-group .theme-button {
    position: absolute;
    bottom: -70px;
    left: 0;
  }
}
.newsletter-block__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 992px) {
  .newsletter-block__socials {
    padding: 15px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
}
.newsletter-block__socials a {
  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;
}
.archive .newsletter-block {
  margin-top: 50px;
}

.theme-breadcrumbs {
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.theme-breadcrumbs__overlay {
  height: 100%;
}
.theme-breadcrumbs__overlay .container,
.theme-breadcrumbs__overlay .row,
.theme-breadcrumbs__overlay .col-12,
.theme-breadcrumbs__overlay nav {
  height: 100%;
}
.theme-breadcrumbs__overlay nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.theme-breadcrumbs__separator {
  color: #808080;
  font-size: 1.6rem;
}
.theme-breadcrumbs__current, .theme-breadcrumbs__link {
  font-size: 1.6rem;
  color: #2C7EE1;
  text-decoration: none;
}
.theme-breadcrumbs__link {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.theme-breadcrumbs__link:hover {
  color: #FF8A00;
}

.woocommerce-breadcrumb {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer {
  background: #1A1A1A;
  padding: 60px 0 20px;
}
footer .details-wrapper .footer-logo {
  margin-bottom: 15px;
  display: block;
}
footer .details-wrapper .tagline {
  font-weight: 400;
  font-size: 1.4rem;
}
footer .details-wrapper .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .details-wrapper .contact-details .contact-number,
footer .details-wrapper .contact-details .contact-email {
  margin-bottom: 0;
}
footer .details-wrapper .contact-details .contact-number a,
footer .details-wrapper .contact-details .contact-email a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  padding-bottom: 5px;
}
footer .details-wrapper .contact-details .contact-number a {
  border-bottom: 2px solid #AFAFAF;
}
footer .details-wrapper .contact-details .contact-email a {
  border-bottom: 2px solid #2C7EE1;
}
footer .details-wrapper .contact-details span {
  font-size: 1.6rem;
  color: #808080;
}
footer h5 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  footer h5 {
    margin-top: 0;
  }
}
footer .footer-menu,
footer .product-categories {
  padding-left: 0;
}
footer .footer-menu li a,
footer .product-categories li a {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
footer .footer-menu li a:hover,
footer .product-categories li a:hover {
  color: #ffffff;
}
footer .product-categories {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
footer .copyright-container {
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
}
footer .copyright-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-top: 1px solid #333333;
}
footer .copyright-container .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  footer .copyright-container .payment-methods {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
  }
}

.home-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100dvh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 0 100px 0;
  background-image: var(--bg-mobile);
}
@media (min-width: 768px) {
  .home-hero {
    background-image: var(--bg-desktop);
  }
}
@media (min-width: 992px) {
  .home-hero {
    min-height: calc(100dvh - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-hero .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .home-hero .content-wrapper .text-wrapper {
    max-width: 550px;
  }
}
.home-hero .content-wrapper .text-wrapper .subtitle {
  color: #2C7EE1;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2%;
}
@media (min-width: 992px) {
  .home-hero .content-wrapper .text-wrapper .subtitle {
    font-size: 2.4rem;
  }
}
.home-hero .content-wrapper .text-wrapper .title {
  font-size: 3rem;
  color: #ffffff;
  font-weight: bold;
  color: #EDEDED;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .home-hero .content-wrapper .text-wrapper .title {
    font-size: 5.4rem;
  }
}
.home-hero .content-wrapper .text-wrapper .text p {
  font-size: 1.8rem;
  color: #C7C7C7;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .home-hero .content-wrapper .text-wrapper .text p {
    font-size: 1.8rem;
  }
}

.icon-boxes {
  padding-top: 60px;
  overflow: hidden;
}
.icon-boxes__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
          box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
  background: #ffffff;
  z-index: 999;
  position: relative;
}
@media (max-width: 992px) {
  .icon-boxes__boxes {
    gap: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.icon-boxes__box {
  padding: 30px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
.icon-boxes__box:first-of-type:before {
  border-left: none;
}
.icon-boxes__box:before {
  content: "";
  border-left: 1px solid #e6e6e6;
  position: absolute;
  left: 0px;
  height: calc(100% - 60px);
}
.icon-boxes__box:hover {
  background: #2C7EE1;
}
.icon-boxes__box:hover h4, .icon-boxes__box:hover p {
  color: #ffffff !important;
}
.icon-boxes__box:hover:before {
  border-left: none;
}
@media (max-width: 992px) {
  .icon-boxes__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
            box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
  }
  .icon-boxes__box:before {
    display: none;
  }
}
.icon-boxes__icon-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  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;
  margin-bottom: 20px;
  background: #ffffff;
}
.icon-boxes h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.icon-boxes p {
  color: #999999;
}
@media (max-width: 992px) {
  .icon-boxes__scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-right: 15dvw !important;
  }
  .icon-boxes__scroller::-webkit-scrollbar {
    display: none;
  }
  .icon-boxes__scroller {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-right: 15px;
  }
}

.icon-products {
  background: #F9F9F9;
  padding: 240px 0 40px;
  margin-top: -180px;
  z-index: -1;
}
.icon-products .products-block__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 120%;
  color: #1A1A1A;
  text-align: center;
}
@media (min-width: 992px) {
  .icon-products .products-block__title {
    font-size: 4rem;
  }
}
.icon-products .products-block__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-products .products-block__filter {
  font-weight: 500;
  font-size: 1.2rem;
  color: #808080;
  background: none;
  border: none;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .icon-products .products-block__filter {
    font-size: 1.6rem;
  }
}
.icon-products .products-block__filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #DBDBDB;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .icon-products .products-block__filter:after {
    right: 0;
  }
}
.icon-products .products-block__filter:first-of-type:after {
  border-left: none;
}
.icon-products .products-block__filter:before {
  content: "";
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  border-top: 2px solid #2C7EE1;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon-products .products-block__filter:hover, .icon-products .products-block__filter.is-active {
  color: #2C7EE1;
}
.icon-products .products-block__filter:hover:before, .icon-products .products-block__filter.is-active:before {
  opacity: 1;
}
.icon-products .products-block .product {
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid #EFEFEF;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 50% !important;
}
@media (min-width: 992px) {
  .icon-products .products-block .product {
    width: 25% !important;
  }
}
.icon-products .products-block .product:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
          box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
}
.icon-products .products-block .product h2 {
  color: #5D5D5D;
  font-weight: 400;
  font-size: 1.3rem !important;
  line-height: 150% !important;
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .icon-products .products-block .product h2 {
    font-size: 1.6rem !important;
  }
}
.icon-products .products-block .product .amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #343434;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .amount {
    font-size: 1.8rem;
  }
}
.icon-products .products-block .product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-products .products-block .product .price del {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
}
.icon-products .products-block .product .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #9F9F9F;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.icon-products .products-block .product .price del bdi {
  font-size: 1.2rem;
  color: #9F9F9F;
  font-weight: 400;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .price del bdi {
    font-size: 1.4rem;
  }
}
.icon-products .products-block .product .price ins {
  text-decoration: none;
}
.icon-products .products-block .product .price ins bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .price ins bdi {
    font-size: 1.6rem;
  }
}
.icon-products .products-block .product .price bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .price bdi {
    font-size: 1.6rem;
  }
}
.icon-products .products-block .product .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .price .price-saving {
    font-size: 1.2rem;
  }
}
.icon-products .products-block .product .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
@media (min-width: 992px) {
  .icon-products .products-block .product .price .price-saving {
    font-size: 1.2rem;
  }
}
.icon-products .products-block .product .onsale {
  display: none;
}
.icon-products .products-block__view-all {
  text-align: center;
  color: #808080;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.spacer {
  display: block;
}
.spacer.half {
  padding: 15px 0;
}
.spacer.regular {
  padding: 20px 0;
}
.spacer.double {
  padding: 30px 0;
}

.hero-boxes {
  padding: 50px 0;
  overflow: hidden;
}
.hero-boxes__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .hero-boxes__grid {
    gap: 25px;
  }
}
@media (max-width: 992px) {
  .hero-boxes__scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    padding-right: 15dvw;
    padding-left: 0;
  }
  .hero-boxes__scroller::-webkit-scrollbar {
    display: none;
  }
}
.hero-boxes__sub-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .hero-boxes__sub-grid {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-boxes__item--large {
  width: 100%;
}
.hero-boxes__item--small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 11px);
          flex: 1 1 calc(33.333% - 11px);
  min-height: 520px;
}
@media (max-width: 992px) {
  .hero-boxes__item--small {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    min-height: 420px;
    scroll-snap-align: start;
  }
}
.hero-boxes__card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  min-height: 280px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-boxes__item--small .hero-boxes__card {
  height: 100%;
  padding: 40px 20px;
  border-radius: 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .hero-boxes__item--small .hero-boxes__card {
    padding: 40px;
  }
}
.hero-boxes__item--large .hero-boxes__card {
  height: 100vh;
  max-height: 700px;
  padding: 40px 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: var(--bg-mobile, var(--bg-desktop));
}
@media (min-width: 992px) {
  .hero-boxes__item--large .hero-boxes__card {
    border-radius: 10px;
    padding: 60px;
    background-image: var(--bg-desktop);
    min-height: 360px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .hero-boxes__card {
    min-height: 340px;
  }
  .hero-boxes__item--large .hero-boxes__card {
    min-height: 280px;
  }
}
.hero-boxes__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-boxes__content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  color: #ffffff;
}
.hero-boxes__item--small .hero-boxes__content {
  text-align: center;
}
@media (max-width: 992px) {
  .hero-boxes__content {
    max-width: 100%;
    margin-left: 0;
  }
}
.hero-boxes .subtitle {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
.hero-boxes .title {
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}
.hero-boxes .text {
  margin-bottom: 20px;
}
.hero-boxes .text p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #ffffff;
}
.hero-boxes__item--large .subtitle {
  font-size: 1.6rem;
  letter-spacing: 2%;
}
.hero-boxes__item--large .title {
  font-size: 4rem;
}
.hero-boxes__item--small .subtitle {
  font-size: 1.4rem;
  letter-spacing: 3%;
}
.hero-boxes__item--small .title {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .hero-boxes__item--small .title {
    font-size: 4rem;
  }
}
.hero-boxes__item--2 .subtitle {
  color: #0088FF;
}
.hero-boxes__item--2 .title,
.hero-boxes__item--2 .text p {
  color: #000000;
}
.brands {
  padding: 30px 0;
  background: #F9F9F9;
}
@media (min-width: 992px) {
  .brands {
    padding: 60px 30px;
  }
}
.brands h4 {
  margin-bottom: 0;
  color: #1A1A1A;
  font-weight: 600;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .brands h4 {
    font-size: 3.2rem;
    min-width: 370px;
  }
}
.brands__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .brands__content-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 40px;
  }
}
.brands__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .brands__icons {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: 0;
    width: 100%;
  }
}
.brands__icons img {
  padding: 20px 40px 20px 0;
  width: 50%;
  max-height: 80px;
}
@media (min-width: 768px) {
  .brands__icons img {
    width: 33.33333%;
    max-height: 65px;
  }
}
@media (min-width: 992px) {
  .brands__icons img {
    padding: 10px 20px;
    width: auto;
    max-height: auto;
  }
}

.faqs-image-block {
  padding: 60px 0;
  background: #ffffff;
}
.faqs-image-block__content {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faqs-image-block .subtitle {
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 0px;
  color: #2C7EE1;
  line-height: 120%;
}
@media (min-width: 992px) {
  .faqs-image-block .subtitle {
    font-size: 4rem;
  }
}
.faqs-image-block .title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 40px;
  color: #343434;
}
@media (min-width: 992px) {
  .faqs-image-block .title {
    font-size: 4rem;
  }
}
.faqs-image-block__accordion .accordion-item {
  border: none;
  border-radius: 6px;
  background: #efefef;
  margin-bottom: 10px;
  overflow: hidden;
}
.faqs-image-block__accordion .accordion-button {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #282828;
  background: #F2F2F2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 6px;
  border: none !important;
}
.faqs-image-block__accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #282828;
}
.faqs-image-block__accordion .accordion-button:not(.collapsed):after {
  background: #F2F2F2;
  background-image: url("../../assets/icons/faqs-icon.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.faqs-image-block__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs-image-block__accordion .accordion-button:after {
  border-radius: 100%;
  background: #ffffff;
  background-image: url("../../assets/icons/faqs-icon.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 32px;
  height: 32px;
}
.faqs-image-block__accordion .accordion-body {
  padding: 15px 20px;
  background: #fff;
}
.faqs-image-block__accordion .accordion-body p {
  margin-bottom: 0;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .faqs-image-block__image-col {
    padding-right: 0;
  }
}
.faqs-image-block__image {
  height: 100%;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media (min-width: 992px) {
  .faqs-image-block__image {
    width: calc(50vw - 30px);
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: initial;
  }
}
.faqs-image-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .faqs-image-block {
    padding: 40px 0 0 0;
  }
  .faqs-image-block__content {
    max-width: 100%;
  }
  .faqs-image-block__image {
    margin-top: 20px;
  }
}
.single-product .faqs-image-block .faqs-image-block__image {
  max-width: 100%;
  display: none;
}
@media (min-width: 992px) {
  .single-product .faqs-image-block .faqs-image-block__image {
    display: block;
  }
}
@media (min-width: 992px) {
  .single-product .faqs-image-block img {
    width: 50%;
  }
}
.single-product .faqs-image-block img {
  margin: 0px auto;
}

@media (min-width: 992px) {
  .image-text--right .image-text__content {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .image-text--left .image-text__content {
    padding-left: 40px;
  }
}
.image-text h2 {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .image-text h2 {
    font-size: 5.6rem;
    margin-top: 0;
  }
}
.image-text--title-dark h2 {
  color: #1A1A1A;
}
.image-text--title-blue h2 {
  color: #2C7EE1;
}
.image-text--video .image-text__text p {
  font-size: 1.4rem;
  color: #808080;
}
.image-text--video .image-text__text p span {
  font-weight: 700;
  color: #2C7EE1;
}
.image-text__text p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
}
@media (min-width: 992px) {
  .image-text__text p {
    font-size: 1.6rem;
  }
}
.image-text img {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
}
.image-text__below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.image-text__tiles--below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.image-text__side {
  position: relative;
}
.image-text__tiles--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
  height: 75%;
}
@media (min-width: 992px) {
  .image-text__tiles--side {
    -webkit-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%);
  }
}
.image-text__tiles--side > div {
  height: 50%;
}
.image-text__tiles--side > div img {
  height: 100%;
  width: auto;
}
.image-text__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.image-text__video {
  border-radius: 8px;
  overflow: hidden;
  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;
  position: relative;
}
.image-text__video .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 40px;
}
.image-text__video .content-wrapper .video-title {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
}
.image-text__video .content-wrapper .video-text {
  font-size: 3.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 120%;
}
.image-text__video .content-wrapper img {
  width: 60px;
}
.image-text__video iframe {
  max-width: 100%;
  width: 100%;
  background: black;
}

.gear-list__category-section {
  margin-top: 40px;
}
.gear-list__category-section:first-of-type {
  margin-top: 0;
}
.gear-list__category-title {
  color: #343434;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .gear-list__category-title {
    font-size: 3.2rem;
  }
}
.gear-list .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gear-list .products-block__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 120%;
  color: #343434;
  text-align: center;
}
@media (min-width: 992px) {
  .gear-list .products-block__title {
    font-size: 4rem;
  }
}
.gear-list .products-block__text {
  margin-bottom: 25px;
  margin-top: 5px;
}
.gear-list .products-block__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 50px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gear-list .products-block__filter {
  font-weight: 500;
  font-size: 1.2rem;
  color: #808080;
  background: none;
  border: none;
  position: relative;
  padding: 0 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 10px 0;
}
@media (min-width: 992px) {
  .gear-list .products-block__filter {
    font-size: 1.6rem;
  }
}
.gear-list .products-block__filter:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid #DBDBDB;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .gear-list .products-block__filter:after {
    right: 0;
  }
}
.gear-list .products-block__filter:first-of-type:after {
  border-left: none;
}
.gear-list .products-block__filter:before {
  content: "";
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  position: absolute;
  bottom: -10px;
  border-top: 2px solid #2C7EE1;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gear-list .products-block__filter:hover, .gear-list .products-block__filter.is-active {
  color: #2C7EE1;
}
.gear-list .products-block__filter:hover:before, .gear-list .products-block__filter.is-active:before {
  opacity: 1;
}
.gear-list .products-block .product {
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid #EFEFEF;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 50% !important;
}
@media (min-width: 992px) {
  .gear-list .products-block .product {
    width: 25% !important;
  }
}
.gear-list .products-block .product:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
          box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
}
.gear-list .products-block .product h2 {
  color: #5D5D5D;
  font-weight: 400;
  font-size: 1.3rem !important;
  line-height: 150% !important;
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .gear-list .products-block .product h2 {
    font-size: 1.4rem !important;
  }
}
.gear-list .products-block .product .amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #343434;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .amount {
    font-size: 1.6rem;
  }
}
.gear-list .products-block .product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gear-list .products-block .product .price del {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
}
.gear-list .products-block .product .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #9F9F9F;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.gear-list .products-block .product .price del bdi {
  font-size: 1.2rem;
  color: #9F9F9F;
  font-weight: 400;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .price del bdi {
    font-size: 1.4rem;
  }
}
.gear-list .products-block .product .price ins {
  text-decoration: none;
}
.gear-list .products-block .product .price ins bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .price ins bdi {
    font-size: 1.6rem;
  }
}
.gear-list .products-block .product .price bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .price bdi {
    font-size: 1.6rem;
  }
}
.gear-list .products-block .product .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .price .price-saving {
    font-size: 1.2rem;
  }
}
.gear-list .products-block .product .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
@media (min-width: 992px) {
  .gear-list .products-block .product .price .price-saving {
    font-size: 1.2rem;
  }
}
.gear-list .products-block .product .onsale {
  display: none;
}
.gear-list .products-block__view-all {
  text-align: center;
  color: #2C7EE1;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .gear-list .products-block__view-all {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.gear-list .products-block__view-all img {
  width: 11px;
  margin-left: 5px;
}

.pricing-cards {
  padding-top: 60px;
  padding-bottom: 110px;
  overflow: hidden;
  background: #E6EFFB;
}
.pricing-cards__title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 120%;
  color: #2C7EE1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pricing-cards__title {
    font-size: 4rem;
  }
}
.pricing-cards__intro {
  margin-bottom: 40px;
}
.pricing-cards__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.pricing-cards__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  -webkit-box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
          box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
  background: #ffffff;
  z-index: 999;
  position: relative;
}
@media (max-width: 992px) {
  .pricing-cards__cards {
    gap: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
}
.pricing-cards__card {
  padding: 20px 30px 60px 30px;
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0117647059);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0117647059);
  position: relative;
}
.pricing-cards__card:hover .pricing-cards__price {
  background: #2C7EE1 !important;
}
@media (max-width: 992px) {
  .pricing-cards__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    -webkit-box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
            box-shadow: 0px 16px 48px 0px rgba(14, 107, 21, 0.0784313725);
    background: #ffffff;
  }
  .pricing-cards__card:before {
    display: none;
  }
}
.pricing-cards__card-title {
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 120%;
  color: #2C7EE1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .pricing-cards__card-title {
    font-size: 2.1rem;
  }
}
.pricing-cards__icons, .pricing-cards__top-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.pricing-cards__icon, .pricing-cards__top-icon {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  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: #E6EFFB;
}
.pricing-cards__icon img, .pricing-cards__top-icon img {
  max-width: 28px;
  max-height: 28px;
}
.pricing-cards__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #f2f2f2;
  color: #999999;
}
.pricing-cards__item-text, .pricing-cards__card-text {
  color: #4D4D4D;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.pricing-cards__cta, .pricing-cards__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  padding: 14px 24px;
  border-radius: 999px;
  background: #9AADC5;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  bottom: -35px;
}
.pricing-cards__cta-small, .pricing-cards__price-prefix {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
}
.pricing-cards__cta-price, .pricing-cards__price-value {
  font-size: 1.6rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 992px) {
  .pricing-cards__scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding-right: 15dvw !important;
    padding-bottom: 40px;
  }
  .pricing-cards__scroller::-webkit-scrollbar {
    display: none;
  }
  .pricing-cards__scroller {
    width: 100%;
    margin-right: calc(50% - 50vw);
    padding-right: 15px;
  }
}
.pricing-cards__tag {
  position: absolute;
  right: -7px;
  top: 20px;
  padding: 3px 5px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.4rem;
}
.pricing-cards__tag.grey {
  background: #D5D5D5;
}
.pricing-cards__tag.black {
  background: #1A1A1A;
}

.banner-with-button {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
.banner-with-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2C7EE1;
  opacity: 0.5;
}
.banner-with-button__overlay {
  position: relative;
  z-index: 1;
}
.banner-with-button__title {
  font-weight: 600;
  color: #ffffff;
  font-size: 3.2rem;
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  .banner-with-button__title {
    font-size: 4.8rem;
  }
}
.banner-with-button__text {
  font-weight: 500;
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 20px !important;
}
.banner-with-button__divider {
  font-weight: 500;
  color: #ffffff;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .banner-with-button__divider {
    margin-left: 0;
  }
}
.banner-with-button__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .banner-with-button__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.banner-with-button__button--secondary img {
  margin-right: 15px;
  margin-left: 0;
}

.faqs {
  background: #ffffff;
}
.faqs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faqs .subtitle {
  font-weight: 600;
  font-size: 4rem;
  margin-bottom: 0px;
  color: #2C7EE1;
  line-height: 120%;
}
@media (min-width: 992px) {
  .faqs .subtitle {
    font-size: 4rem;
  }
}
.faqs .title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 120%;
  margin-bottom: 40px;
  color: #343434;
}
@media (min-width: 992px) {
  .faqs .title {
    font-size: 4rem;
  }
}
.faqs__accordion .accordion-item {
  border: none;
  border-radius: 6px;
  background: #efefef;
  margin-bottom: 10px;
  overflow: hidden;
}
.faqs__accordion .accordion-button {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 1.6rem;
  color: #282828;
  background: #F2F2F2;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 6px;
  border: none !important;
}
.faqs__accordion .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #282828;
}
.faqs__accordion .accordion-button:not(.collapsed):after {
  background: #F2F2F2;
  background-image: url("../../assets/icons/faqs-icon.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.faqs__accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs__accordion .accordion-button:after {
  border-radius: 100%;
  background: #ffffff;
  background-image: url("../../assets/icons/faqs-icon.svg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 32px;
  height: 32px;
}
.faqs__accordion .accordion-body {
  padding: 15px 20px;
  background: #fff;
}
.faqs__accordion .accordion-body p {
  margin-bottom: 0;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 400;
}

.text .col-12 {
  margin-top: 0;
}
.text .title {
  font-size: 3.2rem;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .text .title {
    font-size: 5.6rem;
  }
}
.text .text {
  font-size: 1.6rem;
  color: #666666;
}

.contact-block__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #2C7EE1;
  margin-bottom: 10px;
}
.contact-block__text {
  font-size: 1.4rem;
  color: #808080;
  margin-bottom: 30px !important;
}
.contact-block__content, .contact-block__items {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 56px 0px rgba(0, 38, 3, 0.0784313725);
          box-shadow: 0px 0px 56px 0px rgba(0, 38, 3, 0.0784313725);
  height: 100%;
}
.contact-block__items {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 20px;
}
.contact-block__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.contact-block__item-text {
  text-align: center;
}
.contact-block__item-text p,
.contact-block__item-text a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.contact-block__item-text a:hover {
  color: #FF8A00;
}
.contact-block__icon img {
  max-height: 35px;
  margin-bottom: 20px;
}
.contact-block__content {
  padding: 20px;
}
@media (min-width: 992px) {
  .contact-block__content {
    padding: 40px;
  }
}
.contact-block .contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-block .contact-form__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .contact-block .contact-form__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 0;
  }
}
.contact-block .contact-form__field {
  margin-bottom: 14px;
}
.contact-block .contact-form input,
.contact-block .contact-form textarea {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  background: #ffffff;
  padding: 16px 18px;
  font-size: 1.4rem;
  color: #1A1A1A;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-block .contact-form input {
  height: 49px;
}
.contact-block .contact-form textarea {
  height: 120px;
  resize: none;
}
.contact-block .contact-form input::-webkit-input-placeholder, .contact-block .contact-form textarea::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-block .contact-form input::-moz-placeholder, .contact-block .contact-form textarea::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-block .contact-form input:-ms-input-placeholder, .contact-block .contact-form textarea:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-block .contact-form input::-ms-input-placeholder, .contact-block .contact-form textarea::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.contact-block .contact-form input::placeholder,
.contact-block .contact-form textarea::placeholder {
  color: #666666;
  opacity: 1;
}
.contact-block .contact-form input:focus,
.contact-block .contact-form textarea:focus {
  border-color: #2C7EE1;
  background: #f7f7f7;
}
.contact-block .contact-form__actions {
  margin-top: 20px;
}
.contact-block .contact-form input[type=submit] {
  width: auto;
  min-width: 100%;
  height: 52px;
  border: none;
  border-radius: 30px;
  background: #2f80ed;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 28px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 992px) {
  .contact-block .contact-form input[type=submit] {
    min-width: 155px;
  }
}
.contact-block .contact-form input[type=submit]:hover {
  opacity: 0.9;
}

.map .acf-map {
  height: 400px;
}
.map__title {
  font-size: 3.2rem;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .map__title {
    font-size: 4.8rem;
  }
}
.map p {
  color: #666666;
  font-size: 1.4rem;
}
.map p span {
  font-weight: 600;
  color: #2C7EE1;
}
.map .acf-map {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .info-image-block--left .info-image-block__content {
    padding-left: 40px;
    padding-right: 5vw;
  }
}
@media (min-width: 992px) {
  .info-image-block--right .info-image-block__content {
    padding-right: 40px;
    padding-left: 5vw;
  }
}
.info-image-block__image {
  width: 100%;
}
.info-image-block__content {
  padding: 20px;
}
@media (min-width: 992px) {
  .info-image-block__content {
    padding: 0;
  }
}
.info-image-block__title {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .info-image-block__title {
    font-size: 5.6rem;
    margin-top: 0;
  }
}
.info-image-block__text p {
  font-size: 1.6rem;
  color: #666666;
}
.info-image-block__text ul {
  margin-top: 20px;
  padding-left: 0;
}
.info-image-block__text ul li {
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.info-image-block__text ul li:after {
  content: "";
  background: url(../../assets/icons/list-tick-alt.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #e6e6e6;
  background-position: center;
  background-repeat: no-repeat;
}
.info-image-block__text ul li span {
  font-weight: 600;
  color: #2C7EE1;
}
.info-image-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.info-image-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: calc(50% - 10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .info-image-block__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.info-image-block__item-title {
  font-weight: 500;
  color: #1A1A1A;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.info-image-block__item-text {
  font-weight: 400;
  font-size: 1.4rem;
  color: #808080;
}
.info-image-block__icon img {
  background: #E6EFFB;
  border-radius: 100%;
  padding: 20px;
}
.info-image-block__button {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .info-image-block__button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.testimonials {
  padding: 40px 0;
  background: #2C7EE1;
}
.testimonials__content h4 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .testimonials__content h4 {
    font-size: 4.8rem;
    text-align: left;
    margin-bottom: 30px;
  }
}
.agreement p, .agreement li {
  font-size: 1.4rem;
  color: #808080;
}
.agreement ul {
  margin-top: 20px;
}
.agreement li {
  list-style: auto;
  margin-bottom: 5px;
}
.agreement .agreement-terms__item {
  margin-bottom: 40px;
}
.agreement h4 {
  margin-top: 10px;
}

.woocommerce-loop-product {
  border: 1px solid #e6e6e6;
}
.woocommerce-loop-product__link {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.woocommerce-loop-product__link:hover svg circle {
  fill: #2C7EE1;
}
.woocommerce-loop-product__link:hover svg path {
  stroke: #ffffff;
}
.woocommerce-loop-product__details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .woocommerce-loop-product__details-wrapper {
    gap: 20px;
  }
}
.woocommerce-loop-product__details-wrapper svg {
  min-height: 40px;
  min-width: 40px;
  margin: 0px;
}
.woocommerce-loop-product__details-wrapper svg * {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (max-width: 992px) {
  .woocommerce-loop-product__details-wrapper svg {
    position: absolute;
    right: 10px;
    bottom: 22px;
    min-height: 25px;
    min-width: 25px;
    max-height: 25px;
    max-width: 25px;
  }
}
@media (min-width: 992px) {
  .woocommerce-loop-product__details-wrapper h2 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .woocommerce-loop-product__details {
    max-width: calc(100% - 60px);
  }
}

ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-tabs .wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.woocommerce-tabs .wc-tabs li {
  border: none !important;
  background: none !important;
}
.woocommerce-tabs .wc-tabs li:before, .woocommerce-tabs .wc-tabs li:after {
  content: none !important;
}
.woocommerce-tabs .wc-tabs li a {
  color: #808080 !important;
  font-weight: 500 !important;
  font-size: 1.4rem !important;
  padding: 10px 0 !important;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.woocommerce-tabs .wc-tabs li.active a, .woocommerce-tabs .wc-tabs li:hover a {
  border-bottom: 3px solid #2C7EE1;
  color: #1A1A1A !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel p a {
  font-weight: 400;
  text-decoration: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel p a strong {
  font-weight: 500 !important;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 30px;
  margin-top: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 140%;
  margin-bottom: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li:before {
  content: "";
  position: absolute;
  background-image: url("../../assets/icons/list-tick.svg");
  width: 20px;
  height: 20px;
  left: -30px;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs {
  margin-bottom: 40px;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs .product-meta-spec {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs .product-meta-spec strong {
  font-weight: 500 !important;
  font-size: 1.4rem;
  color: #1A1A1A;
  min-width: 130px;
  display: inline-block;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs .product-meta-spec span {
  font-weight: 400 !important;
  font-size: 1.4rem;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs .product-meta-spec a {
  text-decoration: none;
  color: #808080;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.woocommerce-tabs .technical-specs-content .product-meta-specs .product-meta-spec a:hover {
  color: #1A1A1A;
}

.product-video iframe {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.product-gallery-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.product-gallery-slider .slider-nav-wrapper {
  width: 80px;
  min-width: 80px;
  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;
}
.product-gallery-slider .slider-nav-wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-gallery-slider .slider-nav-wrapper .slick-track .slick-slide {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product-gallery-slider .slider-nav-wrapper .slick-track .slider-nav__item {
  cursor: pointer;
  padding: 5px;
}
.product-gallery-slider .slider-nav-wrapper .slick-track .slider-nav__item.slick-current, .product-gallery-slider .slider-nav-wrapper .slick-track .slider-nav__item:hover {
  border: 1px solid #2C7EE1;
  border-radius: 4px;
}
.product-gallery-slider .slider-main-wrapper {
  width: calc(100% - 60px);
  position: relative;
}
@media (min-width: 768px) {
  .product-gallery-slider .slider-main-wrapper {
    width: calc(100% - 140px);
  }
}
.product-gallery-slider .slider-main-wrapper .slick-prev {
  left: -40px;
}
.product-gallery-slider .slider-main-wrapper .slick-next {
  right: -40px;
}
.product-gallery-slider .slider-main-wrapper .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-gallery-slider .slider-nav-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .product-gallery-slider .slider-nav-wrapper {
    display: block;
  }
}
.product-gallery-slider .slider-nav {
  position: relative;
}
.product-gallery-slider .slider-nav .slick-prev {
  top: -30px;
}
.product-gallery-slider .slider-nav .slick-next {
  bottom: -30px;
}
.product-gallery-slider .slider-nav .slick-arrow {
  border: none;
  background: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.entry-summary {
  width: 100% !important;
}
.entry-summary .product-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-summary .product-title-wrapper h1 {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 0;
}
.entry-summary .product-title-wrapper .instock,
.entry-summary .product-title-wrapper .outofstock {
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 5px 10px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.entry-summary .product-title-wrapper .instock {
  background: rgba(32, 181, 38, 0.2);
  color: #282828;
}
.entry-summary .product-title-wrapper .outofstock {
  background: #1A1A1A;
  color: #ffffff;
}
.entry-summary .product-sku {
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
}
.entry-summary .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.entry-summary .price del {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
}
.entry-summary .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  width: 100%;
  border-top: 1px solid #B3B3B3;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.entry-summary .price del bdi {
  font-size: 2rem;
  color: #B3B3B3;
}
.entry-summary .price ins {
  text-decoration: none;
}
.entry-summary .price ins bdi {
  color: #282828;
  font-size: 2.4rem;
  font-weight: 500;
}
.entry-summary .price bdi {
  color: #282828;
  font-size: 2.4rem;
  font-weight: 500;
}
.entry-summary .price .price-saving {
  background: rgba(234, 75, 72, 0.1019607843);
  border-radius: 30px;
  color: #EA4B48;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 15px;
  padding: 5px 10px;
  position: relative;
  top: -2px;
}
.entry-summary .product-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.entry-summary .product-brands .brand-label {
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1A1A;
}
.entry-summary .product-brands .brand-link {
  padding: 15px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  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;
  min-width: 50px;
}
.entry-summary .product-brands .brand-logo {
  height: 15px;
}
.entry-summary .woocommerce-product-details__short-description {
  margin-top: 15px;
}
.entry-summary .woocommerce-product-details__short-description p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #808080;
}
.entry-summary .product-categories span,
.entry-summary .product-tags span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #1A1A1A;
}
.entry-summary .product-categories a,
.entry-summary .product-tags a {
  color: #808080;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin: 0 3px;
}
.entry-summary .product-categories a:hover,
.entry-summary .product-tags a:hover {
  color: #1A1A1A;
  text-decoration: underline;
}
.custom-product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-product-buttons p {
  color: #2C7EE1;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .custom-product-buttons p, .custom-product-buttons a {
    width: calc(50% - 5px);
  }
}
.custom-product-buttons a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-product-buttons img {
  margin-right: 10px;
  margin-left: 0;
}

.product-template-default .product {
  margin-top: 60px;
}
.product-template-default .onsale {
  display: none;
}

.icon-highlights {
  margin: 20px 0;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
}
.icon-highlights__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.icon-highlights__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.icon-highlights__icon img {
  min-width: 40px;
}
.icon-highlights__content h2 {
  font-size: 1.4rem;
  color: #1A1A1A;
  font-weight: 500;
}
.icon-highlights__content p {
  font-size: 1.3rem;
  color: #808080;
  font-weight: 400;
}

.related.products {
  margin-top: 40px;
  margin-bottom: 60px;
}
.related.products .section-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 30px;
}
.related.products ul.products {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .related.products ul.products {
    gap: 15px;
  }
}
.related.products ul.products:before {
  display: none;
}
.related.products ul.products li {
  padding: 20px 10px !important;
  border: 1px solid #e6e6e6;
  margin: 0 !important;
  width: 50% !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .related.products ul.products li {
    width: calc(25% - 15px) !important;
    border-radius: 8px;
  }
}
.related.products ul.products li:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
          box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
  border: 1px solid #282828;
}
.related.products ul.products li h2 {
  color: #282828;
  font-weight: 400;
  font-size: 1.3rem !important;
  line-height: 150% !important;
  padding-bottom: 0px !important;
}
@media (min-width: 992px) {
  .related.products ul.products li h2 {
    font-size: 1.4rem !important;
  }
}
.related.products ul.products li .amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .related.products ul.products li .amount {
    font-size: 1.6rem;
  }
}
.related.products ul.products .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related.products ul.products .price del {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
}
.related.products ul.products .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #9F9F9F;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.related.products ul.products .price del bdi {
  font-size: 1.2rem;
  color: #9F9F9F;
  font-weight: 400;
}
@media (min-width: 992px) {
  .related.products ul.products .price del bdi {
    font-size: 1.4rem;
  }
}
.related.products ul.products .price ins {
  text-decoration: none;
}
.related.products ul.products .price ins bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .related.products ul.products .price ins bdi {
    font-size: 1.6rem;
  }
}
.related.products ul.products .price bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .related.products ul.products .price bdi {
    font-size: 1.6rem;
  }
}
.related.products ul.products .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
@media (min-width: 992px) {
  .related.products ul.products .price .price-saving {
    font-size: 1.2rem;
  }
}
.related.products ul.products .onsale {
  display: none;
}

.woocommerce-products-header {
  margin-bottom: 40px;
  margin-top: 30px !important;
}
.woocommerce-products-header h1 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #1A1A1A;
  margin-bottom: 20px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .woocommerce-products-header h1 {
    font-size: 5.6rem;
  }
}
.woocommerce-products-header .term-description p {
  font-size: 1.6rem;
  color: #666666;
}

.custom-product-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.custom-product-filters .left-filters,
.custom-product-filters .right-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-product-filters .left-filters,
  .custom-product-filters .right-filters {
    width: auto !important;
  }
}
.custom-product-filters select {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 10px 48px 10px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #4D4D4D;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/icons/select-arrow.svg") !important;
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px 6px;
  background-color: #ffffff;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .custom-product-filters select {
    width: auto !important;
  }
}
.custom-product-filters select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-product-filters select::-ms-expand {
  display: none;
}

.results-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 !important;
  padding: 10px 0;
  -webkit-box-shadow: 0px 1px 0px 0px #E5E5E5, 0px -1px 0px 0px #E5E5E5;
          box-shadow: 0px 1px 0px 0px #E5E5E5, 0px -1px 0px 0px #E5E5E5;
}
.results-filters__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.results-filters .active-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.results-filters .active-filters__title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #808080;
}
.results-filters .active-filters__item {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1A1A1A;
  text-decoration: none;
}
.results-filters .active-filters__remove {
  font-size: 1.8rem;
  font-weight: 500;
  color: #2C7EE1;
  line-height: 1.3rem;
  position: relative;
  top: 2px;
}
.results-filters .woocommerce-result-count {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.4rem;
  color: #1A1A1A;
}
@media (min-width: 992px) {
  .results-filters .woocommerce-result-count {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.results-filters .woocommerce-result-count span {
  font-weight: 600;
  color: #2C7EE1;
}

.archive ul.products,
.search ul.products {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  margin-top: 60px;
}
.archive ul.products:before,
.search ul.products:before {
  display: none;
}
.archive ul.products li,
.search ul.products li {
  padding: 20px 10px !important;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 0 !important;
  width: calc(50% - 7.5px) !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 992px) {
  .archive ul.products li,
  .search ul.products li {
    width: calc(25% - 15px) !important;
  }
}
.archive ul.products li:hover,
.search ul.products li:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
          box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.3215686275);
  border: 1px solid #282828;
}
.archive ul.products li a,
.search ul.products li a {
  text-decoration: none !important;
}
.archive ul.products li h2,
.search ul.products li h2 {
  color: #282828;
  font-weight: 400;
  font-size: 1.3rem !important;
  line-height: 150% !important;
  padding-bottom: 0px !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .archive ul.products li h2,
  .search ul.products li h2 {
    font-size: 1.4rem !important;
  }
}
.archive ul.products li .amount,
.search ul.products li .amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  color: #1A1A1A;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .archive ul.products li .amount,
  .search ul.products li .amount {
    font-size: 1.6rem;
  }
}
.archive ul.products li img,
.search ul.products li img {
  width: 100%;
}
.archive ul.products li .price,
.search ul.products li .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
.archive ul.products li .price del,
.search ul.products li .price del {
  text-decoration: none;
  position: relative;
  margin-right: 5px;
  text-decoration: none !important;
}
.archive ul.products li .price del:before,
.search ul.products li .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #9F9F9F;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.archive ul.products li .price del bdi,
.search ul.products li .price del bdi {
  font-size: 1.2rem;
  color: #9F9F9F;
  font-weight: 400;
}
@media (min-width: 992px) {
  .archive ul.products li .price del bdi,
  .search ul.products li .price del bdi {
    font-size: 1.4rem;
  }
}
.archive ul.products li .price ins,
.search ul.products li .price ins {
  text-decoration: none !important;
}
.archive ul.products li .price ins bdi,
.search ul.products li .price ins bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  .archive ul.products li .price ins bdi,
  .search ul.products li .price ins bdi {
    font-size: 1.6rem;
  }
}
.archive ul.products li .price bdi,
.search ul.products li .price bdi {
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .archive ul.products li .price bdi,
  .search ul.products li .price bdi {
    font-size: 1.6rem;
  }
}
.archive ul.products li .price .price-saving,
.search ul.products li .price .price-saving {
  background: #EA4B48;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 2.5px 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .archive ul.products li .price .price-saving,
  .search ul.products li .price .price-saving {
    font-size: 1.2rem;
  }
}
.archive .onsale,
.search .onsale {
  display: none !important;
}

.woocommerce-pagination ul {
  border: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px !important;
}
.woocommerce-pagination ul li {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  border: none !important;
  overflow: hidden;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  width: 24px;
  height: 24px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #666666 !important;
  font-size: 10px !important;
  line-height: 24px !important;
  text-decoration: none !important;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a.current,
.woocommerce-pagination ul li span:hover,
.woocommerce-pagination ul li span.current {
  background: #2C7EE1 !important;
  color: #ffffff !important;
}
.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next {
  border: 1px solid #E6E6E6;
  border-radius: 100%;
}
.woocommerce-pagination ul li .prev:hover,
.woocommerce-pagination ul li .next:hover {
  background: #E6E6E6 !important;
}
.woocommerce-pagination ul li .prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.woocommerce-pagination ul li img {
  color: #1A1A1A;
  width: 4px;
  height: 9px;
}
/*# sourceMappingURL=style.css.map */