#block-23 p{
    margin: 0;
}
#ast-desktop-header .ai-menu .menu-title{
    display: none;
}
#ast-desktop-header .ai-menu #ai-dropdown-menu .mobile-header{
    display: none;
}
#ai-dropdown-menu button.ai-menu-btn{
    display: flex;
    border-radius: 40px;
    padding: 15px 46px;
    min-width: 192px;
}
button.ai-menu-btn,button.ai-menu-btn:not(:disabled):not(.disabled):active,button.ai-menu-btn:not(:disabled):not(.disabled):focus,button.ai-menu-btn:not(:disabled):not(.disabled):hover{
    background-color: var(--ast-global-color-0);
}

button.ai-menu-btn:hover,button.ai-menu-btn:not(:disabled):not(.disabled):active:hover,button.ai-menu-btn:not(:disabled):not(.disabled):focus:hover,button.ai-menu-btn:not(:disabled):not(.disabled):hover:hover{
    background-color: var(--ast-global-color-1);
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon{
    position: relative;
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span,
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:before,
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:after{
    display: block;
    height: 2px;
    width: 20px;
    background-color: #FFFFFF;
    transition-property: background-color,transform;
    transition-duration: .3s;
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:before,
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:after{
    position: absolute;
    content: "";
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span{
    position: absolute;
    top: 7px;
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:before{
    top: -6px;
}
#ai-dropdown-menu button.ai-menu-btn .ai-dropdown-menu_icon span:after{
    top: 6px;
}
#ai-dropdown-menu button.ai-menu-btn.active .ai-dropdown-menu_icon span{
    background-color: transparent;
}
#ai-dropdown-menu button.ai-menu-btn.active .ai-dropdown-menu_icon span:before{
    transform: translateY(6px) rotate(45deg);
}
#ai-dropdown-menu button.ai-menu-btn.active .ai-dropdown-menu_icon span:after{
    transform: translateY(-6px) rotate(-45deg);
}
#ai-dropdown-menu button.ai-menu-btn .ai-menu-btn_text{
    margin-left: 32px;
}
#ai-dropdown-menu .dropdown-block{
    position: absolute;
    display: none;
    border-radius: 15px;
    background: #FCFCFC;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block.active{
    display: block;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block .child-categories-list{
    left: 300px;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block .grandchild-categories-list{
    left: 440px;
}
#ai-dropdown-menu .dropdown-block .child-categories-list,
#ai-dropdown-menu .dropdown-block .grandchild-categories-list{
    position: absolute;
    display: none;
    top: 0;
    height: 100%;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block .child-categories-list.active,
#ast-desktop-header #ai-dropdown-menu .dropdown-block .grandchild-categories-list.active{
    display: block;
}
#ai-dropdown-menu .dropdown-block ul.categories-list{
    position: absolute;
    /*padding: 25px 0;*/
    padding: 15px 0;
    background: #FCFCFC;
    box-shadow: 0 1px 5px 0 rgba(101, 101, 101, 0.15);
}
#ai-dropdown-menu .dropdown-block ul.top-categories-list{
    visibility: visible;
    left: -110px;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block ul.top-categories-list li.category-item,
#ast-desktop-header #ai-dropdown-menu .dropdown-block ul.grandchild-categories-list li.category-item{
    min-width: 300px;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block ul.child-categories-list>li.category-item{
    min-width: 440px;
}
#ast-desktop-header #ai-dropdown-menu .dropdown-block ul.child-categories-list>li.category-item.full{
    min-width: 540px;
}
#ai-dropdown-menu .dropdown-block ul.categories-list li.category-item a.category-link{
    display: block;
    font-size: 14px;
    line-height: 18px;
    /*padding: 15px 0;*/
    padding: 12px 0;
    color: #161616;
    transition: none;
}
#ai-dropdown-menu .dropdown-block ul.categories-list li.category-item a.category-link:hover{
    color: var(--ast-global-color-0);
    background: #F3F5FA;
}
#ai-dropdown-menu .dropdown-block ul.categories-list li.category-item a.category-link div{
    margin: 0 40px;
    transition: none;
}

/**
 * Astra mobile header
 */
