

/* === globalheader === */

:root {
	 --body-background: rgb(20, 20, 20);
	 --body-color: #ffffff;
	 --body-font: "Poppins", sans-serif;
	 --button-background: rgb(214, 3, 3);
	 --content-banner-heading-img: url(/scripts/placeholder/2000/600/2000x600/150/darkgrey);
	 --cookie-background: rgb(255, 255, 255);
	 --cookie-text-color: rgb(0, 0, 0);
	 --email-accent-color: rgb(0, 0, 0);
	 --email-background: #fff;
	 --email-border-color: rgb(229, 229, 229);
	 --email-text-color: #212529;
	 --footer-background: rgb(20, 20, 20);
	 --footer-textcolor: rgb(255, 255, 255);
	 --h1-font: "Poppins", sans-serif;
	 --h1-fontsize: 60px;
	 --h1-fontweight: 500;
	 --h2-font: "Poppins", sans-serif;
	 --h2-fontsize: 48px;
	 --h2-fontweight: 500;
	 --h3-font: "Poppins", sans-serif;
	 --h3-fontsize: 28px;
	 --h3-fontweight: 500;
	 --h4-font: "Poppins", sans-serif;
	 --h4-fontsize: 24px;
	 --h4-fontweight: 500;
	 --header_promo_line_bgcolor: #000;
	 --header_promo_line_textcolor: rgb(255, 255, 255);
	 --navbar-hamburguer-icon-color: rgb(255, 255, 255);
	 --navbar-phone-color: rgb(255, 255, 255);
	 --navbar-phone-icon: rgb(255, 255, 255);
	 --quickinquiry-background: rgb(238, 238, 238);
	 --quickinquiry-color: rgb(68, 68, 68);
	 --quickinquiry-tab-background: rgb(68, 68, 68);
	 --required_color: rgb(255, 0, 0);
	 --sticky-header-background: rgba(0, 0, 0, 0.5);
	 --sticky-header-text-color: rgb(255, 255, 255);
	 --testimonial-background-img: url(/scripts/placeholder/2000/600/200x600/120/lightgrey);
	 --text-primary: rgb(0, 0, 0);
	 --text-secondary: rgb(255, 255, 0);
}



/* === globalheader === */

:root {
    /* Custom Variables */
    --input_height: 65px;
    --hpl01-h: 0px;
    --errorinput-bg: rgb(255, 244, 244);
    --errorinput-border: #f00;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    font-family: var(--body-font);
    font-weight: 300;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    font-weight: 700;
}

h1, .h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
    letter-spacing: -0.025em;
}

h2, .h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
    letter-spacing: -0.025em;
}

@media(max-width: 1199.98px) {
    h2, .h2 {
        font-size: 40px;
        line-height: 1;
    }
}

@media(max-width: 575.98px) {
    h2, .h2 {
        font-size: 30px;
    }
}

h3, .h3 {
    font-family: var(--h3-font);
    font-size: var(--h3-fontsize);
    font-weight: var(--h3-fontweight);
}

h4, .h4 {
    font-family: var(--h4-font);
    font-size: var(--h4-fontsize);
    font-weight: var(--h4-fontweight);
}

.title-small {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4em;
    text-transform: uppercase;
}

.form-control {
    min-height: var(--input_height);
}

p:last-of-type {
    margin-bottom: 0px;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    padding: 17px 30px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: -0.025em;
    border: none;
}

.btn.btn-dark,
.btn.btn-dark:is(:hover, :active, :focus) {
    background-color: #141414;
}

.btn.btn-light,
.btn.btn-light:is(:hover, :active, :focus) {
    background-color: #fff;
    color: #141414;
}

.btn-primary {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    padding: 5px 15px;
    background-color: var(--button-background) !important;
    color: #fff !important;
    border-color: var(--button-background) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--button-background);
}

.btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:link {
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-color: #000;
}

