html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

*,
*::before,
*::after {
    box-sizing: border-box;
    /* 3 */
}

/* Sections
 */
body {
    margin: 0;
    font-family: 'Reader', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body > .skiptranslate {
    display: none;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-block-start: 0;
    margin-block-end: 0.9rem;
}

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

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

/* Text-level semantics
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: #CC3366;
}

a:hover,
a:active {
    color: #333366;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

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

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

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

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

/* Print
 */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        break-after: avoid;
    }
}

/**
 * Form styling
 */
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

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

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
    width: 100%;
    border: solid 1px #666666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    width: auto;
    -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;
}

button,
[type=submit],
[type=button] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}

button:focus,
[type=submit]:focus,
[type=button]:focus {
    outline: 5px auto -webkit-focus-ring-color;
}

button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

select {
    display: block;
    outline: none;
}

/**
 * Table styling
 */
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
    font-weight: bold;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
    border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/** Extra **/
.centered {
    text-align: center;
}

.eko-slider-wrapper .videoSwiper:not(.swiper-initialized) {
    opacity: 0;
}

.eko-slider-wrapper {
    background-color: var(--e-global-color-primary);
}

[data-elementor-type="header"] > *:nth-child(1) {
    z-index: 2;
    position: relative;
}

#cookie-notice .cn-button:hover {
    background: var(--e-global-color-accent) !important;
}

#cookie-notice,
#cookie-notice * {
    font-family: 'Reader' !important;
}

[data-elementor-type="header"] > .elementor-sticky {
    border: none !important;
}


body.page-template-page-without-padding #breadcumbs-section {
    display: none;
}

/* Scrolling the cart popup - Begin */
#cart-content.eko-cart {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /* or any other fixed height */
    max-height: 90vh;
    /* limit the maximum height */
    overflow: hidden;
    /* hide everything that goes beyond the boundaries */
}

.cart-content-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    /* enable vertical scrolling */
}

/* Styling the scrollbar for the entire block */
#cart-content.eko-cart .cart-content-inner::-webkit-scrollbar {
    width: 8px;
}

#cart-content.eko-cart .cart-content-inner::-webkit-scrollbar-track {
    background: #f5f5f5;
}

#cart-content.eko-cart .cart-content-inner::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

/* For Firefox */
#cart-content.eko-cart .cart-content-inner {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
}

/* Scrolling the cart popup - End */

.eko-scrollbar::-webkit-scrollbar {
    width: 4px;
}

.eko-scrollbar::-webkit-scrollbar-track {
    background: #fff;
}

.eko-scrollbar::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 50px;
}

.eko-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-2788841);
}

.breadcrumbs .separator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    background-position: center;
}

.breadcrumbs,
.breadcrumbs a:not(.elementor-bold) {
    font-size: 16px;
    color: var(--e-global-color-primary);
    padding: 5px 0px;
    font-weight: 100 !important;
}

.breadcrumbs .breadcrumb_last {
    font-weight: 900;
}

[data-elementor-type="header"] > div {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

.breadcrumbs span {
    font-weight: bold;
}

.link-wth-arrow:before {
    content: '';
    width: 8px;
    height: 100%;
    position: absolute;
    left: -15px;
    font-weight: 900;
    color: var(--e-global-color-2788841);
    background-image: url(../images/arrow.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.arrow-right:before {
    right: -15px;
}

.elementor-button-icon .e-font-icon-svg {
    position: relative;
    top: 2px;
}

#share {
    position: fixed;
    right: 0px;
    top: 220px;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
    z-index: 10;
}

.eko-button-default a,
.eko-button-primary a {
    color: var(--e-global-color-primary) !important;
    background-color: #fff !important;
}

.eko-button-default a:hover,
.eko-button-primary a:hover {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

.eko-button-primary {
    display: inline-flex
}

.eko-button-primary a {
    padding: 5px 15px 5px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px !important;
}

.eko-button-default-loop .e-loop__load-more .elementor-button {
    background-color: transparent;
    padding: 5px 10px;
    text-decoration: none;
}

.eko-button-default-loop .e-loop__load-more .elementor-button:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.eko-button-default-loop .e-loop__load-more .elementor-button:hover span {
    color: #fff;
}

.eko-button-default-loop .e-loop__load-more .elementor-button span.elementor-button-text {
    padding: 5px 10px;
    font-size: 18px;
}

#share:not(.active) .icons {
    display: none;
}

#share .button.arrow {
    min-height: 138px;
    display: flex;
    background-color: #fff;
    padding: 2px 8px 2px 8px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

#share .button.arrow img {
    width: 10px;
    transition: all 0.4s;
}

#share .inner {
    display: flex;
}

#share .icons {
    background: white;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 5px 8.5px 5px 18px;
    max-height: 138px;
    align-items: center;
}

#share:not(.active) .button.arrow {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#share.active .button.arrow img {
    position: relative;
    right: 5px;
}

#share a {
    display: block;
    width: 30px;
}

#share.active .icons {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:hover,
ul.elementor-nav-menu--dropdown a:focus {
    border-left: 0px;
}

.elementor-search-form__container {
    width: 100%;
    height: 100px !important;
    top: 66px !important;
    background-color: var(--e-global-color-primary) !important;
    display: flex;
    justify-content: center;
}

body.admin-bar .elementor-search-form__container {
    top: 32px !important;
}

.elementor-search-form__container:before {
    content: 'Search EKO';
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-wrap: nowrap;
}

.searching {
    background-image: url(../images/loading-buffering.gif) !important;
}

.default-search .searching {
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

input.elementor-search-form__input:not(.searching) {
    background-image: url(../images/icon-search.svg) !important;
}

input.elementor-search-form__input {
    background-size: 25px 25px !important;
    background-position: 98% !important;
    background-repeat: no-repeat !important;
    padding-right: 20px !important;
    transition: none !important;

    background-color: #fff !important;
    fill: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    text-align: left !important;
    padding-left: 20px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    margin-left: 35px !important;
    max-width: 50%;
    font-size: 18px !important;
}

search .elementor-lightbox .dialog-lightbox-close-button svg {
    fill: #fff;
    border-bottom: 1px solid;
}

body.admin-bar #search-results {
    top: 130px;
}

search #search-results {
    position: fixed;
    top: 166px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 28%;
    left: 0;
    right: 0;
}


#search-results li {
    list-style: none;
    text-align: left;
}

#search-results ul {
    padding: 20px 0px;
    max-height: 40vh;
    overflow: auto;
}

#search-results .title {
    font-size: 38px;
    color: var(--e-global-color-primary);
    font-weight: 900;
    margin-top: 20px;
}

#search-results li.no-results {
    text-align: center;
    color: var(--e-global-color-primary);
    text-decoration: underline;
}

#search-results.form {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    padding-bottom: 20px;
    top: 60px !important;
}

#search-results.form:before,
#search-results.form:after {
    content: '';
    background: #fff;
    position: absolute;
    left: -500px;
    width: 200%;
    height: 100%;
    top: 0px;
}

#search-results.form:after {
    left: inherit;
    right: -500px;
}

#search-results.form > * {
    z-index: 1;
    position: relative;
    padding: 0px 30px;
}

#header-user-area img,
#header-cart img {
    width: 26px;
}

#header-cart .inner,
#header-user-area .inner {
    display: flex;
    gap: 10px;
    color: var(--e-global-color-primary);
    font-weight: 900;
    font-size: 14px;
    text-wrap: nowrap;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}

#header-cart {
    font-family: 'Reader';
}

#header-user-area .icon {
    height: auto;
}

#header-cart .icon {
    margin-top: 6px;
    margin-right: 6px;;
}

#header-cart .icon .count {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: var(--e-global-color-2788841);
    border-radius: 500px;
    min-width: 15px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 1px;
}

ul .icon-bg a {
    position: relative;
}

ul .icon-bg:not(.menu-full-img) a:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #e5f0fa;
    top: 13px;
    left: 20px;
    border-radius: 50%;
}

ul .icon-bg a {
    position: relative;
}

ul .icon-bg img {
    z-index: 1;
}

ul .icon-bg img {
    padding: 8px;
    display: block;
    height: 40px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

ul .icon-bg.menu-full-img img {
    padding: 0px;
}

ul .icon-without-bg img {
    background-color: transparent !important;
    padding: 0px !important;
}

ul.sub-menu a {
    border: 0;
}

.elementor-nav-menu li,
.elementor-nav-menu a {
    position: initial;
}

.elementor-term_bg:not(.no-bg) {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    display: block;
    width: max-content;
    padding: 0px 20px;
}

.elementor-term_bg.no-bg {
    font-weight: inherit;
}

.elementor-time-with-bold time {
    font-weight: 900;
}

.elementor-tags {
    display: flex;
    gap: 10px;
}

.elementor-tags > * {
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.elementor-tags.applications .elementor-tag_bg {
    padding: 5px 10px;
    border-radius: 500px;
    margin-top: 20px;
    font-size: 9px;
}

.elementor-tag_bg a {
    font-size: inherit !important;
    color: inherit !important;
    font-weight: 600 !important;
}

.eko-link-inherit-size {
    font-size: inherit !important;
}

.elementor-tag_bg a:hover {
    color: inherit;
}

.no-weight-link,
.no-weight-link a {
    font-weight: inherit;
}

/** Menu Region **/
.eko-menu-dropdown .details {
    display: flex;
    gap: 10px;
    color: var(--e-global-color-primary);
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.eko-menu-dropdown .region-name {
    font-family: 'Reader';
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 20px;
    gap: 10px;
}

#menu-language .region-name {
    margin-left: 10px;
}

.eko-menu-dropdown {
    cursor: pointer;
    display: flex;
    justify-items: center;
    justify-content: center;
}

.eko-menu-dropdown.active .sub-menu {
    display: flex;
    position: relative;
}

.eko-menu-dropdown .menu {
    z-index: 1;
    position: absolute;
    width: max-content;
    padding-top: 30px;
    position: absolute;
    top: 20px;
    margin-left: 30px;
}

.eko-menu-dropdown .sub-menu {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    flex-direction: column;
    gap: 10px;
    width: max-content;
    /* left: -15px; */
    display: none;
}

.eko-menu-dropdown .sub-menu:before {
    left: 52%;
    right: auto;
    transform: translate(-50%, -15px) rotate(45deg);
    width: 30px;
    background-color: #fff;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    right: 25px;
    width: 30px;
    top: 0px;
}

.eko-menu-dropdown.active .region-name:after {
    transform: rotate(180deg);
    margin-top: -5px;
}

.eko-menu-dropdown .sub-menu a {
    width: 100%;
    display: block;
    font-size: 14px;
}

#menu-language .icon {
    display: inline-flex;
    width: 50px;
}

@media (max-width: 680px) {
    #menu-language .icon {
        width: auto;
    }
}

#menu-language .icon > img {
    width: 100%;
}

#menu-language .details {
    gap: 0px;
}

#menu-regions .icon {
    width: 27px;
    display: inline-flex;
}

#menu-regions img {
    width: 100%;
    height: auto;
}

#menu-regions.active .region-name img,
#menu-language.active .region-name img {
    transform: rotate(180deg);
}

[data-elementor-type="footer"] .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item::after {
    display: none;
}

/** Search **/
search .dialog-close-button {
    margin: inherit !important;
    right: 55px !important;
}

.e-font-icon-svg-container:after {
    content: '';
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 3px;
}

.e-font-icon-svg-container svg {
    display: none;
}

.e-font-icon-svg-container {
    display: flex;
    align-items: center;
    align-content: center;
}

.application-guide .application-guide-item:before {
    content: counter(headerCounter);
    left: 0px;
    position: absolute;
    background-color: #fff;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    border-radius: 500px;
    color: var(--e-global-color-700b834);
    font-weight: 900;
    z-index: 1;
}

.application-guide .application-guide-item {
    counter-increment: headerCounter;
    padding-left: 90px;
    margin-bottom: 70px;
    position: relative;
    background: #E7F0F9;
}

.application-guide .application-guide-item .item-title {
    color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    font-weight: bold;
}

.application-guide .application-guide-item:after {
    content: '';
    border: 1px dashed var(--e-global-color-700b834);
    width: 0px;
    height: 150%;
    position: absolute;
    /* transform: rotate(90deg); */
    left: 25px;
    top: 34px;
}

.application-guide .application-guide-item:last-child:after {
    content: inherit;
}

.resource-articles .resource-title,
.resource-products .resource-title {
    color: var(--e-global-color-primary);
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 900;
}

.single-research .resource-title {
    font-weight: 600;
    font-family: 'Reader';
}

.resource-articles .file-content,
.resource-products .file-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.resource-articles .file-content .icon,
.resource-products .file-content .icon {
    display: grid;
}

.resource-articles .file-content:last-child,
.resource-products .file-content:last-child {
    margin-bottom: 0px;
}

