:root {
	 --body-background: rgb(245, 245, 245);
	 --body-color: #353535;
	 --body-font: "Hind", sans-serif;
	 --button-background: rgb(233, 141, 60);
	 --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(0, 0, 0);
	 --footer-textcolor: rgb(255, 255, 255);
	 --h1-font: "Rubik", sans-serif;
	 --h1-fontsize: 60px;
	 --h1-fontweight: 500;
	 --h2-font: "Rubik", sans-serif;
	 --h2-fontsize: 44px;
	 --h2-fontweight: 500;
	 --h3-font: "Rubik", sans-serif;
	 --h3-fontsize: 28px;
	 --h3-fontweight: 500;
	 --h4-font: "Rubik", 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: 40px;
    --hpl01-h: 0px;
    --errorinput-bg: rgb(255, 244, 244);
    --errorinput-border: #f00;

    --block-padding: 90px;
    --block-margin: 70px;

    --block-gap: 2rem;

    --bs-body-font-size: 18px;
    /* keep 1rem = 16px in bootstrap */

    --bs-border-radius: 10px;

}

:focus-visible {
    box-shadow: unset;
    outline: 2px solid var(--button-background);
    outline-offset: 2px;
}

::selection {
    color: #fff;
    background-color: rgb(233, 141, 60);
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgb(29, 29, 29);
}

::-webkit-scrollbar-thumb {
    background: rgb(233, 141, 60);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(233, 141, 60, 0.8);
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgb(233, 141, 60) rgb(29, 29, 29);
}

body {
    background: var(--body-background);
    color: var(--body-color);
    margin-top: 60px;
    font-family: var(--body-font);
}

.row {
    --bs-gutter-x: var(--block-gap, 2rem);
}

.container {
    position: relative;
    z-index: 1;
}

.checkatrade svg path {
    fill: #fff;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.45;
}

p:last-child {
    margin-bottom: 0;
}

.cursor-unset {
    cursor: unset;
}

a.underline,
p a {
    background: linear-gradient(0deg, var(--button-background), var(--button-background)) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms !important;
    --bg-h: 100%;
    padding-bottom: 0px;
    --bg-h: 2px;
    text-decoration: none;
    color: var(--button-background);
}

p a {
    background-position: right bottom 6px;
}

a.underline:where(:hover, :focus-visible, :active),
p a:where(:hover, :focus-visible, :active) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
    text-decoration: none;
    color: var(--button-background);
}

span.subtitle {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    font-family: var(--h1-font);
    text-transform: uppercase;
    color: #c3c3c3;
    letter-spacing: 0.2em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

h1,
.h1 {
    font-family: var(--h1-font);
    font-size: var(--h1-fontsize);
    font-weight: var(--h1-fontweight);
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
    line-height: calc(var(--h2-fontsize) + 4px);
}

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);
}

@media screen and (max-width: 1199.98px) {
    :root {
        --block-padding: 80px;
        --block-margin: 65px;
        --block-gap: 1.5rem;
    }
}

@media screen and (max-width: 991.98px) {
    :root {
        --block-padding: 70px;
        --block-margin: 60px;
        --block-gap: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    :root {
        --h1-fontsize: 50px;
        --h2-fontsize: 36px;
        --h3-fontsize: 30px;
        --h4-fontsize: 22px;
    }

}

@media screen and (max-width: 575.98px) {
    :root {
        --block-gap: 1rem;

        --h1-fontsize: 36px;
        --h2-fontsize: 32px;
        --h3-fontsize: 28px;
        --h4-fontsize: 22px;
    }

}

.form-control {
    min-height: var(--input_height);
}

.btn {
    padding: 20px 35px;
    font-family: var(--h1-font);
    font-weight: var(--h1-fontweight);
    background-color: var(--button-background);
    border: unset !important;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s cubic-bezier(.39, .58, .57, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-wrap: nowrap;
    min-width: 160px;
    --border-width: 2px;
    --border-color: rgba(255, 255, 255, 0.2);

    display: inline-block;
    height: 55px;
    min-height: 55px;
    align-content: center;
    width: fit-content;
}

.btn.btn-secondary {
    background-color: #1d1d1d;
    border: unset !important;
    color: #ffffff;
    --border-width: 2px;
    --border-color: #1d1d1d;
}

.btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background-color: #232c31; */
    background-color: rgb(29, 29, 35);
    background-image:
        /* thin vertical lines */
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        /* thin horizontal lines */
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        /* bold vertical lines every 3 squares */
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 2px, transparent 2px),
        /* bold horizontal lines every 3 squares */
        linear-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 40px 40px, 40px 40px, 120px 40px, 40px 120px;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(.39, .58, .57, 1);
    animation: scrollPattern 3s linear infinite;
    animation-play-state: paused;
    transform: rotate(5deg);
}