.btn-secondary {
    transition: 0.2s all;
    background-color: #fff;
    color: #000;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: #000;
    color: #fff;
}

.btn-share {
    position: relative;
    margin-right: 10px;
    padding: 12px 20px 12px 35px;
    text-transform: none;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 0;
}

.btn-share span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    width: 40px;
    text-align: center;
}

.btn-share.facebook {
    background-color: #2f5a9b;
}

.btn-share.twitter {
    background-color: #00acf2;
}

@media (min-width: 576px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.gy-equal {
    --bs-gutter-y: var(--bs-gutter-x);
}

/* Quick Enquiry */
#slideOut {
    right: -400px;
    width: 400px;
    min-height: 300px;
}

#slideOut div.container {
    padding: 15px;
}

/* Display slideOut */
.right-tab.show {
    right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
    cursor: pointer;
    position: absolute;
    left: -40px;
    width: 40px;
    height: 200px;
    background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
    text-align: center;
    position: relative;
    font-family: arial;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    right: 70px;
    top: 90px;
    width: 180px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE9+ */
    writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
    padding: 0 0 3px;
}

#slideOut .form-control {
    min-height: 35px;
}

#slideOut textarea.form-control {
    resize: none;
    height: 108px;
}

#slideOut .form-group {
    margin-bottom: 10px;
}

#slideOut .form-control:focus {
    outline: none
}

.form.blocked {
    pointer-events: none;
}

.form .form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 140%;
}

.form .tickbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
    margin-bottom: 0;
}

.form .radio-multi > label {
    display: none;
}

.form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-top: 5px;
}

.form input[type="checkbox"] + label {
    padding: 0 0 0 5px;
}

.form .form-error {
    font-size: 15px
}

.form textarea.form-control {
    resize: none;
    height: 150px;
}

form input[type="checkbox"] + label + .form-error {
    display: none;
}

.form-group {
    margin-bottom: 1rem;
}

form .checkbox {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

form .checkbox + label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
}

form .checkbox + label:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    display: block;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 20px;
    height: 20px;
}

form .checkbox:checked + label:after {
    content: "\f00c";
    position: absolute;
    left: 4px;
    top: 5px;
    color: rgb(0, 0, 0);
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
}

.form .required-star {
    color: var(--required_color)
}

form .tickbox.has-error label:before {
    color: var(--required_color);
    border-color: var(--required_color);
}

.form .form-group {
    position: relative;
}

.form select.valid,
.form input.valid {
    background-image: url('/images/default/success-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-color: #4a4a4a;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 2px solid #ff0000;
    background-color: #ffeded;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
    color: #f00;
    position: absolute;
    right: 0;
    bottom: -22px;
    margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
    position: static;
}

.form .form-group.has-error.tickbox div.error {
    display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .has-error canvas.error,
form .radio-multi.has-error .tickbox {
    background-color: var(--errorinput-bg);
    background-image: url('/images/default/error-field.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    border-color: var(--errorinput-border);
    border-width: 2px;
}

form .has-error div.error {
    color: #f00;
}

#slideOut .form-error {
    display: none;
}

#slideOut .bottom-box {
    position: relative;
    margin-bottom: 0px !important
}

#slideOut .bottom-box .required {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 14px;
    color: var(--quickinquiry-tab-background)
}

.right-tab {
    display: none;
    position: fixed;
    top: 200px;
    width: 370px;
    right: -370px;
    background: var(--quickinquiry-background);
    z-index: 99;
    color: var(--quickinquiry-color);
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
    border: none;
    width: 100%;
    height: 350px;
}

.right-tab-button {
    background: var(--quickinquiry-tab-background);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -40px;
}

.right-tab-button > i {
    line-height: 40px;
}

#facebook-feed {
    top: 405px;
    z-index: 9998;
}

#twitter-feed {
    top: 450px;
    z-index: 9997;
}

#instagram-feed {
    top: 495px;
    z-index: 9996;
}