.resource-articles .file-size,
.resource-products .file-size {
    color: var(--e-global-color-primary);
    font-size: 11px;
}

.resource-articles .file-url,
.resource-products .file-url,
.resource-articles .file-url a,
.resource-products .file-url a {
    font-weight: inherit;
}

.resource-products .content {
    display: grid;
    align-items: center;
}

#resource-files .inner {
    display: grid;
    gap: 20px;
}

.with-left-arrow .elementor-heading-title {
    display: flex;
    align-items: center;
}

.with-left-arrow .elementor-heading-title:before,
.link-with-left-arrow .elementor-heading-title a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    background-image: url('../images/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.link-with-left-arrow .elementor-heading-title a {
    position: relative;
}

/**
 * ACF7 form
 */

.wpcf7-form .subscribe-inner > *:not(:last-child):not(.title),
.wpcf7-form .inner > *:not(:last-child):not(.title) {
    margin-bottom: 30px;
}

.wpcf7-form .text:not(.subtitle) {
    color: var(--e-global-color-text);
    font-size: var(--e-global-typography-6d1df04-font-size);
}

.wpcf7-form > *:not(.default-checkbox) .text.subtitle,
.wpcf7-form > *:not(.default-checkbox) .wpcf7-list-item-label {
    color: var(--e-global-color-primary);
    font-size: var(--e-global-typography-b8e548f-font-size);
}

.wpcf7-form input,
.wpcf7-form textarea,
.select2-selection,
select {
    border-radius: 0px;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}

select {
    background-color: #fff;
}

span.select2-selection.select2-selection--single {
    border-radius: 0px;
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    padding: 0px;
    padding-left: 8px;
    height: 42px;
    display: flex;
    align-items: center;
}

.select-distributor span.select2-selection.select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-weight: 900;
}

.select-distributor span.select2-selection.select2-selection--single {
    padding-left: 40px;
}

span.select2-selection.select2-selection--single .select2-selection__arrow {
    position: relative;
}

span.select2-selection.select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-primary)
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: var(--e-global-color-primary);
}

.wpcf7-form input:not(*[type="checkbox"]) {
    margin-bottom: 20px;
}

.wpcf7-form input[type="submit"] {
    font-weight: 900;
}


.wpcf7-form > *:not(.default-checkbox) input[type="checkbox"] {
    width: 43px;
    height: 43px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: 2px solid var(--e-global-color-primary);
    align-items: center;
}

.wpcf7-form > *:not(.default-checkbox) input[type="checkbox"]::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(29% 61%, 38% 50%, 51% 60%, 86% 21%, 96% 29%, 51% 79%);
    transform: scale(0);
    background-color: var(--e-global-color-primary);
}

.wpcf7-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.wpcf7-form input[type="checkbox"]:hover {
    color: black;
    cursor: pointer
}

.wpcf7-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 19px;
    margin-left: 0px;
    align-items: center;
}

#request-quote .wpcf7-checkbox .wpcf7-list-item,
#request-quote .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    gap: 10px;
}

#request-quote .subtitle {
    font-size: 30px;
    color: var(--e-global-color-primary);
    font-weight: 900;
}

#request-quote [type="submit"] {
    font-size: 15px;
    font-weight: 900;
}

.wpcf7-form .eko-btn {
    padding: 9px 19px;
}

.wpcf7-form .eko-btn:hover {
    color: #fff;
}

.wpcf7-form .title {
    color: var(--e-global-color-primary);
    margin-bottom: 20px;
    line-height: initial;
}

.wpcf7-form div:not(.subscribe-inner) > .title {
    margin-top: 70px;
}

.contact-support input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
}

.contact-support .wpcf7-checkbox .wpcf7-list-item {
    grid-template-columns: 20px auto;
}

.contact-support .wpcf7-list-item-label {
    color: #000 !important;
}

.contact-support .title,
.contact-support input[type="submit"] {
    font-weight: 900;
}

#files h3 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 30px;
}

@media (max-width: 680px) {
    #files h3 {
        font-size: 20px;
    }
}

#files .files-item {
    display: flex;
    gap: 30px;
    align-items: center;
}

#files .files-item:not(*:last-child) {
    margin-bottom: 20px;
}

#files .files-item:last-child {
    margin-bottom: 5px;
}

.files-item .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#files .files-item img {
    width: 37px;
    height: 37px;
}


#files .inner a {
    font-weight: 400;
}

#files .inner .size {
    font-size: 11px;
}

.files-item .inner .title {
    width: 100%;
    max-width: 400px;
}

#product-articles {
    list-style: none;
    padding: 0px;
}

#product-articles li:not(*:last-child) {
    margin-bottom: 10px;
}

#product-articles a {
    text-decoration: underline;
    font-weight: inherit;
}

#product-accessories .image {
    display: grid;
    align-items: center;
    justify-items: center;
    padding-top: 100%;
    background-size: contain;
}

#product-accessories .product-item {
    display: grid;
    gap: 20px;
    max-width: 260px;
}

#product-accessories .inner {
    display: grid;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 55% 35%;
    gap: 10px;
}

#product-accessories .title {
    font-size: 20px;
    color: var(--e-global-color-primary);
    line-height: normal;
    font-weight: bold;
}

#product-accessories .title:hover {
    text-decoration: underline;
}

#product-accessories .inner select#size {
    background-color: #fff;
    padding: 4px 0px;
    text-align: center;
}

.img-has-link,
.img-has-link a,
.img-has-link a img {
    width: 100%;
}

.title-has-link a:hover,
.title-has-link a:hover span {
    color: var(--e-global-color-accent) !important;
}

.has-loadmore .e-loop__load-more .elementor-button-link {
    background: transparent;
    padding: 8px 20px 8px 20px;
    border: none !important;
    text-decoration: underline;
}

.has-loadmore .e-loop__load-more .elementor-button-link:hover {
    border: none;
    background-color: transparent;
}

.has-loadmore .e-loop__load-more .elementor-button-text {
    color: var(--e-global-color-primary);
}

.elementor-kit-4 .elementor-button:hover {
    color: var(--e-global-color-accent);
}

#product-specifications img {
    margin: auto auto 10px;
}

#product-specifications p {
    color: var(--e-global-color-primary);
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
}

#product-specifications {
    display: grid;
    grid-template-columns: auto auto;
    text-align: center;
    gap: 10px 50px;
}

#synergy {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2%;
}

#synergy .divider {
    color: var(--e-global-color-2788841);
}

#synergy .image {
    background-color: #b2b7c3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    margin-bottom: 30px;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#synergy .image .add-to-cart {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--e-global-color-2788841);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    cursor: pointer;
}

#synergy .title {
    color: var(--e-global-color-primary);
    text-align: center;
    font-weight: bold;
    line-height: normal;
    transition: .3s ease-in-out;
    font-size: 20px;
}

#synergy .title:hover {
    text-decoration: underline;
    transition: .3s ease-in-out;
}

#product-accordion .elementor-accordion-icon {
    float: right;
}

#product-accordion .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    background-color: #e8e9e9;
}

#product-accordion .elementor-tab-title a {
    font-weight: bold;
    color: var(--e-global-color-primary);
}

#product-accordion .elementor-tab-title .elementor-accordion-title {
    float: left;
}

#product-accordion .elementor-accordion-item {
    border: none;
}

#product-accordion .elementor-accordion .elementor-tab-content {
    border: none;
}

#product-accordion table th {
    width: 50%;
    text-align: left;
    color: var(--e-global-color-primary);
    font-weight: 900;
    border-left: none;
    background-color: transparent;
    vertical-align: initial;
}

#product-accordion table td {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    background: transparent;
}

#product-accordion table td a {
    font-weight: 400;
    font-style: normal;
}


#product-accordion table {
    border: none;
}

#product-accordion table tbody > tr td {
    border-right: none;
}

#product-accordion table tbody > tr:last-child > * {
    border-bottom: none;
}

#product-accordion table tr > * {
    border-color: var(--e-global-color-primary);
    border-style: solid;
    border-left: none;
}

.field-product_settings_product_hero_text,
.field-product_settings_product_hero_text .elementor-heading-title {
    display: grid;
}

#product-accessories .swiper-button-next,
#product-accessories .swiper-button-prev {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 30%;
    width: 34px;
    height: 86px;
    z-index: 1;
}

#product-accessories .swiper-button-next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0px;
}

#product-accessories .swiper-button-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0px;
}

#product-accessories .swiper-button-next:after,
#product-accessories .swiper-button-prev:after {
    color: var(--e-global-color-primary);
    font-size: 30px;
    font-weight: 900;
}

#product-accessories .product-item .image .application .product-image-inner a,
.news_events .product-image-inner {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.product-image-inner.no-margin {
    margin-bottom: 0px;
}

.news_events .product-image-inner {
    padding-bottom: 0px;
}

#product-accessories .image .add-to-cart:hover,
#product-accessories .image .select-product-option:hover,
#synergy .image .add-to-cart:hover {
    color: var(--e-global-color-2788841);
    background: white;
}

#product-accessories .image .add-to-cart,
#product-accessories .image .select-product-option {
    position: absolute;
    width: 37px;
    height: 37px;
    background: var(--e-global-color-2788841);
    display: flex;
    align-items: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
    justify-content: center;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#product-accessories .image .add-to-cart svg,
#product-accessories .image .select-product-option svg,
#synergy .image .add-to-cart svg {
    fill: white;
    width: 60%;
    height: auto;
}

#product-accessories .image .add-to-cart:hover svg,
#product-accessories .image .select-product-option:hover svg,
#synergy .image .add-to-cart:hover svg {
    fill: var(--e-global-color-2788841);
}

#product-accessories .attributes select {
    padding: 4px 4px;
    background-color: #fff;
    margin-bottom: 1px;
    font-size: 16px;
}

a.product-compare-button {
    padding: 6px 15px !important;
    background-color: transparent;
    min-width: 250px;
    max-width: 300px;
}

#add-to-cart {
    background-color: var(--e-global-color-2788841);
    color: #fff;
    font-weight: 900;
    border: 1px solid var(--e-global-color-2788841);
    padding: 0px 15px;
    height: 36.5px;
}

#add-to-cart:hover,
#add-to-cart:focus {
    background-color: #fff;
    color: var(--e-global-color-2788841);
}

.text-black *,
.text-black #add-to-cart {
    color: #000;
}

.button-round > button,
.button-round #add-to-cart {
    border-radius: 500px !important;
    border-color: transparent;
}

.quantity select {
    background-color: transparent;
    padding: 7.5px 5px;
    text-align: center;
    margin-top: 0.5px;
    height: 36px;
    border-radius: 7px;
}

.add-to-cart-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.add-to-cart-wrapper > * {
    float: left;
    margin-right: 15px;
}

.add-to-cart-wrapper > *:last-child {
    margin-right: 0px;
}

.add-to-cart-wrapper .quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-to-cart-wrapper label {
    font-weight: 900;
}

.add-to-cart-wrapper.simple select {
    border-radius: 50px;
    padding: 10px 5px;
}

.share-icons > .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 3px;
}

.share-icons a {
    display: flex !important;
    border: 1px solid;
    background-color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.share-icons a:hover {
    background-color: var(--e-global-color-primary);
}

.share-icons a:hover i {
    color: #fff;
}

.share-icons a i {
    font-size: 16px;
}

.e-loop__load-more a {
    /* padding: 0px !important; */
    border: none;
    text-decoration: underline;
    font-size: 24px !important;
    font-weight: 900 !important;
}

.e-loop__load-more span.elementor-button-text:hover {
    color: var(--e-global-color-accent);
}

/** Cart **/
#cart-content.eko-cart:not(.active) {
    right: -9999px;
}

#cart-content.eko-cart {
    position: fixed;
    right: 0px;
    top: 100px;
    padding-top: 30px;
    display: block;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    max-width: 368px;
    height: 100%;
    overflow: auto;
    transition: all 0.3s;
}

@media (max-width: 680px) {
    #cart-content.eko-cart {
        top: 70px;
    }
}

#cart-content.eko-cart .cart-content-inner {
    height: 100%;
    display: grid;
}

.admin-bar #cart-content.eko-cart {
    top: 140px;
}

#cart-content-footer img {
    width: auto;
    height: 100%;
}

#cart-content.cart-empty {
    height: auto;
}

#cart-content .item img {
    width: 100px;
    height: auto;
}

#cart-content .item-title {
    color: var(--e-global-color-primary);
    font-weight: 900;
    font-size: 15px;
}

#cart-content #cart-content-body .item-inner {
    grid-template-columns: 33% auto;
    display: grid;
    gap: 15px;
    margin-bottom: 10px;
}

#cart-content:not(.eko-cart) #cart-content-body .item-inner {
    grid-template-columns: 35% auto;
}

