<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Ğ”Ğ»Ñ Ğ²ÑĞ¿Ğ»Ñ‹Ğ²Ğ°ÑˆĞºĞ¸ Ğ¿Ğ¾Ğ´ Ñ‚Ğ¾Ğ²Ğ°Ñ€Ğ¾Ğ¼
*/

.med_worker_introduce_text.hide {
    display: none;
}

.med_worker_popup_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.med_worker_popup_wrapper.hide {
    display: none;
}

span.med_anchor_link {
    cursor: pointer;
}

.med_worker_popup {
    padding: 20px;
    margin: 10px;
}

.med_worker_confirmation {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.med_worker_confirmation.hide {
    display: none;
}

.med_worker_buttons {
    display: flex;
}

.med_worker_buttons a {
    display: block;
    min-width: 100px;
    border-radius: 20px;
}

.med_worker_buttons a:hover {
    opacity: 0.8;
}

.med_worker_decription {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.med_worker_decription.hide {
    display: none;
}

.electro-price&gt;span:first-child {
    color: #848484;
    font-size: 1.5em;
    line-height: 0.9em;
    font-weight: 700;
}

/*
Ğ¡ĞºÑ€Ñ‹Ñ‚ÑŒ ĞºĞ½Ğ¾Ğ¿ĞºÑƒ Ğ¿Ğ¾ĞºÑƒĞ¿ĞºĞ¸ Ğ´Ğ»Ñ Ğ½ĞµĞ°Ğ²Ñ‚Ğ¾Ñ€Ğ¸Ğ·Ğ¾Ğ²Ğ°Ğ½Ñ‹Ñ…
*/

/* body:not(.logged-in) .single_add_to_cart_button.button {
    display: none;
} */</pre></body></html>