.right-tab-content {
    padding: 15px;
}

/* Cookie Warning */

#cookie {
    width: calc(100% - 40px);
    position: fixed;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
}

.CookiePreferencesPopup {
    z-index: 1101;
}

#cookie-content {
    background-color: var(--cookie-background);
    color: var(--cookie-text-color);
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
    padding: 25px 36px 9px 40px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-radius: 5px;
}

@media (max-width: 991.98px) {
    #cookie-content {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    #cookie-content {
        padding: 20px;
    }

    #cookie-content .cookie-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    #cookie-content .cookie-buttons,
    #cookie-content .cookie-buttons > *,
    #cookie-content .cookie-buttons .btn {
        width: 100%;
    }
}

#cookie-content .cookie-content-inner {
    align-self: center;
}

#cookie-content .cookie-buttons {
    display: flex;
    gap: 12px;
}

#cookie-content .cookie-buttons .btn {
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
}

#cookie .cookie-text {
    font-size: 18px;
    color: #272727;
    padding-bottom: 0;
    font-weight: 400;
}

#cookie .cookie_learn_more {
    padding-bottom: 10px;
}

#cookie .cookie_learn_more a {
    display: block;
    color: var(--button-background);
    text-decoration: none;
    line-height: 28px;
    letter-spacing: -0.025em;
    font-size: 18px;
    font-weight: 500;
}

#cookie .cookie_preferences_button button {
    width: 100%;
    background-color: #141414 !important;
}

#cookie #cookie-content > .btn {
    width: 100%;
}

#cookie .accept-cookies {
    background: var(--button-background);
}

@media(max-width: 575.98px) {

    #cookie .cookie_learn_more,
    #cookie .cookie-text {
        text-align: center;
    }
}

.CookiePreferencesPopup {
    --bs-modal-color: #222222;
}

/* Hamburger */
.hamburger {
    position: absolute;
    top: 50%;
    left: 15px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition: opacity, filter linear 0.15s;
    background-color: transparent;
    border: none;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--navbar-hamburguer-icon-color);
    border-radius: 4px;
    position: absolute;
    transition: transform ease .15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s
}

.navbar-toggler .hamburger-inner:after {
    content: "";
    display: block;
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -10px;
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.navbar-toggler.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.navbar-toggler.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0
}

.navbar-toggler.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg)
}

.page404 .content-01 {
    text-align: center;
    padding: 45px 0px;
}

.page404 .btn {
    margin: 10px 5px auto;
}

.page404 .btn-wrapper {
    margin-top: 15px;
}

[data-var][contenteditable=true] {
    outline: 2px dashed #254d7a;
    outline-offset: -2px;
}

@media (min-width: 768px) {
    .right-tab {
        display: block
    }
}

@media (max-height: 750px) {

    #slideOut {
        top: 20vh;
    }

    #facebook-feed {
        top: calc(20vh + 205px);
    }

    #twitter-feed {
        top: calc(20vh + 250px);
    }

    #instagram-feed {
        top: calc(20vh + 295px);
    }
}

@media (max-height: 650px) {
    .right-tab {
        display: none;
    }
}

.bootbox .bootbox-close-button {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none !important;
    outline: none !important;
    background-color: transparent;
}

.bootbox.popup-login.show {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bootbox.popup-login .modal-dialog {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    width: 600px;
    margin: 0;
    max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
    padding-top: 0px;
}


.bootbox.popup-login.show .spin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
    color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
    position: relative;
    margin-bottom: 30px;
}


.bootbox.popup-login .modal-dialog .login_form #reset-password {
    position: absolute;
    bottom: -25px;
    left: 15px;
    cursor: pointer;
    font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
    text-decoration: underline;
}

.bootbox.popup-login .modal-content {
    border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
    padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
    background: #b9b9b9;
    margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
    color: #000;
    padding: 15px 0px;
    display: block;
}