#cart-content #cart-content-header {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--e-global-color-primary);
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 17px;
}

#cart-content .no-products {
    margin-bottom: 17px;
}

#cart-content .item-content {
    font-size: 15px;
}

#cart-content #item-remove {
    border: none;
    padding: 0px;
    text-decoration: underline;
}

#cart-content:not(.eko-cart) #item-remove {
    font-weight: 900;
}

#cart-content #cart-content-body .item-inner.bottom {
    align-items: center;
}

#cart-content #item-remove {
    font-weight: 900;
}

#cart-content #item-remove:hover {
    background: inherit;
    color: var(--e-global-color-accent);
}

#cart-content hr {
    background: #707070;
    margin: 0px;
}

#cart-content .item-quantity button.quantity-btn {
    padding: 0px;
    border: none;
    background: var(--e-global-color-2788841);
    width: 16px;
    height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 0px;
}

#cart-content .item-quantity button.quantity-btn.minus {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#cart-content .item-quantity button.quantity-btn.plus {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#cart-content .item-quantity input[type="number"] {
    padding: 0px;
    text-align: center;
    color: #000;
    border: none;
    background: #EAEAEA;
    border-radius: 0px;
    -webkit-appearance: textfield;
    font-size: 11px;
    font-weight: 900;
}

#cart-content .item-quantity input[type="number"]::-webkit-outer-spin-button,
#cart-content .item-quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cart-content .item-quantity {
    display: flex;
}

#cart-content #cart-content-footer-items .item-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#cart-content #cart-content-footer-items {
    display: grid;
    gap: 10px;
}

#cart-content #cart-content-body {
    display: grid;
    gap: 20px;
    overflow: auto;
    min-height: 150px;
    /*height: 50%;*/
}

#cart-content:not(.eko-cart) #cart-content-body {
    max-height: none;
}

#cart-content > #cart-content .cart-content-inner {
    overflow: auto;
}

#cart-content #cart-content-footer-title {
    margin-bottom: 25px;
}

#cart-content #cart-content-subbody,
#cart-content #cart-content-footer-items .item-name a {
    font-size: 15px;
}


#cart-content #cart-content-subbody {
    margin-bottom: 25px;
    /*max-height: 40%;*/
    /*height: 50%;*/
    min-height: 100px;
    overflow-y: auto;
}

#cart-content #cart-content-button {
    width: 100%;
    font-size: 15px;
}

#cart-content #cart-content-button.cart-view-list {
    background-color: var(--e-global-color-2788841);
    color: #fff;
    margin-bottom: 10px;
    border: none;
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-weight: 900;
    border-radius: 5px;
    border: 1px solid;
}

#cart-content #cart-content-button.cart-view-list:hover {
    color: var(--e-global-color-2788841);
    background-color: #fff;
}

#cart-content #cart-content-button.cart-view-continue {
    padding: 0px;
    border: none;
    text-decoration: underline;
    font-weight: 900;
}

#cart-content #cart-content-button.cart-view-continue:hover {
    background-color: transparent;
    color: var(--e-global-color-accent);
}

#cart-content #cart-content-footer {
    background-color: var(--e-global-color-primary);
    color: #fff;
    padding: 20px;
}

#cart-content #cart-content-buttons {
    /*margin-bottom: 10px;*/
}

#cart-content .cart-content-inner > *:not(#cart-content-footer) {
    padding: 10px 20px;
}

#cart-content .cart-content-inner > hr {
    padding: 0px 20px;
    width: 100%;
    margin: 20px auto;
}

#cart-content #cart-content-footer-items .item-quantity {
    font-weight: 900;
}

#cart-content #cart-content-footer .cart-footer-title {
    font-weight: 900;
    font-size: 24px;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    font-family: "Reader";
}

#cart-content .cart-footer-content ul li {
    list-style: decimal;
    font-size: 15px;
    font-weight: 900;
}

#cart-content .cart-footer-content ul {
    padding-left: 30px;
}

.cart-footer-content {
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.eko-list-cart {
    max-width: 300px;
}

.eko-list-cart > .title {
    font-size: 24px;
    font-weight: 900;
    color: var(--e-global-color-primary);
    margin-bottom: 40px;
}

.request-quote a {
    font-size: 15px;
    background-color: #fff;
    text-align: center;
    color: var(--e-global-color-2788841) !important;
    border-color: var(--e-global-color-2788841);
    width: 100%;
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
}

.request-quote a:hover {
    background-color: var(--e-global-color-2788841) !important;
    color: #fff !important;
}

.eko-list-cart #cart-content-body {
    margin-bottom: 40px;
}

button:not(.e-filter-item):not(.quantity-btn):focus {
    background-color: inherit !important;
    color: var(--e-global-color-primary) !important;
}

.no-products {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.no-products .request-quote a {
    width: fit-content;
    padding: 5px 10px;
}

/** Category Filter **/
#cat-filters .title {
    color: var(--e-global-color-primary);
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 24px;
    display: grid;
    align-items: center;
}

#cat-filters label {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

#cat-filters .inner {
    display: grid;
    gap: 27px;
}

#cat-filters input {
    width: 16px;
    height: 16px;
}

/** Categories **/
#eko-categories .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 70px 20px;
}

#eko-categories.columns-4 .inner {
    grid-template-columns: repeat(4, 1fr);
}

#eko-categories .title a {
    font-size: 24px;
    font-weight: 900;
}

#eko-categories .button a {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
    display: block;
    width: 140px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#eko-categories .item {
    display: grid;
    gap: 20px;
}

#eko-categories .button a:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

/** Toggle Filter **/
.eko-toggle-filter > .title:after,
.filters-container .yith-wcan-filter .filter-title:after,
.yith-wcan-filter .filter-item:has(.filter-items):before,
.eko-arrow:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0px;
    background-image: url(../images/icon-default-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.eko-toggle-filter > .title,
.yith-wcan-filter .filter-item:has(.filter-items) {
    position: relative;
    cursor: pointer;
}

.eko-toggle-filter.active > .title:after,
.filters-container .yith-wcan-filter.active .filter-title:after {
    transform: rotate(180deg);
}

.filters-container .yith-wcan-filter .filter-title:after {
    top: 5px;
}

.eko-toggle-filter.active .inner,
.filters-container .yith-wcan-filter.active .filter-content {
    display: none !important;
}

.filters-container .yith-wcan-filter {
    cursor: pointer;
    position: relative;
}

.eko-toggle-filter {
    transition: all 0.3s;
}

.eko-filters-title,
.eko-filters-selected-title {
    color: var(--e-global-color-primary) !important;
    font-weight: 900 !important;
    font-size: 25px !important;
}

.eko-filter-name,
.eko-filter-name .elementor-heading-title {
    color: var(--e-global-color-primary) !important;
    font-weight: 900 !important;
    font-size: 25px !important;
}

.filter-content a {
    font-size: 18px;
    font-weight: 100 !important;
}

.filters-container > form > div {
    border-bottom: 1px solid #EBECEC;
    padding-bottom: 20px;
}

.filter-item input[type="checkbox"],
#cat-filters input[type="checkbox"],
#request-quote [type="checkbox"] {
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    padding: 0.1rem;
    border: none;
    align-items: center;
    background-color: #EBECEC;
}

#request-quote [type="checkbox"] {
    background-color: transparent;
    border: 1px solid var(--e-global-color-primary);
}


.filter-item input[type="checkbox"]::before,
#cat-filters input[type="checkbox"]::before,
#request-quote [type="checkbox"]::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    clip-path: polygon(29% 61%, 38% 50%, 51% 60%, 86% 21%, 96% 29%, 51% 79%);
    transform: scale(0);
    background-color: var(--e-global-color-2788841);
}

.filter-item input[type="checkbox"]:checked::before,
#cat-filters input[type="checkbox"]:checked::before,
#request-quote [type="checkbox"]:checked::before {
    transform: scale(1);
}

.filter-item input[type="checkbox"]:hover,
#cat-filters input[type="checkbox"]:hover,
#request-quote [type="checkbox"]:hover {
    color: #000;
    cursor: pointer
}

#request-quote [type="submit"] {
    background-color: var(--e-global-color-2788841);
    border-color: var(--e-global-color-2788841);
    color: #fff;
}

#request-quote [type="submit"]:hover {
    color: var(--e-global-color-2788841);
    background-color: #fff;
}

.filter-item label {
    display: flex;
    gap: 15px;
    align-items: center;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
    color: #000;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
    background-color: var(--e-global-color-2788841);
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip:before {
    border-right-color: var(--e-global-color-2788841);
}

.product-image-inner a,
.product-image-inner a img {
    width: 100%;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item:not(*:last-child) {
    margin-bottom: 24px;
}

.footer-gallery .gallery > figure img {
    margin-left: 0px;
}

.footer-gallery .gallery > .gallery-item {
    max-width: 15% !important;
}

.elementor-bold,
.elementor-bold span {
    font-weight: bold;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background: none;
}

[data-elementor-type="footer"] .elementor-icon-list-text a:hover {
    font-size: inherit;
}

#career-form .position-title {
    color: var(--e-global-color-primary);
    font-weight: 900;
}

#career-form label {
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

#product-accordion table th,
#product-accordion table td,
#product-accordion table td a {
    font-size: 20px;
    width: 50%;
    color: var(--e-global-color-primary);
}

.single-product .elementor-accordion-icon svg {
    fill: var(--e-global-color-700b834) !important;
}

/** FAQ **/
.default-search .inner-search:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/icon-search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 20px;
}

.default-search input#search {
    height: 54px;
    padding-left: 55px;
    font-size: 21px;
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    border-width: 2px;
    background-position: 98%;
}

.default-search .inner-search {
    position: relative;
    margin-bottom: 44px;
}

.default-search input#search::placeholder {
    color: var(--e-global-color-primary);
    font-weight: 900;
}

.default-search .inner-categories .items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.default-search .inner-categories .items > .item:not(*:last-child) {
    border-right: 2px solid;
    padding-right: 5px;
    margin-right: 5px;
    border-color: var(--e-global-color-2788841);
}

.default-search .inner-categories .items .item a {
    font-weight: inherit;
}

/** Softwares **/
.softwares ul.elementor-list {
    list-style: none;
    padding: 0px;
    display: grid;
    gap: 10px;
}

.softwares ul.elementor-list a {
    text-decoration: underline;
}

.softwares .title {
    margin-bottom: 44px;
    font-size: 30px;
}

.single-software .resource-articles a {
    text-decoration: underline;
}

.single-software .resource-articles a {
    font-weight: 900;
}

.single-software .software-posts {
    margin-top: 32px;
}

/** Retired **/
.retired ul {
    list-style: none;
}

.retired ul.main {
    padding: 0px;
}

.retired ul li a {
    font-size: 25px;
}

.retired ul.sub li a {
    font-weight: 100;
}

/** Sitemap **/
#sitemap .items {
    display: flex;
    gap: 20px;
}

#sitemap .items .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

#sitemap .items .item a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 50px;
    position: relative;
    font-size: 14px;
    min-width: 137px;
}

#sitemap .items .item a:not(*:last-child):after {
    content: '';
    width: 2px;
    height: 75%;
    background: #000;
    position: absolute;
    left: 50%;
    top: 100%;
}

#sitemap .items .item:not(*:last-child):after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    top: 14px;
    left: 100%;
}

#sitemap {
    margin: auto 80px;
    overflow: auto;
}

/** Accordion **/
.single-product .elementor-accordion .elementor-accordion-title {
    font-size: 18px !important;
}

.elementor-accordion .elementor-tab-title {
    display: flex;
    align-items: center;
}

.elementor-accordion .elementor-accordion-icon > span svg {
    fill: var(--e-global-color-700b834) !important;
    width: 24px !important;
    height: 24px !important;
    padding: 3px;
}

#product-accordion table tr > * {
    padding: 10px;
}

#product-accordion table tr > * > p {
    padding: 0px;
}

.elementor-accordion .elementor-accordion-icon {
    margin-right: 15px;
}

.elementor-accordion .elementor-accordion-item {
    border-left: none;
    border-right: none;
}

.elementor-accordion .elementor-tab-content {
    border-top: none;
}

#eko-faq-accordion .elementor-accordion-item {
    border-left: none;
    border-right: none;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    justify-content: left !important;
}

/* [data-elementor-type="header"] .elementor-nav-menu--main .current-menu-item>a,
[data-elementor-type="header"] .elementor-nav-menu--main .current_page_parent>a,
[data-elementor-type="header"] .elementor-nav-menu--main .menu-item:hover>a,
[data-elementor-type="header"] .elementor-nav-menu--main .sub-menu li:hover a span {
	text-shadow: 1px 0px 0px var(--e-global-color-primary);
	color: var(--e-global-color-primary) !important;
} */

