/*!
Theme Name: Hexl
Theme URI: https://www.bonoboz.in
Author: Bonoboz Team
Author URI: https://www.bonoboz.in
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hexl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

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

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

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

@font-face {
    font-family: "Quantify";
    src: url("assets/fonts/quantify.eot");
    src: url("assets/fonts/quantify.eot?#iefix") format("embedded-opentype"), url("assets/fonts/quantify.woff2") format("woff2"), url("assets/fonts/quantify.woff") format("woff"), url("assets/fonts/quantify.svg#Quantify") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*!
 * 	Theme Variables
 * ----------------------------------------------- */

:root {
    --primary: #f3bd0b;
    --primary-rgb: 243, 189, 11;
    --secondary: #37393d;
    --dark: #161a20;
    --dark-rgb: 22, 26, 32;
    --body-font-family: "Montserrat", sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-bg: #ffffff;
    --body-color: #505d68;
    --body-line-height: 1.45;
    --heading-font-size-base: 1rem;
    --heading-font-family: "Quantify";
    --heading-font-weight: 400;
    --heading-color: #000000;
    --heading-margin-bottom: 16px;
    --heading-line-height: 1.15;
    --link-color: #000000;
    --link-hover-color: #f3bd0b;
    --btn-font-family: var(--body-font-family);
    --btn-font-size: 14px;
    --btn-font-weight: 500;
    --btn-line-height: 40px;
    --btn-padding: 0 32px;
    --btn-bg: transparent;
    --btn-border-width: 2px;
    --btn-color: var(--body-color);
    --btn-border-color: transparent;
    --btn-hover-bg: transparent;
    --btn-hover-color: var(--body-color);
    --btn-hover-border-color: transparent;
    --form-control-font-family: var(--body-font-family);
    --form-control-font-size: var(--body-font-size);
    --form-control-font-weight: var(--body-font-weight);
    --form-control-color: var(--body-color);
    --form-control-line-height: 1.15;
    --form-control-padding: 6px 16px;
    --form-control-min-height: 40px;
    --form-control-bg: #f4f4f4;
    --form-control-border-color: transparent;
    --form-control-border-radius: 4px;
    --form-control-placeholder-color: #333;
    --form-control-arrow: url('data:image/svg+xml,<svg fill="%23000" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');
    --hamburger-line-bg: #000;
    --header-height: 98px;
    --paragraph-margin-bottom: 24px;
    --section-padding-y: 100px;
    --container-width: ;
    --gutter-y: ;
    --gutter-x: 32px;
}


/*!
 * 	Reset Styles
 * ----------------------------------------------- */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--body-bg);
    text-align: left;
}

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

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    color: var(--link-hover-color);
}

p {
    margin-top: 0;
    margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 16px;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 8px 16px;
    text-align: left;
}

td {
    border: 1px solid #ddd;
}

th {
    background-color: #fff;
    font-weight: 600;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:nth-child(odd) {
    background-color: #ffffff;
}

tr:hover {
    background-color: #f1f1f1;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

.woocommerce-address-fields label,
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none !important;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 4px 8px;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: var(--heading-margin-bottom);
    line-height: var(--heading-line-height);
}

h1,
.h1 {
    font-size: calc(1.425rem + 2.1vw);
}

h2,
.h2 {
    font-size: calc(1.4rem + 1.5vw);
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw);
}

h4,
.h4 {
    font-size: calc(1.3rem + 0.6vw);
}

h5,
.h5 {
    font-size: calc(1.275rem + 0.3vw);
}

h6,
.h6 {
    font-size: calc(var(--heading-font-size-base) * 1.125);
}


/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
    position: relative;
    min-height: 100vh;
}

.section {
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
}

.overflow-hidden {
    overflow: hidden !important;
}

.object-fit>* {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 800 !important;
}

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

.text-right {
    text-align: right !important;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #111d25 !important;
}