.bootbox.popup-login #loginform button.btn[type=submit] {
    border-radius: 0;
    width: 100%;
}

.account_popup_dialog {
    position: absolute;
    top: calc(100% + 15px);
    right: -60px;
    width: 240px;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}

.account_popup_dialog:before {
    content: "";
    position: absolute;
    right: 60px;
    width: 20px;
    height: 40px;
    top: -40px;
}

.account_popup_dialog .item a {
    color: #000;
    display: block;
    width: 100%;
    padding: 2px 15px;
    transition: all 0.1s;
    text-decoration: none;
}

.account_popup_dialog .item a i {
    margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
    background: #000;
    color: #fff;
}


.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    color: rgb(185, 74, 72);
}

.message-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1111;
}

.message-container .messagepopupmessage {
    position: relative;
    background: #d7d7d7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid #b9b9b9;
    font-size: 14px;
    width: 100%;
}

.message-container .messagepopupmessage .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: pointer;
    transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
    opacity: 1;
}


@media(max-width: 575px) {
    .message-container {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .message-container .messagepopupmessage {
        width: 100%;
        margin-top: 5px;
    }

    .message-container .messagepopupmessage .close {
        font-size: 20px;
    }
}

#modal_backdrop.invisible {
    -webkit-transition: visibility 0.3s ease-out;
    transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
    display: none;
}

#modal_backdrop .modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
    animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
    opacity: 0.7;
    color: #fff;
    z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
    width: auto;
}

.select2-container--default .select2-selection--single {
    min-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    line-height: 38px !important;
}

.captcha.captcha-image img {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
    border: 1px solid #cccccc;
    width: 150px;
    height: 40px;
}

.captcha-image-reload {
    display: flex;
}


.captcha_whatis {
    cursor: pointer;
    font-size: small;
}

.sash_image {
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
    z-index: 2;
    margin-top: -1px;
    margin-left: -1px;
}


.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da;
}

.d-empty:after {
    content: "\00a0";
}

.sash-svg-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sash-svg-container img.sash_image, .sash-svg-container object {
    position: static;
}

.sash-alignment-top_left img.sash_image, .sash-alignment-top_left object {
    transform: rotate(0);
}

