@font-face {
font-family: 'Easy-Login';
src:  url(//ekam.mu/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.eot?oy4gsz);
src:  url(//ekam.mu/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.eot?oy4gsz#iefix) format('embedded-opentype'),
url(//ekam.mu/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.ttf?oy4gsz) format('truetype'),
url(//ekam.mu/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.woff?oy4gsz) format('woff'),
url(//ekam.mu/wp-content/plugins/easy-login-woocommerce/assets/fonts/Easy-Login.svg?oy4gsz#Easy-Login) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="xoo-el-icon-"], [class*=" xoo-el-icon-"] { font-family: 'Easy-Login' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-el-icon-eye:before {
content: "\e901";
}
.xoo-el-icon-checkmark:before {
content: "\e900";
}
.xoo-el-icon-cross:before {
content: "\e907";
}
.xoo-el-icon-cancel-circle:before {
content: "\ea0d";
}
.xoo-el-icon-spinner8:before {
content: "\e981";
}
.xoo-el-icon-eye-blocked:before {
content: "\e9d1";
}
.xoo-el-icon-arrow-left2:before {
content: "\ea40";
}.woo_sc_price_btn_popup {
display: inline-flex;
align-items: center;
justify-content: center;
flex-wrap: nowrap;
height: 45px;
margin: 10px 0;
padding: 3px 10px;
font: normal normal 18px Arial;
line-height: 40px;
clear: both;
cursor: pointer;
border-radius: 4px;
}
.woo_sc_text_icon {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.woo_sc_btn_span span.woo_sc_size_icon {
display: inline-block;
width: 30px;
height: 30px;
background-size: contain;
}
.woo_sc_call_popup:hover {
transform: scale(1.06);
box-shadow: 0 0 2px 1px #3ac0ff;
}
.woo_sc_modal {
display: none; position: fixed; z-index: 999999; left: 0;
top: 0;
width: 100%; height: 100%; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.4); } .woo_sc_modal_content {
background-color: #ffffff;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding: 30px 16px;
border: 1px solid #888;
width: 100%;
height: 100%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
from {
top: 1000px;
opacity: 0;
}
to {
top: 50%;
opacity: 1;
}
}
@keyframes animatetop {
from {
top: 1000px;
opacity: 0;
}
to {
top: 50%;
opacity: 1;
}
}
.woo_sc_scroll_content {
width: 100%;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.woo_sc_scroll_content > * {
box-sizing: border-box;
}
.woo_sc_scroll_content::-webkit-scrollbar {
width: 10px;
}
.woo_sc_scroll_content::-webkit-scrollbar-track {
background: #dedede;
}
.woo_sc_scroll_content::-webkit-scrollbar-thumb {
background: #bbb;
border-radius: 6px;
}
.woo_sc_scroll_content::-moz-scrollbar {
width: 10px;
}
.woo_sc_scroll_content::-moz-scrollbar-track {
background: #dedede;
}
.woo_sc_scroll_content::-moz-scrollbar-thumb {
background: #bbb;
border-radius: 6px;
} .woo_sc_modal_close {
position: absolute;
right: 10px;
top: 2px;
color: #aaaaaa;
line-height: 22px;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}
.woo_sc_modal_close:hover,
.woo_sc_modal_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
} .rtl .woo_sc_modal_close {
right: unset;
left: 10px;
}
@media (min-width: 768px) {
.woo_sc_modal_content {
width: 60%;
height: unset;
border-radius: 8px;
}
.woo_sc_scroll_content {
max-height: 78vh;
}
.woo_sc_modal_close {
right: -22px;
top: -18px;
color: #fff;
}
.woo_sc_modal_close:hover {
color: #fff;
scale: 1.2;
}
.rtl .woo_sc_modal_close {
right: unset;
left: -22px;
}
}