.text-red {
    color: #da3030 !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.bg-black,
.bg-primary {
    --heading-color: #fff;
    color: #fff;
}

.bg-primary {
    background-color: var(--primary);
}

.bg-black {
    background-color: #000000;
}

.bg-light {
    background-color: #f5f5f5;
}

.gradient-top,
.gradient-bottom {
    position: relative;
}

.gradient-top>.container,
.gradient-bottom>.container {
    position: relative;
    z-index: 2;
}

.gradient-top:before,
.gradient-bottom:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.gradient-top:before {
    height: 240px;
    top: 0;
    background: -o-linear-gradient( bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.gradient-bottom:after {
    height: 380px;
    bottom: 0;
    background: -o-linear-gradient( bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.d-block-xl,
.d-block-lg {
    display: none;
}

.radius-8 {
    border-radius: 8px;
}


/*!
 *	Spacing
 * ----------------------------------------------- */

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.mt-24 {
    margin-top: 24px !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-fluid {
    width: 100%;
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
}

.container *,
.container-fluid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}

.row {
    margin-top: calc(-1 * var(--gutter-y));
    margin-left: calc(-0.5 * var(--gutter-x));
    margin-right: calc(-0.5 * var(--gutter-x));
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    min-height: 1px;
    margin-top: var(--gutter-y);
    padding-left: calc(var(--gutter-x) * 0.5);
    padding-right: calc(var(--gutter-x) * 0.5);
}

.row.row--lg {
    --gutter-x: 54px;
}

.row.row--sm {
    --gutter-x: 24px;
}

.row.row--xs {
    --gutter-x: 16px;
}

.gap {
    --gutter-y: var(--gutter-x);
}

.col-1 {
    width: 8.33333333%;
}

.col-2 {
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.no-gutter {
    --gutter-x: 0;
}

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */


/* Button */

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--btn-padding);
    color: var(--btn-color);
    background-color: var(--btn-bg);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
    text-align: center;
}

.btn:hover {
    background-color: var(--btn-hover-bg);
    color: var(--btn-hover-color);
    border-color: var(--btn-hover-border-color);
}

.btn>*:not(:first-child) {
    margin-left: 8px;
}

.btn.btn--lg {
    --btn-font-size: 16px;
    --btn-padding: 0 24px;
    --btn-line-height: 48px;
}

.btn.btn--icon {
    padding: 0;
    width: var(--btn-line-height);
    height: var(--btn-line-height);
}

.btn.btn--primary {
    --btn-bg: var(--primary);
    --btn-color: #000000;
    --btn-hover-bg: #ebb70c;
    --btn-hover-color: #000000;
}

.btn.btn--white {
    --btn-bg: #ffffff;
    --btn-color: #000000;
    --btn-hover-bg: #000000;
    --btn-hover-color: #ffffff;
}

.btn.btn--dark {
    --btn-bg: var(--dark);
    --btn-color: #ffffff;
    --btn-hover-bg: #000000;
    --btn-hover-color: #ffffff;
}

.btn.btn--outline-white {
    --btn-bg: var(--dark);
    --btn-color: #ffffff;
    --btn-border-color: #ffffff;
    --btn-hover-bg: var(--btn-bg);
    --btn-hover-color: var(--btn-color);
    --btn-hover-border-color: var(--btn-border-color);
}

.btn.btn--outline-dark {
    --btn-color: var(--dark);
    --btn-border-color: var(--dark);
    --btn-hover-bg: var(--dark);
    --btn-hover-border-color: var(--dark);
    --btn-hover-color: #ffffff;
}

.btn-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-inline>*:not(:first-child) {
    margin-left: 8px;
}


/* Input */

.woocommerce-address-fields .input-text,
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid var(--form-control-border-color);
    min-height: var(--form-control-min-height);
    padding: var(--form-control-padding);
    background-color: var(--form-control-bg);
    font-family: var(--form-control-font-family);
    font-size: var(--form-control-font-size);
    color: var(--form-control-color);
    border-radius: var(--form-control-border-radius);
}

.form-control:focus {
    --form-control-border-color: var(--primary);
}

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

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

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

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

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

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

.form-control::-moz-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

.form-control::-ms-placeholder {
    color: var(--form-control-placeholder-color);
    opacity: 1;
}

select.form-control {
    background-image: var(--form-control-arrow);
    background-position: center right 16px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

textarea.form-control {
    height: 100px;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.form-label.form-label--required:after {
    content: "*";
    color: #da3030;
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-label {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
}


/* Checkbox */

.checkbox input {
    display: none;
}

.checkbox label {
    margin-bottom: 0;
    font-weight: 500;
    padding-left: 28px;
    cursor: pointer;
    position: relative;
}

.checkbox label::before,
.checkbox label::after {
    content: "";
    position: absolute;
    display: block;
}

.checkbox label::before {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.checkbox label::after {
    top: 7px;
    left: 5px;
    padding: 2px 3px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox input:checked+label::before {
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(0, 0, 0, 0.8);
}

.checkbox input:checked+label::after {
    border-color: #ffffff;
}


/* Card */

.card-border {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
}


/* Collapse */

.collapses .collapse:not(:first-child) {
    margin-top: 24px;
}

.collapse .collapse__head {
    --link-hover-color: var(--link-color);
    opacity: 0.5;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.collapse .collapse__title {
    padding-right: 16px;
}

.collapse .collapse__head .collapse__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
}

.collapse .collapse__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.collapse .collapse__head:hover,
.collapse .collapse__head.active,
.collapses.collapses--fill .collapse .collapse__head {
    opacity: 1;
}

.collapse .collapse__head.active .collapse__icon .plus,
.collapse .collapse__head:not(.active) .collapse__icon .minus {
    display: none;
}

.collapse .collapse__head.active .collapse__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapse .collapse__body {
    display: none;
}

.collapses.collapses--fill .collapse {
    border-radius: 8px;
    /* background-color: #f5f5f5; */
    background-color: #ffffff;
    padding: 8px 24px;
}

.collapses.collapses--fill .collapse:not(:first-child) {
    margin-top: 16px;
}

.collapses.collapses--fill .collapse .collapse__body {
    padding-bottom: 24px;
}


/* Modal */

.modal-open {
    overflow: hidden;
}

.modal.show,
.modal .modal__dialog.show {
    visibility: visible;
    opacity: 1;
}

.modal .modal__dialog.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 16px;
    overflow: auto;
}

.modal .modal__container,
.modal .modal__dialog .close {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal__container {
    margin: 40px 0;
    min-height: calc(100% - 80px);
}

.modal .modal__dialog {
    max-width: 1080px;
    width: 100%;
    position: relative;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    transform: translateY(-64px);
    -webkit-transition: all 0.25s ease-in-out 0.15s;
    -o-transition: all 0.25s ease-in-out 0.15s;
    transition: all 0.25s ease-in-out 0.15s;
    max-height: 100%;
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.modal .modal__dialog h3 {
    padding-right: 32px;
}

.modal .modal__dialog .close {
    --link-hover-color: var(--link-color);
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    z-index: 2;
}


/* Breadcrumb */

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumb li {
    font-size: 14px;
    font-weight: 500;
    color: #767676;
}

.breadcrumb li:not(:first-child):before {
    content: "/";
    margin: 0 8px;
    display: inline-block;
    color: var(--dark);
}

.breadcrumb.breadcrumb--under-header {
    margin-top: 140px;
    margin-bottom: 64px;
}


/* Tab */

.tab {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.tab .tab__item:not(:first-child) {
    margin-left: 8px;
}

.tab .tab__link {
    display: inline-block;
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    color: #576770;
    text-transform: uppercase;
    border-radius: 4px;
}

.tab .tab__link:hover {
    color: var(--dark);
}

.tab .tab__link.active {
    color: var(--dark);
    background-color: #e2e2e2;
}

.tab-pane {
    display: none;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.tab-pane.active {
    display: block;
}

.tab-pane:not(.show) {
    opacity: 0;
}

.tab-content {
    margin-top: 24px;
}


/*!
 *	Header
 * ----------------------------------------------- */

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    min-height: var(--header-height);
}

.single.single-machinery #header {
    top: 100vh;
}

.header-container {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#header .navbar>ul>li>a {
    color: var(--link-color);
}

#header .navbar>ul>li>a:hover {
    color: var(--link-hover-color);
}

.header-light {
    --hamburger-line-bg: #ffffff;
}

.header-light .navbar.navbar--right>ul>li>a {
    --link-color: #ffffff;
}

.header-border {
    --link-color: #000000;
    --hamburger-line-bg: #000000;
    border-bottom: 1px solid #d5d5d5;
    background-color: #fff;
}

.header-light .black,
.header-border .white {
    display: none;
}

#menu {
    background-color: #fff;
}

.navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    z-index: 100;
    border-top: 1px solid #dedede;
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    -webkit-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.1);
}

.navbar>ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: var(--container-width);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 calc(0.5 * var(--gutter-x));
    list-style: none;
}

.navbar>ul>li:not(:first-child) {
    margin-top: 24px;
}

.navbar>ul>li>a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar.navbar--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: initial;
    padding: 0;
    border: none;
    position: relative;
    top: initial;
    left: initial;
    min-height: initial;
    margin-left: auto;
    overflow: visible;
    box-shadow: none;
}

.navbar.navbar--right>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: initial;
    padding: 0;
}

.navbar.navbar--right>ul>li:not(:first-child) {
    margin-top: 0;
    margin-left: 8px;
}

.navbar.navbar--right>ul>li>a {
    --link-color: #2c3e50;
}

.menu-item-has-children,
.menu-item-has-children>a {
    position: relative;
}

.menu-item-has-children {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.menu-item-has-children:hover>a {
    color: var(--primary);
}

.sub-menu-handler {
    margin-left: auto;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" fill="%23000000"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
}

.menu-item-has-children>.sub-menu-handler.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu {
    display: none;
    padding-top: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 16px 0 0;
    margin: 0;
    list-style: none;
}

.sub-menu li a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}

.sub-menu li a:hover {
    background-color: rgba(var(--primary-rgb), 0.03);
}

#hamburger {
    background-color: transparent;
    border: none;
    position: relative;
    margin-left: 8px;
    margin-top: 4px;
    width: 16px;
    height: 14px;
    cursor: pointer;
    padding: 0;
}

#hamburger span:before,
#hamburger span:after {
    content: "";
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: var(--hamburger-line-bg);
    display: block;
}

