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

img {
  max-width:100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;

}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'ekommart-icon';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/ekommart-icon.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/ekommart-icon.woff),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/ekommart-icon.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eicons';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/eicons.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/eicons.woff),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/eicons.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-solid-900.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-solid-900.woff),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-solid-900.ttf);
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-brands-400.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-brands-400.woff),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/fa-brands-400.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/Gilroy-Medium.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/Gilroy-Medium.woff);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/Gilroy-Bold.woff2),
    url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/Gilroy-Bold.woff);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src:  url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/open-sans-normal-latin.woff2);
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Teko';
  src:  url(//26573105.fs1.hubspotusercontent-eu1.net/hubfs/26573105/raw_assets/public/Desabag_December2022/fonts/teko-normal-latin-400.woff2);
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



body {
  line-height: 1.618;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.41575em;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label, 
.hs-form-field > label,
.hs-search-module label {
  color: #333;
  display: block;
  font-size: .9em;
  font-weight: 400;
  margin: 0;
  padding: 0.25em 0;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  cursor: default;
}
.hs-search-module input {
  margin-bottom: 1.4rem;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}
.body-container-wrapper form {
    background-color: #f6f6f6;
    padding: 1em;
}
/* Inputs */

.body-container-wrapper form input[type=text],
.body-container-wrapper form input[type=email],
.body-container-wrapper form input[type=password],
.body-container-wrapper form input[type=tel],
.body-container-wrapper form input[type=number],
.body-container-wrapper form input[type=file],
.body-container-wrapper form select,
.body-container-wrapper form textarea {
  background-color: #fff;
    border: transparent 1px solid;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    padding: 10px;
    height: auto;
    width: 100%;
    box-shadow: rgb(148 148 148 / 18%) 0 2px 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    font-size: 14px;
}
.body-container-wrapper form textarea {
    padding: 21.5px;
}
.body-container-wrapper form input[type=text]:focus,
.body-container-wrapper form input[type=email]:focus,
.body-container-wrapper form input[type=password]:focus,
.body-container-wrapper form input[type=tel]:focus,
.body-container-wrapper form input[type=number]:focus,
.body-container-wrapper form input[type=file]:focus,
.body-container-wrapper form select:focus,
.body-container-wrapper form textarea:focus {
    border-image: linear-gradient(to right,#3596fd 0,#a1cffc 50%,#3596fd 100%);
    border-image-slice: 1;
    color: #3596fd;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

form {
  margin-bottom:40px;
}
/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.body-container-wrapper .hs-form-required {
  color: #ff0000;
}

.hs-input.invalid.error {
  border-color: transparent;
}

.hs-error-msg {
  color: #ff0000 !important;
  margin-top: 0.35rem;
}
.hs_error_rollup label {
    color: #FF0000 !important;
}
/* Submit button */

.body-container-wrapper form input[type=submit],
.body-container-wrapper form .hs-button {
  text-align: center;
  width: auto;
  display: inline-block;
  padding: 11.5px;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 0;
  margin-top: auto;
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  text-shadow: none;
  vertical-align: baseline;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  color: #fff;
  font-size: 1.1em;
  background: linear-gradient(335deg,#505151 0,#505151 52%,#505151 100%);
}
.body-container-wrapper form input[type=submit]:hover,
.body-container-wrapper form .hs-button:hover {
  background: linear-gradient(335deg,#03488d 0,#007fff 52%,#00d4ff 100%);
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-menu .hs-menu-wrapper>ul>li.active>a span {
  color: #fff;
}
header.header .top-header {
  background-color: #FFED00;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 30px 20px 30px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #ebebeb;
}

header.header .top-header .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

header.header .top-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

header.header .header-logo {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

header.header .header-logo img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  width: 160px;
  height: auto;
}

header.header .seek-form {
  display: flex;
  flex-wrap: wrap;
}

header.header .header-login {
  display: flex;
  flex-wrap: wrap;
}


header .header-group-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

header.header .seek-form-wrapper {
  width: 100%;
}

header.header .header-login-wrapper {
  width: 100%;
}

header.header .seek-form .hs-search-field {
  background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
  overflow: hidden;
  border: 1px solid rgba(228,228,228,1);
  border-radius: 0;
  box-shadow: none;
  width: 90%;
  height: auto;
  max-height: none;
  background: #d1eaff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 0;

}

.bottom-header {
  background-color: #FFED00;
}

.bottom-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.seek-form button {
  background: #fff;
  height: 100%;
  position: absolute;
  right: 6px;
  top: -1px;
  color: #333;
}

.seek-form form {
  position: relative;
}

.seek-form button span:after {
  content: "Suchen";
  z-index: 99;
  font-size: 15px;
  display: block;
  color: #333;
  margin-top: 5px;
  left: 0;
  font-family: open Sans;
  font-weight: 400;
}

.seek-form button span {
  display: block;
  width: 100%;
  height: 100%;
}
.seek-form button svg {
  display: none;
}


.header-menu {
  width: 97.287%;
  padding: 0 10px;
}

.header-menu .hs-menu-wrapper > ul {
  max-height: none;
  overflow: visible;
  margin-left: -1em;
}

.header-menu .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  padding: 1.2em 1em 1em;
  font-weight: 700;
  display: block;
  color: #000;
  line-height: 1.8;
}

.header-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #a4aaa9;
}

.seek-form-wrapper form {
  margin: 0;
}

.header-menu .hs-menu-wrapper>ul>li>a span {
  font-size: 18px;
}
.header-menu .hs-menu-wrapper>ul>li:first-child>a:before {
  font-size: 20px;
  margin-right: 17.5px;
  max-width: 20px;
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
  margin-top: -2px;
}

.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  margin-left: 1em;
}

.header-menu .hs-menu-wrapper ul ul {
  padding: 10px;
  background-color: #EEEEEE;
  width: 200px;
  z-index: 99;
}

.header-menu .hs-menu-wrapper ul ul li a {
  display: block;
  box-shadow: inset 0 0 0 0 #515151;
  color: #000;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
  transition: color .5s ease-in-out, box-shadow .3s ease-in-out;
  width: 100% !important;
  font-size: 16px;
  line-height: 25.888px;
  position: relative;
  white-space: nowrap;.
}

.header-menu .hs-menu-wrapper ul ul li:hover>a {
  box-shadow: inset 400px 0 0 0 #515151;
  color: #fff;
}

.seek-form form input {
  font-size: 12px;
  border: none;
  border-radius: 0;
  font-family: open sans;
  padding: 16px 17px 14px;
  outline: none;
}

.seek-form {
  padding: 0 10px;
}


.header-menu .hs-menu-wrapper ul ul ul {
  right: 0;
  top: calc(0% - 10px ) !important;
  left: 100% !important;
  z-index: 9999;
  padding: 10px;
}

.header-menu .hs-menu-wrapper > ul > li > ul > li {
  position: relative;
}

.header-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  white-space: normal !important;
}

.header-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a :hover{
  box-shadow: inset 400px 0 0 0 #515151;
  color: #fff;
}



/* mobile-header */

.menu-nav-active body {
  margin-left: 300px;
  margin-right: -300px;
}

html.menu-nav-active {
  overflow: hidden;
}

.mobile-header{
  display: none;
}

.mobile-header {
  background-color: #FFED00;
  border-width: 0px 0px 1px 0px;
  padding: 10px 30px 10px 30px;
  border-style: solid;
  border-color: #ebebeb;
}

.mobile-header .content-wrapper {
  max-width: 1024px;
  padding: 0;
}

.mobile-header .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-login .header-group-action > div:not(.site-header-cart) {
  display: none;
}


.mobile-logo img {
  max-width: 160px !important;
  vertical-align: middle;
  display: block;
  width: auto!important;
}

.mobile-trigger i.ekommart-icon-bars {
  font-size: 20px;
  color: #000;
  cursor: pointer;
}

.mobile-trigger i.ekommart-icon-bars:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.mobile-trigger {
  width: 86px;
}

.ekommart-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}

html.menu-nav-active .ekommart-overlay {
  visibility: visible;
  opacity: 1;
}

.close-btn {
  color: #fff;
  text-align: right;
  clear: both;
  padding: 0 18px;
  margin-bottom: 11px;
  cursor: pointer;
}

.close-btn i:before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.mobile-menu-wrapper {
  background: #000;
  width: 300px;
  position: fixed;
  top: 0;
  height: 100vh;
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}

.mobile-menu .hs-menu-wrapper > ul {
  display: block;
}

html.menu-nav-active .mobile-menu-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.mobile-menu .hs-menu-wrapper ul li a {
  display: block;
  padding: 0.5em;
  color: #fff;
  white-space: normal !important;
}

.mobile-menu .hs-menu-wrapper ul li {
  border-width: 1px 0 0 0;
  border-style: solid;
  position: relative;
  border-color: #0e0e0e;
}

.mobile-menu .hs-menu-wrapper ul li.active a {
  color: #FFED00;
}

.mobile-menu .hs-menu-wrapper ul li:first-child {
  border: none;
}

.mobile-menu .hs-menu-wrapper ul ul {
  position: static !important;
  display: none;
  visibility: visible !important;
  opacity: 1 !important;
  padding-left: 10px;
}

.child-trigger {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 1.4em;
  border: none;
  color: #fff;
  font-weight: 700;
  -webkit-appearance: none;
  cursor: pointer;
}

.child-trigger:after {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  content: "";
  -webkit-transition: all, ease, 0.9s;
  transition: all, ease, 0.9s;
}

.child-trigger.child-open:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-trigger:hover {
  color: #A4AAA9;
}

/* mobile header end */
header.header .header-menu ul.hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.header-menu .hs-menu-wrapper ul li:hover > ul.hs-menu-children-wrapper{
  visibility: visible;
  opacity:1;
}

header.header .header-menu ul.hs-menu-children-wrapper li {
  float: none;
  display: block!important;
}
.custom-mobile-icons {
  display: none;
}

.ekommart-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 996;
  border-top: 1px solid;
  border-top-color: #ebebeb;
}

.ekommart-handheld-footer-bar::before, .ekommart-handheld-footer-bar::after {
  content: '';
  display: table;
}

.ekommart-handheld-footer-bar ul {
  margin: 0;
  padding: 0;
}

.ekommart-handheld-footer-bar ul li {
  display: inline-block;
  float: left;
  text-align: center;
}

.ekommart-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}

