

/* === globalheader === */

:root {
	 --body-background: rgb(255, 255, 255);
	 --body-color: rgb(48, 48, 48);
	 --body-font: 'Cerebri Sans Pro', sans-serif;
	 --button-background: rgb(234, 48, 44);
	 --button-hover-background: rgb(210, 33, 30);
	 --content-banner-heading-img: url(/scripts/placeholder/2000/600/2000x600/150/darkgrey);
	 --cookie-background: rgb(255, 255, 255);
	 --cookie-text-color: rgb(26, 26, 26);
	 --email-accent-color: rgb(255, 255, 255);
	 --email-background: #fff;
	 --email-border-color: rgb(229, 229, 229);
	 --email-text-color: #212529;
	 --footer-background: rgb(46, 46, 46);
	 --footer-textcolor: rgb(255, 255, 255);
	 --h1-font: 'Cerebri Sans Pro', sans-serif;
	 --h1-fontsize: 72px;
	 --h1-fontweight: 700;
	 --h2-font: 'Cerebri Sans Pro', sans-serif;
	 --h2-fontsize: 55px;
	 --h2-fontweight: 700;
	 --h3-font: 'Cerebri Sans Pro', sans-serif;
	 --h3-fontsize: 45px;
	 --h3-fontweight: 700;
	 --h4-font: 'Cerebri Sans Pro', sans-serif;
	 --h4-fontsize: 30px;
	 --h4-fontweight: 700;
	 --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(26, 26, 26);
	 --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(49, 49, 49);
	 --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;
    --bs-heading-color: var(--body-color);
    --text-primary: var(--button-background);
    --block-margin: 100px;
    --block-padding: 90px;
}

.row {
    --bs-gutter-x: 2rem;
}

body {
    background: var(--body-background);
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 18px;
}

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);
}

h2,
.h2 {
    font-family: var(--h2-font);
    font-size: var(--h2-fontsize);
    font-weight: var(--h2-fontweight);
}

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);
}

h5,
.h5 {
    font-family: var(--h4-font);
    font-size: 24px;
    font-weight: 700;
}

.hidden_header {
    position: absolute;
    width: 1px;
    height: 1px;
    max-width: 1px;
    max-height: 1px;
    opacity: 0.00000001;
    pointer-events: none;
}


@media (max-width: 1199.98px) {
    :root {
        --h1-fontsize: 60px;
        --h2-fontsize: 45px;
        --h3-fontsize: 35px;
        --h4-fontsize: 25px;
        --block-margin: 85px;
        --block-padding: 65px;
    }

    .row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    :root {
        --block-margin: 80px;
        --block-padding: 60px;
        --h1-fontsize: 54px;
        --h2-fontsize: 50px;
        --h3-fontsize: 30px;
        --h4-fontsize: 24px;
    }

    .row {
        --bs-gutter-x: 20px;
    }
}

@media (max-width: 767.97px) {
    :root {
        --block-margin: 80px;
        --block-padding: 60px;
        --h1-fontsize: 60px;
        --h2-fontsize: 44px;
        --h3-fontsize: 40px;
        --h4-fontsize: 24px;
    }

    .row {
        --bs-gutter-x: 1.5rem;
    }
}

@media (max-width: 576px) {
    :root {
        --block-margin: 60px;
        --block-padding: 45px;
        --h1-fontsize: 46px;
        --h2-fontsize: 38px;
        --h3-fontsize: 30px;
        --h4-fontsize: 24px;
    }

    .row {
        --bs-gutter-x: 1rem;
    }
}

.form-control {
    min-height: var(--input_height);
}

.btn {
    background-color: var(--button-background);
    color: white;
    cursor: pointer;
    font-size: 12px;
    line-height: 28px;
    padding: 2px 30px 0;
    height: 55px;
    display: block;
    justify-content: center;
    align-content: center;
    letter-spacing: 2px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn.ps {
    padding: 0 25px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
    background-color: var(--button-hover-background);
    color: #fff;
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
    text-decoration: none;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    padding: 5px 15px;
    background-color: var(--button-background);
    color: #fff;
    cursor: pointer;
    border: unset;
}

.btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--button-hover-background);
}

