*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 ,
.dnd-section > .row-fluid ,
.page-center{
  margin: 0 auto;
  width: 100%;
  padding:0 15px;
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;
}

@media (max-width: 767px) {
}
@font-face {
  font-family: 'FontAwesome';
  src:url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/fonts/fontawesome-webfont.ttf),
    url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/fonts/fontawesome-webfont.woff),
    url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/fonts/fontawesome-webfont.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'trueloaded';
  src: url('https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/Exertis_Ireland_May2023/fonts/trueloaded.eot') format('embedded-opentype'),
    url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/fonts/trueloaded.ttf),
    url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/fonts/trueloaded.woff);
  font-weight: normal;
  font-style: normal;
}
body {
  line-height: 1.5;
  word-break: break-word;
}

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.4rem;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.5;
}

/* 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;
}
@media(max-width:400px){
  body h1 {
    font-size: 40px;
  }
}
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_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form label {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Help text - legends */

form legend {
  font-size: 14px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border-radius: 0;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  border: 1px solid;
  padding: 6px 10px;
  font-family: 'Calibri', Verdana, Arial, sans-serif;
  outline:0;
}

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

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

.hs-form-required {
  color: #EF6B51;
}

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


.hs-error-msg,
.systems-page ul.no-list.hs-error-msgs label,
.hs_error_rollup label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin:10px 0;
}

