@font-face {
    font-family: "proxima-nova";
    src: url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot");
    src: url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.woff") format("woff"),
        url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.ttf") format("truetype"),
        url("https://litmus.com/fonts/Emails/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "source-sans-pro";
    src: url(../../assets/frontEnd/web/fonts/source-sans-pro/SourceSansPro-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

:root {
    --blue: #81d8d0;
    --bg: #ebeff5;
    --black: #363943;
    --white: #ffffff;
    --hover: #F0F0F0;
    font-family: "source-sans-pro";
}

.dark-theme {
    --blue: #81d8d0;
    --bg: #000;
    --black: #ffff;
    --white: #171718;
    --hover: #2E2E2E;
}

label {
    color: var(--black) !important;
}

input[type="text"],
input[type="password"],
textarea,
input[type="number"],
input[type="email"],
.form-control[readonly] {
    color: var(--black) !important;
    background-color: var(--white);
}

.modal-content {
    border-radius: 15px !important;
}

.modal-content,
.modal-header,
.modal-body {
    background-color: var(--white) !important;
}

.modal-content p {
    color: var(--black) !important;
}

.modal-body p {
    color: var(--black) !important;
}

.modal-body label {
    color: var(--black) !important;
}

.modal-header button {
    background-color: transparent;
    border: none;
    font-size: 20px;
}

select {
    background-color: var(--white) !important;
    color: var(--black) !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

/* Dark mode 
.body-dark {
    background-color: #000 !important;
    color: var(--white) !important;
}
.darkMode {
    background-color: #050811 !important;
    color: #fff;
}

.dark-mode-background1 {
    background-color: rgb(13, 14, 16);
    color: #ffffff;
}
.dark-mode-background2 {
    background-color: rgb(25, 26, 28) !important;
    color: #ffffff !important;
}
.dark-mode-text-dark * {
    color: #ffffff !important;
}

.dark-mode-section * {
    /* background-color: #444; /* Dark mode background color for specific section 
    color: var(--white) !important;
} */

.square-radio {
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid var(--black) !important;
    border-radius: 4px !important;
    position: relative;
    cursor: pointer;
}

.square-radio:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--blue);
    transform: translate(-50%, -50%);
    border: 2px solid var(--blue);
}

/* Styles for dark mode */
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-family: "Source Sans 3", sans-serif;
    background-color: var(--bg) !important;
    color: var(--black);
}

i {
    /* color: var(--black); */
}

.nav__bar__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0rem;
}

.nav__bar__main .main__header {
    width: 90%;
    margin: auto;
}