.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: var(--button-background);
    border-color: #000;
}

.btn-secondary {
    transition: 0.2s all;
    background-color: var(--body-color);
    color: #fff;
    border: unset;
}

.btn-secondary:hover {
    background-color: #3e444a;
    color: #fff;
    text-decoration: none;
}

.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--body-color);
    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;
    }
}

/* 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: 200px;
}

form input[type="checkbox"]+label+.form-error {
    display: none;
}

.form-group {
    margin-bottom: 1.5rem;
}

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: -25px;
    font-size: 16px;
    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;
}

/* 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)
}

[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;
}

.grecaptcha-badge {
    bottom: 25dvh !important;
    z-index: 3;
}

.grecaptcha-badge:not(:hover) {
    opacity: 0.5;
}

.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;
    appearance: textfield;
    -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: 23px;
    bottom: 90px;
    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;
    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;
    }
}

/* Cookie Warning */
#cookie {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    color: #2c2c2c;
    z-index: 1029;
}

#cookie button {
    width: 200px;
    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 {
    color: var(--button-background);
    text-decoration: none;
}

#cookie a:hover {
    color: var(--button-hover-background);
}

#cookie_preferences_button {
    background-color: transparent;
    color: var(--body-color);
    border: 2px solid var(--body-color);
}

#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: 34px 30px;
}

#cookie .row {
    padding: 0 !important;
}

#cookie .cookie-text {
    font-size: 16px;
    line-height: 20px;
    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: 10px;
    }
}

@keyframes bounceArrow {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(-3px)
    }
}

@keyframes bounceArrowLeft {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-5px)
    }

    60% {
        transform: translateX(-3px)
    }
}

@keyframes bounceArrowRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(5px)
    }

    60% {
        transform: translateX(3px)
    }
}

@keyframes bounceArrowLeftBottom {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(-5px, 5px);
    }

    60% {
        transform: translate(-3px, 3px);
    }
}

@keyframes bounceArrowRightBottom {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translate(0, 0);
    }

    40% {
        transform: translate(5px, 5px);
    }

    60% {
        transform: translate(3px, 3px);
    }
}


.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, 0.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);
    }
}

/* contact widget start*/