.sash-alignment-top_right img.sash_image, .sash-alignment-top_right object {
    transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image, .sash-alignment-bottom_right object {
    transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image, .sash-alignment-bottom_left object {
    transform: rotate(270deg);
}

.modal {
    --bs-modal-color: var(--body-background);
}

.modal-header > *:first-letter {
    text-transform: capitalize;
}

.loading-wrapper {
    position: relative;
}

.loading-wrapper .loading-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.loading-wrapper .loading-block:before {
    content: "";
    background-image: url('/images/default/dots_loading_w.svg');
    width: 110px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.pagination li {
    cursor: pointer;
}

.pagination > * {
    margin-left: 2px;
    margin-right: 2px;
}

.pagination .pagination-input {
    position: relative;
}

.pagination .onpageclick {
    padding: 5px 0px;
    text-align: center;
    min-width: 36px;
}

.pagination .onpageclick > * {
    pointer-events: none;
}

.pagination .onpageclick.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.pagination .pagination-input label {
    margin: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}

.pagination input[type="number"] {
    border: none !important;
    outline: none !important;
    width: 90px;
    position: relative;
    z-index: 1;
    -moz-appearance: textfield;
    text-align: center;
}

.pagination input[type="number"]:focus + label {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

@media(max-width: 767px) {
    .pagination .pagination-input input[type="number"] {
        width: 100%;
    }

    .pagination .pagination-input {
        width: 100%;
    }
}

.bottom-control {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 400;
}

.bottom-control > * ~ * {
    margin-top: 5px;
}

@media(min-width: 768px) {
    .bottom-control {
        opacity: 0.4;
        transition: 0.2s all;
    }

    .bottom-control:hover {
        opacity: 1;
    }
}

.backtotop {
    --size: 50px;
    height: var(--size);
    width: var(--size);
    border-radius: 50%;
    color: var(--body-background);
    background-color: var(--button-background);
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    transition: 0.4s all;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1031;
    border: 1px solid var(--body-background);
    background: radial-gradient(closest-side, var(--button-background) 79%, transparent 80% 100%), conic-gradient(#fff var(--progress, 0%), var(--button-background) 0)
}

.backtotop.show {
    opacity: 1;
    transition: 0.4s all;
    pointer-events: all;
}


.mobile-fixed-email-button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--button-background);
    background-image: url("/images/default/email-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    box-shadow: 0 0 0 4px rgba(0,0,0,.1);
    -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
    -webkit-transform-origin: 50% 50%;
    animation: bounce_border 5s ease-out 1.5s infinite;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mobile-fixed-email-button:hover {
    color: #fff;
}

@keyframes bounce_border {
    0% {
        box-shadow: 0 0 0 4px rgba(0,0,0,.1)
    }

    17% {
        box-shadow: 0 0 0 4px rgba(0,0,0,.1)
    }

    22% {
        box-shadow: 0 0 0 8px rgba(0,0,0,.1)
    }

    25% {
        box-shadow: 0 0 0 4px rgba(0,0,0,.1)
    }

    30% {
        box-shadow: 0 0 0 8px rgba(0,0,0,.1)
    }

    35% {
        box-shadow: 0 0 0 4px rgba(0,0,0,.1)
    }

    100% {
        box-shadow: 0 0 0 4px rgba(0,0,0,.1)
    }
}

.cookiepref h2.title {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
}

.cookiepref div.company_name {
    font-size: 14px;
}

.cookiepref .nav a {
    font-size: 14px;
    color: #000 !important;
    padding: 5px 15px !important;
}

.cookiepref .nav a.active {
    color: #fff !important;
    background-color: var(--button-background);
    border-radius: 0;
}

.cookiepref .main-body {
    display: flex;
    flex-direction: column;
}


.cookiepref .main-body .tabs .tab-pane:not(.active) {
    display: none;
}

.cookiepref .main-body .tabs .text {
    font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
    color: var(--body-color);
}

.cookiepref .main-body .tabs .text > *:last-child {
    margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
    font-weight: 400;
}

.cookiepref .line {
    position: relative;
    margin-top: 15px;
}

.cookiepref .line ~ .line {
    margin-top: 10px;
}


.cookiepref .line input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.cookiepref .line input + label,
.cookiepref .line.forced label {
    padding-left: 45px;
    cursor: pointer;
    transform: translateY(0px);
    display: inline;
}

.cookiepref .line input + label:before,
.cookiepref .line.forced label:before {
    content: "";
    width: 40px;
    height: 20px;
    display: block;
    background-color: #f38787;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    transition: 0.2s all;
}

.cookiepref .line input + label:after,
.cookiepref .line.forced label:after {
    content: "";
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 1px;
    top: 4px;
    transition: 0.2s all;
}


.cookiepref .line input:checked + label:before,
.cookiepref .line.forced label:before {
    background-color: #61a746;
}

.cookiepref .line input:checked + label:after,
.cookiepref .line.forced label:after {
    left: 20px;
}

body.backdrop-open {
    overflow: hidden;
}

.form_plr {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-container,
.leaflet-container * {
    outline: none !important;
}

.fixed-top {
    transition: 0.3s all;
}

ol.bigdot_ol {
    column-count: 2;
    gap: 80px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0
}

ol.bigdot_ol li {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    padding-right: 30px;
    min-width: 100%;
    margin-bottom: 20px
}

ol.bigdot_ol li:before {
    content: counter(item) "  ";
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background-color: #1d1d1d;
    border-radius: 50%;
    counter-increment: item;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.sign_wrapper input[data-type=Signature] {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
    padding: 0;
    border: none aliceblue;
    outline: none;
    opacity: 0;
    min-height: 0px;
}

.sign_wrapper .sign_block {
    position: relative;
}

.sign_wrapper .sign_canvas {
    max-width: 100%;
    height: auto;
    cursor: crosshair;
    touch-action: none;
    user-select: none;
}

.sign_wrapper .sign_canvas.form-control {
    min-height: 200px;
}

.sign_wrapper.mandatory.has-error:not(.filled) .sign_canvas {
    background-color: var(--errorinput-bg);
    border-color: var(--errorinput-border);
    border-width: 2px;
}

.sign_wrapper .clear_canvas {
    position: absolute;
    left: 10px;
    top: 10px;
    background: none;
    outline: none;
    border: 0;
    padding: 5px;
    font-size: 22px;
    line-height: 22px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.4;
    transition: 0.3s all;
}

.sign_wrapper.filled .clear_canvas {
    opacity: 1;
    pointer-events: all;
}

@media(min-width: 768px) {
    .cookiepref .main-body {
        display: flex;
        flex-direction: row;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }


    .CookiePreferencesPopup .modal-dialog {
        min-width: 700px;
    }

    .cookiepref .nav {
        width: 200px;
    }

    .cookiepref .nav a {
        width: 200px;
        max-width: 200px;
        transition: 0.2s all;
        padding: 20px 15px !important;
    }

    .cookiepref .nav a:not(.active):hover {
        background-color: #dfdfdf;
    }

    .cookiepref .main-body .tabs {
        border-left: 1px solid #000;
    }

    .CookiePreferencesPopup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* === globalheader === */



/* === addtobasket_popup === */

.add-to-basket-popup {
}

@media (min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 600px;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        margin: 0;
        transform: translateX(100%) !important;
        pointer-events: none;
    }

    .add-to-basket-popup.show .modal-dialog {
        transform: translateX(0%) !important;
        pointer-events: all;
        overflow: auto;
    }

    .add-to-basket-popup .modal-content,
    .add-to-basket-popup .bootbox-body {
        height: 100%;
        border-radius: 0;
    }

    .add-to-basket-popup .modal-body {
        background-color: #fff;
    }
}

.add-to-basket-popup .bootbox-close-button {
    position: absolute;
    color: #fff;
    z-index: 9;
    opacity: 1;
    right: 22px;
    top: 16px;
}

.add-to-basket-popup .title {
    text-align: center;
    background-color: #181818;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 18px;
}

.add-to-basket-popup .product_card {
    padding: 20px;
    box-shadow: 0px 0px 10px 3px #dedede;
    border-radius: 0.25rem;
}

    .add-to-basket-popup .product_card .product_image {
    }

        .add-to-basket-popup .product_card .product_image img {
            width: 100%;
        }

    .add-to-basket-popup .product_card .product_title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .add-to-basket-popup .product_card .product_attr {
        font-family: 14px;
    }

        .add-to-basket-popup
        .product_card
        .product_attr
        table
        .name > strong {
            margin-right: 10px;
        }

    .add-to-basket-popup .product_card .product_qty {
        font-size: 14px;
    }

    .add-to-basket-popup .product_card .product_net {
        font-size: 22px;
        font-weight: bold;
    }

    .add-to-basket-popup .product_card .product_gross {
        font-size: 12px;
    }

.add-to-basket-popup .actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .add-to-basket-popup .actions > * {
        width: calc(50% - 8px);
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 0px;
        background-color: #000;
        border: 2px solid #181818;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #181818;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #181818;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #181818;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #181818;
        }

.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 22px;
}

.atb_pup .assprod {
    display: none;
}

    .atb_pup .assprod.slick-initialized {
        display: block;
    }

.add-to-basket-popup .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .add-to-basket-popup .slick-arrow.left {
        left: 0;
    }

    .add-to-basket-popup .slick-arrow.right {
        right: 0;
    }

.atb_pup .assprod-card {
    padding: 15px;
    text-decoration: none;
    color: var(--body-color);
}

.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 120px;
}

    .add-to-basket-popup .assprod .products-04-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 120px;
        aspect-ratio: 1/1;
    }

.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 36px;
}

.atb_pup .assprod-card .products-04-price {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.atb_pup .assprod-card .product-04-btn {
    width: 60px;
    height: 60px;
    border-radius: 0%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
    padding: 0;
    background-color: #181818;
}

    .atb_pup .assprod-card .product-04-btn i {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.add-to-basket-popup .modal-footer {
    display: none;
}

@media (max-width: 767px) {
    .add-to-basket-popup .actions {
        flex-direction: column;
    }

        .add-to-basket-popup .actions > * {
            width: 100%;
        }
}

@media(max-width: 575px) {
    .add-to-basket-popup .modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    .add-to-basket-popup .product_card {
        box-shadow: none;
    }

        .add-to-basket-popup .product_card .product_image {
            padding: 0px 30px;
        }

    .add-to-basket-popup table {
        line-height: normal;
    }
}

/* === addtobasket_popup === */



/* === nav-01 === */

.nav-01 {
    transition: background-color .3s, padding .3s;
    padding: 35px 0px;
    background-color: transparent;
}

.nav-01 .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    position: relative;
    transition: .3s all;
}

body:has(.footer-05-brochure) .nav-01 {
    position: static;
}

body:has(.footer-05-brochure) header {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.nav-01.scrolled .navbar-header,
body:has(.footer-05-brochure) .nav-01 .navbar-header {
    align-items: center;
}

.nav-01 .navbar-buttons {
    display: flex;
}

.nav-01 .navbar-toggler {
    border: none;
    position: relative;
    z-index: 0;
    height: 100%;
}

.nav-01 .navbar-toggler-ico {
    display: block;
    margin: auto;
    margin-left: 10px;
}

.nav-01 .navbar-toggler-text {
    display: block;
    margin: auto;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.025em;
}

.nav-01 .navbar-toggler-ico > span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
}

.nav-01 .navbar-toggler-ico > span:last-child {
    margin-bottom: 0;
    width: 20px;
}

.nav-01 .navbar-toggler-ico > span.last-child {
    margin-bottom: 0;
}

.nav-01.scrolled,
body:has(.footer-05-brochure) .nav-01 {
    background-color: #141414;
    overflow: hidden;
    padding: 15px 0px;
    border-bottom: 1px solid #252525;
}

.nav-01.scrolled {
    box-shadow: 0px 0px 13px -2px rgb(0 0 0);
}

.nav-01.scrolled .site-logo,
body:has(.footer-05-brochure) .nav-01 .site-logo {
    display: block;
    text-decoration: none;
}

.nav-01.scrolled .site-logo img:last-child,
body:has(.footer-05-brochure) .nav-01 .site-logo img:last-child {
    display: block;
}

.nav-01 .navbar-toggler:focus {
    border: none;
    outline: none;
}

.nav-01.scrolled .site-logo img,
body:has(.footer-05-brochure) .nav-01 .site-logo img {
    height: 70px;
}

.nav-01 .site-logo img:last-child {
    display: none
}

.nav-01 .site-logo:hover {
    color: #fff;
    text-decoration: none;
}

.nav-01 .header-phone {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    font-weight: 500;
    padding-right: 40px;
}

.nav-01 .header-phone .phone-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.nav-01 .header-phone .phone-number {
    margin-right: 5px;
}

.nav-01 .header-phone .phone-label {
    color: var(--button-background);
    font-size: 18px;
    text-transform: uppercase;
}

.nav-01 .account-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background-color: #535e67;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    margin-right: 15px;
}

.nav-01 #main-menu {
    width: 100vw;
    max-width: 500px;
    background-color: #d60303;
    background-image: url(/images/menu-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-01 #main-menu .navbar-toggler {
    position: absolute;
    right: 30px;
    top: 25px;
    width: 27px;
    height: 27px;
    background: transparent;
    padding: 0;
    display: inline;
}

.nav-01 #main-menu .navbar-toggler span {
    transition: all 0.2s linear;
    margin-bottom: 0;
}

.nav-01.scrolled #main-menu .navbar-toggler span,
body:has(.footer-05-brochure) .nav-01 #main-menu .navbar-toggler span {
    background: #fff;
}

.nav-01 #main-menu .offcanvas-body {
    padding: 65px 90px;
}