.btn::after {
    content: "";
    position: absolute;
    width: calc(100% + var(--border-width));
    height: calc(100% + var(--border-width));
    z-index: 1;
    border-radius: 40px;
    border: var(--border-width) solid var(--border-color);
    left: calc(var(--border-width) * -.5);
    top: calc(var(--border-width) * -.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #1d1d1d00;
    border: unset !important;
}

.btn:focus-visible {
    outline: 2px solid var(--button-background);
    outline-offset: 0px;
}

.btn:hover::after,
.btn:focus::after,
.btn:active::after,
.btn.btn-secondary::after {
    opacity: 1;
}

.btn:hover::before,
.btn:focus::before,
.btn:active::before {
    opacity: 1;
    animation-play-state: running;
}

@keyframes scrollPattern {
    from {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }

    to {
        background-position: -120px -120px, -120px -120px, -120px -120px, -120px -120px;
    }
}

.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;
    }
}

/* Form Control Styles */

.form-control {
    border-radius: 4px;
}

/* 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;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

form .checkbox:focus-visible+label:before {
    outline: 2px solid var(--button-background);
    outline-offset: -1px;
}

form .checkbox:checked+label:after {
    content: "\f00c";
    position: absolute;
    left: 4px;
    top: 5px;
    color: var(--body-color);
    font-family: 'Font Awesome 5 Pro';
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    cursor: pointer;
    font-weight: 600;
    line-height: 1;
}

.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 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #2c2c2c;
    z-index: 1029;
}

#cookie button {
    width: 180px;
    max-width: 100%;
}

#cookie .cookie-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
    pointer-events: none;
    /*     animation: blur-in 20s 0s forwards; */
}

/* @keyframes blur-in {
    from {
        backdrop-filter: blur(0px);
    }

    to {
        backdrop-filter: blur(5px);
    }
} */

#cookie a {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .2em;
    font-weight: 600;
    font-family: var(--h1-font);
    margin-bottom: 2rem;
    color: var(--button-background);
    text-transform: uppercase;
    transition: color 0.3s ease;
    text-decoration: none;
}

#cookie a:hover {
    color: var(--button-hover-background);
}

#cookie_preferences_button:hover {
    background-color: var(--body-color);
    color: #fff;
}

#cookie .cookie-wrapper {
    background-color: var(--cookie-background, #fff);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 38px 30px;
}

#cookie .row {
    padding: 0 !important;
}

#cookie .cookie-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

#cookie .btn-link {
    padding-left: 0;
    text-decoration: none;
}

#cookie .btn-link:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    #cookie .d-flex {
        flex-direction: column;
        gap: 0.5rem !important;
        align-items: end !important;
    }

    #cookie .row {
        --bs-gutter-y: 20px;
    }
}

@media screen and (max-width: 767.98px) {
    #cookie .btn {
        width: 100%;
    }


    #cookie .container {
        padding: 30px;
    }
}

@media screen and (max-width: 575.98px) {
    #cookie {
        bottom: 30px;
        left: 30px;
        right: 30px;
        width: calc(100% - 60px);
    }

    #cookie .container {
        padding: 0px;
    }

    #cookie .cookie-wrapper {
        border-radius: var(--bs-border-radius, 10px);
    }
}

/* Hamburger */
.hamburger {
    position: relative;
    background-color: #1d1d1d;
    border: 1px slolid #1d1d1d;
    color: #fff;
    width: 55px;
    height: 55px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity, filter linear 0.15s, background-color 0.15s, border 0.15s;
    border-radius: 50%;
}

.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    background-color: var(--button-background);
    border: 1px solid var(--button-background);
}

.hamburger-box {
    width: 16px;
    height: 18px;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out;
}

.is-active .hamburger-box {
    margin-top: 11px;
    scale: 1.3;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-bottom: 2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    width: 16px;
    border-radius: 2px;
    height: 2px;
    background-color: var(--navbar-hamburguer-icon-color);
    position: absolute;
    transition: transform ease .15s;
}