.navbar {
    background-color: var(--white);
    height: 50px;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.navbar-nav {
    /* height: 20px; */
}

.nav-item {
    /* border-right: 1px solid #000; */
    /* border-: 1px solid #000; */
    height: 18px;
}

.nav-item {
    margin: 0;
    padding: 0px 8px;
    align-items: center;
}

.nav-link.show {
    color: var(--blue) !important;
}

/* .nav-item::selection {
    background-color: var(--black);
} */
.nav-link {
    padding: 0 !important;
    color: var(--black);
    font-weight: 400;
}

.nav-link:hover {
    color: var(--blue);
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle img {
    border: 1px solid var(--blue);
    border-radius: 100%;
}

.dropdown ul {
    background-color: var(--white);
    color: var(--black);
    border-radius: 5px;
    border: none;
}

.dropdown ul li a {
    color: var(--black);
    font-size: 13px;
    text-wrap: wrap;
    font-weight: 400;
    line-height: normal;
    display: block;
}

/* .navbar-nav .nav-item .nav-link.active {
    color: var(--blue);
} */

.pools-position {
    left: -200px !important;
    top: 30px !important;
}

.technik-position {
    left: -260px !important;
    top: 30px !important;
}

.attraktionen-position {
    left: -400px !important;
    top: 30px !important;
}

.verrohrung-position {
    width: 1050px !important;
    left: -550px !important;
    top: 30px !important;
}

.wasserpflege-position {
    left: -550px !important;
    top: 30px !important;
}

.supplierList {
    top: 30px !important;
    left: -80px !important;
    width: 205px !important;
    background-color: var(--white) !important;
    padding: 15px !important;
    box-shadow: none;
    border-radius: 15px !important;
}

.dropdown-element {
    width: 900px;
    /* position: absolute !important; */
}

.dropdown-element li h6 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid var(--blue);
    padding: 10px 0px;
}

.submenu {
    display: none;
    position: absolute;
    top: 80%;
    left: 30%;
    background-color: var(--black);
}

.category {
    padding: 0px 5px;
    width: 300px;
    color: var(--white);
}

.category h5 {
    border-bottom: 2px solid var(--blue);
    padding: 5px 0px;
}

.category p {
    line-height: 5px;
}

.pools:hover .submenu {
    display: block !important;
}

.navbar-brand {
    /* width: 100%; */
}

.navbar-brand img {
    width: 200px;
    height: 60px;
}

/* light-dark-mode */
.light-dark-mode a {
    font-weight: 600;
    color: var(--black);
    text-decoration: none;
}

.light-dark-mode a:hover {
    color: var(--blue);
}

.navbar-nav .nav-link.active {
    color: var(--blue);
    /* Change this to the desired color */
}

/* External css */
/* Basic styles for the navbar */
.navbar {
    display: flex;
    align-items: center;
    /* background-color: #333; */
    padding: 10px;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
}

.navbar-nav a {
    /* color: white; */
    padding: 8px 20px;
    text-decoration: none;
}

.collapse-button {
    display: none;
    /* background-color: #333; */
    /* color: white; */
    border: none;
    font-size: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .navbar-nav {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .navbar-nav.show {
        display: flex;
    }

    .collapse-button {
        display: block;
    }

    .upper__main__menu {
        padding-top: 15px;
        justify-content: center;
    }
}

/* External css */

.active {
    color: var(--blue);
}

.form-control:focus {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--blue) !important;
    outline: 0;
    box-shadow: none !important;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
    box-shadow: none !important;
}

.profile-drop {
    left: -350% !important;
    top: 150% !important;
    width: 200px !important;
    background-color: var(--black);
}

.profile-drop li {
    color: var(--black);
    font-weight: 500;
    cursor: pointer;
}

.profile-drop li a {
    color: var(--black);
    font-weight: 500;
}

.profile-drop li i {
    color: var(--black) !important;
}

.profile-drop li:hover i {
    color: var(--black) !important;
}

.profile-drop li a:hover i {
    color: var(--black) !important;
}

.profile {
    color: var(--black) !important;
}

.profile:hover {
    color: var(--white) !important;
}

.profile:hover i {
    color: var(--white) !important;
}

.cart-count {
    background-color: var(--blue);
    padding: 2px 6px;
    border-radius: 100%;
    color: var(--white);
    position: relative;
    font-weight: 700;
    font-size: 10px;
    top: -15px;
    right: 18%;
    cursor: pointer;
    text-decoration: none;
}

.cart-count:hover {
    color: var(--white);
}

/* Signup Form starts*/
/* .modal-content {
    width: 130% !important;
} */
.modal .suggest {
    cursor: pointer;
    border-radius: 5px;
}

.modal .suggest img {
    width: 150px;
    height: 70px;
}

.modal-body::-webkit-scrollbar {
    display: none;
}

.modal-header {
    border: none !important;
}

.modal-header .signup-brand-logo {
    width: 50%;
    margin: auto;
    display: block;
    height: 100%;
}

.ck-editor__editable_inline * {
    color: #000 !important;
}

form .btn-style {
    margin-top: 1rem;
    background: var(--blue);
    border: 1px solid var(--blue);
    padding: 0.5rem 1.5rem;
    color: var(--white);
    font-weight: 600;
}

form .btn-style:hover {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.checkbox .row {
    width: 100%;
}

.checkbox .row .col {
    width: 50%;
    display: flex;
}

.checkbox .row .col .text {
    margin: 10px 5px;
}

/* Signup Form ends */

.bg-image {
    width: 100%;
    height: 92.2vh;
    /* background: url("assets/frontEnd/web/images/remove.png") !important; */
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid var(--blue);
}

.bg-image .product {
    display: block;
    position: absolute;
    width: 400px;
    top: 50%;
    left: 9%;
}

.bg-image .hero-heading-container {
    padding-top: 10rem;
    /* line-height: 10px; */
    display: block;
    position: absolute;
    top: 15%;
    left: 45%;
}

.bg-image .hero-heading-container h1 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    color: #273340;
}

.bg-image .hero-heading-container p {
    font-size: 25px;
    font-weight: 600;
    color: #444f59;
}

.bg-image .exclusive {
    display: block;
    position: absolute;
    width: 300px;
    left: 75%;
    top: 11%;
}

.services {
    /* background-color: var(--bg); */
}

/* .view .container .row .col p {
    color: var(--black);
    font-weight: 600;
    font-size: 15px;
} */
.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 10px;
}