#hamburger span,
#hamburger span:after {
    top: 6px;
}

#hamburger span:before {
    top: -6px;
}

#hamburger.active span {
    background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
    top: 0;
}

#hamburger.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand {
    display: inline-block;
    width: 140px;
}

.search {
    --form-control-bg: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    background-color: #f0f0f0;
    border-radius: 4px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.search .search__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.15;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    border-top: 1px solid #cfcdcd;
}

.search .search__item .search__item__icon {
    color: var(--secondary);
}

.search .search__item .search__item__content {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section.hero {
    padding-bottom: calc(0.75 * var(--section-padding-y));
}

.hero {
    position: relative;
}

.hero .container {
    min-height: calc(100vh - (var(--section-padding-y) * 1.75));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.hero .hero__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-animation-2 .hero .hero__cover {
    width: 120%;
    height: 120%;
}

.hero .hero__cover.desktop_banner {
    display: none;
}

.hero .hero__cover.mobile_banner {
    display: block;
    width: 100%;
    height: 100%;
}

.scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scrollable .tab {
    overflow: initial;
}

@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
    .scrollable {
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch;
    }
}

.hero .hero__cover.video-en, .title-en {
    display: block;
}

.hero .hero__cover.video-es, .title-es {
    display: none;
}

html[lang="es"].translated-ltr .hero .hero__cover.video-en, html[lang="es"].translated-ltr .title-en {
    display: none;
}

html[lang="es"].translated-ltr .hero .hero__cover.video-es, html[lang="es"].translated-ltr .title-es {
    display: block;
}

.hero .hero__head {
    --heading-line-height: 1;
    --heading-margin-bottom: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.hero .hero__foot {
    --heading-color: #ffffff;
    padding-top: var(--section-padding-y);
    color: #ffffff;
}

.hero .hero__foot .btn-inline>*:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
}

.hero .hero__foot .btn-inline>* {
    width: 100%;
}

.hero.hero--video {
    position: relative;
    padding: 0;
}

.hero.hero--video:after {
    content: '';
    display: block;
    padding-bottom: calc(3 / 4 * 100%);
}

.hero.hero--video .hero--video__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.hero.hero--video .container {
    min-height: initial;
    padding-top: 48px;
    padding-bottom: calc(0.75* var(--section-padding-y));
}

.cta {
    --heading-color: #ffffff;
    --heading-margin-bottom: 32px;
    background: url("assets/images/hero/cta.jpg") center no-repeat;
    background-size: cover;
}

.cta {
    text-align: center;
}


/*!
 *	Inner Pages
 * ----------------------------------------------- */

.under-header {
    padding-top: 140px;
}

.under-header .breadcrumb {
    -webkit-transform: translateY(-56px);
    -ms-transform: translateY(-56px);
    transform: translateY(-56px);
}


/* Product details */

.part-head {
    --heading-margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}

.part-head .btn {
    width: 160px;
}

.part-cover {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

.part-title {
    color: var(--secondary);
    font-size: 18px;
    font-weight: 500;
}

.product-info {
    padding-left: 0;
    margin-bottom: 32px;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-info>* {
    width: auto;
}

.product-info .product-info__title {
    font-size: 18px;
    margin-bottom: 4px;
}

.product-info .product-info__subtitle {
    font-size: 14px;
}

.product-spec,
.product-spec .product-spec__item {
    position: relative;
}

.product-spec .product-spec__item {
    font-size: 14px;
    opacity: 0.8;
    padding-top: 16px;
}

.product-spec .product-spec__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.product-spec .product-spec__title {
    margin-bottom: 4px;
}

[data-image] {
    display: none;
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
}

[data-image].show {
    display: block;
}

[data-image]:not(.fade) {
    opacity: 0;
}

.product-text-title {
    margin-bottom: 8px;
    color: var(--secondary);
}

.section_collapse {
    min-height: 100vh;
}

.section_collapse .collapse .collapse__head {
    cursor: default;
}

.section_collapse .collapse .collapse__head:not(.active):hover {
    opacity: 0.5;
}

.section_collapse .collapse .collapse__body {
    display: block;
    overflow: hidden;
}

.section_collapse .collapse .collapse__body:not(.show) {
    height: 0;
}

#product_text .swiper-pagination {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #000000;
    position: relative;
    top: initial;
    bottom: initial;
    text-align: left;
    margin-bottom: 8px;
}

#product_cover,
#product_attachment {
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #ffffff;
    position: relative;
}

#product_cover {
    --swiper-pagination-bottom: 32px;
}

