@charset "UTF-8";
/*!
Theme Name: Erp Theme
Theme URI: https://devit.group/
Author: Devit Group
Author URI: https://devit.group/
Version: 0.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: erp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

erp_theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
## Sections
## Libraries
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Utilities
	- Accessibility
	- Alignments

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

#primary.site-main-page {
  color: #414261;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 3.25rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

h2 {
  font-size: 2.188rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-size: 1.75rem;
  line-height: 2.438rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2.063rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 2.063rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

p {
  margin: 0 0 10px;
}

div > p:last-child {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  margin: 0;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #FFFEFE;
}
@media screen and (max-width: 992px) {
  body.mobile-menu-active:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 99;
    transition: all 0.15s ease;
    opacity: 0;
  }
  body.mobile-menu-active-opened:before {
    opacity: 1;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.erp-price-reporter-table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  clear: both;
}
.erp-price-reporter-table thead th {
  color: var(--erp-primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding-bottom: 16px;
}
.erp-price-reporter-table thead th.erp-price-reporter-table-th-secondary {
  color: var(--erp-secondary-color);
}
.erp-price-reporter-table-view-detail-link, .erp-price-reporter-table-view-detail-link:visited, .erp-price-reporter-table-view-detail-link:hover, .erp-price-reporter-table-view-detail-link:active, .erp-price-reporter-table-view-detail-link:focus {
  color: var(--erp-secondary-color);
}
.erp-price-reporter-table tbody tr:last-child td {
  border-bottom: none;
}
.erp-price-reporter-table tbody td {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  border-bottom: 1px solid #D8D8D8;
}
.erp-price-reporter-table tbody td .product__price-decimal {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
.erp-price-reporter-table .erp-account-order-detail--product-table-name {
  font-size: 18px;
  font-weight: 500;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 24px;
}
.erp-price-reporter-table .erp-account-order-detail--product-table-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(156, 156, 156);
  border-bottom: none;
  padding-bottom: 0;
  line-height: 1;
}
.erp-price-reporter-table .erp-account-order-detail--product-table-sku {
  min-width: 275px;
}
.erp-price-reporter-table .erp-account-order-detail--product-table-sku, .erp-price-reporter-table .erp-account-order-detail--product-table-manufacturer, .erp-price-reporter-table .erp-account-order-detail--product-table-price, .erp-price-reporter-table .erp-account-order-detail--product-table-qty, .erp-price-reporter-table .erp-account-order-detail--product-table-subtotal {
  padding-top: 5px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-table thead {
    display: none;
  }
  .erp-price-reporter-table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .erp-price-reporter-table tbody td {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 6px 0;
    font-size: 14px;
  }
  .erp-price-reporter-table tbody td.no-items-found {
    gap: 0;
  }
  .erp-price-reporter-table tbody td.no-items-found:before {
    display: none;
  }
  .erp-price-reporter-table tbody td .product__price-decimal {
    font-size: 10px;
  }
  .erp-price-reporter-table tbody td:before {
    content: attr(data-mobile-title);
    color: var(--erp-primary-color);
    font-weight: 500;
    line-height: 24px;
    width: 70px;
    display: inline-block;
    font-size: 16px;
  }
  .erp-price-reporter-table tbody td:first-child {
    padding-top: 16px;
  }
  .erp-price-reporter-table tbody td:last-child {
    padding-bottom: 16px;
  }
  .erp-price-reporter-table tbody td:not(:last-child) {
    border: unset;
  }
}

/* Links
--------------------------------------------- */
a {
  color: var(--erp-primary-color);
  transition: all 0.15s ease;
  text-decoration: unset;
  outline: unset;
}
a:visited {
  color: var(--erp-primary-color);
}
a:hover, a:focus, a:active {
  color: var(--erp-primary-color);
  opacity: 0.7;
}
a:focus {
  opacity: 1;
  outline: unset;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  background: var(--erp-primary-color);
  padding: 11px 23px;
  display: inline-block;
  color: #FFFEFE;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.15s ease;
}
.btn:visited, .btn:focus, .btn:active {
  background: var(--erp-primary-color);
  color: #FFFEFE;
  opacity: 1;
}
.btn:hover {
  background: #FFFEFE;
  border-color: var(--erp-primary-color);
  color: var(--erp-primary-color);
  opacity: 1;
}
.btn.btn-secondary {
  background: #FFFEFE;
  color: var(--erp-primary-color);
  border-color: var(--erp-primary-color);
}
.btn.btn-secondary:visited, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #FFFEFE;
  color: var(--erp-primary-color);
  opacity: 1;
}
.btn.btn-secondary:hover {
  background: var(--erp-primary-color);
  color: #FFFEFE;
  border-color: var(--erp-primary-color);
  opacity: 1;
}
.btn.hide-save-address {
  display: none;
}
.btn.hide-add-address {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: #F9F9F9;
  border: 1px solid transparent;
  padding: 8px 12px 8px 12px;
  color: var(--erp-primary-color);
  box-shadow: unset;
  outline: none;
  border-radius: 4px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #8f8f8f;
}
input[type=text].has-error,
input[type=email].has-error,
input[type=url].has-error,
input[type=password].has-error,
input[type=search].has-error,
input[type=number].has-error,
input[type=tel].has-error,
input[type=range].has-error,
input[type=date].has-error,
input[type=month].has-error,
input[type=week].has-error,
input[type=time].has-error,
input[type=datetime].has-error,
input[type=datetime-local].has-error,
input[type=color].has-error,
textarea.has-error {
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 14px;
  }
}

.erp-price-reporter-radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  cursor: pointer;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  position: relative;
  cursor: pointer;
}
input[type=radio]:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--erp-primary-color);
  opacity: 1;
  z-index: 9;
  background: #fff;
  transition: all 0.15s ease;
}
input[type=radio]:after {
  content: "";
  background: var(--erp-primary-color);
  position: absolute;
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
  transition: all 0.15s ease;
}
input[type=radio]:checked:after {
  opacity: 1;
}

textarea {
  resize: none;
  min-height: 250px;
}

.erp-price-reporter-select-wrap {
  position: relative;
}
.erp-price-reporter-select-wrap::after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.27302 3.71248L8.98552 -1.51661e-05L10.046 1.06048L5.27302 5.83348L0.50002 1.06049L1.56052 -1.4517e-05L5.27302 3.71248Z' fill='%23252525'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-price-reporter-select-wrap--with-label:after {
  top: calc(50% + 9px);
}

select {
  border: 1px solid #D8D8D8;
  height: 100%;
  border-radius: 4px;
  padding: 8px 12px;
  outline: unset;
  box-shadow: unset;
  appearance: none;
}
select.has-error {
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 14px;
  }
}

.erp-price-reporter-checkbox-wrap label {
  position: relative;
  cursor: pointer;
  display: flex;
}
.erp-price-reporter-checkbox-wrap label > div {
  flex: 1;
}
.erp-price-reporter-checkbox-wrap label input {
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
  margin-right: 10px;
  cursor: pointer;
}
.erp-price-reporter-checkbox-wrap label input:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--erp-primary-color);
  opacity: 1;
  z-index: 9;
  background: #fff;
  transition: all 0.15s ease;
}
.erp-price-reporter-checkbox-wrap label input:checked:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.9647 14.9617L17.4693 7.44735L18.5307 8.50732L9.96538 17.0837L5.46967 12.588L6.53033 11.5273L9.9647 14.9617Z' fill='%23FFF'/%3E%3C/svg%3E");
  background: var(--erp-primary-color);
}
.erp-price-reporter-checkbox-wrap .erp-label-count {
  font-size: 12px;
  color: var(--erp-secondary-color);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-checkbox-wrap label input {
    margin-right: 7px;
  }
}

textarea {
  width: 100%;
}

form label {
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

.erp-theme-form button[type=submit] {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.erp-theme-form .erp-theme-form-fields {
  display: grid;
  gap: 24px;
}

#fs-toaster {
  border-radius: 4px;
}

#fs-toaster > .toast-details > .toast-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--erp-primary-color);
}

#fs-toaster > .toast-details > .toast-description {
  color: var(--erp-primary-color);
  font-size: 16px;
  word-wrap: break-word;
}

#fs-toaster .toast-remove {
  color: #D8D8D8;
  margin: 0;
  top: 18px;
}

#fs-toaster > .toast-img {
  padding: 0;
  background: unset;
  border: unset;
}
#fs-toaster > .toast-img img {
  width: 32px;
  height: 32px;
}

body .lds-default div {
  background-color: var(--erp-secondary-color);
}