.categories .categories-card {
    height: 110px;
    width: 150px;
    /* border: 1px solid #000; */
    padding-top: 16px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0px;
}

.small-s {
    display: none;
}

/* For tablets (768px and above) */
@media (min-width: 768px) and (max-width: 991px) {
    .categories .categories-card {
        height: 120px;
        width: 150px;
        padding-top: 12px;
    }

    .large-s {
        display: none;
    }

    .small-s {
        display: block;
    }

    .cart-count {
        top: 89%;
        right: 6%;
    }
}

/* For mobile devices (up to 767px) */
@media (max-width: 767px) {
    .categories {
        padding: 5px;
        gap: 10px;
    }

    .categories .categories-card {
        height: 100px;
        width: 150px;
        padding-top: 8px;
    }

    .large-s {
        display: none;
    }

    .small-s {
        display: block;
    }

    .cart-count {
        bottom: 38px;
    }

    .navbar .nav-item {
        border: none;
        padding: 17px 15px;
    }

    .services .row {
        display: block;
    }

    .services .row .col-6,
    .services .row .col-4,
    .services .row .col-2,
    .newsletter-btn {
        width: 100%;
        margin: 1rem 0rem !important;
    }

    .services .row .col p {
        font-size: 14px;
    }

    .pools-position {
        left: 0px !important;
        top: 40px !important;
    }

    .technik-position {
        left: 0px !important;
        top: 40px !important;
    }

    .attraktionen-position {
        left: 0px !important;
        top: 40px !important;
    }

    .verrohrung-position {
        width: 100% !important;
        left: 0px !important;
        top: 40px !important;
    }

    .wasserpflege-position {
        left: 0px !important;
        top: 40px !important;
    }

    .modal-content {
        width: 360px !important;
    }
}

.categories .categories-card a {
    text-decoration: none;
}

.categories .categories-card img {
    background-color: var(--white);
    border-radius: 15px;
    padding: 10px;
    width: 80px;
    height: 80px;
}

.categories .view-desc {
    font-size: 15px;
    color: var(--black);
    padding: 5px 10px;
    font-weight: 500;
}

.featured-products {
    /* background-color: #777777; */
    padding-top: 3rem;
    margin-bottom: -10rem;
    padding-bottom: 10rem;
}

/* Crausel Products */
/* Crausel Products */

/* Side bar starts*/
.sidebar .offcanvas {
    background-color: var(--white) !important;
}

.sidebar .offcanvas-header {
    background-color: var(--white) !important;
}

.sidebar .offcanvas-body {
    background-color: var(--white);
}

.sidebar .offcanvas-body .products-list .products {
    border-bottom: 1px solid var(--black);
}

.sidebar .offcanvas-body .products-list .products img {
    width: 150px;
    height: 150px;
}