.ekommart-handheld-footer-bar::after {
  clear: both;
}

.ekommart-handheld-footer-bar ul li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5px;
  background-color: #fff;
  height: 4.235801032em;
  position: relative;
  z-index: 999;
  border-right: 1px solid;
  border-right-color: #ebebeb;
  color: #505151;
}
.ekommart-handheld-footer-bar ul li > a:hover {
  color: #ffed00;
}
.ekommart-handheld-footer-bar ul li:last-child > a {
  border-right: 0;
}

.ekommart-handheld-footer-bar ul li > a::before {
  font-family: "ekommart-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 2;
  font-size: 1.618em;
  text-indent: 0;
  display: block;
  cursor: pointer;
}

.ekommart-handheld-footer-bar ul li.wishlist > a::before {
  content: "";
}

.ekommart-handheld-footer-bar ul li > a .title {
  font-weight: 600;
  font-size: 12px;
  color: inherit;
}

.ekommart-handheld-footer-bar ul li > a:before {
  color: inherit;
}

.ekommart-handheld-footer-bar ul li.search > a::before {
  content: "";
}

.ekommart-handheld-footer-bar ul li.my-account > a::before {
  content: "";
}

.ekommart-handheld-footer-bar ul li.shop > a::before {
  content: "";
}
.custom-mobile-icons .cm-hs-search-field {
  font-size: 0.875em;
  clear: both;
  background-color: #fff;
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
  margin-bottom: 0;
}
.custom-mobile-icons .hs-search-field__bar {
  width: 90%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  background-image: -moz-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgb(255,255,255),rgb(255,255,255));
  background-image: -webkit-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -o-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: -ms-radial-gradient(center,ellipse cover,rgb(255,255,255),rgb(255,255,255));
  background-image: radial-gradient(ellipse at center,rgb(255,255,255),rgb(255,255,255));
  overflow: hidden;
  border: 1px solid rgba(228,228,228,1);
  border-radius: 0;
  box-shadow: none;
  min-width: 140px;
}
.custom-mobile-icons .active .cm-hs-search-field {
  bottom: 100%;
}
.custom-mobile-icons .hs-search-field__bar form {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 6px;
}