#product_attachment {
    --swiper-navigation-sides-offset: -48px;
    --swiper-navigation-color: #ffffff;
    --swiper-pagination-bottom: -48px;
    --swiper-navigation-size: 10px;
    margin-bottom: 32px;
    color: #ffffff;
}

#product_attachment .swiper-slide {
    height: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#product_attachment .attachment-card {
    background-color: #fff;
    border-radius: 4px;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--primary);
}

#product_attachment .swiper-button-prev,
#product_attachment .swiper-button-next {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3f3f3f;
    margin-top: -28px;
}


/* Parts */

.part {
    --link-color: #ffffff;
    --heading-color: #ffffff;
    color: #ffffff;
}

.part .part__link a {
    text-decoration: underline;
}

.part .part__search {
    --form-control-padding: 8px 10px;
    --form-control-bg: transparent;
    max-width: 680px;
    width: 100%;
    margin-bottom: 32px;
    background-color: #fff;
    border-radius: 4px;
    padding: 16px 20px;
}

.part .part__search .form-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.part .part__search .form-control:focus {
    border-color: transparent;
}

.part .part__search .btn {
    margin-top: 16px;
    width: 100%;
}

.part-card {
    --link-hover-color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 32px 16px 16px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    background-color: #ffffff;
    line-height: 1;
    cursor: pointer;
}

.part-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.part-card .part-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
    height: 162px;
}

.part-card .fw-medium {
    text-transform: uppercase;
}


/* Part details */

.verify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
}

.verify .verify__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #32992e;
}

.verify .verify__content {
    padding-left: 10px;
}

.part-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ebebeb;
    z-index: 100;
}

.part-nav ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.part-nav ul li a {
    font-size: 14px;
    display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    color: var(--dark);
    position: relative;
    white-space: nowrap;
}

.part-nav ul li a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    height: 1px;
    background-color: currentColor;
}

#diagram_control {
    --btn-line-height: 30px;
    line-height: 1;
    position: absolute;
    right: 24px;
    bottom: 24px;
    border-radius: 4px;
    border: 1px solid #cecece;
    background-color: #fff;
    z-index: 10;
}

#diagram_control>*:not(:first-child) {
    border-left: 1px solid #cecece;
}

#diagram_parts {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    counter-reset: number;
}

#diagram_hero.product-main-hero-diagram {
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
}

#diagram_hero,
#diagram_parts li {
    position: relative;
}

#diagram_parts li:not(:first-child) {
    margin-top: -1px;
}

#diagram_parts li .btn {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

#diagram_parts li:hover a,
#diagram_parts li.active a {
    border-color: #000000;
    z-index: 1;
}

#diagram_parts li:hover .btn,
#diagram_parts li.active .btn {
    opacity: 1;
    visibility: visible;
}

#diagram_parts li a {
    counter-increment: number;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    min-height: 62px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

#diagram_parts li a:before {
    content: counter(number) ")";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 32px;
}

.part-name {
    display: inline-block;
    padding-right: 16px;
    width: calc(46% + 2px);
}

.part-num {
    display: inline-block;
    width: 45%;
}

#diagram_parts .part-name {
    width: calc(46% - 24px);
}

#diagram_parts .part-num {
    width: 90px;
}

.hero.product-hero-details {
    --heading-color: #ffffff;
    color: #ffffff;
}


/* .hero.product-hero-details > img {
  transform: translateX(-40px);
} */

.spec-table {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    overflow: hidden;
}

.spec-table table {
    width: 100%;
}

.spec-table tr:not(:last-child) td {
    border-bottom: 1px solid #d8d8d8;
}

.spec-table tr td:not(:last-child) {
    border-right: 1px solid #d8d8d8;
}

.spec-table td {
    padding: 8px 16px;
}

.spec-table td:first-child {
    width: 60%;
}

.spec-table td:nth-child(even) {
    background-color: #f5f5f5;
}