.navbar-toggler:focus {
    box-shadow: unset;
    background-color: #1d1d1d;
}

.navbar-toggler:active {
    background-color: #1d1d1d;
}

.navbar-toggler:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 0px;
}

/* 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: -12px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.navbar-toggler .hamburger-inner:before {
    content: "";
    display: block;
    top: -6px;
    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) {
    body {
        margin-top: 125px;
    }

    .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-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;
    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: #000;
    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;
    }
}

/* First Line Logo Positioning */
.first-line-logo {
    position: relative;
    display: block;
    padding-right: 31px;
}

@media screen and (max-width: 575.98px) {
    .first-line-logo {
        padding-right: 0px;
    }
}

.first-line-logo-element {
    position: absolute;
    width: 31px;
    height: 31px;
    background-image: url('/images/default/icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0px;
    z-index: 10;
    transition: all 0.3s ease;
    pointer-events: none;
    top: -12px;
    transition: .5s all ease;
    animation: first-line-logo-reveal .7s cubic-bezier(.68, -0.55, .27, 1.55) forwards;
    opacity: 1;
}

@keyframes first-line-logo-reveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.first-line-logo-temp,
.first-line-logo-measure {
    white-space: nowrap;
    position: absolute;
    visibility: hidden;
    top: -9999px;
}

.background-left>.container {
    position: relative;
    z-index: 0;
}

.background-left>.container::before {
    content: "";
    background-image: url('/images/default/background-left.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 14%;
    transform: translateY(-60%);
    left: -1.25rem;
    height: 1043px;
    width: 392px;
    z-index: -1;
}

@media screen and (max-width: 1199.98px) {
    .background-left>.container::before {
        top: 26%;
    }
}

@media screen and (max-width: 991.98px) {
    .background-left>.container::before {
        top: 22%;
        left: -5rem;
    }
}

@media screen and (max-width: 767.98px) {
    .background-left>.container::before {
        content: unset;
    }
}

.whatsapplink {
    background-color: #00c307;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    box-shadow: 0 0 0 0 rgba(0, 195, 7, .7);
    -webkit-animation: pulse 1.5s infinite
}

.whatsapplink:hover {
    text-decoration: none;
    color: #fff;
    -webkit-animation: none
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(0, 195, 7, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(0, 195, 7, 0)
    }
}
/* === globalheader === */



/* === popupbasket02 === */

.show-basket-popup {
    position: relative;
}

.basket-popup-body {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    z-index: 999;
    min-width: 360px;
}

    .basket-popup-body .basket-popup-wrapper {
        background: #fff;
        border: 1px solid #000;
        width: 100%;
    }

    .basket-popup-body:before {
        content: "";
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: -26px;
        right: 0px;
        font-size: 30px;
        width: 100%;
        height: 30px;
    }

    .basket-popup-body .items .popup-baket-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 300px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d2d2d2;
        width: 100% !important;
    }

        .basket-popup-body .items .popup-baket-item.item-hidden {
            display: none;
        }

    .basket-popup-body .items .item-list {
        padding: 15px;
    }

        .basket-popup-body .items .item-list div.popup-baket-item.item-visible-last {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .basket-popup-body .items .popup-baket-item .image {
        width: 80px;
        height: 80px;
        position: relative;
        overflow: hidden;
        border: 3px solid #fff;
        transition: 0.2s all;
    }

        .basket-popup-body .items .popup-baket-item .image a {
            text-decoration: none !important;
        }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
            position: absolute;
            z-index: 9;
            top: -3px;
            right: -3px;
            color: #fff;
            padding: 2px 4px;
            opacity: 0;
            pointer-events: none;
            background: #000;
            display: flex;
            width: 28px;
            height: 28px;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover {
            cursor: pointer;
            border: 3px solid #000;
        }

            .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }

        .basket-popup-body .items .popup-baket-item .image .btn-remove-item > i {
            font-size: 16px;
            transition: 0.2s all;
        }

        .basket-popup-body .items .popup-baket-item .image:hover .btn-remove-item > i {
            font-size: 20px;
        }

        .basket-popup-body .items .popup-baket-item .image:before {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

        .basket-popup-body .items .popup-baket-item .image img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 100%;
        }

    .basket-popup-body .items .popup-baket-item .description {
        padding: 0 10px;
        width: auto;
        flex: 1;
        text-align: left;
    }

        .basket-popup-body .items .popup-baket-item .description .product-title {
            color: #3e3e3e;
            font-size: 16px;
            font-weight: normal;
            margin-bottom: 0;
        }

        .basket-popup-body .items .popup-baket-item .description .price {
            color: #404040;
            font-size: 20px;
            font-weight: 700;
        }

        .basket-popup-body .items .popup-baket-item .description .price-vat {
            color: gray;
            font-size: 12px;
        }


    .basket-popup-body .basket-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        color: #404040;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 20px;
    }

    .basket-popup-body .basket-control {
        display: flex;
        flex-direction: row;
        align-items: end;
        align-items: flex-end;
        justify-content: space-between;
        padding: 0px 20px 20px 20px;
    }

        .basket-popup-body .basket-control > a {
            background: #2f292b;
            color: #fff;
            text-decoration: none;
            padding: 7px 25px;
            display: block;
            font-family: Open Sans;
            font-size: 18px;
        }

            .basket-popup-body .basket-control > a.edit-my-basket {
                color: #4c4c4c !important;
                font-size: 13px;
                background: none;
                padding: 0;
            }

                .basket-popup-body .basket-control > a.edit-my-basket:hover {
                    text-decoration: underline;
                }

                .basket-popup-body .basket-control > a.edit-my-basket > i {
                    font-size: 14px !important;
                }

        .basket-popup-body .basket-control a.checkout-now {
            border: 2px solid #2f292b;
            transition: 0.2s all;
        }

            .basket-popup-body .basket-control a.checkout-now:hover {
                background: #fff;
                color: #000 !important;
                transform: scale(1.02);
            }

            .basket-popup-body .basket-control a.checkout-now:active {
                background: #fff;
                color: #000 !important;
                transform: scale(0.98);
            }


    .basket-popup-body .btn-remove-item {
        color: #000;
        font-size: 14px;
        cursor: pointer;
    }

        .basket-popup-body .btn-remove-item:hover {
            text-decoration: underline;
        }

    .basket-popup-body .items.v-items-scroll .scroll_arrow {
        background-color: #a6a6a6;
        width: 100%;
        height: 35px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        opacity: 0.4;
        transition: 0.2s all;
        cursor: pointer;
    }

        .basket-popup-body .items.v-items-scroll .scroll_arrow:hover {
            opacity: 1;
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_up {
            background-image: url('/images/default/angle-up-icon.svg');
        }

        .basket-popup-body .items.v-items-scroll .scroll_arrow.scroll_down {
            background-image: url('/images/default/angle-down-icon.svg');
        }

@media(max-width: 575px) {
    .basket-popup-body {
        right: 15px;
        width: calc(100vw - 30px);
    }

        .basket-popup-body .items .popup-baket-item {
            width: 100%;
        }

            .basket-popup-body .items .popup-baket-item .image .btn-remove-item {
                opacity: 1;
                pointer-events: all;
            }
}

/* === popupbasket02 === */



/* === 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 === */

:root {
    --nav-height: 95px;
    --nav-height-scroll: 90px;
    --nav-color: #ffffff;
    --nav-color-scroll: #1d1d1d;
    --nav-color-hover: var(--button-background);
    --nav-background: #2222221a;
    --nav-background-scroll: #ffffff;
    --nav-easing: all 0.3s ease;
}

body {
    margin-top: 0 !important;
}

body>header:not(:has(.nav-01+.banner, .nav-01+.content-header-01)) {
    margin-top: var(--nav-height-scroll);
}

.nav-01 {
    background-color: var(--nav-background);
    color: var(--nav-color);
    height: var(--nav-height);
    transition: var(--nav-easing);
    padding: 0;
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav-01:not(:has(+.banner, +.content-header-01)),
.nav-01.scrolled {
    background-color: var(--nav-background-scroll);
    color: var(--nav-color-scroll);
    height: var(--nav-height-scroll);
    border-bottom: 1px solid #e9e9e9;
}

.nav-01 .container {
    position: relative;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 14px;
    transition: var(--nav-easing);
}

.nav-01.scrolled .container {
    padding-top: 14px;
    padding-bottom: 14px;
}

.nav-01 .nav-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    height: 100%;
    width: 100%;
    height: 60px;
}

.nav-01 .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    flex-grow: 1;
    display: flex;
    height: 55px;
}