.elementor-nav-menu .elementor-item:hover {
    font-weight: 900 !important;
}

/* [data-elementor-type="header"] .elementor-nav-menu>.menu-item {
	padding: 0px 10px;
} */

[data-elementor-type="header"] .elementor-nav-menu > .menu-item:first-child {
    padding-left: 0px
}

[data-elementor-type="header"] .elementor-nav-menu > .menu-item:last-child {
    padding-right: 0px;
}

[data-elementor-type="header"] .elementor-nav-menu .sub-arrow {
    padding-left: 5px !important;
}

[data-elementor-type="footer"] .elementor-nav-menu--main a {
    line-height: normal;
}

.elementor-nav-menu li ul.sub-menu a {
    width: max-content
}

.link-underline,
.link-underline span {
    text-decoration: underline;
}


/** Media Styles **/
@media (min-width: 1701px) {
    #product-specifications {
        margin-left: 200px;
        column-gap: 45px;
    }
}

@media (max-width: 1700px) {
    #eko-categories.columns-4 .inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .retired-product-blocks:not(.downloads-block) .items {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 1650px) and (min-width: 1024px) {

    /* #header-user-elements .region-name>span, */
    #header-user-elements #header-cart .inner > span,
    #header-user-elements #header-user-area .inner > span {
        display: none;
    }
}

/* @media (min-width: 1601px) {

	.post-type-archive-news_events h1 a,
	.type-news_events .title .elementor-heading-title {
		min-height: 61px !important;
	}
} */

@media (max-width: 1600px) {

    .highlights-news-events-block .elementor-loop-container {
        gap: 20px !important;
    }

    .highlights-news-events-block .elementor-heading-title a,
    [data-elementor-type="loop-item"] div.elementor-page-title:not(.d-change-s) .product_title a {
        font-size: 20px !important;
    }

    .highlights-news-events-block .subtitle .elementor-heading-title {
        font-size: 16px !important;
    }

    .highlights-news-events-block .subtitle {
        min-height: 57px;
    }

    .highlights-news-events-block .elementor-widget-theme-post-excerpt > div {
        font-size: 15px !important;
    }

    .highlights-news-events-block .author-info .author-name {
        line-height: normal;
    }

    .highlights-news-events-block .elementor-post-info__item--type-date,
    .highlights-news-events-block .elementor-term_bg {
        font-size: 11px !important;
    }

    #product-accessories .title,
    #synergy .title {
        font-size: 18px !important;
    }

    #product-specifications img {
        width: 50px;
    }
}

@media (max-width: 1540px) and (min-width: 677px) {

    .elementor-loop-container [data-widget_type="button.default"]:not(.d-change-s) a span.elementor-button-text,
    .archive .elementor-element .e-loop-add-to-cart-form-container .cart.e-loop-add-to-cart-form .button {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .e-loop-add-to-cart-form-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 680px) {
    /* .news_btn a{
		width: 50% !important;
	} */
    .news_btn .elementor-button-text {
        font-size: 16px;
    }
}

@media (max-width: 1096px) and (min-width: 1025px) {
    .news_btn .elementor-button-text {
        font-size: 14px !important;
    }
}

@media (max-width: 1512px) {
    .popular-product-loop .woocommerce-product-details__short-description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        box-orient: vertical;
    }
}

@media (max-width: 1500px) {
    nav.elementor-nav-menu--main .menu-item > a {
        padding: 5px !important;
    }

    [data-elementor-type="header"] > div > div:nth-child(2) {
        padding: 0px;
    }

    ul .icon-bg a:after {
        top: 6px;
        left: 5px;
    }

    .elementor-tags a {
        font-size: 10px !important;
    }

    .highlights-news-events-block .author-info .author-name {
        font-size: 10px;
    }

    .highlights-news-events-block .hightlight-except {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .post-type-archive-news_events .e-loop-item > .loop-news-item > div > div {
        padding: 0px;
    }

    #menu-language .icon img {
        width: 40px;
        height: auto;
    }

    [data-elementor-type="header"] > div > div {
        gap: 0px;
    }

    [data-elementor-type="header"] #header-user-elements {
        gap: 10px;
    }

    #menu-language .region-name {
        margin-left: 5px;
    }

    .eko-menu-dropdown .details {
        gap: 5px;
    }

    .e-font-icon-svg-container:after {
        width: 20px;
        height: 20px;
    }

    [data-elementor-type="header"] .e-font-icon-svg-container {
        width: 20px !important;
    }

    [data-elementor-type="header"] .elementor-nav-menu .elementor-item {
        font-size: 14px !important;
    }

    [data-elementor-type="footer"] .menu-item a {
        font-size: 14px !important;
    }

    [data-elementor-type="header"] .elementor-nav-menu > .menu-item {
        padding: 0px 5px;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
}

@media (max-width: 1300px) {

    #eko-categories .inner,
    #eko-categories.columns-4 .inner {
        grid-template-columns: repeat(2, 1fr);
    }

    #product-accordion table th,
    #product-accordion table td,
    #product-accordion table td a {
        font-size: 22px;
    }

    #sitemap {
        margin: auto 0px !important;
    }

    [data-elementor-type="header"] .elementor-nav-menu a {
        font-size: 14px !important;
    }

    #product-accessories .title,
    #synergy .title {
        font-size: 16px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {

    body.home .home-loop-products .add_to_cart_button,
    body.home .home-loop-products .read-more a {
        font-size: 16px !important;
    }
}

@media (max-width: 1200px) {

    #header-user-area img,
    #header-cart img,
    #menu-regions .icon img,
    .e-font-icon-svg-container:after {
        width: 100%;
        height: 100%;
        background-size: contain;
        left: 0px;
        top: 0px;
    }

    #menu-regions .icon {
        width: inherit;
    }

    #header-user-elements > .e-con-inner {
        gap: 10px;
    }

    /* .eko-menu-dropdown .region-name {
		display: none;
	} */
    .eko-menu-dropdown .details {
        gap: 5px;
    }

    [data-elementor-type="header"] .elementor-nav-menu a {
        font-size: 13px !important;
    }

    /* #synergy .title {
		max-width: 220px !important;
		font-size: 26px !important;
	} */
    .highlights-news-events-block .elementor-heading-title a,
    [data-elementor-type="loop-item"] div.elementor-page-title:not(.d-change-s) .product_title a {
        font-size: 18px !important;
    }

    .highlights-news-events-block .subtitle .elementor-heading-title {
        font-size: 16px !important
    }

    .news_events .elementor-button {
        padding: 10px 7px !important;
    }

    #menu-regions .icon {
        width: 20px !important
    }

    #menu-language .icon img {
        width: 30px !important
    }

    .e-font-icon-svg-container:after {
        width: 18px !important
    }

    #header-user-area img {
        width: 20px !important
    }

    #header-cart img {
        width: 16px !important
    }

    #header-user-area .icon {
        height: 100%;
        display: grid;
    }

    #menu-language .icon {
        margin-top: 0px;
    }

    .e-loop__load-more a {
        font-size: 20px !important;
    }

    [data-elementor-type="header"] .elementor-nav-menu > .menu-item.menu-item-has-children {
        padding-right: 10px;
    }

    .news_events .elementor-heading-title {
        line-height: 24px !important;
    }
}

@media (max-width: 1100px) {

    [data-elementor-type="header"] > div,
    .fix-section-padding {
        gap: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .retired-product-blocks:not(.downloads-block) .items {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    #main-menu-container:after {
        width: calc(100% + 90px);
    }

    [data-elementor-type="header"] .logo-container {
        width: 80px;
    }

    /* [data-elementor-type="header"] .elementor-nav-menu>.menu-item {
		padding: 0px 8px;
	} */
}

@media (min-width: 1024px) and (max-width: 1300px) {

    body > [data-elementor-type]:not([data-elementor-type="header"]):not([data-elementor-type="footer"]) > .e-con > .e-con-inner,
    [data-elementor-type="header"] > div,
    .fix-section-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 1024px) {

    body > [data-elementor-type]:not([data-elementor-type="header"]):not([data-elementor-type="footer"]) > .e-con > .e-con-inner,
    [data-elementor-type="header"] > div,
    .fix-section-padding {
        padding-left: 80px;
        padding-right: 80px;
    }

    #product-accessories {
        padding: 0px 35px;
    }

    ul.sub-menu:before {
        left: 52%;
        right: auto;
        transform: translate(-50%, -15px) rotate(45deg);
        width: 30px;
        background-color: #fff;
        content: '';
        display: block;
        height: 30px;
        position: absolute;
        right: 25px;
        width: 30px;
    }

    ul.sub-menu {
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .fullwidth-menu-dropdown ul.sub-menu {
        margin-top: 10px !important;
    }

    .fullwidth-menu-dropdown .elementor-nav-menu > li {
        flex-direction: column;
        align-items: center;
    }

    [data-elementor-type="footer"] .elementor-social-icon {
        font-size: 32px !important;
    }

    #career-form .position-title {
        font-size: 28px;
    }

    #product-accessories {
        padding: 0px 35px;
    }

    ul.sub-menu:before {
        left: 52%;
        right: auto;
        transform: translate(-50%, -15px) rotate(45deg);
        width: 30px;
        background-color: #fff;
        content: '';
        display: block;
        height: 30px;
        position: absolute;
        right: 25px;
        width: 30px;
    }

    ul.sub-menu {
        box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .fullwidth-menu-dropdown ul.sub-menu {
        margin-top: 10px !important;
    }

    .fullwidth-menu-dropdown .elementor-nav-menu > li {
        flex-direction: column;
        align-items: center;
    }

    [data-elementor-type="footer"] .elementor-social-icon {
        font-size: 32px !important;
    }

    #career-form .position-title {
        font-size: 28px;
    }

    #product-accordion table th,
    #product-accordion table td,
    #product-accordion table td a {
        font-size: 18px;
    }

    #product-accordion {
        padding: 50px;
    }

    #product-accordion .elementor-accordion {
        gap: 40px !important;
    }

    #product-specifications {
        grid-template-columns: auto auto !important;
        gap: 0px;
    }
}

@media (max-width: 1024px) {
    .fullwidth-menu-dropdown .elementor-nav-menu > li {
        width: 100% !important;
    }

    #product-specifications {
        grid-template-columns: auto auto auto auto;
        gap: 0px;
    }
}