.contact-widget {
    --widget-size: 56px;
    --option-size: 39px;
    --border-radius: 28px;
    --option-gap: 7px;
    --option-padding: 9px 7px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    color: #fff;
    letter-spacing: -.025em;
}

    .contact-widget .widget-container {
        --container-bg: #1d1d1d;
        background-color: var(--container-bg,#1d1d1d);
        box-shadow: 0 0 0 3px var(--button-background),0 0 13px var(--button-background);
        border-radius: var(--border-radius);
        display: flex;
        align-items: end;
        justify-content: end;
        flex-flow: column;
        min-height: var(--widget-size);
        min-width: var(--widget-size);
        transition: background-color .4s ease,box-shadow .4s cubic-bezier(.4,0,.2,1);
    }

        .contact-widget .widget-container.expanded {
            --container-bg: #ffffff;
        }

    .contact-widget .button-icon {
        min-width: var(--widget-size);
        height: var(--widget-size);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

        .contact-widget .button-icon svg {
            width: 34px;
            height: 34px;
            fill: #ffffff;
        }

    .contact-widget .button-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: row-reverse;
    }

    .contact-widget .button-text {
        background-color: var(--container-bg, #1d1d1d);
        color: var(--container-bg, #1d1d1d);
        height: var(--widget-size);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 0;
        overflow: hidden;
        border-radius: var(--border-radius) 0 0 var(--border-radius);
        margin-right: calc(var(--border-radius) * -1);
        transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.4s ease;
        z-index: 0;
        font-size: 14px;
        line-height: 1;
    }

    .contact-widget .widget-container.collapsed .main-button:hover .button-text {
        max-width: 200px;
        padding-left: 18px;
        padding-right: 26px;
        color: #ffffff;
    }

    .contact-widget .options-list {
        width: var(--widget-size);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        gap: var(--option-gap);
        padding: var(--option-padding);
        max-height: 500px;
        margin-top: calc(var(--widget-size) * -1);
        bottom: calc(var(--widget-size) * -1);
        position: relative;
        opacity: 1;
        z-index: 2;
        transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .contact-widget .widget-container.collapsed .options-list {
        max-height: 0;
        padding: 0 var(--option-gap);
        overflow: hidden;
        opacity: 0;
    }

    .contact-widget .option-item,
    .contact-widget .close-button {
        background-color: var(--option-bg-color, #e5e5e5);
        color: #ffffff;
        border-radius: var(--border-radius);
        height: var(--option-size);
        width: var(--option-size);
        min-height: var(--option-size);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row-reverse;
        cursor: pointer;
        position: relative;
        transition: margin 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 2;
        font-size: 15px;
        text-decoration: none;
    }

    .contact-widget .widget-container.collapsed .option-item {
        margin-bottom: -20px;
    }

    .contact-widget .option-item.enquiry {
        --option-bg-color: #671ad4;
    }

    .contact-widget .option-item.call {
        --option-bg-color: #2d65d4;
    }

    .contact-widget .option-item.email {
        --option-bg-color: #36bcd6;
        font-size: 17px;
        padding-left: 1px;
    }

    .contact-widget .option-item.whats-app {
        --option-bg-color: #35d87c;
        font-size: 22px;
        padding-bottom: 2px;
        padding-left: 1px;
    }

    .contact-widget .close-button {
        color: #1d1d1d;
        font-size: 20px;
        z-index: 1;
    }

    .contact-widget .option-icon {
        position: relative;
        z-index: 1;
        display: grid;
        place-content: center;
    }

    .contact-widget .option-text {
        text-wrap: nowrap;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        height: var(--option-size);
        background-color: var(--option-bg-color, #e5e5e5);
        color: var(--option-bg-color, #ffffff);
        border-radius: 50px 0 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1;
        z-index: -1;
        width: auto;
        max-width: 0px;
        overflow: hidden;
        transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .contact-widget .option-item:hover .option-text {
        max-width: 200px;
        padding-right: 20px;
        padding-left: 15px;
        color: #ffffff;
    }

    .contact-widget .main-button {
        position: relative;
        height: var(--widget-size);
        cursor: pointer;
    }

/* contact widget end */

/* === globalheader === */



/* === addtobasket_popup === */

.add-to-basket-popup {
}

@media(min-width: 768px) {
    .add-to-basket-popup .modal-dialog {
        max-width: 700px;
    }
}

.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: #000;
    color: #fff;
    padding: 20px 0px;
    border-radius: 0.25rem;
    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: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 18px 0px;
        text-align: center;
        border-radius: 60px;
        background-color: #000;
        border: 2px solid #000;
        font-weight: bold;
        transition: 0.2s all;
    }

    .add-to-basket-popup .actions > button {
        background-color: transparent;
        color: #000;
    }

        .add-to-basket-popup .actions > button:hover {
            background-color: #000;
            color: #fff;
        }

    .add-to-basket-popup .actions > a {
        background-color: #000;
        color: #fff;
    }

        .add-to-basket-popup .actions > a:hover {
            background-color: #fff;
            color: #000;
        }


.add-to-basket-popup .ass_title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.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;
}


.add-to-basket-popup .assprod .products-04-image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}

    .add-to-basket-popup .assprod .products-04-image img {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }


.atb_pup .assprod-card .products-04-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}


.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: 50%;
    margin: 0 auto;
    font-size: 24px;
    display: flex;
    align-self: 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%;
        }
}

/* === addtobasket_popup === */



/* === nav-01 === */

body {
    margin-top: 150px;
}

.nav-01 .container {
    position: relative;
}

.navbar-collapse {
    flex-grow: 0;
}

.logo {
    width: 125px;
    margin-top: 0;
    padding: 0;
}

.navbar {
    padding: 0;
}

.navbar-toggler {
    float: left;
    margin: 10px -10px 0 10px;
    padding: 3px 5px;
}

.navbar {
    width: auto;
}

.nav-link {
    padding-left: 10px;
    border-bottom: 1px solid #000;
}

.dropdown-item-menu .nav-link {
    color: #fff;
}

.item-dropdown {
    position: relative;
}

    .item-dropdown .dropdown-item-menu {
        display: none;
    }

    .item-dropdown.show > .dropdown-item-menu {
        display: block;
    }

.nav-item .dropdown-switch {
}

.nav-item.item-dropdown.lvl1 > .dropdown-switch:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-weight: 900;
}

.nav-item.item-dropdown.show.lvl1 > .dropdown-switch:after {
    content: "\f106";
}

.nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-weight: 900;
}

