.mega-menu-list>.menu-li-dept-3,
.mega-menu-list>.menu-li-dept-4 {
    padding-left: 0;
}

.menu-li-dept-3:not(.mega-menu-list > .menu-li-dept-3) {
    padding-left: 1.5em;
}

.menu-li-dept-4:not(.mega-menu-list > .menu-li-dept-4) {
    padding-left: 3em;
}

.nav-header-container .mobile-menu-container .navbar-nav {
    overflow-x: auto;
}

.mobile-menu-container {
    padding: 1em;
}

ul.navbar-nav.alt-font {
    min-width: 350px;
}

.menuToggle {
    cursor: pointer;
}

/** Search **/
.search-form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 20em;
    width: 100%;
    margin-left: auto;
}

.cc-search-input {
    width: 50%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    transition: width 0.3s ease-in-out;
}

.cc-search-input:focus {
    width: 100%;
    border-color: var(--main-color1);
    outline: none;
}

.search-btn {
    background: none;
    border: none;
    margin-left: 5px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    width: 34px;
    height: 34px;
}

.search-btn :focus {
    border-color: var(--main-color1);
}

/* Helpers */
.cursor-default,
.cursor-default span {
    cursor: default !important;
}

/* .product-description #description section.simple-box {
    padding: 0 !important;
}

.product-description #description .simple-box-title {
    margin-bottom: 0;
}

.product-description #description .simple-box-left-side {
    display: none;
}

.product-description #description .simple-box-description {
    display: none;
    padding-top: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.product-description #description .simple-box-title {
    cursor: pointer;
    background-color: #f8f9fa;
    padding: 10px;
    font-weight: bold;
    color: var(--main-color1);
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.product-description #description .simple-box-title:hover {
    background-color: var(--main-color1);
    color: white;
}

.product-description #description .simple-box-description {
    transition: all 0.3s ease;
}

.product-description #description .simple-box.open .simple-box-description {
    display: block;
    padding: 10px;
}
*/

/* CKEditor Accordion */
.accordion {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.accordion-header {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color1);
    cursor: pointer;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-header:hover {
    background-color: var(--main-color1);
    color: #fff;
}

.accordion-body {
    padding: 15px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
}

.accordion.open .accordion-body {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.accordion+.accordion {
    margin-top: 10px;
}
.accordion-header {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}

.accordion-header i.fa {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    margin-right: 1em;
}

/* Utility classes */
.w-100 {
    width: 100% !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }
}