.sidebar .offcanvas-body .products-list .products .product-name {
    text-decoration: none;
    color: var(--black);
    font-weight: 600;
    font-family: "Source Sans 3", sans-serif;
}

.sidebar .offcanvas-body .products-list .products .price {
    display: flex;
    color: var(--blue);
    font-weight: 600;
}

/* .sidebar .offcanvas-body .products-list .products .sidebar-quantity {
    display: flex;
} */

.sidebar .offcanvas-body .products-list .products .fa-trash-can {
    cursor: pointer;
    transition: 0.5s ease-in-out;
    color: var(--blue);
}

.sidebar .offcanvas-body .products-list .products .fa-trash-can:hover {
    color: rgb(255, 0, 0);
    font-weight: 900;
}

.sidebar .offcanvas-body .products-list .products img {
    margin-bottom: 5px;
}

.sidebar .total {
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
}

.sidebar .total p {
    padding: 12px;
    font-size: 15px;
    font-weight: 800;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    margin: 0.5rem 0rem;
    color: var(--black);
    /* display: flex; */
}

.sidebar .btn {
    width: 300px;
    border: 1px solid var(--blue);
    color: var(--black);
    padding: 12px;
    font-size: 12px;
    font-weight: 800;
    font-family: "Source Sans 3", sans-serif;
    text-transform: uppercase;
    margin: 0.5rem 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.6s ease-in-out;
}

.sidebar .checkout {
    background-color: var(--blue);
    color: var(--white);
}