.nav-01 #main-menu .navbar-nav {
    display: flex;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.nav-01 #main-menu .navbar-toggler span:nth-child(1) {
    transform: rotate(45deg);
}

.nav-01 #main-menu .navbar-toggler span:nth-child(2) {
    margin-top: -2px;
    transform: rotate(-45deg);
    width: 26px;
}

.nav-01 #main-menu .nav-links {
    row-gap: 44px;
}

.nav-01 #main-menu .nav-link {
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
}

.nav-01 .navbar-toggler {
    padding: 22px 25px;
    display: flex;
    flex-flow: row;
    border-radius: 5px;
    background-color: var(--button-background);
}

.nav-01 .navbar-toggler-ico > span:nth-child(2) {
    width: 18px;
    margin-left: auto;
}

.nav-01 .account-button-mobile,
.nav-01 .account-button-mobile:hover {
    background-color: #1a1a1a !important;
    width: 100%;
    text-align: center;
    display: inline-flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.nav-01 #main-menu .btn-wrapper {
    margin-top: auto;
}

.nav-01 .mobile-menu-phone {
    display: grid;
    justify-content: center;
    margin-bottom: 36px;
}

.nav-01 .mobile-menu-phone .phone-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.nav-01 .mobile-menu-phone .phone-link .phone-label {
    color: #1a1a1a;
}