/* 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.custom-header {
  background-image: url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/images/background-1.png);
  top: auto;
  transition: 0.5s ease;
  word-break: normal;
}
.header_wrapper{
  min-height:116px;
}
header.custom-header .page-center {
  padding: 0;
  position: relative;
  word-break: normal;
}

.custom-top-header {
  display: flex;
  border-bottom: 1px solid #ed7171;
  padding: 5px 0;
}

.custom-header-left-section {
  align-items: center;
  display: flex;
  width: 40%;
}

.custom-header-right-section {
  justify-content: flex-end;
  width: 60%;
  align-items: center;
  display: flex;
}
.custom-header-right-section a:hover {
  color: #fff;
}
.custom-header-logo-wrapper {
  max-width: 160px;
  margin-right: 15px;
  text-align: left;
  transition: 0.3s ease-out;
}
.custom-header-logo img {
  display: block;
}
.custom-logo-tag-line {
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
  white-space: nowrap;
}
.custom-left-contact-menu {
  float: left;
  clear: none;
}
.custom-left-contact-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.custom-left-contact-menu ul li a {
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding: 3px 5px;
  vertical-align: middle;
  display: inline-block;
}

.custom-left-contact-menu ul li a:before {
  margin-right: 10px;
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
}

.custom-left-contact-menu ul li:nth-child(1) > a:before {
  content: '\f2b7';
}

.custom-left-contact-menu ul li:nth-child(2) > a:before {
  content: '\f0c0';
}
.custom-left-contact-menu ul li:nth-child(3) a {
  position: relative;
  top: -1px;
}
.custom-left-contact-menu ul li:nth-child(3) > a:before {
  font-size: 22px;
  content: '\f0eb';
  position: relative;
  top: 2px;
}

.custom-left-contact-menu ul li {
  padding: 0 5px;
  position: relative;
  width: auto;
  display: inline-block;
}

.custom-header-search {
  width: 45%;
  padding-right: 30px;
}

.custom-header-search .w-search {
  box-shadow: 0 3px 12px 0 rgba(50, 50, 50, 0.79);
  position: relative;
}

.custom-header-search .w-search label {
  display: none;
}

.custom-header-search .w-search input#searchInput {
  font-family: 'Calibri', Verdana, Arial, sans-serif;
  border: none;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding: 5px 55px 5px 10px;
  margin: 0 0;
  background: #fff;
  border-radius: 0;
  outline: 0 !important;
}

.search-input::placeholder {
  font-size: 12px;
}

.custom-header-search .button-search {
  padding: 0;
  background-color: transparent;
  bottom: 3px;
  color: #5A5A5A;
  font-size: 0;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 3px;
  width: 48px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 1px solid #e6e6e6;
}

.custom-header-search .button-search:before {
  font-size: 23px;
  line-height: 1.3;
  content: '\f002';
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
}

.custom-header-wrapper .page-center {
  padding: 0;
}


.custom-mobile-search-icon {
  display: none;
}
.searchIcon {
  cursor: pointer;
  font-size: 0;
  position: relative;
  top: 0;
  margin-right: 15px;
}
.custom-quickOrder a {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.custom-quickOrder a:before {
  font-size: 20px;
  position: relative;
  top: 1px;
  line-height: 1;
  content: '\f0e7';
  margin-right: 7px;
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
}

.custom-customer-login {
  margin-right: 10px;
}

.custom-customer-login a {
  position: relative;
  white-space: nowrap;
  z-index: 1;
  display: inline-block;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 5px 10px;
  color: #fff;
}

.custom-customer-login a span {
  font-size: 16px;
  display: inline-block;
  padding-left: 5px;
  max-width: 81px;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
}

.custom-customer-login a:before {
  font-size: 1.2em;
  vertical-align: middle;
  line-height: 0.75;
  content: '\f2c0';
  display: inline-block;
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
}

.custom-cart-section a {
  position: relative;
  display: flex;
  padding: 10px 5px 10px 20px;
}

.custom-cart-section a:before {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
  line-height: 0.75;
  content: '\e977';
  display: inline-block;
  font-family: 'trueloaded', Verdana, Arial, sans-serif;
}

.custom-header-spacer {
  min-width: 100px;
}

.custom-head-warehouse-login a {
  background-image: url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/images/delivery.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 30px;
  color: #fff;
  font-size: 16px;
  max-width: 115px;
  min-height: 30px;
  line-height: 1;
  display: block;
  padding-left: 40px;
}

.custom-bottom-header .hs-menu-wrapper > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-bottom-header .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}

.custom-bottom-header .hs-menu-wrapper > ul > li > a {
  align-items: center;
  color: #fff;
  font-size: 19px;
  position: relative;
  transition: 0.5s;
  line-height: 1.2;
  display: flex;
  padding: 12px 20px;
}

.custom-bottom-header .hs-menu-wrapper > ul > li > a:hover {
  background-color: rgba(0,0,0,.3);
}

.custom-bottom-header .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.custom-bottom-header .hs-menu-wrapper > ul .hs-menu-depth-2 > a {
  font-size: 18px;
  font-weight: 600;
  min-width: 150px;
  position: relative;
  z-index: 100;
  padding: 5px 15px;
  white-space: nowrap;
  color: inherit;
  display: block;
}


.custom-bottom-header .hs-menu-wrapper > ul .hs-menu-depth-3 > a {
  display: block;
  line-height: 1.2;
  padding: 5px 15px;
  color: inherit;
}

.hamburger_icon{
  display:none;
}

body.fixed-header header.custom-header {
  top: 0;
  left: 0;
  position: fixed!important;
  right: 0;
  transition: 0.3s;
  z-index: 99;
}

body.fixed-header .custom-header-logo-wrapper {
  max-width: 100px;
  margin-right: 30px;
}

body.fixed-header .custom-header-search .w-search input#searchInput {
  height: 36px;
}

body.fixed-header .custom-top-header {
  padding: 0;
}

body.fixed-header .custom-header-logo img {
  display: inline;
}

body.fixed-header .custom-bottom-header .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media(min-width:1168px){ 
  .custom-bottom-header .hs-menu-wrapper > ul ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .custom-bottom-header .hs-menu-wrapper > ul .hs-menu-depth-3 > a:hover {
    color: #fff;
    background-color: #e62a28;
  }
  .custom-bottom-header .hs-menu-wrapper > ul .hs-menu-depth-2:hover > a {
    color: #ea363b;
  }
  .custom-bottom-header .hs-menu-wrapper > ul li:hover > ul {
    transform: scale(1,1);
    z-index: 50;
    visibility: visible;
  }
  .custom-bottom-header .hs-menu-wrapper > ul ul {
    position: absolute;
    left: 0;
    text-align: left;
    top: 100%;
    transform: scale(0,0);
    transform-origin: 15% 0%;
    transition: 0.3s;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    visibility: hidden;
  }
  .custom-bottom-header .hs-menu-wrapper > ul ul ul {
    left: 100%;
    top: 0;
    transform: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    min-width: 230px;
  }
}
@media (min-width: 1501px) and (max-width:1540px){
  header.custom-header .page-center {
    padding: 0 10px;
  }
}
@media (max-width: 1500px){
  header.custom-header .page-center {
    padding-right: 40px;
    padding-left: 40px;
  }

  .custom-customer-login a span {
    display: none;
  }

  .custom-head-warehouse-login a span {
    display: none;
  } 
}
@media (max-width: 1400px){
  .custom-header-search {
    width: 28%;
    padding-right: 15px;
  }

  .custom-cart-section a {
    padding-left: 5px;
  }
}

@media (max-width: 1300px){
  .custom-bottom-header .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .custom-header-logo img {
    width: 123px !important;
  }
}
@media (max-width: 1200px){
  .custom-left-contact-menu ul li a {
    padding: 3px 0;
  }

  .custom-left-contact-menu ul li:nth-child(3) a {
    padding: 3px 0;
  }

  .custom-cart-section a {
    padding-left: 0;
  }
}


@media(max-width:1167px){ 
  .hamburger_icon {
    display: block;
    background-color: inherit;
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 30px;
    text-align: center;
    width: 54px;
  }

  .hamburger_icon:before {
    line-height: 2;
    content: '\f0c9';
    font-family: 'fontAwesome', Verdana, Arial, sans-serif;
  }

  .custom-bottom-header .hs-menu-wrapper > ul {
    overflow: auto;
    position: absolute;
    z-index: 100;
    transform: scale(1,1);
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.3);
    overflow: auto;
    max-height: calc(100vh - 80px);
  }
  body.menu-open .custom-bottom-header .hs-menu-wrapper > ul {
    display: block;
    width: 100%;
    left: 0;
  }
  .custom-bottom-header .hs-menu-wrapper > ul > li > a {
    display: block;
    color: #000 !important;
    padding: 10px 15px;
  }

  .custom-bottom-header .hs-menu-wrapper > ul > li {
    position: relative;
    text-align: center;
  }
  .child-trigger {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 38px;
    justify-content: center;
    position: absolute;
    right: 25px;
    top: 0;
    width: 50px;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-trigger.nav-active:before {
    content: "-";
  }
  .custom-bottom-header .hs-menu-wrapper > ul ul {
    position: static;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .custom-bottom-header .hs-menu-wrapper>ul .hs-menu-depth-2>a {
    font-size: 15px;
    font-weight: 400;
  }
  .custom-bottom-header .hs-menu-wrapper>ul>li>ul>li>.child-trigger {
    height: 32px;
  }
  .custom-bottom-header .hs-menu-wrapper > ul ul ul {
    display: block;
    padding: 0;
  }
  .custom-bottom-header .hs-menu-wrapper>ul .hs-menu-depth-3>a {
    font-size: 15px;
  }  
}
@media(max-width:1163px){ 
  .custom-bottom-header .hs-menu-wrapper>ul>li>a {
    padding-left: 20px;
    font-size: 22px;
  }

  .custom-bottom-header .hs-menu-wrapper>ul>li {
    text-align: left;
    border-top: 1px solid #e6e6e6;
  }

  .custom-bottom-header .hs-menu-wrapper>ul>li:first-child {
    border: none;
  }

  .child-trigger {
    font-size: 22px;
    height: 47px;
  }

  .custom-bottom-header .hs-menu-wrapper>ul .hs-menu-depth-2>a {
    padding-left: 20px;
  }

  .custom-bottom-header .hs-menu-wrapper>ul .hs-menu-depth-3>a {
    padding-left: 20px;
  }
  .custom-left-contact-menu ul li:last-child {
    padding: 0;
    padding-left: 3px;
  }
}

@media screen and (max-width: 1125px){
  .custom-bottom-header .hs-menu-wrapper>ul .hs-menu-depth-3>a {
    font-size: 15px;
  }

  .custom-header-search {
    bottom: auto;
    position: absolute;
    right: 0;
    top: 67px;
    width: 81%;
    z-index: 102;
    padding-right: 40px;
  }

  .custom-header-logo img {
    width: 107px!important;
  }

  .custom-top-header {
    padding: 6px 0 5px;
  }
}
@media (max-width: 900px){
  .custom-quickOrder {
    display: none;
  }

  .custom-left-contact-menu ul li:nth-child(3) a {
    font-size: 0;
  }

  .custom-header-logo img {
    width: 90px!important;
  }

  .custom-left-contact-menu ul li:last-child {
    padding: 0 0 0 5px;
  }
  .custom-top-header {
    padding: 8px 0 5px;
  }
  .custom-customer-login a:before {
    font-size: 22px;
  }
}

@media (max-width: 720px){

  .custom-header-search .w-search input#searchInput {
    height: 50px;
  }

  .custom-header-search .button-search {
    border-left: none;
    height: 50px;
    right: 0;
    top: 0;
    width: 48px;
    padding: 6px 0;
  }
  .header_wrapper{
    min-height:106px;
  }
  body.fixed-header .hamburger_icon {
    top: 49px;
  }
  .custom-left-contact-menu ul li a {
    font-size: 0;
  }

  .custom-left-contact-menu ul li:first-child>a:before {
    margin-right: 0;
  }

  .custom-left-contact-menu ul li a:before {
    font-size: 16px;
  }

  .custom-header-left-section {
    width: 100%;
  }

  .custom-header-right-section {
    width: 100%;
  }

  header.custom-header .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-top-header {
    display: block;
    border: none;
    padding: 5PX 0;
  }

  .custom-header-logo img {
    width: 160px!important;
  }

  .custom-left-contact-menu ul li:nth-child(2) {
    margin-left: 8px;
  }

  .custom-left-contact-menu ul li:last-child {
    padding: 0;
  }
  body.search-open .searchIcon:before {
    content: '\f00d';
  }
  .custom-header-search {
    display: none;
    left: 0;
    padding-right: 0;
    top: 100%;
    width: 100%;
    padding-bottom: 15px;
  }

  .custom-mobile-search-icon {
    display: block;
  }

  .searchIcon:before {
    color: #fff;
    font-size: 22px;
    width: 22px;
    content: '\f002';
    display: inline-block;
    font-family: 'fontAwesome', Verdana, Arial, sans-serif;
  }

  .custom-cart-section a {
    padding-left: 12px;
  }

  .custom-cart-section a:before {
    font-size: 24px;
  }

  .custom-customer-login a:before {
    font-size: 21px;
  }

  .hamburger_icon {
    font-size: 25px;
    position: FIXED;
    top: 70px;
  }

  .hamburger_icon:before {
    line-height: 1;
  }

  .custom-bottom-header .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
  }
  .child-trigger {
    font-size: 22px;
    height: 38PX;
  }
}

@media screen and (max-width: 576px){
  .header_wrapper{
    min-height:87px;
  }
  body.fixed-header .hamburger_icon {
    top: 43px;
  }
  .custom-logo-tag-line {
    padding-top: 0;
  }
  .custom-header-left-section {
    justify-content: space-between;
  }

  .custom-header-logo img {
    width: 80px!important;
  }
  .hamburger_icon {
    top: 49px;
  }
}

@media screen and (max-width: 380px){
  .custom-header-spacer {
    min-width: 10PX;
  }
}
.custom-footer {
  font-weight: normal;
  background-position: bottom left;
  color: #ffffff;
  background-image: url(https://26636025.fs1.hubspotusercontent-eu1.net/hubfs/26636025/raw_assets/public/Exertis_Ireland_May2023/images/background.png);
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Calibri', Verdana, Arial, sans-serif;
  line-height: 1.5;
  position: relative;
  z-index: 9;
}
.custom-footer a:hover {
  color: #fff;
}
.custom-footer h3,
.custom-footer p{
  color:#fff;
}
.custom-footer .page-center {
  max-width: 1400px;
  margin: 0 auto;
  padding:0;
}
.custom-footer p {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}
.custom-sticky-share-box {
  left: 0;
  position: fixed;
  top: 20%;
  z-index: 99;
}

.custom-sticky-share-box a {
  height: 45px;
  width: 45px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0;
}

.custom-sticky-share-box a.phoneFixed {
  background: linear-gradient(#aaa, #5a5a5a);
}

.custom-sticky-share-box a.emailFixed {
  background: linear-gradient(#f51e1e, #c8001e);
}

.custom-sticky-share-box a.twitterFixed {
  background: linear-gradient(#c8001e, #65283c);
}

.custom-sticky-share-box a.linkedinFixed {
  background: linear-gradient(#65283c, #4a1b25);
}

.custom-sticky-share-box a:before {
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
  font-size: 20px;
}

.custom-sticky-share-box a.phoneFixed:before {
  content: '\f095';
}

.custom-sticky-share-box a.emailFixed:before {
  content: '\f003';
}

.custom-sticky-share-box a.twitterFixed:before {
  content: '\f099';
}

.custom-sticky-share-box a.linkedinFixed:before {
  content: '\f0e1';
}

.custom-sticky-share-box a:hover {
  width: 55px;
}
.custom-copyright {
  color: #ffffff;
  font-size: 12px;
  border-top: 1px solid #991a14;
  padding-top: 20px;
  margin-top: 20px;
}
.custom-registration-block {
  font-size: 16px;
  line-height: 2;
}

.custom-left-block {
  width: 75%;
  float: left;
}

.custom-footer .preFooter:after,
.custom-footer .preFooter:before,
.custom-left-section:after,
.custom-left-section:before{
  content: "";
  display: block;
  clear: both;
}
.preFooter {
  padding-top: 20px;
}
.custom-right-block {
  width: 25%;
  float: left;
}

.custom-contact-block {
  width: 33.33%;
  float: left;
}

.custom-info-menu {
  width: 20%;
  float: left;
}

.custom-info-menu2 {
  width: 20%;
  float: left;
  padding-top: 44px;
}

.custom-left-section {
  display: flex;
  flex-wrap: wrap;
}

.custom-contact-block h3,
.custom-info-menu h3{
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
}

.custom-contact-block p {
  font-size: 12px;
  position: relative;
  padding-top: 5px;
  padding-left: 25px;
  line-height: 2;
  padding-right: 23%;
}

.custom-contact-block p:nth-child(1):before {
  content: '\f041';
}

.custom-contact-block p:before {
  color: #fff;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 9px;
  line-height: 1;
  display: inline-block;
  font-family: 'fontAwesome', Verdana, Arial, sans-serif;
}

.custom-contact-block p:nth-child(2):before {
  content: '\f095';
}

.custom-contact-block p:nth-child(3):before {
  content: '\f017';
}

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

.custom-menu-block .hs-menu-wrapper > ul > li > a {
  font-size: 12px;
  transition: 0.3s;
  display: block;
  padding: 6px 0;
  color: #fff;
}

.custom-menu-block .hs-menu-wrapper > ul > li > a:hover {
  padding-left: 10px;
}
.custom-right-section {
  padding-right: 10%;
}

.custom-right-section > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.custom-tag-section {
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}

.custom-tag-section a {
  color: #fff;
}

.custom-dcc-logo-box {
  margin-top: 20px;
}
.custom-contact-block p:nth-child(1) {
  padding-right: 42%;
}
.mobile_info_menu_2{
  display:none;
}
.footer_no_nav .custom-copyright {
  border: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 577px) {
  .custom-info-menu .hs-menu-wrapper,
  .custom-toggle-in-mobile{
    display: block !important;
  }
}
@media (max-width: 1700px) {
  .custom-sticky-share-box a {
    height: 35px;
    width: 35px;
  }
  .custom-sticky-share-box {
    top: 30%;
  }
}
@media (max-width: 1500px) {
  .custom-footer .page-center {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 1024px) {
  .custom-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .custom-copyright {
    padding-top: 30px;
    margin-top: 0;
  }

  .custom-right-block,.custom-left-block {
    width: 100%;
  }

  .custom-right-section > div {
    padding-left: 0;
  }
}


@media (max-width: 768px) {
  .custom-contact-block h3,
  .custom-info-menu h3 {
    margin-bottom: 10px;
  }
  .custom-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-info-menu2 {
    padding-top: 34px;
  }
}

@media (max-width: 720px) {
  .preFooter {
    padding-top: 0;
  }
  .custom-footer .page-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .custom-sticky-share-box {
    top: 150px;
  }

  .custom-registration-block {
    padding-top: 0;
  }
}


@media (max-width: 576px) {
  .info_menu_1 {
    width: 50%;
  }
  .info_menu_wrapper {
    display: flex;
  }
  .mobile_info_menu_2 {
    width: 50%;
  }
  .mobile_info_menu_2{
    display:block;
  }
  .custom-info-menu2{
    display:none;
  }
  .custom-footer {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .custom-copyright {
    border-top-width: 0;
    padding-top: 0;
  }

  .custom-footer-logo img {
    max-width: 100px;
    width: 100%;
  }

  .custom-contact-block,
  .custom-info-menu,
  .custom-info-menu2 {
    width: 100%;
  }

  .custom-contact-block h3,
  .custom-info-menu h3{
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 9px 0;
    margin-bottom: 0;
  }
  .custom-contact-block h3:after,
  .custom-info-menu h3:after{
    position: absolute;
    right: 10px;
    top: 8px;
    content: '\f067';
    font-family: 'FontAwesome', Verdana, Arial, sans-serif;
  }
  .custom-info-menu .hs-menu-wrapper > ul {
    padding-top: 10px;
  }
  .custom-info-menu .hs-menu-wrapper,
  .custom-toggle-in-mobile{
    display: none;
  }
  .custom-contact-block h3.active:after,
  .custom-info-menu h3.active:after {
    content: '\f068';
  }
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}