.sidebar .checkout:hover {
    background-color: var(--white);
    color: var(--blue);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sidebar .cart {
    background-color: var(--white);
    color: var(--blue);
}

.sidebar .cart:hover {
    background-color: var(--blue);
    color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.sidebar-quantity .quantity-btn {
    width: 30px;
    /* padding: 2px 10px; */
    border: 0.5px solid var(--black);
    background-color: var(--white);
    color: var(--black);
    border-radius: 3px;
    text-align: center;
    font-weight: 800;
}

.sidebar-quantity input {
    width: 30px;
    /* padding: 2px 10px; */
    border: 0.5px solid var(--black);
    background-color: var(--white);
    border-radius: 3px;
    text-align: center;
}

/* Side bar ends*/
footer {
    background-color: transparent;
    width: 100%;
    height: 100%;
    background-size: contain;
    color: var(--black);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
}

footer .footer-container {
    /* padding-top: 10rem; */
    padding: 2rem 2rem;
    background-color: var(--white);
    width: 90%;
    height: 350px;
    background-size: contain;
    color: var(--white);
    border-radius: 25px;
    margin: auto;
}

footer .footer-credits {
    margin-top: 1.5rem;
    padding: 1rem 2rem;
    background: var(--white);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);

    width: 90%;
    /* height: 350px; */
    background-size: contain;
    color: var(--black);
    border-radius: 25px;
    /* margin: auto; */
}

footer .credits__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .credits__details .social__icons img {
    width: 30px;
}

footer .footer-container .footer-desc {
    /* text-align: left; */
    color: var(--black);
    line-height: 1.5;
}

footer .footer-container .footer-desc img {
    width: 150px;
}

footer .footer-container .footer-desc .footer-brand {
    width: 300px;
    height: 70px;
    margin: auto;
    justify-content: center;
}

footer .footer-container .footer-desc a {
    /* margin-left: 2rem; */
    text-align: left;
    color: var(--black);
    /* line-height: 5px; */
    text-decoration: none;
    font-size: 14px;
}

footer .footer-container .useless {
    visibility: hidden;
}

footer .footer-container .space-for-phone {
    display: none;
}

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .navbar-brand {
        width: 60%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .bg-image {
        width: 100%;
        height: 167px;
        background: url(assets/images/remove.png) !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        margin: 0;
        padding: 0;
        border-bottom: 5px solid var(--blue);
    }

    .bg-image .myImage {
        z-index: -1;
    }

    .bg-image .product {
        display: block;
        position: absolute;
        width: 100px;
        top: 20%;
        left: 9%;
    }

    .bg-image .exclusive {
        display: block;
        position: absolute;
        width: 100px;
        left: 72%;
        top: 10%;
    }

    .bg-image .hero-heading-container {
        /* padding-top: 10rem; */
        /* line-height: 10px; */
        display: block;
        position: absolute;
        top: -5%;
        left: 40%;
    }

    .bg-image .hero-heading-container h1 {
        font-size: 15px;
        font-weight: 800;
        color: #273340;
        padding: 0;
        margin: 0;
    }

    .bg-image .hero-heading-container p {
        font-size: 12px;
        padding: 0;
        margin: 0;
        font-weight: 600;
        color: #444f59;
    }

    .dropdown-menu {
        width: 300px;
        z-index: 1000;
    }

    .dropdown-menu .dropdown-row {
        display: block;
        z-index: 1000;
    }

    footer .footer-container .useless {
        display: none;
    }

    footer .footer-container .space-for-phone {
        display: block;
    }

    footer {
        height: 450px;
        background-size: contain;
        color: var(--black);
        padding-top: 25rem;
        padding-bottom: 10px;
    }

    footer .footer-container {
        width: 97%;
        height: 650px;
        background-size: contain;
        color: var(--white);
        padding-top: 3rem;
    }

    footer .footer-container .footer-desc a {
        margin-left: 1.5rem;
    }

    footer .footer-container .footer-desc .footer-brand {
        display: block;
        margin-top: 3rem;
        width: 150px;
    }

    footer .footer-container .phone {
        text-align: center;
    }

    .newsletter .container .row {
        display: block !important;
    }

    .newsletter .container .row * {
        width: 100%;
        margin: 10px;
    }
}

.dropdown-menu .row {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .row .col {
    flex: 0 0 calc(33.33% - 20px);
    /* Set each column to occupy one-third of the container width with a 20px margin */
    margin: 10px;
    /* Adjust margin as needed */
}

@media (max-width: 992px) {
    .dropdown-menu .row .col {
        flex: 0 0 calc(50% - 20px);
        /* Set each column to occupy one-half of the container width with a 20px margin on smaller screens */
    }
}

@media (max-width: 768px) {
    .dropdown-menu .row .col {
        flex: 0 0 calc(100% - 20px);
        /* Set each column to occupy the full container width with a 20px margin on even smaller screens */
    }
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    list-style-type: none !important;
    line-height: 0;
    width: 100%;
}

.nav-item .supplier-search {
    margin: 0.2rem 1rem !important;
    cursor: pointer;
}

.nav-item .supplier-search:hover {
    color: var(--blue);
}

/* #user-header {
    background-color: var(--blue);
    color: var(--black);
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    height: 30px;
}

#user-header i {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    cursor: pointer;
} */
.user__main__function #select-box {
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    /* border-radius: 5px; */
    color: var(--black);
    background-color: transparent;
    font-weight: 600;
    margin-top: 0.3rem;
    cursor: pointer;
}

.user__main__function #select-box option:checked,
option:hover {
    background-color: var(--blue);
    color: var(--white);
}

.language-image-display {
    max-width: 50px;
    max-height: 50px;
    /* margin-top: 20px; */
}

.language-image-display img {
    max-width: 20px;
    max-height: 20px;
    /* margin-top: 20px; */
}

.nav-item .suppliers {
    border: none;
    outline: none;
}

/* Rattings */
.reviews .review .input-box {
    margin-top: 2rem;
}

.reviews .review .rattings .rate {
    font-weight: 600;
    font-size: 1.5em;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 2em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
    margin-top: -0.5rem;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked~label {
    color: #fc0 !important;
}

.star-rating label:hover,
.star-rating label:hover~label {
    color: #fc0;
}

.reviews .review textarea {
    width: 100%;
    border: 1px solid var(--blue);
    border-radius: 5px;
    outline: 1px solid var(--blue);
    margin-left: 1rem;
    padding: 1rem;
}

.review-submit {
    margin-left: 1rem;
    width: 200px;
}

/*  */
#multi {
    background-color: var(--white);
    border: 1px solid #ccc;
    height: 100px;
    line-height: 20px;
    overflow: auto;
    width: 150px;

    span {
        clear: both;
        cursor: pointer;
        float: left;
        position: relative;
        width: 100%;
    }

    input[type="checkbox"] {
        margin: 2px;
        display: none;
    }
}

a {
    color: var(--blue);
}

.mark {
    background-color: var(--blue);
    color: var(--white);
}

/*  */
.dropdown-sup {
    cursor: pointer;
    /* position: relative; */
    z-index: 1;
    transform: perspective(1000px);
}

/* .dropdown-menu-sup {
    background-color: var(--white);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5px;
    opacity: 0;
    text-align: center;
    top: 10px;
    visibility: hidden;
    z-index: -99999;
}

.dropdown-menu-sup li:first-child {
    cursor: default;
}

.dropdown-menu-sup a {
    color: var(--black);
    display: inline-block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 20px;
}

.sup-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu-sup {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120%;
    width: 160px;
    left: -17px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-transition: all 0.5s, background 2s 0.5s linear;
    transition: all 0.5s, background 2s 0.5s linear;
}

.dropdown-menu-sup.show {
    opacity: 1;
    visibility: visible;
} */

.dropdown-menu-sup a:hover {
    /* background: ; */
    /* color: #fff; */
}

.dropdown-menu-sup {
    /* /* background: #7b1fa2; */
    /* opacity: 1;
    visibility: visible;
    top: 120%;
    width: 160px;
    left: -17px;
    -webkit-transition: all 0.5s, background, 2s 0.5s linear;
    transition: all 0.5s, background 2s 0.5s linear;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.dropdown-menu-sup li {
    display: flex;
    /* padding: 5px 0px; */
}

.dropdown-sup:hover .dropdown-menu-sup label {
    cursor: pointer;
    display: block;
    /* Place each label on a new line */
}

.whatsapp {
    position: sticky;
    top: 100px;
    right: 50px;
    /* left: 100px; */
    display: flex;
    justify-content: flex-end;
}

.whatsapp img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: right;
}