.data .data__icon {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Search */

.search-hero .search-hero__content {
    max-width: var(--container-width);
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
}


/* Filter */

.filter-head .form-control {
    --form-control-bg: transparent;
    --form-control-border-color: #b9b9b9;
    --form-control-font-size: 14px;
    --form-control-color: var(--dark);
    margin-top: 16px;
}

.filter-text {
    font-weight: 500;
    color: #888;
}

.filter-right .part-card {
    text-align: left;
    font-size: 14px;
    color: var(--secondary);
}

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

.filter-foot .btn {
    margin-top: 16px;
}

.filter-sidebar {
    border-radius: 8px;
    border: 1px solid rgba(185, 185, 185, 0.8);
}

.filter-sidebar .filter-sidebar__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-sidebar .filter-sidebar__data img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px;
}

.filter-sidebar .filter-sidebar__data .filter-sidebar__data__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
}

.filter-sidebar .filter-sidebar__item {
    padding: 24px 30px;
}

.filter-sidebar .filter-sidebar__item:not(:last-child) {
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
}

.filter-sidebar .filter-sidebar__head {
    padding: 32px 30px;
}

.filter-sidebar .filter-sidebar__item .collapse {
    border-bottom: 1px solid #b9b9b9;
}

.filter-sidebar .filter-sidebar__item .collapse .collapse__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 16px;
}

.filter-sidebar .filter-sidebar__item .link {
    margin-top: 16px;
}

.category {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category li {
    border-top: 1px solid #b9b9b9;
}

.category li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 8px 8px 0;
    font-weight: 500;
}

.category li a .svg {
    margin-top: 7px;
}

.category .category__text {
    padding-right: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link {
    --link-color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#overlay.show {
    visibility: visible;
    opacity: 1;
}

.sidebar.serial {
    --sidebar-max-width: 540px;
}

.sidebar {
    --sidebar-spacing-x: 16px;
    --sidebar-max-width: 450px;
    position: fixed;
    top: 0;
    right: calc(-1 * var(--sidebar-max-width));
    bottom: 0;
    background-color: #fff;
    width: 100%;
    max-width: var(--sidebar-max-width);
    z-index: 1001;
    padding-left: var(--sidebar-spacing-x);
    padding-right: var(--sidebar-spacing-x);
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.sidebar.show {
    right: 0;
}

.sidebar .sidebar__close .svg {
    width: 16px;
    height: 16px;
}

.sidebar .sidebar__head {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar .sidebar__title {
    padding-right: 16px;
}

.sidebar .sidebar__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 16px var(--sidebar-spacing-x);
    margin-left: calc(-1 * var(--sidebar-spacing-x));
    margin-right: calc(-1 * var(--sidebar-spacing-x));
}

.sidebar .sidebar__foot {
    padding-top: 16px;
    border-top: 1px solid #d2d2d2;
}

.cart .cart__item {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart .cart__item:not(:first-child) {
    margin-top: 12px;
}

.cart .cart__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    background-color: #f3f3f3;
    padding: 12px;
}

.cart .cart__content {
    padding-left: 16px;
}

.cart .cart__content .product-group {
    display: none;
}

.cart .cart__number {
    --btn-line-height: 26px;
    --form-control-padding: 0 4px;
    --form-control-min-height: var(--btn-line-height);
    --form-control-line-height: 1;
    --form-control-bg: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    max-width: 96px;
}

.cart .cart__number .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cart .cart__number .form-control:focus {
    border-color: transparent;
}

.serial .serial__item:not(:first-child) {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e4e4e4;
}

.serial .serial__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.serial .serial__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 16px;
}

.serial .serial__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 180px;
    background-color: #e6e6e6;
}

.contact-hero {
    border-radius: 4px;
}

#contact_map {
    position: relative;
}

#contact_map:before {
    content: "";
    display: block;
    padding-bottom: calc(3 / 4 * 100%);
}

#contact_map>* {
    position: absolute;
    top: 0;
    left: 0;
}

.contact-address {
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-address .contact-address__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-info .contact-info__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
}

.contact-info .contact-info__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info .contact-info__text a {
    --link-color: var(--body-color);
    --link-hover-color: var(--dark);
    text-decoration: underline;
}

.map-page {
    padding-top: var(--header-height);
}

.map-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
}

.map-sidebar .map-sidebar__head .map-sidebar__head__text {
    color: #888;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.map-sidebar .map-sidebar__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: -16px;
}

.map-sidebar .map-sidebar__item {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: 16px;
}

.map-sidebar .map-sidebar__item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.map-sidebar .map-sidebar__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.map-sidebar .map-sidebar__icon a:not(:first-child) {
    margin-left: 12px;
}

#map,
.map-image {
    margin-left: calc(-0.5 * var(--gutter-x));
    margin-right: calc(-0.5 * var(--gutter-x));
    height: 100vh;
}

.error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 358px);
}

.error-page .container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


/*!
 *	Footer
 * ----------------------------------------------- */

#footer {
    --link-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--dark);
}

.social,
.footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
}

.footer-link li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 24px;
}

.social {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social li:not(:first-child) {
    margin-left: 8px;
}

.social li a {
    opacity: 0.7;
}

.last-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #464d56;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.last-footer>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.last-footer .bnz {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.last-footer .last-footer__copy,
.last-footer .last-footer__link {
    opacity: 0.7;
}

.last-footer .last-footer__copy {
    margin-top: 24px;
}


/* New changes */

.hero.hero-intro {
    --heading-color: #ffffff;
    --heading-margin-bottom: 8px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.hero.hero-intro .btn-inline {
    margin-top: 16px;
}

.hero.hero-intro .btn-inline>* {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.hero.hero-intro .btn-inline>*:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
}

#whats_app {
    position: fixed;
    right: 16px;
    bottom: 24px;
    z-index: 99;
    max-width: 48px;
}

#product_details {
    position: relative;
    margin-top: -100vh;
}

