.tooltip {
    pointer-events: none;
    border: 0px !important;
}

.tooltip .tooltip-inner {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 12px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-color: #ffffff !important;
    /* White arrow */
}

.tooltip .tooltip-arrow::before {
    border-bottom-color: #fff !important;
}

.profile_icon_box {
    position: relative;
}

.menu_icon_dropdown_menu {
    display: none;
    position: absolute;
    z-index: 99999999;
    width: max-content;
    right: 0;
    top: 32px;
}

div#dropdownMenu ul {
    background-color: #fff;
    display: block;
    padding: 8px;
    box-shadow: 0px 4px 8px 1px #C4C4C4;
    font-size: 13px;
    width: auto;
    margin-right: 0;
    list-style-type: none;
}

div#dropdownMenu {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

div#dropdownMenu ul li {
    border-bottom: 1px solid #DFDFDF;
    padding: 5px;
}

div#dropdownMenu ul li a {
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    font-size: 12px !important;
    color: #3A3A3A !important;
}

a.login_register_link {
    background-color: white;
    padding: 8px 20px;
    border-radius: 50px;
    color: #3A3A3A;
    font-weight: 600;
}

.tooltip.show {
    opacity: 1 !important;
}

li.navbar_main_item_link a {
    font-weight: 600;
}

#navbar_main_div_box {
    box-shadow: 0px 4px 4px 0px #00000014;
}

li.current-menu-item {
    position: relative;
}

li.current-menu-item:after {
    content: "";
    height: 3px;
    /* background-color: #2872C1; */
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
}

li.current-menu-item a {
    color: #2872C1;
    letter-spacing: 0.02em;
}

.cart_box {
    position: relative;
    z-index: 1;
}

span.cart_count_number {
    background-color: #FF0000;
    color: #fff;
    border-radius: 26px;
    display: flex;
    height: 20px;
    width: 20px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    right: 5px;
    line-height: normal;
}





@media screen and (max-width: 767.95px) {
    div#navbarMainMenuToggler {
        position: absolute;
        right: 10px;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0px 4px 8px 1px #C4C4C4;
        padding: 10px !important;
    }

    li.current-menu-item:after {
        display: none;
    }

    div#navbarMainMenuToggler ul li {
        border-bottom: 1px solid #CFCECE;
        padding: 7px 0px;
    }

    div#navbarMainMenuToggler ul li a {
        color: #1C5087 !important;
    }

    span.top_head_icon,
    button#custom-navbar-search-clear-btn1 img {
        /* width: 16px; */
        height: 21px !important;
    }

    div.preheader_left_side {
        border-left: 1px solid #dee2e6;
    }

    img.mainmenu_close_icon {
        display: none;
    }

    /* When the menu is open, hide the default toggler and show the close icon */
    .navbar-toggler[aria-expanded="true"] .mainmenu_toggler_icon {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .mainmenu_close_icon {
        display: inline-block;
    }

    ul.navbar-nav.me-auto.mb-2.mb-lg-0.w-100.justify-content-md-end {}

    div#navbarMainMenuToggler ul li:first-child {
        padding-top: 0px;
    }

    div#navbarMainMenuToggler ul li:last-child {
        padding-bottom: 0px;
        border-bottom: 0px;
    }

    button.header_btn:focus:not(:focus-visible) {
        background-color: transparent !important;
        border: 0px;
    }

    button.header_btn:focus-visible {
        outline: none;
    }

    button#navbarMainMenuToggler_button:hover {
        background-color: transparent !important;
    }

    button#custom-navbar-search-clear-btn1 {
        border: 0px;
        background-color: transparent !important;
    }
}

@media screen and (max-width: 575.95px) {
    span.cart_count_number {
        height: 16px;
        width: 16px;
        font-size: 10px;
        top: -5px;
        right: 2px;
    }

    a.login_register_link {
        font-size: 14px;
        padding: 6px 10px;
    }

    span.top_head_icon {
        height: 18px !important;
    }
}

@media screen and (max-width: 425.95px) {
    a.login_register_link {
        font-size: 12px;
        padding: 6px 8px;
    }
}

@media screen and (max-width: 420.95px) {

    span.top_head_icon,
    button#custom-navbar-search-clear-btn1 img {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 270px) {
    /* Search */

    div.search-filter-form-section div.search-bar {
        padding-left: 0;
        padding-right: 5px;
    }

    div.search-filter-form-section div.search-bar input#drugSearchInput {
        width: 100%;
        font-size: 14px;
        line-height: normal;
    }

    div.search-filter-form-section div.search-bar input#drugSearchInput::placeholder {
        font-size: 14px;
        line-height: normal;
    }
}

@media (min-width: 1400px) {
    .container-lg {
        max-width: 1340px;
    }
}