.nav-01 .offcanvas-backdrop.show {
    opacity: 1;
}

.nav-01 .offcanvas-backdrop {
    backdrop-filter: blur(2px);
    background: transparent;
}

@media(max-width: 991px) {
    .nav-01 .header-phone {
        padding-right: 0;
        gap: 10px;
    }

    .nav-01 .header-phone .phone-link {
        display: none;
    }

    .nav-01.scrolled .site-logo img,
    body:has(.footer-05-brochure) .nav-01 .site-logo img {
        height: 62px;
    }

    .nav-01 #main-menu .navbar-toggler {
        right: 30px;
        top: 30px;
        background-color: transparent;
    }

    .nav-01 .site-logo img {
        height: 67px;
    }

    .nav-01 .navbar-toggler-text {
        display: none;
    }

    .nav-01 .navbar-toggler {
        padding: 10px;
        height: 62px;
        width: 62px;
        align-content: center;
    }

    .nav-01 .navbar-toggler-ico {
        margin-left: auto;
    }
}

@media(max-width: 575px) {
    .nav-01 {
        padding: 30px 0;
    }

    .nav-01 .site-logo img,
    .nav-01.scrolled .site-logo img,
    body:has(.footer-05-brochure) .nav-01 .site-logo img {
        height: 56px;
    }

    .nav-01 #main-menu {
        max-width: unset;
    }

    .nav-01 .account-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 10px;
    }

    .nav-01 .navbar-toggler {
        height: 52px;
        width: 52px;
        padding: 10px;
    }

    .nav-01 .navbar-toggler-text {
        display: none;
    }

    .nav-01 .navbar-toggler-ico {
        margin: auto;
    }

    .nav-01 #main-menu .offcanvas-body {
        padding: 30px;
    }

    .nav-01 #main-menu .nav-link {
        row-gap: 36px;
    }

    .nav-01 #main-menu .nav-link {
        font-size: 24px;
        line-height: 60px;
    }
}

/* === nav-01 === */