#product_details_buttons {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0 calc(0.5 * var(--gutter-x)) calc(0.35 * var(--section-padding-y));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 50;
}

#product_details_buttons .btn-inline {
    pointer-events: fill;
}

.inner-hero {
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    padding-top: calc(1.5 * var(--section-padding-y));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.woocommerce-address-fields__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 16px;
}

.woocommerce-address-fields__field-wrapper .form-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}


/*!
 *	Responsive
 * ----------------------------------------------- */

@media (max-width: 440.98px) {
    #product_details_buttons {
        padding: 0 8px calc(0.35 * var(--section-padding-y));
        --btn-padding: 0 8px;
    }
}

@media (min-width: 480px) {
    body {
        --header-height: 103px;
        --section-padding-y: 120px;
    }
    .col-xs-1 {
        width: 8.33333333%;
    }
    .col-xs-2 {
        width: 16.66666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-4 {
        width: 33.33333333%;
    }
    .col-xs-5 {
        width: 41.66666667%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-7 {
        width: 58.33333333%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-10 {
        width: 83.33333333%;
    }
    .col-xs-11 {
        width: 91.66666667%;
    }
    .col-xs-12 {
        width: 100%;
    }
    .modal .modal__dialog {
        padding: 32px;
    }
    .brand {
        width: 158px;
    }
    .search .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .search .search__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        border-left: 1px solid #cfcdcd;
        border-top: none;
    }
    .search .search__item .search__item__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 120px;
    }
    .search .search__item .search__item__content>* {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .filter-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .filter-head .filter-text {
        padding-right: 16px;
    }
    .filter-head .form-control {
        width: 260px;
        margin-top: 0;
    }
    .filter-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .filter-foot .filter-text {
        padding-right: 16px;
    }
    .filter-foot .btn {
        margin-top: 0;
        margin-left: auto;
    }
    .sidebar.serial {
        --sidebar-spacing-x: 32px;
    }
    .sidebar {
        --sidebar-spacing-x: 40px;
        padding-bottom: 24px;
    }
    .cart .cart__item {
        padding: 16px;
    }
    .part-nav ul {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .part-nav ul li a.active:after {
        bottom: -32px;
    }
    #footer {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero.hero-intro {
        text-align: left;
    }
    .btn--280 {
        min-width: 280px;
    }
    .hero.hero-intro .btn-inline>* {
        width: initial;
    }
    .hero.hero-intro .btn-inline>*:not(:first-child) {
        margin-left: 8px;
        margin-top: 0;
    }
}

@media (min-width: 576px) {
    body {
        --container-width: 540px;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    /* .hero.product-hero-details > img {
    transform: translateX(0);
  } */
    .hero .hero__foot .btn-inline>* {
        width: auto;
    }
    .hero .hero__foot .btn-inline .btn:first-child {
        min-width: 280px;
    }
    .hero .hero__foot .btn-inline .btn:last-child {
        min-width: 160px;
    }
    .hero .hero__foot .btn-inline>*:not(:first-child) {
        margin-top: 0;
        margin-left: 8px;
    }
    .gradient-bottom:after {
        height: 200px;
    }
    #map,
    .map-image {
        margin-left: calc( -0.5 * (100vw - (var(--container-width) - var(--gutter-x))));
        margin-right: calc( -0.5 * (100vw - (var(--container-width) - var(--gutter-x))));
    }
    .last-footer {
        margin-top: 24px;
        padding-top: 24px;
    }
    .last-footer>* {
        width: initial;
    }
    .last-footer .last-footer__copy {
        margin-top: 0;
    }
    .part .part__search form,
    .part .part__search .part__search__control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .part .part__search .part__search__control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .part .part__search .form-control {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        padding: var(--form-control-padding);
        border-radius: 0;
    }
    .part .part__search .form-control:first-child {
        border-right: 1px solid #dfdfdf;
    }
    .part .part__search .btn {
        width: initial;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    body {
        --container-width: 720px;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .modal .modal__dialog {
        padding: 48px 56px 24px;
    }
    .modal .modal__dialog .close {
        top: 32px;
        right: 56px;
    }
    .hero .hero__foot .btn-inline>*:not(:first-child) {
        margin-left: 16px;
    }
    .product-info .product-info__title {
        font-size: 22px;
    }
    .search-hero .search-hero__content {
        margin-top: 48px;
    }
    .part-nav ul li:not(:first-child) {
        margin-left: 24px;
    }
    .spec-table td {
        padding: 20px 40px;
    }
    .spec-table td:first-child {
        width: 45%;
    }
    .collapses.collapses--fill .collapse {
        padding: 24px 48px;
    }
    .collapses.collapses--fill .collapse .collapse__body {
        padding-bottom: 16px;
    }
    .footer-link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .footer-link li {
        width: initial;
        font-size: 12px;
        margin-top: 0;
    }
    .footer-link li:not(:first-child) {
        margin-left: 16px;
    }
    #whats_app {
        right: 24px;
        max-width: 64px;
    }
    #map,
    .map-image {
        margin-top: -87px;
        margin-left: initial;
        margin-right: calc( -0.75 * (100vw - (var(--container-width) - (var(--gutter-x) / 2))));
        height: calc(100vh - var(--header-height));
    }
    #asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter {
        padding-left: 0 !important;
        padding-right: 16px !important;
    }
    .hero .hero__cover.desktop_banner {
        display: block;
    }
    .hero .hero__cover.mobile_banner {
        display: none;
    }
    .woocommerce-address-fields__field-wrapper .form-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .woocommerce-address-fields__field-wrapper #billing_address_1_field,
    .woocommerce-address-fields__field-wrapper #billing_address_2_field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    body {
        --container-width: 960px;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .d-block-lg {
        display: block;
    }
    .d-none-lg {
        display: none;
    }
    .collapses .collapse:not(:first-child) {
        margin-top: 40px;
    }
    #menu {
        margin-left: auto;
        background-color: transparent;
    }
    .header-light {
        --link-color: #ffffff;
    }
    .navbar {
        margin-top: 0;
        position: relative;
        top: initial;
        width: initial;
        padding: 0;
        border: none;
        display: block;
        max-height: initial;
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
    }
    .navbar>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        margin: 0;
        max-width: initial;
    }
    .navbar>ul>li:not(:first-child) {
        margin-left: 32px;
        margin-top: initial;
    }
    .sub-menu-handler {
        margin-left: 4px;
    }
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 220px;
        -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 16px;
        border-radius: 4px;
        opacity: 0;
        visibility: hidden;
        display: block;
    }
    #hamburger {
        display: none;
    }
    .navbar.navbar--right {
        margin-left: 40px;
    }
    .cta .cta__content {
        --heading-margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #product_attachment .swiper-button-prev,
    #product_attachment .swiper-button-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-hero .search-hero__content {
        margin-top: 0;
        margin-left: initial;
        padding-left: 48px;
        max-width: calc(var(--container-width) * 0.5);
    }
    .filter-left {
        width: 324px;
    }
    .filter-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    #diagram_hero {
        min-height: 548px;
    }
    .map-sidebar {
        height: 100vh;
    }
    .map-sidebar .map-sidebar__body {
        overflow: auto;
    }
    .error-page {
        text-align: left;
    }
    .footer-link li {
        font-size: 14px;
    }
    .footer-link li:not(:first-child) {
        margin-left: 40px;
    }
    #whats_app {
        right: 48px;
    }
    .hero.hero--video .container {
        padding-top: var(--section-padding-y);
    }
    #diagram_parts li .btn {
        --btn-padding: 0 16px;
    }
    /* #map,
  .map-image {
    height: 100vh;
  } */
}