@media (min-width: 768px) {
    body:not(.page-template-page-without-padding):not(.single-product):not(.single:not(.single-news_events)):not(.term-sun-trackers) > [data-elementor-type]:not([data-elementor-type="header"]):not([data-elementor-type="footer"]) {
        margin: 45px 0px;
    }

    .home [data-elementor-type="wp-page"] > *:last-child {
        margin-bottom: 60px;
    }

    #application-grid .elementor-loop-container {
        grid-column-gap: 120px;
    }

    #application-grid .e-loop-item img {
        margin-bottom: 20px;
    }

    #application-grid .elementor-widget-loop-grid > .elementor-widget-container > .elementor-button-wrapper {
        margin-top: 6px;
    }

    #archive-sub-menu .elementor-widget-container > *:first-child {
        margin-right: 5px;
        padding-right: 10px;
        border-right: 2px solid #ECAD2E;
    }

    #subscribe-form {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 140px;
    }

    #subscribe-form .subscribe-inner > .subtitle {
        margin-bottom: 70px;
    }

    #subscribe-form > *:first-child {
        padding-right: calc(20% + 220px);
        border-right: 7px solid var(--e-global-color-primary);
    }

    #subscribe-form h1.title {
        margin-bottom: 70px;
    }

    .wpcf7-form .title {
        font-size: 38px;
    }

    .contact-support .text {
        margin-bottom: 40px;
    }

    .has-loadmore .e-loop__load-more .elementor-button-link {
        font-size: 30px;
    }

    #product-specifications {
        grid-template-columns: auto auto auto auto;
        gap: 0px;
    }

    #synergy .image {
        width: 100%;
        padding-top: 100%;
    }

    #synergy .title {
        max-width: 260px;
        /* font-size: 30px; */
        margin: auto;
    }

    #synergy .image .add-to-cart {
        width: 37px;
        height: 37px;
        font-size: 40px;
    }

    #synergy .divider {
        font-size: 40px;
        margin-top: 110px;
    }

    .accessories-title {
        margin-left: 75px;
    }

    #product-accordion .elementor-accordion .elementor-tab-content {
        padding: 20px 52px;
    }

    #product-accordion .elementor-tab-title a {
        padding: 5px 42px;
    }

    #product-accessories .attributes select {
        font-size: 20px;
    }


    .product-compare-button .elementor-button-text {
        font-size: 18px;
    }

    .menu-wrapper .elementor-widget-nav-menu {
        display: block !important;
    }

    .application-guide .application-guide-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 70px;
    }

    #cart-content:not(.eko-cart) #cart-content-footer {
        max-width: 400px;
    }

    #career-form .position-title {

        font-size: 20px;
    }

    .post-type-archive-news_events h1 a,
    .type-news_events .title .elementor-heading-title {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    body:not(.page-template-page-without-padding):not(.single-product) [data-elementor-type]:not([data-elementor-type="header"]):not([data-elementor-type="footer"]):not([data-elementor-type="loop-item"]) {
        margin: 30px 0px;
    }

    .home [data-elementor-type="wp-page"] > *:last-child {
        margin-bottom: 30px;
    }

    .wpcf7-form .title {
        font-size: 30px;
    }

    .has-loadmore .e-loop__load-more .elementor-button-link {
        font-size: 20px;
    }

    #synergy {
        gap: 30px;
        flex-direction: column;
    }

    #synergy .image {
        /* width: 195px;
		height: 195px; */
        width: 100%;
        padding-top: 100%;
    }

    #synergy .image .add-to-cart {
        width: 37px;
        height: 37px;
        font-size: 40px;
    }

    #synergy .title {
        font-size: 18px;
    }

    #synergy .divider {
        font-size: 40px;
    }

    #product-accordion table th {
        width: 50%;
    }

    #product-accordion table td, #product-accordion table td a, #product-accordion table th {
        font-size: 12px;
    }

    #product-accessories .swiper-button-next,
    #product-accessories .swiper-button-prev {
        width: 20px;
        height: 80px;
    }

    #product-accessories .swiper-button-next,
    #product-accessories .swiper-button-prev {
        position: absolute;
        top: 45%;
    }

    #product-accessories .image {
        height: auto;
    }

    #product-accessories .image .add-to-cart,
    #product-accessories .image .select-product-option {
        top: 10px;
    }

    #product-accessories {
        position: unset;
    }

    #product-accessories .swiper-button-prev {
        left: -20px;
    }

    #product-accessories .swiper-button-next {
        right: -20px;
    }

    #product-specifications {
        grid-template-columns: auto auto auto auto;
        gap: 0px;
    }

    #product-specifications p {
        font-size: 10px;
    }

    .menu-wrapper .elementor-widget-nav-menu {
        display: none;
    }

    .elementor-image-gallery .gallery-item img {
        margin-left: 0px;
    }

    [data-elementor-type="footer"] .elementor-widget-divider .elementor-divider {
        padding: 10px 0px !important;
    }

    [data-elementor-type="footer"] .elementor-widget-text-editor a {
        font-size: 18px;
    }

    .menu-wrapper a {
        font-weight: 400 !important;
        margin-left: 20px;
    }

    #application-grid .e-loop__load-more {
        text-align: left;
    }

    .resource-articles .resource-title,
    .resource-products .resource-title {
        font-size: 20px;
    }

    .application-guide .application-guide-title {
        font-size: 20px;
        margin-bottom: 50px;
    }

    .application-guide .application-guide-item:not(.active) .item-content {
        display: none;
    }

    .application-guide .application-guide-item:before {
        top: 0px;
        width: 34px;
        height: 34px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .application-guide .application-guide-item {
        padding-left: 54px;
    }

    .application-guide .application-guide-item:after {
        content: '+';
        width: 34px;
        height: 34px;
        position: absolute;
        right: 0px;
        left: inherit;
        top: 0px;
        color: var(--e-global-color-700b834);
        background: white;
        border: 1px solid var(--e-global-color-700b834);
        border-radius: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
    }

    .application-guide .application-guide-item.active:after {
        content: '-';
    }


    .breadcrumbs {
        font-size: 14px;
    }

    #loop-products-page .elementor-widget-theme-post-featured-image {
        width: 100%;
    }

    #eko-categories .inner,
    #eko-categories.columns-4 .inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    /* #menu-language,
	[role="search"], */
    #header-user-area {
        display: none;
    }

    /* #header-user-elements #eko_menu_language, */
    #header-user-elements #search-form,
    #header-user-elements #eko_user_area {
        display: none;
    }

    .retired-product-blocks:not(.downloads-block) .items {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #product-filters-wrapper .product-filters-inner:not(.active) {
        display: none;
    }

    #product-filters-wrapper .filter-toggle-button {
        position: fixed;
        top: -50px;
        right: 5px;
        z-index: 99;
    }

    #product-filters-wrapper .filter-toggle-button .elementor-button-link {
        border: none;
        font-size: 15px;
    }

    .product-link.active a#compare-product-link {
        font-size: 10px;
    }

    #compare {
        padding: 0px;
    }

    .eko-list-cart {
        display: inline;
        width: 100%;
    }

    .future-product-info.additional-right {
        margin-top: 40px;
        gap: 64px !important;
    }
}

@media (min-width: 768px) {
    #product-filters-wrapper .filter-toggle-button {
        display: none;
    }
}

@media (max-width: 375px) {

    [data-elementor-type="header"] > div,
    .fix-section-padding {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media (max-width: 450px) {

    #header-user-elements .region-name > span,
    #header-user-elements #header-cart .inner > span,
    #header-user-elements #header-user-area .inner > span {
        display: none;
    }
}

.sticky-anchor-menu > .elementor-widget-container {
    background: #fff;
    z-index: 1;
    width: 100%;
    left: 0px;
    height: auto !important;
    padding: 20px;
}

.sticky-anchor-menu > .fixed {
    position: fixed
}

.sticky-anchor-menu .active {
    font-weight: 900 !important;
}

.sticky-anchor-menu a.active {
    font-weight: 900 !important;
}

.retired-product-blocks:not(.downloads-block) .items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.retired-product-blocks .items .item-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    color: var(--e-global-color-primary);
    font-weight: 900;
    font-size: 24px;
    font-family: 'Reader';
}

.retired-product-blocks .items .subitems {
    padding-left: 48px;
}

.retired-product-blocks .items .subitems a {
    font-weight: 100;
    font-size: 18px;
}

.retired-product-blocks .items .item-title img {
    width: 33px;
    height: auto;
    margin-top: 5px;
}

.request-quote a {
    color: #fff;
}

#cart-content .request-quote a {
    color: #fff;
    border: 1px solid;
}

#cart-content .request-quote a:hover {
    background-color: #fff;
    color: var(--e-global-color-2788841);
}

.single-download #files > .title,
.single-retired_products #files > .title {
    font-size: 30px;
}

#alternative-models .title {
    font-size: 30px;
}

#alternative-models .items .item:before {
    content: '';
    background-image: url(../images/arrow.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -20px;
    transform: rotate(180deg);
}

#alternative-models .items .item {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

#alternative-models .items .item a {
    font-size: 21px;
}

.error404 #breadcumbs-section {
    display: none;
}

.error404 [data-elementor-type="error-404"] {
    margin: auto !important;
}

@media (max-width: 767px) {

    .eko-swiper-mobile .swiper-slide:not(.swiper-slide-active) {
        visibility: hidden;
        opacity: 0;
        animation: none
    }

    .eko-swiper-mobile > .elementor-widget-container .elementor-loop-container.swiper-wrapper,
    .eko-swiper-mobile .eko-swiper-wrapper > .swiper-wrapper {
        display: flex;
        align-items: inherit;
        grid-column-gap: inherit !important;
        grid-row-gap: inherit !important;
    }

    /* .eko-swiper-mobile .swiper-pagination {
		width: auto;
		padding: 0px;
		right: 43px;
		bottom: 11px !important;
	} */
    .eko-swiper-mobile .eko-swiper-wrapper > .swiper-wrapper:not(.elementor-loop-container) {
        display: grid !important;
        grid-template-columns: repeat(20, 1fr);
    }

    .eko-swiper-mobile .swiper-slide a:not(.add_to_cart_button) {
        display: inherit
    }

    .eko-swiper-mobile .swiper-button-next,
    .eko-swiper-mobile .swiper-button-prev {
        bottom: 0px;
        top: inherit;
        color: var(--e-global-color-primary);
        z-index: 1;
    }

    .eko-swiper-mobile,
    .eko-swiper-mobile .eko-swiper-wrapper {
        padding-bottom: 50px;
    }

    .eko-swiper-mobile .swiper-button-next:after,
    .eko-swiper-mobile .swiper-button-prev:after {
        font-size: 24px;
        font-weight: 900;
    }

    .eko-swiper-mobile .swiper-button-prev {
        left: inherit;
        right: 100px;
    }

    .eko-swiper-mobile .swiper-pagination {
        display: none !important;
        /* display: flex; */
        flex-direction: row;
        justify-content: flex-end;
        bottom: 19px !important;
        padding-right: 6%;
        pointer-events: none;
    }

    #hero-news .swiper-pagination {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        bottom: 19px !important;
        padding-right: 5%;
        pointer-events: none;
    }

    .eko-swiper-mobile .swiper-pagination > span {
        box-shadow: 1px 1px 1px 1px;
        background: transparent;
        border: 1px solid var(--e-global-color-primary);
        opacity: 1;
    }

    .eko-swiper-mobile .swiper-pagination > span.swiper-pagination-bullet-active {
        background-color: var(--e-global-color-2788841);
        border-color: var(--e-global-color-2788841);
    }

    .eko-swiper-mobile .swiper-button-next:focus-visible,
    .eko-swiper-mobile .swiper-button-prev:focus-visible {
        outline: none;
    }

    /* .eko-swiper-mobile .swiper-slide {
		opacity: 1 !important;
	} */
    .eko-swiper-mobile .swiper-slide-active {
        z-index: 1;
    }

    [data-elementor-type="header"] nav .sub-arrow svg {
        fill: var(--e-global-color-2788841);
    }

    [data-elementor-type="header"] nav .sub-arrow {
        position: absolute;
        left: 5px;
    }

    [data-elementor-type="header"] nav ul > li > a {
        padding-left: 35px !important;
    }

    [data-elementor-type="header"] nav .has-submenu.highlighted .sub-arrow svg {
        transform: rotate(180deg);
    }

    [data-elementor-type="header"] nav .icon-bg > a {
        padding-left: 10px !important;
    }

    ul .icon-bg img {
        width: 15px;
        height: 15px;
        margin-right: 15px !important;
        padding: 0px;
    }

    ul .icon-bg a:after {
        width: 25px !important;
        height: 25px !important;
        top: 7px !important;
        left: 0px !important;
    }

    .menu-item .menu-full-img img {
        width: 25px;
        height: 25px;
        margin-right: 11px !important;
        margin-left: -5px;
    }

    .header-mobile-menu .elementor-nav-menu__container {
        right: -10px;
        left: inherit !important;
        width: auto !important;
        min-width: 150px;
    }

    [data-elementor-type="header"] .elementor-nav-menu .sub-menu a {
        padding-left: 5px !important;
    }

    [data-elementor-type="header"] .elementor-nav-menu .sub-menu a span {
        font-weight: 900;
    }

    #search-form .elementor-search-form__toggle {
        display: none;
    }

    [data-elementor-type="header"] search[role="search"] {
        display: block;
    }

    #search-form {
        display: block !important;
    }

    #search-form .elementor-search-form__container:before {
        display: none;
    }

    #search-form .elementor-search-form__container input {
        margin: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #search-form search .dialog-close-button {
        right: 10px !important;
    }

    #search-form .elementor-search-form__container {
        top: 60px !important;
    }

    #search-results {
        top: 160px;
        padding: 10px 20px;
    }

    #search-results .title {
        font-size: 22px;
    }

    .logo-container {
        margin: auto !important;
        margin-left: 0px !important;
    }

    #project-slider .slide_nav {
        display: none !important;
    }

    .mobile-bg-E3EDF9 {
        background-color: #E3EDF9;
    }

    .application .product-image-inner .image {
        padding-top: 70% !important;
    }
}

nav .empty-link {
    opacity: 0;
}

nav .empty-link a {
    cursor: default;
}

.future-product-info .subtitle,
.future-product-info .title {
    font-weight: 900;
    color: var(--e-global-color-primary);
}

.future-product-info .subtitle {
    font-size: 30px;
    line-height: normal;
    font-family: 'Reader';
}

.future-product-info .title {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: normal;
    font-family: 'Reader';
}

.future-product-info .text {
    font-size: 20px;
    font-family: 'Reader';
}

.future-product-info.additional-right .link {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.future-product-info.additional-right {
    text-align: center;
    display: grid;
    gap: 80px;
}

.future-product-info.additional-right a {
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
}

.future-product-info.additional-right a:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

#project-slider {
    max-height: 600px;
}

#project-slider figure.swiper-slide-inner {
    max-height: 600px;
}

.elementor-categories.terms-background {
    display: flex;
    gap: 10px;
}

.elementor-categories.terms-background a {
    border-radius: 5px;
    text-transform: inherit;
    font-weight: 600 !important
}

.elementor-categories .elementor-term_bg {
    border-radius: 0px !important;
}