.erp-price-reporter-slider-range-labels {
  display: flex;
  gap: 8px;
}
.erp-price-reporter-slider-range-labels label {
  flex: 1;
  width: calc(50% - 4px);
}
.erp-price-reporter-slider-range-labels label input {
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  border-color: #D8D8D8;
}
.erp-price-reporter-slider-range-labels label input::placeholder {
  color: #9C9C9C;
}
.erp-price-reporter-slider-range-labels label input:focus, .erp-price-reporter-slider-range-labels label input.active {
  border-color: var(--erp-primary-color);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header .products-catalog {
  cursor: pointer;
}
.site-header .top-info-bar {
  padding: 13px 0;
  font-size: 14px;
  color: #FFFEFE;
  background: var(--erp-primary-color);
}
.site-header .top-info-bar p {
  margin: 0;
}
.site-header .top-info-bar strong {
  font-weight: 600;
}
.site-header .top-info-bar a, .site-header .top-info-bar a:visited, .site-header .top-info-bar a:hover, .site-header .top-info-bar a:active {
  color: #FFFEFE;
  text-decoration: underline;
  font-weight: 600;
}
.site-header .main-header-row {
  padding: 24px 0;
  border-bottom: 1px solid #D8D8D8;
}
.site-header .main-header-row__logo {
  display: flex;
  flex: 1;
}
.site-header .main-header-row__logo img {
  width: 100%;
}
.site-header .main-header-row__wrap {
  display: flex;
  align-items: center;
}
.site-header .main-header-row__bulk-order {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.site-header .main-header-row__menu {
  margin-right: 50px;
}
.site-header .main-header-row__menu .main-header-row__bulk-order--mobile,
.site-header .main-header-row__menu .my-account-mobile-header-btn,
.site-header .main-header-row__menu .main-header-row__menu--title-wrap,
.site-header .main-header-row__menu .main-header-row__menu-item__bulk-order {
  display: none;
}
.site-header .main-header-row__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.site-header .main-header-row__menu-item {
  padding-left: 8px;
  padding-right: 8px;
}
.site-header .main-header-row__menu-item.has-children {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: -16px;
  z-index: 999;
}
.site-header .main-header-row__menu-item.has-children > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .main-header-row__menu-item.has-children > a svg {
  transition: all 0.15s ease;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  transition: opacity 0.15s ease;
  gap: 8px;
  display: flex;
  height: 600px;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1 {
  background: #FFFEFE;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 350px;
  display: flex;
  flex-direction: column;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-see-all {
  display: none !important;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  overflow: auto;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-list--subcategories {
  display: none;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-li {
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-li:last-child {
  border-bottom: unset;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-li > a {
  padding: 16px 40px 16px 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: block;
  position: relative;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-li > a span {
  word-wrap: break-word;
  max-width: 100%;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1-li > a svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: 17px;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2 {
  opacity: 0;
  visibility: hidden;
  background: #FFFEFE;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 650px;
  transition: opacity 0.15s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 8px;
  height: 100%;
  background: transparent;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2.active {
  opacity: 1;
  visibility: visible;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2 .erp-theme-header-categories--header {
  border-bottom: 1px solid #E8E8E8;
  padding: 8px 24px;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-wrap {
  display: flex;
  padding: 16px 32px;
  row-gap: 24px;
  column-gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: auto;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-list {
  flex: 1;
  gap: 0;
  justify-content: flex-start;
  min-width: 168px;
  max-width: 168px;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-li {
  max-width: 100%;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-li > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
  max-width: 100%;
  display: block !important;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-li > a svg {
  display: none;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-3-list {
  gap: 6px;
  flex-direction: column;
  margin-top: 8px;
  align-items: flex-start;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-3-li {
  max-width: 100%;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-3-li > a {
  font-size: 16px;
  line-height: 24px;
  display: block;
  word-break: break-word;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-3-li.erp-theme-header-categories--see-all a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--header {
  padding: 8px 16px;
  width: 100%;
  font-weight: 700;
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--header-see-all {
  font-size: 14px;
  line-height: 24px;
  color: #9C9C9C;
  text-decoration: underline;
  font-weight: 500;
  flex: 1;
}
.site-header .main-header-row__menu-item.has-children .erp-theme-header-categories a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.site-header .main-header-row__menu-item.has-children:hover > a svg {
  transform: rotate(180deg);
}
.site-header .main-header-row__menu-item.has-children:hover .erp-theme-header-categories {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.site-header .main-header-row__menu-item.has-children:hover:before {
  content: "";
  position: absolute;
  left: 100%;
  height: 100%;
  width: 32px;
}
.site-header .main-header-row__menu-item.has-submenu {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: -32px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  transition: border 0.15s ease;
  z-index: 999;
  display: flex;
  column-gap: 5px;
}
.site-header .main-header-row__menu-item.has-submenu .submenu-trigger {
  pointer-events: none;
}
.site-header .main-header-row__menu-item.has-submenu:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.site-header .main-header-row__menu-item.has-submenu:hover:before {
  opacity: 1;
}
.site-header .main-header-row__menu-item.has-submenu:hover .main-header-row__menu-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.site-header .main-header-row__menu-submenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: -1px;
  top: 100%;
  transition: opacity 0.15s ease;
  gap: 0 !important;
  justify-content: flex-start !important;
  display: flex;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.site-header .main-header-row__menu-submenu li {
  display: flex;
  width: 100%;
}
.site-header .main-header-row__menu-submenu li:first-child a {
  border-top: none;
}
.site-header .main-header-row__menu-submenu a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 30px 5px 10px;
  column-gap: 10px;
  align-items: center;
}
.site-header .main-header-row__menu-submenu a svg {
  width: 16px;
}
.site-header .main-header-row__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.site-header .main-header-row__search {
  position: relative;
}
.site-header .main-header-row__search--mobile {
  display: none;
}
.site-header .main-header-row__search input {
  background: #F9F9F9;
  border: unset;
  padding: 8px 50px 8px 12px;
  min-width: 300px;
  color: var(--erp-primary-color);
  box-shadow: unset;
  outline: none;
  border-radius: 4px;
}
.site-header .main-header-row__search input::placeholder {
  color: #8f8f8f;
}
.site-header .main-header-row__search .header-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-header .main-header-row__search .header-search-submit svg {
  width: 16px;
  height: 16px;
}
.site-header .main-header-row__search .header-search-results-wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 480px;
  padding-top: 12px;
  z-index: 2;
}
.site-header .main-header-row__search .header-search-results-wrap.active {
  display: block;
}
.site-header .main-header-row__search .header-search-results-wrap h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 24px 0;
  color: var(--erp-primary-color);
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background: #FFFEFE;
  width: 100%;
  transition: all 0.15s ease;
  opacity: 0;
  border-radius: 4px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results.active {
  opacity: 1;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--no-found {
  color: var(--erp-primary-color);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products--show-all {
  margin: 4px 0 0 auto;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item a {
  display: flex;
  gap: 20px;
  background: #F9F9F9;
  padding: 12px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--image {
  width: 84px;
  height: 84px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--image img {
  padding: 9px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info .product__price-value {
  font-size: 16px;
  line-height: 22px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info .product__price--with-sale .product__price-value:not(.product__price-value--sale) {
  font-size: 13px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info .product__price--with-sale .product__price-value:not(.product__price-value--sale) .product__price-decimal {
  top: -2px;
}
.site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item .product__price-decimal {
  font-size: 10px;
  top: -4px;
}
.site-header .main-header-row__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.site-header .main-header-row__buttons .header-client-name {
  color: #9C9C9C;
  display: flex;
  align-items: center;
}
.site-header .main-header-row__buttons .header-client-name span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-header .main-header-row__buttons a {
  display: flex;
  padding: 6px;
  align-items: center;
}
.site-header .main-header-row__buttons a svg {
  width: 20px;
  height: 20px;
}
.site-header .main-header-row__buttons a.cart-link {
  padding: 0;
  position: relative;
}
.site-header .main-header-row__buttons a.cart-link svg {
  width: 32px;
  height: 32px;
}
.site-header .main-header-row__buttons a.cart-link .count-in-cart {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 12px;
  background: var(--erp-primary-color);
  color: #FFFEFE;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  display: none;
}
.site-header .main-header-row__buttons a.cart-link .count-in-cart.active {
  display: flex;
}
.site-header .mobile-menu-btn, .site-header .close-mobile-menu {
  display: none;
}
@media screen and (max-width: 1366px) {
  .site-header .main-header-row__menu {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-1 {
    width: 220px;
  }
  .site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2 {
    width: 550px;
  }
  .site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-wrap {
    column-gap: 10px;
  }
  .site-header .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2-list {
    min-width: 130px;
  }
  .site-header .main-header-row__right {
    gap: 8px;
  }
  .site-header .main-header-row__buttons {
    gap: 8px;
  }
  .site-header .main-header-row__search input {
    max-width: 200px;
    min-width: unset;
  }
  .site-header .main-header-row__bulk-order.btn {
    font-size: 14px;
    padding: 6px 12px;
  }
  .site-header .main-header-row__menu ul {
    gap: 12px;
  }
  .site-header .main-header-row__menu-item.has-children:hover:before {
    width: 12px;
  }
  .site-header .main-header-row__search .header-search-results-wrap {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 992px) {
  .site-header .main-header-row {
    position: relative;
  }
  .site-header .main-header-row__menu {
    position: fixed;
    transition: all 0.25s ease;
    left: -90%;
    top: 0;
    background: #fff;
    z-index: 99;
    padding: 30px 20px 20px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: auto;
    margin: 0;
    width: 80%;
  }
  .site-header .main-header-row__menu.active {
    left: 0;
  }
  .site-header .main-header-row__menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .site-header .main-header-row__menu .main-header-row__bulk-order--mobile,
  .site-header .main-header-row__menu .my-account-mobile-header-btn {
    display: block;
  }
  .site-header .main-header-row__menu .main-header-row__bulk-order--mobile {
    text-align: center;
    padding: 12px;
    margin: 80px 0 8px;
  }
  .site-header .main-header-row__menu .my-account-mobile-header-btn {
    text-align: center;
  }
  .site-header .main-header-row__menu-item {
    width: 100%;
  }
  .site-header .main-header-row__menu-item.has-children > a {
    justify-content: space-between;
  }
  .site-header .main-header-row__menu-item.has-children > a svg {
    width: 24px;
    height: 24px;
    padding: 5px;
  }
  .site-header .main-header-row__menu-item.has-children.active > ul {
    display: grid;
  }
  .site-header .main-header-row__menu-item.has-children.active > a svg {
    transform: rotate(180deg) !important;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories {
    display: block;
    position: relative;
    top: unset;
    left: unset;
    margin-top: 20px;
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories a {
    opacity: 1;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1 {
    width: 100%;
    box-shadow: unset;
    border-radius: unset;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-see-all {
    display: block !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-line: underline;
    color: #525252;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1 .erp-theme-header-categories--header {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li > a {
    padding: 20px 20px 20px 0;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li > a svg {
    right: 0;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.active {
    border-bottom: unset;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.active .erp-theme-header-categories--level-1-list--subcategories {
    display: block;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.active > a {
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    padding: 16px 0 16px 30px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 24px;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.active > a svg {
    left: 0;
    right: unset;
    transform: rotate(180deg);
    top: 16px;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.level-3-opened > a {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.level-3-opened .erp-theme-header-categories--level-1-see-all {
    display: none !important;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-li.level-3-opened .erp-theme-header-categories--level-2-list:not(.active) {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-list {
    max-height: unset;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-1-list.level-2-opened .erp-theme-header-categories--level-1-li:not(.active) {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2 {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-li {
    width: 100%;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-li > a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex !important;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-li > a svg {
    display: block;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list {
    max-width: 100%;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-3-list {
    display: flex;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-3-li {
    order: 2;
    width: 100%;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-3-li:not(.erp-theme-header-categories--see-all) a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-3-li.erp-theme-header-categories--see-all {
    order: 1;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-3-li.erp-theme-header-categories--see-all a {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #525252;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-2-li > a {
    padding: 16px 0 16px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 24px;
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-2-list.active .erp-theme-header-categories--level-2-li > a svg {
    transform: rotate(180deg);
  }
  .site-header .main-header-row__menu-item.has-children.active .erp-theme-header-categories--level-3-list {
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children > ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    background: unset;
    max-width: 100%;
    width: 100%;
    max-height: unset;
    min-width: unset;
    padding: 12px 0;
    column-gap: 40px;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 12px;
    display: none;
  }
  .site-header .main-header-row__menu-item.has-children > ul > li {
    min-width: unset;
  }
  .site-header .main-header-row__menu-item.has-children > ul > li > a {
    font-size: 14px;
    line-height: 20px;
  }
  .site-header .main-header-row__menu-item.has-children > ul > li.has-subcategories > a {
    margin-bottom: 10px;
  }
  .site-header .main-header-row__menu-item.has-children > ul a {
    color: var(--erp-primary-color);
    font-size: 12px;
    line-height: 18px;
  }
  .site-header .main-header-row__menu-item.has-children:hover > a svg {
    transform: none;
  }
  .site-header .main-header-row__menu-item.has-children .erp-theme-header-categories {
    display: none;
  }
  .site-header .main-header-row--subcategories {
    gap: 8px;
  }
  .site-header .main-header-row__bulk-order {
    display: none;
  }
  .site-header .main-header-row__buttons {
    gap: 14px;
  }
  .site-header .main-header-row__buttons .header-client-name {
    margin-right: 14px;
    font-size: 10px;
    font-weight: 600;
  }
  .site-header .main-header-row__buttons .header-client-name svg {
    width: 10px;
    height: 10px;
  }
  .site-header .main-header-row__buttons a {
    padding: 3px;
  }
  .site-header .main-header-row__buttons a.cart-link svg {
    width: 24px;
    height: 24px;
  }
  .site-header .main-header-row__buttons a.cart-link .count-in-cart {
    font-size: 8px;
    width: 16px;
    height: 16px;
    top: -8px;
    right: -8px;
  }
  .site-header .main-header-row__buttons a svg {
    width: 18px;
    height: 18px;
  }
  .site-header .main-header-row__search input {
    font-size: 14px;
    min-width: 300px;
    max-width: 300px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results {
    padding: 12px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--products {
    gap: 8px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--image {
    width: 64px;
    height: 64px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--image img {
    padding: 7px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--products_item--info h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--products--show-all {
    margin: 4px 0 0 0;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results--no-found {
    font-size: 14px;
    line-height: 20px;
  }
  .site-header .main-header-row__search .header-search-results-wrap h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .site-header .top-info-bar {
    padding: 6px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .site-header .mobile-menu-btn {
    display: flex;
    margin-left: 0;
    margin-right: 10px;
  }
  .site-header .close-mobile-menu {
    display: flex;
    margin: 0 0 16px auto;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
  }
  .site-header .main-header-row__menu-item__bulk-order {
    display: block !important;
  }
  .site-header .main-header-row__menu--title-wrap {
    display: flex !important;
    align-items: center;
    margin: -30px -20px 20px;
    padding: 30px 20px 20px;
    background: var(--erp-primary-color);
  }
  .site-header .main-header-row__menu--title-wrap a {
    color: #FFFEFE;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }
  .site-header .main-header-row__menu--title-wrap a svg path {
    fill: #FFFEFE;
  }
}
@media screen and (max-width: 768px) {
  .site-header .main-header-row__wrap {
    flex-wrap: wrap;
  }
  .site-header .main-header-row__search {
    display: none;
  }
  .site-header .main-header-row__search--mobile {
    display: block;
    flex-basis: 100%;
    margin-top: 16px;
  }
  .site-header .main-header-row__search--mobile input {
    max-width: 100%;
    min-width: 100%;
  }
  .site-header .main-header-row__search .header-search-results-wrap {
    left: 0;
    transform: unset;
    max-width: 100%;
    width: 100%;
    padding-top: 8px;
  }
  .site-header .main-header-row__search .header-search-results-wrap .header-search-results {
    border: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 480px) {
  .site-header .main-header-row__menu-item {
    width: 100%;
  }
  .site-header .main-header-row__menu-item.has-children > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-header .main-header-row__menu-item.has-submenu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .site-header .main-header-row__menu-item.has-submenu:hover {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
  }
  .site-header .main-header-row__menu-item.has-submenu:hover:before {
    content: none;
  }
  .site-header .main-header-row__menu-item.has-submenu .submenu-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    width: 24px;
    height: 24px;
  }
  .site-header .main-header-row__menu-item.has-submenu .main-header-row__menu-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background-color: transparent !important;
    position: relative;
    width: 100%;
    display: none;
  }
  .site-header .main-header-row__menu-item.has-submenu .main-header-row__menu-submenu a {
    border-top: none !important;
  }
}
.site-header.header-type-2 .main-header-row {
  padding: 15px 0;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap {
  display: grid;
  grid-template-areas: "logo search_account" "logo header_menu";
  row-gap: 10px;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__logo {
  grid-area: logo;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__right {
  grid-area: search_account;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__menu {
  grid-area: header_menu;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__menu .main-header-row__menu-item a,
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__menu .products-catalog {
  text-transform: uppercase;
  font-weight: 700;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__menu .main-header-row__menu-item.has-children .erp-theme-header-categories--level-2 {
  width: 460px;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__search input {
  border: 1px solid #000000;
}
.site-header.header-type-2 .main-header-row .main-header-row__wrap .header-search-submit {
  border-left: 1px solid #000000;
}
@media screen and (max-width: 992px) {
  .site-header.header-type-2 .main-header-row .main-header-row__wrap .mobile-menu-btn {
    position: absolute;
    left: 1.5rem;
    z-index: 9;
  }
  .site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__logo {
    margin-left: 35px;
  }
  .site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__menu {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .site-header.header-type-2 .main-header-row .main-header-row__wrap {
    align-items: flex-start;
    grid-template-areas: "logo search_account" "mobile_search mobile_search";
  }
  .site-header.header-type-2 .main-header-row .main-header-row__wrap .main-header-row__search--mobile {
    grid-area: mobile_search;
  }
}

.site-footer {
  padding: 60px 0;
}
.site-footer .main-footer-row__logo {
  display: flex;
}
.site-footer .main-footer-row__logo img {
  width: 100%;
}
.site-footer .main-footer-row__newsletter {
  margin-top: 32px;
  max-width: 470px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 16px;
}
.site-footer .main-footer-row__newsletter label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.site-footer .main-footer-row__newsletter input {
  flex: 1;
  background: #FFFEFE;
  border: unset;
  color: var(--erp-primary-color);
  box-shadow: unset;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
}
.site-footer .main-footer-row__newsletter input::placeholder {
  color: #8f8f8f;
}
.site-footer .main-footer-row__newsletter button {
  font-size: 14px;
  font-weight: 400;
}
.site-footer .main-footer-row__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 24px;
}
.site-footer .main-footer-row__wrap .bottom-wrap {
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid #D8D8D8;
  grid-column: span 2;
}
.site-footer .main-footer-row__copyright-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 48px;
}
.site-footer .main-footer-row__copyright {
  font-size: 14px;
  color: #373737;
}
.site-footer .main-footer-row__socials {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .main-footer-row__socials a {
  display: flex;
  font-size: 18px;
  color: var(--erp-secondary-color);
}
.site-footer .main-footer-row__company-info {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.site-footer .main-footer-row__company-info a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer .main-footer-row__company-info i {
  font-size: 18px;
  color: var(--erp-secondary-color);
  position: relative;
  top: 3px;
}
.site-footer .main-footer-row__address {
  width: 100%;
}
.site-footer .main-footer-row__phones-wrap {
  display: flex;
  gap: 24px;
}
.site-footer .main-footer-row .right-side {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.site-footer .main-footer-row .right-side .right-side-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
.site-footer .main-footer-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-footer .main-footer-row .powered {
  padding-top: 24px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
  }
  .site-footer .right-side {
    justify-content: center;
    margin-top: 40px;
  }
  .site-footer .right-side .right-side-wrap {
    font-size: 14px;
    justify-content: center;
    align-items: center;
  }
  .site-footer .main-footer-row__address {
    max-width: 250px;
  }
  .site-footer .main-footer-row__logo {
    justify-content: center;
  }
  .site-footer .main-footer-row__phones-wrap {
    gap: 20px;
  }
  .site-footer .main-footer-row__wrap {
    display: flex;
    flex-direction: column;
  }
  .site-footer .main-footer-row__wrap .bottom-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 40px;
    padding-top: 16px;
  }
  .site-footer .main-footer-row__copyright-wrap {
    margin: 0;
    flex-direction: column;
    gap: 12px;
  }
  .site-footer .main-footer-row__copyright {
    font-size: 12px;
  }
  .site-footer .main-footer-row ul {
    font-size: 14px;
  }
  .site-footer .main-footer-row .powered {
    text-align: center;
  }
}

.erp-price-reporter-page-auth {
  margin: 100px 0 150px;
}
.erp-price-reporter-page-auth .erp-price-reporter-shortcode-form-auth-wrap {
  max-width: 550px;
  box-shadow: unset;
  border-radius: unset;
  padding: 0;
}
.erp-price-reporter-page-auth h2 {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 8px;
}
.erp-price-reporter-page-auth .erp-price-reporter-shortcode-form-auth {
  row-gap: 24px;
  column-gap: 16px;
}
.erp-price-reporter-page-auth .erp-price-reporter-form-group {
  gap: 8px;
}
.erp-price-reporter-page-auth .erp-toggle-form {
  font-size: 14px;
}
.erp-price-reporter-page-auth .erp-toggle-form[data-form-target=erp-price-reporter-shortcode-form-forgot-pass] {
  margin-top: -8px;
}
.erp-price-reporter-page-auth .erp-toggle-form[data-form-target=erp-price-reporter-shortcode-form-register], .erp-price-reporter-page-auth .erp-toggle-form[data-form-target=erp-price-reporter-shortcode-form-login] {
  margin-top: 24px;
}
.erp-price-reporter-page-auth button[type=submit] {
  width: 100%;
  padding: 15px 24px;
}
.erp-price-reporter-page-auth .submit-group {
  margin-top: 8px;
}
.erp-price-reporter-page-auth .erp-price-reporter-form.active {
  display: grid;
}
.erp-price-reporter-page-auth .erp-price-reporter-form > * {
  grid-column: span 2;
}
.erp-price-reporter-page-auth .erp-price-reporter-form > *.erp-price-reporter-form-group-first-name, .erp-price-reporter-page-auth .erp-price-reporter-form > *.erp-price-reporter-form-group-last-name {
  grid-column: span 1;
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-auth {
    margin: 50px 0 75px;
  }
  .erp-price-reporter-page-auth .erp-price-reporter-form > * {
    grid-column: span 2;
  }
  .erp-price-reporter-page-auth .erp-price-reporter-form > *.erp-price-reporter-form-group-first-name, .erp-price-reporter-page-auth .erp-price-reporter-form > *.erp-price-reporter-form-group-last-name {
    grid-column: span 2;
  }
}

.erp-theme-form-bulk-order button[type=submit] svg {
  transition: all 0.15s ease;
}
.erp-theme-form-bulk-order button[type=submit]:hover svg path {
  stroke: var(--erp-primary-color);
}
.erp-theme-form-bulk-order .erp-theme-form-group {
  display: flex;
  gap: 16px;
}
.erp-theme-form-bulk-order .erp-theme-form-group input[type=text] {
  flex: 1;
}
.erp-theme-bulk-order-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.erp-theme-bulk-order-wrap h2 {
  grid-column: span 2;
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  line-height: 40px;
}
.erp-theme-bulk-order-wrap .erp-theme-page-content {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .erp-theme-bulk-order-wrap .erp-theme-page-content {
    grid-column: span 2;
  }
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order {
  grid-column: span 2;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 32px;
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order__form-sides {
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .erp-theme-bulk-order-wrap .erp-theme-form-bulk-order__form-sides {
    grid-column: span 2;
  }
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order__form-sides h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order__form-sides--desc {
  margin-bottom: 32px;
  line-height: 24px;
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order .submit-wrap {
  grid-column: span 2;
  display: flex;
  justify-content: center;
}
.erp-theme-bulk-order-wrap .erp-theme-form-bulk-order .submit-wrap button {
  max-width: 450px;
  margin-top: 0;
}
.erp-theme-bulk-order-wrap .erp-theme-form-order-bulk-add-item {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
}
.erp-theme-bulk-order-wrap .erp-theme-form-order-bulk-add-item:hover {
  text-decoration: unset;
}

.erp-price-reporter-page-product {
  margin-bottom: 120px;
}
.erp-price-reporter-page-product .product {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.erp-price-reporter-page-product .product.product-template-right {
  flex-direction: row-reverse;
}
.erp-price-reporter-page-product .product--bottom {
  width: 100%;
}
.erp-price-reporter-page-product .product--bottom-product-information {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  row-gap: 16px;
  position: relative;
}
.erp-price-reporter-page-product .product--bottom-product-information.last-line:after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  background: #fff;
  height: 1px;
  left: 0;
  width: 100%;
}
.erp-price-reporter-page-product .product--bottom-product-information h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: var(--erp-primary-color);
  margin: 0 0 8px 0;
  grid-column: span 2;
}
.erp-price-reporter-page-product .product--bottom-product-information-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.erp-price-reporter-page-product .product--bottom-product-information-item-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-product .product--bottom-product-information-item-value {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  text-align: right;
}
.erp-price-reporter-page-product .product__gallery {
  display: flex;
  gap: 24px;
  flex-direction: row-reverse;
  width: auto;
  position: relative;
}
.erp-price-reporter-page-product .product__gallery img {
  cursor: pointer;
}
.erp-price-reporter-page-product .product__gallery--main {
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  cursor: pointer;
}
.erp-price-reporter-page-product .product__gallery--main img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.erp-price-reporter-page-product .product__content {
  flex: 1;
}
.erp-price-reporter-page-product .product_header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.erp-price-reporter-page-product .product__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  word-break: break-word;
}
.erp-price-reporter-page-product .product__in_stock {
  flex: 1;
  min-width: fit-content;
  font-weight: 500;
  color: var(--erp-secondary-color);
  position: relative;
  top: 8px;
}
.erp-price-reporter-page-product .product__info_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 18px;
}
.erp-price-reporter-page-product .product__info_items .product__info_item--label {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.erp-price-reporter-page-product .product__info_items .product__info_item--value {
  font-size: 16px;
  line-height: 24px;
}
.erp-price-reporter-page-product .product__info_item {
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
}
.erp-price-reporter-page-product .product__gallery--thumbs {
  width: 170px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 500px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.erp-price-reporter-page-product .product__gallery--thumbs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, и WebKit-браузеры */
}
.erp-price-reporter-page-product .product__gallery--thumbs .product__gallery--thumb {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  cursor: pointer;
}
.erp-price-reporter-page-product .product__gallery--thumbs .product__gallery--thumb img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.erp-price-reporter-page-product .product__price-wrap {
  margin-top: 32px;
  display: flex;
  gap: 6px;
}
.erp-price-reporter-page-product .product__price-wrap .product__price {
  margin-right: 6px;
}
.erp-price-reporter-page-product .erp-price-reporter-add-product-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.erp-price-reporter-page-product .erp-price-reporter-add-product-to-cart svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-product .erp-price-reporter-add-product-to-cart:hover svg path {
  stroke: var(--erp-primary-color);
}
.erp-price-reporter-page-product .product__more_detail {
  width: 100%;
  margin-top: 40px;
}
.erp-price-reporter-page-product .product__more_detail--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}
.erp-price-reporter-page-product .product__more_detail--content {
  line-height: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 64px;
  row-gap: 16px;
  position: relative;
}
.erp-price-reporter-page-product .product__more_detail--content:not(:last-child) {
  margin-bottom: 40px;
}
.erp-price-reporter-page-product .product__more_detail-specifications-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.erp-price-reporter-page-product .product__more_detail-specifications-item:nth-last-child(-n+2) {
  border-bottom: none;
}
.erp-price-reporter-page-product .product__more_detail-specifications-item-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-product .product__more_detail-specifications-item-value {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  text-align: right;
}
@media screen and (max-width: 1366px) {
  .erp-price-reporter-page-product .product__gallery {
    min-width: 400px;
  }
  .erp-price-reporter-page-product .product__gallery--main {
    max-width: 400px;
    max-height: 400px;
  }
  .erp-price-reporter-page-product .product__gallery--thumbs {
    max-height: 400px;
  }
  .erp-price-reporter-page-product .product__gallery--thumbs .product__gallery--thumb {
    max-height: 100px;
    min-height: 100px;
  }
}
@media screen and (max-width: 992px) {
  .erp-price-reporter-page-product .product__gallery {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    min-width: unset;
  }
  .erp-price-reporter-page-product .product__gallery--main {
    max-height: 200px;
    max-width: 500px;
    width: 100%;
  }
  .erp-price-reporter-page-product .product__gallery--thumbs {
    max-width: 500px;
    max-height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .erp-price-reporter-page-product .product__gallery--thumbs .product__gallery--thumb {
    max-width: 113px;
    min-width: 113px;
    max-height: 100px;
    min-height: 100px;
    width: 100%;
  }
  .erp-price-reporter-page-product .product {
    gap: 24px;
  }
  .erp-price-reporter-page-product .product__in_stock {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-product .product__info_items .product__info_item--label {
    font-size: 16px;
    line-height: 24px;
  }
  .erp-price-reporter-page-product .product__info_items .product__info_item--value {
    font-size: 14px;
    line-height: 18px;
  }
  .erp-price-reporter-page-product .product_header {
    gap: 12px;
  }
  .erp-price-reporter-page-product .product__title {
    font-size: 24px;
    line-height: 32px;
  }
  .erp-price-reporter-page-product .product__more_detail--content {
    line-height: 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-product .product {
    gap: 20px;
  }
  .erp-price-reporter-page-product .product__more_detail--content {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .erp-price-reporter-page-product .product__more_detail-specifications-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .erp-price-reporter-page-product .product__more_detail-specifications-item-label {
    font-size: 16px;
  }
  .erp-price-reporter-page-product .product__more_detail-specifications-item-value {
    font-size: 14px;
    text-align: left;
  }
  .erp-price-reporter-page-product .product__more_detail-specifications-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #D8D8D8;
  }
  .erp-price-reporter-page-product .product__more_detail-specifications-item:last-child {
    border-bottom: none;
  }
  .erp-price-reporter-page-product .product--bottom-product-information {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
  .erp-price-reporter-page-product .product--bottom-product-information.last-line:after {
    display: none;
  }
  .erp-price-reporter-page-product .product--bottom-product-information h3 {
    font-size: 18px;
    line-height: 24px;
    grid-column: span 1;
  }
  .erp-price-reporter-page-product .product--bottom-product-information-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .erp-price-reporter-page-product .product--bottom-product-information-item-label {
    font-size: 16px;
  }
  .erp-price-reporter-page-product .product--bottom-product-information-item-value {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .erp-price-reporter-page-product .product_header {
    flex-direction: column;
    gap: 6px;
  }
  .erp-price-reporter-page-product .product__price-wrap {
    flex-wrap: wrap;
  }
  .erp-price-reporter-page-product .product__price-wrap .product__price {
    width: 100%;
  }
  .erp-price-reporter-page-product .erp-price-reporter-add-product-to-cart {
    flex: 1;
  }
  .erp-price-reporter-page-product .product__in_stock {
    top: unset;
  }
}

.product__price {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product__price .product__price-value {
  font-size: 28px;
  font-weight: 500;
  color: var(--erp-secondary-color);
  line-height: 40px;
}
.product__price .product__price-value .product__price-decimal {
  font-size: 14px;
  margin-left: 2px;
  position: relative;
  top: -10px;
}
.product__price--with-sale .product__price-value:not(.product__price-value--sale) {
  color: #9C9C9C;
  font-size: 18px;
  text-decoration: line-through;
}
.product__price--with-sale .product__price-value:not(.product__price-value--sale) .product__price-decimal {
  top: -3px;
}
@media screen and (max-width: 768px) {
  .product__price .product__price-value {
    font-size: 18px;
    line-height: 28px;
  }
  .product__price .product__price-value .product__price-decimal {
    top: -4px;
    font-size: 12px;
  }
  .product__price--with-sale .product__price-value:not(.product__price-value--sale) {
    font-size: 16px;
    line-height: 24px;
  }
}

.product-price-percent {
  font-size: 20px;
  font-weight: 500;
  color: var(--erp-primary-color);
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-price-percent--sale-wrap {
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--erp-secondary-color);
}
.product-price-percent--sale-wrap-value {
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
.product-price-percent--sale-wrap-percent {
  padding: 12px 24px;
  background: var(--erp-secondary-color);
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-price-percent--sale-wrap + .product-price-percent--value {
  text-decoration: line-through;
  font-weight: 400;
}
.product-price-percent .product__price-decimal {
  font-size: 14px;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.product-price-percent--value .product__price-decimal {
  top: -4px;
}
@media screen and (max-width: 768px) {
  .product-price-percent {
    font-size: 16px;
    line-height: 24px;
  }
  .product-price-percent--sale-wrap-value {
    padding: 8px 16px;
  }
  .product-price-percent--sale-wrap-percent {
    padding: 8px 16px;
    height: 42px;
  }
  .product-price-percent .swiper-pagination {
    bottom: 20px !important;
  }
  .product-price-percent .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .product-price-percent .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .product-price-percent .product__price-decimal {
    top: -1px;
    font-size: 12px;
  }
  .product-price-percent--value .product__price-decimal {
    top: -3px;
  }
}

.erp-price-reporter-page-cart {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .erp-price-reporter-page-cart {
    margin-bottom: 50px;
  }
}

.erp-price-reporter-shortcode-cart-wrap .empty-cart h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
  margin-bottom: 10px;
}
.erp-price-reporter-shortcode-cart-wrap .empty-cart .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.erp-price-reporter-shortcode-cart-wrap .empty-cart .btn svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-shortcode-cart-wrap .empty-cart .btn:hover svg path {
  stroke: var(--erp-primary-color);
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .btn {
  width: fit-content;
  margin-top: 8px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-image {
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 2px;
  margin-right: 8px;
  min-height: 166px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-image img {
  max-width: 80%;
  max-height: 80%;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  word-break: break-word;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-attributes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-attributes .label {
  font-weight: 500;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .erp-remove-cart-item {
  color: var(--erp-secondary-color);
  max-width: fit-content;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .price {
  color: var(--erp-secondary-color);
  font-size: 18px;
  font-weight: 500;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .price .product__price-decimal {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -4px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary {
  padding: 24px;
  background: #F9F9F9;
  height: fit-content;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .error-messages {
  color: var(--erp-secondary-color);
  font-size: 14px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item {
  display: flex;
  justify-content: space-between;
  color: var(--erp-primary-color);
  line-height: 24px;
  margin-bottom: 12px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item .product__price-decimal {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--total {
  padding-top: 24px;
  border-top: 1px solid #D8D8D8;
  font-weight: 500;
  font-size: 20px;
  margin-top: 24px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--total .product__price-decimal {
  top: -6px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item.summary-item--shipping .summary-item--value {
  max-width: 250px;
  text-align: right;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-message {
  font-size: 13px;
  color: #ff0000;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-additional {
  flex-direction: column;
  row-gap: 5px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-additional-item {
  display: grid;
  grid-template-columns: 1fr 105px;
  align-items: flex-start;
  column-gap: 10px;
  padding-left: 20px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-additional-item select {
  width: 100%;
  cursor: pointer;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-additional .shipping-additional-amount {
  text-align: right;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--shipping-additional .shipping-additional-amount.hide-amount {
  display: none;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .btn {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: normal;
  column-gap: 15px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .btn svg {
  width: 16px;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .btn svg path {
  fill: #ffffff;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .btn:hover svg path {
  fill: #000000;
}
.erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary .btn-punchout-submit-order {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .btn {
    width: 100%;
    text-align: center;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary {
    padding: 20px;
    width: auto;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item .product__price-decimal {
    font-size: 10px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--total {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary-item--total .product__price-decimal {
    top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-image {
    max-width: 64px;
    max-height: 64px;
    min-height: 64px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-info {
    flex: unset;
    width: 100%;
    order: 3;
    gap: 6px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-attributes {
    gap: 6px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .summary {
    min-width: unset;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-image {
    max-width: 100%;
    height: 250px;
    max-height: unset;
    margin: 0;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-info {
    order: unset;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .erp-theme-quantity-input input {
    height: 48px;
  }
  .erp-price-reporter-shortcode-cart-wrap .cart-with-products .products .product-actions {
    margin-top: 14px;
  }
}

.erp-price-reporter-page-checkout {
  margin-bottom: 120px;
}
.erp-price-reporter-page-checkout .checkout-wrap {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.erp-price-reporter-page-checkout .checkout-form-fields {
  flex: 1;
  max-width: 650px;
}
.erp-price-reporter-page-checkout .checkout-form-fields .payment-method .payment-method-block {
  pointer-events: none;
}
.erp-price-reporter-page-checkout .checkout-form-fields .payment-method .payment_method {
  margin-right: 5px;
}
.erp-price-reporter-page-checkout .checkout-form-fields .payment-method.payment-method-selected .payment-method-block {
  pointer-events: all;
}
.erp-price-reporter-page-checkout .checkout-form-fields .payment-method .payment-method-selecting {
  display: none;
}
.erp-price-reporter-page-checkout .checkout-form-fields .has-many-payments-methods .payment-method .payment-method-selecting {
  display: block;
}
.erp-price-reporter-page-checkout .checkout-form-fields .has-many-payments-methods .payment-method .payment-method-block {
  padding-left: 28px;
}
.erp-price-reporter-page-checkout .checkout-form-fields h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--erp-primary-color);
  margin-bottom: 8px;
  line-height: 26px;
}
.erp-price-reporter-page-checkout .erp-price-reporter-form-group.w-50 {
  max-width: calc(50% - 8px);
  width: 100%;
}
.erp-price-reporter-page-checkout .erp-price-reporter-form-group.w-31 {
  max-width: 31%;
  width: 100%;
}
.erp-price-reporter-page-checkout .erp-price-reporter-form-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-checkout .erp-price-reporter-form-group label[for=billing_saved_address_id], .erp-price-reporter-page-checkout .erp-price-reporter-form-group label[for=shipping_saved_address_id], .erp-price-reporter-page-checkout .erp-price-reporter-form-group label[for=credit_card_id] {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.erp-price-reporter-page-checkout .btn-submit-checkout-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.erp-price-reporter-page-checkout .summary {
  padding: 24px;
  background: #F9F9F9;
  height: fit-content;
  min-width: 412px;
  width: 412px;
}
.erp-price-reporter-page-checkout .summary h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-checkout .summary-item {
  display: flex;
  justify-content: space-between;
  color: var(--erp-primary-color);
  line-height: 24px;
  margin-bottom: 12px;
}
.erp-price-reporter-page-checkout .summary-item .product__price-decimal {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
.erp-price-reporter-page-checkout .summary-item--total {
  padding-top: 24px;
  border-top: 1px solid #D8D8D8;
  font-weight: 500;
  font-size: 20px;
  margin-top: 24px;
}
.erp-price-reporter-page-checkout .summary-item--total .product__price-decimal {
  top: -6px;
}
.erp-price-reporter-page-checkout .summary-item.summary-item--shipping .summary-item--value {
  max-width: 250px;
  text-align: right;
}
.erp-price-reporter-page-checkout .summary-item--shipping-message {
  font-size: 13px;
  color: #ff0000;
}
.erp-price-reporter-page-checkout .summary-item--shipping-additional {
  flex-direction: column;
  row-gap: 5px;
}
.erp-price-reporter-page-checkout .summary-item--shipping-additional.shipping-additional-amount-hide .shipping-additional-amount {
  display: none;
}
.erp-price-reporter-page-checkout .summary-item--shipping-additional .shipping-additional-amount {
  text-align: right;
}
.erp-price-reporter-page-checkout .summary-item--shipping-additional-item {
  display: grid;
  grid-template-columns: 1fr 105px;
  align-items: baseline;
  column-gap: 10px;
  padding-left: 20px;
}
.erp-price-reporter-page-checkout .summary-item--shipping-additional-item select {
  width: 100%;
  cursor: pointer;
}
.erp-price-reporter-page-checkout .summary .btn {
  width: 100%;
  text-align: center;
}
.erp-price-reporter-page-checkout .checkout-form-fields-group {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.erp-price-reporter-page-checkout .checkout-form-fields-group > *:not(.w-50):not(.w-31) {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.erp-price-reporter-page-checkout .checkout-form-fields-group--choose-template {
  margin-bottom: 0;
}
.erp-price-reporter-page-checkout .checkout-form-fields-group--choose-template .erp-price-reporter-select-wrap:after {
  top: calc(50% + 9px);
}
.erp-price-reporter-page-checkout .checkout-form-fields-group .use-billing-address label {
  display: flex;
  gap: 6px;
  font-size: 16px;
}
.erp-price-reporter-page-checkout .btn-submit-checkout {
  width: 100%;
  text-align: center;
}
.erp-price-reporter-page-checkout .submit-checkout-description {
  font-weight: 400;
  font-size: 12px;
  max-width: 364px;
  font-style: italic;
  color: rgb(37, 37, 37);
}
.erp-price-reporter-page-checkout .submit-checkout-description a {
  text-decoration: underline;
  color: rgb(37, 37, 37);
}
.erp-price-reporter-page-checkout .btn-add-new-card {
  background-color: transparent;
  border: none;
  text-align: left;
  color: rgb(33, 98, 161);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.erp-price-reporter-page-checkout .btn-add-new-card:hover {
  color: rgb(15, 70, 126);
}
.erp-price-reporter-page-checkout .btn-add-new-card.checkout-add-card-disable {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.erp-price-reporter-page-checkout .add-new-card-description {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}
.erp-price-reporter-page-checkout .erp-checkout-add-new-address {
  color: var(--erp-secondary-color);
}
.erp-price-reporter-page-checkout input[type=checkbox][disabled], .erp-price-reporter-page-checkout select[disabled] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .erp-price-reporter-page-checkout {
    margin-bottom: 50px;
  }
  .erp-price-reporter-page-checkout .checkout-wrap {
    gap: 40px;
    flex-direction: column-reverse;
  }
  .erp-price-reporter-page-checkout .summary {
    padding: 20px;
    width: auto;
  }
  .erp-price-reporter-page-checkout .summary h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .erp-price-reporter-page-checkout .summary-item {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-checkout .summary-item .product__price-decimal {
    font-size: 10px;
  }
  .erp-price-reporter-page-checkout .summary-item--total {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .erp-price-reporter-page-checkout .summary-item--total .product__price-decimal {
    top: -4px;
  }
  .erp-price-reporter-page-checkout .checkout-form-fields {
    max-width: 100%;
  }
  .erp-price-reporter-page-checkout .checkout-form-fields h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-checkout .summary {
    min-width: unset;
  }
  .erp-price-reporter-page-checkout .erp-price-reporter-form-group.w-50, .erp-price-reporter-page-checkout .erp-price-reporter-form-group.w-31 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .erp-price-reporter-page-checkout .erp-price-reporter-form-group label {
    font-size: 13px;
    line-height: 20px;
  }
  .erp-price-reporter-page-checkout .btn-submit-checkout-wrap {
    flex-direction: column;
  }
}

.erp-price-reporter-page-account {
  margin-bottom: 140px;
}
.erp-price-reporter-page-account--title {
  font-weight: 500;
  margin: 0 0 32px;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-account--wrap {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.erp-price-reporter-page-account--menu {
  max-width: 300px;
  width: 100%;
  border-right: 1px solid #D8D8D8;
}
.erp-price-reporter-page-account--content {
  flex: 1;
}
.erp-price-reporter-page-account-menu-item {
  border-bottom: 1px solid #D8D8D8;
}
.erp-price-reporter-page-account-menu-item a {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-account-menu-item a:hover, .erp-price-reporter-page-account-menu-item a.active {
  color: var(--erp-secondary-color);
}
.erp-price-reporter-page-account-menu-item a:hover svg path, .erp-price-reporter-page-account-menu-item a.active svg path {
  stroke: var(--erp-secondary-color);
}
.erp-price-reporter-page-account-menu-item a svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-account-menu-item .user-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--erp-secondary-color);
  margin-bottom: 8px;
}
.erp-price-reporter-page-account-menu-item .user-email {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  padding-bottom: 16px;
  word-wrap: break-word;
}
.erp-price-reporter-page-account .erp-price-reporter-form {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 24px;
  max-width: 550px;
}
.erp-price-reporter-page-account .erp-price-reporter-form.erp-price-reporter-account-addresses-form {
  max-width: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-form-group {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-form-group.w-50 {
  max-width: calc(50% - 8px);
  width: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-form .submit-group {
  flex-direction: row;
  gap: 12px;
}
.erp-price-reporter-page-account .erp-price-reporter-form .submit-group a {
  line-height: 1;
}
.erp-price-reporter-page-account .erp-price-reporter-change-password-btn {
  margin-top: 5px;
}
.erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a {
  font-size: 14px;
  line-height: 20px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a:hover, .erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a.active {
  background-color: var(--erp-secondary-color);
  color: #FFFEFE;
  opacity: 1;
}
.erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a:hover svg path, .erp-price-reporter-page-account .erp-price-reporter-table-orders-pagination a.active svg path {
  fill: #FFFEFE;
}
.erp-price-reporter-page-account .erp-price-reporter-table-download-invoce-btn svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-account .erp-price-reporter-table-download-invoce-btn:hover svg path {
  fill: var(--erp-secondary-color);
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form {
  display: block;
  margin: 0;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-select-wrap::after {
  top: calc(50% + 9px);
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-form-group.hidden {
  display: none;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-checkbox-wrap label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  cursor: pointer;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-add-shipping-address.hide-add-shipping-address {
  display: none;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-addresses {
  display: flex;
  gap: 16px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-addresses .erp-price-reporter-remove-address-btn-wrap {
  flex: 1;
  position: relative;
  top: 8px;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address {
  max-width: 550px;
  width: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--data {
  display: none;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--data h3 {
  font-size: 22px;
  font-weight: 500;
  color: var(--erp-primary-color);
  line-height: 26px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--name {
  border: 1px solid #D8D8D8;
  display: block;
  line-height: 24px;
  padding: 7px 12px;
  position: relative;
  border-radius: 4px;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--name svg {
  transition: all 0.15s ease;
  position: absolute;
  top: 11px;
  right: 12px;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--type, .erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address--default {
  font-size: 14px;
  font-weight: 500;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address.active .erp-price-reporter-address--data {
  display: flex;
  column-gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
  row-gap: 24px;
  border-right: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 12px 12px;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address.active .erp-price-reporter-address--name {
  border-bottom: unset;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address.active .erp-price-reporter-address--name svg {
  transform: rotate(180deg);
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address.has-error .erp-price-reporter-address--data {
  border-color: red;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address.has-error .erp-price-reporter-address--name {
  border-color: red;
}
.erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .submit-group {
  margin-top: 32px;
}
.erp-price-reporter-page-account .erp-account-order-detail--header {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.erp-price-reporter-page-account .erp-account-order-detail--header h3 {
  color: var(--erp-primary-color);
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  font-weight: 700;
}
.erp-price-reporter-page-account .erp-account-order-detail--header-status {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-account .erp-account-order-detail--date {
  color: #9C9C9C;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.erp-price-reporter-page-account .erp-account-order-detail--date-tracking-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  display: flex;
  column-gap: 6px;
}
.erp-price-reporter-page-account .erp-account-order-detail--date-tracking-link span {
  color: var(--erp-secondary-color);
  text-decoration: underline;
}
.erp-price-reporter-page-account .erp-account-order-detail--email-invoice {
  cursor: pointer;
  display: flex;
  column-gap: 6px;
}
.erp-price-reporter-page-account .erp-account-order-detail--email-invoice span {
  color: var(--erp-secondary-color);
  text-decoration: underline;
}
.erp-price-reporter-page-account .erp-account-order-detail--email-invoice.disable-email-invoice {
  pointer-events: none;
}
.erp-price-reporter-page-account .erp-account-order-detail--email-invoice.disable-email-invoice span {
  color: #9C9C9C;
}
.erp-price-reporter-page-account .erp-account-order-detail--email-invoice.disable-email-invoice svg path {
  fill: #9C9C9C;
}
.erp-price-reporter-page-account .erp-account-order-detail--product-table-name div {
  max-width: 250px;
}
.erp-price-reporter-page-account .erp-account-order-detail--product-table-sku, .erp-price-reporter-page-account .erp-account-order-detail--product-table-price, .erp-price-reporter-page-account .erp-account-order-detail--product-table-qty, .erp-price-reporter-page-account .erp-account-order-detail--product-table-subtotal {
  width: 150px;
}
.erp-price-reporter-page-account .erp-account-order-detail--summary {
  margin-top: 16px;
  background: #F9F9F9;
  padding: 24px;
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 90px;
  margin-left: auto;
  text-align: right;
  margin-bottom: 16px;
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item:last-child {
  margin-bottom: 0;
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item-label, .erp-price-reporter-page-account .erp-account-order-detail--summary-item-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item .product__price-decimal {
  font-size: 12px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item-total-label, .erp-price-reporter-page-account .erp-account-order-detail--summary-item-total-value {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-secondary-color);
}
.erp-price-reporter-page-account .erp-account-order-detail--summary-item-total .product__price-decimal {
  top: -4px;
}
.erp-price-reporter-page-account .erp-account-order-detail--information {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 16px;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-title {
  font-weight: 500;
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 26px;
  width: 100%;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item {
  max-width: 240px;
  width: 100%;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item#erp-order-tracking-information {
  flex: 1;
  max-width: unset;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item#erp-order-tracking-information .tracking-number-item:not(:last-child) {
  margin-bottom: 16px;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item#erp-order-tracking-information .tracking-number-item span {
  font-weight: 500;
  color: #9c9c9c;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
  margin-bottom: 16px;
}
.erp-price-reporter-page-account .erp-account-order-detail--information-item-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--erp-primary-color);
  line-height: 34px;
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
  margin-bottom: 32px;
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search label {
  position: relative;
  max-width: 390px;
  width: 100%;
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search label input {
  width: 100%;
  padding-right: 40px;
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search label button {
  position: absolute;
  top: 9px;
  right: 12px;
  padding: 0;
  background: none;
  border: unset;
  width: 24px;
  height: 24px;
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search .orders-tab {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: rgb(249, 249, 249);
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid rgb(216, 216, 216);
}
.erp-price-reporter-page-account .erp-price-reporter-orders-search .orders-tab.active-tab {
  pointer-events: none;
  border-color: var(--erp-secondary-color);
  color: var(--erp-secondary-color);
}
@media screen and (max-width: 1100px) {
  .erp-price-reporter-page-account .erp-account-order-detail--product-table-sku, .erp-price-reporter-page-account .erp-account-order-detail--product-table-price, .erp-price-reporter-page-account .erp-account-order-detail--product-table-qty, .erp-price-reporter-page-account .erp-account-order-detail--product-table-subtotal {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .erp-price-reporter-page-account {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .erp-price-reporter-page-account--title {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .erp-price-reporter-page-account--menu {
    max-width: 200px;
  }
  .erp-price-reporter-page-account .erp-theme-breadcrumbs {
    margin-bottom: 16px;
  }
  .erp-price-reporter-page-account-menu-item a {
    font-size: 16px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account-menu-item .user-name {
    font-size: 16px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account-menu-item .user-email {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-address {
    max-width: calc(100% - 70px);
  }
  .erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .erp-price-reporter-addresses .erp-price-reporter-remove-address-btn-wrap {
    max-width: fit-content;
  }
  .erp-price-reporter-page-account .erp-price-reporter-account-addresses-form .submit-group {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-account .erp-price-reporter-orders-search {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .erp-price-reporter-page-account .erp-price-reporter-orders-search label {
    max-width: 480px;
  }
  .erp-price-reporter-page-account .erp-price-reporter-orders-search label button {
    top: 7px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--header h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--header-status {
    font-size: 18px;
    line-height: 22px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--date a {
    font-size: 16px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--product-table-name div {
    max-width: unset;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary {
    padding: 20px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item {
    max-width: 100%;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item-label {
    text-align: left;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item-label, .erp-price-reporter-page-account .erp-account-order-detail--summary-item-value {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item .product__price-decimal {
    font-size: 10px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item-total-label {
    text-align: left;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--summary-item-total-label, .erp-price-reporter-page-account .erp-account-order-detail--summary-item-total-value {
    font-size: 16px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--information {
    margin-top: 32px;
    flex-direction: column;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--information-title {
    margin: 0 0 4px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--information-item-label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .erp-price-reporter-page-account .erp-account-order-detail--information-item-value {
    font-size: 14px;
    line-height: 24px;
  }
  .erp-price-reporter-page-account--wrap {
    flex-direction: column;
    align-items: center;
  }
  .erp-price-reporter-page-account--menu {
    max-width: 100%;
    border-right: unset;
  }
  .erp-price-reporter-page-account--content {
    max-width: 100%;
    width: 100%;
  }
  .erp-price-reporter-page-account .erp-price-reporter-form {
    max-width: 100%;
  }
  .erp-price-reporter-page-account .erp-price-reporter-form-group.w-50 {
    max-width: 100%;
  }
  .erp-price-reporter-page-account .erp-price-reporter-form .submit-group {
    flex: 1;
  }
  .erp-price-reporter-page-account .erp-price-reporter-form .submit-group > * {
    flex: 1;
    text-align: center;
  }
}

.erp-error-404-page {
  padding: 40px 0 130px;
}
.erp-error-404-page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  text-align: center;
}
.erp-error-404-page svg {
  max-width: 100%;
}
.erp-error-404-page h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 48px 0 24px;
  color: var(--erp-primary-color);
}
.erp-error-404-page--content {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .erp-error-404-page {
    padding: 40px 0 60px;
  }
  .erp-error-404-page h1 {
    margin: 48px 0 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .erp-error-404-page--content {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

.erp-price-reporter-shortcode-categories-list--item-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 32px 0;
  color: var(--erp-primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.erp-price-reporter-shortcode-categories-list--item-title svg {
  display: none;
}
.erp-price-reporter-shortcode-categories-list--subcategory {
  display: flex;
  flex-direction: column;
  border: 1px solid #D8D8D8;
  padding: 16px;
  text-align: center;
}
.erp-price-reporter-shortcode-categories-list--subcategory-image {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.erp-price-reporter-shortcode-categories-list--subcategory-image img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}
.erp-price-reporter-shortcode-categories-list--subcategory-name {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  margin-bottom: 24px;
}
.erp-price-reporter-shortcode-categories-list--subcategory-go {
  font-size: 14px;
  line-height: 20px;
  color: var(--erp-primary-color);
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .erp-price-reporter-shortcode-categories-list .erp-price-reporter-shortcode-categories-list--subcategories {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-shortcode-categories-list .erp-price-reporter-shortcode-categories-list--subcategories {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    display: none;
  }
  .erp-price-reporter-shortcode-categories-list--item.active .erp-price-reporter-shortcode-categories-list--subcategories {
    display: grid;
  }
  .erp-price-reporter-shortcode-categories-list--item.active .erp-price-reporter-shortcode-categories-list--item-title svg {
    transform: rotate(180deg);
  }
  .erp-price-reporter-shortcode-categories-list .erp-price-reporter-shortcode-categories-list--item {
    margin-bottom: 20px;
  }
  .erp-price-reporter-shortcode-categories-list--item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0;
    cursor: pointer;
  }
  .erp-price-reporter-shortcode-categories-list--item-title svg {
    display: block;
    transition: all 0.15s ease;
  }
}

.erp-price-reporter-page-category {
  margin-bottom: 120px;
}
.erp-price-reporter-page-category--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.erp-price-reporter-page-category--header-sort {
  position: relative;
}
.erp-price-reporter-page-category--header-sort a {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-category--header-sort > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  width: 250px;
}
.erp-price-reporter-page-category--header-sort > a svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--header-sort > a.active {
  border-radius: 4px 4px 0 0;
}
.erp-price-reporter-page-category--header-sort > a.active svg {
  transform: rotate(180deg);
}
.erp-price-reporter-page-category--header-sort-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 10;
}
.erp-price-reporter-page-category--header-sort-dropdown a {
  padding: 8px 12px;
  display: block;
  border-bottom: 1px solid #D8D8D8;
}
.erp-price-reporter-page-category--header-sort-dropdown a:last-child {
  border-bottom: none;
}
.erp-price-reporter-page-category--header-title {
  margin: 0;
  color: var(--erp-primary-color);
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
}
.erp-price-reporter-page-category--header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.erp-price-reporter-page-category--header-view {
  display: flex;
  align-items: center;
}
.erp-price-reporter-page-category--header-view a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #D8D8D8;
}
.erp-price-reporter-page-category--header-view a svg {
  width: 30px;
  height: 30px;
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--header-view a:first-child {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.erp-price-reporter-page-category--header-view a:last-child {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.erp-price-reporter-page-category--header-view a.active, .erp-price-reporter-page-category--header-view a:hover {
  background-color: var(--erp-secondary-color);
  border-color: transparent;
  opacity: 1;
}
.erp-price-reporter-page-category--header-view a.active svg path, .erp-price-reporter-page-category--header-view a:hover svg path {
  fill: #FFFEFE;
}
.erp-price-reporter-page-category--body {
  display: flex;
  gap: 35px;
}
.erp-price-reporter-page-category--filters {
  max-width: 290px;
  width: 100%;
}
.erp-price-reporter-page-category--filters-apply-btn {
  text-align: center;
}
.erp-price-reporter-page-category--filters-current {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.erp-price-reporter-page-category--filters-current-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-category--filters-current-label svg {
  display: none;
}
.erp-price-reporter-page-category--filters-current-clear-all {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--erp-secondary-color);
}
.erp-price-reporter-page-category--filters-current-clear-all:hover, .erp-price-reporter-page-category--filters-current-clear-all:focus, .erp-price-reporter-page-category--filters-current-clear-all:active, .erp-price-reporter-page-category--filters-current-clear-all:visited {
  color: var(--erp-secondary-color);
}
.erp-price-reporter-page-category--filters-items > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.erp-price-reporter-page-category--filters-item {
  border-bottom: 1px solid #D8D8D8;
}
.erp-price-reporter-page-category--filters-item-mobile-title {
  display: none;
}
.erp-price-reporter-page-category--filters-item-dropdown-link {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.erp-price-reporter-page-category--filters-item-dropdown-link svg {
  width: 24px;
  height: 24px;
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--filters-item-dropdown-link.active svg {
  transform: rotate(180deg);
}
.erp-price-reporter-page-category--filters-item-dropdown {
  display: none;
  padding-bottom: 8px;
}
.erp-price-reporter-page-category--filters-item-dropdown.active {
  display: block;
}
.erp-price-reporter-page-category--filters-item .radio-dropdown-group, .erp-price-reporter-page-category--filters-item .checkbox-dropdown-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 1px;
}
.erp-price-reporter-page-category--filters-dropdown-group {
  max-height: 400px;
  overflow: auto;
}
.erp-price-reporter-page-category--main {
  flex: 1;
}
.erp-price-reporter-page-category--products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.erp-price-reporter-page-category--products-image {
  background: #F9F9F9;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.15s ease;
  max-height: 250px;
  height: 100%;
}
.erp-price-reporter-page-category--products-image a {
  display: flex;
  height: 100%;
}
.erp-price-reporter-page-category--products-image img {
  max-height: 250px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.erp-price-reporter-page-category--products-sale {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 4px;
  background: var(--erp-secondary-color);
  color: #FFFEFE;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  z-index: 9;
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--products-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: var(--erp-primary-color);
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.erp-price-reporter-page-category--products-sku {
  font-size: 16px;
  line-height: 20px;
  color: var(--erp-primary-color);
  opacity: 0.5;
  margin-top: 6px;
}
.erp-price-reporter-page-category--products-info {
  margin-bottom: 16px;
}
.erp-price-reporter-page-category--products-price .product__price .product__price-value {
  font-size: 18px;
  line-height: 24px;
}
.erp-price-reporter-page-category--products-price .product__price .product__price-value .product__price-decimal {
  top: -5px;
  font-size: 11px;
}
.erp-price-reporter-page-category--products-price .product__price .product__price-value:not(.product__price-value--sale) {
  font-size: 16px;
}
.erp-price-reporter-page-category--products-price .product__price .product__price-value:not(.product__price-value--sale) .product__price-decimal {
  top: -3px;
  font-size: 11px;
}
.erp-price-reporter-page-category--products-add-to-cart {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
}
.erp-price-reporter-page-category--products .erp-theme-quantity-input {
  height: 48px;
}
.erp-price-reporter-page-category--products .erp-price-reporter-add-product-to-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 2px;
  flex: 1;
  justify-content: center;
}
.erp-price-reporter-page-category--products .erp-price-reporter-add-product-to-cart svg {
  width: 24px;
  height: 24px;
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--products .erp-price-reporter-add-product-to-cart:hover svg path {
  stroke: var(--erp-primary-color);
}
.erp-price-reporter-page-category--products-item {
  transition: all 1s ease;
  display: flex;
  flex-direction: column;
}
.erp-price-reporter-page-category--products .erp-price-reporter-page-category--products-bottom-wrap {
  margin-top: auto;
}
.erp-price-reporter-page-category--products[data-view=list] {
  grid-template-columns: 1fr;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-item {
  display: flex;
  gap: 24px;
  flex-direction: row;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-bottom-wrap {
  margin-top: unset;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-image {
  max-width: 133px;
  height: 133px;
  margin: 0;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-info {
  flex: 1;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-bottom-wrap {
  max-width: 250px;
  width: 100%;
}
.erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-sale {
  top: 8px;
  left: 8px;
  padding: 2px 8px;
}
.erp-price-reporter-page-category--products-empty h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
  margin-bottom: 10px;
}
.erp-price-reporter-page-category--products-empty .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.erp-price-reporter-page-category--products-empty .btn svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-page-category--products-empty .btn:hover svg path {
  stroke: var(--erp-primary-color);
}
@media screen and (max-width: 1024px) {
  .erp-price-reporter-page-category--filters {
    max-width: 180px;
  }
  .erp-price-reporter-page-category--filters-item-dropdown-link {
    font-size: 16px;
  }
  .erp-price-reporter-page-category--products {
    grid-template-columns: repeat(2, 1fr);
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-item {
    gap: 12px;
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-image {
    max-width: 90px;
    max-height: 90px;
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-bottom-wrap {
    max-width: 212px;
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-category {
    margin-bottom: 60px;
  }
  .erp-price-reporter-page-category--header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .erp-price-reporter-page-category--header-title {
    font-size: 18px;
    line-height: 28px;
  }
  .erp-price-reporter-page-category--header-view {
    display: none;
  }
  .erp-price-reporter-page-category--header-right {
    max-width: 100%;
    width: 100%;
  }
  .erp-price-reporter-page-category--header-sort {
    width: 100%;
  }
  .erp-price-reporter-page-category--header-sort > a {
    width: 100%;
  }
  .erp-price-reporter-page-category--header-sort a {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-category--body {
    flex-direction: column;
    gap: 32px;
  }
  .erp-price-reporter-page-category--filters {
    max-width: 100%;
  }
  .erp-price-reporter-page-category--filters-current {
    margin-bottom: 0;
  }
  .erp-price-reporter-page-category--filters-current-label {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    gap: 4px;
    cursor: pointer;
  }
  .erp-price-reporter-page-category--filters-current-label svg {
    display: block;
  }
  .erp-price-reporter-page-category--filters-items {
    position: fixed;
    left: -1000px;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 20px;
    transition: all 0.15s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .erp-price-reporter-page-category--filters-items.active {
    left: 0;
  }
  .erp-price-reporter-page-category--filters-items > div {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    overflow: auto;
    max-height: 100%;
  }
  .erp-price-reporter-page-category--filters-item-mobile-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: unset;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
  .erp-price-reporter-page-category--filters-item-mobile-title-close {
    display: flex;
  }
  .erp-price-reporter-page-category--products-price .product__price .product__price-value {
    font-size: 16px;
    line-height: 20px;
  }
  .erp-price-reporter-page-category--products-price .product__price .product__price-value .product__price-decimal {
    top: -3px;
    font-size: 11px;
  }
  .erp-price-reporter-page-category--products-price .product__price .product__price-value:not(.product__price-value--sale) {
    font-size: 14px;
    line-height: 20px;
  }
  .erp-price-reporter-page-category--products-price .product__price .product__price-value:not(.product__price-value--sale) .product__price-decimal {
    top: -2px;
    font-size: 10px;
  }
  .erp-price-reporter-page-category--products[data-view=list] {
    grid-template-columns: repeat(2, 1fr);
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-item {
    flex-direction: column;
    gap: unset;
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-image {
    max-width: 100%;
    max-height: 250px;
    margin-bottom: 20px;
    height: auto;
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-sale {
    top: 12px;
    left: 12px;
    padding: 4px 12px;
  }
  .erp-price-reporter-page-category--products[data-view=list] .erp-price-reporter-page-category--products-bottom-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .erp-price-reporter-page-category--products {
    grid-template-columns: repeat(1, 1fr);
  }
  .erp-price-reporter-page-category--products[data-view=list] {
    grid-template-columns: repeat(1, 1fr);
  }
}

.erp-price-reporter-page-department--title {
  margin: 0 0 48px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-department--items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 40px;
  margin-bottom: 115px;
}
.erp-price-reporter-page-department--item {
  padding: 16px;
  border: 1px solid #D8D8D8;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.erp-price-reporter-page-department--item-main {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.erp-price-reporter-page-department--item-go {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-secondary-color) !important;
}
.erp-price-reporter-page-department--item-sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.erp-price-reporter-page-department--item-sub a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  color: var(--erp-primary-color);
}
@media screen and (max-width: 992px) {
  .erp-price-reporter-page-department--items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-page-department--items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .erp-price-reporter-page-department--items {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.section-simple-text {
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .section-simple-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-faq--title {
  margin-bottom: 14px;
  color: var(--erp-primary-color);
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.section-faq--item {
  border-bottom: 1px solid #D8D8D8;
}
.section-faq--item__question {
  display: flex;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  line-height: 26px;
}
.section-faq--item__question svg {
  transition: all 0.15s ease;
}
.section-faq--item__answer {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
  padding-bottom: 18px;
  display: none;
}
.section-faq--item.active .section-faq--item__question svg {
  transform: rotate(180deg);
}
.section-faq--item.active .section-faq--item__answer {
  display: block;
}
@media screen and (max-width: 768px) {
  .section-faq--title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-faq--item__question {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 0;
  }
  .section-faq--item__question svg {
    width: 24px;
    height: 24px;
  }
  .section-faq--item__answer {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
  }
}

.section-image-right-left.image-position-left .section-image-right-left--wrap {
  flex-direction: row-reverse;
}
.section-image-right-left--wrap {
  display: flex;
  gap: 32px;
  align-items: center;
}
.section-image-right-left--wrap > * {
  flex: 1;
}
.section-image-right-left--title {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: var(--erp-primary-color);
  margin-bottom: 16px;
}
.section-image-right-left--text {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-text-color);
}
.section-image-right-left--btn {
  margin-top: 16px;
}
.section-image-right-left--img {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}
.section-image-right-left--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .section-image-right-left--wrap {
    flex-direction: column;
  }
  .section-image-right-left.image-position-left .section-image-right-left--wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .section-image-right-left--wrap {
    gap: 20px;
  }
  .section-image-right-left--title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .section-image-right-left--text {
    font-size: 14px;
    line-height: 20px;
  }
  .section-image-right-left--btn {
    margin-top: 12px;
  }
}

.section-advantages--items {
  display: flex;
  gap: 39px;
  flex-wrap: wrap;
}
.section-advantages--item {
  flex: 1;
  min-width: 320px;
  max-width: 388px;
  width: 100%;
}
.section-advantages--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--erp-primary-color);
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
  min-height: 40px;
  text-align: center;
}
.section-advantages--title:before {
  content: "";
  width: 16px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--erp-secondary-color);
  border-radius: 4px;
}
.section-advantages--title.hide-spacer {
  padding-left: 0;
}
.section-advantages--title.hide-spacer:before {
  content: none !important;
}
.section-advantages--text {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-text-color);
}
.section-advantages--text ul, .section-advantages--text ol {
  padding: 0;
  margin: 0 0 10px 16px;
}
.section-advantages--text ul:last-child, .section-advantages--text ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-advantages--items {
    gap: 20px;
  }
  .section-advantages--title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section-advantages--title:before {
    width: 8px;
  }
  .section-advantages--text {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-contact--title {
  margin-bottom: 14px;
  color: var(--erp-primary-color);
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.section-contact--wrap {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.section-contact--form {
  max-width: 550px;
}
.section-contact--items {
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  max-width: 320px;
  padding: 24px 19px 24px 24px;
}
.section-contact--item {
  padding-bottom: 32px;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 32px;
}
.section-contact--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.section-contact--item:first-child {
  padding-top: 0;
}
.section-contact--item__header {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--erp-primary-color);
}
.section-contact--item__icon {
  width: 40px;
  height: 40px;
  display: flex;
}
.section-contact--item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contact--item__content {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.section-contact--item__content a {
  font-weight: 400;
  font-size: 16px;
}
.section-contact--item__content p:first-child {
  margin-bottom: 24px;
}
.section-contact--item__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-contact--title {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-contact--wrap {
    flex-direction: column;
    gap: 40px;
  }
  .section-contact--items {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }
  .section-contact--form {
    max-width: 100%;
    width: 100%;
  }
  .section-contact--item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-contact--item__icon {
    width: 32px;
    height: 32px;
  }
  .section-contact--item__header {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section-contact--item__content {
    font-size: 14px;
    line-height: 20px;
  }
  .section-contact--item__content a {
    font-size: 14px;
  }
  .section-contact--item__content p:first-child {
    margin-bottom: 16px;
  }
  .section-contact--item__content p:last-child {
    margin-bottom: 0;
  }
}

.erp-price-reporter-contact-form {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.erp-price-reporter-contact-form .erp-price-reporter-form-group {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
.erp-price-reporter-contact-form .erp-price-reporter-form-group.w-50 {
  max-width: calc(50% - 8px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .erp-price-reporter-contact-form .erp-price-reporter-form-group.w-50 {
    max-width: 100%;
    width: 100%;
  }
}

.section-who-is-company--pretitle {
  line-height: 20px;
  color: var(--erp-secondary-color);
  position: relative;
  min-height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 42px;
}
.section-who-is-company--pretitle::before {
  content: "";
  min-width: 16px;
  max-width: 16px;
  height: 40px;
  background: var(--erp-secondary-color);
  border-radius: 4px;
}
.section-who-is-company--pretitle.hide-spacer::before {
  content: none !important;
}
.section-who-is-company--image {
  display: flex;
}
.section-who-is-company--image img {
  width: 100%;
  object-fit: cover;
}
.section-who-is-company--content {
  background: var(--erp-primary-color);
  padding: 40px 0;
}
.section-who-is-company--content .container {
  display: flex;
  align-items: center;
  gap: 110px;
}
.section-who-is-company--title {
  max-width: 40%;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  color: #FFFEFE;
  margin: 0;
}
.section-who-is-company--items {
  display: flex;
  align-items: center;
  flex: 1;
}
.section-who-is-company--item {
  padding-left: 24px;
  border-right: 1px solid #D8D8D8;
  flex: 1;
}
.section-who-is-company--item:first-child {
  padding-left: 0;
}
.section-who-is-company--item:last-child {
  border-right: none;
}
.section-who-is-company--item--title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: var(--erp-secondary-color);
  margin-bottom: 8px;
}
.section-who-is-company--item--text {
  font-size: 16px;
  line-height: 24px;
  color: #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .section-who-is-company--content .container {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-who-is-company--pretitle {
    gap: 8px;
    margin-bottom: 16px;
  }
  .section-who-is-company--pretitle::before {
    min-width: 8px;
    max-width: 8px;
  }
  .section-who-is-company--content {
    padding: 20px 0;
  }
  .section-who-is-company--content .container {
    gap: 12px;
    flex-direction: column;
    text-align: center;
  }
  .section-who-is-company--title {
    max-width: 335px;
    font-size: 18px;
    line-height: 28px;
  }
  .section-who-is-company--items {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    gap: 8px;
  }
  .section-who-is-company--item {
    padding: 0 0 8px 0;
    border-right: unset;
    border-bottom: 1px solid #D8D8D8;
    width: 100%;
  }
  .section-who-is-company--item:last-child {
    padding-bottom: 0;
    border-bottom: unset;
  }
  .section-who-is-company--item--title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .section-who-is-company--item--text {
    font-size: 14px;
    line-height: 20px;
  }
}

.section-featured-slider {
  overflow: hidden;
}
.section-featured-slider--pretitle {
  line-height: 20px;
  color: var(--erp-secondary-color);
  position: relative;
  min-height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
}
.section-featured-slider--pretitle::before {
  content: "";
  min-width: 16px;
  max-width: 16px;
  height: 40px;
  background: var(--erp-secondary-color);
  border-radius: 4px;
}
.section-featured-slider--pretitle.hide-spacer::before {
  content: none !important;
}
.section-featured-slider--wrap {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}
.section-featured-slider--content {
  max-width: 42%;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 80px;
  box-sizing: content-box;
}
.section-featured-slider--content:before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.section-featured-slider--title {
  font-weight: 500;
  color: var(--erp-primary-color);
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 12px;
}
.section-featured-slider--desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--erp-primary-color);
}
.section-featured-slider--button {
  margin-top: 24px;
}
.section-featured-slider--button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  justify-content: center;
}
.section-featured-slider--button a svg {
  transition: all 0.15s ease;
}
.section-featured-slider--button a:hover svg path {
  stroke: var(--erp-primary-color);
}
.section-featured-slider--slider {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}
.section-featured-slider--slider .swiper {
  overflow: unset;
}
.section-featured-slider--slider .swiper-slide {
  max-width: 480px;
  width: 100%;
  border: 1px solid #D8D8D8;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  border-radius: 4px;
  height: auto;
  gap: 16px;
}
.section-featured-slider--slider--image {
  width: 130px;
  height: 130px;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}
.section-featured-slider--slider--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-featured-slider--slider--left-content {
  flex: 1;
}
.section-featured-slider--slider--header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-featured-slider--slider--header img {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-featured-slider--slider--header div {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  color: var(--erp-primary-color);
}
.section-featured-slider--slider--text {
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
}
.section-featured-slider--navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  position: absolute;
  bottom: calc(100% + 29px);
  right: 0;
}
.section-featured-slider--navigation div {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: 0;
  transition: all 0.15s ease;
  color: var(--erp-primary-color);
}
.section-featured-slider--navigation div:after {
  font-size: 12px;
}
.section-featured-slider--navigation div:hover {
  color: #FFFEFE;
  background: var(--erp-primary-color);
  border-color: var(--erp-primary-color);
}
@media screen and (max-width: 768px) {
  .section-featured-slider--pretitle {
    gap: 8px;
    margin-bottom: 16px;
  }
  .section-featured-slider--pretitle::before {
    min-width: 8px;
    max-width: 8px;
  }
  .section-featured-slider--title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .section-featured-slider--content {
    max-width: 100%;
    padding: 0;
  }
  .section-featured-slider--desc {
    font-size: 14px;
    line-height: 20px;
  }
  .section-featured-slider--navigation {
    bottom: unset;
    position: relative;
    margin-top: 16px;
  }
  .section-featured-slider--wrap {
    flex-direction: column;
    gap: 32px;
  }
  .section-featured-slider--button {
    margin-top: 20px;
  }
  .section-featured-slider--button a {
    max-width: 100%;
    display: flex;
  }
  .section-featured-slider--slider .swiper-slide {
    flex-direction: column;
    gap: 12px;
  }
  .section-featured-slider--slider--header {
    margin-bottom: 8px;
  }
  .section-featured-slider--slider--header div {
    font-size: 16px;
  }
  .section-featured-slider--slider--text {
    font-size: 14px;
    line-height: 20px;
  }
  .section-featured-slider--slider--image {
    width: 100%;
    height: 100px;
    max-width: 250px;
    margin: 0 auto;
  }
}

.section-products-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  background: #f9f9f9;
  border-radius: 4px;
  height: 425px;
}
.section-products-slider--left-content {
  flex: 1;
  padding: 60px;
  flex-basis: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-products-slider--image {
  flex: 1;
  flex-basis: 50%;
}
.section-products-slider--image a {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-products-slider--image a.no-image {
  background-size: contain;
}
.section-products-slider--product-name {
  font-size: 32px;
  line-height: 40px;
  color: var(--erp-primary-color);
  font-weight: 600;
  margin: 0 0 16px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-products-slider--sku-label {
  font-weight: 500;
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.section-products-slider--sku-value {
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
}
.section-products-slider--price-wrap {
  margin-top: 24px;
}
.section-products-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px !important;
}
.section-products-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  margin: 0 6px !important;
}
.section-products-slider .swiper-pagination-bullet-active {
  background: var(--erp-secondary-color);
  width: 14px;
  height: 14px;
  border-color: #FFFEFE;
}
@media screen and (max-width: 768px) {
  .section-products-slider .swiper-slide {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .section-products-slider--left-content {
    padding: 20px;
    flex-basis: 100%;
    width: 100%;
  }
  .section-products-slider--product-name {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 8px 0;
  }
  .section-products-slider--sku-label {
    font-size: 14px;
    line-height: 20px;
  }
  .section-products-slider--sku-value {
    font-size: 14px;
    line-height: 20px;
  }
  .section-products-slider--price-wrap {
    margin-top: 16px;
  }
  .section-products-slider--image {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding: 0 20px 44px;
    box-sizing: border-box;
  }
  .section-products-slider--image a {
    height: 150px;
    border-radius: 4px;
  }
}

.section-banners-slider--image {
  height: 425px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 150px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-banners-slider--image:hover {
  opacity: 1;
}
.section-banners-slider--image[href] {
  cursor: default;
  pointer-events: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-banners-slider--image--text-left {
  align-items: flex-start;
  text-align: left;
}
.section-banners-slider--image--text-center {
  align-items: center;
  text-align: center;
}
.section-banners-slider--image--text-right {
  align-items: flex-end !important;
  text-align: right;
}
.section-banners-slider--logo {
  margin-bottom: 20px;
}
.section-banners-slider--logo img {
  height: 46px;
  object-fit: contain;
  object-position: left center;
}
.section-banners-slider--title {
  max-width: 432px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
}
.section-banners-slider--subtitle {
  font-size: 28px;
  font-weight: 600;
  max-width: 432px;
}
.section-banners-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 16px !important;
}
.section-banners-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  margin: 0 6px !important;
}
.section-banners-slider .swiper-pagination-bullet-active {
  background: var(--erp-secondary-color);
  width: 14px;
  height: 14px;
  border-color: #FFFEFE;
}
@media screen and (max-width: 992px) {
  .section-banners-slider--image {
    height: 250px;
    padding: 20px;
  }
  .section-banners-slider--logo {
    margin-bottom: 10px;
  }
  .section-banners-slider--logo img {
    height: 30px;
  }
  .section-banners-slider--title {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .section-banners-slider--subtitle {
    font-size: 21px;
    margin-bottom: 0;
  }
}

.section-banners-slider-2 .section-banners-slider--image--text-right .slider-content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}
.section-banners-slider-2 .section-banners-slider--image--text-center .slider-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section-banners-slider-2 .section-banners-slider--image--text-left .slider-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.section-banners-slider-2 .section-banners-slider--image {
  padding: 0;
  height: auto;
}

.section-banners-slider-2 .section-banners-slider--image .slide-image {
  display: flex;
  margin: 0 auto;
}

.section-banners-slider-2 .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 150px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .section-banners-slider-2 .slider-content {
    padding: 20px;
  }
}

.section-infinite-images-slider--title {
  line-height: 20px;
  font-size: 16px;
  color: var(--erp-secondary-color);
  position: relative;
  min-height: 40px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 35px;
}
.section-infinite-images-slider--title::before {
  content: "";
  min-width: 16px;
  max-width: 16px;
  height: 40px;
  background: var(--erp-secondary-color);
  border-radius: 4px;
}
.section-infinite-images-slider--title.hide-spacer::before {
  content: none !important;
}
.section-infinite-images-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  align-items: center;
  display: flex;
  cursor: default !important;
}
.section-infinite-images-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content !important;
}
.section-infinite-images-slider .swiper-slide img {
  width: auto;
  min-height: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}

.section-video-banner {
  overflow: hidden;
}
.section-video-banner--block {
  height: 35vw;
  display: block;
  position: relative;
  overflow: hidden;
}
.section-video-banner--video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.section-video-banner--title {
  position: absolute;
  top: 100px;
  left: 40%;
  transform: translateX(-50%);
  z-index: 9;
  font-size: clamp(1.6875rem, 1.1477rem + 2.2727vw, 3.875rem);
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .section-video-banner--title {
    top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .section-video-banner--title {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .section-video-banner--block {
    height: 50vh;
  }
  .section-video-banner--title {
    left: 50%;
  }
}

.section-advantages-2-columns--items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 39px;
  margin-top: 50px;
}
.section-advantages-2-columns--main-title {
  text-align: center;
  text-transform: uppercase;
}
.section-advantages-2-columns--title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: var(--erp-primary-color);
  margin-bottom: 16px;
  padding-left: 0;
  position: relative;
  min-height: 40px;
  text-align: center;
}
.section-advantages-2-columns--image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section-advantages-2-columns--text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--erp-text-color);
}
.section-advantages-2-columns--text ul, .section-advantages-2-columns--text ol {
  padding: 0;
  margin: 0 0 10px 16px;
}
.section-advantages-2-columns--text ul:last-child, .section-advantages-2-columns--text ol:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-advantages-2-columns--items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-advantages-2-columns--title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .section-advantages-2-columns--title:before {
    width: 8px;
  }
  .section-advantages-2-columns--text {
    font-size: 14px;
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
# Libraries
--------------------------------------------------------------*/
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.75);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 99999);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.erp-price-reporter-theme-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.erp-price-reporter-theme-pagination a {
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
}
.erp-price-reporter-theme-pagination a svg {
  transition: all 0.15s ease;
}
.erp-price-reporter-theme-pagination a:hover, .erp-price-reporter-theme-pagination a.active {
  background-color: var(--erp-secondary-color);
  color: #FFFEFE;
  opacity: 1;
}
.erp-price-reporter-theme-pagination a:hover svg path, .erp-price-reporter-theme-pagination a.active svg path {
  fill: #FFFEFE;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

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

.site-main-page {
  padding: 50px 0 30px;
}
.site-main-page a {
  color: #2B6CB0;
}
.site-main-page .entry-header {
  text-align: center;
}

.erp-theme-page {
  margin-bottom: 120px;
}
.erp-theme-page .content-wrap {
  color: var(--erp-primary-color);
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .erp-theme-page {
    margin-bottom: 60px;
  }
  .erp-theme-page .content-wrap {
    font-size: 14px;
    line-height: 20px;
  }
}

.flexible-template-sections {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .flexible-template-sections {
    margin-bottom: 60px;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Modal
--------------------------------------------- */
.erp-theme-modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  align-items: center;
  justify-content: center;
  display: none;
}
.erp-theme-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.erp-theme-modal__header h3 {
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}
.erp-theme-modal__close {
  cursor: pointer;
  color: #D8D8D8;
}
.erp-theme-modal.active {
  display: flex;
}
.erp-theme-modal__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  transition: all 0.15s ease;
  opacity: 0;
}
.erp-theme-modal__overlay.active {
  opacity: 1;
}
.erp-theme-modal__content {
  background: #FFFEFE;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.15s ease;
  max-width: 540px;
  width: 100%;
  padding: 24px;
  max-height: 95%;
  overflow: auto;
}
.erp-theme-modal__content.active {
  opacity: 1;
}
.erp-theme-modal__bottom {
  text-align: center;
  margin-top: 12px;
}
.erp-theme-modal__bottom-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.erp-theme-modal__bottom-link:hover {
  text-decoration: unset;
}
.erp-theme-modal--desc {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
.erp-theme-modal--same-sku-products {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.erp-theme-modal--same-sku-products-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.erp-theme-modal--same-sku-products h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.erp-theme-modal--same-sku-products label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.erp-theme-modal--same-sku-products-item-row--data {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.erp-theme-modal--same-sku-products-item-row--data-image {
  background-color: #F9F9F9;
  border-radius: 2px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.erp-theme-modal--same-sku-products-item-row--data-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.erp-theme-modal--same-sku-products-item-row--data-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.erp-theme-modal--same-sku-products-item-row--data-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.erp-theme-modal--same-sku-products-item-row--data-header-name {
  flex: 1;
}
.erp-theme-modal--same-sku-products-item-row--data-header .product__price .product__price-value {
  font-size: 13px;
  line-height: 16px;
}
.erp-theme-modal--same-sku-products-item-row--data-info {
  font-size: 12px;
  line-height: 16px;
}
.erp-theme-modal--same-sku-products-item-row--data-info-label {
  font-weight: 500;
}
.erp-theme-modal--same-sku-products button[type=submit] {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.erp-theme-modal--same-sku-products button[type=submit] svg {
  transition: all 0.15s ease;
}
.erp-theme-modal--same-sku-products button[type=submit]:hover svg path {
  stroke: var(--erp-primary-color);
}
.erp-theme-modal--same-sku-products input[type=radio] {
  width: 12px;
  height: 12px;
}
.erp-theme-modal--same-sku-products input[type=radio]:before {
  width: 14px;
  height: 14px;
}
.erp-theme-modal--same-sku-products input[type=radio]:after {
  width: 8px;
  height: 8px;
  left: 2px;
  top: 2px;
}

/* Quantity
--------------------------------------------- */
.erp-theme-quantity-input {
  position: relative;
  display: flex;
  max-width: 72px;
  min-width: 72px;
  width: 100%;
}
.erp-theme-quantity-input input {
  border: 1px solid #9C9C9C;
  max-width: 72px;
  width: 100%;
  padding: 6px 26px 6px 12px;
  background: #FFFEFE;
  -moz-appearance: textfield;
}
.erp-theme-quantity-input input::-webkit-outer-spin-button, .erp-theme-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.erp-theme-quantity-input button {
  background: unset;
  border: unset;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
}
.erp-theme-quantity-input button.erp-theme-quantity-input__btn--plus {
  bottom: unset;
  top: 0;
}

/* Breadcrumbs
--------------------------------------------- */
.erp-theme-breadcrumbs {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  padding-top: 10px;
}
.erp-theme-breadcrumbs a {
  color: #9c9c9c;
}
@media screen and (max-width: 768px) {
  .erp-theme-breadcrumbs {
    font-size: 12px;
    gap: 4px;
    margin-bottom: 16px;
  }
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */
