:root {
    --etoz-blue: #1e90ff;
    --etoz-red: #d32f2f;
    --etoz-white: #fff;
}

[data-bs-theme=light] {
    --etoz-logo: url(
    "/assets/img/svg/logo/cw.svg");
    --etoz-type: #404040;
    --etoz-line-color: lightgrey;
    --etoz-line-grey: 1px solid var(
    --etoz-line-color);
    --etoz-strip-back: #ffffff;
    --etoz-nav-back: #fff;
    --etoz-mega-back: #fff;
    --etoz-mega-outline: #bcbcbc;
    --etoz-all-link-back: #000;
    --etoz-all-link-type: #fff;
    --etoz-search-icon: url(
    "/assets/img/svg/site/search_icon.svg");
    --live-back: #f1f1f1;
    --live-card-back: #fff;
    --live-card-back-hover: #e6f0ff;
    --live-card-type: var(
    --etoz-type);
    --etoz-menu-graphics1: invert(0);
    --etoz-menu-graphics-hover1: invert(1) brightness(1.5);
    --etoz-menu-graphics2: invert(0);
    --etoz-menu-graphics-hover2: invert(0) brightness(1.1) hue-rotate(188deg);
}

[data-bs-theme=dark] {
    --etoz-logo: url(
    "/assets/img/svg/logo/cw-dm.svg");
    --etoz-type: #fff;
    --etoz-line-color: #707070;
    --etoz-line-grey: 1px solid var(
    --etoz-line-color);
    --etoz-strip-back: #000;
    --etoz-nav-back: #000;
    --etoz-mega-back: #000;
    --etoz-mega-outline: #666;
    --etoz-all-link-back: #fff;
    --etoz-all-link-type: #000;
    --etoz-search-icon: url(
    "/assets/img/svg/site/search_icon-dm.svg");
    --live-back: #2c2c2c;
    --live-card-back: #212121;
    --live-card-back-hover: #044f3b;
    --live-card-type: var(
    --etoz-type);
    --etoz-menu-graphics1: invert(1) brightness(1.5);
    --etoz-menu-graphics-hover1: invert(0) brightness(1.1);
    --etoz-menu-graphics2: invert(1) brightness(2) hue-rotate(171deg) saturate(0.7);
    --etoz-menu-graphics-hover2: invert(0) brightness(1.2) hue-rotate(170deg);
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible !important;
}

.offcanvas-title a,
.offcanvas-title a:hover {
    color: #fff;
}


.menu-sticky {
    z-index: 10000;

    /* Safari */
    position: sticky;
    top: 0;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s ease;
}

.btn-close {
    opacity: 1;
}


.etoz-slide-offcanvas.offcanvas .etoz-slide {
    transition: transform 0.35s ease-in-out;
}

.etoz-slide-offcanvas.offcanvas,
.etoz-slide-offcanvas.offcanvas {
    width: 80%;
    z-index: 10000;
    /* max-width: 400px; */
    /* min-width: 270px; */
}

#etoz-slide .offcanvas-body {
    padding: 0;
    overflow-y: revert;
}

#etoz-slide.offcanvas .offcanvas-body {
    flex-grow: 1;
    /* padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); */
    overflow-y: auto;
    overflow-x: hidden;
    /* background-color: #ffe5d4; */
}

a.search-link span {
    position: relative;
    left: 30px;
    top: -3px;
}

#btnSwitch span {
    position: relative;
    left: 43px;
    top: 9px;
}

ul.etoz-slide {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* background-color: var(--etoz-nav-back); */
    position: relative;
    z-index: 10000;
}

/* .etoz-slide-has-children {
    padding-right: 12px;
}

.etoz-slide-has-children::before {
    content: "";
    position: absolute;
    right: 9px;
    top: 14.9px;
    width: 14px;
    height: 14px;
    background-image: url('/assets/img/ico/arrow.svg');
    background-size: cover;
}

.etoz-slide-has-children::before:hover {
    background-image: url('/assets/img/ico/arrow-W.svg');
} */