.post-type-archive-news_events .elementor-categories.terms-background a {
    border-radius: 0px;
}

.specification-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.wpcf7 {
    font-family: 'READER';
}


/** Application Slider **/
#project-slider .swiper > .elementor-swiper-button,
#project-slider .swiper > .swiper-pagination {
    display: none;
}

#project-slider .slide_nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#project-slider .slide_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 165px;
    height: 30px;
    bottom: 5%;
    left: 4.3%;
    transform: translateY(-50%);
    z-index: 20
}

#project-slider .slide_nav {
    left: auto;
    margin-left: -20px;
}

#project-slider .videoSwiper {
    width: 100%;
    max-width: 1920px;
}

#project-slider .swiper-slide video {
    position: relative;
    object-fit: cover;
    width: 100%;
}

#project-slider .slide_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 165px;
    height: 30px;
    bottom: 5%;
    left: 4.3%;
    transform: translateY(-50%);
    z-index: 20
}

#project-slider .video-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    left: 5%;
    transform: translateY(-50%);
    z-index: 20
}

#project-slider .video-controls button {
    background: transparent;
    outline: none;
    border: none;
    padding: 0px 8px;
}

#project-slider video::-webkit-media-controls {
    display: none !important;
}

#project-slider .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    min-width: 125px;
    height: 30px;
    left: 35%;
    transform: translateY(-50%);
    z-index: 20
}

#project-slider .swiper-controls:hover {
    cursor: pointer;
}

#project-slider .elementor-swiper-button-next,
#project-slider .elementor-swiper-button-prev {
    z-index: 20 !important;
    top: -6.5px;
}

#project-slider .elementor-swiper-button-prev,
#project-slider .elementor-swiper-button-next,
#project-slider .swiper-pagination {
    margin: 0 4px
}

#project-slider .elementor-swiper-button-next {
    right: 0px;
}

#project-slider .elementor-swiper-button-next:after,
#project-slider .elementor-swiper-button-prev:after {
    font-size: 23px !important;
    font-weight: 800;
    color: #21539D !important
}

#project-slider .swiper-pagination-bullet-active {
    background: #ECAD2E !important
}

#project-slider .slide_content {
    position: absolute;
    z-index: 21;
    left: 5%;
    bottom: 17%
}

#project-slider .slide_content > *.active {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

#project-slider .slide_content > * {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 165px;
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #21539D;
    background: #fff;
    color: #21539D;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    border-radius: 5px
}

#project-slider .slide_content a:hover {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}

#project-slider .swiper-controls svg {
    fill: var(--e-global-color-primary);
}

#project-slider .slide_content a:last-child {
    margin-bottom: 0
}

#project-slider .swiper-pagination-bullet-active {
    background: #ECAD2E !important;
}

#project-slider .swiper-pagination {
    width: 100%;
    display: inline-flex;
    height: 22px;
    align-items: center;
    margin-top: -3px;
    margin-left: 10px;
}

#project-slider .swiper-controls {
    width: inherit;
    margin-top: 9px;
    margin-left: 15px;
}

#project-slider .swiper-controls > * {
    position: relative;
    transform: none;
}

.highlights-news-events-block .elementor-categories a {
    border-radius: inherit;
}

.breadcrumb-delimiter {
    font-weight: initial !important;
}

.service .product-image-inner a .e-con-inner,
.application .product-image-inner .image > .e-con-inner,
.project .product-image-inner .image > .e-con-inner {
    display: none;
}

.service .product-image-inner > div > a {
    padding-top: 70%;
}

.application .product-image-inner .image,
.project .product-image-inner .image {
    padding-top: 12.3vw;
}

.service .product-image-inner > div > a,
.application .product-image-inner .image,
.project .product-image-inner .image {
    min-height: auto !important;
}

.border-boxed:after,
.border-boxed:before {
    content: '' !important;
    width: 100% !important;
    height: 4px !important;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 85, 163, 1) 0%, rgba(0, 85, 163, 1) 3%, rgba(0, 90, 170, 1) 19%, rgba(0, 104, 191, 1) 33%, rgba(0, 129, 227, 1) 49%, rgba(0, 146, 211, 1) 53%, rgba(0, 167, 193, 1) 62%, rgba(0, 174, 186, 1) 65%, rgba(0, 174, 186, 1) 85%, rgba(0, 174, 186, 1) 100%);
    left: 0px;
    top: 0px;
}

.border-boxed:after {
    top: inherit;
    bottom: 0px;
}

.elementor-sticky--active #header-divider .elementor-divider {
    position: fixed
}

#header-divider .elementor-divider {
    background: linear-gradient(to right, #0055A3 0%, #0055A3 4.5%, #005AAA 13.4%, #0068BF 26.7%, #007FE0 42.7%, #0081E3 44%, #0092D3 51.4%, #00A7C1 62.5%, #00AEBA 70%, #00AEBA 87.2%, #00AEBA 100%);
    padding: 0px;
    margin-top: 5px;
    height: 15px;
    position: absolute;
    width: 100%;
    left: 0px;
    margin-top: 0px;
}

#header-divider .elementor-divider > span {
    display: none;
}

.modelViewerBlock {
    margin-top: -120px;
}

#product-accordion .elementor-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-support input,
.contact-support select,
.contact-support .select2-container {
    max-width: 500px;
}

[data-elementor-type="header"] > div {
    width: 100% !important;
}

.contact-details-content {
    display: grid;
    font-size: 20px;
}

.contact-details-content a.detail {
    color: #000 !important;
    font-size: inherit !important;
}

.contact-details-content a.detail:hover {
    opacity: 0.6;
}

.contact-details-content > span:last-child {
    margin-top: 15px;
}

.yith-wcan-filter.hierarchical ul li ul {
    margin-top: 20px;
}

.elementor-shortcode #eko-categories.loaded > div > div:not(.category-product-container),
.elementor-shortcode #eko-categories.loaded > div > div.category-product-container > div > #product-filters-wrapper {
    display: none;
}


.elementor-shortcode #eko-categories.loaded > div > div.category-product-container > div > div:not(#product-filters-wrapper) {
    width: 100%;
}

.yith-wcan-filters a.show-more.initialized {
    margin-top: 20px;
    display: block;
}

#eko-yith-ajax-container .e-loop__load-more > a {
    background: transparent !important;
    font-size: 16px !important;
    border: 1px solid var(--e-global-color-primary) !important
}

#eko-yith-ajax-container .e-loop__load-more {
    text-align: center !important;
}

#eko-yith-ajax-container .e-loop__load-more > a:hover {
    background: var(--e-global-color-primary) !important;
}

#eko-yith-ajax-container .e-loop__load-more > a:hover span {
    color: #fff !important;
}

input.elementor-search-form__input::-webkit-search-decoration,
input.elementor-search-form__input::-webkit-search-cancel-button,
input.elementor-search-form__input::-webkit-search-results-button,
input.elementor-search-form__input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

/* [data-elementor-type="footer"] .menu-item {
	white-space: nowrap;
} */

[data-elementor-type="footer"] .menu-item a {
    line-height: normal !important;
}

[data-elementor-type="footer"] .menu-item:not(*:last-child) {
    margin-bottom: 10px;
}

[data-name="other-field"]:not(.active) {
    display: none;
}

#cat-filters > ul {
    padding-left: 0px;
}

#cat-filters ul {
    list-style: none;
    display: grid;
    gap: 15px;
}

#cat-filters ul li {
    display: flex;
    gap: 15px;
    cursor: pointer;
    flex-direction: column;
}

#cat-filters ul li label {
    cursor: pointer;
}

#cat-filters ul li.parent {
    z-index: 1;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../images/icon-default-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 4px;
    right: 0px;
}

#cat-filters ul:has(.child) {
    position: relative;
}

#cat-filters .active ul > li.filter {
    display: none;
}

#cat-filters .active ul {
    position: absolute;
    right: 0px;
}

.eko-arrow {
    color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
}

.yith-wcan-filter li.filter-active > ul {
    display: none;
}

.filter-active .eko-arrow:before,
.yith-wcan-filter .filter-item:has(.filter-items).filter-active:before {
    transform: rotate(178deg);
}

.category-product-container .woocommerce-product-details__short-description,
.post-type-archive-news_events .except,
.hightlight-content .hightlight-except {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elementor-widget-woocommerce-product-content p > br {
    display: block;
    padding: 10px;
    content: "";
}

.empty {
    display: block;
    padding-top: 20px;
}

.loop-product-title {
    min-height: 65px;
}

.loop-product-subheader {
    height: 55px;
}

.loop-product-title a,
.loop-product-subheader .elementor-heading-title,
.post-type-archive-news_events h1 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#synergy .item {
    width: 100%;
    /* max-width:450px; */
    max-width: 260px;
}

.eko-wrapper.news-events {
    display: flex;
    gap: 20px;
}

.eko-wrapper.news-events .field-empty {
    display: none;
}

.single-news_events .nested-content h2,
.single-news_events .nested-content h3 {
    font-size: 17px;
}

[data-elementor-type="single-post"] .application-faq-container:has(.application-guide) {
    display: block;
}

[data-elementor-type="single-post"] .application-faq-container {
    display: none;
}

.line-clamp,
.line-clamp .elementor-heading-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-two,
.line-clamp-two .elementor-heading-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.line-clamp-three,
.line-clamp-three .elementor-heading-title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.elementor-tags:has(.elementor-tag_bg) {
    display: flex;
    flex-wrap: wrap;
}

#career-form [data-name="resume-2"],
#career-form [data-name="resume-3"] {
    display: none;
}

#career-form .wpcf7-textarea {
    max-height: 100px;
}

.eko-close {
    cursor: pointer;
    color: var(--e-global-color-2788841);
    margin-top: 5px;
}

.form-file-fix {
    display: flex;
    gap: 10px;
}

.form-file-fix > input {
    width: 90%;
}

.isMobileSlider .swiper-initialized .swiper-wrapper,
.isMobileSlider.swiper-initialized .swiper-wrapper {
    display: flex;
    box-sizing: content-box;
    grid-column-gap: inherit !important;
    grid-row-gap: inherit !important;
}

body .elementor-element .m-font-18 a {
    font-size: 18px !important;
}

@media (max-width: 767px) {
    body .isMobileSlider .image {
        padding-top: 100% !important;
    }

    [data-elementor-type="header"] .logo-container {
        width: 130px;
    }

    [data-elementor-type="header"] .logo-container .elementor-widget-theme-site-logo img {
        width: inherit !important;
        height: auto !important;
    }

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

    .techsupport-form .submit {
        margin-top: 16px;
    }

    .techsupport-form .submit [type="submit"] {
        padding: 9px 44.5px;
        margin: 0px;
    }

    .techsupport-form .submit .wpcf7-spinner {
        position: absolute;
    }
}

.isMobileSlider .swiper-controls {
    /* position: absolute; */
    position: relative;
    display: flex;
    gap: 0px;
    align-content: center;
}

.isMobileSlider .swiper .e-loop__load-more,
.isMobileSlider .swiper .load-more-fix {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.isMobileSlider .swiper .load-more-fix,
.isMobileSlider.swiper .load-more-fix {
    justify-content: flex-end;
}

.isMobileSlider.swiper-initialized .load-more-fix {
    display: flex;
}

.isMobileSlider .swiper-controls .swiper-button-prev,
.isMobileSlider .swiper-controls .swiper-button-next {
    position: initial;
    display: flex;
    margin: inherit;
    margin-top: 3px;
    height: auto;
    align-items: center;
    justify-content: center;
}

.isMobileSlider .swiper-controls .swiper-button-prev:after,
.isMobileSlider .swiper-controls .swiper-button-next:after {
    font-size: 12px;
    color: var(--e-global-color-primary);
    font-weight: 900;
}

.isMobileSlider .eko_swiper-pagination {
    text-align: center;
}

.isMobileSlider .swiper-pagination-bullet-active {
    background: var(--e-global-color-2788841);
}

.isMobileSlider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: transparent;
    border: 1px solid var(--e-global-color-primary);
    opacity: 1;
}

.elementor-widget-loop-grid.e-load-more-pagination-end.isMobileSlider > .elementor-widget-container > .elementor-button-wrapper {
    display: flex;
}

.elementor-widget-loop-grid.e-load-more-pagination-end.isMobileSlider > .elementor-widget-container > .elementor-button-wrapper > a {
    visibility: hidden;
}

.swiper.swiper-initialized .isMobileSliderSections {
    display: flex;
}

.isMobileSliderSections > .swiper.swiper-initialized > .swiper-wrapper {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: auto;
    max-width: max-content;
}

.isMobileSliderSections .swiper-initialized .swiper-slide > div,
.isMobileSliderSections .swiper-initialized .swiper-wrapper .swiper-slide {
    margin-top: 0px;
}