@media (min-width: 1200px) {
    body {
        --container-width: 1140px;
    }
    h1,
    .h1 {
        font-size: calc(var(--heading-font-size-base) * 4);
    }
    h2,
    .h2 {
        font-size: calc(var(--heading-font-size-base) * 2.5);
    }
    h3,
    .h3 {
        font-size: calc(var(--heading-font-size-base) * 2);
    }
    h4,
    .h4 {
        font-size: calc(var(--heading-font-size-base) * 1.5);
    }
    h5,
    .h5 {
        font-size: calc(var(--heading-font-size-base) * 1.25);
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .d-block-xl {
        display: block;
    }
    .header-container {
        position: relative;
    }
    .search {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 350px;
        left: 190px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .under-header {
        padding-top: 180px;
    }
    .cta .cta__content .btn {
        width: 200px;
    }
    .product-spec .product-spec__cover {
        position: absolute;
        top: 50%;
        left: -5%;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
    }
    .filter-foot {
        position: relative;
        min-height: 40px;
    }
    .filter-foot .btn {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .content-right {
        padding-left: 48px;
    }
    .data {
        --gutter-x: 100px;
    }
    #map,
    .map-image {
        margin-right: calc( -0.5 * (100vw - (var(--container-width) - (var(--gutter-x) / 2))));
    }
    .hero.hero--video:after {
        padding-bottom: 100vh;
    }
    #diagram_parts li .btn {
        --btn-padding: 0 32px;
    }
}

@media (min-width: 1400px) {
    body {
        --container-width: 1320px;
    }
    .search {
        width: 500px;
        left: 206px;
    }
    .product-spec .product-spec__cover {
        left: -3%;
    }
    .filter-right .part-card .part-card__image {
        height: 218px;
    }
    .data {
        --gutter-x: 120px;
    }
}

#cart_count {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: -2px;
    right: -6px;
    background-color: var(--primary);
    border-radius: 20px;
    width: 14px;
    height: 14px;
    color: #000000;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    font-weight: 600;
}

#cart_message {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    padding: 16px;
    z-index: 100;
}

.message {
    max-width: 340px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
    background-color: var(--primary);
    color: #000;
    border-radius: 6px;
}