.nav-01 .navbar-brand img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: contain;
    bottom: 0;
    width: 167px;
    height: 63px;
    min-height: 63px;
    justify-self: start;
    align-self: flex-end;
    transition: var(--nav-easing);
}

.nav-01:not(:has(+.banner)) .navbar-brand img,
.nav-01.scrolled .navbar-brand img {
    width: 150px;
}

.nav-01 .nav-accreditation {
    padding: 0 1.5rem;
    height: 100%;
    position: relative;
}

.nav-01 .nav-accreditation img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    min-width: 115px;
    transition: var(--nav-easing);
}

.nav-01 .nav-accreditation::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(-14px - 1.5rem);
    width: calc(100%);
    height: calc(100% + 50px + 1.5rem);
    background-color: #1d1d1d;
    z-index: 0;
    border-radius: 0 0 10px 10px;
    transition: var(--nav-easing);
}

/* 
.nav-01.scrolled .nav-accreditation::before {
    bottom: -19px;
    height: calc(100% + 42px);
    border-radius: 0;
} */

.nav-01 .navbar-toggler {
    border: none;
    padding: 0;
}

.nav-01 .nav-link {
    color: inherit;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    text-wrap: balance;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    transition: var(--nav-easing);
    width: fit-content;
    font-family: var(--h2-font);
}