.isMobileSliderSections .swiper-initialized .swiper-slide > div:nth-child(2),
.isMobileSliderSections .swiper-initialized .swiper-slide > div > .e-con-inner {
    padding: 0px;
    margin: 0px;
    gap: 10px;
}

.isMobileSliderSections .swiper-initialized .swiper-slide > div:nth-child(1) {
    min-height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 20px;
    padding-top: 20px;
    gap: 5px;
}

.isMobileSliderSections .swiper-initialized .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0px !important;
}

.isMobileSlider .swiper-controls .swiper-button-prev:after,
.isMobileSlider .swiper-controls .swiper-button-next:after {
    font-size: 24px;
    font-weight: 900;
}

.single-product .elementor-heading-title {
    overflow-wrap: break-word;
}

.image-pd-top {
    width: 100%;
    padding-top: 100%;
}

.img-pd-90 {
    padding-top: 90%;
}

body.home :is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart,
.hide-added_to_cart .added_to_cart {
    display: none !important;
}

.add_to_cart_button.added::after {
    position: relative;
    top: -3px;
}

.wpcf7-form-control-wrap.required:before {
    content: '*';
    position: absolute;
    color: rgba(207, 0, 36, 1);
    top: -5px;
    left: 10px;
    font-size: 14px;
}

.wpcf7-form-control-wrap.required.select:before {
    top: 5px;
}

.wpcf7-form-control-wrap.required.has-select2::before {
    z-index: 1;
}

.techsupport-form .wpcf7-form-control-wrap.required.has-select2 .select2-container {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap.required.has-select2 {
    display: block;
}

.wpcf7-form-control-wrap.select select {
    padding-left: 12px;
}

#multifiles-block,
#multifiles-block > p,
#multifiles-block > [id] {
    margin: 0px;
}

#multifiles-block {
    display: flex;
    flex-direction: column-reverse;
}

#multifiles-block .qbutton {
    border-radius: 0px;
    width: 100%;
    text-align: left;
    height: 42px;
}

#multifiles-block label {
    width: 100%;
}

#multifiles-block label span.wpcf7-form-control-wrap[data-name]:after {
    content: '';
    width: 16.66px;
    height: 15.79px;
    background: url(../images/upload.svg);
    position: absolute;
    top: 0px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#multifiles-block label:hover span.wpcf7-form-control-wrap[data-name]:after {
    background: url(../images/upload-white.svg);
}

.wpcf7 .wpcf7-form .techsupport-form > .inner > p {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap:not([data-name="country"]) .select2-container {
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap .select2-container .select2-selection__arrow {
    content: '';
    background: url(../images/yellow-arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 19px;
    height: 12px;
    margin-right: 5px;
}

.wpcf7-form-control-wrap .select2-container .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}

.wpcf7-form-control-wrap .select2-container.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}

.techsupport-form .eko-btn {
    margin-left: 10px;
}

select#distributor {
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
    border-radius: 5px;
    font-weight: 900;
}

.reverse-row > .e-con-inner {
    flex-direction: row-reverse !important;
}

.reverse-column > .e-con-inner {
    flex-direction: column-reverse !important;
}

.elementor-button-link,
.product_type_simple,
.eko-button-primary a {
    /* min-width: 140px; */
    padding: 10px 15px !important;
    /* font-size: 18px !important; */
}

.opaciti-0 {
    opacity: 0;
}


/* Popular products */

.popular-product {
    position: relative;
}

.popular-product .swiper-wrapper {
    display: flex;
    align-items: stretch;
    height: 100% !important;
}

.popular-product-item {
    display: flex;
    flex-direction: column;
    height: auto !important;
    background: #F5F5F5;
    position: relative;
}

.popular-product-image {
    /* height: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.popular-product-image-item {
    width: 100%;
    /* height: 385px !important; */
    object-fit: fill;
    aspect-ratio: 3/3;
}

.popular_product_content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px;
}

.popular_product_content a {
    color: #000000 !important;
}

.popular_product_content a:hover {
    color: #000000 !important;
}

.popular-product-item-title {
    font-size: 20px !important;
}

.popular-product-category {
    font-weight: 700;
    font-size: 18px;
}

.popular-product-description {
    font-family: Reader;
    /* flex-grow: 1;
    display: flex;
    align-items: flex-start; */
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400 !important;
}

.popular-product-links {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.add-to-cart-popular,
.variable_products {
    position: absolute;
    top: 10px;
    right: 10px;
}

.add-to-cart-popular .added_to_cart {
    display: none;
}

.add-to-cart-popular a,
a.variable_products {
    background: #ECAD2E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
}

.add-to-cart-popular:hover a,
a.variable_products:hover {
    color: #ECAD2E;
    background: white;
}

.add-to-cart-popular svg,
.variable_products svg {
    fill: #fff;
    width: 23px;
    height: 23px;
}

.add-to-cart-popular a:hover svg,
a.variable_products:hover svg {
    fill: #ECAD2E;
}


/* .btn_add_to_cart {
	background-color: #FFFFFF;
	color: #21549E;
	border-color: #21549E;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 10px 5px 10px;
}



.btn_add_to_cart:hover {
	color: #ffffff !important;
	background-color: #21549E;
} */

.popular-product-all {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;

}

.read_more_products {
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    color: #000000 !important;
}

.popular-product-all-button-text {
    font-size: 18px;
    text-decoration: underline;
}

.pop_product_slider_btns {
    position: absolute;
    width: 200px;
    height: auto;
    bottom: 4%;
    right: 0;
}

.pop_product_slider_btns .swiper-button-prev {
    color: #21549e;
}

.pop_product_slider_btns .swiper-button-next {
    color: #21549e;
}

.popular-product-links .e-atc-qty-button-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 1366px) {
    .popular-product-image-item {
        /* height: 340px !important; */
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .popular-product-item {
        height: 100% !important;
    }

    .popular-product-image-item {
        height: 100%;
    }

    .pop_product_slider_btns {
        width: 150px;
    }
}

@media (max-width: 768px) {

    .popular-product-image-item {
        height: 100% !important;
    }

    .pop_product_slider_btns {
        width: 150px;
    }
}

@media (max-width: 680px) {

    .popular-product-all {
        padding-top: 90px;
    }

    .pop_product_slider_btns {
        bottom: 7%;
    }
}

/* SOFTWARE */

.software-download-all {
    background-color: #ffffff !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #ebad2f !important;
    color: #ebad2f !important;
    border-radius: 5px 5px 5px 5px !important;
    font-weight: 700 !important;
    transition: .3s ease-in-out !important;
    font-size: 16px !important;
}

.software-download-all:hover {
    background-color: #ebad2f !important;
    border-color: #ebad2f !important;
    color: #ffffff !important;
}

/* @media (max-width: 1540px) and (min-width: 677px) {
	.software-download-all {
		font-size: 14px !important;
	}
} */


.high-efficiency img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

/* Google translate */

/* #google_language_translator select{
	border:none;
	cursor: pointer;
} */

#google_language_translator select {
    display: none;
    /* Прячем оригинальный выпадающий список */
}

.language-selector {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.language-selector img {
    width: 100%;
    /* Размер иконки */
    max-width: 50px !important;
    height: auto;
}

.custom-language-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 150px;
    z-index: 100;
}

.custom-language-dropdown li {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.custom-language-dropdown li:last-child {
    border-bottom: none;
}

.custom-language-dropdown li:hover {
    background: #f0f0f0;
}


/* .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 8px !important;
} */

/* Project map args */
.project-map-tag-args {
    margin-bottom: 10px;
    font-weight: normal !important;
}

.project-map-tag-args:last-child {
    margin-bottom: 0;
}

.project-map-tag-arg-title {
    display: inline-block;
    font-weight: bold;
    font-size: 20px !important;
    margin: 0;
}

.project-map-tag-arg-links {
    display: inline;
    text-decoration: underline;
    font-size: 20px !important;
    margin: 0 0 0 10px;
}

.project-map-tag-arg-links a {
    font-size: 18px !important;
    margin-right: 10px;
}

.project-map-tag-arg-text {
    display: inline;
    color: var(--e-global-color-primary);
    font-size: 20px !important;
    font-weight: 50% !important;
    margin: 0 0 0 10px;
}

.elementor-accordion-item .product-compare-button {
    min-width: 106px;
    width: auto !important;
}

.ekomodels-thumbnail img {
    width: 100% !important;
    max-width: 550px !important;
}

.frm-cart-products,
.frm-cart-products-json {
    display: none;
}

.e-load-more-spinner {
    display: none !important;
}

#header-user-area {
    display: none;
}

.custom-link-right-arrow a:after {
    content: '->' !important;
}

.fa.fa-twitter {
    font-family: sans-serif !important;
}

.fa.fa-twitter::before {
    content: "𝕏" !important;
    font-size: 1.2em !important;
}

/* Menu fix */
.sub-menu-level-1::before {
    display: none !important;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .sub-menu-level-1 {
    top: 0% !important;
    left: 10% !important;
}

@media (max-width: 1024px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li .sub-menu-level-1 {
        left: 0% !important;
    }
}

.elementor-sub-item img {
    width: 35px !important;
    height: 35px !important;
}

/* Fix slider for images */

.eko-slider-item-image {
    height: 77vh !important;
    width: 100%;
    object-fit: cover !important;
}

@media (max-width: 992px) {
    .eko-slider-item-image {
        height: 55vh !important;
        object-fit: cover !important;
    }
}

/* Fix contacts cards height */

.contact-details-wrapper .contact-details-inner {
    min-height: 460px !important;
}

.contact-details-inner .elementor-sub-title {
    font-size: 38px !important;
}

.asia_contacts .contact-details-inner .elementor-sub-title {
    font-size: 16px !important;
    height: 30px;
}

@media (max-width: 1650px) {
    .asia_contacts .address-content p {
        font-size: 16px !important;
    }

    .asia_contacts .contact-details-content {
        font-size: 16px !important;
    }

    .asia_contacts .contact-details-wrapper .elementor-heading-title {
        font-size: 22px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 768px) {
    .asia_contacts .elementor-content-block {
        min-height: auto;
    }
}

.contact_cards_btn {
    position: absolute;
    bottom: 10%;
    right: 15%;
}

@media (max-width: 1024px) {
    .contact_cards_btn {
        position: static;
        margin-top: 25px;
        text-align: right;
    }
}

.eko-filters-selected {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.eko-filters-selected button {
    margin-bottom: 24px;
    margin-right: 10px;
    border: none !important;
    background: #eeeeee !important;
    border-radius: 0px !important;
}

.eko-filters-selected button:hover {
    background: #21549E !important;
}

.eko-filters-selected-filters {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.eko-filters-selected-filter-clear {
    white-space: normal;
    word-break: break-word;
    text-align: left;
    max-width: 100%;
    display: inline-block;
}


@media (max-width: 768px) {
    .elementor-sub-item img {
        width: 15px !important;
        height: 15px !important;
    }
}


.product-category-header-column-1 {
    width: 100%;
    max-width: 80%;
}

.product_category_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 35px;
}

h1.product_category_header_title {
    font-size: 40px !important;
}

.product_category_header_column_text {
    font-size: 25px !important;
    line-height: 36px !important;
    color: #22539D !important;
}

.product_category_header_item_1 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #21539D;
    color: #ffffff;
    margin-bottom: 34px;
}

.product_category_header_item_1 h2 {
    color: #ffffff !important;
    margin-top: 0px;
}

.product_category_header_item_1 p {
    margin-bottom: 0px;
}

.product_category_header_item_1 a {
    color: #ffffff !important;
    text-decoration: underline !important;
    transition: .3s ease-in-out;
}

.product_category_header_item_1 a:hover {
    text-decoration: none !important;
}

.product_category_header_item_2 {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #00A7C1;
    color: #ffffff;
}

.product_category_header_item_2 h2 {
    color: #ffffff !important;
    margin-top: 0px;
}

.product_category_header_link_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 8px;
}

.product_category_header_item_2 a {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    transition: .3s ease-in-out;
}

.product_category_header_item_2 a:hover {
    text-decoration: none !important;
}

@media (max-width: 1580px) {
    h1.product_category_header_title {
        font-size: 30px !important;
    }

    .product_category_header_column_text {
        font-size: 18px !important;
        line-height: 26px !important;
        color: #22539D !important;
    }
}

@media (max-width: 992px) {
    .product_category_header_item_1 h2 {
        font-size: 21px !important;
    }

    .product_category_header_item_2 h2 {
        font-size: 21px !important;
    }
}

@media (max-width: 768px) {

    .product-category-header-column-1 {
        max-width: 100%;
    }

    .product_category_header {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .product-category-header-column-2 {
        margin-top: 35px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .product_category_header_item_1,
    .product_category_header_item_2 {
        min-height: 121px;
    }

    .product_category_header_item_1 {
        margin-bottom: 0px;
        margin-right: 45px;
    }

}

@media (max-width: 480px) {
    .product-category-header-column-2 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .product_category_header_item_1 {
        margin-bottom: 35px;
        margin-right: 0px;
    }

    .product_category_header_item_1,
    .product_category_header_item_2 {
        width: 100%;
        text-align: center;
    }

    .product_category_header_link_wrap {
        justify-content: center;
        align-items: center;
    }
}

.product_category_footer {
    margin-bottom: 100px;
}

@media (max-width: 1280px) {
    .product_category_footer {
        margin-bottom: 0px;
    }
}

.product_category_footer h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    margin: 0px !important;
}

.product_category_footer_wrap {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
}

.product_category_footer_wrap a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: .3s ease-in;
}

.product_category_footer_title {
    font-size: 33px;
    line-height: 46px;
    color: #00559E;
    padding: 15px 42px;
    background: #D9D9D9;
    width: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    .product_category_footer_wrap {
        flex-direction: column;
    }
}

@media (max-width: 576px) {

    .product_category_footer_wrap {
        margin-top: 32px;
    }

    .product_category_footer h2 {
        font-size: 30px !important;

    }

    .product_category_footer_title {
        font-size: 23px;
    }
}

/**
 * Header menu
 */
.eko_main_menu {
    position: relative;
    background: #fff;
}

@media (max-width: 1024px) {
    .eko_main_menu {
        display: none;
    }
}

.eko_main_menu > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.eko_main_menu > ul > li {
    position: relative;
}

.eko_main_menu a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #21549E;
    text-decoration: none;
    font-family: "Reader", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.eko_main_menu a .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-left: 7px;
    padding-inline-end: 0;
}