.cart-empty {
    text-align: center;
    padding-top: 100px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: -o-radial-gradient(farthest-side, #ffa516 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #ffa516);
    background: radial-gradient(farthest-side, #ffa516 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #ffa516);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    -webkit-animation: l13 1s infinite linear;
    animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes l13 {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.shop-content {
    position: relative;
}


/**/

.gglobe {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke="%232C3E50" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 10a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0zM3 7.5h14M3 12.5h14"/><path d="M9.583 2.5a14.167 14.167 0 0 0 0 15M10.417 2.5a14.167 14.167 0 0 1 0 15"/></g></svg>') !important;
    opacity: 1 !important;
}

.gglobe:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.gtranslate_wrapper {
    position: relative;
    top: 2px;
}

.gsatelites {
    position: absolute;
    width: 48px;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 8px;
    border-radius: 4px;
}

.gsatelites .gsatelite {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    right: initial !important;
    bottom: initial !important;
    width: 100% !important;
    height: initial !important;
    text-align: center;
}

.gsatelites .gsatelite:after,
.gsatelites .gsatelite:first-child:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
}

.gsatelites .gsatelite:first-child:before {
    height: 12px;
}

.gsatelites .gsatelite:last-child:after {
    height: 12px;
}

.gsatelites .gsatelite img {
    margin-left: 12px;
}

.gsatelite.gt-current-lang img {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /*transform: scale(1) !important;*/
}

.header-light .gglobe {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 10a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0zM3 7.5h14M3 12.5h14"/><path d="M9.583 2.5a14.167 14.167 0 0 0 0 15M10.417 2.5a14.167 14.167 0 0 1 0 15"/></g></svg>') !important;
}

.header-border .gglobe {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke="%232c3e50" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 10a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0zM3 7.5h14M3 12.5h14"/><path d="M9.583 2.5a14.167 14.167 0 0 0 0 15M10.417 2.5a14.167 14.167 0 0 1 0 15"/></g></svg>') !important;
}

.header-light .gglobe:hover,
.header-border .gglobe:hover {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g stroke="%23f3bd0b" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 10a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0zM3 7.5h14M3 12.5h14"/><path d="M9.583 2.5a14.167 14.167 0 0 0 0 15M10.417 2.5a14.167 14.167 0 0 1 0 15"/></g></svg>') !important;
}

.category-group+.category-group {
    margin-top: 32px;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-map-canv {
    width: 100% !important;
    height: 100% !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel {
    border: none !important;
    padding-bottom: 24px !important;
    font-size: 14px !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3 {
    font-family: var(--body-font-family) !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: var(--secondary) !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
    padding: 16px 0 !important;
    border-bottom: 1px solid #dfdfdf !important;
}

#asl-storelocator.asl-cont.no-asl-filters .asl-wrapper .sl-main-cont .sl-main-row .asl-panel .search_filter label {
    margin-bottom: 4px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
    background-color: transparent !important;
    padding: 20px 0 !important;
    border-top: 1px solid #dfdfdf !important;
    border-bottom: 1px solid #dfdfdf !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .Num_of_store span {
    color: #888 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

#product_heading {
    font-size: 14px;
}

.woocommerce-privacy-policy-text {
    display: none;
    ;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation li+li {
    margin-left: 24px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.woocommerce-MyAccount-navigation .is-active a {
    border-color: var(--link-hover-color);
}

.grecaptcha-badge {
    display: none !important;
}

html,
body {
    overflow: auto !important;
    scroll-behavior: auto !important;
}

.gradient-top.hero.hero--video:before {
    display: none;
}

.hero.hero--video:after {
    padding-bottom: calc(9 / 16 * 100%);
}

.hero.hero--video .hero--video__content {
    position: relative;
    top: initial;
    left: initial;
    background-color: #000000;
}

.hero.hero--video .hero--video__content .container {
    padding: 0 calc(var(--gutter-x) * 0.5) 32px;
}

.hero.hero--video .hero__cover {
    top: initial;
    bottom: 0;
    height: initial;
}

.intl-tel-input {
    min-height: 40px !important;
}

.intl-tel-input .flag-container {
    position: initial !important;
    height: 40px !important;
    display: inline-block;
}

.intl-tel-input .form-control {
    position: absolute !important;
    top: 0;
    left: 0;
}

.intl-tel-input .country-list {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
}

#primary {
    min-height: calc(100vh - 352px);
}

@media (max-width: 767.98px) {
    .hero.hero-intro {
        padding-bottom: calc(0.25* var(--section-padding-y));
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        min-height: 100vh;
        text-align: center;
    }
    .hero.hero-intro .btn-inline {
        margin-top: auto;
    }
    .hero.hero-intro .container {
        min-height: initial;
    }
    .hero.hero-intro .btn-inline>* {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .hero.hero-intro .btn-inline>*:not(:first-child) {
        margin-left: 0;
        margin-top: 8px;
    }
    .hero.hero--overview,
    .hero.product-hero-details {
        padding-top: 0;
        background-color: #000000;
    }
    .hero.hero--overview .hero__cover,
    .hero.product-hero-details .hero__cover {
        position: relative;
        top: initial;
        left: initial;
        height: initial;
    }
    .hero.hero--overview .container,
    .hero.product-hero-details .container {
        min-height: initial;
        padding-top: 64px;
    }
    .hero.hero--overview .container:before,
    .hero.product-hero-details .container:before {
        content: '';
        position: absolute;
        top: -64px;
        width: 100vw;
        height: 64px;
        left: calc((var(--container-width) - 100vw) / 2);
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .hero.hero--overview .hero__foot,
    .hero.product-hero-details .hero__foot {
        padding-top: 32px;
    }
    .hero.hero--overview {
        padding-bottom: 0;
    }
    .hero.hero--overview.gradient-top:before {
        height: 100px;
    }
    .hero.hero--overview.gradient-bottom:after {
        display: none;
    }
    .inner-hero {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {
    .section_collapse {
        padding-top: 64px;
    }
    .section_collapse .collapses .collapse:not(:first-child) {
        margin-top: 16px;
    }
    .hero.hero--overview .container:before,
    .hero.product-hero-details .container:before {
        left: 0;
    }
    #diagram_parts li.active .part-num {
        opacity: 0;
        visibility: hidden;
    }
    .part-name {
        width: calc(50% + 2px);
    }
    #diagram_parts .part-name {
        width: calc(50% - 24px);
    }
}

.show-password-input {
    display: none;
}


.en-only, .ru-only, .es-only, .ar-only {
    display: none !important;
}
html[lang="en-US"] .en-only, html[lang="auto"] .en-only {
    display: block !important;
}
html[lang="ru"] .ru-only{
    display: block !important;
}
html[lang="es"] .es-only{
    display: block !important;
}
html[lang="ar"] .ar-only{
    display: block !important;
}

.gtranslate_wrapper {
    display: none;
}
.gtranslate_wrapper.show {
    display: block;
}
.lang-menu {
    position: relative;
}
.lang-menu .gtranslate_wrapper {
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    padding:2px 16px;
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;

}

.lang-menu .gtranslate_wrapper>a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--secondary);
}