.nav-01 a.nav-link:hover,
.nav-01 a.nav-link:focus,
.nav-01 a.nav-link:active {
    color: var(--nav-color-hover)
}

.nav-01 a.nav-link {
    position: relative;
}

.nav-01 a.nav-link:focus-visible {
    box-shadow: unset;
    outline: 2px solid var(--button-background);
    outline-offset: 2px;
}

.nav-01 a.nav-link.currentpage::before {
    content: "";
    display: block;
    width: calc(100% + 2rem);
    height: 2px;
    background-color: var(--button-background);
    bottom: -15px;
    left: -1rem;
    position: absolute;
}

.nav-01 .nav-left-section,
.nav-01 .nav-right-section {
    display: flex;
    flex-flow: row nowrap;
    gap: 2rem;
}


.nav-01 svg {
    max-height: 60px;
    width: auto;
    --logo-primary: #f68712;
    --logo-secondary: #ffffff;
    height: 60px;
    top: -5px;
    position: relative;
}

.nav-01:not(:has(+.banner, +.content-header-01)) svg,
.nav-01.scrolled svg {
    --logo-secondary: #231f20;
}

.nav-01 .nav-social a {
    color: inherit;
    text-decoration: none;
}

.nav-01 .nav-social a:hover {
    opacity: 0.7;
}

.nav-01 .navbar-phone {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.nav-01 .nav-hover-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

@media (min-width: 1200px) {
    .nav-01 #navbar-menu {
        display: flex !important;
        justify-content: end;
        flex-grow: 1;
        height: 100%;
    }

    .nav-01 .navbar-wrapper {
        flex-direction: row !important;
        align-items: center;
        justify-content: end;
        gap: 2rem;
        width: 100%;
        height: 100%;
    }

    .nav-01 .nav-phone {
        flex-direction: row !important;
        flex-grow: 1;
        justify-content: end;
        align-items: center;
        gap: 2rem;
        margin: 0;
        height: 100%;
    }

    .nav-01 .nav-link {
        display: flex;
        align-items: center;
        height: 100%;

    }

    .nav-01 .nav-item.lvl1 {
        height: 100%;
    }
}