.nav-item.item-dropdown.show.lvl2 > .dropdown-switch:after {
    content: "\f106";
}

@media(min-width: 768px) {

    .nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
        content: "\f0da";
    }

    .nav-item.item-dropdown.show.lvl2 > .dropdown-switch:after {
        content: "\f0d9";
    }

    .nav-item .nav-link {
        padding: 5px 15px;
        color: var(--body-color);
    }

    .item-dropdown.show.lvl1 > .dropdown-item-menu {
        position: absolute;
        left: 15px;
        top: 100%;
        margin-top: 15px;
        border-radius: 5px;
        min-width: 200px;
    }

        .item-dropdown.show.lvl1 > .dropdown-item-menu:after {
            content: "\f0d8";
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            color: #fff;
            top: -22px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 24px;
            width: 100%;
            text-align: left;
            padding: 0px 15px;
            font-weight: 600;
        }

    .item-dropdown.show.lvl2.show {
    }

    .item-dropdown.show.lvl2 > .dropdown-item-menu {
        position: absolute;
        left: 100%;
        top: 0;
        min-height: 100%;
        min-width: 180px;
        border-radius: 5px;
    }
}

.navbar-phone {
    display: none;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ccc;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    width: auto;
    height: auto;
    border: none;
    font-size: 15px;
    vertical-align: middle;
}

.fixed-top.scrolled {
    background-color: #fff;
    height: 40px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

    .fixed-top.scrolled #navbar-menu {
        margin-top: 0px;
    }

    .fixed-top.scrolled .navbar-phone {
        display: none;
    }

    .fixed-top.scrolled .logo {
        width: 100px;
        margin-top: 0;
    }

@media (min-width: 767px) {

    .logo {
        width: 250px;
        margin-top: 15px;
    }

    .navbar-nav {
        background: transparent;
    }

    #navbar-menu {
        margin-top: 30px;
        margin-left: 15px;
    }

    .nav-link {
        color: #fff;
        border: none;
        padding: 0px 15px;
    }

    .dropdown-menu {
        margin-top: 15px;
        background: #000;
    }

        .dropdown-menu:after {
            content: "";
            position: absolute;
            top: -19px;
            height: 20px;
            left: 0;
            right: 0;
        }

        .dropdown-menu:before {
            content: "";
            position: absolute;
            top: -19px;
            left: 20px;
            border: 10px solid transparent;
            border-bottom: 9px solid #000;
        }

    .dropdown-item {
        color: #fff;
    }

        .dropdown-item:hover {
            background: #ff9900;
        }

    .nav-item.item-dropdown.lvl1 > .dropdown-switch:after,
    .nav-item.item-dropdown.lvl2 > .dropdown-switch:after {
        float: right;
    }


    .navbar-phone {
        position: absolute;
        color: var(--body-color);
        text-align: right;
        right: 15px;
        top: 20px;
        z-index: 99999;
        display: block;
    }

    .navbar-phone-button {
        float: right;
        margin: 10px 10px 0 -10px;
        padding: 2px 7px;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #000;
    }

    .navbar-phone a {
        color: inherit;
    }
}

/* === nav-01 === */