.etoz-slide-offcanvas.offcanvas ul.etoz-slide {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    /* flex-direction: column; */
    position: relative;
    /* transition: left 0.35s ease-in-out; */
    border: none;
}


.etoz-slide-offcanvas.offcanvas ul.etoz-slide ul {
    position: absolute;
    left: 100%;
    list-style: none;
    /* margin-left: 100%; */
    top: 0;
    width: 100%;
    padding-left: 0;
    display: none;
    /* border: 1px solid #c3c3c3; */
}


.etoz-slide-offcanvas.offcanvas ul.etoz-slide ul ul {
    position: absolute;
    list-style: none;
    /* left: 400px; */
    /* top: 45px; */
    /* width: 200px; */
    padding-left: 0;
    display: none;
}


.etoz-slide>li {
    /* height: 42px; */
    text-align: center;
    display: block;
    position: relative;
    /* transition: background-color 0.35s ease-in-out; */
}

.etoz-slide-offcanvas.offcanvas .etoz-slide>li {
    text-align: left;
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #d2d2d2; */
    /* border-right: 1px solid #d2d2d2; */
    position: unset;
}

.etoz-slide li li {
    text-align: left;
}

.etoz-slide li a {
    font-size: 1rem;
    letter-spacing: -0.03rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.etoz-slide>li>a {
    padding: 10px 0.72vw;
    text-decoration: none;
    display: block;
    color: var(--etoz-type);
    font-size: 1rem;
    letter-spacing: -0.03rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide>li>a {
    padding: 10px 0 9px 12px;
    text-decoration: none;
    display: block;
    /* background-color: #fff; */
}

.etoz-slide li li a {
    padding: 6px 0 6px 21px;
    text-decoration: none;
    display: block;
    color: #464646;
}

.etoz-slide>li>ul>li>ul>li>a:hover {
    text-decoration: underline;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide li a.toggleSlide {
    background-image: url("/assets/img/svg/site/arrow.svg");
    background-position-x: 96%;
    background-position-y: 15px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    color: #000;
}


.etoz-slide-offcanvas.offcanvas .etoz-slide li a {
    color: #000000;
    border-bottom: 1px solid #d2d2d2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide li a.toggleSlide {
    background-image: url("/assets/img/svg/site/arrow.svg");
}

html[data-bs-theme="dark"] .etoz-slide-offcanvas.offcanvas .etoz-slide li a {
    color: #ffffff;
    border-bottom: 1px solid #5e5e5e;
}

html[data-bs-theme="dark"] .etoz-slide-offcanvas.offcanvas .etoz-slide li a.toggleSlide {
    background-image: url("/assets/img/svg/site/arrow.svg");
}

.etoz-slide-offcanvas.offcanvas .etoz-slide li a.image-column {
    border-bottom: none !important;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide li a.image-column p {
    display: none;
    margin-bottom: 6px;
    padding-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* font-size: 16px; */
}

.burger-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    margin-top: 6px;
    padding-top: 6px;
    padding-bottom: 0;
    padding-right: 12px;
    height: 50px;
    border-radius: 6px 6px 0 0;
    background-color: var(--etoz-red);
}


.burger-logo {
    padding-left: 8px;
    padding-top: 2px;
    width: 224px;
    height: 41px;
}

.admin-burger {
    text-align: right;
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    /* right: 0; */
    padding: 2px 5px;
}



.etoz-slide-offcanvas.offcanvas ul.etoz-slide ul.sub-show {
    display: block;
}


.etoz-slide-offcanvas.offcanvas .etoz-slide li li a {
    padding: 10px 28px 9px 12px;
    color: #000;
    /* background-color: #ffffff; */
}

html[data-bs-theme="dark"] .etoz-slide-offcanvas.offcanvas .etoz-slide li li a:not(.link-all) {
    color: #fff;
    /* border-bottom: 1px solid #5e5e5e; */
    /* background-color: #ffffff; */
}

.etoz-slide-offcanvas.etoz-slide-offcanvas .offcanvas-header {
    background-color: var(--etoz-red);
    padding: 12px;
    color: #fff;
    height: 46px;
    font-size: 14px;
    /* border-bottom: 1px solid #fff; */
    transition: background-color 0.35s ease;
    background-image: url("/assets/img/svg/site/arrow-back.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position-x: -15px;
    background-position-y: 15px;
    transition: background-position-x 0.35s ease;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide-back {
    background-color: var(--etoz-red);
    color: #fff;
    transition: background-color 0.35s ease;
    background-image: url("/assets/img/svg/site/arrow-back.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position-x: 4px;
    background-position-y: 16px;
    transition: background-position-x 0.35s ease;
}

.etoz-slide-back .offcanvas-title {
    padding-left: 9px;
    letter-spacing: 0rem;
    color: #fff;
    margin-top: 0;
    transition: padding-left 0.35s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.etoz-slide-offcanvas:not(.offcanvas) .etoz-slide {
    transform: translateX(0) !important;
}

.etoz-slide img {
    height: auto;
    width: 100%;
    /* border: 3px solid var(--etoz-red); */
    /* border-bottom: 3px solid #d5ebff; */
    transition: all .3s ease-in;
    border-radius: 6px;
    overflow: hidden;
    /* margin-top: 5px; */
}

h5.offcanvas-title {
    margin: 0;
    color: #fff;
    letter-spacing: 0rem;
}

.etoz-burger {
    fill: var(--etoz-white);
}

.etoz-burger:active {
    fill: #fff200;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide .image-column {
    padding: 8px 6px 6px 4px;
    text-align: center;
    border: none;
}

ul.etoz_menu-nav-gallery img {
    position: relative;
    width: 32px;
    height: auto;
    float: left;
    top: -4px;
    margin-right: 10px;
    background-color: #fff;
}

.etoz-slide-offcanvas.offcanvas .etoz-slide li ul.etoz_menu-nav-gallery li a:not(.link-all) {
    padding: 10px 23px 1px 12px;
}


ul.etoz_menu-nav-gallery h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.search-link {
    background-image: var(--etoz-search-icon);
    height: 39px;
    background-size: 20px;
    background-position: 12px 11px;
    background-repeat: no-repeat;
}

#btnSwitch {
    cursor: pointer;
    height: 43px;
    width: 100%;
    background-color: transparent;
    padding: 0;
    /* margin-top: 3px; */
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 8px 9px;
    border: 0;
}

.image-column img {
    -webkit-transition: none;
    transition: none;
}
/* image filters*/

.etoz_menu-nav-style1 .image-column img {
    filter: var(--etoz-menu-graphics1);
    -webkit-transition: none;
    transition: none;
}
.etoz_menu-nav-style1 .image-column img:hover {
    filter: var(--etoz-menu-graphics-hover1);
    -webkit-transition: none;
    transition: none;
}

.etoz_menu-nav-style2 .image-column img {
    filter: var(--etoz-menu-graphics2);
    -webkit-transition: none;
    transition: none;
}

.etoz_menu-nav-style2 .image-column img:hover {
    filter: var(--etoz-menu-graphics-hover2);
    -webkit-transition: none;
    transition: none;
}


@media (min-width: 1167px) {

    .below-min-height {
        position: relative;
    }

    .offcanvas-start {
        visibility: visible !important;
    }

    .im-stuck {
        box-shadow: 0 2px 12px rgb(0 0 0 / 37%);
    }

    .etoz-slide .etoz-slide-back,
    .offcanvas-header,
    .burger-box,
    a.search-link span,
    #btnSwitch span {
        display: none;
    }

    #btnSwitch {
        width: 40px;
    }

    .search-link {
        background-position: 11px 11px;
        width: 40px;
    }

    ul.etoz-slide>li:not(:first-child):not(:last-child)::after {
        content: "";
        position: absolute;
        z-index: 100;
        height: 18px;
        width: 1px;
        right: -1px;
        top: 13px;
        border-radius: 8px;
        background-color: var(--etoz-line-color);
    }

    ul.etoz-slide>li:hover:not(:last-child):not(:first-child)::after {
        content: "";
        display: none;
        position: absolute;
        z-index: 100;
        height: 18px;
        width: 1px;
        left: -1px;
        top: 12px;
        border-radius: 8px;

    }

    .cw-header {
        /* background-color: aliceblue; */
        width: fit-content;
    }



    .etoz-slide>li>ul>li>ul {
        display: block;
        list-style: none;
        padding-left: 0px;
    }

    .etoz-slide>li>ul>li>ul>li>ul {
        list-style: none;
        position: relative;
        left: 9px;
        top: -3px;
        padding: 0;
    }

    .etoz-slide>li>ul>li>ul>li>ul>li>a {
        color: var(--etoz-red);
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: 500;
        padding: 4px 0 4px 16px;
    }


    .etoz-slide>li>ul>li>ul>li>a {
        padding: 2px 0 2px 18px;
        font-size: 0.86rem;
        color: #220220;
        font-weight: 500;
        font-family: 'Roboto';
    }

    html[data-bs-theme="dark"] .etoz-slide>li>ul>li>ul>li>a {
        color: #ffffff;
    }

    .etoz-slide>li>ul>li>ul>li>a.toggleSlide {
        background-image: url("/assets/img/svg/site/arrow.svg");
        background-position-x: 98%;
        background-position-y: 6px;
        background-size: 14px 14px;
        background-repeat: no-repeat;
        color: #03A9F4;
    }

    .etoz-slide>li>ul>li {
        text-align: left;
        flex-grow: 1;
        flex-basis: 0;
    }

    .etoz-slide>li>ul>li>a {
        border-radius: 22px;
        /* height: 40px; */
        line-height: 32px;
        position: relative;
        text-align: center;
        font-weight: 400;
        font-size: 1.2rem;
        color: white;
        background-color: var(--etoz-red);
        border: 2px solid var(--etoz-red);
        padding: 4px 0px 4px 0;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 12px;
        letter-spacing: -0.03rem;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .etoz-slide>li>ul>li>a:not(.no-label):hover {
        background-color: white;
        border: 2px solid var(--etoz-red);
        color: var(--etoz-red);
    }

    .etoz-slide>li>ul>li>a.nolink:not(.no-label):hover {
        cursor: default;
        background-color: var(--etoz-red);
        ;
        border: 2px solid var(--etoz-red);
        color: white;
    }


    html[data-bs-theme="dark"] .etoz-slide>li>ul>li>a:hover:not(.no-label):not(.link-all) {
        background-color: #000000;
        border: 2px solid var(--etoz-red);
        color: #ffffff;
    }

    html[data-bs-theme="dark"] .etoz-slide>li>ul>li>a.nolink:not(.no-label):hover {
        cursor: default;
        background-color: var(--etoz-red);
        border: 2px solid var(--etoz-red);
        color: #ffffff;
    }

    .etoz-slide>li>ul>li>a.image-column,
    .etoz-slide>li>ul>li>a.image-column:hover {
        background-color: #fff;
        color: var(--etoz-red);
        font-size: 1.1rem;
        font-weight: 500;
        border: none;
    }




    /* Flashing */
    /* .image-column img:hover {
        opacity: 1;
        -webkit-animation: flash 1.5s;
        animation: flash 1.5s;
    } */


    .image-column p {
        display: none;
    }


    .etoz-slide>li>ul>li:not(:last-child):not(.see-all) {
        border-right: 1px solid rgb(0 0 0 / 24%);
    }

    html[data-bs-theme="dark"] .etoz-slide>li>ul>li:not(:last-child):not(.see-all) {
        border-right: 1px solid rgb(255 255 255 / 31%);
    }


    /* .etoz-slide>li>ul.etoz_menu-nav-style1>li,
    .etoz-slide>li>ul.etoz_menu-nav-style2>li {
        border-right: none !important;
    } */

    .see-all {
        position: absolute;
        left: 11px;
        top: 6px;
        height: 40px;
        /* width: 237px; */
        overflow: hidden;
        margin: 0;
        padding: 0;
    }


    ul.etoz-slide>li>ul {
        display: none;
        width: 0px;
        height: 0;
        overflow: hidden;
        position: absolute;
        left: -4000px;
        opacity: 0;
        /* transition: opacity 0.5s ease; */
        /* transition-delay: 1s; */
    }



    ul.etoz-slide>li:hover>ul,
    ul.etoz-slide>li:focus>ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 57px 12px 12px 0;
        list-style: none;
        display: flex;
        position: absolute;
        border: 3px solid var(--etoz-red);
        border-bottom: 1px solid var(--etoz-mega-outline);
        border-left: 1px solid var(--etoz-mega-outline);
        border-right: 1px solid var(--etoz-mega-outline);
        background-color: var(--etoz-mega-back);
        opacity: 1;
        left: 0;
        right: 0;
        z-index: 10000;
        /* border-radius: 0 0 12px 12px; */
        /* transition: opacity 0.5s ease; */
        /* transition-delay: 1s; */
    }



    .screen-darken.active {
        content: '';
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.582);
        pointer-events: none;
        z-index: 10;
        opacity: 1;
        visibility: visible;
        position: fixed;
        z-index: 10;
    }

    html[data-bs-theme="dark"] .screen-darken {
        background-color: rgb(31 31 31 / 93%);
    }

    .etoz-slide>li:not(#logo):hover {
        background-color: var(--etoz-red);
        position: initial;
        z-index: 200;
    }

    .etoz-slide>li:not(#logo):focus {
        background-color: var(--etoz-red);
        position: initial;
        height: 43px;
        z-index: 200;
    }

    .etoz-slide>li:hover>a {
        color: #fff;
    }

    .etoz-slide>li>ul>li>a.link-all {
        border-radius: 22px 0 0 22px;
        background-color: var(--etoz-all-link-back);
        color: var(--etoz-all-link-type);
        border: none;
        font-size: 1.3rem;
        font-weight: 500;
        text-align: center;
        border-bottom: none;
        margin: 0;
        padding-left: 83px;
        padding-right: 85px;
        height: 40px;
        transition: padding-right 0.5s ease;
    }

    .etoz-slide>li>ul>li>a.link-all:hover {
        background-color: var(--etoz-all-link-back);
        border: 2px solid var(--etoz-all-link-back);
        color: var(--etoz-all-link-type);
        padding: 2px 154px 0 81px;
    }



    .etoz-slide>li>ul>li.see-all::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid var(--etoz-strip-back);
        border-bottom: 20px solid var(--etoz-strip-back);
        /* 40px height (20+20) */
        border-left: 20px solid var(--etoz-all-link-back);
        position: absolute;
        right: 0px;
        top: 0;
    }


    .etoz-slide>li>ul.etoz_menu-nav-gallery a.etoz_menu-nav-item,
    .etoz-slide>li>ul.etoz_menu-nav-gallery a.etoz_menu-nav-item:hover {
        background-color: #fff;
        clear: both;
        border: none;
    }

    html[data-bs-theme="dark"] .etoz-slide>li>ul.etoz_menu-nav-gallery a.etoz_menu-nav-item,
    html[data-bs-theme="dark"] .etoz-slide>li>ul.etoz_menu-nav-gallery a.etoz_menu-nav-item:hover {
        background-color: #000000;
        clear: both;
        border: none !important;
    }

    .etoz_menu-nav-gallery .etoz_menu-nav-item img {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        height: auto;
        width: 25%;
        margin-bottom: 0.6em;
        float: left;
        background-color: #fff;
    }

    .etoz-slide>li>ul.etoz_menu-nav-gallery a.etoz_menu-nav-item h3 {
        text-align: left;
        color: var(--etoz-type);
        font-weight: 400;
        line-height: 18px;
        padding: 8px 14px 0 68px;
        position: relative;
        top: 13px;
        font-size: 1.1rem;
        white-space: pre-wrap;
        letter-spacing: 0rem;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }




    .etoz-slide .link-sub {
        display: none;
    }

    html[data-bs-theme="dark"] .etoz-slide>li>ul>li>a.image-column,
    html[data-bs-theme="dark"] .etoz-slide>li>ul>li>a.image-column:hover {
        background-color: #000000;
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 500;
        border: none !important;
    }


    .infini-back {
        /* border: none !important; */
        background-color: var(--live-back) !important;
        position: relative;
        z-index: 10000;
    }



}