#ast-mobile-popup-wrapper .ast-mobile-popup-inner .ast-mobile-popup-header{
    position: absolute;
    right: 0;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-inner .ast-mobile-popup-header .menu-toggle-close{
    padding: 28px 19px;
    border: 0;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-header svg{
    width: 22px;
    height: 22px;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-content{
    padding: 0 19px;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-content .ai-menu{
    width: 100%;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-content .ai-menu .menu-title{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #161616;
    line-height: normal;
    padding: 30px;
    border-bottom: 1px solid #EAEAEA;
}

#ast-mobile-popup-wrapper .ast-mobile-popup-content>aside{
    padding-top: 0;
}
#ast-mobile-popup-wrapper .ast-mobile-popup-content #block-23{
    display: flex;
    align-items: baseline;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu{
    border-bottom: 1px solid #EAEAEA;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-city-btn,
#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-btn{
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    background: #FFFFFF;
    color: #161616;
    padding: 30px;
    width: 100%;
    text-align: start;
}
/**
 * Mobile City dropdown
 */
#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-city-btn{
    border-bottom: 1px solid #EAEAEA;
    display: flex;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-city-btn svg{
    height: 18px;
    width: 18px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .ai-menu-city-btn .ai-menu-city{
    margin-left: 4px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FCFCFC;
    z-index: 999999;
    transition: .5s;
    transform: translateX(100%);
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block.active{
    transform: translateX(0);
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header{
    display: flex;
    justify-content: space-between;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .go-back_btn,
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .ai-menu-toggle-close{
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    box-shadow: none;
    border: 0;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .go-back_btn{
    padding: 32px 40px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .go-back_btn svg{
    height: 14px;
    width: 8.27px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .city-list-header-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .ai-menu-toggle-close{
    padding: 28px 40px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-header .ai-menu-toggle-close svg{
    height: 22px;
    width: 22px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-search,
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-notice,
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-container{
    padding: 0 20px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-search #mobile-city-search{
    width: 100%;
    border-radius: 40px;
    border: 1px solid rgba(201, 201, 201, 1);
    background-color: #fff;
    font-size: 14px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-notice{
    display: flex;
    margin: 16px 0 30px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-notice svg{
    height: 18px;
    width: 18px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-block-notice .desc-text{
    color: #727272;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 130%; !* 15.6px *!*/
    line-height: 160%; /* 15.6px */
    margin-left: 8px;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list-container{
    max-height: 75vh;
    overflow-y: auto;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list{
    display: flex;
    flex-wrap: wrap;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-list-block .city-list .mobile-city-item{
    width: 50%;
    padding: 12px 0;
    line-height: normal;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-loading{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(184, 184, 187, 0.50);
    z-index: 999999;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .city-loading.active{
    display: flex;
}
/**
 * Mobile Menu dropdown
 */
#ast-mobile-popup-wrapper #ai-dropdown-menu .dropdown-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .dropdown-block ul.top-categories-list{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#ast-mobile-popup-wrapper .dropdown-block,
#ast-mobile-popup-wrapper #ai-dropdown-menu .child-categories-list,
#ast-mobile-popup-wrapper #ai-dropdown-menu .grandchild-categories-list{
    transform: translateX(100%);
    transition: .5s;
    display: block;
    width: 100%;
}
#ast-mobile-popup-wrapper .dropdown-block.active,
#ast-mobile-popup-wrapper #ai-dropdown-menu .child-categories-list.active,
#ast-mobile-popup-wrapper #ai-dropdown-menu .grandchild-categories-list.active{
    transform: translateX(0);
}
#ast-mobile-popup-wrapper #ai-dropdown-menu .dropdown-block ul.categories-list{
    padding: 0;
}
#ast-mobile-popup-wrapper .categories-list-header{
    display: flex;
    justify-content: space-between;
}
#ast-mobile-popup-wrapper .categories-list-header .categories-list-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
#ast-mobile-popup-wrapper .categories-list-header .go-back_btn{
    padding: 32px 40px;
}
#ast-mobile-popup-wrapper .categories-list-header .ai-menu-toggle-close{
    padding: 28px 40px;
}
#ast-mobile-popup-wrapper .categories-list-header .go-back_btn,
#ast-mobile-popup-wrapper .categories-list-header .ai-menu-toggle-close{
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    box-shadow: none;
    border: 0;
}
#ast-mobile-popup-wrapper .categories-list-header .go-back_btn svg{
    height: 14px;
    width: 8.27px;
}
#ast-mobile-popup-wrapper .categories-list-header .ai-menu-toggle-close svg{
    height: 22px;
    width: 22px;
}
#ast-mobile-popup-wrapper a.category-link.non-click{
    /*pointer-events: none;*/
}
@media only screen and (max-width: 921px) {

}
.ast-qty-placeholder{display: none !important}
.woocommerce-js.single-product a.added_to_cart{
    display: none !important
}
#ast-quick-view-content div.summary form.cart.stick .sticky-add-to-cart{
    position: relative !important;
    width: 100% !important;
    padding: 0px !important;
}
.iskamed_sale.sale{
    position: absolute;
    top: 0;
    left: auto;
    right: 44px;
    background-color: #63BA4E;
    padding: 7px 8px;
    color: #fff;
}

@media (max-width: 834px) {
    .iskamed_sale.sale{
        right: 0;
    }
}

.menu-toggle.main-header-menu-toggle.ast-mobile-menu-trigger-minimal{
    background-color: transparent;
    padding: 0 !important;
    display: flex !important;
    height: 54px;
}
.pharmacies-tab-head {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    padding-top: 15px;
}

.pharmacies-tab-head-l {
    flex: 0 0 auto;
    min-width: 190px;
}

.pharmacies-tab-head-r {
    flex: 1;
    min-width: 0;
}

.pharmacies-search {
    max-width: 600px;
}

.pharmacies-search__form {
    width: 100%;
    position: relative;
}

.pharmacies-search__input-wrap {
    position: relative;
}

.pharmacies-search__form input.pharmacies-search__input {
    display: block;
    width: 100%;
    height: 52px;
    border-radius: 40px;
    border: 1px solid #EAEAEA;
    background: #F3F5FA;
    padding: 0 20px;
}

.pharmacies-search__form input.pharmacies-search__input:not(:placeholder-shown) ~ .pharmacies-search__clr-btn {
    display: flex;
}

.pharmacies-search__form .pharmacies-search__sbm-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    border-radius: 50%;
    transition: all .3s;
    border: none;
    background: none;
}

@media (hover:hover) {
    .pharmacies-search__form .pharmacies-search__sbm-btn:hover {
        background: #e4e4e4;
    }
}

.pharmacies-search__form .pharmacies-search__clr-btn {
    display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    right: 50px;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    transition: all .3s;
    border: none;
    background: none;
}

@media (hover:hover) {
    .pharmacies-search__form .pharmacies-search__clr-btn:hover {
        opacity: 0.5;
    }
}

@media (max-width: 767px) {
    .pharmacies-map-list_container {
        padding-top: 10px;
    }

    .pharmacies-tab-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pharmacies-tab-head-r {
        width: 100%;
    }

    .pharmacies-search {
        max-width: 100%;
    }
}