.custom-mobile-icons .hs-search-field__bar form button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  margin: 0;
  padding: 0 10px 0 2px;
  font-weight: normal;
  font-family: "Open Sans";
  color: rgb(51,51,51);
  font-size: 15px;
  text-shadow: none;
  line-height: 32px;
  width: auto;
  height: 32px;
  white-space: nowrap;
}

.custom-mobile-icons .hs-search-field__bar form input.hs-search-field__input {
  padding: 0 30px 0 11px;
  font-weight: normal;
  font-family: "Open Sans";
  color: rgb(0,0,0);
  font-size: 12px;
  text-shadow: none;
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 32px;
  position: relative;
  z-index: 2;
  padding-top: 2px;
  outline: 0 !important;
}


@media screen and (min-width: 768px){
  header.header .header-logo {
    width: 25%;
  }
  header.header .seek-form {
    width: 50%;
  }

  header.header .header-login {
    width: 24.664%;
  }
}


@media (min-width:1024px){
  .header-menu .hs-menu-wrapper ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
}



@media screen and (max-width: 1024px){
  header.header {
    display: none;
  }
  .mobile-header{
    display: block;
  }
  html {
    overflow-x: hidden;
  }
  .custom-mobile-icons {
    display: block;
  }
}

@media (max-width: 1023px) {
  .mobile-logo {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  
}


@media screen and (max-width: 767px){
  .mobile-header {
    padding: 5px 15px 5px 15px;
  }

  .site-header-cart {
    margin-left: 44px;
    margin-right: 15px !important;
  }
}

@media screen and (max-width: 370px){
  .site-header-cart {
    margin-left: 43px;
  }
  .mobile-trigger,.mobile-login {
    width: 50px;
  }
  .site-header-cart {
    margin: 0 5px 0 0 !important;
    text-align: center;
  }

}
.newsletter-form form .actions:after {
  position: absolute;
  content: "\f674";
  top: 0;
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 2.9;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

.newsletter-form form input[type=submit] {
  font-size: 0;
}

.newsletter-form form .actions {
  position: relative;
}

.newsletter-form form input[type=submit] {
  max-width: 100%;
  background: #505151;
  border: none;
  border-radius: 3px;
}

.newsletter-form form .actions:hover {
  background: #ffed00;
}

.newsletter-form form input[type=submit] {
  background: none !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

footer.footer .hs_error_rollup {
  position: absolute;
  width: 100%;
  bottom: 22px;
}

footer.footer ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  width: 100%;
  bottom: -61px;
}

.lp-footer .privacy-policy-menu {
  margin-bottom: calc(43px + 1.41575em);
}

.footer-top-newsletter-wrapper form {
  margin: 0;
}

footer.footer {
  position: relative;
  z-index: 9;
}
.footer-top {
  background-color: #252525;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 30px 0px 30px;
  position: relative;
}

.footer-top .content-wrapper {
  max-width: none !important;
  display: flex;
  position: relative;
}

.footer-bottom {
  background-color: #252525;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(255, 255, 255, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 30px 50px 30px;
}

.footer-bottom .content-wrapper {
  display: flex;
  position: relative;
  align-items:center;
}
.footer-top .columns {
  display:flex;
}

.footer-bottom .copyright p  {
  color: #B0B0B0;
  margin: 0 0 1.41575em;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

.privacy-policy-menu {
  margin: 0 0 1.41575em;
}

.privacy-policy-menu ul li a {
  color: #a4aaa9;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  position: relative;
  padding-left: 7px;
  padding-right: 5px;
  white-space: nowrap;
}


.privacy-policy-menu ul li:first-child a {
  padding-left: 0;
}

.privacy-policy-menu ul li:last-child a {
  padding-right: 0;
}

.privacy-policy-menu ul li:first-child a:after {
  display: none;
}

.copyright p {
  color: #B0B0B0;
  margin: 0 0 1.41575em;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

.privacy-policy-menu {
  margin: 0 0 1.41575em;
}

.privacy-policy-menu ul li a {
  color: #a4aaa9;
  font-family: Gilroy,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  font-size: 14px;
  line-height: 1.618;
  padding-left: 6px;
  padding-right: 4px;
  position: relative;
  text-rendering: optimizeLegibility;
}

.privacy-policy-menu ul li a:after {
  background-color: #a4aaa9!important;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 1px;
}

.privacy-policy-menu ul li:first-child a {
  padding-left: 0;
}

.privacy-policy-menu ul li:last-child a {
  padding-right: 0;
}

.privacy-policy-menu ul li:first-child a:after {
  display: none;
}

.desa-group {
  margin: 0 0 1.41575em;
}

.desa-group a, 
.desa-group span {
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}
.desa-group span {
  color: #ffed00;
}
.desa-group a:nth-child(1), 
.desa-group a:nth-child(3) {
  color: #ededed;
}
.desa-group a:hover:nth-child(1) {
  color: #ededed;
}
.desa-group a:nth-child(4) {
  color: #e30613;
}
.desa-group a:hover:nth-child(4) {
  color: #e30613;
}
.footer-paypal {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.footer-paypal img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
}
.footer-top p {
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-weight: 400;
  color:#B0B0B0;
}

.footer-top-contact {
  margin: 0px 15px 0px 15px;
  padding: 0px 35px 0px 0px;
}

.footer-top .columns h2 {
  margin: 0px 0px 30px 0px;
  padding: 0;
  line-height: 1;
  color: #ffed00;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
  cursor: text;
}

.footer-top-contact p {
  margin: 0px 0px 45px 0px;
  color: #888;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

.footer-top-contact p a {
  color: #ffed00;
}

.footer-top-contact p a:hover {
  color: #ffed00;
}
.footer-top-contact .contact-number {
  display: flex;
  margin-top: -1px;
}
.footer-top-contact .contact-icon i {
  margin-left: 0;
  margin-bottom: unset;
  margin-right: 18px;
  fill: #ffed00;
  color: #ffed00;
  border-color: #ffed00;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 50px;
  text-align: center;
  font-family: "ekommart-icon";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  padding-left: 3px;
}

.contact-icon i:before {
  content: "";
}
.contact-number-content h3 {
  font-family: "Teko", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 0.5407911001em;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
}

.contact-number-content h3 span {
  font-size: 40px;
}
.custom-footer-shop .hs-menu-wrapper > ul, 
.custom-footer-about .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;
}
.custom-footer-shop .hs-menu-wrapper ul ul, 
.custom-footer-about .hs-menu-wrapper ul ul {
  margin-bottom: 20px;
} 
.custom-footer-shop .hs-menu-wrapper ul ul li, 
.custom-footer-about .hs-menu-wrapper ul ul li {
  padding-bottom: calc(8px/2);
  margin-top: calc(8px/2);
}

.custom-footer-shop .hs-menu-wrapper ul ul li:last-child, 
.custom-footer-about .hs-menu-wrapper ul ul li:last-child {
  padding-bottom: 0;
}

.custom-footer-shop .hs-menu-wrapper ul ul li:first-child, 
.custom-footer-about .hs-menu-wrapper ul ul li:first-child {
  margin-top: 0;
}

.custom-footer-shop .hs-menu-wrapper > ul > li > a ,
.custom-footer-about .hs-menu-wrapper > ul > li > a {
  padding: 0;
  line-height: 1;
  color: #ffed00;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
  cursor: text;
  display: inline-block;
}
.custom-footer-shop .hs-menu-wrapper > ul > li > a {
  margin-bottom:30px;
}

.custom-footer-about .hs-menu-wrapper > ul > li > a {
  margin-bottom:20px;
}


.custom-footer-shop .hs-menu-wrapper > ul ul li a ,
.custom-footer-about .hs-menu-wrapper > ul ul li a {
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  color:#B0B0B0;
}
.custom-footer-shop .hs-menu-wrapper>ul ul li:hover a, 
.custom-footer-about .hs-menu-wrapper > ul ul li:hover a{
  color: #ffed00;
}

.footer-top-address {
  margin: 0px 15px 25px 15px;
  padding: 0px 65px 0px 0px;
}

.custom-footer-shop, 
.custom-footer-about {
  margin: 0px 15px 0px 15px;
  padding: 10px;
  padding-top: 6px;
}
.footer-top-address .address p {
  margin: 0 0 1.41575em;
}
.footer-top-newsletter {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #3B3B3B;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 15px 0px 15px;
  padding: 0px 0px 0px 0px;
}

.rating-image img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  width: 281px !important;
}

.newsletter-form {
  border: 2px solid #3b3b3b;
  border-radius: 4px 4px 4px 4px;
  margin-top: 30px;
  padding: 5px 5px;
  position: relative;
}

.newsletter-form h3.form-title{
  display: none;
}
.newsletter-form form ::placeholder {
  color: #fff;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .6;
}

.newsletter-form form input[type="Email"] {
  border: 1px solid #818a91;
  background-color: #FFFFFF00;
  border-color: #02010100;
  color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  padding: 0.6180469716em;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 3px;
  outline: 0;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  margin: 0;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
}

.newsletter-form form {
  display: flex;
}
.newsletter-form .hs-form-field > label {
  display: none;
}
.newsletter-form .hs-form-field {
  margin-bottom: 0;
  width: 75%;
}
.newsletter-form .hs_submit {
  padding-left: 15px;
  padding-right: 0;
  width: 25%;
  display: flex;
  justify-content: right;
}

.newsletter-form form .actions{
  font-size: 14px;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  flex-basis: auto;
  background-color: #505151;
  min-height: 40px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-shadow: none;
  margin-top: auto;
  font-family: "Gilroy", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
}
.newsletter-form form input[type="submit"]:hover {
  background-color: #ffed00;
  color: #fff;
}
.newsletter-form form input[type="submit"]:before {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f674";
}

.privacy-policy-menu .hs-menu-wrapper > ul {
  display: flex;
}

@media (min-width: 768px) {

  .footer-bottom-left, .footer-social, .footer-paypal {
    width: 33.333%;
  }
  .footer-top .footer-top-contact-wrapper,
  .footer-top .footer-top-address-wrapper,
  .footer-top .custom-footer-shop-wrapper,
  .footer-top .custom-footer-about-wrapper {
    width: 18%;
  }
  .footer-top .footer-top-newsletter-wrapper {
    width: 28% ;
  }
  .newsletter-form form input[type="email"] {
    width:75%;
  }  
  .newsletter-form form input[type="submit"] {
    width:25%;
    height: 40px;
    width: 60.38px;
  }  
}

@media (max-width: 1300px) and (min-width: 1025px) {
  .contact-number-content h3 span {
    font-size: 20px;
    white-space: nowrap;
  }
  .footer-top-address {
    padding-right: 0;
  }

}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer-top .footer-top-contact-wrapper,
  .footer-top .footer-top-address-wrapper,
  .footer-top .custom-footer-shop-wrapper,
  .footer-top .footer-top-newsletter-wrapper {
    width: 50%;
  }
  .footer-top .custom-footer-about-wrapper {
    width: 18% ;
  }
}



@media (max-width: 1024px) {
  .footer-bottom .content-wrapper {
    max-width: 1024px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top {
    padding: 60px 30px 60px 30px;
  }
  .footer-top .content-wrapper {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .footer-top-contact {
    margin: 0px 0px 20px 0px;
  }
  .custom-footer-about .hs-menu-wrapper ul ul, .custom-footer-shop .hs-menu-wrapper ul ul {
    margin-bottom: 0;
  }
  .footer-top-address {
    /*     margin: 0px 0px 20px 15px; */
    margin: 0px 0px 45px 15px;
  }
  .custom-footer-shop {
    margin: 0px 15px 0px 0px;
    padding: 10px;
  }
  .footer-top-newsletter {
    border-width: 0px 0px 0px 0px;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
  }
  .footer-top .columns {
    display:flex;
  }

  .footer-top .custom-footer-shop-wrapper,
  .footer-top .footer-top-newsletter-wrapper, {
    display:flex;
  }
  .footer-top .custom-footer-about-wrapper {
    height: auto;
  }
  .custom-footer-about {
    display:block;
    width: 100%;
    padding: 10px;
  }
  .footer-bottom .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  footer.footer.footer-no-navigation  .privacy-policy-menu {
    display: flex;
    justify-content: center;
  }
  footer.footer.footer-no-navigation .footer-bottom-left {
    width: 100%;
    text-align: center;
  }
  footer.footer {
    padding-bottom: 60px;
  }
  .privacy-policy-menu .hs-menu-wrapper > ul {
    flex-wrap: wrap;
  }
  .rating-image {
    padding-top: 20px;
  }

  .custom-footer-about .hs-menu-wrapper > ul > li > a {
    display: block;
  }

  .custom-footer-shop {
    padding-top: 5px;
  }
  footer.footer.footer-no-navigation {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    padding: 50px 15px 50px 15px;
  }
  .footer-bottom .content-wrapper {
    max-width:767px;
  }
  .desa-group {
    margin: 0;
    text-align: center;
  }
  .footer-bottom-left {
    width:100%;
    margin: 0px 0px 30px 0px;
  }
  .privacy-policy-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .copyright {
    text-align: center;
  }
  .social-media {
    margin: 0px 0px 30px 0px;
  }
  .footer-paypal {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer-bottom-left, .footer-social, .footer-paypal {
    width: 100%;
  }
  .footer-top {
    padding: 60px 15px 60px 15px;
  }
  .footer-top .footer-top-contact-wrapper,
  .footer-top .footer-top-address-wrapper,
  .footer-top .custom-footer-shop-wrapper,
  .footer-top .custom-footer-about-wrapper {
    width: 100%;
  }
  .footer-top .footer-top-newsletter-wrapper {
    width: 100% ;
  }
  .newsletter-form {
    max-width: 400px;
    margin: 0 auto;
  } 
  .footer-top-contact {
    padding: 0px 0px 0px 0px;
  }
  .custom-footer-about .hs-menu-wrapper ul {
    margin-bottom: 20px;
  }
  .footer-top-contact .contact-icon i {
    margin-bottom: 6px;
    padding-left: 0;
  }
  .footer-top-address .address p:nth-child(3) {
    margin: 0;
  }
  .footer-top-address .address {
    padding: 0px 0px 45px 0px;
  }
  .contact-number-content {
    padding-bottom: 11px;
  }
  .footer-top .footer-top-contact {
    text-align: center;
  }
  .footer-top-contact .contact-number {
    display: block;
    margin-top: 0;
    width: 100%;
  }
  .contact-icon {
    margin: 0 auto 15px;
  }
  .footer-top-address {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }
  .custom-footer-shop {
    margin: 0px 0px 50px 0px;
    padding: 10px;
  }
  .footer-top-newsletter {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    justify-content: center;
    text-align: center;
  }
  .custom-footer-about {
    padding: 10px;
    text-align: center;
  }
  .custom-footer-shop {
    text-align: center;
  }
  .footer-top .columns {
    display: block;
  }
  .rating-image img {
    width: 100% !important;
  }
  .footer-top .custom-footer-about-wrapper {
    display: flex;
  }
  .footer-top-contact .contact-icon i {
    margin-right: 0;
  }
  .footer-top-newsletter p {
    margin-bottom: 30px;
  }
  .rating-image {
    padding: 0;
  }

  .newsletter-form form .actions {
    min-width: 60px;
  }
  .newsletter-form form .actions {
    padding: 0.6180469716em 1.51575em;
  }
  footer.footer ul.no-list.hs-error-msgs.inputs-list {
    bottom: 40px;
    left: 0;
    text-align: left;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}