.sub-arrow svg {
    height: .7em;
    width: .7em;
    fill: #EBAD2F;
    transition: transform .3s ease-in-out;
}

.eko_main_menu a:hover .sub-arrow svg {
    transform: rotate(180deg);
}

.eko_main_menu a:hover {
    color: #22539D;
    opacity: 1;
}

@media (max-width: 1366px) {
    .eko_main_menu a {
        font-size: 14px;
    }
}

/* Общие подменю */
.submenu {
    display: none;
    position: absolute;
    z-index: 20;
    top: 100%;
    background: #fff;
    border: none;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .2);
    list-style: none;
}

.submenu:before {
    left: 52%;
    right: auto;
    transform: translate(-50%, -15px) rotate(45deg);
    background-color: #fff;
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 25px;
    width: 30px;
}

.menu-item:hover > .submenu {
    display: block;
}

.menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Dropdown для обычных */
.dropdown {
    min-width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

.dropdown li a {
    padding: 13px 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.dropdown li a img {
    width: 35px;
    height: 35px;
    margin-right: .5em;
}

.dropdown li a span {
    display: block;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Мега-меню Products (на всю ширину экрана) */
.mega-menu {
    display: none;
    position: fixed;
    top: 85px;
    left: 0;
    width: 100vw;
    background: transparent;
    padding: 24px 0;
    z-index: 999;
}


.has-mega-menu:hover .mega-menu {
    display: block;
}

.mega-inner {
    display: flex;
}

@media (min-width: 1024px) {
    .mega-inner {
        max-height: 340px;
    }
}

.submenu-left {
    width: 30%;
    background: #E9EEF5;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 95px;
}

.submenu-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.submenu-left li button,*/
.submenu-left li a {
    background-color: transparent;
    display: block;
    padding: 8px 0;
    color: #22539D;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    opacity: 1;
    transition: .3s ease-in-out;
    padding-left: 5px;

}

/*.submenu-left li button:hover,*/
.submenu-left li a:hover {
    padding: 7.8px 0;
    font-weight: 600;
    background-color: transparent;
    color: #22539D !important;
    background: #D9D9D9;
}

.submenu-left li a.sub_view_all {
    color: #22539D;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px;
    margin-top: 25px;
    opacity: 1;
    padding: 7.8px 0;
    padding-left: 5px;
}

.submenu-right {
    width: 70%;
    background: #EDF6F8;
    padding-top: 35px;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 35px;
}

.submenu-right h4 {
    font-size: 25px;
    color: #22539D;
    font-weight: 700;
    margin-bottom: 12px;
}

.submenu_right_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.products-list {
    display: flex;
    gap: 20px;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.products-list li {
    text-align: center;
    width: 120px;
}

.products-list img {
    max-width: 80px;
    display: block;
    margin: 0 auto 8px;
}

.products-list p {
    margin: 0;
    font-size: 14px;
}

.products-list span {
    font-size: 12px;
    color: #666;
}

.eko_main_menu a.see-all {
    display: inline-block;
    color: #22539D;
    font-weight: bold;
    text-decoration: underline;
}

/* Swiper styles */
.submenu_right_wrap .swiper {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.swiper .menu_swiper {
    width: 100%;
    height: 100%;
}

.menu_swiper .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.menu_swiper .swiper-slide {
    width: auto !important;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width: 1580px) {
    .menu_swiper .swiper-slide {
        width: 220px !important;
    }
}

@media (max-width: 1440px) {
    .menu_swiper .swiper-slide {
        width: 180px !important;
    }
}

@media (max-width: 1024px) {
    .menu_swiper .swiper-slide {
        width: inherit !important;
    }
}

.menu_swiper .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.menu_swiper .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 98px;
    /* height: 100%;
    max-height: 288px; */
    object-fit: cover;
}

.menu_slider_class {
    opacity: 1;
    font-size: 16px;
    color: #22539D;
    font-weight: 700;
    margin-top: 10px;
    white-space: normal;
    max-width: 98px;
}


.menu_slider_model {
    opacity: 1;
    font-size: 16px;
    color: #22539D;
    font-weight: 400;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .menu_slider_class {
        font-size: 14px;
    }

    .menu_slider_model {
        font-size: 15px;
    }
}

@media (max-width: 1300px) {
    .submenu-right {
        padding-left: 36px;
    }

    .submenu-left {
        padding-left: 36px;
        padding-right: 36px;
    }

    .submenu-left li a {
        font-size: 20px;
    }

    .submenu-left li a.sub_view_all {
        font-size: 20px;
    }

    .submenu-right h4 {
        font-size: 20px;
    }
}

/* Mobile Burger Menu */
.eko_mobile_menu {
    display: none;
}

@media (max-width: 1024px) {
    .eko_mobile_menu {
        display: block;
        position: relative;
        background: #fff;
        padding: 10px 10px;
    }
}

.burger-menu_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border: none;
    border-style: none !important;
    background: transparent;
    padding: 0 !important;
    outline: none !important;
    position: relative;
    z-index: 1000000;
}

.burger-menu_lines,
.burger-menu_lines::before,
.burger-menu_lines::after {
    display: block;
    background-color: #21549E;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
}

.burger-menu_lines::before,
.burger-menu_lines::after {
    content: '';
    position: absolute;
    left: 0;
}

.burger-menu_lines::before {
    top: -8px;
}

.burger-menu_lines::after {
    bottom: -8px;
}

.burger-menu_button.active .burger-menu_lines {
    background: transparent;
}

.burger-menu_button.active .burger-menu_lines::before {
    transform: rotate(45deg);
    top: 0;
}

.burger-menu_button.active .burger-menu_lines::after {
    transform: rotate(-45deg);
    bottom: 0;
}

/* .burger-menu_nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: left 0.3s ease;
    z-index: 1000;
	overflow-y: scroll;
	padding-bottom: 100px;
}

.burger-menu_nav.active {
    top: 8%;
} */

.burger-menu_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0, 0, 0, .1);
    padding: 60px 20px 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform .3s ease;
    z-index: 1000;
    overflow-y: auto;

    transform: translateY(-100%); /* скрыто по умолчанию */
}

.burger-menu_nav.active {
    transform: translateY(0); /* показать меню */
}

.burger-menu_link {
    color: #21549E;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    /* opacity: 0.7; */
    opacity: 1;
    transition: opacity 0.3s ease;
    margin-left: 40px;
}

.burger-menu_link:hover {
    opacity: 1;
}

.mobile_menu_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}

.mobile_menu_header img {
    position: absolute;
}

.mob_submenu_button {
    background: transparent;
    border: none !important;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin-left: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob_submenu_button:focus {
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.mob_submenu_button svg {
    height: 1em;
    width: 1em;
    fill: #EBAD2F;
    transition: transform .3s ease-in-out;
}

.mob_dropdown {
    display: none;
    flex-direction: column;
    list-style: none;
    margin-top: 10px;
}

.mob_dropdown.open {
    display: flex;
}

.mob_submenu_button.btn_active svg {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.mob_submenu {
    width: 100%;
}

.mobile_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mob_submenu li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex: 1;
    padding-left: 0 !important;
}

.mob_submenu li a img {
    width: 30px;
    height: 30px;
}

.burger-menu_nav .mobile_menu_item ul li a {
    padding-left: 0px !important;
}

.mob_mega_menu {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0px;
}

.mob_mega_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #E9EEF5;
    padding: 20px;
}

.mob_mega_left a {
    width: 100%;
    margin-bottom: 10px;
}

.mob_mega_left button {
    width: 100%;
    margin-bottom: 10px;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    white-space: normal;
    text-align: left;
}

.mob_mega_left button:hover {
    font-weight: 600;
    background-color: transparent;
    color: #22539D !important;
    border: none;
    outline: none;
}

.mob_mega_left button:focus,
.mob_mega_left button:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.mob_view_all {
    margin-top: 30px;
    font-weight: 700;
}

.mob_mega_right {
    /* width: 60%; */
    background: #EDF6F8;
    padding: 20px;
}

.mob_mega_right h4 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    color: #22539D;
}

.mega_right_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.mega_right_wrap .swiper-button-next,
.mega_right_wrap .swiper-button-prev {
    top: 40%;
    color: #00559E;
}

@media (max-width: 1024px) {
    .menu_swiper .swiper-slide {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mob_mega_menu .mob_mega_left a {
        font-size: 12px;
    }

    .mob_mega_menu .mob_mega_left button {
        font-size: 12px;
    }

    .mob_mega_right h4 {
        font-size: 12px;
    }

    .menu_slider_class {
        font-size: 12px;
    }

    .menu_slider_model {
        font-size: 10px;
    }

    .mega_right_wrap .menu_swiper .swiper-slide img {
        max-width: 129px;
    }

    .mega_right_wrap .swiper-button-next,
    .mega_right_wrap .swiper-button-prev {
        top: 35%;
    }

    .mega_right_wrap .swiper-button-prev {
        left: 5%;
    }

    .mega_right_wrap .swiper-button-next {
        right: 5%;
    }
}

.mega_right_wrap .swiper-button-next, .mega_right_wrap .swiper-button-prev {
    width: 0%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}

.eko-slider-wrapper video {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.application_list_buttons a {
    height: 44px;
}

#installation_btn .elementor-button-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 18px;
    height: 18px;
}

.eko-slider-wrapper .swiper-controls {
    display: none !important;
}

.video-controls #sound-on {
    display: none;
}

.video-controls #sound-off {
    display: none;
}

.news_events .loop-news-item .product-image-inner {
    margin-bottom: 0px;
}


#synergy .swiper-button-next,
#synergy .swiper-button-prev {
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 30%;
    width: 34px;
    height: 86px;
    z-index: 1;
}

#synergy .swiper-button-next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    right: 0px;
}

#synergy .swiper-button-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0px;
}

#synergy .swiper-button-next:after,
#synergy .swiper-button-prev:after {
    color: var(--e-global-color-primary);
    font-size: 30px;
    font-weight: 900;
}

@media (max-width: 767px) {

    #synergy .swiper-button-next,
    #synergy .swiper-button-prev {
        position: absolute;
        top: 45%;
        width: 20px;
        height: 80px;
    }

    #synergy .image {
        height: auto;
    }

    #synergy .image .add-to-cart,
    #synergy .image .select-product-option {
        top: 10px;
    }

    #synergy {
        position: unset;
    }

    #synergy .swiper-button-prev {
        left: -20px;
    }

    #synergy .swiper-button-next {
        right: -20px;
    }
}

.research-hero-video {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}

.research-hero-video video {
    object-fit: cover;
}


.research-hero-video img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
    z-index: 2;
}


.research-hero-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

.research-video-play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    z-index: 3;
}

.research-video-play:hover {
    background: #fff !important;
}

.research-video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 18px solid #21549e;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@media (max-width: 992px) {
    .research-hero-video {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .research-hero-video {
        height: 450px;
    }

    .research-hero-video img {
        height: 450px !important;
    }
}

.blog_more .e-loop__load-more span.elementor-button-text:hover {
    color: #fff !important;
}