.oneStepBackBtn {
    border-radius: 100%;
    padding: 10px;
    font-size: 20px;
    z-index: 1000;
    border: none;
    color: var(--white);
    background-color: var(--blue);
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    left: 15px;
    transition: 0.5s ease-in-out;
}

.oneStepBackBtn:hover {

    color: var(--blue);
    background-color: var(--white);
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover {
    background-color: var(--hover);
}

.dropdown-submenu>.dropdown-menu {
    width: 200px;
    top: 10px;
    left: 100%;
    margin-top: -10px;
    margin-left: -5px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: none;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu a {
    font-size: 20px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Left align */
.left-dropdown-submenu {
    position: relative;
}

.left-dropdown-submenu>.left-dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: 0;
    /* Adjusted to align properly */
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.left-dropdown-submenu:hover>.left-dropdown-menu {
    display: block;
}

.left-dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px !important;
}

.left-dropdown-submenu:hover>a:after {
    border-right-color: #fff;
}

.left-dropdown-submenu.pull-right {
    float: none;
}

.left-dropdown-submenu.pull-right>.left-dropdown-menu {
    right: -100% !important;
    margin-right: 10px !important;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Additional spacing to prevent overlap */
.left-dropdown-submenu>.left-dropdown-menu>.left-dropdown-submenu>.left-dropdown-menu {
    margin-top: 0;
    /* Adjusted to avoid overlap */
    left: -160px;
}

/* .kat__4{
        left: -190px !important;
        top: auto !important;
    } */

.new-tab-link {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}