@media (max-width: 1199.98px) {

    .nav-01 .nav-wrapper {
        gap: 2rem;
    }

    .nav-01 .nav-left-section {
        gap: 20px;
    }

    .nav-01 .nav-right-section {
        gap: 10px;
    }

    .nav-01 .navbar-brand {
        flex-grow: 0;
    }

    .nav-01 .navbar-collapse.collapsing,
    .nav-01 .navbar-collapse.collapse {
        right: -380px;
        transition: right 0.3s ease-in-out;
    }

    .nav-01 .navbar-collapse.show {
        right: 0;
    }

    .nav-01 .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 380px;
        height: 100% !important;
        background: #1d1d1d;
        z-index: 1050;
        padding: 0;
        display: flex;
        flex-flow: column;
    }

    .nav-01 .navbar-collapse::before {
        content: "";
        background-image: url('/images/default/background-left.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 50%;
        transform: translateY(-58%);
        right: -170px;
        height: 120%;
        width: 392px;
        z-index: -1;
        filter: brightness(0) saturate(100%) invert(11%) sepia(99%) saturate(0%) hue-rotate(257deg) brightness(85%) contrast(93%);
    }

    .nav-01 .container {
        position: unset;
    }

    .nav-01 .navbar-collapse .navbar-wrapper {
        overflow: auto;
        padding: var(--nav-height) 30px;
        width: 100%;
    }

    @media screen and (max-height: 767.98px) {
        .nav-01 .navbar-collapse .navbar-wrapper {
            padding: 60px 20px;
        }
    }

    .nav-01 a.nav-link.currentpage::before {
        content: unset;
    }

    .nav-01 a.nav-link {
        font-size: 30px;
        line-height: 72px;
        font-family: var(--h1-font);
        font-weight: var(--h1-fontweight);
        color: var(--button-background);
        text-transform: none;
        letter-spacing: .025em;
        text-align: center;
    }

    .nav-01 .nav-telephone {
        color: #fff;
        text-align: center;
        padding: 1.5rem 30px;
        border-top: 1px solid #373737;
        width: 100%;
    }

    .nav-01 .nav-telephone i {
        font-size: 18px;
        margin-right: 4px;
        vertical-align: baseline;
    }

    .nav-01 .nav-telephone a {
        color: #fff;
        transition: .3s color ease-in-out;
        text-decoration: none;
        font-size: 24px;
        line-height: 48px;
        font-family: var(--h1-font);
        font-weight: var(--h1-fontweight);
    }

    .nav-01 .nav-telephone a:hover,
    .nav-01 .nav-telephone a:focus,
    .nav-01 .nav-telephone a:active {
        color: var(--button-background);
    }

    .nav-01 .navbar-toggler {
        transition: transform 0.3s ease-in-out, opacity, filter linear 0.15s, background-color 0.15s, border 0.15s;
    }

    .nav-01:has(.navbar-collapse.collapsing) .navbar-toggler {
        transform: translateX(180px);
    }

    .nav-01 .navbar-collapse .navbar-toggler {
        position: absolute;
        right: 2rem;
        top: 1.5rem;
        background-color: transparent;
        border: unset !important;
    }

    .nav-01 .navbar-collapse .navbar-toggler:hover,
    .nav-01 .navbar-collapse .navbar-toggler:focus,
    .nav-01 .navbar-collapse .navbar-toggler:active {
        background-color: var(--button-background);
        border: 1px solid var(--button-background);
    }

    .nav-01 a.nav-link:hover,
    .nav-01 a.nav-link:focus,
    .nav-01 a.nav-link:active {
        color: #fff;
    }

    .nav-01 .navbar-wrapper {
        flex: 1;
        justify-content: space-between;
    }

    .nav-01 .nav-phone {
        flex: 1;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767.98px) {
    .nav-01 .nav-accreditation {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-01 .nav-accreditation::before {
        bottom: calc(-14px - 1rem);
    }
}

@media screen and (max-width: 575.98px) {
    .nav-01 .nav-accreditation {
        display: none;
    }
}
/* === nav-01 === */



/* === content-header-01 === */

.content-header-01 {
  background-image: url("var(--content-banner-heading-img)");
  background-size: cover;
  background-position: center;
  text-align: center;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  min-height: 470px;
  height: 470px;
}

.content-header-01::before {
  content: " ";
  position: absolute;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  left: 0;
  top: 0;
}

.content-header-01::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0));
  left: 0;
  bottom: 0;
}

.content-header-01 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  z-index: 2;
  position: relative;
}

.content-header-01 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  background-color: rgba(0, 0, 0, 0.15);
  width: 200vw;
  height: 100%;
  z-index: 0;
}

.content-header-01 .container>div {
  width: 100%;
  z-index: 1;
}

.content-header-01 .content-header-01-title {
  font-weight: 600;
  font-size: 60px;
  color: #fff;
  width: 100%;
  display: block;
  flex: 100%;
}

.content-header-01 .content-header-01-subtitle {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  width: 100%;
  display: block;
  flex: 100%;
}

@media (min-width: 768px) {
  #content-header-01-1210 {
    background-position: center bottom -250px;
  }
}

@media (max-width: 767px) {
  .content-header-01 .content-header-01-title {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .content-header-01 .content-header-01-title {
    font-size: var(--h1-fontsize);
  }

  #content-header-01-1221 {
    background-position: left -240px center;
  }
}
/* === content-header-01 === */

