/******** Generic **********/

.zero-margin-bottom p:last-child {
    margin-bottom: 0;
}

/**Header**/

.header-row.ekit-sticky--active {
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
}

.header-phone .wpsl-contact-details span>a::before {
    content: "";
    background: url(/wp-content/uploads/2026/03/phone-3.png) no-repeat left center;
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    background-size: 12px;
    margin: 0 8px 0px 0;
    vertical-align: middle;
}


.contact-details .wpsl-locations-details,
.contact-details .wpsl-location-address,
.contact-details .wpsl-contact-details {
    margin: 0;
}

.header-phone .wpsl-contact-details {
    font-size: 0;
    line-height: 0;
}

.header-phone .wpsl-contact-details a {
    font-size: 16px;
    line-height: 1.5em;
}


.main-menu .elementskit-menu-container {
    padding-bottom: 0;
}

.main-menu .elementskit-megamenu-has:has(.current-menu-item)>a,
.header-mob-menu .elementskit-megamenu-has:has(.current-menu-item)>a {
    color: #C45F29 !important;
}

.mega-menu-tabs .e-n-tabs-heading button {
    background: white !important;
    border-radius: 0 !important;
}

.see-all {
    text-decoration: underline;
}

@media(width: 1024px) {
    .main-menu li.menu-item:hover .elementskit-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 20px !important;
    }

    .main-menu li.menu-item:hover .elementskit-megamenu-panel {
        opacity: 1 !important;
        visibility: visible !important;
        top: 40px !important;
    }

    .main-menu li.menu-item:hover .elementskit-megamenu-panel.elementskit-dropdown,
    .main-menu li.menu-item:hover .elementskit-dropdown {
        margin-top: 0 !important;
    }

    .main-menu .elementskit-dropdown {
        transform: translateY(0px);
    }

    .main-menu .elementskit-dropdown,
    .main-menu .elementskit-megamenu-panel {
        pointer-events: auto !important;
    }
}


@media(max-width: 768px) {
    .header-phone-mob .wpsl-contact-details span>a::before {
        content: "";
        background: url(/wp-content/uploads/2026/03/phone-4.png) no-repeat left center;
        width: 15px !important;
        height: 15px !important;
        display: inline-block;
        background-size: 15px;
    }

    .header-phone-mob .wpsl-contact-details {
        font-size: 0;
        line-height: 0;
    }

    .full-width-butn-mob a {
        width: 100% !important;
    }

    .mob-menu .current-menu-item>a,
    .mob-menu .current-menu-parent>a {
        color: #162D9B !important;
    }

    .mob-menu .ekit-overlay.ekit-bg-black {
        display: none !important;
    }

    .mob-menu .ekit-wid-con .ekit_sidebar-widget-container {
        top: 0px;
    }

    .mob-menu .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
        -webkit-transition: all 0s;
        transition: all 0s;
        top: 0px;
    }

    .header-mob-menu .ekit-vertical-navbar-nav .elementskit-dropdown {
        padding: 0 0 15px 0 !important;
    }

    .header-mob-menu .menu-item:has(.elementskit-dropdown-open) a .ekit-submenu-indicator-icon {
        rotate: 180deg;
    }

    .mega-menu-row {
        box-shadow: none !important;
    }
}

@media(min-width: 1025px) and (max-width: 1200px) {
    .main-menu .menu-item>a {
        padding: 0 !important;
    }

    .main-menu .elementskit-submenu-panel a {
        padding: 8px 0 !important;
    }
}

@media(min-width: 769px) {
    .main-menu .brand-mega-menu ul {
        column-count: 2;
        gap: 20px;
        max-width: 209px;
    }

    .elementskit-megamenu-panel [data-elementor-post-type="elementskit_content"] {
        margin-top: 14px;
    }

    .hide-on-desktop {
        display: none !important;
    }
}

/**Mega menu**/
@media(min-width: 769px) and (max-width: 1024px) {
    .elementskit-megamenu-panel {
        transform: translateX(16px) !important;
    }

    .main-menu .about-menu .elementskit-dropdown {
        transform: translateX(-47%) !important;
    }
}

@media(min-width: 1025px) and (max-width: 1440px) {
    .elementskit-megamenu-panel {
        transform: translateX(12px) !important;
    }
}

@media(min-width: 1441px) {
    .elementskit-megamenu-panel {
        transform: translateX(8px) !important;
    }
}

/****Search butn**/
.search-button img {
    width: 20px;
    cursor: pointer;
}

/** Footer **/

@media(max-width: 768px) {
    .full-width-butn-mob a {
        width: 100% !important;
    }

    .single-product .mob-appt-sticky-btn {
        display: none !important;
    }
}

/******/
.news-letter-form .tnp-subscription {
    margin: 0;
}

.news-letter-form .tnp-subscription label {
    display: none;
}

.news-letter-form .tnp-field input[type="submit"] {
    background: url(/wp-content/uploads/2026/04/arrow-right.png) no-repeat center;
    background-size: 14px;
    padding: 16px !important;
    cursor: pointer;
    height: 46px !important;
    border: 0;
    text-transform: none;
}

.news-letter-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    height: 46px;
    border: 1px solid #CCCCCC;

}

.news-letter-form .tnp-field {
    margin: 0px !important;
}

.tnp-field-email {
    flex: 1;
    margin-right: 10px;
}

.news-letter-form .tnp-field-email input {
    padding: 13px 14px !important;
    width: 100% !important;
    height: 46px !important;
    box-sizing: border-box;
    border: none;
    border-radius: 0 !important;
    background: transparent !important;
    color: #EEEEEE !important;
}

.news-letter-form .tnp-field-email input:focus-within {
    outline: none !important;
}

.news-letter-form .tnp-field-email input::placeholder {
    color: #EEEEEE !important;
}


/*** Search ***/

.view-all.btn {
    color: #1f1f1f !important;
    height: 44px;
    line-height: 1.5em;
}

.view-all.btn:hover {
    color: #1f1f1f !important;
}

.ep-search-modal .ep-search-toolbar .ep-search-icon-button {
    color: #1f1f1f;
}

#ep-instant-results .ep-search-small-button.undefined {
    color: #1f1f1f;
    font-weight: 400;
}

.ep-search-modal .ep-search-checkbox__input:checked+label::before {
    background: url(/wp-content/uploads/2026/04/checked-icon.png) no-repeat center center / 22px !important;
}

.ep-search-panel__heading {
    font-family: 'Poppins', sans-serif !important;
}

.ep-search-modal .ep-search-panel__button {
    font-weight: 500 !important;
}

.ep-search-modal .ep-search-checkbox label {
    color: #1f1f1f !important;
    font-size: 16px;
}


.ep-search-modal__close.ep-search-icon-button svg {
    height: 1.5em;
    width: 1.5em;
}

.view-results button.close-filters {
    background: #358CCA !important;
}

.ep-search-modal .ep-search-modal__content {
    overflow-y: hidden;
}

@media(max-width: 768px) {
    .ep-search-modal__content button.ep-search-modal__close {
        top: 10px !important;
    }
}